/* right side floating div */
html{
    font-family: 'Source Sans Pro', sans-serif;
}
#asd,#fake_asd{
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #29abe2;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
#asd {
    top: 160px;
    z-index: 2;
}

#fake_asd {
    display: none;
    right: 0;
    z-index: 1000;   /* floating bar 10012  menu: 1000*/
}
#side_modal_container {
    position: absolute;
    top: 0;
    background-color: #29abe2;
    z-index: 1000; /* floating bar 10012  menu: 1000*/
    padding: 15px;
    min-height: 200px;
    cursor: pointer;
    width: 90%;
}

#side_modal_container.open {
    right: 0;
}

.text-size17 {
    font-size: 17px !important
}

.text-size18 {
    font-size: 18px !important
}

.p-0 {
    padding: 0 !important;
}

.side-modal-content {
    font-size: 17px;
    color: #01374f;
}
.side-line{
    height: 2px;
    width:100%;
    color:#fff;
    margin:5px 0;
}
.side-close-icon {
    display: block;
    text-align: end;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.mb-5{
    margin-bottom: 5px;
}
.side_demoform-date{
    font-weight: 600;
    margin-bottom:5px;
}
.side-form-title {

    font-size: 20px;
    padding: 0 0 15px 0;
    font-weight: 700;
    color:#fff;
}
.side-form-desc
{
    margin-bottom: 20px;
    color: #fff;
}
.side-form-field-wrapper {
    display: grid;
    gap: 10px;
    margin-top: 5px;
}

.side-form-field-item .name {
    color: #fff;
    margin-bottom: 5px;
}

.side-form-field-item input {
    padding: 5px 10px;
    min-width: 240px;
    border: 0;
    background-color: #fff;
}

.side-form-field-item input:focus {
    box-shadow: none;
}

.side-form-field-item.time-container {
    background-color: #fff;
    padding: 20px;
}

.time-container .select-text {
    font-weight: 700;
    color: #007dbc;
}

.btn-side-schedule-demo {
    padding: 0 25px;
    border: 0;
    margin: 20px auto 15px auto;
    background-color: #84ee5e;
    font-weight: 700;
    color: #01374f;
    line-height: 36px;
    border-radius: 21px;
    text-transform: uppercase;
    display: flex;
}
.btn-side-schedule-demo.disabled,
.btn-side-schedule-demo:disabled {
    pointer-events: none;
    opacity: .65
}
.side-schedule-dropdown .sal-btn-apply {
    padding-left: 40px;
    padding-right: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    outline: none !important;
    background-color: #84ee5e !important;
    background-image: none !important;
    font-weight: 700 !important;
    color: #01374f !important;
    text-transform: uppercase;
}

.side-schedule-dropdown {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #e6e7e8;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 1061;
    border-top: 5px solid #84EE5E;
    padding: 0 20px 20px 20px;
}

.popover {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    max-width: none !important;
    border: none;
    box-shadow: none;
}

.popover-content {
    padding: 0;
}

.popover.bottom .arrow:after {
    border-bottom-color: #e6e7e8;
}

input::-ms-clear {
    display: none;
}


.switch-btn-container {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    text-align: right;
}

#weekday-container {
    margin-top: 20px;
    margin-top: 20px;
}

.weekday-item {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f6f6f9;
    border: 1px solid #e6e7e8;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    flex: 1;
    -ms-flex: 1;
    max-width: 100px;
    color: #01374f;
    font-weight: 700;
}

.weekday-item:last-child {
    margin-right: 0;
}

.sal-popover-content {
    /*background-color: #f6f7f8;*/
    padding: 10px 20px;
    max-width: 650px;
}

.side-demoform-time-container ul {
    columns: 2;
}

.side-demoform-time-container ul li {
    margin-bottom: 10px;
    flex-basis: 50%;
    max-width: 240px;
    min-width: 150px;
}

.side-demoform-time-container .arrow {
    display: none;
}

.weekday-item.active {
    background-color: #29abe2;
    color: #fff;
}

.weekday-item.disabled {
    cursor: no-drop;
    opacity: 0.5;
}

.state-div {
    flex-flow: wrap-reverse;
    -webkit-flex-flow: wrap-reverse;
    min-height: 70px;
}

.side-demoform-time-container li>span.disabled {
    cursor: no-drop;
    opacity: 0.5;
}

@media(max-width:760px) {
    .switch-week-btn {
        min-width: 180px;
    }
}

.switch-week-btn {
    border-color: #01374F;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    outline: none !important;
    padding-left: 12px;
    padding-right: 12px;
}

.switch-week-btn:disabled {
    opacity: 0.4;
}

.switch-btn-text {
    color: #01374F;
}

@media (max-width:568px) {
    .switch-btn-container {
        text-align: left;
    }

    .switch-btn-container .switch-week-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .switch-btn-container span[class^='icon-arrow'] {
        margin-right: 0;
    }

    .sal-popover-content {
        padding: 0;
    }
}

@media (max-width:567.98px) {
    .side-demoform-time-container ul {
        columns: auto;
    }
}

@media (max-width:667px) {
    .weekday-item {
        flex-basis: calc((100% - 30px) / 3);
        max-width: calc((100% - 30px) / 3);
        flex-grow: 1;
    }
}

.side-demoform-warning-wrapper {
    margin-top:10px;
    display: block;
    background-color: #f5f3be;
    border: 2px solid #ede07e;
    border-radius: 3px;
    color: #8a6d3b;
}

    .side-demoform-warning-wrapper span {
        display: inline-block;
    }


    .sa-toast-success-banner {
        background: #29abe2;
        color:#fff;
        border: 1px solid;
        border-color: #29abe2;
        border-radius: 4px;
        padding: 15px;
        text-align: center;
    }

    .sa-toast-success-span {
        font-weight: 400;
        color: #fff;
        font-size: 16px;
        line-height:1.3
    }
        .sa-toast-success-span b {
            font-weight: 700 !important;
        }
    
        .toast-banner {
            padding: 5px;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 10010;
        }