:root {
	--dark-color: #0F172A;
	--white: #FFFFFF;
	--light-color: #64748B;
	--gray-light:#D1D5DB;
	--gray-light-50:#F5F5F5;
	--theme-color: #161716;
	--light-border:rgba(22, 23, 22, 0.08);
	--gray-color:#8C908C;
	--gray-light-2: #DFDFDF;
	--bg-head: linear-gradient(180deg,#fbfbfc 0%,#f5f6f8 100%);
	--head-text: #9aa1b0;
	--bg-page: #f4f5f7;
  	--border: #edeef1;
	--row-hover: #f4f5f7;
}

.ui-dialog-content label.error {
    list-style: none;
    margin-bottom: 10px;
    padding: 10px 12px;
    background: #fff5f5;
    border-left: 4px solid #dc3545;
    border-radius: 6px;
    color: #dc3545;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
    display: block;
    color: red;
    font-weight: normal;
}

.ui-dialog-content label.error:before {
    content: "⚠";
    margin-right: 10px;
    font-size: 16px;
}
.swal2-modal {
    padding: 0px !important;
}

.swal-header input {
    width: 100%;
}

.swal-tagline {
    font-size: 12px;
}

.swal2-container .swal2-modal .swal2-content,
.swal2-container .swal2-html-container {
    padding: 24px 30px;
    overflow: hidden;
}

.swal2-container .swal2-html-container textarea,
#memberStaffAlertModal #member_staff_alert_input {
    overflow: auto;
    resize: vertical;
    min-height: 119px;
    pointer-events: auto;
}

.swal2-modal .swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    user-select: none;
}

.swal2-modal .swal2-styled.cancel {
    color: #252525;
    border: 1px solid #e0e0e0
}

/*swal popup*/
.swal2-modal .swal2-buttonswrapper,
.swal2-modal .swal2-actions {
    margin-top: 0 !important;
    padding-top: 10px
}

.swal-feedback,
.swal-success,
.swal-delete,
.swal-cancelled,
.swal-custom {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
}

.swal-feedback .swal2-content,
.swal-success .swal2-content,
.swal-cancelled .swal2-content {
    border-top: 1px solid #e0e0e0
}

.swal-feedback .swal2-content,
.swal-feedback .swal2-buttonswrapper,
.swal-success .swal2-content,
.swal-success .swal2-buttonswrapper,
.swal2-modal .swal2-actions {
    background: #ececec
}

.swal-feedback #swal2-title,
.swal-success #swal2-title,
.swal-custom #swal2-title {
    background: transparent;
    color: rgb(21, 153, 87)
}

.swal-feedback .swal2-buttonswrapper,
,
.swal2-modal .swal2-actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 0 !important
}

.swal-feedback .swal2-buttonswrapper .swal2-styled,
.swal-success .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-actions .swal2-styled {
    min-width: 60px;
    width: 175px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    margin-right: 6px
}

.swal2-modal .swal2-actions .swal2-styled.swal2-cancel {
    color: var(--swal2-color);
    background: var(--white)
}

.swal-feedback #swal2-title,
.swal-success #swal2-title {
    padding-bottom: 50px;
    font-size: 22px;
}

.swal-feedback .swal2-icon.swal2-warning,
.swal-success .swal2-icon.swal2-success,
.swal-success .swal2-icon.swal2-warning,
.swal-cancelled .swal2-icon.swal2-warning {
    height: 32px;
    width: 32px;
    font-size: 26px;
    margin-bottom: 0;
    border: 0
}

.swal-cancelled .swal2-confirm {
    background-color: var(--theme-color) !important;
}

.swal2-container .swal-feedback .swal2-content,
.swal-success .swal2-content,
.swal-cancelled .swal2-content {
    padding: 24px 30px;
    font-size: 16px;
    border-top: 1px solid #e0e0e0;
    line-height: 1.4;
    background: #ececec;
}

.swal-cancelled .swal2-icon.swal2-warning .swal2-icon-content {
    display: none
}

.swal-custom #swal2-title {
    background: #ececec;
}

.swal-cancelled .swal2-buttonswrapper,
.swal2-modal .swal2-actions {
    background: #e8e8e8;
    border-radius: 0 0 12px 12px;
    width: 100%;
}

.swal2-modal .swal2-actions {
    padding-bottom: 30px;
}

.swal-feedback {
    width: 100% !important;
    max-width: 600px !important;
}

.swal-success {
    width: 100% !important;
    max-width: 500px !important;
}

