@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url("fonts.css.erb");

body {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #333333;
    font-size:14px;
    padding-top: 60px;
    line-height: 18px;
    background-color: #F4F5F7;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1320px;
}
html {
    scroll-behavior: smooth;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

/** TYPOGRAPHY CSS START **/

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}

h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #333333;
    padding-bottom: 12px;
}

h2 {
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
}

h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

h5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

h6 {
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
}

h5 .material-icons, .text_sm_link i {
    top:3px;
    font-size: 15px;
    position: relative;
}

.f-sm {
    font-size: 12px !important;
}

small {
    font-size: 10px;
    line-height: 13px;
}
.fc-day>div {
    height: 100%;
}

.fc-day>div>.rp-text {
    bottom: 0px !important;
}

p {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
}

.row_gap {
    margin-bottom:52px;
}

.w-35 {
    width: 35%;
}

.box {
    width: 200px;
    height: 160px;
    position: relative;
}

.box p {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}

.bg-primary {
    background-color: #F37579 !important;
}

.bg-secondary{
    background-color: #979797 !important;
}
.bg-dark {
    background-color: #333333 !important;
}
.border-light{
    background-color: rgba(0,0,0,0.10);
}
.bg-light {
    background-color: #F4F5F7 !important;
}
.border-secondary{
    background-color: #F1F1F1 !important;
}
.bg-white{
    background-color: #FFFFFF;
}

.bg-grey {
    background-color: #484848;
}

.bg-highlight{
    background-color: rgba(243,117,121,0.10);
}
.text-primary{
    color: #F37579 !important;
}
.text-blue{
    color: #76A9FB !important;
}
.text-light{
    color: #999999 !important;
}
.text-gray{
    color: #757575 !important;
}
.bg-warning{
    background-color:#E29F08 !important;
}
.color-warning{
    color:#E29F08 !important;
}
.bg-error{
    background-color:#E63E3D;
}
.bg-success{
    background-color:#31C48D !important;
}
.bg-info{
    background-color:#76A9FB !important;
}
.box-space{
    margin-bottom: 40px;
}
.bg-warning-fade1{
    background-color:#F0CF83;
}
.bg-error-fade1{
    background-color:#F29E9E;
}
.bg-success-fade1{
    background-color:#98E1C6;
}
.bg-info-fade1{
    background-color:#BAD4FD;
}
.bg-warning-fade-two{
    background-color:#F9ECCE;
}
.bg-error-fade-two{
    background-color:#FAD8D8;
}
.bg-success-fade-two{
    background-color:#D6F3E8;
}
.bg-info-fade-two{
    background-color:#E4EEFE;
}
.bg-warning-fade-three{
    background-color: #FCF5E6;
}
.bg-error-fade-three{
    background-color:#FCECEC;
}
.bg-success-fade-three{
    background-color:#EAF9F4;
}
.bg-info-fade-three{
    background-color:#F1F6FF;
}
.input-group-text{
    border:none;
    font-size: 10px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: absolute;
    right: 0px;
    height: 100%;
    z-index: 10;
    top:0px;
    background-color: transparent;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .add-dso-border-right-rad {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.section_gap{
    margin-top: 40px;
}
label{
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}
.section_gap .row{
    margin-bottom: 40px;
}
.fw-light {
    font-weight: 400 !important;
}
.fw-semi-bold{
    font-weight: 600 !important;
}
.fw-medium{
    font-weight: 500 !important;
}
.fw-bold{
    font-weight: 700 !important;
}
.f10{
    font-size: 10px !important;
}
.f11{
    font-size: 11px !important;
}
.f12{
    font-size: 12px !important;
}
.f14{
    font-size: 14px !important;
}
.f15{
    font-size: 15px !important;
}
.f16{
    font-size: 16px !important;
}
.f18{
    font-size: 18px !important;
}
.f22{
    font-size: 22px !important;
}
/** TYPOGRAPHY CSS END **/

/** BUTTTON CSS START **/
.btn .material-icons{
    line-height: 0;
    font-size: 21px;
    position: relative;
    top: 6px;
    padding-right: 10px;
}
.btn .material-icons-outlined{
    line-height: 0;
    font-size: 21px;
    position: relative;
    top: 6px;
    padding-right: 5px;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.btn-primary, .bootstrap-table .btn.btn-primary, .btn-primary:disabled{
    background-color: #F37579 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-success{
    background-color: #31C48D;
    border-color: #31C48D;
    box-shadow: none !important;
}
.btn-success:focus, .btn-success:hover{
    background-color: #31C48D;
    border-color: #31C48D;
}
.btn.btn-lg {
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 18px;
    font-weight: 500;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#map-listing-modal .btn.btn-lg {
    padding: 10px 14px !important;
    border-radius: 5px !important;
}
.btn.btn-sm {
    font-size: 12px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 6px 11px;
}
.btn i{
    padding-right: 15px;
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus{
    box-shadow: none;
}
.btn.btn-outline-light, .btn.btn-outline-success, .btn.btn-outline-danger , .btn.btn-outline-warning{
    color: #212529;
    background-color: #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1)!important;
}
.btn.btn-outline-success:hover, .btn.btn-outline-success:focus{
    background-color: #31C48D !important;
    color: #FFF;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus{
    background-color: #E29F08 !important;
    color: #FFF;
}
.btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus{
    background-color: #E63E3D !important;
    color: #FFF;
}
.btn.btn-outline-light:hover{
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
    box-shadow: none !important;
    border-color: transparent !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}
.btn-secondary{
    background-color: #666666 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}
.btn-secondary-fade{
    background-color: #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-secondary-fade:hover{
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}
.btn-primary-icon{
    background-color: #F37579;
    border: 2px solid #F37579;
    border-radius: 5px;
    padding: 7px 11px;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}
.btn-primary-icon:hover, .btn-primary-icon:focus, .btn-primary-icon:active {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
    color: #fff;
}
.btn-secondary-icon{
    background-color: #979797;
    border: 2px solid #979797;
    border-radius: 5px;
    padding: 7px 11px;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}
.btn-secondary-icon:hover, .btn-secondary-icon:focus, .btn-secondary-icon:active {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
    color: #fff;
}
.btn-secondary-fade-icon{
    background-color: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 7px 12px;
    border-radius: 5px;
    font-size: 14px;
    color: #333333;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}
.btn-secondary-fade-icon:hover , .btn-secondary-fade-icon:focus, .btn-secondary-fade-icon:active {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
    color: #333333;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    opacity: 0.5;
}
.btn-icon.btn-sm{
    width: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.btn-icon.btn-lg{
    height: fit-content;
    width: 40px;
    padding-left: 5px;
    padding-right: 5px !important;
}
.btn-sm [class*="material-icons"]{
    padding-right: 2px;
    font-size: 16px;
    top: 4px;
}
.btn-icon [class*="material-icons"]{
    padding: 0px;
    font-size: 18px;
}
.btn-icon.btn-lg [class*="material-icons"]{
    top:5px;
}
.rounded{
    border-radius: 5px !important;
}
.shadow{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.shadow_hover, .shadow:hover{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2)!important;
}
.shadow_sm {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)!important;
}
.shadow_input{
    box-shadow: 0px 0px 10px #FAD8D8 !important;
}
.shadow_lg{
    box-shadow: 0 20px 30px rgba(0,0,0,0.2)!important;
}
.shadow_alt{
    box-shadow:  rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 13%) 0px 1px 2px 0px !important;
}
.button_page h6{
    font-size: 10px;
    line-height: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
/** BUTTTON CSS END **/

/** CHECKBOX CSS START **/
.form-check-input:checked[type=checkbox]{
    background-image: url(/assets/bs5/icon_check.svg);
    background-size: 9.8px;
}
.form-switch .form-check-input:checked{
    background-image: url(/assets/bs5/icon_switch.svg);
    background-size: inherit;
}
.form-check-input:focus{
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #F37579;
    border-color: #F37579 !important;
}
.form-check{
    padding-left: 0px;
    cursor: pointer;
    min-height: inherit;
}
.form-check + .form-check{
    margin-top: 18px;
}
.form-check-input{
    margin-top: 2px;
}
.form-check .form-check-input{
    margin-left: 0px;
}
.form-check-input{
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #F1F1F1;
}
.form-check-input:focus{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-check label {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding-left: 10px;
    cursor: pointer;
}
.small_heading h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}
.disabled.selected{
    opacity: 0.5;
}

/** CHECKBOX CSS END**/

/** NOTIFICATION CSS START**/

.toast{
    position: absolute;
    left: 56px;
    border-radius: 5px;
    z-index: 1000;
    width: 400px;
    top:100px;
    line-height: 16px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}
.toast_normal{
    position: initial;
    box-shadow: 0px 20px 30px rgb(0 0 0 / 20%);
    opacity: 1 !important;
    border: none !important;
    box-shadow: none;
    margin: 0 auto;
    width: auto !important;
    text-align: center;
    display: table;
}
.toast_normal .toast .toast-body{
    padding-left: 0px !important;
}

#toast-container > div {
    border-radius: 5px;
    max-width: 400px;
    opacity: 1;
    width: 100%;
    line-height: 16px;
    color: #333333 !important;
    box-shadow: 0px 20px 30px rgb(0 0 0 / 20%) !important;
    padding: 22px 22px 22px 54px !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
}

#toast-container > :hover{
    filter: none !important;
}
.toast-success {
    border:1px solid #31C48D;
    background-color: #EAF9F4;
}
.toast-error {
    border:1px solid #E63E3D;
    background-color: #FCECEC;
}
.toast-info {
    border:1px solid #76A9FB;
    background-color: #F1F6FF;
}
.toast-warning {
    border:1px solid #E29F08;
    background-color: #FCF5E6;
}
.toast-close-button{
    right: 8px;
    top: 4px;
    font-size: 25px !important;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0px;
    color: #000;
    font-weight: normal;
    opacity: .5;
}

#toast-container > .toast-info {
    background: url(/assets/bs5/icon_info.svg) no-repeat 20px 20px #F1F6FF !important;
}
#toast-container > .toast-error {
    background: url(/assets/bs5/icon_error.svg) no-repeat 20px 20px #FCECEC !important;
}
#toast-container > .toast-success {
    background: url(/assets/bs5/icon_success.svg) no-repeat 20px 20px #EAF9F4 !important;
}
#toast-container > .toast-warning {
    background: url(/assets/bs5/icon_warning.svg) no-repeat 20px 20px #FCF5E6 !important;
}
.toast-body{
    padding: 22px;
}
.toast .toast-body{
    padding-left: 54px !important;
    position: relative;
}
.toast .toast-body i{
    position: absolute;
    font-size: 27px;
    top: 22px;
    left: 17px;
}
.toast .toast-body a{
    font-weight: 600;
}
.toast.toast-primary{
    border:1px solid #76A9FB;
    background-color: #F1F6FF;
}
.toast.toast-primary i{
    color: #76A9FB;
    top:24px;
}
.toast.toast-danger{
    border:1px solid #E63E3D;
    background-color: #FCECEC;
}
.toast.toast-danger i{
    color: #E63E3D;
    top:24px;
}
.toast.toast-danger a{
    color: #E63E3D;
}
.toast.toast-success{
    border:1px solid #31C48D;
    background-color: #EAF9F4;
}
.toast.toast-success i{
    color: #31C48D;
}
.toast.toast-warning{
    border:1px solid #E29F08;
    background-color: #FCF5E6;
}
.toast.toast-warning i{
    color: #E29F08;
    top:24px;
}
.toast .btn-close{
    right: 8px;
    top: 8px;
    position: absolute;
    width: 12px;
    height: 12px;
    background-size: 100%;
    padding: 0px;
}

/** NOTIFICATION CSS END**/

