/* .layout-menu{
    background-color: #ffffff;
    border-right: 1px solid #F1F1F4;
}
.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle){
    background-color: #F7F8FB !important;
}
.bg-menu-theme .menu-item.active:not(.open)>.menu-link:not(.menu-toggle), .bg-menu-theme .menu-item.active:not(.open)>.menu-link:not(.menu-toggle)::before{
    color: #1B84FF !important;
}
body{
    background-color: #fcfcfc;
} */
.light-style .loader{
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    /* background-color: #131920; */
    position: fixed;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}
.dark-style .loader{
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-color: rgb(7 18 47); */
    background-color: #131920;
    position: fixed;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}


.fs-10{
    font-size: 10px !important;
}
.menu-vertical .menu-item .menu-link{
    font-size: 14px;
}
.menu-icon{
    font-size: 20px;
}
/* .bg-menu-theme {
    background-color: #071230 !important;
    color: #d7d8ee;
} */
.bg-menu-theme {
    background-color: #131920 !important;
    color: #d7d8ee;
    border-right: 1px solid #303030;
}

.custom-option-active.checked {
    border: 2px solid #26c6f9 !important
}
.custom-option-active.checked .form-check-input:checked {
    background-color: #26c6f9;
    border-color: #26c6f9;
}
.custom-option-allow-all.checked {
    border: 2px solid #72e128 !important
}
.custom-option-allow-all.checked .form-check-input:checked {
    background-color: #72e128;
    border-color: #72e128;
}
.custom-option-block-all.checked {
    border: 2px solid #ff4d49 !important
}
.custom-option-block-all.checked .form-check-input:checked {
    background-color: #ff4d49;
    border-color: #ff4d49;
}
.custom-option-under-review.checked {
    border: 2px solid #fdb528 !important
}
.custom-option-under-review.checked .form-check-input:checked {
    background-color: #fdb528;
    border-color: #fdb528;
}
.form-select-sm.bootstrap-select .btn {
    padding: calc(.629rem - 1px) calc(1rem - 1px) !important;
    font-size: 0.8125rem !important;
    line-height: 1.375 !important;
    min-height: calc(1.375em + 1.258rem + calc(1px* 2)) !important;
    border-radius: .375rem !important;
}
.form-select-sm.bootstrap-select .dropdown-menu .bs-searchbox .form-control {
    min-height: calc(1.375em + 1.258rem + calc(1px* 2));
    padding: calc(.629rem - 1px) calc(1rem - 1px);
    font-size: 0.8125rem;
    border-radius: .375rem;
}

.bootstrap-select {
    width: 100% !important;
}
.light-style .bs-stepper.wizard-modern .bs-stepper-content{
    background-color: unset !important;
    box-shadow: unset !important;
}


.light-style .bs-stepper.wizard-modern .bs-stepper-content .content {
    background-color: #fff !important;
    box-shadow: 0 .25rem .875rem 0 rgba(38, 43, 67, .16) !important;
}
.bs-stepper .bs-stepper-content .content {
    padding: 1.25rem 1.25rem;
    border-radius: .5rem;
}


.select2-results__option[aria-selected=true] { 
    display: none;
}
.select2-results__option--selected { 
    display: none;
}
.custom-dropdown-menu {
    max-height: 200px !important;
    overflow: auto !important;
    z-index: 10;
}

.ps {
    position: relative;
    overflow: hidden;
}

.ps__rail-x,
.ps__rail-y {
    opacity: 1 !important;
    transition: opacity 0s !important; /* Disable transitions */
}

