﻿:root {
    --green: #80E054;
    --red: #ff0000;
    --blue: #4EA5F6;
    --violet: #DAD9FF;
    --lightgreen: #CFF8AF;
}
body {
    line-height: 1.3rem;
}
.zoomoutbody {
    -moz-transform: scale(0.9, 0.9); /* Moz-browsers */
    zoom: 0.9; /* Other non-webkit browsers */
    zoom: 90%; /* Webkit browsers */
}
.keypad-key, .keypad-special {
    padding: 0.5em !important;
}
.table td, .table th {
    padding: 0.5rem;
}
.greenbackground {
    background: var(--green);
    color: #000 !important;
}
.greenbackground input {
    color: #000 !important;
}
.bluebackground {
    background: var(--blue);
    color: #fff;
}
.redbackground {
    background: var(--red);
    color: #fff;
}
.violetbackground {
    background: var(--violet);
    color: #000;
}
.btnCategory {
    background: var(--violet);
    color: #000;
    text-transform: uppercase;
}
.btnCategory-active {
    background: var(--lightgreen);
    color: #000;
    text-transform: uppercase;
}
.nav-link {
    border-bottom: 1px solid #fff;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.blacktext {
    color: #000;
}
.card-green-outline
{
    border-top: 7px solid var(--green) !important;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}
.card-danger-outline
{
    border-top: 7px solid var(--red) !important;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}
.bg-pri-ra-header {
    background: rgb(13,123,223);
    background: linear-gradient(108deg, rgba(13,123,223,1) 4%, rgba(30,123,142,1) 100%);
}
.bg-pri-ra-menu {
    background: rgb(13,123,223);
    background: linear-gradient(108deg, rgba(13,123,223,1) 4%, rgba(30,123,142,1) 100%);
}
.bg-graylight
{ 
    background: #dfdfdf;
}
.bg-graylight2 {
    background: #c5c5c5;
}
.border-user-img-pri
{
   border:3px solid #6ba2d6;	
}
.border-user-img-red
{
   border:3px solid #f73030;	
}
.border-user-img-yell
{
   border:3px solid #fdd60d;	
}
.border-user-img-Violet
{
   border:3px solid #a800f8;	
}
.bg-none {
    background: none;
}
.btn-pink {
    background: #fb44c7;
}
.btn-pink-light {
    background: #ffeaf9;
}

.btn-pink-light:hover {
    background: #f5d4ec;
}
.btn-orange {
    background: #fc912a;
}
.btn-orange-light {
    background: #ffe7d0;
}
.btn-orange-light:hover {
    background: #fadabc;
}

.btn-turquoise {
    background: #29f4f4;
}
.btn-turquoise-light {
    background: #b9f7f7;
}
.btn-turquoise-light:hover {
    background: #9beeee;
}

.bg-tabletr {
        background: rgba(0,0,0,.05);
}
.badge1
{
    position: absolute;
    left: -10px;
    top: -10px;
    font-size:18pt;
}

.badge2
{
    position: absolute;
    right: -15px;
    top: -12px;
}

.border-radius-100
{
   border-radius: 100%;
}
.border-right-2
{
    border-right:1px solid;    
}
.border-bottom-2
{
    border-bottom:1px solid;    
}
.layout-footer
{
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
}

.scroll-y, .scroll-x {
    overflow-y: auto;
    scrollbar-width: thin; /* Firefox: thanh mảnh */
    scrollbar-color: #999 #f1f1f1; /* Firefox: màu thanh kéo / nền */
}
.scroll-y::-webkit-scrollbar, .scroll-x::-webkit-scrollbar {
    width: 8px;
}
.scroll-y::-webkit-scrollbar-track, .scroll-x::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.scroll-y::-webkit-scrollbar-thumb, .scroll-x::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 4px;
}
.scroll-y::-webkit-scrollbar-thumb:hover, .scroll-x::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

#loading {
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif)center center no-repeat;
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999999999;
}
.divBGModalPopup {
    background: rgba(0, 0, 0, 0.5);
}
.cursor-pointer {
    cursor:pointer;
}
.divDrop {
    padding: 0.5rem 1rem;
    cursor: pointer;
    width: 100%;
    display: block;
    color: #212529;
    background-color: white;
    transition: background-color 0.2s ease-in-out;
}

    .divDrop:hover {
        background-color: #eea22a !important;
        color: #fff !important;
    }
.Menuicon {
    width: 30px !important;
    display: inline-block !important;
    text-align:center;
}
.icon-text-add {
    width: 25px !important;
    display: inline-block !important;
    text-align: center;
}
.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    width: 30px;
    height: 30px;
}

.checkbox-lg .custom-control-label {
    height: 38px;
    padding-left: 10px;
    font-size: 1.2rem;
    display: flex;
    justify-content: left;
    align-items: center;
}
@media (max-width: 992px) {
}
@media (max-width: 575.98px) {
    .w-mobile-100 {
        width: 100% !important;
    }
    .m-mobile-0 {
        margin: 0px !important;
    }
}