/** RADIOBUTTON CSS START**/
.radio_box label {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}
.switch_box .form-check-input{
    border: none;
}
.form-switch .form-check-input{
    width: 40px;
    height: 22px;
    margin-top: -1px;
    border:none !important;
}
.form-switch {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.form-switch.form-check label{
    font-size: 14px;
}
.form-switch .form-check-input:focus, .form-switch .form-check-input{
    background-image: url(/assets/bs5/icon_switch.svg);
}
.form-switch .form-check-input:checked{
    border-color: #31C48D !important;
    background-color: #31C48D;
}
.form-switch .form-check-input{
    border-color: rgba(0, 0, 0, 0.1) !important;
    background-color: #949494;
}
.switch_box .form-check-input:checked {
    background-color: #31C48D;
    border-color: #31C48D;
}
.spinner-border{
    top: 3px;
    width: 18px !important;
    height: 18px !important;
    margin-right: 6px;
    position: relative;
    margin-top: -2px;
    display: inline-block;
    border-right-color: rgba(255,255,255,0.5);
}
.no_shadow{
    box-shadow: none !important;
}

input[type=radio][name="abnbRadioConnection"]:not(:checked) {
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
    background-color: #FFFFFF;
}
/** RADIOBUTTON CSS END**/

.airbnb-connection-modal-footer--sticky {
    position: sticky;
    bottom: 0;
    z-index: 1055;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: -20px;
    padding: 20px;

}

.connection-steps-numbered-list li {
    display: flex;
    list-style: none;
    counter-increment: step-counter;
    margin-bottom: 20px;
    color: #000000;
}

.connection-steps-numbered-list li:last-child {
    margin-bottom: 0;
}

.connection-steps-numbered-list li:before {
    content: counter(step-counter)'.';
    margin-right: 8px;
}


/** TEXT BOX CSS START**/
.form-label{
    color: #333333;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 7px;
}
.form-control{
    font-size: 14px;
    border-radius: 5px;
    padding: 8.5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-control.form-control-sm{
    height: 30px !important;
    padding: 6px !important;
    font-size: 12px !important;
}
textarea.form-control{
    resize: none;
}
.form-control:focus, .form-control.focus {
    border-color: #F37579 !important;
    box-shadow: 0px 0px 10px #fad8d8  !important;
}
.form-control:disabled, .form-control:read-only{
    background-color: #FFF;
}
.error {
    border-color: #E63E3D !important;
    background-color: #FEF1F2 !important;
}
.input_icon{
    position: relative;
}
.input_icon .icon_input{
    position: absolute;
    right: 10px;
    top:50%;
    font-size: 21px;
    color: #999999;
    transform: translateY(-50%);
    width: 25px;
}
.input_icon.icon_left .icon_input {
    left: 10px;
    right: auto;
}
.input_icon.icon_left .form-control {
    padding-left: 40px;
    align-content: center;
    text-align: center;
}
.input_icon.input_icon_right .form-control{
    padding-left: 33px;
}
.input_icon.input_icon_right .input_icon{
    left: 10px;
}
.input_icon.input_icon_left .form-control{
    padding-right: 33px;
}
.error_date_selector{
    border-color: #E63E3D !important;
    background-color: #FEF1F2 !important;
    color: #E63E3D !important;
}
.error_icon{
    color: #E63E3D !important;
}
.input_icon.input_icon_left .input_icon{
    right: 10px;
}
.error:hover {
    border-color: #E63E3D !important;
    background-color: #FEF1F2 !important;
}
.text_box p{
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 10px;
}
.text_box_two{
    padding-top: 20px;
}
.with_text {
    position: relative;
}
.with_text.col-3 .row .col span {
    display: flex;
    position: absolute;
    float: right;
    right: 22px;
    top: 7px;
}
input {
    font-size: 14px !important;
}
.text_area_box_two{
    padding-top: 20px;
}
.text_area_box p{
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 12px;
}
textarea {
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 5px !important;
}
textarea:focus {
    border-color: #F37579 !important;
    box-shadow: 0px 0px 10px #FAD8D8;
}
.select2-container .select2-selection--single{
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.select2-container--open.select2-container .select2-selection--single, .select2-container .select2-selection--single:focus, .select2-container .select2-selection--single:active{
    border-color: #F37579;
    outline: none;
    box-shadow: 0px 0px 10px #FAD8D8;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000000;
    line-height: 38px;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 36px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    background: url(/assets/bs5/downarrow.svg) no-repeat center center;
    background-size: 16px 12px;
    width: 16px;
    height: 12px;
    border-width: 0px;
    margin-left: -12px;
    margin-top: -6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
    width: 30px;
}
.select2-container{
    width: 100% !important;
}
.bg-dark{
    background-color:#333333 !important;
}
.text-dark{
    color:#000 !important;
}
.select2-dropdown{
    border-radius: 5px !important;
    overflow: hidden;
    padding: 10px 0px;
    border:1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.select2-results__option{
    padding: 7px 15px;
    margin-bottom: 2px;
}
.select2-search--dropdown{
    padding: 7px 15px 15px 15px;
}
.badge{
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    min-width: 49px;
}
.badge + .badge{
    margin-left: 2px;
    margin-right: 2px;
}
.badge.bg-secondary{
    min-width: inherit;
    color: #333333;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 14px;
    border-radius: 3px;
    word-break: break-all;
    white-space: inherit;
    background-color: rgba(0, 0, 0, 0.1) !important;
    word-break: break-all;
    white-space: inherit;
}
.bg-danger{
    color:#FF0000;
    background-color: #FCECEC !important;
    border: 1px solid #FAD8D8;
}
.bg-warning{
    color:#EEA321;
    background-color: #FCF5E6 !important;
    border: 1px solid #F9ECCE;
}
.bg-success{
    color:#359923;
    background-color: #EAF9F4 !important;
    border: 1px solid #D6F3E8;
}
.bg-light-green{
    color:#333333;
    background-color: #DDF7C6 !important;
    border: 1px solid #DDF7C6;
}
.bg-dark-green{
    color:#333333;
    background-color: #BAE4BC !important;
    border: 1px solid #BAE4BC;
}
.bg-light-blue{
    color:#333333;
    background-color: #D9EDF7 !important;
    border: 1px solid #DDF7C6;
}
.bg-light-gray{
    color:#333333;
    background-color: #EBEBEB !important;
    border: 1px solid #EBEBEB;
}
.bg-info-blue{
    background-color: #F3F8FE !important;
}
.dropdown-menu{
    font-size: 14px;
}
.g-5, .gx-5{
    --bs-gutter-x: 2rem;
}
.select_checkbox li .dropdown-item{
    position: relative;
}
.select_checkbox li .dropdown-item{
    padding-left: 38px !important;
}
.select_checkbox li .dropdown-item .check-mark{
    display: block !important;
    position: absolute;
    left: 11px;
    top:7px !important;
    font-size: 10px;
    width: 16px !important;
    height: 16px !important;
    right: initial !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #F1F1F1;
}
.select_checkbox li .dropdown-item .check-mark:after{
    position: relative;
    top: 2px;
    right: -5px;
    display: block;
    width: 4.2px;
    height: 8.2px;
    border-style: solid;
    border-width: 0 1.5px 1.5px 0;
    border-color: transparent;
}
.select_checkbox li .dropdown-item.selected .check-mark{
    background-color: #F37579;
}
.select_checkbox li .dropdown-item.selected .check-mark:after{
    border-color: #FFF;
}
.datepicker td, .datepicker th{
    padding: 3px 7px;
    font-size: 13px;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled]{
    background: #F37579;
}
.letter-space{
    letter-spacing: 0.1em !important;
}
.row_listing_info{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/** TEXT BOX CSS END **/

/** COMMAN PAGE CSS START **/
.main_content{
    padding-top:50px;
    padding-bottom: 50px;
    position: relative;
}
.main_heading{
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;
    margin-bottom: 48px;
}

.shadow_box .card{
    width: 260px;
    height: 80px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.shadow_box h2{
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    padding-bottom: 15px;
}
.shadow_box p{
    font-size: 10px;
    line-height: 13px;
    font-weight: 700;
    color: rgba(0,0,0,0.3);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.section_gap h6 {
    color: rgba(51,51,51,0.5);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0px !important;
}

.section_color h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}

.error_content {
    color: #E63E3D;
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    padding-left: 15px;
}

.alert {
    margin: 0px 13px;
    border: none;
    padding: 7px 15px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.alert-warning {
    color: #000000;
    border-color: #FFECB5;
}

.alert-dismissible .btn-close {
    opacity: 1;
    padding: 0.9rem 1rem;
    box-shadow: none !important;
}

.content_box {
    border-radius: 5px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/** COMMAN PAGE CSS START **/

/** START PAGE CSS START **/

.navbar {
    z-index: 1000;
    position: fixed;
    padding: 13px 5px;
    width: 100%;
    top:0px;
    left: 0px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    width: 100%;
    height:100%;
    max-width: 104px;
    max-height: 30px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

.navbar-nav .nav-link {
    padding:0px;
}

.navbar-dark .navbar-nav > li + li {
    margin-left: 58px;
}

.navbar .dropdown-toggle:after {
    border-top-color: #FFF;
}

.navbar ul.navbar-nav li .nav-link i {
    font-size: 21px;
    line-height: 0;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.dropdown-toggle:after {
    position: relative;
    top: 2px;
    border-top-color: #999999;
}

.dropdown-toggle:focus, .dropdown-toggle:active {
    box-shadow: none;
}

.show.dropdown-toggle:after, .show.dropdown-toggle:hover:after{
    border-top-color: #F37579;
}
.dropdown-toggle:hover:after{
    border-top-color: #FFF;
}
.bootstrap-select>.dropdown-toggle:hover:after{
    border-top-color: #999999;
}
.user_img{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: -8px;
    margin-top: -5px;
    background-color: #FF4646;
}
.bg_primary{
    background-color: #F37579 !important;
}
.dropdown_user{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: -8px;
    font-size: 12px;
    margin-top: -8px;
    background-color: rgba(255, 255, 255, 0.1) ;
}
.dropdown_user .nav-link{
    padding: 0px !important;
}
.dropdown_user .nav-link i{
    margin: 0px !important;
}

.dropdown_user .dropdown-toggle:after{
    display: none;
}
ul.dropdown-menu.dropdown_menu_normal li .dropdown-item{
    font-size: 14px;
}
.dropdown_user ul.dropdown-menu.dropdown_menu_normal{
    margin-right: 10px;
    min-width: 200px;
    margin-top: -10px !important;
}
.user_img img{
    height: 30px;
    width: 30px;
    object-fit: cover;
    border-radius: 50%;
}
.main_content {
    padding: 10px 5px 0 5px;
}

.inner_content_box{
    background-color: #FFF;
    padding: 15px 20px 20px 20px;
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.form_search{
    max-width: 400px;
    position: relative;
}
.form_search .icon_search{
    position: absolute;
    left: 10px;
    top: 11px;
    color: #999999;
}
.form_search .icon_search i{
    font-size: 20px;
}
.form_search .form-control{
    padding-left: 38px !important;
}

::-webkit-search-cancel-button{
    cursor: pointer;
    margin-left: 10px;
    font-size: 20px;
}

.icon_filter{
    width: 12px;
    height: 8px;
    top:-1px;
    position: relative;
    margin-left: 6px;
    display:inline-block;
    background: url(/assets/bs5/icon_filter.svg) no-repeat 0px 0px;
    background-size: 12px;
}
.btn:hover .icon_filter{
    background-position: 0px -8px;
}
.box_search{
    padding: 0px 8px 20px 8px;
}
.table>:not(:last-child)>:last-child>*{
    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}

table.dataTable.no-footer{
    border-bottom: none;
    padding-bottom: 40px;
}
.table thead th,  table.dataTable tbody th{
    font-weight: 600;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 16px;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}
#event-data-chart-div .table tbody td, table.dataTable tbody td,
.table tbody td, table.dataTable tbody td{
    padding: 18px 15px;
    border-color: rgba(0,0,0,0.2);
}
.table tbody td .icon_clock{
    color: #76A9FB;
    line-height: 1;
    font-size: 15px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}
.table thead tr th label{
    color:#999999;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
}
.table thead tr th label i{
    font-size: 13px;
    color: #76A9FB;
    line-height: 0px;
    position: relative;
    top: 2px;
}
.table tbody tr td h6{
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color:#999999;
    letter-spacing: 0px;
    padding-bottom: 4px;
}
.table tbody tr td h5{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.table tbody tr td.column_group{
    text-align:  left !important;
}
.table tbody tr td.column_edit_access{
    width: 100px;
}

.table tbody td.column_tags{
    max-width: inherit !important;
    text-align: left !important;
}

.table tbody td.column_customize_group{
    max-width: 250px !important;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
    text-align: center;
}

.table tbody tr td p{
    font-size: 12px;
    font-weight: 400;
}
.table tbody tr td p + p{
    margin-top: 6px;
}
.table tbody tr td .list_date + p{
    margin-top: 5px;
}
.table tbody tr td .badge.bg-secondary{
    font-weight: 400;
    border-radius: 15px;
}
.table tbody tr td .badge{
    margin-bottom: 5px;
}

.table:not(#all-notes-pane, #mc-table, [id$="cust-table"], #manual-res-schedule-table) tbody tr:hover td, .table tbody tr.active td, .bootstrap-table table:not(.table-condesed, #mc-table, [id$="cust-table"], #manual-res-schedule-table).table-bordered tbody tr:hover td{
    background-color: rgba(255, 70, 70, 0.05);
    box-shadow: none !important;
}
.table:not(#mc-table, [id$="cust-table"], #manual-res-schedule-table) tbody tr.selected td, .bootstrap-table .fixed-table-container .table:not(#mc-table, [id$="cust-table"], #manual-res-schedule-table) tbody tr.selected td{
    box-shadow: none !important;
    background-color: rgba(255, 70, 70, 0.05);
}
.table:not(#mc-table, [id$="cust-table"]) tbody tr:hover td .btn.btn-outline-primary , .table:not(#mc-table, [id$="cust-table"]) tbody tr.active td .btn.btn-outline-primary{
    background-color: #F37579;
    color: #ffffff !important;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}

.table:not(#mc-table, [id$="cust-table"]) tbody tr:hover td .btn.btn-outline-secondary , .table:not(#mc-table, [id$="cust-table"]) tbody tr.active td .btn.btn-outline-secondary{
    background-color: #666666;
    color: #ffffff !important;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}

.text_not{
    color:#c2c2c2;
    font-weight: normal;
}
.btn_modal{
    color: #b5b5b5;
}
.btn_modal:hover{
    color: #FC1A23;
}
.model_box .tab-content{
    color: #000;
    padding:32px 32px 22px 32px;
}
.nav-tabs{
    border-bottom-color: rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-item + .nav-item{
    margin-left: 15px;
}
.nav-tabs .nav-item:focus{
    outline: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{
    color: #FF4646 !important;
    outline: none;
    border-bottom-color:#FF4646;
}
.nav-tabs .nav-link{
    color: #737373;
    border:none;
    border-bottom:solid 3px transparent;
    margin: 0px 0px -2px 0px;
    padding: 12px;
    cursor: pointer;
    line-height: 1;
    background-color: transparent;
}
.nav-tabs .nav-link:hover{
    background-color: transparent;
}
.label_text {
    padding-bottom: 12px;
}
.label_text .form-switch{
    margin-right: 8px;
    position: relative;
    top:-3px;
}
.row_content{
    padding-bottom: 40px;
}
.box_inputs{
    display: flex;
    color: #000;
    font-weight: 400;
    align-items: center;
}
.box_inputs > .column + .column{
    margin-left: 20px;
}
.box_inputs select{
    width: 240px;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 680px;
        margin:5.5rem auto 1.75rem auto;
    }
    .modal-dialog.modal-sm{
        max-width: 320px;
    }
}
.modal-body{
    padding: 20px;
}
@media (max-width: 500px) {
    #base-price-chart-modal .modal-body{
        padding: 0px;
    }
}
.modal-content{
    border-radius: 10px;
    border:none;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
}
.modal-header{
    position: relative;
    display: initial;
    padding: 23px 20px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}
.modal-header .btn-close{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin: 0px;
}

.modal-footer:not(.cust_panel_modal_footer) {
    padding: 20px;
    border-top-color: rgba(0, 0, 0, 0.1);
}

#dataTable_filter, #dataTable_info{
    display: none;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
    border:none;
    box-shadow: none;
}
.select2-container{
    z-index: 9999999;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected{
    background-color: #FEF1F2;
    color: #F37579;
}

@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 1000px;
}
}

.box_welcome{
    padding: 50px 0px 70px 0px;
    background-color: #FFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.box_welcome .container{
  max-width: 1040px;
}
.box_information{
    padding: 20px 0px 78px 0px;
    background-color: #F2F2F2;
    min-height: 700px;
}
.box_information .container{
    max-width: 980px;
}
.inner_access_content{
    text-align: center;
}
.content_access{
    padding: 20px 20px 32px 20px;
    background: url(/assets/bs5/bottom_bg.svg) no-repeat 0px bottom;
    background-size: 100%;
    margin-bottom: 30px;
}
.content_access h3 {
    padding-bottom: 2px;
}
.content_access h4 {
    font-size: 14px;
}
.content_access_top_heading{
    padding-bottom: 40px;
}
.btn-outline-primary{
    background-color: #FFF;
    color: #333333 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-primary:hover{
    background-color: #F37579 !important;
    color: #ffffff !important;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}
.btn-outline-secondary{
    background-color: #FFF;
    color: #333333 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-secondary:hover{
    background-color: #666666 !important;
    color: #ffffff !important;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}
.icon_warning{
    color: #E29F08;
    font-size: 20px;
}
.content_access_top_heading h3{
    font-size: 20px;
    padding-bottom: 3px;
}
.content_access_top_heading h4{
    font-size: 16px;
}
.inner_access_content{
    padding-bottom: 38px;
}
.inner_access_content h2{
    font-size: 28px;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
}
.inner_access_content h3{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}
.inner_access_content h4{
    font-size: 16px;
    font-weight: 700;
}
.input_icon{
    position: relative;
}
.input_icon .input_icon{
    position:absolute;
    top:11px;
    z-index: 100000000;
    color: #999999;
    font-size: 15px;
}
.input_icon .input_icon i{
    font-size: 18px;
}
.form-field{
    margin-bottom: 15px;
}

#property-types-select + .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.input_icon .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 33px !important;
}
.input_icon .select2-selection__arrow{
    display: none !important;
}
.btn_area_modal{
    padding: 20px 20px 0px 20px;
    text-align: right;
    margin: 20px -20px 0px -20px;
    border-top:solid 1px  rgba(0, 0, 0, 0.1);
}
.btn_area_modal .btn + .btn{
    margin-left: 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    outline: none;
}
.account_select + .select2-container--default .select2-selection__clear{
    display: none;
}
.text-sm{
    font-weight: 600;
    font-size: 12px;
    color: #999999;
}
.btn-group_filters .btn{
    min-width: 108px;
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus{
    box-shadow: none !important;
    background-color: transparent !important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active{
    background-color: transparent !important;
    outline: none !important;
    color: #F37579 !important;
    box-shadow: none !important;
}
.icon_info{
    color: #76A9FB;
    line-height: 0;
    font-size: 13px;
    position: relative;
    top: 2px;
}

.icon_info_bold {
    font-weight: 700;
}

.icon_info_warning {
    color: #E29F08;
    line-height: 0;
    font-size: 16px;
}
.info_blue {
    color: #76A9FB !important;
    font-size: 13px !important;
}


.custom-tooltip-inner {
    max-width: 380px !important;
    text-align: left !important;
    padding: 10px;

    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

@media(max-width: 1000px) {
    .custom-tooltip-inner {
        max-width: 380px !important; /* calc(100vw - 26px) */
        text-align: left !important;
        padding: 10px;
        margin-left: 10px;
        margin-right: 10px;
        color: #fff;
        text-align: center;
        background-color: #000;
        border-radius: 0.25rem;
    }

    .info_blue {
        color: #76A9FB !important;
        font-size: 16px !important;
    }
}

.min-stay-settings-title-label {
    margin-top: 10px;
}

.icon_info_big{
    color: #76A9FB;
    line-height: 0;
    font-size: 23px;
    position: relative;
    top: 5px;
}
.icon_info_white {
    color: #ffffff;
    line-height: 0;
    font-size: 16px;
    position: relative;
    top: 3px;
}

.nav-link.active .icon_info_pricing_page_tab_nd {
    color: #FFFFFF !important;
}

.text_seasonal{
    font-size: 12px;
    padding: 11px;
    margin-bottom: 20px;
}
.btn_edit i{
    color: #999999;
    line-height: 0;
    font-size: 16px;
    position: relative;
    top: 4px;
    font-weight: 300;
}
.nav-tabs-lg ul.nav-tabs{
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.nav-tabs-lg ul.nav-tabs li .nav-link{
    color: #333333;
    cursor: pointer;
    padding: 7px 15px 8px 15px;
}
.pricing-page-tab li {
    margin-left: 0px !important;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #F4F5F7;
    display: flex;
}

.pricing-page-tab li .nav-link {
    padding: 12px 36px !important;
}

.nav-pills .nav-link{
    border-radius: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
}
.img_full{
    width: 100%;
}
.nav-tabs-lg .tab-content{
    padding-top: 40px;
}
.bootstrap-select .form-control, .bootstrap-select{
    opacity: 1 !important;
}
.bootstrap-select .inner ul.dropdown-menu li.disabled{
    display: none;
}
.icon_search_select{
    left: 0px;
    position: absolute;
}
.bootstrap-select > .dropdown-toggle{
    height: 40px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 6px 15px;
    background-color: #FFF;
}
.bootstrap-select>.dropdown-toggle .filter-option-inner{
    padding-top: 3px;
}
html body .bootstrap-select .dropdown-toggle:focus,
html body .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
html body .bootstrap-select .dropdown-toggle.show,
.br-count-dropdown-btn.show {
    outline: none !important;
    border-color: #F37579 !important;
    box-shadow: 0px 0px 10px #fad8d8 !important;
}
.dropdown_style_search.bootstrap-select>.dropdown-toggle{
    padding-left: 33px;
}
.dropdown_style_search.bootstrap-select>.dropdown-toggle:after{
    display: none;
}
.icon_search_select {
    pointer-events: none;
    left: 92%;
    position: absolute;
    font-size: 20px;
    top: 11px;
    color: #999999;
}
.icon_search_select i{
    font-size: 15px !important;
    color: #999999cb !important;
}
.dropdown-menu{
    padding: 10px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.dropdown-menu-pane-container {
    display: flex;
}
.dropdown-menu-pane {
    flex-grow: 1;
}
.dropdown-menu-pane-title {
    color: #7A7A7A !important;
    padding: 0px 20px
}
.dropdown-menu-pane-separator {
    width: 1px;
    background: #E0E0E0;
    margin-bottom: 8px;
    height: auto;
    align-self: stretch;
}

@media (max-width: 576px){
    .dropdown-menu-pane-container {
        display: flex;
        flex-direction: column;
        padding-bottom: 8px;
    }
    .dropdown-menu-pane-separator {
        height: 1px;
        width: auto;
        margin: 8px 16px 16px 16px;
        align-self: stretch;
    }
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.br-count-dropdown .dropdown-item:hover,
.br-count-dropdown .dropdown-item:active {
    background-color: #FEF1F2 !important;
    color: #F37579 !important;
}
.dropdown-item.active i, .dropdown-item:active i, .dropdown-item:hover i{
    color: #F37579 !important;
}
ul.dropdown-menu li .dropdown-item{
    padding: 6px 15px;
    font-size: 12px;
    color: #333333;
    transition: ease-in-out 0.1s;
}
ul.dropdown-menu li + li{
    margin-top: 1px;
}
.icon_help{
    line-height: 0;
    position: relative;
    top:4px;
    color: #76A9FB;
}
.radio_box{
    padding-bottom: 15px;
}
.radio_box .form-check + .form-check{
    margin-top: 13px;
}
.box_verification{
    text-align: center;
    padding: 30px 20px 25px 20px;
}
.box_verification_unset{
    text-align: left;
    padding: 0;
}
.logo_area{
    padding-bottom: 15px;
}
.logo_area img{
    max-height: 33px;
}
.review_table .btn-sm{
    min-width: 101px;
}
.review_table .btn-sm.btn-icon{
    min-width: inherit;
}
.btn .material-icons-outlined.icon_visibility{
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 5px;
}
.textarea_notes{
    height: 120px;
}
ul.dropdown-menu.dropdown_menu_normal{
    min-width: 240px;
    border:none;
    margin-left: -42px;
    padding-top: 15px;
    padding-bottom: 0 !important;
    margin-top: 13px !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
ul.dropdown-menu.dropdown_menu_normal li .dropdown-item{
    padding: 12px 20px;
    line-height: 1;
}
ul.dropdown-menu.dropdown_menu_normal li i{
    font-size: 20px;
    color: #999999;
    line-height: 0;
    position: relative;
    top:5px;
    padding-right: 8px;
}
.content_important{
    min-height: 160px;
}
.content_important h3{
    padding-bottom: 13px;
}
ul.dropdown-menu.dropdown_filter{
    width: 224px;
}
@media (max-width: 450px){
    ul.dropdown-menu.dropdown_filter{
        width: max-content;
    }
}
ul.dropdown-menu.dropdown_filter li{
    padding-left: 11px;
    padding-right: 11px;
}
ul.dropdown-menu.dropdown_filter li + li{
    margin-top: 10px;
}
.dropdown-divider{
    margin: 1rem 0px .5rem 0px;
    border-top:1px solid rgba(0,0,0,0.1);
}
.column_no_change{
    width: 170px;
}
.box_inline.align-items-top{
    align-items: start;
}
/** START PAGE CSS END **/

/** COSTOMIZATIONS MODAL CSS START **/

.price-type-radio-btn {
    height: 12px;
    width: 12px;
    margin-top: 3px;
}

.pt-10 {
    padding-top: 10px;
}

.csp-divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.price-options-container {
    padding-top: 8px;
    padding-bottom: 13px;
}

.custom-placeholder-override {
    color: #616161 !important;
    font-size: 13px !important;
    letter-spacing: 5px !important;
}

.options-label-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #333333;
    margin-right: 10px;
}

.csp-price-change-type-div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.modal_customizations .modal-body{
    overflow: auto;
}
.modal_customizations .modal-footer{
    box-shadow: 0px -2px 4px rgb(0 0 0 / 10%);
}
.modal_customizations .modal-dialog{
    position: fixed;
    right: 0px;
    max-width: 1060px;
    width: 100%;
    margin: 0px;
    height: 100%;
}
#customization_panel_modal.modal_customizations .iframe-customization.modal-dialog {
    max-width: 1280px;
}
#customization_panel_modal.modal_customizations .non-iframe-customization.modal-dialog {
    max-width: 1090px;
}
.modal_customizations.modal_customizations_sm .modal-dialog{
    max-width: 600px;
}
.modal_customizations.modal_customizations_md .modal-dialog{
    max-width: 850px;
}
.modal_customizations .modal-dialog .modal-content{
    border-radius: 0px;
    height: 100%;
    margin: 0px;
}
.modal-footer>*{
    margin: 0px;
}
.modal-footer.align_left_right{
    justify-content: space-between;
}
.modal-footer .btn + .btn, .ml-dso-total{
    margin-left: 15px;
}
.tabs_column{
    display: flex;
    height: 100%;
}
.tabs_column .tab_leftcolumn{
    width: 220px;
    position: fixed;
}
.mu_occupancy_icon {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #757575;
    font-size: 14px;
    margin-left: 4px;
}


.mu_mult_cal {
    display: inline;
}

.tabs_column .tab_rightcolumn{
    width: 100%;
    position: relative;
    margin-left: 220px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    overflow: auto;
}

#customization_panel_modal .tabs_column .tab_rightcolumn .tab-content {
    height: 100%;
}

#customization_panel_modal .tabs_column .tab_rightcolumn .tab-content .tab-pane{
    height: 100%;
}

ul.nav-tabs.nav_tabs_left{
    border:none;
}
ul.nav-tabs.nav_tabs_left li{
    width: 100%;
}
ul.nav-tabs.nav_tabs_left li .nav-link{
    width: 100%;
    border:none;
    line-height: 1;
    border-radius: 0px;
    padding: 21px 20px;
    border-left: solid 5px transparent;
}
ul.nav-tabs.nav_tabs_left .nav-item.show .nav-link, ul.nav-tabs.nav_tabs_left .nav-link.active{
    border-left-color:#F37579;
    background-color: rgba(243, 117, 121, 0.1);
}
ul.nav-tabs.nav_tabs_left .nav-item.show .nav-link i, ul.nav-tabs.nav_tabs_left .nav-link.active i{
    color: #FF4646;
}

ul.nav-tabs.nav_tabs_left li .nav-link i{
    top: 6px;
    line-height: 0px;
    color: #999999;
    margin-right: 10px;
    position: relative;
}
ul.nav-tabs.nav_tabs_left li .nav-link i{
    line-height: 0px;
}


ul.nav-tabs.nav_tabs_left .nav-item + .nav-item{
    margin-left: 0px;
}
.content_prices{
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.info_answer{
    font-size:15px;
    cursor:pointer;
}
.tooltip .tooltiptext{
    text-align: justify;
}
.row_inner_prices{
    padding-left: 50px;
    position: relative;
}
.row_inner_prices .form-switch{
    position: absolute;
    left: 0px;
    top:0px;
}
.row_inner_prices h4{
    padding-bottom: 4px;
}
.customization-heading-container {
    margin-bottom: 4px;
}
.customization-heading-container h4 {
    padding-bottom: 0 !important;
}
.box_inline{
    display: flex;
    align-items: center;
}
.box_wrap{
    flex-wrap: wrap;
}
.margin_307{
    margin-left: 307px !important;
}
.box_inline.align-top{
    align-items: start;
}
.box_inline .inline_column{
    position: relative;
}
.box_inline > div + div{
    margin-left: 16px;
}
.box_inline .box_dropdown{
    width: 200px !important;
}
.box_inline .box_dropdown_small {
    width: 100px !important;
}
.box_inline .input_sm{
    width: 120px;
}
.box_inline .input_90 {
    width: 90px
}
.box_inline .input_100 {
    width: 100px
}
.box_inline .fixed-discount-input {
    width: 148px;
}
.box_inline .input_xs{
    width: 72.5px;
}
.box_inline .input_3digits {
    width: 60px;
}
.input_usd{
    position: relative;
}
.input_usd .form-control{
    padding-right: 40px;
    padding-left: 7px;
}
.input_usd.input_currency .form-control{
    padding-right: 20px;
    padding-left: 7px;
}
.los_length{
    display: flex;
    align-items: center;
}
.los_prefix{
    position: absolute;
    text-decoration: underline;
    padding-left: 8px;
}
.los-night-range{
    padding-left: 20px !important;
}
.add_another_night{
    float: right;
}
.disallow_click{
    pointer-events: none;
}
.input_usd span{
    right: 11px;
    color: #999999;
    top:50%;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: bold;
    transform: translateY(-50%);
    position: absolute;
}
.input_usd .orphan-day-span-addon, .historical-intelligence-input-span-addon{
    right: 5px;
    color: #999999;
    top:65%;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: bold;
    transform: translateY(-50%);
    position: absolute;
}
ul.list_days{
    list-style: none;
    padding: 0px;
    width: 100%;
    margin: 0px;
    display: inline-block;
}
ul.list_days li{
    width: 14%;
    float: left;
    padding-right: 20px;
}
.radio_box_popup{
    padding-left: 13px;
}
.radio_box_popup .radio_box{
    padding-bottom: 13px;
}
.radio_box_popup .radio_box label{
    font-weight: 400;
}
.radio_box_popup .radio_box .form-check + .form-check{
    margin-top: 10px;
}
.box_leaving_inner{
    padding: 14px;
    border-radius: 10px;
    margin: 10px 25px 0px 24px;
}
.box_help_icon{
    position: absolute;
    right: -35px;
    bottom: -32px;
}
.btn.btn_question{
    width: 60px;
    height: 60px;
    font-size: 34px;
    font-weight: 600;
    border-radius: 50%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
ul.list_data_specific{
    list-style: none;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
ul.list_data_specific > li + li{
    margin-top: 30px;
}
ul.list_data_specific h5{
    padding-bottom: 4px;
}
ul.list_date{
    list-style: none;
    display: flex;
    padding: 0px;
}
ul.list_date li i{
    top: 2px;
    font-size: 15px;
}
ul.list_date li{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    position: inherit;
    line-height: 1;
}
ul.list_date li .mc_minStay {
    display: flex;
    align-items: center;
}

ul.list_date li + li:after{
    width: 1px;
    height: 100%;
    top:0px;
    left: 0px;
    content: "";
    position: absolute;
    background-color: #333333;
}
ul.list_date li + li{
    padding-left: 10px;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox{
    padding: 5px 15px 15px 15px;
}
.bootstrap-select .no-results{
    padding: 5px 15px;
    margin: 0px 15px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 12px;
    background-color: #FEF1F2;
    color: #F37579 !important;
}
.content_dashboard{
    text-align: center;
    padding: 33px 20px;
    margin: 0px 8px;
    border-radius: 5px;
}
.content_dashboard .icon_inner_box i{
    font-size: 40px;
    line-height: 1;
}
.content_dashboard .icon_inner_box{
    padding-bottom: 25px;
}
.content_dashboard .btn{
    margin-top: 20px;
}
.modal_loading{
    pointer-events: none;
}
.heading_configure{
    margin-bottom: -5px;
}
.dropdown_sm{
    width: 70px;
}
.text_checkin{
    width: 127px;
    font-weight: 500;
}
.spacing_align{
    margin-left: 235px;
}
.input_lg{
    width: 20%;
}
.btn_showlisting{
    width: 140px;
}
.btn_showcalender{
    width: 160px;
}
.box_nolisting{
    text-align: center;
    padding-top: 100px;
}
.box_nolisting .img_no_listing{
    margin-bottom: 28px;
    margin-top: 28px;
    color: #BDBDBF;
}
.box_nolisting h2, .box_nolisting h3{
    color: #BDBDBF;
}

ul.tab_switch{
    padding: 4px;
    list-style: none;
    margin: 0px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #F4F5F7;
    border-radius: 5px;
}
ul.tab_switch li{
    display: inline-block;
}
ul.tab_switch li + li{
    margin-left: 5px;
}
ul.tab_switch li a{
    display: block;
    border-radius: 3px;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    padding: 5px 20px;
    min-width: 78px;
    text-align: center;
    color: #333333;
}
ul.tab_switch li.active a, ul.tab_switch li a:hover{
    background-color: #FFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/** COSTOMIZATIONS MODAL CSS END **/

  .btnbox .btn-grey{
      background-color: #666666;
      border-color: #666666;
  }

  .customizations .row{
    padding-bottom: 14px;
  }
  .angelic_apartments i.material-icons{
    font-size: 12px;
  }
  .angelic_apartments span i.material-icons{
    font-size: 14px;
  }
 .group_customization button.btn.group_btn_customization{
    padding: 11px 252px 11px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
  }
  .group_customization button.btn.group_btn_customization:hover{
      color: #fff;
  }
  .group_customization .dropdown-toggle:after{
    border-top-color: #333333 ;
  }
  .group_customization .dropdown-toggle:hover:after {
      border-top-color: #ffffff ;
  }
  /* Tab page Css */

  /* Table Popup Css Start */

  .table.table_popup  th, .table.dataTable tbody td{
      vertical-align: middle;
  }
  .bootstrap-table .table.table_popup thead th{
    background-color: #757575;
    padding: 0px !important;
  }
  .table.table_popup thead th{
    background-color: #757575;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    padding: 12px !important;
    border-bottom: none !important;
  }

  #dso-overrides-table thead th{
    background-color: #E0E0E0;
    color: #333333;
    padding: 0px !important;
  }

  #dso-overrides-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dee2e6; 
    border-radius: 8px;
  }
  
  #dso-overrides-table thead th:first-child {
    border-top-left-radius: 8px; 
  }
  
  #dso-overrides-table thead th:last-child {
    border-top-right-radius: 8px; 
  }
  
  #dso-overrides-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px; 
  }
  
  #dso-overrides-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px; 
  }
  
  #dso-overrides-table td,
  #dso-overrides-table th {
    border: none;
  }
  
  .table.table_occupancy {
      max-width: 100%;
      display: block;
      overflow: auto;
  }
  .table.table_occupancy .form-control{
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .table.table_popup th, .table.table_popup td{
      padding:11px;
  }
  .table.table_popup.table_occupancy th, .table.table_popup.table_occupancy td{
    padding: 5px 11px;
    border-left:  1px solid rgba(0, 0, 0, 0.1);
    border-right:  1px solid rgba(0, 0, 0, 0.1);
    min-width: 120px;
}
  .table.table_occupancy .sub_header_row th{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .table.table_popup{
      border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

  .table_occupancy tbody tr:nth-child(2) th,  .table_occupancy tbody tr:nth-child(2) td{
    padding-top: 11px;
  }
  .table_occupancy tbody tr:last-child th,  .table_occupancy tbody tr:last-child td{
    padding-bottom: 11px;
  }
  .table.table_occupancy td{
    border-bottom: none;
  }
  .table.table_popup td{
      font-weight: normal;
    border-color: rgba(0,0,0,0.1);
  }
  .table.table_popup tbody th{
      background-color: #F1F1F1;
      border-bottom: none;
  }
  .table.table_popup .column_occupancy{
    width: 140px;
    text-align: center;
  }
  .column_reason{
      width: 250px;
  }
  .table.table_popup .column_add{
    width: 110px;
    text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) td{
    background-color: #FFF !important;
    --bs-table-accent-bg: none;
}
.table-striped>tbody>tr:nth-of-type(even) td {
    background-color: #F4F5F7 !important;
}
.row_accupancy{
    text-align: center;
}
.table.table_popup .icon_arrow{
    text-decoration: underline;
}
.row_accupancy .form-control{
    font-weight: 500;
    color: #333333;
}
.bootstrap-table table.table-bordered tbody tr.active td{
    background: #F1F1F1;
}
.bootstrap-table table.table-bordered tbody tr.active td h5{
    font-weight: 600;
}
.form-check.form-switch-label{
    padding-left: 40px;
}

  /* Table Popup Css Start */

  /* dropdown button  */
  .btn-space .dropdown-toggle::after {
        margin-left: 148px;
  }
  .dropdown-btn-outline{
    color: #333333 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.dropdown-btn-outline:hover{
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}
.btn-space:focus, .btn-space.focus {
    border-color: #F37579 !important;
    box-shadow: 0px 0px 10px #fad8d8  !important;
}
.btn_add_column{
    width: 20px;
    height: 20px;
    color: #FFF;
    font-size: 18px;
    padding-left: 1px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    border-radius: 50%;
    background-color: #F37579;
}
.btn_add_column i{
    font-size: 18px;
    line-height: 20px;
}
.btn_add_column:hover{
    color: #FFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) ;
}
.btn_more{
    font-weight: 600;
    color: #F37579;
}
.btn_more:hover{
    color: #F37579;
}
.btn_more i{
    font-size: 18px;
    line-height: 0;
    position: relative;
    top:4px;
}
.btn_delete{
    font-weight: normal;
    font-size: 18px;
}
.link_back i{
    transform: rotate(180deg);
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    position: relative;
    top:1px;
}
.link_back_left i{
    transform: rotate(90deg);
}
.collapse_group .collapse{
    height: 0px !important;
    transition:linear 0.2s;
    overflow: hidden;
    visibility: hidden;
    margin: 0px -2px;
    display: inherit !important;
}
.collapse_group .collapse .badge{
    margin-left: 2px !important;
    margin-right: 2px !important;
}
.collapse_group .collapse.showText{
    padding-top: 8px;
    height: auto !important;
    visibility: visible;
}
.btn_showmore{
    margin-top: 8px;
    font-weight: 500;
    font-size: 12px;
    color: #F37579;
    line-height: 16px;
    display: inline-block;
}
.mc-input-tags .btn_showmore{
    margin-top: 0px;
}
.btn_showmore:hover{
    color: #F37579;
}
.btn_showmore .hide{
    display: none;
}
.showText + .btn_showmore .show{
    display: none;
}
.showText + .btn_showmore .hide{
    display: block;
}

.tabs_customizations{
    border-radius: 10px;
    background-color: #FFF;
    overflow: hidden;
    min-height: 500px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.tabs_customizations .nav-tabs-lg ul.nav-tabs li .nav-link {
    padding: 20px 25px 18px 25px;
    border-bottom-width:2px;
}

.tabs_customizations .nav-pills .nav-link {
  cursor: pointer;
}

.select_dropdown_mobile.bootstrap-select > .dropdown-toggle {
    height: 30px;
}
.select_dropdown_mobile.bootstrap-select>.dropdown-toggle .filter-option-inner {
    font-size: 12px;
    padding-top: 0px;
}

.select_dropdown_sm{
    width: 146px !important;
}
.select_dropdown_sm.bootstrap-select > .dropdown-toggle {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 0px;
}
.select_dropdown_sm.bootstrap-select > .dropdown-toggle:after {
    border-top-color: #333333;
}
.select_dropdown_sm.bootstrap-select .dropdown-toggle .filter-option {
    border-right:1px solid rgba(0, 0, 0, 0.1);
    margin-right: 8px;
}
.select_dropdown_sm.bootstrap-select>.dropdown-toggle .filter-option-inner {
    padding-top: 9px;
}
.tabs_customizations .nav-tabs-lg ul.nav-tabs{
    position: relative;
}
.tabs_customizations .nav-tabs-lg ul.nav-tabs li.btn_last{
    position: absolute;
    right: 30px;
    top:14px;
}
.row_account_column{
    display: flex;
    position: relative;
}
.row_account_column .column_account_left{
    width: 220px;
    padding: 30px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top:0px;
}
.row_account_column .column_account_right{
    width: calc(100% - 220px);
    height: calc(98vh - 204px);
    padding: 14px 20px;
    overflow: auto;
    position: relative;
}

.column_account_right .ps .scroll-important-unset {
    overflow: unset !important;
}

#minstay-archived-button-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.minstay-archive-show-toggle-button, .pricing-profile-archive-show-toggle-button, .cin-cout-profile-archive-show-toggle-button {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;

}

.minstay-archive-show-toggle-button-desktop, .pricing-profile-archive-show-toggle-button-desktop, .cin-cout-profile-archive-show-toggle-button-desktop {
    min-width: 153px;
    padding: 9px;
}

.minstay-archive-show-toggle-button-text, .pricing-profile-archive-show-toggle-button-text, .cin-cout-profile-archive-show-toggle-button-text {
    font-weight: 500;
    line-height: 18px;
    color: #333333;
}

.minstay-archive-show-toggle-button-text-desktop, .pricing-profile-archive-show-toggle-button-text-desktop, .cin-cout-profile-archive-show-toggle-button-text-desktop {
    margin-left: 13px;
    font-size: 14px;
}


.archived-minstay-label-bg, .archived-pricing-profile-label-bg, .archived-cin-cout-label-bg {
    padding: 3px 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-left: 10px;
}



ul.list_accounts{
    padding: 0px;
    list-style: none;
    line-height: 18px;
    max-height:calc(90vh - 338px);
    overflow: auto;
}
ul.list_accounts li + li{
    margin-top: 12px;
}
ul.list_accounts li a{
    color: #999999;
}
ul.list_accounts li a:hover, ul.list_accounts li.active a, ul.list_accounts li a:focus{
    color: #333333;
    font-weight: 600;
}
.content_account_tab{
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #FFFFFF;
}
.content_account_tab .content_header{
    padding: 10px 11px 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    background-color: #F4F5F7;
}
.content_account_tab .content_header label{
    padding-bottom: 5px;
}
.content_account_tab .content_header h4{
    font-weight: 700;
}
.divider_long{
    width: 1px;
    display: inline-block;
    height: 30px;
    margin: 0px 6px -11px 7px;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 0;
}
.btn-icon .icon_more{
    font-size: 20px;
    top: 7px;
}
.content_account_tab .content_body {
    padding: 20px 20px 34px 20px;
}
.row_account_column.no_left_column .column_account_right{
    width: 100%;
}
ul.dropdown-menu.dropdown_border{
    padding: 0px;
}
ul.dropdown-menu.dropdown_border li + li{
    border-top:solid 1px rgba(0, 0, 0, 0.1);
}
ul.dropdown-menu.dropdown_border li i{
    font-size: 17px;
    position: relative;
    top: 4px;
    line-height: 0;
    margin-right: 5px;
}
.dropdown_menu_sm.dropdown_menu_sm {
    padding: 6px 0px;
    min-width: 125px;
}

#account-level-customization-menu-list, #group-level-customization-menu-list {
    margin-top: -40px !important;
}

/* QA-2011 move expanded menu down for non-mobile - start */
.dropdown_menu_sm.dropdown_menu_sm.expanded_menu_top {
    inset: 43px auto auto auto !important;
}
/* QA-2011 move expanded menu down for non-mobile - end */

.dropdown_menu_sm.dropdown_menu_sm_long{
    min-width: 220px;
    padding: 15px;
}
.text_heading_dropdown{
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #999999;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.text_month{
    display: inline-block;
    margin: 0px;
}
.text_month i{
    font-size: 26px;
    line-height: 0;
    position: relative;
    top: 3px;
}


.dropdown_menu_sm.dropdown_menu_sm .dropdown-item{
    padding: 11px 15px;
}
.content_footer{
    padding: 11px 20px;
    line-height: 16px;
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);

}

/**** litepicker PICKER CSS ****/
.litepicker{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #333333;
}

/**** litepicker PICKER CSS END****/


/* .dropdown-menu .inner{
    min-height: 240px !important;
} */

#br-range-form .dropdown-menu .inner.show {
    height: 400px !important;
}

/*** DROP DOWN BUTTON*/

.bootstrap-table .bootstrap-select > .dropdown-toggle{
    padding: 6px 15px;
}
.bootstrap-table .dropdown-menu.show{
    display: block;
    min-width: 100%;
}
.bootstrap-table .dropdown-menu .dropdown-item.active, .bootstrap-table .dropdown-menu .dropdown-item.active:hover{
    background-color: #f5f5f5;
}
.disabled select.select_dropdown{
    opacity: 0 !important;
}
.bootstrap-table .fixed-table-container .fixed-table-body{
    padding-bottom: 0px;
}
.fixed-columns, .fixed-columns-right{
    background-color: transparent;
}
.bootstrap-table table.table-bordered tbody tr td, .bootstrap-table table.table-bordered thead tr th{
    background-color: #FFF;
}

/*** DROP DOWN BUTTON END*/


/* Loading screen*/
.skeleton_box_1{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 5px;
}
.skeleton_box_2{
    width: 110px;
    height: 30px;
}
.bg_wopacity{
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}
.bg_wfull{
    background-color:#fff;
    border-radius: 5px;
}
.bg-Grey{
    background-color: #757575;
    border-radius: 5px;
}
.bg_lgrey{
    background-color: #F4F5F7;
    border-radius: 5px;
}
.skeleton_box_3{
    width: 200px;
    height: 20px;
    margin-left: 30px;
}
.unorder_list{
    margin: 0px;
    display: flex;
    padding: 5px 0px 0px 0px;
}
.circle{
    border-radius: 50%;
    margin:0px 0px 0px 24px;
}
.skeleton_box_5{
    width: 150px;
    height: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.skeleton_box_6{
    width: 200px;
    height: 30px;
}
.skeleton_box_7{
    width: 187px;
    height: 55px;
    display: inline-block;
}
.skeleton_box_8{
    width: 353px;
    height: 50px;
    margin-bottom: 25px;
}
.skeleton_box_9{
    width: 200px;
    height: 50px;
    display: inline-block;
    margin-bottom: 25px;
}
.skeleton_box_10{
    width: 167px;
    height: 50px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 25px;
}
.skeleton_box_11{
    height: 50px;
    margin-bottom: 25px;
}
/* Loading screen*/

/* Loading screen 1*/

.spacing_box .container{
    max-width: 990px;
}
.bg_lred{
    background-color: rgba(243,117,121,.20);
    border-radius: 5px;
}
.skeleton_box_12{
    width: 300px;
    height: 200px;
    display: inline-block;
}
.spacing_box{
    padding: 80px 20px 80px 20px;
    height: auto;
}
.skeleton_box_13{
    width: 200px;
    height: 40px;
    display: inline-block;
    margin-bottom: 14px;
}
.skeleton_box_14{
    width: 436px;
    height: 20px;
    margin-bottom: 14px;
}
.skeleton_box_15{
    width: 100%;
    height: 20px;
    margin-bottom: 14px;
    position: relative;
}
.box_center{
    padding: 80px 0px;
}
.box_center .inner_content_box{
    width: 950px;
    display: table;
    margin: 0px auto;
}
.skeleton_box_16{
    width: 436px;
    height: 20px;
    display: table;
    margin: 0px auto;
    margin-bottom: 30px;
}
.skeleton_box_17, .skeleton_box_18{
    display: table;
    margin: 0px auto;
}
.skeleton_box_17{
    width: 200px;
    height: 20px;
    margin-bottom: 20px;
}
.skeleton_box_18{
    width: 100px;
    height: 20px;
    margin-bottom: 14px;
}
.box1{
    margin-bottom: 30px !important;
}
.box2{
    margin-left: 30px !important;
}
.box_div{
    display: table;
    margin: 0px auto;
}
.box_div .inner_content_box{
    display: inline-block;
    margin: 0px;
    width: 460px;
    padding: 45px 42px 45px 41px !important;
}
.skeleton_box_19{
    width: 375px;
    height: 20px;
    margin-bottom: 20px;
}
.skeleton_box_20{
    width: 188px;
    height: 20px;
}
.skeleton_box_21{
    width: 200px;
    height: 40px;
    margin-bottom: 40px;
    border-radius: 10px !important;
}
.skeleton_box_22{
    width: 261px;
    height: 20px;
    margin-bottom: 20px;
    border-radius: 25px !important;
    overflow: hidden;
}
.skeleton_box_23{
    width: 338px;
    height: 20px;
    margin-bottom: 50px;
    border-radius: 25px !important;
    overflow: hidden;
}
.skeleton_box_24{
    width: 200px;
    height: 40px;
    border-radius: 10px !important;
    float: left;
}
.boxspace{
    display: flow-root;
}
.skeleton_box_25{
    width: 100px;
    height: 40px;
    border-radius: 10px;
    float: left;
    margin-left:30px;
}
.skeleton_box_26{
    width: 111px;
    height: 20px;
    border-radius: 10px;
    margin-bottom:20px;
}
.skeleton_box_27{
    width: 144px;
    height: 20px;
    border-radius: 10px;
    margin-bottom:30px;
}
.skeleton_box_28{
    width: 400px;
    height: 30px;
    border-radius: 5px
}
.skeleton_box_29{
    width: 967px;
    height: 706px;
    border-radius: 5px;
    width:100%;
}
.skeleton_box_30{
    width: 293px;
    height: 40px;
    width: 100%;
    margin-bottom: 40px;
}
.skeleton_box_31{
    width: 212px;
    height: 20px;
    max-width: 100%;
    margin-bottom: 20px;
}
.skeleton_box_32{
    width: 275px;
    height: 20px;
    width: 100%;
    margin-bottom: 50px;
}
.skeleton_box_33{
    width: 160px;
    height: 40px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.skeleton_box_34{
    width: 160px;
    height: 40px;
    margin-bottom: 30px;
    display: inline-block;
}
.skeleton_box_35{
    width: 100px;
    height: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.skeleton_box_36{
    width: 20%;
    height: 50px;
    margin-bottom: 0px;
    margin-right: 15px;
    display: inline-block;
}
.skeleton_box_37{
    width: 167px;
    height: 20px;
    display: inline-block;
}
.skeleton_box_38{
    width: 300px;
    height: 30px;
    display: inline-block;
}
.skeleton_box_39{
    width: 222px;
    height: 20px;
    max-width: 100%;
}
.skeleton_box_40{
    width: 383px;
    height: 20px;
    max-width: 100%;
}
.skeleton_box_41{
    width: 320px;
    height: 20px;
    max-width: 100%;
}
.skeleton_box_42{
    width: 661px;
    height: 20px;
    max-width: 100%;
}
.skeleton_box_43{
    width: 100px;
    height: 40px;
    max-width: 100%;
}
.skeleton_box_44{
    width: 20px;
    height: 20px;
    border-radius: 25px;
    display: inline-block;
}
.skeleton_box_45{
    width: 155px;
    height: 20px;
    display: inline-block;
}
.skeleton_box_46{
    width: 118px;
    height: 20px;
    display: inline-block;
}
.skeleton_box_47{
    width: 138px;
    height: 20px;
    display: inline-block;
}
.skeleton_box_48{
    width: 146px;
    height: 20px;
    display: inline-block;
}
.skeleton_box_49{
    width: 76px;
    height: 20px;
    display: inline-block;
}
.skeleton_box_50{
    width: 300px;
    height: 40px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.margin_50{
    margin-bottom: 50px;
}
.margin_40{
    margin-bottom: 40px;
}
.radius_5{
    border-radius: 5px;
}
.top-head .skeleton_box_36:last-child{
    margin-right: 0px;
}
.top-head hr{
    margin: 20px 0px;
}
.top-headsec .skeleton_box_3{
     margin-left: 0px;
     margin-right: 23px;
}
.boxheight{
    height: 341px;
}
[class*="skeleton_box_"]{
    position: relative;
}
[class*="skeleton_box_"]:empty::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(244,245,247,1) 0%, rgba(244,245,247,1) 0%, rgba(205,205,205,0.2) 10%, rgba(244,245,247,1) 20%, rgba(244,245,247,1) 100%);
    animation: loading15 0.9s linear infinite;
}

  @keyframes loading15 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:564px 0;
    }
}

.skeleton_box_bg[class*="skeleton_box_"]:empty:after {
    background: linear-gradient(90deg, rgba(243,117,121,.20) 0%, rgba(243,117,121,.20) 0%, rgba(243,117,121,0.3) 10%, rgba(243,117,121,.20) 20%, rgba(243,117,121,.20) 100%);
}
.skeleton_box_bg_white[class*="skeleton_box_"]:empty:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(0,0,0,0.05) 10%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
}


.skeleton_box_9:empty:after{
    animation: loading9 0.9s linear infinite;
}
@keyframes loading9 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:200px 0;
     }
}

.skeleton_box_12:empty:after{
    animation: loading12 0.9s linear infinite;
}
@keyframes loading12 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:300px 0;
     }
}
.skeleton_box_2:empty:after, .skeleton_box_3:empty:after, .skeleton_box_7:empty:after{
    background: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 0%, rgba(205,205,205,0.2) 10%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.2) 100%);
    animation: loading2 0.9s linear infinite;
}

@keyframes loading2 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:110px 0;
     }
}

.skeleton_box_1:empty:after{
    animation: loading1 0.5s linear infinite;
}
@keyframes loading1 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:30px 0;
     }
}
.skeleton_box_13:empty:after{
    animation: loading13 0.9s linear infinite;
}
@keyframes loading13 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:200px 0;
     }
}