.ps__scrollbar-x,
.ps__scrollbar-y {
    opacity: 1 !important;
    transition: opacity 0s !important; /* Disable transitions */
}
table th, td{
    padding: 5px 10px !important;
}
table *{
    font-size: 13px !important;
    text-transform: unset !important;
}
.page-link, .page-link>a{
    border-radius: 0.625rem !important;
}
pre {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 50px; 
    border-radius: 0.625rem !important;
}
.copy-btn {
    position: absolute;
    top: 15px;
    right: 35px;
    padding: 10px 10px;
    z-index: 99;
    background-color: #444;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.copy-btn1 {
    position: absolute;
    top: -35px;
    right: 0;
    padding: 10px 10px;
    z-index: 99;
    background-color: #444;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
*::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    transition: .3s background;
}
::-webkit-scrollbar-thumb {
    background: #9da0a5;
    border-radius: 6px;
}
.input-group:focus-within .input-group-text-sm{
    border-width: 1px;
}
.text-success{
    color: #00c736 !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '/' !important;
}
.btn-label-success {
    color: #00c736 !important;
    border-color: #eafff0 !important;
    background: #eafff0 !important;
}
.input-group:focus-within .form-control-sm, .input-group:focus-within .form-select{
    padding-top: unset !important;
    padding-bottom: unset !important;
}
.was-validated .form-control-sm:invalid, .form-control-sm.is-invalid{
    /* padding-top: unset !important; */
    /* padding-bottom: unset !important; */
    
}
/* .dark-style body{
    background-color: #111c39;
} */

/* .dark-style body .layout-navbar.navbar-detached{
    background: #111c39 !important;
} */
/* .dark-style body .card{
    background: #07122f !important;
} */


.dark-style body{
    background-color: #131920;
}
.dark-style body .layout-navbar.navbar-detached{
    background: #131920 !important;
}
.dark-style body .card{
    background: #1b232d !important;
}



/* .dark-style .authentication-wrapper .authentication-bg {
    background-color: #111c39 !important;
} */
.dark-style .authentication-wrapper .authentication-bg {
    background-color: #131920 !important;
}

/* .dark-style .bs-stepper {
    background: #07122f !important;
} */
.dark-style .bs-stepper {
    background: #1b232d  !important;
}

.dark-style #dot {
    width: 13px;
    height: 13px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    opacity: 1;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
.light-style #dot {
    width: 13px;
    height: 13px;
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    opacity: 1;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
.was-validated .form-control:invalid, .form-control.is-invalid{
    border-width: 1px;
}
form select.selectpicker.is-invalid~.btn {
    border-width: 1px;
}
.light-style .swal2-container {
    backdrop-filter: blur(2px);
}
.dark-style .swal2-container {
    backdrop-filter: blur(2px);
}

.is-invalid-bs-select{
    border-color: var(--bs-form-invalid-color) !important;
}
.hideNumberArrow::-webkit-outer-spin-button,
.hideNumberArrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hideNumberArrow {
  -moz-appearance: textfield;
}
.bs-stepper .step.active.invalid_step .bs-stepper-circle {
    border: 5px solid #ff4d49;
    color: #ff4d49;
}
.alert-success {
    background-color: #e8fadd;
    border-color: #e8fadd;
    color: #52bd09;
}
.modal {
    backdrop-filter: blur(2px);
}
.modal-backdrop {
    background-color: #0a0a0a;
}
.light-style .swal2-icon.swal2-warning {
    border-color: rgba(253, 181, 40, .8);
    color: #fdb528;
}
.modal.zoomIn .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.modal.zoomIn.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.btn-sm-text{
    font-size: 13px !important;
}
.btn-success {

    background-color: #00c736;
    border-color: #00c736;
}
.was-validated .input-group:has(.input-group-text):has(.form-control:invalid) .input-group-text, .was-validated .input-group:has(.input-group-text):has(.form-control:valid) .input-group-text, .input-group:has(.input-group-text):has(.form-control.is-valid) .input-group-text, .input-group:has(.input-group-text):has(.form-control.is-invalid) .input-group-text{
    border-width: 1px;
}
.layout-menu-collapsed .main-logo{
    display: none;
}

.layout-compact .main-logo-icon{
    display: none;
}


.layout-menu-collapsed .main-logo-icon{
    display: inline;
}


.layout-menu-hover .main-logo{
    display: inline;
}
.layout-menu-hover .main-logo-icon{
    display: none;
}
.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #666cff !important;
    border-width: 1px !important;

}


.was-validated .form-control:valid:focus, .form-control.is-valid:focus{
    border-color: #666cff !important;
    border-width: 1px !important;

}
div.dataTables_processing>div:last-child{
    margin: auto !important;
}
div.dataTables_processing{
    padding: 0.5rem !important;
    font-size: 16px;
}
div.custom-processing-message{
   margin-bottom: 15px;
}

