.MultiCheckBox {
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

    .MultiCheckBox .k-icon {
        font-size: 15px;
        float: right;
        font-weight: bolder;
        margin-top: -7px;
        height: 10px;
        width: 14px;
        color: #787878;
    }

.MultiCheckBoxDetail {
    display: none;
    position: absolute;
    border: 1px solid #e2e2e2;
    overflow-y: hidden;
    width: 96% !important;
    z-index: 99999999;
    top: 35px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
}

.MultiCheckBoxDetailBody {
    overflow-y: auto;
    background: #fff;
    margin-bottom: 10px;
}

.MultiCheckBoxDetail .cont {
    clear: both;
    overflow: hidden;
    padding: 7px 5px;
    display: block;
}

    .MultiCheckBoxDetail .cont:hover {
        background-color: #cfcfcf;
    }

.MultiCheckBoxDetailBody > div > div {
    float: left;
}

.MultiCheckBoxDetailHeader > div.mcb-title {
    width: 70%;
    display: inline-block;
}

.MultiCheckBoxDetailHeader > div.mcb-title-close {
    /* float: right; */
    right: 0px;
    left: unset;
    color: #fff;
    font-size: 15px;
    background-color: #FF671F;
    /* border-radius: 5px; */
    text-align: center;
    cursor: pointer;
    top: 0;
    height: 100%;
    width: 15%;
}

.MultiCheckBoxDetailBody .multiinput-optgroup {
    font-weight: bold;
    margin: 0 0 0px 10px;
    color: #000;
    padding: 5px 0;
    background-image: url(https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/chevron_down_black.webp) !important;
    background-repeat: no-repeat;
    background-position: 94% 60% !important;
    background-size: 20px !important;
    appearance: none !important;
    padding: 10px 0 20px 0;
}

.MultiCheckBoxDetailBody .multiinput-optgroup-delimitor {
    margin: 5px auto 5px auto;
    border-bottom: 1px solid #cfcfcf;
    width: 95%;
}

.MultiCheckBoxDetailHeader {
    overflow: hidden;
    position: relative;
    height: auto;
    background-color: #3d3d3d;
    margin: 0 0 10px 0;
    height: 30px;
    line-height: 30px;
    display: block;
    /* padding: 2px 0; */
}

    .MultiCheckBoxDetailHeader > input {
        position: absolute;
        top: 8px;
        left: 7px;
        float: unset !important;
        width: auto !important;
    }

    .MultiCheckBoxDetailHeader > div {
        position: absolute;
        /* top: 5px; */
        left: 35px;
        color: #fff;
    }

.MultiCheckBoxDetail input.mulinput {
    width: auto !important;
    float: unset !important;
    margin: 0 5px;
}

.MultiCheckBoxDetail .multiinput-option-txt {
    width: calc(100% - 30px);
    color: #515151;
    text-align: left;
}

.MultiCheckBoxFooter {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 10px;
}
