.bg-gray {
    background-color: #f3f3f3 !important;
}
#tbModalCategory {
    overflow-y: auto;
    max-height: 300px;
}
.bgloader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, .1);
    border-top: 10px solid #fff;
    animation: animate 1.5s infinite linear;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.hide {
    display: none;
}

.itemlistSearch{
    cursor: pointer;
}

.itemlistSearch:hover{
    background-color: #eaeaea;
}

.body__login{
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    background: #e8e8e8;
}

.container__login {
    width: 100%;
    height: 200px;
    min-height: 100vh;
}

.bx-login {
    background-color:#fff;
    width: 100%;
    height: auto;
    border-radius:10px;
}

.bx__login__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bx__login__img img {
    width: 86px;
}

.bx__login__img svg {
    fill: red;
}

.bx__login__title {
    color: #717171;
}

.bx__login__title h1 {
    font-size: 1.4rem;
}

.txt__copy {
    color:#606060;
    font-weight: 300;
    font-size: .9rem;
}

.txt__copy a {
    text-decoration: none;
    color: #606060;
}

.bbs__logo {
    width: 200px;
}

.bx__input {
    background-color: #f2f2f2;
    border: initial;
    color: #717171;
    font-weight: 500;
    padding:20px;
    border-radius: 8px;
}

.btn__login{
    color: #fff;
    background-color: #3a7fc2;
    border-color: #007bff;
    padding: 10px;
    border-radius: 8px;
    font-size: 1.2rem;
}

.btn__login:hover {
    color: #fff;
    background-color: #3f6bad;
    border-color: #007bff;
}

.btn__logout {
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}