.section-chd-multisite .red-star {
    color: #ff0000
}

.section-chd-multisite .create-template, .section-chd-multisite .edit-template,
.section-chd-multisite .action-list > li.edit-template {
    display: none;
}

.section-chd-multisite .small-text {
    font-size: 10px !important;
}

.mg-admin-html body {
    overflow: scroll !important;
}

.section-chd-multisite .content-page-tabs-content {
    overflow: hidden;
    padding: 0 10px 20px;
}

.section-chd-multisite .content-page-tabs ul {
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
    width: 370px;
    float: left;
}
.section-chd-multisite .multisite-wrapper {
    overflow: auto;
}
.section-chd-multisite .property-order-container ul {
    list-style: none;
}

.section-chd-multisite .content-page-tabs li {
    margin: 0 0 10px 0;
}

.section-chd-multisite .property-order-container textarea {
    min-height: 100px;
}

.section-chd-multisite .content-page-tabs li a {
    display: block;
    color: #232f3e;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    background: #EEEEEE;
    padding: 10px 20px;
    position: relative;
}

.section-chd-multisite .content-page-tabs li.ui-state-active a {
    color: #fff;
    background: #252F3F;
}

.section-chd-multisite .content-page-tabs li.ui-state-active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;

    border-left: 8px solid #252F3F;
}

.section-chd-multisite .content-page-tabs-content {
    overflow: hidden;
}

.section-chd-multisite .custom-btn.active .button {
    box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
    background-color: #4caf50;
}

.section-chd-multisite table.main-table tbody tr:hover {
    background: #fff !important;
}

.chd-multiste-delivery .description {
    margin: 10px 0 30px;
}

.mg-geolation-view {
    display: block;
    position: relative; top: -5px;
    font-size: 14px;
}