.skeleton_box_16:empty:after{
    animation: loading16 0.9s linear infinite;
}
@keyframes loading16 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:436px 0;
     }
}

.skeleton_box_17:empty:after{
    animation: loading17 0.9s linear infinite;
}
@keyframes loading17 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:200px 0;
     }
}
.skeleton_box_18:empty:after{
    animation: loading18 0.8s linear infinite;
}
@keyframes loading18 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:100px 0;
     }
}

.skeleton_box_19:empty:after{
    animation: loading19 0.8s linear infinite;
}
@keyframes loading19 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:375px 0;
     }
}

.skeleton_box_20:empty:after{
    animation: loading20 0.8s linear infinite;
}
@keyframes loading20 {
    0%{
        background-position:0 0;
    }
    100% {
        background-position:188px 0;
     }
}


.dataTables_wrapper .dt-buttons.btn-group{
    position: absolute !important;
    right: 115px;
    top: -60px;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-collection{
    font-size: 12px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 6px 11px;
    border-radius:5px 0px 0px 5px !important;
    background-color: #FFF !important;
    color: #333333 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-collection:hover{
    background-color: #F37579 !important;
    color: #ffffff !important;
}

div.dt-button-background{
    display: none !important;
}
div.dt-button-collection{
    width: 232px;
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.dataTables_wrapper .dropdown-menu .dt-button{
    background: none !important;
    box-shadow: none !important;
    padding: 0px 11px 0px 35px !important;
    border:none !important;
    color: #212529 !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    position: relative;
}
.dataTables_wrapper .dropdown-menu .dt-button:before{
    width: 16px;
    height: 16px;
    content: "";
    left: 10px;
    position: absolute;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 2px;
    background-image: none;
    background-color: #F1F1F1;
    border-color: rgba(0, 0, 0, 0.1) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9.8px;
    background-color: #F1F1F1;
}
.dataTables_wrapper .dropdown-menu .dt-button.active:before{
    background-image: none;
    border-color: #F37579 !important;
    background-image: url(/assets/bs5/icon_check.svg);
    background-color: #F37579;
}
/* .modal_customizations_inner .tabs_column .tab_rightcolumn{
    height: calc(100vh - 140px);
} */
table.dataTable>tbody>tr.child ul.dtr-details{
    width: 100%;
}
table.dataTable>tbody>tr.child ul.dtr-details>li{
    padding: 1.2em 0px;
}
table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-data{
    float: right;
}
table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{
    padding-bottom: 0px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
    background-color: #F37579;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{
    background-color: #333333;
}
.dtr-title i{
    color: #76A9FB;
    font-weight: normal;
}
.box_toggle{
    padding: 15px 20px;
    background-color: #FFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.box_toggle p{
    margin-bottom: 10px;
}
.box_toggle .card-body {
    padding: 15px 0px 0px 0px;
}
.box_toggle .bootstrap-select > .dropdown-toggle{
    height: 50px;
}
.box_toggle .bootstrap-select>.dropdown-toggle .filter-option-inner{
    padding-top: 8px;
}
.box_toggle .btn_toggle.dropdown-toggle{
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}
.box_toggle .btn_toggle.dropdown-toggle:after{
    float: right;
    top:7px;
    color: #F37579;
    border-top: .4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.btn_full{
    width: 100% !important;
}
.footer_tabs{
    position: fixed;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
    transition: ease-in-out 0.3s;
}
ul.tab_footer{
    display: flex;
    list-style: none;
    padding: 0px;
    font-size: 12px;
    margin: 0px;
    text-align: center;
}
ul.tab_footer > li{
    width: 33.33%;
}
ul.tab_footer > li > i{
    display: table;
    font-size: 28px;
    margin: 0px auto 5px auto;
}
ul.tab_footer > li > a{
    color: #999999;
    line-height: 15px;
    border-radius: 2px;
    text-align: center;
    padding: 10px 10px 7px 10px;
    display: block;
    border-top:solid 3px transparent;
}
ul.tab_footer > li.active > a{
    color: #F37579;
    border-top-color: #F37579;
}
ul.tab_footer > li > a > span{
    max-width: 80px;
    margin: 0px auto;
    display: block;
    white-space: initial;
}
ul.tab_footer li .dropdown-toggle:after{
    display: none;
}
ul.tab_footer ul.dropdown-menu.dropdown_menu_normal{
    width:100%;
    padding: 15px;
    min-width: 100%;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0px 0px;
    margin-bottom: -1px !important;
}
ul.tab_footer li ul.dropdown-menu.dropdown_menu_normal li .dropdown-item{
    border-radius: 5px;
}
.content_pricing{
    border-top:solid 1px rgba(0, 0, 0, 0.1);
}
.content_pricing .card{
    border:none;
    overflow: hidden;
    border-radius: 0px;
    border-bottom:solid 1px rgba(0, 0, 0, 0.1);
}
.content_pricing .card.active, .content_pricing .card:hover{
    background-color:#FEF8F8;
}
.content_pricing .card .card-body{
    position: relative;
    color: #999999;
    padding: 13px 40px 13px 11px;
}
.content_pricing .card .card-body i.sync_toggle_info { 
    font-size: 17px;
    width: 17px;
    height: 17px;
}
.content_pricing .card .card-body .right-arrow i{
    position: absolute;
    right: 0px;
    top:50%;
    right: 20px;
    font-size: 30px;
    transform: translateY(-50%);
    color: #999999;
}
.content_pricing .card .card-body .btn{
    position: absolute;
    right: 0px;
    top:50%;
    right: 20px;
    transform: translateY(-50%);
}
.content_pricing .card .card-body .btn i{
    position: relative !important;
    transform: none !important;
    color: #FFF;
    font-size: 16px;
    left: 0px;
    top: 4px;
}
.content_pricing .card .card-body h5{
    color: #757575;
}
.content_pricing .card .card-body h4{
    color: #333333;
}
ul.list_ago{
    list-style: none;
    padding: 8px 0px 0px 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 1;
    color: #757575;
}
ul.list_ago li{
    display: inline-block;
}
ul.list_ago li + li{
    margin-left: 3px;
    padding-left: 5px;
    border-left:solid 1px #999999;
}
.form-switch-end .form-check-input{
    float: right;
}
.table.table_left_align thead th{
    text-align: left;
}
.table thead th.column_name{
    width: 350px;
}
.table thead th.column_adjustment{
    width: 250px;
}
.table thead th.column_listing_id{
    width: 120px;
}
.table thead th.column_default{
    width: 100px;
}
.table .text-center .form-check{
    display: table;
    margin: 0px auto;
}

.switch_singal{
    width: 40px;
}
.modal_subheader{
    padding: 10px 20px;
    background-color: #F4F5F7;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.back_link{
    position: relative;
    color: #333333;
    display: inline-block;
    padding-left: 20px;
}
.back_link i{
    left: -6px;
    top: 50%;
    color: #333333;
    transform: translateY(-50%);
    position: absolute;
    font-size: 18px;
}
#dashboard_pricing_area{
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}
#dashboard_pricing_area #scroll-back-to-listing, #dashboard_pricing_area #scroll-back-to-top{
    display: inline-block;
}
#dashboard_pricing_area #scroll-back-to-top{
    margin-left: 15px;
}
#listing-name h4{
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #333333;
}
#myTab li a, #myTab li p{
    background-color: transparent !important;
}
#myTab li a.active, #myTab li p.active{
    background-color: #F37579 !important;
    color: #FFFFFF !important;
    border-bottom-color: transparent;
    margin-bottom: 0px;
}
#myTab li p span{
    margin-bottom: -3px;
}