.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle){
    background-color: #443ee5 !important;
}

.dark-style .popover {
    /* border: 1px solid #ffffff42 !important; */
    background-color: #131920 !important;
}
/* .light-style .popover {
} */

.dark-style .popover .bs-popover-top>.popover-arrow::after, .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    border-top-color: #131920;
}
.light-style .popover .bs-popover-top>.popover-arrow::after, .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    border-top-color: #fff;
}
.bg-label-success {
    background-color: #019d2117 !important;
    color: #00c736 !important;
}



.input-group:focus-within .form-control, .input-group:focus-within .form-select{
    border-width: 1px !important;
}
.input-group .input-group-text-sm{
    padding: 0 15px !important;
}
.input-group .input-group-text-sm i{
    font-size: 16px;
}
.was-validated .form-control:invalid, .form-control.is-invalid{
    /* padding: 0 !important; */
}
.input-group:has(button) .form-control{
    padding: 0 !important;
}

.bootstrap-select .dropdown-menu{
    z-index: 999999999;
}
#inputText{
    padding: calc(.629rem - 1px) calc(1rem - 1px) !important;
}
.error_message{
    width: 100%;
    margin-top: .25rem;
    font-size: 0.8125rem;
    color: var(--bs-form-invalid-color);
    position: absolute;
}
.error_message2{
    width: 100%;
    margin-top: .25rem;
    font-size: 0.8125rem;
    color: var(--bs-form-invalid-color);
    /* position: absolute; */
}
.light-style [data-condition-box]{
    background-color: #ffffff;
}
.dark-style [data-condition-box]{
    background-color: #1b232d;
}


.light-style .pricing {
    position: relative;
    border-radius: .875rem;
    box-shadow: 0px 4px 12px 0px rgba(63, 62, 237, .1);
}
.light-style .pricing-body {
    background-color: #fff;
    border-radius: .8125rem;
    position: relative;
}
.light-style .pricing-body ul {
    list-style: none;
    color: rgb(48 48 48);
}
.light-style .premium_plan_div{
    border: 2px solid #463ee1;
}
.light-style .premium_plan_badge{
    position: absolute;
    top: 15px;
    right: 15px;
}

.dark-style .pricing {
    position: relative;
    border-radius: .875rem;
    box-shadow: 0px 4px 12px 0px rgba(63, 62, 237, .1);
}
.dark-style .pricing-body {
    background-color: #1b232d;
    border-radius: .8125rem;
    position: relative;
}
.dark-style .pricing-body ul {
    list-style: none;
    color: rgb(203 204 224)
}
.dark-style .premium_plan_div{
    border: 2px solid #463ee1;
}
.dark-style .premium_plan_badge{
    position: absolute;
    top: 15px;
    right: 15px;
}
.dark-style .price-color{
    color: white
}
.light-style .price-color{
    color: black
}




input[type="url"],input[type="text"],input[type="number"]{
    border-width: 1px !important;
}
select{
    border-width: 1px !important;
}
textarea{
    border-width: 1px !important;
}
.filter-option-inner-inner .selected_1541{
    display: none;
}
.copy-text {
    position: relative;
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer;
}
::selection{

    background-color: #e7e7ff;
    color: #443ee5;
}
.text-overflow-01{
    display: inline-block;      /* Allow the element to shrink and prevent text from wrapping */
    width: 200px;               /* Set a maximum width */
    white-space: nowrap;        /* Prevent the text from wrapping to the next line */
    overflow: hidden;           /* Hide text that overflows the container */
    text-overflow: ellipsis;    /* Display an ellipsis (...) for overflowing text */
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid+.dropdown-toggle{
        border-color: #ff4d49 !important;
}
.btn{
        text-transform: unset !important;
}

.dark-style .bg-label-primary{
    background-color: #463ee130 !important;
    color: #463ee1 !important;
}
.dark-style .bs-stepper.wizard-modern .bs-stepper-content .content {
    background-color: #1b232d !important;
    box-shadow: 0 .25rem .875rem 0 rgba(38, 43, 67, .16) !important;
}
