.cke_dialog_container :is(select) {
    display: unset !important;
}

.cke_dialog_container :is([type=radio],[type=checkbox]) {
    position: unset !important;
    pointer-events: unset !important;
    opacity: 1 !important;
}

#breadcrumbs-wrapper .breadcrumbs .active {
    font-weight: 400;
    color: #fff;
}

#breadcrumbs-wrapper .breadcrumbs > li {
    display: inline-block;
    background: #000;
    border-radius: 5px;
    padding: 5px;
}


.card_img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px;
    margin-bottom: 6px;
    cursor: pointer;
}

    .card_img.active {
        border: 1px solid #0cb097;
    }

    .card_img:hover {
        background-color: #c8cbcf;
    }


/*custom css OTP*/
.otp-input-fields {
    margin: auto;
    width: auto;
    display: flex;
    justify-content: space-evenly !important;
    gap: 10px;
    padding: 10px;
}

    .otp-input-fields input {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        border: 1px solid #d3d7df;
        background-color: #fefefe;
        background-clip: padding-box;
        border-radius: 0.4rem;
    }

        .otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .otp-input-fields input[type=number] {
            -moz-appearance: textfield;
        }

        .otp-input-fields input:focus {
            border-width: 2px;
            border-color: #287a1a;
            font-size: 20px;
        }
/*custom css OTP*/

.ztree.view_only_active [treenode_check] {
    display: none;
}

.ztree.view_only_active li.level2[treenode]:not(:has(.checkbox_true_full,.checkbox_true_part)) {
    display: none;
}

.ztree.view_only_active li.level1[treenode]:not(:has(.checkbox_true_full,.checkbox_true_part)) {
    display: none;
}

.ztree.view_only_active li.level0[treenode]:not(:has(.checkbox_true_full,.checkbox_true_part)) {
    display: none;
}

.card .card-content {
    display: flow-root;
}

.text-wrap {
    white-space: break-spaces !important;
}

.modal-md {
    max-width: 500px;
}

.modal-open .select2-container--open {
    z-index: 999999 !important;
    width: 100% !important;
}

.nav-collapsed img.hide-on-med-and-down {
    height: 100% !important;
    width: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.position-relative {
    position: relative !important;
}

.text-right {
    text-align: right !important;
}

.header_card {
    display: flex;
    align-items: center;
    color: #3f51b5;
    margin-top: 0;
}

.img_history {
    height: 45px;
    width: 45px;
}

.img_slick {
    height: 250px !important;
    width: auto !important;
    object-fit: scale-down !important;
}

.img {
    object-fit: cover;
    max-width: 100%;
}

    .img.img-row-table {
        width: 70px;
        height: 70px;
    }

    .img.img-thumbnail {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px;
    }

        .img.img-thumbnail:hover {
            box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
        }

.swal2-container .swal2-actions {
    margin: 0 !important;
}

.switch_custom {
    position: relative;
    display: inline-block;
}

    .switch_custom input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider_custom {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider_custom:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider_custom {
    background-color: #2196F3;
}

input:focus + .slider_custom {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider_custom:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider_custom.round {
    border-radius: 34px;
}

    .slider_custom.round:before {
        border-radius: 50%;
    }

.preloader-wrapper.xs {
    width: 20px !important;
    height: 20px !important;
}

.preloader-wrapper.btn_search {
    margin-top: 10px !important;
}

    .preloader-wrapper.btn_search .circle-clipper.left, .right .circle {
        border-color: #fff !important;
    }

.table_a_href {
    color: #2196f3;
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

input.input-validation-error {
    border-bottom: 1px solid #ff4081 !important;
    box-shadow: 0 1px 0 0 #ff4081 !important;
}

input.valid {
    border-bottom: 1px solid #16b02a !important;
    box-shadow: 0 1px 0 0 #16b02a !important;
}

.invalid-feedback {
    color: #ff4081;
}

.sp-line-1, .sp-line-2, .sp-line-3, .sp-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.sp-line-1 {
    -webkit-line-clamp: 1
}

.sp-line-2 {
    -webkit-line-clamp: 2
}

.sp-line-3 {
    -webkit-line-clamp: 3
}

.sp-line-4 {
    -webkit-line-clamp: 4
}

.typeahead__result .typeahead__list a {
    color: #000 !important;
}

.cke_notification_warning {
    display: none;
}