.review-prices-tabs-info-icon {
    width: 18px !important;
    height: 18px !important;
}

.row_calander_content .col-md-4 .row.align-items-center{
    justify-content: flex-end;
}
.modal-open #zohohc-asap-web-helper-main{
    display: none;
}

/* basic positioning */
.legend { display: flex;
    margin-top: 23px;
    gap: 10px;
    font-size: 12px;
    margin: 23px 0px 0px 0px;
    font-weight: 500; }
.legend > div{ width: auto !important; padding: 5px 14px 0px 0px; }
.legend li { float: left; margin-right: 10px; }
.legend span { float: left;
    width: 14px;
    height: 14px;
    margin: 0px 5px 0px 0px; 
    border-radius: 2px;
}

.legend .Recommended { background-color: #000000; }
.legend .Low { background-color: #DDF7C6; }
.legend .Normal { background-color: #BAE4BC; }
.legend .Good { background-color: #C6E8FB; }
.legend .Strong { background-color: #2b8cbe78; }
.legend .High { background-color: #A3CBE1; }
.legend .events-icon, .events-icon { background-color: #FF04E6; border-radius: 2px; display: flex; align-items: center; justify-content: center;}
.legend .cin-key-icon, .cin-key-icon{ background-color: #505050; border-radius: 2px; display: flex; align-items: center; justify-content: center;}
.legend .cin-key-icon svg, .cin-key-icon svg{ height: 8px; width: 8px;}
.legend .Unavailable { background-color: #F2F2F2; }
.legend span.min-stay{
    width: 18px;
}
.unbookable-span {
  display: flex;
  background-color: #E63E3D;
  border-radius: 2px;
  align-items: center; 
  justify-content: center;
}

.cal-icons-default-cls {
  margin-left: 3px;
  padding: 2px;
  width: 10px;
  height: 10px;
}

.unb-cal {
  font-size: 10px !important;
  padding: 3px 3px 0.5px 3px;
}

.legend.color-contrast .Low { background-color: #E69E66; }
.legend.color-contrast .Normal { background-color: #F4EB71; }
.legend.color-contrast .Good { background-color: #8EC4DE; }
.legend.color-contrast .Strong { background-color: #2b8cbe78; }
.legend.color-contrast .High { background-color: #ADD4A0; }


.legend span.min-stay i{
    font-size: 16px;
}

.legend-dpc {
  display: flex;
  align-items: center;
}

.legend .overrides {
    width: 0;
    height: 0;
    margin-top: 4px;
    border-top: 8px solid #333333;
    border-right: 8px solid #333333;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }

.fc-month-view .fc-widget-header table thead tr th{
    height: 33px;
    vertical-align: middle;
    background-color: #F1F1F1;
    font-size: 12px;
    text-transform: uppercase;
}
.fc-day-grid .fc-row{
    height: 80px !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float: right;
    font-size: 10px;
    color: #333333;
    padding: 2px 6px 21px 2px;
}

.fc th, .fc td{
  border-width: 1px !important;
}

.dropdown.bootstrap-select.select_month{
    width: 160px !important;
    margin-left: -55px;
}
/* NOT NEEDED
.dropdown.bootstrap-select.select_month .filter-option-inner{
    padding-top: 9px;
}
*/
.fc-button-group{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.fc-button-group .fc-state-default{
    background: none !important;
    height: 40px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.fc-scroller.fc-day-grid-container{
    height: 480px !important;
}


.fc button .fc-icon.fc-icon-left-single-arrow:after {
    display: inline-block;
    margin-left: 0px;
    vertical-align: 0;
    content: "";
    border-top: 0px solid;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333333;
    border-left: 5px solid transparent;
    border-top-color: #333333;
    top: -2px;
    transform: rotate(-90deg);
}
.fc button .fc-icon.fc-icon-right-single-arrow:after{
    display: inline-block;
    margin-left: 0px;
    vertical-align: .255em;
    content: "";
    border-top: 0px solid;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333333;
    border-left: 5px solid transparent;
    border-top-color: #333333;
    transform: rotate(90deg);
    top: 4px;
    left: 0;
}
.fc-icon.fc-icon-left-single-arrow{
    right: 4px;
}
.fc-icon.fc-icon-right-single-arrow{
    left: 6px;
}
.form-check{
    min-width: 40px;
    position: relative;
    padding-left: 15px;
    min-height: 22px;
}
.form-check .form-check-input{
    position: absolute;
    left: 0px;
    top:0px;
}
ul.list_level{
    list-style: none;
    padding: 0px;
}
ul.list_level li + li{
    margin-top: 10px;
}
ul.list_level li a{
    padding: 21px 19px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #333333;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
ul.list_level li a .icon_area{
    position: relative;
    width: 24px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    margin-top: -6px;
    top: 4px;
    margin-left: -8px;
}

ul.list_level li a i{
    color: #F37579;
    float: right;
    font-size: 20px;
}
.txt_sync{
    color: #FFF;
    padding: 5px;
    line-height: 1;
    margin: 0px 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: #F37579 !important;
}
.calendar_header{
    padding: 20px 0px;
}
.table.calender_table tr td .badge.bg-secondary{
    display: inline-block;
    word-break: break-word;
}
.table.calender_table ul.list_date{
    margin: 12px auto 0px auto;
}
.table.calender_table ul.list_date li{
    padding: 0px;
}
.badge.disabled{
    opacity: 0.5;
}

.calender_table.table>:not(:last-child)>:last-child>*{
    border-top: 2px solid #d7d7d7;
}
.calender_table thead tr th span{
    display: block;
}
.calender_table.table tr  td, .calender_table.table thead th{
    border-right: solid 1px rgba(0, 0, 0, 0.1) !important;
}
.calender_table.table tr td{
    min-height: 30px;
}
.table.calender_table tr td{
    min-width: 30px;
}
.table.calender_table thead th.column_listingname{
    min-width: 150px;
}
.table.calender_table thead th.column_synced{
    min-width: 120px;
}
.table.calender_table thead th.column_reviewprices{
    min-width: 140px;
}
.table.calender_table thead th.column_prices{
    min-width: 100px;
}
.table.calender_table thead th.column_customizations{
    min-width: 112px;
}
.table.calender_table thead th.column_overrides{
    min-width: 105px;
}
.table.calender_table thead th.column_customization_group,
.table.calender_table thead th.column_customization_sub_group{
    min-width: 150px;
}
.table.calender_table thead th.column_tags{
    min-width: 170px;
}
.table.calender_table thead th.column_price {
    min-width: 50px;
}
.table.calender_table thead th.column_7days{
    min-width: 75px;
}
.table.calender_table thead th.column_days{
    text-align: center;
    min-width: 60px;
}
.table_bottom_part{
    margin-top: 23px;
}
.select_filters{
    width: 120px;
    display: inline-block;
}
.sticky_search_bar{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 30px 1.5rem 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
}
.dropdown_right_arrow .btn{
    position: relative;
    padding-right: 50px;
}
.dropdown_right_arrow .dropdown_menu_sm{
    margin-top: -42px !important;
}

#dropdown-mappings-bulk-update-list {
    margin-top: 0px !important;
}

#dropdown-customization-minstay-profile-list {
    margin-top: 0px !important;
}

#mcalendar-additional-setting-dropdown-list {
    margin-top: 0px !important;
}

.dropdown_right_arrow .btn i{
    width: 40px;
    height: 40px;
    right: 0px;
    top:0px;
    line-height: 40px;
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.bootstrap-table table.table-bordered.no_border tbody tr td, .bootstrap-table table.table-bordered.no_border thead tr th{
    border:none;
}
.no_border thead tr{
    border-top:none !important;
}
.table_listings th.column_checkbox{
    min-width: 40px;
}
.table_listings th.column_listing_name{
    min-width: 230px;
}
.table_listings th.column_listing_name{
    min-width: 240px;
}
.table_listings th.column_listingID{
    min-width: 60px;
    text-align: right;
}
.table_listings th.column_pmsaccount{
    min-width: 100px;
}
/* TODO -- Check why this is spelled wrong... it  must be for the newer unintegrated content */
.table_listings th.column_customize_group{
    min-width: 180px;
}
.table_listings th.column_show_listing{
    min-width: 70px;
    text-align: center;
}
.table_listings th.column_tags{
    min-width: 200px;
}
.table_listings th.column_min_price{
    width: 140px;
}
.table_listings th.column_location{
    min-width: 120px;
}
.table_listings th.column_unmap_listing{
    min-width: 80px;
    text-align: center;
}
.table_listings .icon_eye i{
    color:#333333;
    font-size: 20px;
}

.table_listings .form-check{
    min-width: inherit;
    min-height: 16px;
    margin: 0px;
}
.table_listings .form-check-input{
    margin-top: 0px;
}
.bootstrap-table .fixed-table-container .table.table_listings thead th .th-inner{
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}
.pricing-table th,
.pricing-table td {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.box_location{
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
}
.box_location strong{
    color: #999999;
    letter-spacing: 1px;
}
.box_location .icon_edit{
    position: absolute;
    right: 0px;
    top:50%;
    transform: translateY(-50%);
}
.box_location .icon_edit i{
    font-size: 20px;
}
.toggle_box .card-body{
    padding: 10px;
}
.toggle_content .toggle_box{
    position: absolute !important;
    width: 220px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.tags_form{
    display: flex;
}
.toggle_content{
    display: inline-block;
}
.bootstrap-table table.table-hover tbody tr:hover{
    background: transparent;
}
.table>:not(caption)>*>*{
    box-shadow: none !important;
}
.toggle_content .btn-icon.btn-xs{
    width: 20px;
    height: 20px;
    padding: 2px;
    line-height: 12px;
    font-size: 13px;
}
.toggle_box h5{
    font-size: 13px;
    font-weight: 900;
}
.toggle_content .btn-icon.btn-xs [class*="material-icons"]{
    font-size: 14px;
    font-weight: 600;
}
.badge_round.badge.bg-secondary{
    padding: 3px 8px;
    margin-right: 6px;
    text-transform: uppercase;
}
.badge_round .close{
    color: #333333;
    top: 2px;
    padding-left: 4px;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    line-height: 0.6;
    display: inline-block;
    font-size: 15px;
    position: relative;
    margin-left: 3px;
}
.icon_edit.disabled, a.disabled{
    opacity: 0.2;
    pointer-events: none;
    color: #333333 !important;
}

/* Scroll CSS Start */

.table-responsive {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: initial;
}
.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #333333;
    height: 6px !important;
}
.ps__rail-x{
    height: 10px !important;
    background: #fff;
}

/* Scroll CSS End */

.box_map_location{
    padding: 20px 20px 0px 20px;
}
.map_box iframe{
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.box_map_location .map_box{
    padding-bottom: 30px;
}
.modal .modal-content{
    width: 100% !important; /* This is needed because the bootstrap-table third party library will override this width with some static one for modal content! */
}

.icon_archive, .icon_archive:hover{
    color: #333333;
}
.icon_edit_sm{
    margin-left: 5px;
    color: #999999;
}
.icon_edit_sm:hover, .table_market tbody tr:hover .icon_edit_sm{
    color: #F37579;
}
.icon_edit_sm i{
    line-height: 0;
    font-size: 20px;
    position: relative;
    top: 5px;
}
.table_market tbody tr:hover .btn-outline-success{
    background-color: #31C48D !important;
    color: #FFF;
}
.table_market tbody tr:hover .btn.btn-outline-warning{
    background-color: #E29F08 !important;
    color: #FFF;
}
.table_market tbody tr:hover .btn.btn-outline-danger{
    background-color: #E63E3D !important;
    color: #FFF;
}
.table_market tbody tr:hover .btn.disabled{
    background-color: #FFF !important;
    color: #333333;
}
.dropdown-menu.dropdown_edit{
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    transform: none !important;
    top: -11px !important;
    width: 100%;
}
.form_edit{
    position: relative;
    display: flex;
}
.form_edit .form-control{
    padding-right: 75px !important;
}
.btns_edits{
    right: 6px;
    position: absolute;
    top: 6px;
}
.mandatory{
    color: #E63E3D;
}
.box_notes{
    position: relative;
    font-size: 12px;
    padding-left: 45px;
}
.box_notes .icon_notes{
    width: 45px;
    left: 0px;
    top:0px;
    position: absolute;
    text-align: center;
}
.box_steps{
    padding: 20px 15px;
    background-color: #F4F5F7;
    border-radius: 5px;
}
ul.list_steps{
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    font-weight: 500;
    z-index: 1;
    justify-content: space-between;
}
ul.list_steps li{
    background-color: #F4F5F7;
}
ul.list_steps li.done .text_number{
    color: #FFF;
    background-color: #31C48D;
}
ul.list_steps li:first-child{
    padding-right: 15px;
}
ul.list_steps li:nth-child(2){
    padding-right: 15px;
    padding-left: 15px;
}
ul.list_steps li:nth-child(3){
    padding-left: 15px;
}
ul.list_steps:after{
    width: 100%;
    top:50%;
    z-index: -1;
    left: 0px;
    content: "";
    position: absolute;
    border:1px dashed #333333;
    opacity: 0.2;
}
.content_notes h5{
    text-transform: uppercase;
}

ul.list_steps li a{
    color: #333333;
    padding: 0px;
}
ul.list_steps li a.active .text_number{
    color: #FFF;
    background-color: #E29F08;
}
ul.list_steps li a.active, ul.list_steps li a:hover{
    color: #333333;
}
ul.list_steps li .text_number{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-size: 10px;
    margin-right: 3px;
    text-align: center;
    border-radius: 50%;
    background-color: #FFF;
    position: relative;
    top: -1px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
ul.list_steps li .text_number i{
    font-size: 13px;
    line-height: 0;
    position: relative;
    top: 3px;
}
.dropdown-menu.dropdown_code{
    padding: 0px;
    box-shadow: none;
    border:none;
}


.table_top_bottom_border{
    border-top:1px solid rgba(0, 0, 0, 0.1);
}
.align_top tr td{
    vertical-align: top !important;
}
.table.table_inner td{
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 17px !important;
}
.table.table_inner tbody tr td{
    width: 50%;
}
.table.table_inner tbody tr td p{
    font-size: 14px;
}
.table.table_inner tbody tr td p + p{
    margin-top: 0px;
}
.table.table_inner tr:last-child td{
    padding-bottom: 0px !important;
}
.row_label_simple + .row_label_simple{
    margin-top: 7px;
}
.row_label_simple p{
    font-size: 14px;
}
.row_label_simple p + p{
    margin-top: 0px !important;
}
.content_inner_account .account_header{
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content_inner_account .account_body{
    padding: 20px;
}
.content_inner_account .account_footer{
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.textarea_emails{
    height: 100px;
}
ul.footer_menu{
    list-style: none;
    text-align: center;
    display: table;
    padding: 0px;
    line-height: 1;
    margin: 100px auto 30px auto;
}
ul.footer_menu li{
    padding: 0px 6px 0px 5px;
    display: inline-block;
}
ul.footer_menu li + li{
    border-left: solid 2px #333333;
}
ul.footer_menu li a{
    font-weight: 600;
    color: #F37579;
}
.link_opentabs i{
    line-height: 0;
    font-size: 16px;
    position: relative;
    top: 2px;
}
.box_notes.box_notes_info{
    font-size: 14px;
    padding-left: 32px;
}
.box_notes.box_notes_info .icon_notes{
    width: 32px;
    top:-2px;
}
.box_apikey{
    position: relative;
}
.box_apikey .btn{
    right: 7px;
    top:50%;
    transform: translateY(-50%);
    position: absolute;
}
.box_apikey.box_apikey_big {
    max-width: 500px;
}
.box_apikey{
    max-width: 220px;
}
.box_apikey.box_apikey_big .btn{
    right: 15px;
}
.box_apikey .form-control{
    opacity: 1;
}
.box_apikey.box_apikey_big .form-control{
    min-height: 60px;
    padding-top: 19px;
    padding-right: 130px;
}

.box_apikey .form-control{
    padding-right: 70px;
    background-color: #F4F5F7;
}

.text_member{
    font-size: 12px;
    color: #F37579;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 3px;
    letter-spacing: 0.1em;
}

.input_email{
    position: relative;
}
.input_email .text_email{
    position: absolute;
    right: 10px;
    top:50%;
    color: #999999;
    transform: translateY(-50%);
}
.input_email .form-control{
    padding-right: 105px;
}
.check_center{
    display: table;
    min-width: 16px;
    margin: 0px auto;
}
ul.list_pegination{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
ul.list_pegination li{
    display: inline-block;
}
ul.list_pegination li + li{
    margin-left: 3px;
}
.dropdown_entries{
    width: 100px !important;
}
.box_subsciption{
    padding: 20px;
    margin: 25px 0px 0px 0px;
    border-radius: 5px;
    background-color: #F4F5F7;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.box_subsciption{
    font-size: 13px;
}
.box_subsciption h5{
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.box_subsciption h4{
    font-weight: 600;
    padding-bottom: 7px;
}
.box_addhour{
    margin: 30px 0px 10px 0px;
}
.btn_addhour{
    font-weight: 600;
    margin-right: 20px;
    color: #333333;
}
.btn_addhour:hover{
    color: #333333;
}
.addhour_data{
    padding-top: 25px;
}
.box_specifytimezone{
    padding: 20px 0px 0px 23px;
}
.text_selected_timezone{
    float: right;
}
.addhour_data .form-control:disabled, .addhour_data .form-control:read-only{
    opacity: 1;
    appearance: inherit;
}
.badge_new{
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    display: table;
    cursor: pointer;
    position: relative;
    line-height: 18px;
    margin: 0px auto;
    border:solid 1px;
    white-space: nowrap;
    border-radius: 15px;
}
.badge_new:hover .badge_popup{
    display: block;
}
.badge_popup{
    top: 100%;
    width: 180px;
    z-index: 10;
    color:#333333;
    left: 0px;
    display: none;
    text-align: left;
    padding: 15px;
    position: absolute;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}
.badge_popup p{
    font-size: 11px !important;
}
.badge_popup hr{
    margin: 15px 0px 10px 0px;
}
.badge_popup h4{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.badge_popup h6{
    font-weight: bold !important;
    font-size: 10px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    color: #999999;
    line-height: 13px;
}

.badge_new .badge_info{
    width: 19px;
    text-align: center;
    border-left: solid 1px;
    display: inline-block;
    line-height: 18px;
}
.badge_new .badge_info i{
    font-size: 13px;
    position: relative;
    top: 2px;
    right: 1px;
}
.badge_new .badge_text{
    display: inline-block;
    width: 50px;
    text-align: center;
}
.badge_new{
    color: #999999;
    background-color: #F4F5F7;
    border-color: rgba(0, 0, 0, 0.1);
}
.badge_new .badge_info{
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.2);
}
.badge_new.bg-danger{
    color: #E63E3D;
    background-color: #FCECEC;
    border-color: #FAD8D8;
}
.badge_new.bg-danger .badge_info{
    border-color: #FAD8D8;
    color: #F29E9E;
}
.badge_new.bg-warning{
    color: #E29F08;
    background-color: #F9ECCE;
    border-color: #F9ECCE;
}
.badge_new.bg-warning .badge_info{
    border-color: #F9ECCE;
    color: #F0CF83;
}
.badge_new.bg-success{
    color: #31C48D;
    background-color: #EAF9F4;
    border-color: #D6F3E8;
}
.badge_new.bg-success .badge_info{
    border-color: #D6F3E8;
    color: #98E1C6;
}
.mobile_footer{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 100;
    background-color: #FFF;
    align-items: center;
    justify-content: flex-end;
    box-shadow: 0px -5px 10px rgb(0 0 0 / 10%);
}
.mobile_footer .btn + .btn {
    flex: 1 1 auto;
    margin-left: 15px;
}
.footer_spacing{
    margin-bottom: 80px;
}
.link_opentabs_mobile{
    float: right;
}
.action_buttons{
    display: flex;
}
.action_buttons .btn:first-child{
    flex: 1 1 auto;
}


.no_invoices{
    text-align: center;
    padding-top: 125px;
    min-height: 500px;
    text-align: center;
}
.btn.btn-vsm{
    min-width: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.box_refer{
    margin-bottom: 25px;
    padding-left: 200px;
    position: relative;
}
.box_refer .img_refer{
    left: 0px;
    top:12px;
    position: absolute;
}
ul.list_paymentDetail{
    list-style: none;
    display: flex;
    font-size: 14px;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    align-items: center;
}
ul.list_paymentDetail li + li{
    padding-left: 30px;
}
.payment_detail_box{
    border-radius: 10px;
    height: 90px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 15px 80px 15px 22px;
    max-width: 560px;
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.icon_card img{
    max-width: 100%;
}
.payment_detail_box ul.list_paymentDetail li:first-child .icon_card{
    min-width: 57px;
}
.btn_delete_card{
    right: 28px;
    top:50%;
    color: #999999;
    transform: translateY(-50%);
    position: absolute;
}
.btn_delete_card:hover{
    color: #F37579;
}
.text_default_cards{
    left: 100%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    min-width: 140px;
    padding-left: 20px;
}
.text_default_cards h4{
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.text_default_cards h4 span{
    display: none;
    width: 200px;
    padding: 5px 10px;
    color: #FFF;
    top:-39px;
    left: -60px;
    position: absolute;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 10px;
    border-radius: 5px;
    background-color: #5C5C5C;
}
.text_default_cards h4:hover span{
    display: block;
}
.btn_pay{
    opacity: 0;
    visibility: hidden;
}
.table-hover > tbody > tr:hover .btn_pay{
    opacity: 1;
    visibility: visible;
}
.inner_content_box_mobile{
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #FFF;
    padding: 20px 90px 20px 18px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}
.inner_content_box_mobile .icon_links{
    position: absolute;
    right: 0px;
    top: 50%;
    right: 20px;
    font-size: 30px;
    transform: translateY(-50%);
    color: #999999;
}
.inner_content_box_mobile .btn_pay{
    position: absolute;
    right: 15px;
    top:50%;
    transform: translateY(-50%);
}
.inner_content_box_mobile:hover .btn_pay{
    opacity: 1;
    visibility: visible;
}
/* table.review_table tbody tr:last-child .badge_popup, table.review_table tbody tr:nth-last-child(2) .badge_popup{
    top:inherit !important;
    bottom: 100%;
}
html body .bootstrap-table .fixed-table-container .fixed-table-body{
    overflow-x: inherit;
    overflow-y: inherit;
}*/

.table .dropdown{
    display: flex;
}
.form-cc .form-control{
    height: 40px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    padding-top: 3px;
}
.bootstrap-table table.table-bordered.no_border.table_top_bottom_border tbody tr td{
    border-width: 0px 0px 1px 0px !important;
    border-style: solid;
    border-color: rgba(0,0,0,0.2);
}
.page-item.active .page-link, ul.pagination li a:hover{
    background-color: #F37579;
    color: #ffffff !important;
    border-color:#F37579;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}
ul.pagination li a{
    font-size: 12px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 6px 11px;
    background-color: #FFF;
    color: #333333 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.edit_user_permissions .dataTables_info{
    display: none;
}
table.dataTable.no-footer{
    padding-bottom: 20px;
}
.edit_user_permissions .dataTables_length{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
div.dataTables_wrapper div.dataTables_length label{
    font-size: 14px;
}
div.dataTables_wrapper div.dataTables_length select{
    height: 40px;
    width: 100px !important;
    margin: 0px 5px;
    box-shadow: none !important;
}
div.dataTables_wrapper div.dataTables_length select:focus{
    border-color: #F37579 !important;
}
.edit_user_permissions .dataTables_wrapper {
    padding-top: 50px;
}
.edit_user_permissions .dataTables_filter{
    position: absolute;
    right: 0px;
    top: 0px;
}
div.dataTables_wrapper div.dataTables_filter label{
    font-size: 0px;
}
div.dataTables_wrapper div.dataTables_filter label:after{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "\e8b6";
    position: absolute;
    left: 9px;
    top: 10px;
    color: #999999;
}
div.dataTables_wrapper div.dataTables_filter .form-control-sm{
    height: 40px !important;
    font-size: 14px !important;
    margin: 0px;
    width: 300px;
    padding-left: 35px !important;
}
.content_inner_account .account_body{
    position:relative;
    min-height: 80px;
}
#permissions-select-ctrl-div, #rm-permissions-select-ctrl-div{
    left: 0;
    margin-right: 10px;
    top: 10px;
    z-index: 11;
    position: absolute;
}

#modify-user-permissions-div-extra-padding, #rm-modify-user-permissions-div-extra-padding {
    padding-bottom: 10px;
}

.bootstrap-table .fixed-table-container .table .headerText a, .bootstrap-table .fixed-table-container .table .th-inner a{
    color: #F37579;
    cursor: pointer;
}

.float-left {
  float: left;
}

ul.listsimple{
    list-style: none;
    padding: 0px;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    background-color: #333 !important;
    font-weight: 500 !important;
    padding: 3px 7px !important;
    font-size: 12px;
    border-radius: 3px;
}
.payment_detail_box .form-check{
    padding-left: 0px;
}
.payment_detail_box ul.list_paymentDetail{
    padding-left: 0px;
}
.payment_detail_box .form-check label{
    padding-left: 0px;
}
.card-opacity {
    opacity: 1 !important;
}
.text_default_cards .btn:hover{
    background-color: #F37579;
}
.text_default_cards .btn:hover h4{
    color: #FFF;
}
.member-username {
    word-break: break-all;
}
.text_no_profiles{
    height: 600px;
    width: 100%;
    display: table;
    align-items: center;
    text-align: center;
    margin: 0px auto;
}
.text_no_profiles span{
    top:50%;
    left: 50%;
    opacity: 0.2;
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    transform: translate(-50%,-50%);
    position: absolute;
}
.content_account_tab .content_body .text-light{
    color: #757575 !important;
}
.row_weekday_inner{
    width: 300px;
}
.column_sm_booking{
    width: 120px;;
}
.box_inline .btn-transprant i{
    padding-right: 0px;
}
.orphan_bookings_content .form-control:read-only, .adjacent_day_bookings_content .form-control:read-only{
    opacity: 1;
}
.dropdown_calender_setting{
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 5;
}
.how_to_use_review_prices_link{
    position: absolute;
    right: 50px;
    top: 28px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how_to_use_review_prices_link i{
    color: #757575 !important;
    font-size: 20px;
}
.border-0{
    border: none !important;
}
.heading_dropdown{
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #757575;
}
ul.dropdown_menu_md {
    min-width: 180px;
    margin-top: -33px !important;
}

/* QA-2077 --- START */
ul.dropdown_menu_md.expanded_menu_top {
    inset: 40px auto auto auto !important;
}
/* QA-2077 --- END */

ul.dropdown_checkbox li{
    padding: 10px 15px;
}
ul.dropdown_checkbox li .form-check{
    margin: 0px;
    min-height: 19px;
}
ul.dropdown_checkbox li .dropdown-item{
    padding: 0px;
}
ul.dropdown_checkbox li .dropdown-item:hover{
    background-color: transparent;
}
.dropdown_table_setting .dropdown_menu_md{
    min-width: 240px !important;
    padding: 20px;
    right: 0px;
    margin-top: 6px !important;
}

.dropdown-button-active {
    background-color: #F37579;
    color: #ffffff !important;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}

.dropdown_table_setting .dropdown_menu_md hr{
    margin-left: -20px;
    margin-right: -20px;
}
.table_popup_sticky{
    position: relative;
}
.table_popup_sticky .table tr th.md-header{
    position: relative;
}
.table_popup_sticky .table tr th.md-header:after{
    width: 100%;
    height: 60px;
    bottom: -6px;
    left: 0px;
    content: "";
    position: absolute;
    background-color: #FFF;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
    z-index: -1;
}
.table_popup_sticky .table tr th.md-header{
    background-color: #FFF;
}

.dropdown_table_setting{
    z-index: 1100;
}
.dropdown_table_setting .select_dropdown_mobile .dropdown-menu{
    height: 90px;
}
.btn_close_dropdown {
    position: absolute;
    top: 10px;
    right: 9px;
}
.btn_close_dropdown i{
    font-size: 17px;
}

.bs-checkbox input{
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #F1F1F1;
    -webkit-print-color-adjust: exact;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bs-checkbox input[type=checkbox]:checked{
    background-image: url(/assets/bs5/icon_check.svg);
    background-size: 9.8px;
    background-color: #F37579;
    border-color: #F37579 !important;
}
.calander_popup_area{
    top:50%;
    left: 50%;
    width: 100%;
    background-color: #FFF;
    max-width: 620px;
    min-height: 400px;
    position: absolute;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transform: translate(-50%,-50%);
}
.header_calander_info{
    padding: 14px 15px;
}
.content_calander_info{
    padding: 0px 15px 15px 15px;
}
.rate-error-message{
    min-height: 30px;
}
.fixed-columns, .fixed-columns-right{
    background-color: transparent !important;
}

.mc-toggle-tags{
    height: auto;
    overflow: auto;
    overflow-x: hidden;
}

.dropdown_table_setting .dropdown-menu{
    min-width: 240px;
}

.calander_popup_area h4{
    text-transform: uppercase;
}
.calander_popup_area label{
    font-size: 11px;
}
.calander_popup_area p{
    font-size: 12px;
}
.calander_popup_area_dark{
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(255,255,255,0.2);
}
.calander_popup_area_dark h3{
    color: #FFF;
}
.calander_popup_area_dark .row_listing_info{
    border-color: rgba(255,255,255,0.2);
}
.calander_popup_area_dark .border-end, .calander_popup_area_dark .border-bottom{
    border-color: rgba(255,255,255,0.2) !important;
}
.calander_popup_area2 .header_calander_info{
    padding: 18px 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.calander_popup_area2 .content_calander_info{
    padding-left: 20px;
    padding-right: 20px;
}
.calander_popup_area_arrow_bottom_right{
    border-radius: 5px 5px 0px 5px;
}
.calander_popup_area_arrow_top_left{
    border-radius: 0px 5px 5px 5px;
}
.calander_popup_area_arrow_bottom_left{
    border-radius: 5px 5px 5px 0px;
}
.calander_popup_area_arrow_top_right{
    border-radius: 5px 5px 0px 5px;
}
.calander_popup_area_arrow_top_left:before{
    bottom: 100%;
    left: 0px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #FFF;
    border-width: 0px 40px 40px 0px;
    margin-left: 0px;
    margin-bottom: -1px;
    border-radius: 0;
}
.calander_popup_area_arrow_top_right:before{
    bottom: 100%;
    right: 0px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #FFF;
    border-width: 0px 0px 40px 40px;
    margin-left: 0px;
    margin-bottom: -1px;
    border-radius: 0;
}
.calander_popup_area_arrow_bottom_right:before{
	top: 100%;
	right:0px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #FFF;
    border-width: 40px 0px 40px 40px;
    margin-top: -1px;
}
.calander_popup_area_arrow_bottom_left:before{
	top: 100%;
	left:0px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #FFF;
    border-width: 40px 40px 0px 0px;
    margin-top: -1px;
}
.calander_popup_area_dark.calander_popup_area_arrow_bottom_right:before, .calander_popup_area_dark.calander_popup_area_arrow_bottom_left:before{
    border-top-color: rgba(0, 0, 0, 0.9);
}
.calander_popup_area_dark.calander_popup_area_arrow_top_left:before, .calander_popup_area_dark.calander_popup_area_arrow_top_right:before{
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
#mapping-table-parent .bs-checkbox input[type=radio] {
    border-radius: 50%;
}
#mapping-table-parent .bs-checkbox input[type=radio]:checked {
    background-image: url(/assets/bs5/radio.svg);
    background-size:12px !important;
}

.toggle_default_first_text{
    color:green;
    text-transform:capitalize;
}

.green_capitalized_text{
    color:green;
    text-transform:capitalize;
}

.info_cust_seas_prof {
    display: inline-block;
    font-style: italic;
    width: 15px;
    height: 15px;
    background: #4b4646;
    text-align: center;
    border-radius: 20px;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
}

.bottom_extra_padding{
    padding-bottom: 120px!important;
}

@media (max-width: 1400px){
    .box_help_icon{
        right: -12px;
        bottom: -20px;
    }
    .btn.btn_question{
        line-height: 1.2;
        width: 40px;
        height: 40px;
        font-size: 25px;
    }
}
@media (max-width: 1260px){
    #dashboard_pricing_area{
        padding-left: 0px;
        padding-right: 0px;
    }
    .inner_content_box{
        padding: 15px;
    }
    .inner_content_box .form-label{
        font-size: 10px;
    }
}
@media (max-width: 1150px){
    .row_apartments > [class*="col"]:first-child{
        width: 36%;
    }
    .row_apartments > [class*="col"] + [class*="col"]{
        width: 64%;
    }
    .row_calander_content > [class*="col"]:first-child{
        width: 100%;
        margin-bottom: 30px;
    }
    .row_calander_content > [class*="col"] + [class*="col"]{
        width: 100%;
    }
    .navbar-dark .navbar-nav > li + li{
        margin-left: 28px;
    }
    .input_lg{
        width: 16%;
    }
}

#basePriceEstimator button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #333333 !important;
}
.btn-link {
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
}
#child-select-form-group button {
    background: #E5E5E5;
}

#child-select-form-group .filter-option-inner-inner {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
#child-listings-remove {
    font-size: 23px;
    color:#F37579;
    top: 0;
}
#success-block{
    display:none;
    height:235px;
}
#mapping-modal-body{
    padding-left: 35px;
    padding-right: 28px;
}
#mapping-modal-body p {
    font-size: 13px;
}
#mapping-modal-body .dropdown-menu{
    width: 100%;
}
#listing-body .dropdown-menu .dropdown-item {
    white-space: normal;
}
#listing-body [id^="bs-select-"] .check-mark{
    top: 50%;
    transform: translateY(-50%);
}
#listing-body [id^="bs-select-"] {
    overflow-x: hidden;
}
#map-modal-footer{
    padding: 18px 20px;
}
.map-icon-mg {
    margin-right: 5px;
}

#child-listing-badge{
    text-transform: none;
    font-size:13px;
    align-self: center;
    display: flex;
    align-items: center;
    padding: 5px;
}

.listing-text{
    font-weight: 500;
    max-width: 450px;
    white-space: normal;
    text-align: left;
}

#map-listing-modal .modal-content, #vrbo-warning-modal .modal-content {
    width: 533px !important;
}

#listing-body button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 6px 15px;
}
.map-modal-header {
    padding: 13px 35px;
}

.map-btn-close{
    margin-right: 12px !important;
}

#map-listing-btn{
    width: 148px;
    margin-left: 10px;
}

@media (max-width: 450px){
    .map-modal-header{
        padding-left: 36px !important;
    }
    .map-modal-header h2 {
        font-size: 24px !important;
    }
    #map-listing-modal .modal-dialog {
        height: 100% !important;
        margin: 0;
    }
    #map-listing-modal .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
    #success-block{
        display:none;
        height:420px;
    }
    #map-modal-footer{
        padding: 20px 2.5rem;
    }
}
.btn-link {
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
}

#map-listing-modal .modal-content{
    margin-bottom: 30px !important;
}

#child-select-form-group button {
    background: #E5E5E5;
}

#child-select-form-group .filter-option-inner-inner {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
#child-listings-remove {
    font-size: 23px;
    color:#F37579;
    top: 0;
}
#success-block{
    display:none;
    height:235px;
}
#mapping-modal-body{
    padding-left: 35px;
    padding-right: 28px;
}
#mapping-modal-body p {
    font-size: 13px;
}
#mapping-modal-body .dropdown-menu{
    width: 100%;
}
#listing-body .dropdown-menu .dropdown-item {
    white-space: normal;
}
#listing-body [id^="bs-select-"] .check-mark{
    top: 50%;
    transform: translateY(-50%);
}
#listing-body [id^="bs-select-"] {
    overflow-x: hidden;
}
#map-modal-footer{
    padding: 18px 20px;
}
.map-icon-mg {
    margin-right: 5px;
}

