#status {
    width: 100% !important;
    display: block !important;
    margin: 0px !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.error {
    color: #ed4343;
    font-size: 13px;
}

.iti .error {
    position: absolute;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-color: #dfdfdf !important;
    height: 40px;
    color: #0f0f12;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 10px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #4A1B99 !important;
}

.custom-img {
    max-width: 200px;
}

.__remove_btn{
    border-radius: 3px 0 0 3px;

}
.__add_btn{
    border-radius: 3px 0 0 3px;


}

#loader {
    background-color: rgba(255,255,255,0.3);
    padding: 0;
    margin: 0;
    height: 100%;
    position: fixed;
    z-index: 99999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader .lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

#loader .lds-ripple div {
    position: absolute;
    border: 4px solid var(--primary);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#loader .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.brand-title{
    color: #595959;
    font-size: 16px;
    margin: 20px;
    margin:20px;
    text-transform: capitalize;
}

.c-balance-outer{
    /* float: right; */
    color:black;
    font-size:10px;

}
.c-balance{
    font-weight: normal;
    font-size:10px;

}
.reception-craete label{
    font-size: 12px;
    
}

.btn-min {
    padding: 7px 10px !important;
}

.__main_parent .btn-min{
    margin-top:28px;
}

.form-row {
    padding: 5px;
  }

#inventoryTable tr{
    line-height: 0 !important;
}

.input-group .error {
    position: absolute !important;
    top: 40px !important;

}

.select2-selection__rendered {
    margin-right: 10px;
}

.cke_notification_warning{
    display: none;
}

#span-dial-code{
    width: 30px;
  border: none;
  background-color: #d7dae3;
}
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
    /* margin-top: 14px; */
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d0d0d0;
    box-shadow: -2px 2px 4px rgba(0,0,0,0.3) inset !important; 
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4bb361;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3) inset !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4bb361;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3) inset !important; 
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-top: 100px !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
}
#dropArea {
    width: 100%;
    padding: 18px;
    border: 2px dashed #ccc;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top:10px;
    border-radius: 20px;
}
#imagePreview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.previewImage {
    position: relative;
    display: inline-block;
}
.previewImage img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
}
#dropArea2 {
    width: 100%;
    padding: 18px;
    border: 2px dashed #ccc;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top:5px;
    border-radius: 20px;
}
#imagePreview2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.previewImage2 {
    position: relative;
    display: inline-block;
}
.previewImage2 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.remove-btn2 {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
}
.delete-imag-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: none !important;
}
#map {
    height: 500px !important;
    width: 800px !important;
    display: block !important;
}