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

.auth-one-bg {
    background-image: url(../../../../../image/application/modules/authorization/customer/login/background.png);

}

.auth-one-bg .bg-overlay{
    opacity: 0.6;
    background: cadetblue;
}

.auth-bg-cover {
    background: linear-gradient(-45deg, #405189 50%, #0ab39c) !important;
}


.auth-bg-cover.customer > .bg-overlay {
   background-image: url(../../../../../image/application/modules/authorization/customer/login/carousel/index.png);
   background-repeat: none;
   background-size: cover;
}

.auth-bg-cover.employee > .bg-overlay {
   background-image: url(../../../../../image/application/modules/authorization/employee/login/carousel/index.png);
   background-repeat: none;
   background-size: cover;
}


#wazora-animation {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #333;
    background-size: cover;
    background-position: center center;
}

#wazora-animation #canvas-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

#wazora-animation .bg-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}


.dropdown-toggle.style-1::after{
    content:''
}

.drop-zone {
    height: 160px;
    border: 2px dashed #ced4da;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    transition: 0.3s;
}

.drop-zone.dragover {
    border-color: #0d6efd;
    background-color: rgba(13,110,253,0.05);
}

.drop-zone__input {
    display: none;
}

.drop-zone__text {
    font-size: 14px;
    color: #6c757d;
}

.select2-container .select2-selection--single {
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    height: calc(1.5em + 1rem + calc(var(--vz-border-width) * 2)) !important;
    background-color: var(--vz-input-bg-custom);
    outline: 0
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px
}

.select2-dropdown {
    background-color: white !important;
    border: 1px solid #ced4da !important;    
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

/* Bootstrap 5 + Select2 validation fix */
select.is-invalid + .select2-container .select2-selection {
    border-color: #dc3545 !important;
}
/* Base multiple selection */
.select2-container .select2-selection--multiple {
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    height: calc(1.5em + 1rem + calc(var(--vz-border-width) * 2)) !important;
    background-color: var(--vz-input-bg-custom);
    outline: 0;
    padding: 0.175rem 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Default theme override */
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    cursor: text;
}

/* Selected item (tag) */
.select2-container--default 
.select2-selection--multiple 
.select2-selection__choice {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    margin: 0.125rem 0.25rem 0.125rem 0;
    color: #212529;
    font-size: 0.875rem;
}

/* Remove (x) button */
.select2-container--default 
.select2-selection--multiple 
.select2-selection__choice__remove {
    color: #6c757d;
    margin-right: 0.25rem;
    cursor: pointer;
}

.select2-container--default 
.select2-selection--multiple 
.select2-selection__choice__remove:hover {
    color: #dc3545;
}

/* Search input inside multiple */
.select2-container--default 
.select2-selection--multiple 
.select2-search__field {
    margin-top: 0;
    height: auto;
    padding: 0.25rem;
    font-size: 0.875rem;
}

/* Dropdown (same as single) */
.select2-dropdown {
    background-color: white !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

/* Focus state */
.select2-container--default.select2-container--focus 
.select2-selection--multiple {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}


.modal-header{
    border-bottom:1px solid white !important;
}

.modal-footer{
    border-top:1px solid white !important;
}

.select2-container{
    /* z-index:1100; */
}

.select2-container--default .select2-dropdown {
    z-index: 1060; /* higher than modal */
}

a{cursor:pointer !important}


.star_rate span.ctrl {
  position: absolute;
  /* background:red; */
  margin-top:20px;
  height:100%;
  z-index: 2;
}

.star_rate .cont i {font-size:40px;}
.star_rate {
  color: orange;
  cursor: pointer;
}
.star_rate.saved {
  color: gold;
}
.star_rate:hover {
  color: orange;
}
.star_rate.saved:hover {
  color: orange;
}

.mouse_cursor{cursor:pointer !important;}

.profile-nav{margin-top:-30px;}