#child-listing-badge{
    text-transform: none;
    font-size:13px;
    align-self: center;
    display: flex;
    align-items: center;
    padding: 5px;
}

.listing-text{
    font-weight: 500;
    max-width: 450px;
    white-space: normal;
    text-align: left;
}

#map-listing-modal .modal-content{
    width: 533px !important;
}

#listing-body button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 6px 15px;
}
.map-modal-header {
    padding: 13px 35px;
}

.map-btn-close{
    margin-right: 12px !important;
}

#map-listing-btn{
    width: 148px;
    margin-left: 10px;
}

@media (max-width: 450px){
    .map-modal-header{
        padding-left: 36px !important;
    }
    .map-modal-header h2 {
        font-size: 24px !important;
    }
    #map-listing-modal .modal-dialog {
        height: 100% !important;
        margin: 0;
    }
    #map-listing-modal .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
    #success-block{
        display:none;
        height:420px;
    }
    #map-modal-footer{
        padding: 20px 2.5rem;
    }
    #map-listing-modal .modal-content{
       margin-bottom: 30px !important;
    }
}
.check-in-check-out-toggle{
    margin-top:-10px;
}
.custom-seasonality-factor-toggle{
    padding-bottom:0.7rem;
}
#btn-map-listings:hover #map-img{
    filter: brightness(0) invert(1);
}

.bulk-listings{
    left: 50%;
    position: fixed;
    bottom: 30px;
    background: #333333;
    z-index: 1;
    transform: translateX(-50%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 18px !important;
    width: max-content;
}
.bulk-listings button{
    color: white;
    border-right: 1px solid white;
    border-radius: 0;
}
.bulk-listings button:focus{
    box-shadow: none;
}
.bulk-listings button:hover{
    color: #F37579;
}
.bulk-listings button:hover svg path{
    stroke: #F37579;
    fill: #F37579;
}
#add-tag-modal .modal-dialog {
    max-width:500px;
}
#add-tags-btn {
    height: 40px;
    border-radius: 5px;
}
.custom-cancel{
    height: 40px;
    border-radius: 5px;
}
#add-groups-btn {
    height: 40px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
