﻿/*----------Hiện tại chưa tách riêng ra file khác được, cần xin ý kiến của người quản lý Shell---------*/

.pnl-dark-primary {
    background-color: #eaecf2;
}


.pnl-dark-secondary {
    background-color: white;
    border: 2px solid rgb(238,238,238);
}

.pnl-dark-info {
    background-color: rgb(244,245,248);
}


.pnl-dark-basic {
    background-color: rgba(228,103,39);
}

.pnl-dark-light {
    background-color: white;
    border: 1px solid rgba(228,103,39);
}




.font-dark-primary {
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgb(63, 82, 122);
}

.font-dark-primary-bold {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: bold;
    color: rgb(63, 82, 122);
}


.font-dark-primary-semibold {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    color: rgb(63, 82, 122);
}

.font-dark-secondary {
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgb(124, 122, 123);
}


.font-dark-secondary-semibold {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    color: rgb(124, 122, 123);
}

.font-dark-basic {
    font-family: "Segoe UI";
    font-size: 14px;
    color: white;
}

.font-dark-basic-semibold {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.font-dark-basic-bold {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: bold;
    color: white;
}


.btn-dark-primary {
    background-color: rgb(63, 82, 122);
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    color: white;
}


.btn-dark-secondary {
    background-color: rgb(244,245,248);
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    color: rgb(63, 82, 122);
}


.btn-dark-basic {
    background-color: rgba(228,103,39);
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    color: white;
}



.btn-dark-link {
    font-weight: 500;
    color: rgb(63, 82, 122);
    text-decoration: none;
}

    .btn-dark-link:hover {
        color: rgb(63, 82, 122);
        text-decoration: underline;
    }

    .btn-dark-link:focus, .btn-dark-link.focus {
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-dark-link:disabled, .btn-dark-link.disabled {
        color: rgb(124, 122, 123);
        pointer-events: none;
    }



.btn-dark-info {
    background-color: white;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    color: rgb(63, 82, 122);
    border: none;
}

.btn-dark-light {
    background-color: white;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    color: rgb(124, 122, 123);
}


    .btn-dark-light:focus {
        background-color: rgba(228,103,39,0.16);
        font-family: "Segoe UI";
        font-size: 14px;
        font-weight: 500;
        padding: 0px;
        color: rgba(228,103,39);
        border: 1px solid rgba(228,103,39);
        box-shadow: none;
    }

.check-dark-light {
    background-color: white;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    color: rgb(124, 122, 123);
    border: none;
    box-shadow: none;
}

    .check-dark-light:focus {
        background-color: white;
        font-family: "Segoe UI";
        font-size: 14px;
        font-weight: 500;
        padding: 0px;
        color: rgb(124, 122, 123);
        border: none;
        box-shadow: none;
    }

.check-dark-light-checked {
    background-color: rgba(228,103,39,0.16);
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    color: rgba(228,103,39);
    border: 1px solid rgba(228,103,39);
    box-shadow: none;
}

    .check-dark-light-checked:focus {
        background-color: rgba(228,103,39,0.16);
        font-family: "Segoe UI";
        font-size: 14px;
        font-weight: 500;
        padding: 0px;
        color: rgba(228,103,39);
        border: 1px solid rgba(228,103,39);
        box-shadow: none;
    }




.textarea-dark-primary {
    border: none;
    outline: none;
    background-color: rgb(63, 82, 122,4%);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px;
    resize: none;
}


.textarea-dark-secondary {
    border: 1px solid rgb(63, 82, 122,16%);
    outline: none;
    background-color: white;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px;
    resize: none;
}


.textarea-dark-info {
    border: none;
    outline: none;
    background-color: white;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px;
    resize: none;
}


.box-dark-primary {
    --dxbl-text-edit-focus-shadow-color: rgba(63, 82, 122, 8%);
    --dxbl-text-edit-focus-border-color: rgba(63, 82, 122, 32%);
    /*    --dxbl-text-edit-btn-color: rgba(63, 82, 122,100%);
    --dxbl-text-edit-btn-hover-color: var(--bs-body-color, var(--dxbl-body-color, inherit));*/
}




.pnl-dark-divider {
    border-bottom: 1px solid rgb(238,238,238);
}

.pnl-dark-divider-bottom {
    border-bottom: 1px solid rgb(238,238,238);
}


.pnl-dark-divider-right {
    border-right: 1px solid rgb(238,238,238);
}


.pnl-dark-driver-all {
    border: 1px solid rgb(238,238,238,64%);
}



.form-dark-check-input:checked {
    background-color: rgb(63, 82, 122);
    border-color: rgb(63, 82, 122);
}


.form-dark-check-input:focus {
    border-color: rgb(63, 82, 122);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(63, 82, 122,.25);
}


.form-dark-control-group-secondary {
    display: inline-flex;
    background-color: white;
    border: 1px solid rgb(238,238,238);
}


.modal-dark-body {
    padding: 0px;
}


.offcanvas-dark-primary-body {
    width: 100%;
    display: flex;
    padding: 0px;
    background-color: white;
}

.offcanvas-dark-primary-header {
    width: 100%;
    padding: 12px;
    background-color: white;
    border-bottom: 2px solid rgb(238,238,238);
    display: flex;

}
