﻿@charset "utf-8";
/* CSS Document */
/*common css*/
body {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; font-smoothing: antialiased;}
* {-webkit-text-size-adjust: none;}
.ui-widget-content.ui-autocomplete {height:200px; overflow:auto; border-top:none; border-color:#e5e5e5;}
a, a:hover, a:focus {color:#337ab7;}
a.underline {text-decoration:underline;}
a:hover.underline, a:focus.underline {text-decoration:none;}
.medium {font-weight:500;}
.br {clear:both; margin:0; padding:0;}
p.marb0 {margin-bottom:0;}
.form-control {font-size: 15px !important; height:36px}
img {border:none; margin:0; max-width:100%;}
/*.portlet.light .portlet-body {word-wrap:break-word;} 5june18*/
.form-control, .select2-container--bootstrap .select2-selection, .bootstrap-select .btn {border-color: #d7d7d7;}
.bootstrap-select > .dropdown-toggle, .select2-container--bootstrap .select2-selection--single {height: 36px;}
.bootstrap-select.required .btn {border-color: #6ac827;}
.bootstrap-select .dropdown-toggle {color:#949494;}
.control-label {color:#222; font:400 17px Roboto, Arial,Helvetica, "sans-serif" !important; margin-bottom: 5px; display: inline-block;}
.w48p {float:left; width:48%; position:relative;}
.w48p.right {float:right;}
.w40p {float:left; width:40%; position:relative;}
input[type=text] {border:1px solid #d7d7d7; background-color:#fff; padding:6px 12px; font:400 15px Roboto, Arial,Helvetica, "sans-serif" !important; color:#222;}
input[type=text]:disabled {background-color:#f7f7f7;}
input[type=text].compulsory, .bootstrap-select.require .dropdown-toggle {border-color:#6ac827;}
input[type=password].compulsory {border-color:#6ac827 !important;}
input[type=file] {border:1px solid #6ac827; background-color:#fff; padding:6px 12px; font:400 15px Roboto, Arial,Helvetica, "sans-serif" !important; color:#222; width:100%; height:auto;}
input[type=file]:focus {border-color:#419c00;}
input[type=file].marb9 {margin-bottom:9px;}
input[type=text]:disabled {background-color:#f7f7f7; border:1px solid #d7d7d7;}
textarea {border:1px solid #d7d7d7; background-color:#fff; padding:6px 12px; width:100%; resize:none; height:173px; font:400 15px Roboto, Arial,Helvetica, "sans-serif" !important; color:#222;}
input[type=text]:focus, input[type=password]:focus, textarea:focus {border-color:#a9a9a9;}
.alert-success {background-color:#e1f3d0; border-color:#e1f3d0; color:#538a24; font:400 14px Roboto, Arial,Helvetica, "sans-serif" !important;}
.alert-success a {color:#538a24; font:400 14px Roboto, Arial,Helvetica, "sans-serif" !important; text-decoration:underline;}
.alert-success a:hover, .alert-success a:focus {color:#538a24; font:400 14px Roboto, Arial,Helvetica, "sans-serif" !important; text-decoration:none;}
.alert {padding:9px 15px 9px;}
.txtc {text-align:center;}
.bgwhite {background:#fff;}
.mart20 {margin-top:20px;}
.btn.green-meadow:hover, .btn.green-meadow:focus, .btn.green-meadow:active {background:#60a330!important; border-color:#60a330!important;}
.text15 {font-size:15px;}
.marr6 {margin-right:6px;}
.alert.marlr {margin-left:15px; margin-right:15px;}
.text-right {text-align: right !important;}
/*common css*/

  #card-container {
      display: flex;
      flex-wrap: wrap;
    }

    /* Style for the card */
    .card {
      border: 1px solid #ddd;
      padding: 10px;
      margin: 10px;
      width: 300px;
     /* text-align: center;*/
    }
    .dotted-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*Register As*/
.login .content .form-actions .btn.back {border:2px solid #000000; width:96px; background:#fff; font:500 15px Roboto, Arial,Helvetica, "sans-serif" !important; color:#000000; padding:9px 0 8px!important;}
.login .content .form-actions .btn.back:hover, .login .content .form-actions .btn.back:focus {background:#6bbc24; color:#fff; font:500 15px Roboto, Arial,Helvetica, "sans-serif" !important;}
.login .content .create-account.forget.form-actions .btn.back {background:#f0f3f0; display:inline-block; margin-right:9px;}
.login .content .create-account.forget.form-actions .btn.back:hover, .login .content .create-account.forget.form-actions .btn.back:focus {background:#000000;}
/*Register As*/

/*Left Sidebar*/
ul.page-sidebar-menu a i.manage-services {background: url(../images/manage-services.png) no-repeat top; width:24px; height:25px; display: inline-block; background-size: contain; vertical-align: middle;}
ul.page-sidebar-menu li:hover i.manage-services {background: url(../images/manage-services-hover.png) no-repeat bottom; width:24px; height:25px; background-size: contain;}
ul.page-sidebar-menu li.open.active i.manage-services {
    background: url(../images/manage-services-hover.png) no-repeat bottom;
    width: 24px;
    height: 25px;
    background-size: contain;
}

ul.page-sidebar-menu a i.view-service-provider {background: url(../images/view-service-provider.png) no-repeat top; width:36px; height:22px; display: inline-block;}
ul.page-sidebar-menu li:hover i.view-service-provider {background: url(../images/view-service-provider-hover.png) no-repeat bottom; width:36px; height:22px;}
ul.page-sidebar-menu li.open.active i.view-service-provider {
    background: url(../images/view-service-provider-hover.png) no-repeat bottom;
    width: 36px;
    height: 22px;
}


ul.page-sidebar-menu a i.WhatsHot {
    background: url(../images/whats-hot.png) no-repeat top;
    width: 36px;
    height: 22px;
    display: inline-block;
}

ul.page-sidebar-menu li:hover i.WhatsHot {
    background: url(../images/whats-hot-hover.png) no-repeat bottom;
    width: 36px;
    height: 22px;
}

ul.page-sidebar-menu li.open.active i.WhatsHot {
    background: url(../images/whats-hot-hover.png) no-repeat bottom;
    width: 36px;
    height: 22px;
}

/*Left Sidebar*/


.input-daterange .input-group-addon.none {border-left:none; border-right:none;} /*5mar18*/
/*Search Rightbox*/

/*Listing*/
.pagination > li.page-first a, .pagination > li.page-pre a, .pagination > li.page-next a, .pagination > li.page-last a {padding:5px 12px;}
.pagination > li.page-first a i, .pagination > li.page-pre a i, .pagination > li.page-next a i, .pagination > li.page-last a i {font-size:12px;}
.pagination > li.page-number a {font:400 14px Roboto, Arial,Helvetica, "sans-serif" !important; color:#3c3c3c;}
.pagination > li.page-number.active a {color:#fff;}
.pagination > li.prev > a,.pagination > li.next > a {padding-left:7px; padding-right:7px;}
/*Listing*/

/*Added 01-June-2018*/
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle > i.icon-notifications {background: url(../images/notifications-icon.png) no-repeat; width:18px; height:21px; top: -5px;}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a i.icon-my-account {background: url(../images/my-account-icon.png) no-repeat; width:14px; height:15px;}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a i.icon-logout-new {background: url(../images/logout-icon.png) no-repeat; width:16px; height:13px;}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle.notifications-new {padding-bottom:14px;}
ul.page-sidebar-menu a i.icon-need-help {background: url(../images/feedback-icon.png) no-repeat; width:22px; height:19px; display:inline-block;} 
/*End Added 01-June-2018*/

/*New Css Added 25-June-2018*/
.bordernone {border:none !important;}
.btn.pink {
    /*background-color: #000000;*/
    background-color: #000000;
    color: #fff; /*font: 500 15px Roboto, Arial,Helvetica, "sans-serif" !important; padding: 7px 22px 8px !important; text-transform: uppercase; font-weight: 500;*/
}
.table-filters .btn.pink {padding: 8px 10px 7px!important;font-size: 14px !important; margin-right: 10px; font-weight: 400 !important;}
.btn.pink:hover {
    background-color: #000000;
}
.btn.pink-outline {
    border: 2px solid #000000;
    font: 500 14px Roboto, Arial,Helvetica, "sans-serif" !important;
    padding: 6px 13px 7px 10px !important;
    text-transform: uppercase;
}
    .btn.pink-outline:hover {
        background-color: #000000;
        color: #fff !important;
    }
.btn.pink i, .btn.pink-outline i, .btn.pink-outline-icon i {margin-right: 6px;}
.btn.pink-outline-icon {
    border: 2px solid #000000;
    font: 500 14px Roboto, Arial,Helvetica, "sans-serif" !important;
    padding: 8px 14px 7px 12px !important;
    text-transform: uppercase;
    color: #000000;
}
    .btn.pink-outline-icon:hover {
        background-color: #000000;
        color: #fff;
    }
.btn.grey.btn-outline {border: 2px solid #91998f; background: #fff; font: 500 14px Roboto, Arial,Helvetica, "sans-serif" !important; color: #91998f;padding: 6px 13px 7px 10px !important; text-transform: uppercase;}
.btn.grey.btn-outline:hover {background: #91998f; color: #fff; border-color: #91998f;}
.btn.grey.btn-outline i {margin-right: 6px;}
.w40px {width: 40px;}
.table-filters {padding: 10px 0 7px; /*margin-bottom: 20px; border-bottom: 1px solid #efefef;*/}
.table-filters .form-group {display: inline-block;  margin: 0 10px 10px 0; vertical-align: top;}
.table-filters .control-label {vertical-align: top; margin-top: 7px; margin-right: 5px;}
.table-filters .input-group {display: inline-table;}
.table-filters .form-control {display: inline-block; width: auto;}
.table-filters .input-large .form-control {width: 160px;}
.table-filters .select2-container--bootstrap {display: inline-block; width: 300px !important;}
.table-filters .select2-container--bootstrap .select2-search__field {width: 200px !important;}
.table-filters .select2-container--bootstrap .select2-selection--multiple {min-height: 36px;}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {margin-top: 7px;}
.portlet.box .row:nth-child(1) {display: none;}
 #sample_4_filter.dataTables_filter {display: none;}
 .table-scrollable {padding-top: 1px;}
 table.custom-table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.custom-table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {content: "Salon Details"; width: auto; border-radius: 0; padding: 5px; top: inherit; bottom: 5px; text-align: center; font-family: "Roboto", sans-serif; font-size: 14px;}
 table.custom-table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child {/*height: 60px;*/ padding-left: 10px; padding-bottom: 35px;}
 table.custom-table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.custom-table.dataTable.dtr-column > tbody > tr.parent th.control:before, table.custom-table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.custom-table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {background-color: transparent; text-decoration: underline;}
 .table.custom-table td, .table.custom-table th {font-size: 16px;}

 table.custom-table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.custom-table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {background-color: transparent; color: #000000;}
 .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color:#20B72F;
}

#chkReviewed:checked + .slider {
    background-color: #20B72F;
}
#chkCurated:checked + .slider {
    background-color: #20B72F;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  left: -13px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px !important;
}

.slider.round:before {
  border-radius: 50%;
}
.slider {margin: 0px;}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {background-color: #000000; border-color: #000000;}

table.dataTable thead th.all.sorting:last-child {background: none !important; padding-right: 10px;}
.font-icon i.fa {font-size: 20px; padding: 5px; color: #91998f;}
.font-icon i.fa:hover {color: #000000;}
.small-text {margin-bottom: 10px;}
.btn.red:not(.btn-outline) {background-color: #000000; border-color: #000000;}
.btn.red:not(.btn-outline):focus, .btn.red:not(.btn-outline).focus, .btn.red:not(.btn-outline):hover {background-color: #fb75b8; border-color: #fb75b8;}
.btn.red:not(.btn-outline):active:hover, .btn.red:not(.btn-outline):active:focus {background-color: #fb75b8; border-color: #fb75b8;}
.view-sub-ct {float: right;}
table.dataTable>tbody>tr.child span.dtr-title {min-width: inherit; margin-right: 5px;}
/*End New Css 25-June-2018*/

/*Added 05-Oct-2018*/
.font12 {font-size: 12px; line-height: 20px;}
/*End Added 05-Oct-2018*/

/*Added 12-Sep-2019*/
.hot-listbox {
    border-radius: 4px !important;
    border: 1px solid #e7ecf1;
    padding: 20px 20px 17px;
    font-size: 16px;
    color: #333333;
}
.what-hot-images {
    position: relative;
    height: 200px;
    max-width: 100%;
    margin-bottom: 17px;
}
}
.hot-listbox iframe {
    width: 100%;
    height: auto;
    border-radius: 4px !important;
    margin-bottom: 10px;
}
.hot-listbox img {
    max-width: 100%;
    border-radius: 4px !important;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    max-height: 100%;
}
.hot-listbox .font-icon {
    float: right;
}
.hot-title {
    font-size: 20px;
    margin: 10px 0 30px;
    word-break: break-all;
}
#divBindVideo, #divBindImage {
    display: flex;
    flex-wrap: wrap;
}
.add-video .control-label {
    width: auto;
}
.add-video .form-control {
    display: inline-block;
    margin-bottom:10px;
    width:315px;
}
.add-video .btn {
    height:38px;
    vertical-align:top;
    margin-left:10px;
}
.add-video .btnRemove {
    margin-left:13px;
    font-size:15px;
    font-weight:500;
    text-transform:uppercase;
    padding-left:22px;
    padding-right:22px;
}
.dropzone.images-upload {
    border: 2px dashed #ebedf2;
    border-radius: 3px;
    margin-left:15px;
    margin-right:15px;
}

.mr-10 { margin-right: 10px !important;}
/* Flex utilities */
.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.field-validation-valid{ color: red;}
/*End Added 12-Sep-2019*/

/* Default spacing css */
.m-0 {
    margin: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.p-0 {
    padding: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}


/*7jul23*/
.mt-6{margin-top:6px !important}
.mt-10{margin-top:10px !important}
.mb-0{margin-bottom:0px !important}
.space-around{justify-content:space-around;}
.space-between{justify-content:space-between;}
.form-control.dropdown-toggle, .select2-container--bootstrap .select2-selection, select.form-control{ background: url("../images/arrow-down.png") no-repeat 93% 50%;}
select.form-control{appearance:none; line-height: 1;}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-control.dropdown-toggle { padding-right: 23px;}
.form-control.dropdown-toggle { appearance: none;}
table.dataTable tbody td { padding-left: 18px; padding-right: 18px;}
.table-page-length { position: absolute; bottom: 50px; left: 250px;z-index: 1;}
table.dataTable.no-footer{border-bottom:none;}
.table-filters .form-group > input:not([type=button]), .table-filters .form-group > select { min-width: 200px;}
.btn { padding: 8px 20px 7px !important; font-size: 14px; font-weight: 400; text-transform: uppercase;}
.btn.default:not(.btn-outline){color:#333 !important;}
.btn.default:not(.btn-outline):active, .btn.default:not(.btn-outline).active {color: #ffffff !important; background-color: #000000; border-color: #000000;}
.portlet.light .portlet-body{font-size:17px}
.dataTables_wrapper .dataTables_info, .pagination, .table-page-length { font-size: 14px;}
.form .form-body a:not(.btn) { text-decoration: underline;}
.form .form-body a:hover { text-decoration: none;}
.portlet > .portlet-title h3 {  margin: 5px 0;}
.portlet.light .portlet-body .form-body { padding-bottom: 0;}
.portlet.light .portlet-body .form-body .form-actions { padding-bottom: 5px;}
.portlet.box > .portlet-body{ padding: 12px 20px 15px 20px;}
.portlet.bordered { border: 1px solid #e7ecf1 !important; padding: 12px 20px 20px 20px;}
.portlet > .portlet-title.adj-height{height: 37px; min-height: unset;}

.img-preview { text-align: center;}
.img-preview > div{padding:5px}
.img-preview a{font-size:13px;display: block;}

.salon-address { margin: 10px 0; font-size: 16px;}

/*form*/
.required-text{font-size:14px}

input[type="checkbox"],input[type=radio] {width: 20px !important; height: 20px !important; margin-top: 0.25em; vertical-align: top; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 2px solid #D7D7D7;  -webkit-appearance: none; -moz-appearance: none;  appearance: none; -webkit-print-color-adjust: exact;  color-adjust: exact; border-radius: 0.25em !important;}
input[type=radio]{border-radius: 50%;}
input[type="checkbox"]:checked {
    background-color: #000000;
    border-color: #000000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
input[type=radio]:checked {
    background-color: #000000;
    border-color: #000000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
input[type="checkbox"]:active,input[type=radio]:active {filter: brightness(90%);}
input[type="checkbox"]:focus, input[type=radio]:focus {
    border-color: #000000;
    outline: 0;
}
.mt-radio:hover > input:not([disabled]):checked ~ span, .mt-radio > input:checked ~ span, .mt-checkbox:hover > input:not([disabled]):checked ~ span, .mt-checkbox > input:checked ~ span {    background: #000000;}
.mt-radio > span:after { background: #fff;}
.mt-radio > span, .mt-checkbox > span { background: #000000;}
.mt-radio:hover > input:not([disabled]) ~ span, .mt-radio > input:focus ~ span, .mt-checkbox:hover > input:not([disabled]) ~ span, .mt-checkbox > input:focus ~ span { background: #00000099;}
.mt-radio { margin-bottom: 5px;}
.mt-radio-inline { padding-bottom: 0;}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #E8F0FD;}
.select2-selection__choice { background-color: #CBE3FF !important; font-size: 13px !important; color: #282B2E !important; border: none !important; border-radius: 50px !important; padding: 0 8px !important;}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear { margin-right: 29px; font-size: 16px;  margin-top: 4px; color: #000;}
input#duration::placeholder { text-align: right;}

.mw-100{min-width:100px;}
.mw-150{min-width:150px;}
.mw-200{min-width:200px;}
.mw-250{min-width:250px;}
.mw-300{min-width:300px;}
.mw-350{min-width:350px;}

.mb-0{margin-bottom:0;}
.mb-20{margin-bottom:20px}

.n-brd{border:none !important;}
.text-pink {
    color: #000000
}
.text-note{ color: #999; font-size: 12px; line-height: 1.5 !important; display: inline-block; margin-top: 5px;}
.text-info{ color: #000; font-size: 14px; line-height: 1.5 !important; display: inline-block; }

table#tblSalons tr td:last-child { white-space: nowrap;}

/*upload photo page*/
body.uplod-photo { background: rgba(255,241,248,1);
    background: -moz-linear-gradient(top, rgba(255,241,248,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,241,248,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,241,248,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,241,248,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,241,248,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,241,248,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1f8', endColorstr='#ffffff', GradientType=0 );
    background-attachment: fixed; text-align:center;}
body.uplod-photo .logo { background: #F664AB; padding: 10px; margin: 0;}
body.uplod-photo .content { padding: 20px; font-size: 18px; font-weight: 400; background: url("../images/upload-page-bg.svg") no-repeat center 115%; height: 100vh;}
body.uplod-photo .content .image-upload{background: #fff; border-radius: 30px !important; display: inline-block;  padding: 5px; cursor: pointer; -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1); box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);margin-bottom: 20px;}
body.uplod-photo .content .image-upload input[type="file"] { display: none;}
body.uplod-photo .content .image-upload .image-container{ background: #FFDFF2; border-radius: 30px !important; display: block; height: 255px; width: 275px; position: relative;}
body.uplod-photo .content .image-upload .image-container img { position: absolute;  left: 0;  right: 0;  top: 0; bottom: 0; margin: auto;}
body.uplod-photo .content .image-upload span.upload-text { font-size: 16px; display: inline-block; padding: 8px 0 5px;}
body.uplod-photo .content .social-share {margin: 0 0 20px;}
body.uplod-photo .content .social-share p{margin:0 0 15px; font-size:16px}
body.uplod-photo .content .social-share a{display:inline-block;}
body.uplod-photo .content .social-share img { margin: 0 5px;}
body.uplod-photo .content>img { margin-top: 15px;}
/*upload photo page*/

/*show more pagination button*/
.showmore{background-color:#ffe6f7;padding:10px 0;text-align:center;margin-top:14px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px;}
.showmore a:hover{font-size:17px;font-weight:500;background-color:#000000;color:#fff;text-decoration:none;}
.showmore a{display:inline-block;border:2px solid #000000;width:144px;line-height:45px;font-size:17px;font-weight:500;color:#0082DC;text-decoration:none;text-align:center;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;border-radius:25px;}

/*show more pagination button*/

table#tblEmployeeWorkTiming th, table#tblEmployeeWorkTiming td {
    border: none;
}
table#tblEmployeeWorkTiming .form-group { margin-bottom: 0;}
table#tblEmployeeWorkTiming th { font-size: 16px;}
table#tblEmployeeWorkTiming .d-flex { align-items: center;}

/*modal*/
.modal-title{font-weight: 500;}

/*tabs*/
.nav-tabs { border-color: #EEF1F5;}
.nav-tabs > li { margin-right: 30px;}
.nav-tabs > li a { font-size: 16px !important; font-weight:500 !important; padding: 10px 0; margin: 0; border: none; border-bottom: 2px solid transparent; color:#333333;}
.nav-tabs > li > a:hover { background: none;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-color: #F664AB;}
.d-none { display:none !important }
.share-photo { height: 90% !important; width: 90% !important; }

/*16jan24*/
.select2-container--bootstrap { width: unset !important;}
.page-header.navbar .menu-toggler { background-color: #151b14; background-image: url(../assets/layouts/layout/img/sidebar-toggler.png) !important;}
.select2-container--bootstrap .select2-selection { background-position-y: 13px;background-position-x: calc(100% - 15px );}
.form-control.dropdown-toggle, .select2-container--bootstrap .select2-selection, select.form-control { background-position-x: calc(100% - 15px );padding-right: 30px;}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {margin-right: 15px; font-size: 18px;}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered { white-space: normal;}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice { position: relative; padding-left: 20px !important;}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove { position: absolute; left: 8px;}
.page-sidebar .page-sidebar-menu > li > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i { vertical-align: top; margin-top: -2px;}
.datepicker.dropdown-menu{z-index: 9999;}
input[type="checkbox"], input[type=radio] { min-width: 20px;}
.justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important;}
.login .content .create-account.forget.form-actions .btn.reset { margin-left: 0; margin-bottom: 5px;}
.login .content .create-account.forget.form-actions .btn.back { margin-bottom: 5px;}

.w-100{width:100%!important;}
.responsive-img-box{display:flex; align-items:center; justify-content:center; text-align:center; width:100%; height:0; padding-bottom:100%; position:relative; overflow: hidden; background-color: #f3f3f3;}
.responsive-img-box img{position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; width: auto; height: auto; max-width: 100%; max-height: 100%;}
.justify-content-evenly{justify-content:space-evenly!important;}
.page-sidebar .page-sidebar-menu li > a > .badge.badge-count { position:absolute; top:7px; margin-left:-10px; background:#F50004;}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a:hover{ background:#1F2B3D; color:#fff;}

/* Add */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{ height:34px;}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    padding-left: 5px !important;
    padding-right: 20px !important;
    background: transparent !important;
    margin-top: 5px;
    border: 1px solid #E1E5EC !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #222 !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    left: auto;
    right: 5px;
    margin: 0;
    font-size: 17px;
    top: 1px;
}

.backlink-arrow {color:#000; text-decoration:none;}
.backlink-arrow:hover { color: #000000; text-decoration: none;}
.backlink-arrow{}
.flex-wrap{ flex-wrap:nowrap;}
.align-items-center{ align-items:center;}
.justify-content-between { justify-content: space-between;}
.font16{ font-size:16px;}
.font26{ font-size:26px;}

.whats-hot-preview {
    background: #eef1f5;
    text-align: center;
    height: 475px;
    padding:20px;
}
    .whats-hot-preview img, .whats-hot-preview video {
        max-height: 435px;
        max-width: -webkit-fill-available;
    }
.field-note{font-size: 14px; color: #616E78;}
.margin-top-0 { margin-top:0;}
.margin-top-5 { margin-top:5px;}
.margin-top-10 { margin-top:10px;}

/* What's Hot*/
.table-filters:after{ content:""; position:relative; display:block; clear:both;}
.table-filters .right-action-box{ float: right; display: inline-flex; align-items: flex-start;}
.table-filters .right-action-box > :last-child{ margin-right:0;}
.btn-grey-icon { background: #EEF1F5; width: 37px; height: 37px; display: inline-flex; justify-content: center; align-items: center; margin-right: 10px; border: none;}
.btn-grey-icon i { color: #666; font-size: 18px;}
.btn-grey-icon:hover{ background-color: #333; color: #fff;}
.btn-grey-icon:hover i, .btn-grey-icon.active i{ color: #fff;}
.btn-grey-icon.active{background-color: #000; border-color: #000; color: #fff;}
.btn.btn-dark{ color:#ccc; background:#151B14;}
.btn.btn-dark:hover{ background:#000; color: #fff;}

.whats-hot-row { display: flex; flex-wrap: wrap;}
.whatshot-box{ margin:0 0 25px;}
.whatshot-box label {position: relative;background: #eef1f5;width: 100%;min-height: 175px;display: flex;justify-content: center;align-items: center; margin-bottom:13px;}
.whatshot-box label input {border-radius: 20px !important;position: absolute;border: 1px solid #D7D7D7;top:8px;right:8px;margin: 0; z-index:1; display:none;}
.whatshot-box label input + img + span.check-icon { height: 20px; width: 20px; cursor: pointer; background: #fff; border: 1px solid #D7D7D7; top:8px; right:8px; display: block; z-index: 1; position: absolute; border-radius: 20px !important; display: flex; justify-content: center;}
.whatshot-box label input:checked +  img + span.check-icon{ background:#000000;}
.whatshot-box label input:checked +  img + span.check-icon:after{content: "check";font-family:'Material Icons' !important; color:#fff;}
.whatshot-box label input:checked + img { filter: brightness(50%);}
.whatshot-box label img{max-height:175px;}
.whatshot-box a{ color:#333;}
.whatshot-box a:hover{ color:#000000;}
.fw-medium{ font-weight:500;}
.actions-box{}
.actions-box button{border:none;color:#fff;width:30px;height:30px;display: inline-flex;justify-content: center;align-items: center;}
.actions-box button .material-icons{ font-size: 16px; font-weight: normal;}
.actions-box .approve { background: #60A330; margin-right:10px;}
.actions-box .reject{ background:#F50004;}
.actions-box.full-btn button{ width:auto;font-weight: normal;height: 36px;min-width: 36px;font-size: 14px;text-transform: uppercase;margin: 0 10px 10px 0; padding:0 15px 0 12px;}
.actions-box.full-btn button .material-icons{ margin-right:5px;}
.actions-box.full-btn .btn-grey-icon{ height: 36px; top: -2px; width: 36px; display: inline-flex; margin: 0 10px 10px 0; position: relative;}

/*Reports*/
.report-tabs{ display: inline-flex; flex-wrap:wrap;}
.report-tabs .form-group{ margin:0 5px 10px 0 !important;}
.report-tabs .btn{ text-transform:capitalize; margin:0 !important;}
.report-tabs .btn span{ margin-left:10px;}
.report-tabs .btn.pink{ margin:0; padding: 8px 20px 7px!important;}
.report-tabs .btn.default{ background:#EEF1F5; border-color:#EEF1F5;}
.report-tabs .btn.default:hover{ background:#000000; border-color:#000000; color:#fff !important;}
.messages-table{ border-bottom: 1px solid #e7ecf1;}
.messages-table tr{}
.messages-table tr.unread{ font-weight:500;}
.messages-table tr td{vertical-align:middle !important;padding: 14px 8px !important;}
.messages-table tr td:hover{ background:#f1f1f1;}
.messages-table td.action{text-align:center; width:30px; min-width:30px; max-width:30px;}
.messages-table td.name{ width: 150px; min-width: 150px; max-width: 150px;}
.messages-table td.subject{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 800px; max-width: 50vw; min-width: 250px;}
.messages-table td.time{ text-align:right; width:100px; min-width:100px; max-width:100px;}
.messages-table tr td a{ color:#337ab7;}
.messages-table tr td .material-icons{font-size: 18px;color:#C4C4C5;display: block; cursor:pointer;}
.messages-table tr td .material-icons.star-icon:after{ font-size:19px; content:"star_border"; position:relative; display:block;}
.messages-table tr td .material-icons.star-icon:hover::after, .messages-table tr td .material-icons.star-icon.starred:after{ content:"star"; color:#f7ca4c;}
.messages-table tr td .material-icons.flag-icon:after{ content:"outlined_flag"; position:relative; display:block;}
.messages-table tr td .material-icons.flag-icon:hover::after, .messages-table tr td .material-icons.flag-icon.flagged:after{ content:"flag"; color:#60A330;}
.messages-table tr td input[type="checkbox"]{width: 16px !important;height: 16px !important;min-width: 16px;margin: 0;border-radius: 0 !important;border-width: 1px;}
.w-75px{ width:75px; max-width:75px;}

.portlet.message-details-box{ margin-bottom: 10px; padding: 25px !important;}
.portlet.message-details-box .font16 + .text-center{ margin:50px 0;}
.portlet.message-details-box .font26{ margin-bottom:20px;}
.portlet.message-details-box .reported-by{ font-size:15px; margin-bottom:10px;}
.portlet.message-details-box .reported-times{ font-size:15px; color:#F50004; margin-bottom:20px;}
.portlet.message-details-box .report-actions{}
.portlet.message-details-box .reviewed-by {}


@media(min-width: 768px) {
    .d-sm-flex{ display:flex;}
    .justify-content-sm-around { -ms-flex-pack: distribute!important; justify-content: space-around!important;}
    .justify-content-sm-between {justify-content: space-between;}
    .align-items-sm-center{ align-items:center;}
    .flex-sm-row {
        flex-direction: row !important;
    }
}
@media (min-width: 992px){
    .d-md-flex{display:flex;}
    .justify-content-md-around { -ms-flex-pack: distribute!important; justify-content: space-around!important;}
    .justify-content-md-between {justify-content: space-between;}
    .align-items-md-center{ align-items:center;}
    .flex-md-row {flex-direction: row !important;}
}
@media (min-width: 1200px){
    .d-lg-flex{display:flex;}
    .justify-content-lg-around { -ms-flex-pack: distribute!important; justify-content: space-around!important;}
}
@media (max-width:991px) {
    .page-sidebar .page-sidebar-menu li > a > .badge.badge-count + .title{ margin-left:15px;}
    .portlet.message-details-box .font16 + .text-center{margin: 30px 0;}
    .message-detail-top { flex-direction:column;}
    .message-detail-top .message-time.margin-top-10{ margin-top:0px !important; margin-bottom:20px;}
}
@media (max-width:767px) {
    .whats-hot-preview{ height:300px; padding:15px;}
    .whats-hot-preview img, .whats-hot-preview video{ max-height:270px;}
    .whats-hot-row > div{ width:50%;}
}
@media (max-width:600px){
    table#tblSalonWorkingTiming thead{display:none;}
    table#tblSalonWorkingTiming tr {display: flex; justify-content: space-between; flex-wrap: wrap;}
    table#tblSalonWorkingTiming tr td{width: 100%;padding-left: 70px;position: relative;}
    table#tblSalonWorkingTiming tr td:before{font-weight: bold;position: absolute;left: 10px;width: 60px;}
    table#tblSalonWorkingTiming tr td:first-child:before{ content:"Day";}
    table#tblSalonWorkingTiming tr td:nth-child(2):before{ content:"Working Hours";}
    table#tblSalonWorkingTiming tr td:nth-child(3):before{ content:"Break Time";}
    table#tblSalonWorkingTiming .d-md-flex{display:flex;}
    table#tblSalonWorkingTiming .justify-content-md-around { -ms-flex-pack: distribute!important; justify-content: space-around!important;}
}
@media (max-width: 440px) {
    .login .content {width: 300px; margin-top: 25px;padding: 0px 25px 25px;}
}


@media (max-width:991px) {
    .table-page-length {bottom: 24px;}
    .form-horizontal .control-label.col-sm-12 { text-align: left; }/*18jan24*/
}

@media (max-width:767px){
.dataTables_paginate.paging_bootstrap_number {  margin-top: 50px !important;}
.table-page-length {bottom: 66px;left:0;right:0;margin:auto;width: 130px;}
}

@media (min-width:480px) {
    .table-filters .form-group.field-mw365 input{min-width:365px}
}


    /*2nd breakpoint 767*/
    @media(max-width:1300px) {
        .add-video .form-control {
            width: 250px;
        }
    }

    @media(max-width:1200px) {

        .add-video .form-control {
            width: 200px;
        }
    }

    @media(max-width:1100px) {

        .add-video .form-control {
            width: 175px;
        }
    }

    @media(max-width:1024px) {

        .add-video .form-control {
            width: 150px;
        }
    }

    @media(max-width:991px) {

        .add-video .form-control {
            width: 100%;
        }

        .add-video .control-label {
            width: 100%;
            padding-left: 0;
            margin-bottom: 5px;
            text-align: left;
        }

        .add-video .btn {
            margin-left: 0px;
        }

        #divAddTextBox .col-md-12.con {
            margin-bottom: 30px;
        }
    }

    @media(max-width:767px) {
        .page-content-wrapper {
            margin-top: 0;
        }

        .page-header.navbar {
            background: #151b14;
        }
    }

    @media(max-width:480px) {
        .table-filters .form-group {
            display: block;
            margin-right: 0px;
        }

        .table-filters .control-label {
            width: 100%;
            margin: 0px 0 5px;
        }

        .table-filters .input-group, .table-filters .form-control, .table-filters .select2-container--bootstrap, .table-filters .input-large .form-control, .table-filters .select2-container--bootstrap .select2-search__field {
            width: 100% !important;
        }

        .table-filters .btn.pink {
            margin-bottom: 10px;
        }

        #divBindVideo .col-xs-6, #divBindImage .col-xs-6 {
            width: 100%;
            margin-bottom: 20px;
        }

        .hot-listbox {
            margin-bottom: 0px;
        }
    }

table:not(.dataTable) thead .sorting,
table:not(.dataTable) thead .sorting_asc,
table:not(.dataTable) thead .sorting_desc,
table:not(.dataTable) thead .sorting_asc_disabled,
table:not(.dataTable) thead .sorting_desc_disabled {
    cursor: pointer;
}

table:not(.dataTable) thead .sorting {
    background: url("../assets/global/plugins/datatables/images/sort_both.png") no-repeat center right;
}

table:not(.dataTable) thead .sorting_asc {
    background: url("../assets/global//plugins/datatables/images/sort_asc.png") no-repeat center right;
}

table:not(.dataTable) thead .sorting_desc {
    background: url("../assets/global//plugins/datatables/images/sort_desc.png") no-repeat center right;
}

table:not(.dataTable) thead .sorting_asc_disabled {
    background: url("../assets/global//plugins/datatables/images/sort_asc_disabled.png") no-repeat center right;
}

table:not(.dataTable) thead .sorting_desc_disabled {
    background: url("../assets/global//plugins/datatables/images/sort_desc_disabled.png") no-repeat center right;
}

.w-100px{ width:100px;}
.mw-100px{ max-width:100px;}
.w-min-100px{ min-width:100px;}
 
.w-125px{ width:125px;}
.mw-125px{ max-width:125px;}
.w-min-125px{ min-width:125px;}
 
.w-150px{ width:150px;}
.mw-150px{ max-width:150px;}
.w-min-150px{ min-width:150px;}
 
.w-175px{ width:175px;}
.mw-175px{ max-width:175px;}
.w-min-175px{ min-width:175px;}
 
.w-200px{ width:200px;}
.mw-200px{ max-width:200px;}
.w-min-200px{ min-width:200px;}
 
.w-225px{ width:225px;}
.mw-225px{ max-width:225px;}
.w-min-225px{ min-width:225px;}
 
.w-250px{ width:250px;}
.mw-250px{ max-width:250px;}
.w-min-250px{ min-width:250px;}
 
.w-275px{ width:275px;}
.mw-275px{ max-width:275px;}
.w-min-275px{ min-width:275px;}
 
.w-300px{ width:300px;}
.mw-300px{ max-width:300px;}
.w-min-300px{ min-width:300px;}
 
.mw-350px{ max-width:350px;}
.mw-450px{ max-width:450px;}
.mw-550px{ max-width:550px;}
.mw-650px{ max-width:650px;}
/*Sticky Filter and Menu Starts*/
@media only screen and (min-width:992px) and (min-height:625px) {
    .page-sidebar-wrapper {
        position: sticky;
        top: 68px;
    }
}

@media only screen and (min-width:992px) {
    .portlet-body.sticky-filter {
        padding-bottom: 0;
        position: sticky;
        top: 68px;
        z-index: 2;
    }
}
/*Sticky Filter and Menu ends*/

/* Add/Edit Salon css 14th April 25 */
.add_photos {
    transition: all 0.3s linear;
    margin-bottom:10px;
}
.salon_user_profile {
    position: relative;
}
.salon_user_profile .edit_icon {
    bottom: 0px;
    position: absolute;
    right: 20px;
    background: #fff;
    border: 1px solid #cccc;
    border-radius: 50% !important;
    padding: 3px;
    width: 25px;
    height: 25px;
    text-decoration:none!important;
}
.salon_user_profile .edit_icon .material-icons {
    font-size: 17px;
    margin-top:-1px;
    display:block;
}
.salon_user_profile img {
    border-radius: 50% !important;
}
.salon-stylists {
    border: 1px solid #ccc;
}
.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 2.5px;
}
.accepted {
    background-color: green;
}
.waiting-review{
    background-color: red;
}
.curated {
    background-color: blue;
}
.salon_name {
    color: #000;
    font-size: 26px;
    font-weight:500;
    text-decoration: none !important;
}
.status{
    font-size:17px;
    display:flex;
    align-items: center;
}
.stylist-card {
    text-align: center;
}
.scroll-div{
   display:flex;
   width:100%;
}
.scroll-container {
    display: inline-flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px; /* Optional padding */
}

.scroll-container .photo-box {
    margin-right: 15px; /* Adjust spacing between images */
    flex: 0 0 auto; /* Prevent images from shrinking */
}

::-webkit-scrollbar {
    width: 13px; /* Adjust the height of the scrollbar */
}

::-webkit-scrollbar-track {
    background-color: #D3D3D3; /* Track background color */
}

::-webkit-scrollbar-thumb {
    background-color: #888; /* Thumb color */
    border-radius: 10px; /* Rounded corners */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Thumb hover color */
}

.scroll-container::-webkit-scrollbar {
    height: 8px;
}
.photo-box {
    position: relative;
    display: inline-block;
    align-items: baseline;
    vertical-align: top;
    width: 260px;
}

.photo-box .btn {
    padding: 0 !important;
    width: 30px;
    height: 30px;
}

.photo-box .edit-btn {
    position: absolute;
    top: 0;
    right: 40px;
    margin-right: -2px;
}

.photo-box .add-btn {
    position: absolute;
    top: 0;
    right: 0px
}

.photo-box .delete-btn {
    position: absolute;
    top: 0;
    right: 0px;
}

.photo-box .fa, .photo-box .material-icons {
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 27px;
}
.contacts{
    gap:15px;
}

#slider-wrapper {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    padding: 15px;
    position: relative;
}

#image-slider {
    max-width: 540px;
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: auto auto 20px;
    display: block;
}

#image-slider ul {
    width: 100%;
    min-height: 450px;
    padding: 0;
}

#image-slider ul li {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 540px;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    background-color: #F1F1f1;
}

#image-slider ul li img {
    max-height: 350px;
    width: auto;
}

#image-slider ul li.active-img {
    left: 0;
}

#image-slider ul li .img-info {
    padding: 15px 0;
    font-size: 16px;
    text-align: left
}

.next-img {
    z-index: 9999;
}

#thumbnail {
    scrollbar-color: #9c9c9c transparent !important;
    /* thumb and track color */
    scrollbar-width: thin !important;
}

#thumbnail::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#thumbnail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    box-shadow: inset 0 0 6px transparent;
    background-color: transparent;
}

#thumbnail::-webkit-scrollbar-thumb {
    background-color: #9c9c9c;
}

.gecko #thumbnail {
    scrollbar-color: #9c9c9c transparent !important;
    /* thumb and track color */
    scrollbar-width: thin !important;
}

.firefox #thumbnail {
    scrollbar-color: #9c9c9c transparent !important;
    /* thumb and track color */
    scrollbar-width: thin !important;
}

#thumbnail:hover {
    scrollbar-color: #9c9c9c transparent !important;
    /* thumb and track color */
    scrollbar-width: thin !important;
}

#thumbnail {
    cursor: default;
    width: 100%;
    overflow-x: auto;
}

#thumbnail ul {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
}

#thumbnail li {
    list-style: none;
    cursor: pointer;
    min-width: 100px;
    margin: 0 5px;
    margin: 0 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#thumbnail li img {
    padding: 0;
    float: left;
    height: 190px;
    width: auto;
    max-width: inherit;
}

#thumbnail li:first-child img {
    margin-right: 0px;
    margin-left: 0px;
}
#slider-wrapper .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 25px !important;
    cursor: pointer;
    z-index: 10;
}

#slider-wrapper #prevBtn {
    left: 10%;
}

#slider-wrapper #nextBtn {
    right: 10%;
}

.red-circle {width: 20px; height: 20px; border-radius: 50px !important; background-color: #cc403c; display: inline-block;}
.green-circle {width: 20px; height: 20px; border-radius: 50px !important; background-color: #0ed145; display: inline-block;}
.orange-circle {width: 20px; height: 20px; border-radius: 50px !important; background-color: #f8961e; display: inline-block;}
.black-circle {width: 20px; height: 20px; border-radius: 50px !important; background-color: gray; display: inline-block;}
.red-circle.circle-sm, .green-circle.circle-sm, orange-circle.circle-sm, black-circle.circle-sm {
    width: 15px;
    height: 15px;
}

.search-wrap {
    position: relative;
}

.results {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 6px 0 0;
    padding: 6px 0;
    background: #f5f5f5;
    list-style: none;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    max-height: 260px;
    overflow: auto;
    display: none;
}

.results li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #111827;
}

.results li:not(.active):hover {
    background: #f3f4f6;
}

.results li.active {
    background: #e5ecff;
}

.results .zip {
    color: #6b7280;
}

.mark {
    background: #fff3a3;
    border-radius: 3px;
    padding: 0 2px;
}

.empty {
    padding: 10px 12px;
    color: #6b7280;
}

/* chips */
.selected-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d1d5db;
    background: #f8fafc;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 13px;
}

.chip .zip {
    color: #6b7280;
}

.chip .remove {
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0 2px;
    color: #6b7280;
}

.chip .remove:hover {
    color: #ef4444;
}

.uploader {
    max-width: 520px;
    margin: auto auto 20px;
}

/* Dropzone */
.dropzone {
    border: 2px dashed #d1d5db; /* light gray */
    border-radius: 14px;
    background: #f9fafb; /* very light gray */
    padding: 28px 18px;
    text-align: center;
    transition: border-color .2s, background-color .2s, box-shadow .2s;
    cursor: pointer;
    position: relative;
    outline: none;
}

.dropzone:focus {
    box-shadow: 0 0 0 4px rgba(59,130,246,.25); /* blue focus ring */
    border-color: #3b82f6; /* blue */
}

.dropzone.dragover {
    background: #f0f7ff; /* light blue */
    border-color: #3b82f6;
}

.dz-icon {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 8px;
    user-select: none;
}

.dz-title {
    font-weight: 600;
    margin: 0 0 2px;
}

.dz-sub {
    color: #6b7280;
    margin: 0;
}

.dz-link {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
}

    .dz-link:hover {
        text-decoration: underline;
    }

/* File list */
.filelist {
    margin-top: 14px;
    display: grid;
    gap: 10px;
}

.file {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #ffffff;
}

.thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 44px;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meta {
    flex: 1 1 auto;
    min-width: 0;
}

.name {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub {
    color: #6b7280;
    font-size: 12px;
}

.remove {
    appearance: none;
    border: 0;
    background: transparent;
    color: #ef4444;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 6px;
}

.remove:hover {
    background: #fee2e2;
}


/* Actions (optional) */
.actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
}

.hint {
    color: #6b7280;
    font-size: 12px;
    margin-top: 6px;
}

.btn-grey-icon.slider-icon {
    background-image: url(../images/slider-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-grey-icon.grid-icon {
    background-image: url(../images/grid-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-grey-icon.filter-icon {
    background-image: url(../images/filter-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-grey-icon.slider-icon:hover, .btn-grey-icon.slider-icon.active {
    background-image: url(../images/slider-icon-active.svg);
}
.btn-grey-icon.grid-icon:hover, .btn-grey-icon.grid-icon.active {
    background-image: url(../images/grid-icon-active.svg);
}
.btn-grey-icon.filter-icon:hover, .btn-grey-icon.filter-icon.active {
    background-image: url(../images/filter-icon-active.svg);
}

@media (max-width:991px) {
    .form-horizontal.edit-page .control-label {
        margin-bottom:5px;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .business-hours div {
        flex-wrap: wrap;
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    .stylists.col-lg-4 {
        width:50%!important;
    }
}

@media (max-width:768px) {
    #slider-wrapper #prevBtn {
        left: 10px;
    }

    #slider-wrapper #nextBtn {
        right: 10px;
    }
}

@media (max-width:575px) {
    #image-slider ul {
        min-height: 300px;
    }
    #slider-wrapper .arrow {
        background: transparent;
        color: #000000;
        width: 25px;
        height: 25px;
    }
    #slider-wrapper #prevBtn {
        left: -15px;
    }

    #slider-wrapper #nextBtn {
        right: -15px;
    }
}