#add-group-modal .modal-dialog.sm {
    max-width: 500px;
}
#add-group-modal .modal-dialog.lg {
    max-width: 850px;
}
.tags-input-div .bootstrap-tagsinput:active{
    border-color: #F37579;
    outline: none;
    box-shadow: 0px 0px 10px #FAD8D8;
}
.tags-input-div .bootstrap-tagsinput{
    width: 100%;
    border-radius: 5px;
    padding: 8.5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tags-input-div .bootstrap-tagsinput .tag {
    border-radius: 43px;
    background: #0000001A !important;
    font-weight: 400 !important;
    font-size: 13px;
    color: black;
}
.tags-input-div .bootstrap-tagsinput .tag span{
    margin-left: 5px;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    padding-left: 3px;
}

#btn-map-listings:hover #map-img{
    filter: brightness(0) invert(1);
}
.pc-map{
    padding: 10px 14px !important;
    font-size: 14px !important;
}
#listing-body button{
    white-space: normal;
    height: auto;
}
#map-listing-modal .modal-content{
    margin-bottom: 100px;
}
.warning-box{
    background: rgba(246, 198, 48, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 16px 19px;
}
.warning-text{
    margin-right: 7px;
    color: #76A9FB;
    font-size: 12px;
}
#zohohc-asap-web-launcherbox {
    z-index: 1050!important;
}

#btn-map-listings:hover #map-img{
    filter: brightness(0) invert(1);
}
.pc-map{
    padding: 10px 14px !important;
    font-size: 14px !important;
}
#listing-body button{
    white-space: normal;
    height: auto;
}
#map-listing-modal .modal-content{
    margin-bottom: 100px;
}
.warning-box{
    background: rgba(246, 198, 48, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 16px 19px;
}
.warning-text{
    margin-right: 7px;
    color: #76A9FB;
    font-size: 12px;
}
#zohohc-asap-web-launcherbox {
    z-index: 1050!important;
}
#mapping-table-selected{
    table-layout: fixed;
    overflow: hidden;
}
#mapping-table-selected td{
    word-break: break-word;
}
#group-cust-table-selected{
    table-layout: fixed;
    overflow: hidden;
}
#group-cust-table-selected .th-inner {
    white-space: normal;
}

#group-cust-table-selected td{
    word-break: break-word;
}

#remove-logo-btn {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    color: grey;
}
#bulk-action-mobile-button{
    left: 50vw;
    position: fixed;
    bottom: 12%;
    z-index: 1;
    transform: translateX(-50%);
    width: 100px;
    font-size: 13px;
    background: #F37579;
    color: white !important;
    display: none;
    padding: 7px;
}
#bulk-action-mobile-button:active {
    color: black !important;
}
#mobile-bulk-actions .dropdown-menu{
    width: 185px;
    background: #333333;
}
#mobile-bulk-actions .dropdown-menu li {
    margin-top: 0px;
}
#mobile-bulk-actions .dropdown-menu button{
    color: white;
    font-size: 15px;
}
#mobile-bulk-actions .dropdown-menu button:hover{
    color: #F37579 !important;
    background: black !important;
}
.mapping-modal-bulk .modal-header{
    padding: 16px 25px;
}
.mapping-modal-bulk .modal-body{
    padding: 20px 25px;
}
.h-40px {
    height: 40px !important;
}
#listing_filter_row_container {
    min-height: 10vh;
}
#listing_filter_modal button.dropdown-toggle {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
button[data-delete-filter-property] span.material-icons {
    color: #757575;
}
#listing_filter_modal .selected-filter-option {
    font-size: 14px;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: none;
    padding: 5px;
    display: flex;
    align-self: center;
    align-items: center;
    white-space: normal;
    text-align: left;
    border-radius: 2px !important;
}
#listing_filter_modal span[data-action-deselect-option] {
    top: 0 !important;
    font-size: 15px;
    padding-right: 0;
}
#listing_filter_modal .filter-option-inner-inner {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
#listing_filter_modal button {
    white-space: normal;
    height: auto;
}
#listing_filter_modal a.listing-actions span.text {
    width: 100%;
}
#listing_filter_modal .filter-combination-type {
    background: none;
    color: #333333;
    font-weight: normal;
    display: contents;
    cursor: pointer;
}
#listing_filter_modal .filter-combination-type-container {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}
#listing_filter_modal .filter-combination-type-inner {
    background: #E4EEFE;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 12px;
}
#listing_filter_modal_footer .filter-option-inner-inner .saved-filter-action {
    display: none;
}
#listing_filter_modal .listing-filter-menu-title {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5rem 1rem;
    font-size: 12px;
}
#listing_filter_modal button.filter-property {
    color: #000 !important;
    border-color: #E5E5E5;
    font-weight: normal;
}
#listing_filter_modal button.filter-property:hover, button.filter-property:focus, button.filter-property:active {
    background-color: #FFF !important;
    border-color: #F37579 !important;
    box-shadow: 0 0 10px #FAD8D8 !important;
}
@media only screen and (max-device-width: 768px) {
    #listing_filter_modal .modal-dialog {
        margin: 0 !important;
    }
}
@media only screen and (max-device-width: 1024px) {
    #listing_filter_modal {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}
@media only screen and (min-device-width: 1024px) {
    #listing_filter_modal .modal-dialog {
        overflow-y: initial !important;
        margin: 5.5rem auto 1rem auto;
        max-width: 775px;
    }
    #listing_filter_modal .modal-body {
        max-height: 60vh;
        overflow-y: auto;
    }
}
#listing_filter_modal .save-filter-option-btn {
    background: #757575;
    color: #FEFEFE;
    border: 5px solid #fff;
    box-shadow: none;
    border-radius: 10px;
    text-align: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: bold;
}
#listing_filter_modal .save-filter-option-btn:hover {
    color: #fff !important;
}
#listing_filter_modal .bootstrap-select .dropdown-menu {
    z-index: 1200 !important;
}
#listing_filter_modal .list-group-item {
    font-size: 14px;
}
#listing_filter_modal li.list-group-item-action:hover:not([data-disabled]) {
    background-color: #FEF1f2;
    color: #F37579;
}
#listing_filter_modal li.list-group-item-action[data-disabled] {
    color: #6c757d;
    cursor: not-allowed;
}
#open-listing-filter-modal span.applied-filter-count {
    position: relative;
    color: #fff;
    background-color: #76A9FB;
    border-radius: 50%;
    font-family: inherit;
    line-height: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 11px !important;
    padding: 5px;
}
#open-listing-filter-modal span.applied-filter-count::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
@media(max-width: 768px) {
    button#saved_filter_dropdown_menu {
        width: 100% !important;
    }
    div#saved_filter_dropdown_options {
        width: 100% !important;
    }
}
a.listing-actions {
    padding-right: 6px !important;
}
.saved-filter-action {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    cursor: pointer;
}
.saved-filter-action:hover {
    color: #F37579 !important;
}
button[data-action-delete-filter-row]:hover span.text-muted {
    color: #F37579 !important;
}
@media (max-height: 800px) {
    #map-listing-modal{
        overflow: auto !important;
    }
    #confirm-box-modal{
        overflow: scroll !important;
    }
}
#child-select-form-group .dropdown-menu li .text{
    display: flex;
    flex-direction: column-reverse;
}
#child-select-form-group .dropdown-menu li:hover small{
    color: #F37579 !important;
}
#child-select-form-group .dropdown-menu li.active small{
    color: #F37579 !important;
}
#child-select-form-group .dropdown-menu li small{
    padding-left: 0;
}
#parent-select-form-group .dropdown-menu li .text{
    display: flex;
    flex-direction: column-reverse;
}
#parent-select-form-group .dropdown-menu li:hover small{
    color: #F37579 !important;
}
#parent-select-form-group .dropdown-menu li.active small{
    color: #F37579 !important;
}
#parent-select-form-group .dropdown-menu li small{
    padding-left: 0;
}
.bulk-load-indicator{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}
.load_indicator_big {
    height: 64px;
    width: 64px;
}
#group-cust-select-form-group .dropdown-menu .dropdown-item{
    white-space: normal;
    word-break: break-all
}
.fs-16px {
    font-size: 16px !important;
}
.fs-14px {
    font-size: 14px !important;
}

.mc-group-cust .filter-option-inner-inner,
.mc-sub-group-cust .filter-option-inner-inner {
    font-size: 12px;
}
#confirm-box-modal{
    overflow: hidden;
}
#confirm-box-modal .modal-body{
    overflow-y: scroll !important;
    max-height: 65vh;
}
.fixed-header {
    position: sticky;
    z-index: 3000;
    background-color: white;
}
.fixed-header .listing-info {
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}

/* nudges */
.nudge-badge {
  background-color: white;
  border: 1.5px solid #e5e5e5;
  border-radius: 0.35rem;
  color: black;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.nudge-mi-icon {
    font-size: 1.15em;
    background: #ffc226;
    border-radius: 50%;
    color: white;
}

.nudge-po-learn-more {
    color: #76A9FB;
    font-size: 18px;
}
.nudge-po-learn-more-span {
    color: #76A9FB;
    font-size: 13px;
}

.nudge_popover {
    z-index: 1059;
    border: 1px solid rgb(0 0 0 / 8%);
}
/* nudges end */


.p-01 {
    padding: 0.1rem!important;
}

.pt-01 {
    padding-top: 0.1rem!important;
}

.pb-01 {
    padding-bottom: 0.1rem!important;
}

.custom-break-word{
    max-width: 300px;
    word-break: break-all;
}

@media only screen and (max-width: 768px) {
    #icalImportModal .modal-dialog {
        margin: 0 !important;
    }

    .box_inline .input_90 {
        width: 100%;
    }
    .box_inline .input_100 {
        width: 100%;
    }
}
/* TODO: Move these tooltip stlyes to a more specific page stylesheet */
#reasons-tooltip-container #arrow,#arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: white;
  }

#reasons-tooltip-outer-container #arrow {
    visibility: hidden;
}

#reasons-tooltip-outer-container #arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
}

#reasons-tooltip-outer-container[data-popper-placement^='top'] > #arrow {
    bottom: -4px;
}

#reasons-tooltip-outer-container[data-popper-placement^='bottom'] > #arrow {
    top: -4px;
}

#reasons-tooltip-outer-container[data-popper-placement^='left'] > #arrow {
    right: -4px;
}

#reasons-tooltip-outer-container[data-popper-placement^='right'] > #arrow {
    left: -4px;
}

.fade-in {
    animation-name: fade-in;
    animation-duration: 0.3s;
}


@keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}
.listing-filter-tooltip {
    background: #333;
    color: white;
    padding: 0.5rem;
    border-radius: 4px;
    display: none;
    font-size: 10px;
    line-height: 13px;
    font-family: inherit;
    text-align: left;
    z-index: 2147483647;
}
.listing-filter-tooltip[data-show] {
    display: block;
}
.listing-filter-tooltip > span[data-property-values] {
    font-weight: normal;
}
.fs-24px {
    font-size: 24px;
}
.fw-700 {
    font-weight: 700;
}
#listing_filter_modal {
    min-width: 50vw;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}


/* confirmation modal css start */
.confirmation-warning-msg-container {
    padding: 18px;
    border-radius: 3px;
    border: 1px solid #ffa6a6;
    background-color: #f7ebeb;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
}

.confirm-text {
    text-align: left;
    margin-left: 12px;
}

.custom-placeholder
{
    position: relative;
    width: inherit;
    color: #999999;
    top: 50%;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.custom-placeholder::after
{
    width: inherit;
    position: absolute;
    top: 11px;
    right: 5px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 0.7;
    text-align: right;
}
/* confirmation modal css end */
#warning-dso-modal .modal-content{
    max-height: 580px;
}
#warning-dso-modal .modal-body{
    overflow: auto;
}

#warning-dso-modal th .th-inner {
    text-align: left;
}

.borderless td, .borderless th,  .borderless tr{
    border: none;
}
#reason-dso {
    font-size: 14px;
    word-wrap: break-word;
}
#dso-overrides-table td {
    max-width: 320px;
    vertical-align: top
}
/* #dso-overrides-table {
    border-collapse: collapse;
    width: 100%;
  }
  
  #dso-overrides-table thead {
    border-radius: 10px;
  }
  
  #dso-overrides-table th:first-child {
    border-top-left-radius: 10px;
  }
  
  #dso-overrides-table th:last-child {
    border-top-right-radius: 10px;
  }
  
  #dso-overrides-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
  }
  
  #dso-overrides-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
  }
  
  #dso-overrides-table th, #dso-overrides-table td {
    border: 1px solid #dee2e6;
  } */
  

.top-border {
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 400px){
    #warning-dso-modal .btn-close{
        top: 34%;
    }
}

.billing-box {
    padding: 10px 15px !important;
}

.border-bar {
    border: 1px solid #0000001A;
    margin-bottom: 10px !important;
}

.banner-pos {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.cust-orphan_bookings_content {
    margin-bottom: 16px;
}

.group-calendar-tooltip {
    background-color: #323232;
    border-radius: 5px;
    display: none;
    margin: -291px 0 0 -32px;
    position: fixed;
    color: #fff;
    padding: 0 12px;
}

.group-tooltip-arrow-down {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #333333;
    position: absolute;
    left: 158px;
    right: 0;
}


.tooltip-title {
    background-color: #323232;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
    font-size: 14px;
}

.occupancy-units {
    background: #2D2D2D;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    padding: 0 10px;
}

.occupancy-units-content {
    display: flex;
    justify-content: space-between;
    margin: 3px 0;
}

.occupancy-sub-units {
    background: #333333;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin: 0 10px 10px 30px;
}

.occupancy-available-units-title {
    margin-right: 10px !important;
}

.fc-sat .group-calendar-tooltip {
    margin: -312px 10px 0 -134px;
}

.fc-sat .group-calendar-tooltip.uni-group-tooltip {
    margin: -299px 10px 0 -45px;
}

.fc-sun .group-calendar-tooltip {
    margin: -291px 0 0 -14px;
}

.fc-sat .group-tooltip-arrow-down {
    left: 260px;
}

.fc-sat .group-tooltip-arrow-down.uni-group-tooltip {
    left: 168px;
}

.fc-sun .group-tooltip-arrow-down {
    left: 136px;
}

.fc-sat-arrow {
    left: calc(90% - 10px);
}

/* styles for tab tooltip */
@media screen and (min-width: 767px) and (max-width: 1025px) {

    .group-calendar-tooltip {
        margin: -257px 0 0 -72px;
        }

    .group-tooltip-arrow-down {
        left: 148px;
    }

    .fc-sun .group-tooltip-arrow-down {
        left: 97px;
    }

    .fc-sat .group-calendar-tooltip {
        margin: -257px 0 0 -105px;
    }

    .fc-sat .group-tooltip-arrow-down {
        left: 187px;
    }
}

.custom-popover .popover-body {
    max-width: calc(100vw - 30px);
    overflow-x: overlay;
}

select[data-filterby-property] {
    height: 45px;
}

#listing_filter_row_container button.dropdown-toggle {
    min-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
}

.fs-18px {
    font-size: 18px !important;
}

#account-logs-table-container .btn-secondary.dropdown-toggle {
    font-size: 12px;
    padding: 6px 12px;
}

#pricing-logs-table-container .btn-secondary.dropdown-toggle {
    font-size: 12px;
    padding: 6px 12px;
}

#pricing-logs-table {
    display: block;
    max-height: 65vh;
    overflow-y: auto;
}

#pricing-logs-table thead,
#pricing-logs-table thead th {
    position: sticky !important;
    top: 0 !important;
    z-index: 3 !important;
}

#pricing-logs-table thead th {
    background-color: #d9d9d9;
    font-size: 14px;
    font-weight: 600;
}

#pricing-logs-table td:first-child {
    position:sticky;
    left: 0;
    background-color: #f2f2f2 !important;
    font-size: 14px;
    font-weight: 600;
}

#pricing-logs-table thead tr:first-child th:first-child{
    position: sticky;
    left: 0;
    z-index: 5 !important;
}

#pricing-logs-table td {
    font-size: 14px;
    font-weight: 400;
}

#account-logs-table-container .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    z-index: 50!important;
}

#logs-filter .dropdown-menu li .text {
    display: flex;
    flex-direction: column-reverse;
    white-space: break-spaces;
    word-wrap: break-word !important;
    word-break: break-word !important;
}

#logs-filter .dropdown-menu li small {
    padding-left: 0;
}

#logs-filter .dropdown-menu li.active small {
    color: #F37579 !important;
}

#logs-filter .dropdown-menu li:hover small {
    color: #F37579 !important;
}

#listing_filter_modal .dropdown-menu li .text {
    display: flex;
    flex-direction: column-reverse;
    white-space: break-spaces;
    word-wrap: break-word !important;
    word-break: break-word !important;
}

#listing_filter_modal .dropdown-menu li small {
    padding-left: 0;
}

#listing_filter_modal .dropdown-menu li:hover small{
    color: #F37579 !important;
}

#listing_filter_modal .dropdown-menu li.active small{
    color: #F37579 !important;
}

#listing_filter_modal .dropdown-menu {
    width: 100%;
}

#listing_filter_modal .dropdown-menu ul {
    overflow-x: hidden;
}

#listing_filter_modal ul.dropdown-menu.inner.show {
    max-height: 100% !important;
}

.mh-50pc {
    max-height: 50vh;
    overflow-y: auto;
}

.mh-40pc {
    max-height: 40vh;
    overflow-y: auto;
}

.min-width-7rem {
    min-width: 7rem;
}

#saved_filter_dropdown_options .saved_filter_name {
    cursor: pointer;
}

.dropdown-toggle:hover::after {
    border-top-color: #999999 !important;
}

#saved_filter_dropdown_menu:hover,
#saved_filter_dropdown_menu:focus,
#saved_filter_dropdown_menu:active {
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%) !important
}

#listing_filter_modal.dropdown-menu {
    /* To prevent Zoho chat / Pendo bubbles */
    z-index: 2000;
}

#listing_filter_modal .modal-content {
    margin: 0 !important;
}

#listing-filter-tooltip {
    max-width: 50vw;
    font-size: 13px;
}

.text-primary-hover:hover {
    color: #F37579 !important;
}

#saved_filter_dropdown_menu {
    font-weight: 500;
}

@media (min-width: 767px) {
    #mc-row-filter div.dropdown, #mc-row-filter button.dropdown-toggle, #mc-row-filter {
        min-width: 95px !important;
        width: 95px !important;
    }
}

#group-listing-names-modal .modal-title {
  font-weight: 600;
  font-size: 24px;
}

#group-listing-names-modal .modal-body {
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}


#group-listing-names-modal .tbl-col-header{
  color: #FFFFFF;
  background-color: #757575;
  font-weight: 600;
  height: 40px;
  display: table;
  width: 99.8%;
}
#group-listing-names-modal .listing-id{
  font-size: 12px;
  font-weight: 400;
}
#group-listing-names-modal .listing-name{
  font-weight: 500;
}

#group-listing-names-modal .table{
  border: 1px solid #DBDBDB;
}

#group-listing-names-modal .modal-body .table-striped {
    background-color: #757575;
}

#group-listing-names-modal .modal-dialog {
    position: absolute;
    right: 0px;
    max-width: 1060px;
    background-color: white;
    width: 529px;
    margin: 0px;
    height: 100%;
}
#modal-btn-no:focus-visible,
#warning-modal-btn-yes-confirm:focus-visible,
#modal-btn-yes:focus-visible,
#warning-modal-btn-goback:focus-visible,
#bulk-override-confirm-modal .confirm-btn:focus-visible,
#bulk-override-confirm-modal .goBack-btn:focus-visible {
    border: 2px solid blue !important;
}

/* SalesIQ Chat Div -- hide it because we already have chat tab in zoho launcher */
#siqcht {
    display: none;
}
/* upgrade reports modal */

.current-plan-container{
    padding: 18px 0;
    background-color:#E4EEFE;
    border: 1px solid #76A9FB;
    border-radius: 4px;
    gap:7px;
}

.check_icon{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.check_icon i{
    background-color: #31C48D;
    border-radius: 50%;
    font-size: 14px;
    padding: 1.5px;
}

.info_icon {
    color: #76A9FB;
}
.info_icon i{
    line-height: 0;
    font-size: 20px;
    position: relative;
    top: 5px;
}

#billing-info-user{
    background-color: #F9ECCE;
    border-radius: 4px;
    padding:15px 20px;
    margin-bottom: 15px;
}

.upload-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    position: absolute;
    top: 15px;
    right: 40px;
}

.upload-icon i{
    max-width: 15px !important;
    font-size: 15px !important;
    justify-content: center;
    align-items: center;
    left:7px !important;
    color: #333333 !important;
}

.md-current-plan{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 120px;
}

@media (max-width: 600px){
   #upgrade-md-modal .modal-dialog{
    margin: 0 !important;
   }
   #upgrade-md-modal .map-modal-content{
    position: fixed;
    bottom:0;
   }
   #upgrade-md-modal .modal-body,
    #upgrade-md-modal .modal-footer{
    padding:15px 20px !important;
   }
   .current-plan-container{
    padding: 15px;
    gap:4px;
   }
}

#save-dso-btn {
    transition:  all 0.2s;
}
.action-item-ml {
    cursor: pointer;
    border: 1px solid #0000001A;
    margin: 2px;
    border-radius: 3.75px;
    box-shadow: 0px 0.74px 1.49px 0px #0000001A;
}
.action-item-show{
    padding: 5px 5px 6px 5px
}
.action-item-del{
    padding: 4px 3px 0px 4px
}
.action-item-del i{
    color: #757575;
    font-size: 24px;
}
.v-align-ml {
    vertical-align: middle;
}
.v-align-top {
    vertical-align: top;
}
.max-width-130 {
    max-width: 130px;
}

.far-out-prices-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.far-out-prices-fields-wrapper > .far_out_prices_text {
    font-size: 12px;
}

.far-out-prices-fields-wrapper > .inline_column {
    margin: 0px 6px 12px 0px!important;
}

.warning_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #E29F08;
    border-radius: 2px;
    background: rgba(249, 236, 206, 0.5);
    padding: 8px 17px;
}
div.popover.popover-csp {
    background-color: #000 !important;
    color: #FFF !important;
    border: none !important;
}
div.popover.popover-csp .popover-body {
    color: #FFF !important;
    padding: 0.5rem;
    max-width: 300px;
}
.seasonal-fixed-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.unbookable-icon{
    color:white;
}

.booked-icon{
    color:#505050;
}