.mg-geolation-view .select-city {margin: 0px; color: #2b2b2b; line-height: 18px;}
.mg-geolation-view a {display: block; width: 92%; color: #2b2b2b; font-weight: 400; font-size: 13px; font-style: normal; letter-spacing: 0px; transition: all .3s ease;}
.mg-geolation-view a:hover {color: #ff5500;}



.mg-geolation-view #change-city {
    text-decoration: none;
    color: #1391C7;
    display: inline-block;
}



.mg-geolation-view .mg-geolocation-popup h3,
.mg-geolation-view .mg-geolocation-popup h2 {
    font-size: 20px;
    line-height: 18px;
    color: #333;
    padding: 0;
    margin: 0 0 20px 0;
}

.mg-geolation-view .mg-geolocation-popup h3 {
    font-size: 16px;
    line-height: 14px;
    margin: 0 0 10px 0;
}

.mg-geolation-view .mg-geolocation-popup {display: none; z-index: 500; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 278px; margin-top: 8px; padding: 14px; background: #fff; border-radius: 3px; border: solid 1px #efb7a1;}

.mg-geolation-view .mg-geolocation-popup .ui-helper-hidden-accessible {
    display: none;
}

.mg-geolation-view .mg-geolocation-popup input#mg-geolocation-find-city {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #CCC;
}

.mg-geolation-view .mg-geolocation-popup .add-custom-city {
    border: medium none;
    bottom: 20px;
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: 21px;
    width: 80px;
}

.mg-geolation-view .mg-geolocation-popup .ui-autocomplete li a:hover {
    background: #F0F0F0;
}

.mg-geolation-view .mg-geolocation-popup .ui-autocomplete li a {
    display: block;
    padding: 8px 5px;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
}

.mg-geolation-view .mg-geolocation-popup .ui-autocomplete li {
    margin: 0;
}

.mg-geolation-view .mg-geolocation-popup .ui-autocomplete li + li {
    border-top: 1px solid #F0F0F0;
}

.mg-geolation-view .mg-geolocation-popup ul.main-cities-list {max-height: 237px; list-style: none; padding: 0; margin: 18px 0px 2px 0px; text-align: left; overflow-y: auto; overflow-x: hidden;}


.skroling::-webkit-scrollbar-track {background-color: #e5e0e0; border-radius: 2px;} .skroling::-webkit-scrollbar-thumb {border-radius: 2px; background-color: #ff7c00;} .skroling::-webkit-scrollbar {width: 16px;}
@-moz-document url-prefix() { .skroling {scrollbar-color: #ff7c00 #e4e4e4; /*scrollbar-width: thin;*/} }
@supports (-moz-appearance:none) { .skroling {scrollbar-color: #ff7c00 #e4e4e4; /*scrollbar-width: thin;*/} }


.mg-geolation-view .mg-geolocation-popup ul.main-cities-list li a:hover {
    text-decoration: none;
}

.mg-geolation-view .mg-geolocation-popup ul.main-cities-list li {
    width: 100%;
    margin: 0 10px 18px 0;
}

.mg-geolation-view .mg-geolocation-popup ul.ui-autocomplete {
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #CCC;
    max-height: 250px;
    overflow: auto;
    padding: 0;
    background: #fff;
}

.mg-geolation-view .mg-geolocation-popup ul.ui-autocomplete li {
    padding: 3px 0;
}

.mg-geolation-view .mg-geolocation-popup ul.ui-autocomplete li a {
    cursor: pointer;
}

.mg-geolation-view .clear {
    clear: both;
}

.mg-geolation-view #city {
    font-weight: bold;
}

.confirm-city-multisite {z-index: 500; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 278px; margin-top: 8px; padding: 24px 10px 10px 10px; background: #fff; border: solid 1px #efb7a1; border-radius: 3px; box-shadow: 0 0 8px rgba(133, 63, 46, 0.3);}

.confirm-city-multisite .confirm {display: inline-block; margin: 0 0 18px; padding: 8px 14px 8px 14px; font-size: 14px; text-decoration: none; text-align: center; 

background-color: #00ad6b; color: #fff; border: 1px solid #00a164; text-shadow: #008552 0 1px 0px;

transition: all .3s ease;

}

.confirm-city-multisite .confirm:hover {background-color: var(--main-color); color: #fff; border: 1px solid #ff7d1a; text-shadow: #d75d00 0 1px 0px;
}

.confirm-city-multisite .confirm:active {
    background: #8eacff;

    box-shadow: inset 0 1px 2px rgba(100, 100, 100, 0.5);
    border-color: #5c779f;
}

.confirm-city-multisite #change-city {
    display: inline-block;
    text-decoration: none;
    color: #3f3f3f;
    padding: 8px 14px 8px 14px; font-size: 14px;
    border: 1px solid #8d8d8d;
    background: #ffffff;
    margin: 0 0 15px; transition: all .3s ease;
}

.confirm-city-multisite #change-city:hover {
  background: #dbdbdb;
}

.confirm-city-multisite #change-city:active {
    background-color: #696262;
    -moz-box-shadow: inset 0 1px 2px rgba(100, 100, 100, 0.5);
    -webkit-box-shadow: inset 0 1px 2px rgba(100, 100, 100, 0.5);
    box-shadow: inset 0 1px 2px rgba(100, 100, 100, 0.5);
}

.close-main-cities-list { position: relative; width: 100%; height: fit-content; text-align: right; cursor: pointer; background-color: #ff7c00; border-radius: 3px;} 
	
.text-close {position: relative; top: -4px; right: 58px; padding: 0; color: #ffffff; font-size: 14px; font-family: 'FiraRegular', Arial, Helvetica, sans-serif; letter-spacing: 1.5px; text-shadow: #c96200 0 1px 0px;}
	
.close-main-cities-list .span-close {display: inline-block; padding: 11px 10px 11px 0px; text-align: left; cursor: pointer; color: #ffffff; font-size: 21.7px; line-height: 8px; text-shadow: #c96200 0 1px 0px;}

.mg-geolation-view .none-city {font-size: 13.4px; color: #4b3e3e; font-weight: 500; text-decoration: underline;}

.region-row label {
    display: flex!important;
    border-bottom: 1px dashed #ccc;
    line-height: 1.4!important;
    min-height: 30px;
    align-items: center;
}
.region-row .checkbox label {
    min-height: auto;
}

.list-option {
    padding: 0;
    margin: 0;
}

.section-chd-multisite .section__desc {
    background: #fff9d4;
}