.swal-feedback .swal2-icon.swal2-warning,
.swal-success .swal2-icon.swal2-success {
    font-size: 0;
    border: 0
}

.swal-feedback .swal2-icon.swal2-warning:before,
.swal-success .swal2-icon.swal2-success:before {
    color: rgb(21, 153, 87);
    content: '\f118';
    font-size: 32px;
    font-family: FontAwesome
}

.swal-success .swal2-icon.swal2-warning .swal2-icon-content {
    display: none
}

.swal-success .swal2-icon.swal2-warning:before {
    color: rgb(255, 180, 4);
    content: "\f071";
    font-size: 32px;
    font-family: FontAwesome;
    line-height: 35px;
}

.swal-success .swal2-icon.swal2-success {
    display: block !important;
    margin-bottom: 0;
    margin-top: 40px;
}

.swal-success .swal2-icon.swal2-success div,
.swal-success .swal2-icon.swal2-success span {
    display: none;
}

/*Delete swal popup*/
.swal-delete {
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.swal-delete .swal2-content {
    border-top: 1px solid #e0e0e0
}

.swal-delete .swal2-content,
.swal-delete .swal2-html-container,
.swal-cancelled .swal2-html-container,
.swal-delete .swal2-buttonswrapper,
.swal2-container .swal-success .swal2-html-container,
.swal2-container .swal-feedback .swal2-html-container {
    background: #e8e8e8
}

.swal-delete #swal2-title,
.swal-cancelled #swal2-title {
    background: transparent;
    color: #E25950
}

.swal-delete .swal2-buttonswrapper,
.swal-default .swal2-buttonswrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 0 !important
}

.swal-delete .swal2-buttonswrapper .swal2-styled {
    width: 175px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.swal-delete #swal2-title,
.swal-cancelled #swal2-title {
    padding-bottom: 50px;
    font-size: 22px;
    display: block !important;
}

.swal-delete .swal2-icon.swal2-warning {
    height: 32px;
    width: 32px;
    font-size: 26px;
}

.swal2-container .swal-delete .swal2-content,
.swal2-container .swal-delete .swal2-html-container,
.swal2-container .swal-cancelled .swal2-content,
.swal2-container .swal-cancelled .swal2-html-container,
.swal2-container .swal-success .swal2-html-container,
.swal2-container .swal-feedback .swal2-html-container {
    padding: 24px 30px;
    font-size: 19px;
    border-top: 1px solid #e0e0e0;
    line-height: 1.4;
}

.swal-cancelled {
    width: 100% !important;
    max-width: 580px !important;
}

.swal-delete {
    width: 100% !important;
    max-width: 600px !important;
}

.swal-delete .swal2-icon.swal2-warning {
    font-size: 0;
    border: 0;
    line-height: 1;
    padding-top: 5px;
    margin-bottom: 30px;
}

.swal-delete .swal2-icon.swal2-warning:before {
    color: #E25950;
    content: '';
    font-size: 32px;
    font-family: FontAwesome;
    background: url(../images/trash-alt.svg) no-repeat;
    background-size: cover;
    width: 28px;
    height: 32px;
    display: block;
    margin-top: 15px;
}

.swal-payment .swal2-icon.swal2-warning:before {
    content: '';
    background: url(../images/payment.svg) no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
    display: block;
    margin-top: 15px;
}

.swal-order-cancel .swal2-icon.swal2-warning {
    height: 42px;
    width: 42px;
}

.swal-order-cancel .swal2-icon.swal2-warning:before {
    color: #E25950;
    content: '';
    font-size: 32px;
    font-family: FontAwesome;
    background: url(../images/order-cancel.svg) no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    display: block;
    margin-top: 0px;
}

.swal-cancelled .swal2-icon.swal2-warning::before {
    color: #E25950;
    content: '';
    font-size: 32px;
    font-family: FontAwesome;
    background: url(../images/cancelled.svg) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block;
    margin-top: 0px;
}

.swal-cancelled.swal-copy .swal2-icon.swal2-warning {
    font-size: 0;
    border: 0;
    line-height: 0;
    height: 45px;
}

.swal-cancelled.swal-copy .swal2-icon.swal2-warning::before {
    color: #E25950;
    content: '';
    font-size: 32px;
    background: url(../images/copy.svg) no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
    display: block;
    margin-top: 15px;
}

.swal-cancelled .swal2-icon.swal2-error {
    border-color: #f27474;
    transform: scale(-.65);
    margin-bottom: -10px;
}

.swal-cancelled .swal2-icon .swal2-x-mark {
    display: block
}