.check-in-icon{
    border-radius:50%;
    border: 2px solid #757575;
}

.icn-wdth{
    width:9px;
}

.cal-icon-margin{
    margin:0px 1.5px !important;
}

.icn-fnt{
    font-size: 16.5px;
}

#feedbackGetBackDate{
    margin-left: 20px;
}

@media (max-width: 600px) {
    #feedbackGetBackDate,
    .feedback_date_picker_container{
        margin-left: 0;
    }
}

.text-right {
    text-align: right;
}

#dso-overview-modal .modal-dialog {
    max-width: 1000px !important;
}
#dso-overview-modal .table thead th .th-inner {
    text-align: start;
}
#dso-overview-modal .table td {
    vertical-align: top;
}
#dso-overview-modal .table tbody .no-records-found td {
    text-align: start;
}
.view-dso-icon {
    color: #757575;
    font-size: 20px;
}
.ml-auto{
    margin-left: auto;
}
.p-10{
    padding: 10px;
}

/* To create a vertical bar with some margin left and right */
.vl-50p {
    margin: 0px 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#set-language-list {
    min-width: 105px;
}

#selected-language {
    padding: 5px 6.5px !important;
    border-radius: 5px;
}

#navbar_supported_content > .navbar-nav > .nav-item {
    margin-top: 5px;
}

.connect-abnb-ext-disable-text {
    color: #919191;
}

/* Event Add Modal Starts */

#add-event-modal .modal-content {
    max-width: 400px;
    margin: 0 auto;
    margin-top: -200px;
}

.event-date-range-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.event-date-range-container .form-field {
    width: 100%;
}

#add-event-modal #mapping-modal-body {
    padding: 20px;
}

.event-user-info-container {
    margin-top: 12px;
    padding: 12px !important;
    background-color:#E4EEFE;
    border: 1px solid #76A9FB;
    border-radius: 5px;
    gap: 12px;
}

.event-info{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.event-info div{
    margin-top: 15px;
}

.event-info a{
    color:#76A9FB;
    text-decoration: #76A9FB underline;
}

/* Event data modal css */

.bd-header th {
    background-color: #757575;
    color: white;
}

.table_popup_sticky .table tr.bd-header th {
    background-color: #757575;
    padding:10px 20px;
}

.table thead tr.bd-header th label {
    color:#fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.table_popup_sticky .table tr.bd-header th.md-header:after {
    border-bottom: 0 !important;
}

.table.table-striped>:not(caption)>*>* {
    border-bottom-width: 0 !important;
}

.report-event-btn-container {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
}

#event-data-modal label {
    width: max-content;
}

@media (max-width: 576px) {
    .report-event-btn-container button {
        width: 100%;
    }
    .report-event-btn-container {
        position: sticky !important;
        left: 0;
    }

    #event-data-modal {
        top: 40px;
    }

    #event-data-modal .modal-content {
        border-radius: 10px 10px 0px 0px;
    }

    #event-data-modal h2 {
        width: 80%;
        line-height: 23px;
        display: inline-block;
    }
    #event-data-modal .modal-body {
        padding: 10px;
    }
    #event-data-modal .dso_event,
    #event-data-modal .event-add-button {
        width: max-content;
    }
    #event-data-modal label {
        min-width: 150px;
    }

    .events-missing {
        display: block;
    }
    .events-missing button {
        margin-top: 10px;
    }

}

.events-missing {
    background: #F9ECCE;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding:10px;
    margin-bottom: 0;
}

.head_info {
    color: #76A9FB;
    line-height: 0;
    font-size: 20px;
    position: relative;
    top: 2px;
    cursor: pointer;
}


/* DSO EVENT */

.dso_event {
    cursor: pointer;
    padding: 5px;
    background: #F4F5F7;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    max-width: max-content;
    padding: 5px;
}

/* INPLACE FEEDBACK CONTAINER */

.inplace-event-modal {
    display: none;
    position: absolute;
    right: 30px;
    min-width: 300px;
    max-width: 400px;
    width: max-content;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1000;
}

/* No events data */

.no_event_data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.no_event_info {
    color: #BDBDBF;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    margin-top: 15px;
}

.event-add-success-info-container {
    display: flex;
    align-items: center;
    background: #EAF9F4;
    border: 1px solid #31C48D;
    border-radius: 5px;
    padding: 12px 20px;
}

.view_event_loader {
    width: 100px;
    height: 100px;
}

.lname-fixed-width {
    max-width: 150px;
    word-break: break-all;
    font-size: 14px !important;
}

.reason-fixed-width {
    max-width: 200px;
    word-break: break-word;
    font-size: 14px !important;
}

.cust-filter-dropdown .dropdown-menu {
    max-height: none !important;
}

.material-icons.md-24 {
    font-size: 24px;
}

#product-demo-btn {
    margin-left: 10px;
    padding: 8px 15px 8px 10px;
    vertical-align: top;
    height: 40px;
    width: auto;
    padding-right: 3px;
}

.import-guide-txt-div {
    font-size: 14px;
    font-weight: 700;
}

.vertical-center {
    vertical-align: middle;
    margin-bottom: 1px;
}

@media (min-width: 471px) {
    .guide-txt {
        display: inline-block;
        margin-bottom: 0.5em;
    }
}
@media (max-width: 471px) {

    .import-guide-txt-div {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 32px;
    }    
}

.break-text {
    word-break: normal;
    overflow-wrap: anywhere;
}

#subscription-banner-txt {
    color: #333D45;
    width: 63%;
    min-height: 63px;
    padding-top: 20px;
    padding-bottom: 21px;
    margin-left: 15vw;
}

#subscription-banner-container {
    margin: -7px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    border-radius: 0px;
}

#sub-billing-banner-tooltip {
    margin-top: 1px;
    font-size: 16px;
    color: #76A9FB;
    cursor: default;
    vertical-align: top;
}

.banner-training-link-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
    position: absolute;
    width: 304px;
    left: -5px;
    height: 100%;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-decoration-line: underline;
}

#training-img {
    padding-right: 8px;
    filter: invert(68%) sepia(0%) saturate(0%) hue-rotate(218deg) brightness(90%) contrast(88%);
}

#training-link-banner-img {
    padding-right: 9px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(128deg) brightness(100%) contrast(101%);
}

#billing-subscribe-btn {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 62px;
}

#subscription-banner-close-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: auto;
    right: 18px;
    padding: 0px;
    width: 24px;
    height: 24px;
    color: grey;
}

/* DSO expiry  */
#dso-expiry-container {
    display: flex;
    align-items: center;
}

#dso-expiry-container input {
    max-width: 58px;
    margin: 0 10px;
}

.stripped-event {
    background-color: #9A9A9A !important;
    border-color: #9A9A9A !important ;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.1) 5px, rgba(0, 0, 0, 0.1) 10px) !important; /* Add the striped pattern */
}

/* Nav userid block */
.nav-user-id {
    color: #999999 !important;
    padding: 0 10px;
    cursor: pointer;
}

.w-fit-content {
    width: fit-content;
}

.new-banner-algo {
    margin-left: 8px;
    width: fit-content;
    padding: 2px 5px;
    background: #FFD159;
    border-radius: 2px;
    display: flex;
    align-items: center;
    border: 1px solid #E5BC50;
}

.playground-modal {
    min-height: 700px;
    padding-bottom: 16px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.migrate-child-listings-info-tooltip-icon {
    font-size: 14px;
    color: #76A9FB;
    line-height: 0px;
    position: relative;
    top: 2px;
}

.prd-margin {
    margin-top: 25px;
}

.prd-header {
    font-size: 24px;
    font-weight: 600;
}
.cursor-pointer {
    cursor: pointer;
}
.bg-new {
    background-color: #76A9FB;
    color: #FFF !important;
}

.column_metrics{
    min-width: 130px;
}

.column_metrics label{
    text-wrap: balance;
}

.transition-ease-in {
    transition: transform 0.3s ease-in-out;
}
.cursor-pointer {
    cursor: pointer;
}
.bg-new {
    background-color: #76A9FB;
    color: #FFF !important;
}

.column_metrics{
    min-width: 130px;
}

.column_metrics label{
    text-wrap: balance;
}

.transition-ease-in {
    transition: transform 0.3s ease-in-out;
}

.cursor-pointer {
    cursor: pointer;
}

/* pwa css */
#pwa {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    letter-spacing: 2px;
    cursor: pointer;
}

#install-button:hover {
  font-weight: bolder;
}
/* Define the animation */
@keyframes increaseWidth {
    0% {
      width: 0;
    }
    10% {
      width: 10%;
    }
    20% {
      width: 20%;
    }
    30% {
      width: 30%;
    }
    40% {
      width: 40%;
    }
    50% {
      width: 50%;
    }
    60% {
      width: 60%;
    }
    70% {
      width: 70%;
    }
    70% {
      width: 70%;
    }
    80% {
      width: 80%;
    }
    90% {
      width: 90%;
    }
    100% {
      width: 100%; /* End with full width */
    }
}

#pwa-loading-indicator {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px; /* Adjust the height and style as needed */
    background-color: #f27579; /* Loading bar color */
    animation: increaseWidth 20s ease-in-out;
    z-index:9999;
}

#pwa-update-banner {
    background-color: #FFE5E5;
    border: none;
    padding: 10px 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    bottom: 0px;
    position: fixed;
    z-index: 101;
    width: 100%;
    text-align: center;
}

#update_pwa {
    cursor: pointer;
    text-decoration: underline;
    color: #f37679;
    font-weight: 800;
}

#pwa-install-button {
    border-top: 1px solid #3333;
    padding: 8px 6px 8px 6px;
    color: #f37679;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
}

#pwa-download-icon {
    color: #f37679;
}

#eventImpact {
    width: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: flex-end;
    height: 40px;
    align-items: center;
}

.customization-nested-tabs {
    background-color: #F4F5F7;
}

.customization-nested-tabs li {
    padding: 10px;
}

.customization-nested-tabs li a.nav-link {
    color: black;
    border-radius: 3px !important;
}

.customization-nested-tabs .nav-item.show .nav-link, .customization-nested-tabs .nav-link.active, .customization-nested-tabs .nav-link:hover{
    background: #FBD6D780;
    color: #F37579;
}

.customization-nested-tabs .btn_last {
    margin-right: 1%;
}

.profile-banner {
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    flex-grow: 1;
}

.profile-banner-head {
    margin: 10px 0;
}

.archive-btn {
    border: 1px solid #0000001A;
    font-size: 14px;
    font-weight: 500;
}

.font-style-normal {
    font-style: normal;
}

.line-height-normal {
    line-height: normal;
}

.row_col_filter_container {
    max-height: 500px;
    overflow-y: auto;
}

#pricing-profile-modal, #occupancy-customizations-modal, #portfolio-occupancy-customizations-modal, #cin-cout-profile-modal {
    z-index: 2000;
}

.add-dso-dropdown-toggle::after, .add-dso-dropdown-toggle:hover:after {
    border-top-color: #ffffff !important;
}

.del-dso {
    color:#757575;
    width: 35px;
    font-size: 25px;
    right: 6px;
}

.del-dso :hover {
    color:#757575;
}

.del-dso-icon {
    right: 8px;
}

#churn-friction-desc {
    height: 100px;
}

.fs-13 {
  font-size: 13px;
}

#view-invoice-dues-btn {
    color: #F36D6E;
    font-weight: 600;
    cursor: pointer;
}

#view-invoice-dues-btn:hover {
    font-size: 15px;
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    #subscription-banner-txt {
        width: 57%;
        margin-left: 15vw;
    }
}

@media screen and (max-width: 1024px) {
    #subscription-banner-txt {
        width: 51%;
        margin-left: 16vw;
    }

    .banner-training-link-btn {
        width: 290px;
        font-weight: 500;
    }

    #subscription-banner-close-btn {
        right: 12px;
    }

    #billing-subscribe-btn {
        right: 50px;
    }
}

@media screen and (max-width: 896px) {
    #subscription-banner-txt {
        width: 45%;
        margin-left: 18vw;
    }

    .banner-training-link-btn {
        width: 280px;
        font-weight: 500;
    }

    #subscription-banner-close-btn {
        right: 12px;
    }

    #billing-subscribe-btn {
        right: 50px;
    }
}

@media screen and (max-width: 768px) {
    #subscription-banner-txt {
        width: 40%;
        margin-left: 21vw;
    }

    .banner-training-link-btn {
        width: 260px;
        font-weight: 400;
        font-size: 12px;
    }

    #subscription-banner-close-btn {
        right: 10px;
    }

    #billing-subscribe-btn {
        right: 45px;
    }
}

.team-access-info {
  margin-left: 5px;
  font-size: 13px;
}

#permission-text-msg {
  font-size: 14px !important;
  font-weight: 400;
  margin-left: 10px;
}

#warning-box-5 {
  align-items: center;
}

.custom-alert {
    background-color: #f1f6ff;
    border: 1px solid #b3d7ff;
    color: #434444; /* Change the text color to match */
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    gap: 10px;
    height: 40px;
    width: 100%;
    box-shadow: none;
}

@media (max-width: 768px) {
    .custom-alert {
        margin-top: 10px;
        width: auto;
    }

}

.informative-banner p {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.informative-banner .imp-text {
    font-family: 'IBM Plex Sans', serif;
    font-size: 12px;
    line-height: 16px;
    color: #76a9fb;
    font-weight: 500 !important;
}

.informative-banner .imp-text a {
    color: inherit;
}

.informative-banner .align-middle {
    vertical-align: middle !important;
}

.informative-banner .showGifButton {
    cursor: pointer;
}

.showGifButton:hover ~ .info-gif {
    display: block;
}

.info-gif {
    display: none;
}


.info-gif .card {
    background-color: white;
    max-width: 674px;
    height: 227px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px !important;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#info-gif-parent .info-gif {
    position: fixed !important;
}

@media only screen and (max-width: 768px) {
    .custom-alert {
        margin-left: 5px;
    }
    .info-gif .card {
        max-width: 297px;
        height: 380px;
        gap: 15px;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .informative-banner p {
        font-size: 9px;
        line-height: 12px;
    }
    .informative-banner .imp-text {
        font-size: 8px;
        line-height: 12px;
    }
    .info-gif {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        text-align: center;
    }
    .showGifButton:active + .info-gif,
    .showGifButton:focus + .info-gif,
    .showGifButton:hover + .info-gif{
        display: block;
    }

}

@media (hover:hover) {
    .showGifButton:active + .info-gif,
    .showGifButton:focus + .info-gif,
    .showGifButton:hover + .info-gif{
        display: block;
        }
}

.box_no_md {
  text-align: center;
  max-width: 435px;
}

.box_no_md .img_no_listing {
  margin-bottom: 37px;
  margin-top: 28px;
  color: #bdbdbf;
}

.box_no_md h2 {
  margin-bottom: 15px;
  color: #aaa;
  font-weight: 600;
}

.box_no_md .btn {
  margin-top: 15px;
}

#team-access-confirm-modal .modal-content , #team-access-confirm-modal .modal-dialog {
  max-width: 464px !important;
  border-radius: 5px !important;
}

#team-access-confirm-modal .modal-header {
  padding: 18px 20px !important;
}

#team-access-confirm-modal .modal-footer {
  padding: 10px !important;
}

.warning-team-access {
  border: 1px solid #F0CF83 !important;
  padding: 10px 20px 10px 20px !important;
}

.text-align-center {
  text-align: center;
}

#team-access-warning-text {
  margin-left: 10px;
}

.fw-600 {
  font-weight: 600;
}

.break-all {
  word-break: break-all;
}

.profile-title-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-shadow-all {
  box-shadow: 0px 4px 8px rgb(0 0 0 / 20%) !important;
}
.filter-popup {
    width: 500px;
    position: relative;
    z-index: 1001;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 1);
    backdrop-filter: blur(5px);
}
.table.no-vertical-borders td,th {
    border-left: none!important;
    border-right: none!important;
}
#account-logs-table thead th .th-inner {
    text-align: inherit; /* had to do this to undo site with text-align set previously */
    color: #999999;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
}
#account-logs-table-container .fixed-table-body {
    min-height: 300px;
}
.logs-column-sm {
    min-width: 200px;
}
.logs-column-md {
    min-width: 400px;
}
.logs-column-lg {
    min-width: 800px;
}
.fin-fout-loader {
    animation: l1 1s linear infinite alternate;
}
@keyframes l1 {to{opacity: 0}}
.white-content-box {
    background-color: #FFF;
    padding: 15px 20px 20px 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
}

#hlp-marketing-banner-container {
    margin: -7px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    border-radius: 0px;
}

#hlp-marketing-banner-txt {
    line-height: 22px;
    color: #333D45;
    width: 63%;
    height: 63px;
    padding-top: 20px;
    padding-bottom: 21px;
}

#hlp-marketing-banner-discover-more {
 color: #F37579;
}

#hlp-migration-video-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-left: 5px;
    margin-right: 0px;
    height: 100%;
    color: white;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid;
    border-radius: 5px;
}

#hlp-marketing-modal .modal-dialog{
    width: 460px;
}

#hlp-marketing-modal .modal-dialog .migrate-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 10px;
    font-family: 'IBM Plex Sans', sans-serif;
}

#hlp-marketing-modal .modal-body {
    padding: 16px !important;
}



@media screen and (max-width: 768px) {
    #hlp-marketing-banner-txt {
        width: 40%;
        margin-left: 21vw;
    }
}

#test-listing-map {
  padding: 10px;
  height: 100%;
  width: 100%;
}

.map-container-test-listings {
  width: 100%;
  height: 400px;
}

.test-listing-block {
  gap: 10px;
  padding-right: 16px;
}

.mb-22 {
  margin-bottom: 22px;
}

.churn-v2-opts{
    border: 1px solid #F4F5F7;
    border-radius: 5px;
    position: relative;
    padding: 10px;
    margin-top: 15px;
}

.churn-v2-opts .form-check-input{
    margin: 0;
    top: 1px;
}
.churn-v2-opts .form-check{
    margin: 0;
}
.churn-v2-opts .reason-text{
    display: none;
    padding-top: 14px;
    margin: 10px 0 0 0;
    position: relative;
    left: -15px;
}

.churn-v2-opts .sub-reason-text{
    display: none;
    border: 1px solid #F4F5F7;
    border-radius: 5px;
    margin: 10px 0 0 0;
    background: #FFFFFF;
    position: relative;
    left: -15px;
}

.churn-v2-opts .radio_box {
    padding: 0;
}


#table-view.active svg path {
  fill: white;
}

.note-table {
    margin-bottom: 20px;
}

.reminder-dropdown-container {
    position: relative; 
    display: inline-block;
}

.reminder-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.remind-note-dropdown {
    top: 45px; 
    right: 10px;
    position: absolute;
    display: none;
    background-color: white;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.20);
    z-index: 10000;
    width: 180px;
    padding: 10px;
    border-radius: 5px;
}

.pin-icon-container {
    cursor: pointer;
}


.remind-note-dropdown-pane {
    top: 35px;
    right: 100px;
    position: absolute;
    display: none;
    background-color: white;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.20);
    z-index: 10000;
    width: 180px;
    padding: 10px;
    border-radius: 5px;
    }


.note-pin-icon {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 70px;
}

.pin-note-btn, .delete-note-btn {
    display: flex;
    width: 40px;
    height: 40px;
    padding: auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.pin-svg-path {
    width: 20px; 
    height: 20px; 
}

.note-pin-icon:hover svg path {
    fill: #F37579;
}

.remind-note-btn-pane path, .remind-note-btn path {
    pointer-events: none;
}

.reminder-icon-pane {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 100px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 3px
}


.reminder-modal-tag {
    margin-right: auto;
    display: flex;
    align-items: center;
    color: #333;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.set-reminder-btn, .set-reminder-btn-pane {
    width: 100%;
}

.reminder-modal-tag {
    display: none;
    align-items: center;
}

.reminder-pane-tag {
    align-items: center;
    display: inline-flex;
    background-color: #E6E6E6;
    border-radius: 5px;
    color: #333;
    font-family: "IBM Plex Sans";
    font-size: 10px;
    margin: 5px 15px;
    padding: 2px 5px;
}

.reminder-modal-tag.visible {
    display: flex;
    align-items: center;
}

.reminder-cancel {
    margin-left: 10px;
    cursor: pointer;
}

.note-delete-icon {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 10px;
}

.note-edit-icon {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 40px;
}

.note-edit-icon:hover svg path {
    fill: #F37579;
}

.bin-icon-border {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
    padding: 6px;
    margin-right: 10px;
    position: relative;
}

.note-delete-icon:hover svg path {
    fill: #F37579;
}

.note-box {
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;

}

.note-creation-date {
    position: absolute;
    margin-top: -15px;
    right: 12px;
    font-size: 12px;
}

.note-md {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5; /* Added background color */
    padding-left: 10px;
    .p {
        margin: 0;
    }
}

.note-md.update-date {
    padding: 0 0 10px 16px !important;
}

.note-md.user-email {
    padding: 10px 0 0 16px !important;

}

.note-edited {
    font-weight: 400;
    font-size: 10px;
    background-color: #0000001A;
    padding: 0 5px 0 5px;
    border-radius: 4px;
}

.note-table tbody tr {
    margin-bottom: 10px;
}

.note-hr {
    margin: 0; /* Add margin-top to the hr */
}

.note-text {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    align-content: center;
    padding: 10px;
    cursor: pointer;

}

.note-table td {
    border-bottom: none !important; /* Remove border from table rows */
}

.remind-note-btn {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 7px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 10px;
    /* margin-left: 10px;  */
    margin-right: 10px; 
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#reminder-info-text {
    margin-top: 10px;
    color: #333;
    font-family: "IBM Plex Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.latest-note-container, .pinned-note-container {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 16px 10px 10px 16px;
    margin: 5px auto;
    max-width: 500px;
    width: 95%;
    box-sizing: border-box;
    height: auto;
}

@media (min-width: 768px) {
    .latest-note-container, .pinned-note-container {
        width: 100%;
        margin-left: -12px;
    }
}


#latest-note, #pinned-note {
    /*padding-left: 16px;*/
    cursor: pointer;
}

#latest-note-container:hover, #pinned-note-container:hover {
    background-color: #FEF1F2;
}

#notes-history-modal .modal-body{
    padding-bottom: 16px;
}

#notes-history-modal .user-email {
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
    padding-top: 8px;
}
#notes-history .update-date {
    font-size: 12px;
    line-height: 16px;
}

#notes-history-div .note-text {
    font-size: 14px;
    cursor: default !important;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
    padding-left: 16px !important;
}

