﻿/*----------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---------*/


.font-light-basic-semibold {
    font-family: "Segoe UI";
    font-size: 14px;
    color: white;
    font-weight: 500;
}


.pnl-light-primary {
    background-color: white;
}


.pnl-light-secondary {
    background-color: rgb(209, 210, 212);
}

.pnl-light-info {
    background-color: rgb(230, 231, 232);
}

.pnl-light-basic {
    background-color: rgb(40, 87, 154);
}

.pnl-light-see-more-basic {
    background-color: rgb(40, 87, 154);
}


.link-light-see-more-basic 
{
    display: block;
    position: relative;
}

    .link-light-see-more-basic:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: rgb(40, 87, 154);
    }

    .link-light-see-more-basic:hover:before {
        content: "XEM";
        /*font-family: "bootstrap-icons";*/ /* tên font của icon */
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: white;
        font-family: "Segoe UI";
        font-size: 12px;
    }


.button-light-primary {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background-color: transparent;
}


.button-light-primary:before {
        content: "";
        position: absolute;
        width: 36px;
        height: 36px;
        top: 2px;
        left: 2px;
        border: none;
        border-radius: 10px;
        background-color: rgb(40, 87, 154);
    }



    .button-light-primary:hover:before {
        width: 40px;
        height: 40px;
        top: 0px;
        left: 0px;
        border: none;
    }