.swal-wait.swal-success .swal2-icon.swal2-success {
    height: 80px;
    width: 80px;
}

.swal-wait.swal-success .swal2-icon.swal2-success:before {
    color: rgb(21, 153, 87);
    content: '';
    font-size: 32px;
    font-family: FontAwesome;
    background: url(../images/salonist_loader.gif) center center no-repeat;
    width: 80px;
    height: 80px;
    display: block;
    background-size: contain;
}

.swal-not-found .swal2-icon.swal2-warning::before {
    color: #E25950;
    content: '';
    font-size: 32px;
    font-family: FontAwesome;
    background: url(../images/nodata.svg) no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    display: block;
    margin-top: 15px;
}

.swal2-buttonswrapper .swal2-styled:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.swal2-container.swal2-shown,
.swal2-container.swal2-backdrop-show {
    /*background-color:#e6e6e6 !important;*/
    background: transparent !important;
    z-index: 11060 !important;
}

.swal2-modal.swal2-show.swal-default,
.swal2-modal.swal2-show {
    border-radius: 12px;
    background: rgb(255, 255, 255) !important;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.13);
}

.swal2-container .swal2-modal.swal-default #swal2-title,
.swal2-container .swal2-modal #swal2-title {
    font-size: 20px;
    color: #222;
    border-bottom: 0px solid #ddd;
    padding-bottom: 15px;
    padding: 20px;
    background: transparent;
    text-align: center;
}

.swal2-container .swal2-modal.swal-default .swal2-icon {
    margin-top: 40px;
}

.swal2-modal.swal-default .swal2-content {
    padding-top: 20px !important;
}

.swal2-modal.swal-default .swal2-buttonswrapper {
    margin-top: 15px;
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
    padding-bottom: 30px;
    padding-top: 22px;
    border-top: 1px solid #ddd;
}

.swal2-modal.swal-default .swal2-buttonswrapper button {
    margin-top: 0 !important
}

.swal2-modal.swal-default .swal2-buttonswrapper button.swal2-confirm {
    border-radius: 6px;
    /*width: 40%;*/
    /*padding: 14px 32px;*/
    text-transform: uppercase;
    font-weight: 500;
    width: 175px;
}

.swal2-modal.swal-default .swal2-buttonswrapper button.swal2-confirm:hover,
.swal2-modal.swal-default .swal2-buttonswrapper button.swal2-confirm:focus {
    opacity: 0.9;
}

.swal2-modal.swal-default .swal2-buttonswrapper button.swal2-cancel {
    color: #ff0000 !important;
    background: transparent !important;
    border: 1px solid #cec7c7;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 200px;
    color: #4a4a4a !important;
    width: 175px;
}

.swal2-modal.swal-default .swal2-buttonswrapper button.swal2-cancel:hover,
.swal2-modal.swal-default .swal2-buttonswrapper button.swal2-cancel:focus {
    background: #e6e6e6 !important;
    color: #000 !important;
    border-color: #bbb !important;
}

.swal-wait .swal2-buttonswrapper.swal2-loading {
    display: none !important;
}

.swal-note #swal2-title {
    padding-bottom: 20px
}

.swal-note #swal2-title::before {
    content: '';
    background: url(../images/note.png) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background-size: contain;
    vertical-align: middle;

}

.swal2-modal.swal-load {
    background: #fff !important;
}

.swal2-modal.swal-load .swal2-confirm.swal2-styled {
    display: none;
}

.swal2-modal.swal-load #swal2-title {
    background: transparent;
    font-weight: bold;
    font-size: 26px
}

.swal2-modal.swal-load .swal2-loading {
    display: none !important;
}

.no-icon-load .swal2-icon.swal2-success {
    display: none !important;
}

.loader,
.swal2-modal.swal-load.swal2-show.swal2-loading,
.swal2-modal.swal-load.swal2-show {
    height: 0 !important;
    width: 0 !important;
    padding: 25px !important;
    border: 4px solid #d9dbde !important;
    border-right-color: #27303d !important;
    border-radius: 100px !important;
    -webkit-animation: rotate 0.6s infinite linear;
    background: transparent !important;
    position: absolute;
    left: 50%;
    overflow: hidden;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loader .swal2-html-container,
.swal2-modal.swal-load.swal2-show.swal2-loading .swal2-html-container {
    font-size: 0 !important;
}

.swal-load .swal2-image,
.swal-load #swal2-title,
.swal-load #swal2-content,
.swal2-modal.swal-load.swal2-show .swal2-actions {
    display: none !important;
}

.swal2-container.swal2-shown.swal-rebook-container {
    top: auto;
    height: 62px;
}

.swal-rebook {
    box-shadow: none !important;
    max-width: 100% !important;
    background: #5c62ff !important;
    border-radius: 0 !important;
    position: absolute !important;
    bottom: 0;
    z-index: 2;
}

.swal-rebook #swal2-title {
    color: #fff !important;
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
}