#notes-history-div td:hover {
    background-color: transparent !important;
}

#notes-history-modal .modal-header .listing-name:hover{
    cursor: pointer;
}

.latest-note-text, .pinned-note-text {
    max-height: 100px; /* Set the maximum height for the paragraph */
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    display: block;
    width: 100%;
}

#latest-note-header, #pinned-note-header {
    font-family: IBM Plex Sans, serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 15.6px;
    color: #333333;
    padding-top: 0;
    width: 80px;
    height: 16px;
}

.note-show-more-btn {
    color: #F37579;
    cursor: pointer;
    margin-top: 10px;
}

.latest-note-md, .pinned-note-md {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
}

.pin-icon-container {
    position: absolute;
    top: 0px;
    right: 0px;
}


#deleteConfirmationModalLabel {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 16px !important;
}

#deleteConfirmationModal .modal-header {
    padding: 24px 0 0 24px !important;


}

#deleteConfirmationModal .modal-body {
    padding: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18.2px;
    text-align: center;
}

#note-delete-cancel-btn {
    width: 86px;
    height: 40px;
    padding: 0 16px 0 16px;
    border-radius: 4px;
    border: 1px;
    gap: 8px;
}

#note-delete-confirm-btn {
    width: 75px;
    height: 40px;
    padding: 0 16px 0 16px;
    border-radius: 4px;
    gap: 8px
}

#add-note-title, #add-note-title-group, #add-note-title-account {
   font-size: 24px;
   font-weight: 800;
   line-height: 23px;
}

#delete-icon-update-modal {
   cursor: pointer;
}


.dummy-listing-currency .bootstrap-select .dropdown-menu {
  z-index: 10000 !important;
}

#table-view svg {
  margin-right: 5px;
}
.no-notes-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50%;
}

.no-notes {
    text-align: center;
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
}

.custom-close-btn {
    background: none;
    border: none;
}

.custom-close-btn .close-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}


.dummy-listing-currency .bootstrap-select .dropdown-menu {
  z-index: 10000 !important;
}

.ota-screen {
    display: flex;
    gap: 16px;
}

.ota-screen img ,
.pms-logo img {
    width: 100%;
    aspect-ratio: 3/3;
    object-fit: contain;
}

.pms-logo {
    width: 80px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ota-screen .pms-card {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.ota-screen [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ota-screen  [type=radio] + .pms-card {
  cursor: pointer;
}

.ota-screen  [type=radio]:checked + .pms-card {
  outline: 1px solid #33333380;
  background-color: #F4F5F7;
}

.add-listing-modal-back {
    left: 12px;
    top: 12px;
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: 100%;
    padding: 0px;
}

#modal_add_listings .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.add-listing-modal-bottom-note,
.add-listing-modal-bottom-note-1,
.add-listing-modal-bottom-note-2 {
    padding: 10px 8px; 
    background-color: #F4F5F7; 
    border-radius: 8px; 
    color: #333333; 
    margin-top: 20px;
    text-align: left;
}
@media (max-width: 576px){
    #modal_add_listings .modal-content { 
        height: calc(100vh - 100px);
    }
    #modal_add_listings .modal-body { 
        height: 100%;
        overflow: auto;
    }
    .add-listings-modal-subhead {
        padding-bottom: 10px;
    }
    #modal_add_listings .dropdown_style_search.bootstrap-select>.dropdown-toggle {
        padding-left: 10px;
    }
    .ota-screen.disabled {
        pointer-events: none;
        opacity: 80%;
    }
}
.no-notes-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50%;
}

.no-notes {
    text-align: center;
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
}

.custom-close-btn {
    background: none;
    border: none;
}

#ungroup-cl {
    font-weight: 500;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    gap: 8px;
    width: 100px;
    min-width: 100px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    }

#ungroup-cl-txt {
    width: 56px;
    height: 18px;
    font-family: 'IBM Plex Sans', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333333;
    flex: none;
    order: 2;
    flex-grow: 0;
    }

.highlight-combined {
    background-color: #ffdd99;
    color: #333;
    }

.br-count #br-count-value {
    font-weight: 400;
    font-family: IBM Plex Sans, serif;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    }

#combine-listings-banner {
    font-family: 'IBM Plex Sans', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #333;
    word-wrap: break-word;
    align-items: center;
    }

.cl-alert.custom-alert {
    height: auto;
    }

.cl-alert.custom-alert.informative-banner {
    display: flex;
    align-items: center;
    background-color: #f0f8ff;
    padding: 10px 15px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    gap: 10px;
    box-sizing: border-box;
    overflow: hidden;
    flex-wrap: nowrap;
    }

.cl-alert.custom-alert.informative-banner svg {
    margin-right: 10px;
    flex-shrink: 0;
    }

#combine-listings-banner a {
    color: #007bff;
    }

#combine-listings-banner a:hover {
    color: #0056b3;
    }

#add-cl-modal .modal-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#add-cl-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.cl-info-subtext {
    padding-bottom: 20px;
}

.cl-modal-title {
    font-family: IBM Plex Sans, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}

#add-cl-modal .custom-close-btn {
    top: 30%;
}

#confirmDeleteModalLabel {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}

#confirmDeleteModalBody p {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    top: 3px;
    left: 28px;
}

#confirmDeleteModalBody {
    padding: 16px 24px 16px 24px;
    gap: 12px;
    border: 1px;
}

#confirmDeleteModal .modal-dialog {
    margin: auto;
    transform: translateY(207.5px);
}

#confirmDeleteModal .modal-content {
    width: 480px !important;
    height: 301px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#confirmDeleteModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -207.5px);
}

.star-icon {
  color: white;
}

#cin-cout-profile-check-in-check-out-row .row_inner_prices {
  padding-left: 0px !important;
}

.cin-cout-prof-heading {
  color: #333333;
}

.cin-cout-profile-well {
  padding: 20px !important;
}

#seasonal-customizations-modal .modal-dialog {
  max-width: 1200px !important;
}

#cin-cout-prof-well-text {
  font-size: 12px;
}

.ungroup-cl-btn {
    padding: 0;
    gap: 12px;
    width: 100px;
    height: 40px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

#confirmDeleteModal .custom-close-btn {
    top: 20%;
}

.listing-container.clc {
    display: flex;
    gap: 24px;
    padding: 20px 20px 0 0;
    align-items: flex-start;
}

.listing-info label,
.br-info label,
.pms-info label {
    margin-bottom: 10px;
    display: block;
}

.clc .listing-info {
    width: 540px;
    height: auto;
    padding-right: 20px;
}

.anchor-listing-container {
    display: flex;
    gap: 24px;
    padding: 0 20px 0 0;
    align-items: center;
    /*justify-content: space-between;*/
}

.cl-br-count, .cl-pms-name {
    font-family: 'IBM Plex Sans', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    padding: 10px 0 12px 10px;
    display: block;
    margin-top: 10px;
}

.al-br-count, .al-pms-name {
    font-family: 'IBM Plex Sans', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    padding: 10px 0 12px 10px;
}

#combined-listing-select-form-group .dropdown div.dropdown-menu.show {
    margin-left: 15px !important;
}

#combined-listing-select-form-group .dropdown-menu li .text {
    display: flex;
    flex-direction: column-reverse;
}

#combined-listing-select-form-group .dropdown-menu li:hover small {
    color: #F37579 !important;
}

#combined-listing-select-form-group .dropdown-menu li.active small {
    color: #F37579 !important;
}

#combined-listing-select-form-group .dropdown-menu li small {
    padding-left: 0;
}

.anchor-listing-select-form-group .dropdown div.dropdown-menu.show {
    margin-left: 15px !important;
    flex: 0 0 1; /* flex-grow, flex-shrink, flex-basis */

    }

.anchor-listing-select-form-group .dropdown-menu li .text {
    display: flex !important;
    flex-direction: column-reverse !important;
}

.anchor-listing-select-form-group .dropdown-menu li:hover small {
    color: #F37579 !important;
}

.anchor-listing-select-form-group .dropdown-menu li.active small {
    color: #F37579 !important;
}

.anchor-listing-select-form-group .dropdown-menu li small {
    padding-left: 0 !important;
}

.anchor-select-delete-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center !important;
    padding: 15px 0 0 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.anchor-select-delete-icon:hover svg path {
    fill: #F37579;
    }

.clc .listing-info, .br-info, .pms-info, .anchor-select-delete-icon {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.anchor-delete-icon:hover svg path {
    fill: #F37579;
}

#anchor-edit-btn {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: 31px;
    border-radius: 4px;
    border: 1px;
}

.custom-add-anchor-btn {
    background-color: transparent;
    color: #FF385C;
    border: none !important;
    outline: none !important;
    box-shadow: none;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.custom-add-anchor-btn:hover, .custom-add-anchor-btn:focus {
    background-color: transparent;
    color: #FF385C;
}
.custom-add-anchor-btn svg {
    fill: #FF385C;
}

.custom-add-anchor-btn:disabled {
    color: #FFC0CB;
    cursor: not-allowed;
}

.custom-add-anchor-btn:disabled svg {
    fill: #FFC0CB !important;
}

.cl-br-text-center {
    padding-left: 25px !important;
}

.cl-sync-text-center {
    text-align: center;
}

.cl-btn-txt {
    font-weight: 700;
    font-size: 14px;
}

.anchor-listing-select-form-group .bootstrap-select,
#combined-listing-select-form-group .bootstrap-select {
    width: 100% !important;
}

.anchor-listing-select-form-group .bootstrap-select.btn-group .dropdown-toggle,
#combined-listing-select-form-group .bootstrap-select.btn-group .dropdown-toggle {
    width: 100% !important;
}

.cl-br-count, .al-br-count {
    padding: 10px 0 12px 20px !important;
}

.cl-pms-name, .al-pms-name {
    padding: 10px 0 12px 0;
}
#save-user-parameters, #user-sync {
    padding: 11px 15px;
}

.last-refresh-label {
    margin-right: 10px;
    width: 183px;
    flex-grow: 1;
    line-height: normal;
}

.last-sync-label {
    width: 111px;
    flex-grow: 1;
    line-height: normal;
}

.check-in-check-out-well .cin-out-well-label {
  font-size: 14px;
}

.cin-cout-warning-box {
  width: fit-content;
  margin: 14px 19px;
  border: 1px solid #E29F08;
  gap: 10px;
  padding: 10px 20px !important; 
}

#cin-cout-profile-modal .cust-cin-cout-box {
  display: none !important;
}

.active-cin-cout {
  font-size: 14px;
  margin-bottom: 5px;
}

.cin-cout-heading-well {
  margin-bottom: 10px;
}

.check-in-check-out-well .cin-cout-heading-well {
  margin-bottom: 5px !important;
}

.anchor-listing-container .listing-info{
    padding-right: 40px;

}

.al-br-count, .al-pms-name {
    margin-top: 15px !important;
}

.check-in-check-out-well .cin-out-well-label {
  font-size: 14px;
}

.cust-day-setting {
  float: right;
  font-size: 10px;
  color: #333333;
  padding: 2px 6px 21px 2px !important;
}

.fc-today-button {
  font-weight: 600 !important;
}

.billing-container {
    max-width: 1400px !important;
}

.vrbo-subtext-div {
  border: 1px solid #1976F3;
  padding: 12px;
  border-radius: 5px;
  background: #F3F8FE;
  gap:2px;
}

#vrbo-warning-dso-row {
  display: flex;
  align-items: center;
  border: 1px solid #E63E3D;
  background: #FEF1F2;
  padding: 12px;
  border-radius: 5px;
  gap: 10px;
}

#vrbo-warning-dso-row i {
  color: #E63E3D;
}

.hidden-column {
    display: none;
}

.listing-header-ovvr {
  gap: 60%;
}
  
#view-child-update-container .form-check-label {
  font-size: 14px;
}
  
#pricing-table-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 0.5 opacity */
    justify-content: center;
    z-index: 7000; /* Ensure it's on top of other elements */
    border-radius: 8px;
}
  
.pricing-table-overlay-spinner {
    top: 38vh;
    width: 50px !important;
    height: 50px !important;
    position: relative;
    display: inline-block;
    border-right-color: #F37579;
    border-width: 4px;
}

.churn-div {
  margin-left: auto;
  width: fit-content;
  min-width: 0 !important;
}

.churn-warning-box {
  padding: 9px 15px !important;
  border: 1px solid #E29F08;
}

.historical-intelligence-div .percent-input {
  max-width: 80px;
}

.smp-last-year-div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.historical-intelligence-div span {
  font-size: 12px;
  font-weight: 400;
}

.ml-2p {
  margin-left: 2%;
}

.safety-minimum-price-toggle_display {
  margin-top: 20px;
}

.historical-intelligence-div.bg-info-blue, .smp-custom-div.bg-info-blue {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #1976F3;
  font-size: 12px;
  font-weight: 400;
}

.historical-intelligence-div .fa-circle-info, .bg-info-blue .fa-circle-info {
  color: #1976F3;
  font-size: 12px;
  top: 0 !important;
  margin-right: 2px;
}

.smp-custom-div {
  align-items: center;
  gap: 10px;
}

.smp-custom-div .fa-circle-info, .smp-last-year-div .fa-circle-info {
  color: #1976F3;
  font-size: 10px;
  top: 0 !important;
  margin-right: 2px;
}

#safety-minimum-custom-add {
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

.input_60 {
  width: 60px;
}

.smp-text {
  font-size: 12px;
  font-weight: 400;
}

.safety-min-at-percentage {
  padding-right: 0 !important;
}

#zohohc-asap-web-header {
    background: #4C56BA !important;
}

.hide-cin-well .cout-well-show-hide, .hide-cin-customization-well .cin-well-show-hide {
    display: none;
}

.hide-cout-well .cin-well-show-hide, .hide-cout-customization-well .cout-well-show-hide {
    display: none;
}

.cin-cout-warning-div {
    margin-left: 0px !important;
}

.cin-cout-warning-div {
  margin-left: 0px !important;
}

.cin-cout-warning-div .cin-cout-warning-box {
  margin: 0px !important;
}

.rental-revenue-allow-text {
  font-size: 12px;
}

.safety-min-warning-div .warning-box {
  gap: 10px;
  padding: 12px !important;
}

#need-api-access-modal .modal-content ,
#confirm-need-api-access-modal .modal-content {
    max-width: 480px;
    margin: 0 auto;
}

#confirm-need-api-access-modal .modal-content {
    min-height: 308px;
}

#confirm-enable-api-access-input.warning::placeholder {
    color: #E63E3D;
}
  
#confirm-enable-api-access-input.warning {
    background: #FEF1F2;
    border-width: 1px;
    border-color: #E63E3D;
}

#api-access-error-message {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    color: #E63E3D;
}

#group-customization-total-listings {
    color: #1976F3;
    font-family: IBM Plex Sans, serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
}

.warn-alert {
    background: #FEF1F2;
    border: 1px solid #E63E3D;
    border-radius: 5px;
    padding: 12px;
    margin-top: 12px;
    gap: 8px;
}

.warn-alert-icon {
    color: #E63E3D;
    font-size: 13px;
}

#manual-res-fetch-modal .table.table_popup thead th {
  background-color: #F4F5F7;
  border-bottom: none !important;
}

#manual-res-fetch-modal .modal-header {
  padding: 14px 20px;
}

.recomended-css{
    padding: 4px 8px 4px 8px;
    color:#31C48D;
    border: 1px solid #31C48D;
    border-radius: 4px;
    vertical-align: text-bottom;
}

.video-css{
    color: #007bff;
    margin: 0px 8px 0px 8px
}

.camera-rec{
    margin-right: 4px;
}

.vrbo-checkbox-heading{
    font-weight: 600;
    vertical-align: 2px;
}

.sub-text-content {
    margin-left: 18px;
    line-height: 1px;
}

#vrbo-extension-point{
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.head-vrbo-ext {
    padding-left: 16px;
    font-weight: 500;
}

.txt-vrbo {
    font-weight: 500;
    padding-left: 16px;
    margin-top: -4px;
    margin-bottom: 8px;
}

.vrbo-warning{
    border: 1px solid #e2a008;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
    background: #FEFAF3;
}

.vrbo-info{
    border: 1px solid #1976F3;
    padding: 10px;
    border-radius: 6px;
    background: #F3F8FE;
}

.vrbo-info-icon{
    color: white;
    border: 1px solid;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #1976F3;
    padding-top: 3px;
    font-size: 12px;
    font-weight: 700;
}

#vrbo-new-import-parent{
    font-size: 12px;
}

.code_sent_css{
    margin-bottom: -14px;
    margin-top: -6px;
}

#notes-history-div thead th {
    padding: 0px;
}

#notes-history-div td, #notes-history-div:hover {
    background-color: white;
}

#reminder-timepicker-input .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 200px;
}

.timepicker .timepicker-picker table.table-condensed td{
    height: 20px;
    width: 20px;
    padding: 0px !important;
}

.pane-reminder-dropdown-container .datepicker td {
    padding: 0 0 10px 0 !important;
}

.datepicker table thead th {
    border-bottom: 0 !important;
}
.training-hero {
    background: url("/assets/training-hero-bg.svg") center/cover no-repeat;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    max-height: 200px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.training-hero-header, .self-paced-header, .card-title, .selected-plan-card-title {
    font-weight: 700;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.training-hero-header {
    font-size: 45px;
    font-weight: 700;
    line-height: 58.95px;
    text-align: center;
    text-decoration-skip-ink: none;
}

.training-hero-subheader {
    font-size: 24px;
    font-weight: 400;
    line-height: 37.44px;
    text-align: center;
    text-decoration-skip-ink: none;
}

.self-paced-header {
    font-size: 36px;
    font-weight: 600;
    line-height: 52.92px;
    text-align: center;
    text-decoration-skip-ink: none;
    padding-top: 28px;
    padding-bottom: 12px;
}

.self-paced-courses-container {
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

.course-card {
    background: linear-gradient(318.51deg, #C2BEFF 6.77%, #FFFFFF 106.21%);
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 12px;
    max-width: 240px;
    height: 288px;
    text-align: center;
    cursor: pointer;
}

.card-icon {
    width: 142px;
    height: 119px;
    margin-bottom: 10px;
}

.card-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 27.09px;
    text-align: center;
    text-decoration-skip-ink: none;
    margin-top: 15px;
}

.card-description {
    font-size: 13px;
    font-weight: 300;
    line-height: 20.77px;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration-skip-ink: none;
}

.learning-section {
    padding: 0 0 16px;
}

.learning-header-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.learning-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.learning-options .learning-option-webinar,
.learning-options .learning-option-training,
.learning-options .learning-option-help {
    background-color: #ffe8e8;
    border-radius: 8px;
    width: 286px;
    transition: background-color 0.3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 30px 0;
}

.learning-options .learning-option-webinar:hover,
.learning-options .learning-option-training:hover,
.learning-options .learning-option-help:hover {
    background-color: #ffdddd;
}

.learning-option-webinar-text,
.learning-option-training-text,
.learning-option-help-text {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    height: max-content;
}

.selected-plan-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1159px;
    margin: 0 auto;
}

.selected-plan-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    width: 358px;
    height: 324px;
    margin: 0 auto;
    cursor: pointer;
}

.selected-plan-card-content {
    padding: 20px;
    background: url("/assets/training_card_bg.svg") center/cover no-repeat;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    border-radius: 0;
    height: 100%;
}

.selected-plan-card-content img {
    width: 311px;
    height: 175px;
    border-radius: 6px;
}

.selected-plan-card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    text-decoration-skip-ink: none;
    margin-top: 20px;
}

.selected-plan-card-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration-skip-ink: none;
    margin-top: 25px;
}

.learning-options {
}

#training-course-back-btn {
    max-width: 1159px;
    margin: 20px auto;
    padding-left: 20px;
    color: rgb(243, 117, 121);
    cursor: pointer;
    font-weight: 500;
}

@media (max-width: 768px) {
    .training-hero {
        min-height: 24vh;
        padding: 20px;
    }

    .training-hero-header {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 12px;
    }

    .training-hero-subheader {
        font-size: 16px;
        line-height: 24px;
    }

    .self-paced-header {
        font-size: 28px;
        padding: 40px 0;
    }

    .self-paced-courses-container {
        flex-direction: column;
        padding: 10px;
        gap: 15px;
    }

    .course-card {
        max-width: 100%;
        height: auto;
        padding: 15px;
    }

    .learning-options {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .learning-option-webinar,
    .learning-option-training,
    .learning-option-help {
        width: 100%;
        padding: 20px 0;
    }

    .selected-plan-cards {
        grid-template-columns: 1fr;
        max-width: 90%;
        padding: 10px;
    }

    .card-title {
        font-size: 13px;
        font-weight: 600;
        line-height: 16.86px;
    }

    .card-description {
        font-size: 8px;
        line-height: 12.93px;
        letter-spacing: -0.02em;
    }

    .course-card {
        width: 160px;
        height: 187px;
    }

    .training-hero-header {
        font-size: 25px;
        font-weight: 700;
        line-height: 31.75px;
    }

    .training-hero-subheader {
        font-size: 12px;
        font-weight: 400;
        line-height: 18.72px;
    }

    .self-paced-header {
        font-size: 15px;
        font-weight: 700;
        line-height: 22.05px;
        padding-top: 36px;
        padding-bottom: 26px;
    }

    .card-title {
        padding: 0;
        margin-top: 0;
    }

    .self-paced-courses-container {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two cards per row */
        gap: 15px;
        padding: 10px;
    }

    .course-card {
        max-width: 100%; 
        height: auto;
        padding: 15px;
        margin: 0 auto;
    }

    .card-title {
        font-size: 13px;
        font-weight: 600;
        line-height: 16.86px;
    }

    .card-description {
        font-size: 8px;
        line-height: 12.93px;
        letter-spacing: -0.02em;
    }

    .card-icon {
        width: 88px;
        height: 74px;
        margin-bottom: 10px;
    }
}

.lsp-link {
    color: #76A9FB;
    cursor: pointer;    
}

.lsp-link:hover {
    text-decoration: underline;
}

#rm-email-suggestions {
    max-height: 250px;
    box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.2);
    overflow-y: auto;
}

#rm-email-suggestions .list-group-item {
    cursor: pointer;
    display: flex;
    gap: 8px;
}

#rm-email-suggestions .list-group-item:hover {
    background-color: #F4F5F7;
}

#create-revenue-manager-modal .modal-body {
    height: 450px;
    max-height: 450px;
}

#create-revenue-manager-modal .modal-footer {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

#rm-email-warning {
    padding: 8px;
    color: red;
    align-items: center;
}