.swal-rebook .swal2-icon {
    display: none !important;
}

.swal-rebook .swal2-buttonswrapper {
    background: transparent;
    padding: 0 !important;
}

.swal-rebook button.swal2-confirm {
    background: transparent !important;
    position: absolute;
    left: 15px;
    padding: 10px;
    top: 5px;
    margin: 0;
    line-height: 1;
    font-size: 26px;
}

.swal-note.swal2-modal {
    padding: 25px 10px !important;
    border-radius: 25px;
    background: rgb(255, 255, 255) !important;
}

.swal-note.swal2-modal #swal2-title {
    font-size: 22px;
    font-weight: 600;
    background: transparent;
    text-align: left;
    padding: 24px 30px;
}

.swal-note.swal2-modal #swal2-content,
.swal-note.swal2-modal .swal2-html-container {
    background: #fff;
    border: 0;
    padding: 0px 30px;
}

.swal-note.swal2-modal .swal2-buttonswrapper,
.swal-note.swal2-modal .swal2-actions {
    padding: 24px 30px;
    text-align: left;
    padding-top: 0px;
    background: transparent;
    width: 100%;
    justify-content: start;
    gap: 10px;
}

.swal2-html-container ul {
    margin: 0
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    width: 47px;
    height: 5px;
    top: 37px;
}

.swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-left {
    left: 17px;
}

.swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-right {
    right: 16px;
}

/*calendar*/
.ui-datepicker td {
	background: #fff !important;
	border: none;
	padding: 0; 
}
.ui-datepicker td .ui-state-default {
	color: #111;
	font-size: 13px;
	display: flex;
	padding: 0;
	width: 30px;
	height: 30px;
	border: 0;
	text-align: center;
	margin: 0;
	background: transparent;
	font-weight: 500;
	justify-content: center;
	align-items: center;
}
.ui-datepicker.ui-widget {
	border: none;
	border-radius: 16px;
	z-index: 9999999 !important;
	padding: 10px;
	border: 1px solid var(--light-border);
	padding-top: 5px;
}
.ui-datepicker .ui-datepicker-header {
	border: none;
	/*background: transparent !important;*/
	font-weight: normal;
	font-size: 15px;
	padding:2px 4px	;
	background: transparent !important;
}
.ui-datepicker-calendar th{text-align:center}

.ui-datepicker.ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #161716;
	text-align:center;
	line-height: 1.8em;
	font-size: 15px;
	font-weight: 700;
}
.ui-datepicker select {
	background: var(--gray-light-50) url(../images/down-arrow.png) 94% center no-repeat !important;
	background-size: 14px !important;
	padding: 0px 25px 0px 5px;
    color: #161716;
    margin: 0 5px;
    border: 1px solid var(--light-border);
    padding-right: 22px !important;
    border-radius: 7px !important;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 1.95em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover{
	opacity: 0.9;
}
.ui-datepicker .ui-icon{display:block; text-indent:-25000em;overflow: hidden;}
.ui-datepicker .ui-datepicker-next {right: 2px;}
.ui-datepicker .ui-datepicker-prev {left: 2px;}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {top: .6em;border:none;background:var(--gray-light-50);border:1px solid var(--light-border);border-radius:7px}
.ui-datepicker .ui-datepicker-prev-hover {left: 2px;}
.ui-datepicker .ui-datepicker-next-hover {right: 2px;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
} 
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background-image: url(../../images/ui-icons_777777_256x240.png);
	background-position: -32px 0;
	margin-top: 0;
	top: 5px;
	font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span {background-position: -96px 0;}
.ui-datepicker table {margin: 0;}
.ui-datepicker th {
	color: rgba(22, 23, 22, 0.44);
	font-size: 13px;
	font-weight: normal;
	border: none;
	border-top: 0px solid #3a414d;
	height: auto;
	background: transparent !important;
  	border: 0 !important;
}
.ui-datepicker .ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: 0 !important
}

.ui-datepicker .ui-state-disabled  {opacity: 1 !important;}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {background: #2e3641 !important;color:#fff !important;border-radius:9px}