@font-face {
    font-family: 'SF Pro Display';
    src: url('../font/SF-pro/SF-Pro-Display-Regular.otf');
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../font/SF-pro/SF-Pro-Display-Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../font/SF-pro/SF-Pro-Display-Semibold.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../font/SF-pro/SF-Pro-Display-Bold.otf');
    font-weight: 700;
}
.mod-title {
    font-size: 20px;
    font-weight: bold;
}
.bg-head-light-gree {

}
.product-mode {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.dpb {
    display: block;
}
.form-filter {
    border-radius: 20px;
    height: 40px;
    padding: 0px 10px;
}
.lo-trinh-mod-title {
    min-height: 48px;
}
.icon-display-inline {
    display: inline !important;
}
.table-respon {
    width: 100%;
    overflow-x: scroll;
}
.menu-note {
    position: relative;
    cursor: pointer;
}
.count_chuong {
    position: absolute;
    color: #fff;
    background-color: red;
    right: 0px;
    font-size: 12px;
    padding: 0px 4px;
    top: -10px;
    border-radius: 3px;
}
.select-style {
    border:  1px solid #0C59CC;
    padding: 5px 20px;
    border-radius: 50px;
}
.drop_chuong {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    border: 1px solid #eee;
    display: none;
    right: 0;
}

.bg-white {
    background-color: #FFFFFF;
}
.bg-menu {
    background-color: #E2E8F0;
}
.fw-bold {
    font-weight: bold;
}
.menu-mod {
     font-weight: bold;
}
#main-tabs-2 {
    padding: 20px 0px 10px 0px;
    width: 100%;
    margin-top: 58px;
}
.color-gray {
    color: #818E9B;
}
.new-title {
    font-size: 30px;
    font-weight: bold;
}
.w-100 {
    width: 100% !important;
}

.main-color {
    color: #05295D;
}
.text-white {
    color: #fff !important;
}
.sidebar-right-head {
    border-radius: 15px;
}
.sidebar-right {
    background-image: url('../image/theme/bg-sb.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.main-bg {
    /* background-color: #05295D !important; */
    background-image: url('../image/theme/bg-top.jpg')
}
.main-bg-2 {
    background-color: #05295D !important;
}
.main-bg-3 {
    background-color: #004B92 !important;
}
.main-color-2 {
    color: #0C59CC !important;
}
.main-color-3 {
    color: #800000 !important;
}
.main-color-4 {
    color: #F9F611 !important;
}
.main-color-5 {
    color: #F21B0D !important;
}
.button-yellow-color {
    color: #800000;
}
.main-border {
    border: 1px solid #05295D;
}
.main-border-2 {
    border: 1px solid #0C59CC;
}
.main-border-br-2 {
    border-bottom: 1px solid #0C59CC;
    border-right: 1px solid #0C59CC;
}
.main-border-b-2 {
    border-bottom: 1px solid #0C59CC !important;
}
.gach {
    border-top: 1px solid #45A3FB !important;
    color:  #45A3FB !important;
    margin: 25px 0px;
}
.main-border-duoi-2 {
    border-left: 1px solid #0C59CC ;
    border-right: 1px solid #0C59CC;
    border-bottom: 1px solid #0C59CC;
    border-radius: 0px 0px 12px 12px;
}
.main-border-radius-50 {
    border-radius: 50px;
}
.main-border-radius-20 {
    border-radius: 20px;
}
.fw-bold {
    font-weight: bold !important;
}
.th-head {
    border: 1px solid #246CF9;
    border-radius: 50px;
}
.th-lo-tring {
    border-radius: 30px;
    background-color: #EEEEEE;

    margin: 20px 0px;
}
.positon-item {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 5px;

}
.positon-item-active {
    background-color: #0C59CC;
    color: #fff;
    border-radius: 40px;
}
.lo-trinh-mod {
    border: 1px solid #246CF9;
    border-radius: 20px;
    padding: 25px 20px;
    cursor: pointer;
}
/* ===== global ===== */
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 5px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

body {
    font-family: 'SF Pro Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}

/* ===== login ===== */
.bg-gradient-login {
    background: linear-gradient(52deg,
            #62cdff 4.81%,
            rgba(140, 218, 255, 0.2) 119.15%,
            #b5e7ff 119.15%);
}

*.btn-gradient-color-blue,
button.btn-gradient-color-blue,
a.btn-gradient-color-blue {
    background: linear-gradient(90deg, #1A62CD -68.76%, #1A62CD 102.44%);
}
*.btn-gradient-color-yellow,
button.btn-gradient-color-yellow,
a.btn-gradient-color-yellow {
    background: linear-gradient(90deg, #FFEA2E -68.76%, #FFC907 102.44%);
}


*.btn-gradient-color-red,
button.btn-gradient-color-red,
a.btn-gradient-color-red {
    background: linear-gradient(90deg, #fc5b76 -68.76%, #ff9874 102.44%);
}

button.btn-gradient-color-red:hover,
a.btn-gradient-color-red:hover {
    background: linear-gradient(90deg, #ff4e6b -68.76%, #ff8457 102.44%);
}

*.btn-gradient-color-orange,
button.btn-gradient-color-orange,
a.btn-gradient-color-orange {
    background: linear-gradient(133.34deg, #FD371F -34.27%, #FF844B 99.35%);
}

button.btn-gradient-color-orange:hover,
a.btn-gradient-color-orange:hover {
    background: linear-gradient(90deg, #fd4564 -68.76%, #ff7645 102.44%);
}

*.btn-gradient-color-white,
button.btn-gradient-color-white,
a.btn-gradient-color-white {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.72) 96.9%);
}
*.btn-gradient-color-gray,
button.btn-gradient-color-gray,
a.btn-gradient-color-gray {
    background: linear-gradient(180deg, #D1D1D1 0%, #D1D1D1 96.9%);
}

*.btn-gradient-color-green,
button.btn-gradient-color-green,
a.btn-gradient-color-green {
    background: linear-gradient(180deg, #00AE31 0%, #00AE31 96.9%);
}

.text-gradient-color-red {
    background: linear-gradient(90deg, #FC5B76 -68.76%, #FF9874 102.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* ===== products ===== */

.time-frame .item:hover:not(.active) {
    cursor: pointer;
    border: 2px solid #bac2cc;
    color: #bbbbbb;
}

.time-frame .item.active {
    border: 2px solid #2F80ED;
    color: #347cdb;
    font-weight: 500;
}

.menu-active {
    background-color: #F9E400;
    border-radius: 50px;
}
.menu-active span                       {
    color: #05295D;
}
#main-tabs .tab:hover {
    cursor: pointer;
}

#main-tabs .tab .blue-border-bottom {
    background-color: white;
}

#main-tabs .tab  .blue-border-bottom {
    background-color: #94c8ff;
}

#main-tabs .tab.active .blue-border-bottom {
    background-color: #05295D;
}

#alertPaymentModal .model-content {
    background-image: url("../image/png/bg-alert-payment.png");
    background-size: cover;
    background-repeat: no-repeat;
}

nav ul.pagination {
    display: flex;
    gap: 5px 1px;
}

nav ul.pagination li.page-item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

nav ul.pagination li.page-item a,
nav ul.pagination li.page-item span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav ul.pagination li.page-item:hover{
    background-color: #eeeeee;
}

nav ul.pagination li:last-child a,
nav ul.pagination li:last-child span,
nav ul.pagination li:first-child a,
nav ul.pagination li:first-child span {
    font-size: 26px;
    padding-bottom: 10%;
}

nav ul.pagination li.page-item.active {
    color: blue;
}
nav ul.pagination li.page-item.disabled:hover {
    cursor: not-allowed;
}

.status-tag.dot-waiting {
    background-color: #FFD34E;
}

.status-tag.dot-payed {
    background-color: #45F28D;
}

.status-tag.dot-cancel {
    background-color: #FF9292;
}

.status-tag.dot-waiting_confirm {
    background-color: #56CCF2;
}

.status-tag.dot-support {
    background-color: #84a9f8;
}

.status-tag.dot-pay {
    background-color: #ECBAFF;
}



.step .color-area {
    background-color: #CCCCCC;
}

.step.done .color-area {
    background-color: #16E380;
}

.step.done .color-area.blue {
    background-color: #7ADFFF;
}

.step.done .color-area.dark-blue {
    background-color: #246CF9;
}

.step.done .color-area.blue {
    background-color: #7ADFFF;
}

.step.done .color-area.red {
    background-color: #EB5757;
}


.mobile-none {
    display: block;
}
#form-auth {
    width: 350px;
}
.muc-hh {
    background-color: #05295D;
    padding: 5px 10px;
    border-radius: 10px;
}


.mm_dk {
    display: flex;
    padding: 2px 10px;
    border-radius: 5px;
}

.img-auth {
    height: 3.5rem;
    width: 3.5rem;
}
.main-footer {
    background-image: url('../image/theme/bg-footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.menu-mod {
    cursor: pointer;
    position: relative;
}
.sub_menu a{
    margin: 5px;
    display: block;
    padding: 10px;
    border-radius: 10px;
}
.sub_menu a:hover {
     background-color: #004B92;
     color: #F9E400;
}
.sub_menu {
    display: none;
    position: absolute;
    color: #05295D;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
    border: 1px solid #b3b3b3;
    z-index: 99;
    width: 250px;
}

.menu-mod.active .sub_menu{
    display: block !important;;
}

.button-rut-tien {
    position: fixed !important;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}
.d-tt-text {
    position: absolute;
    width: 100%;
    top: 20%;
}
.top-coin-mobile {
    display: block !important;
}
.d-tt-title-money span{
    background-color: #fff;
    border-radius: 40px;
    padding: 10px 30px;
}
.d-tdl-img {
    width: 100%;
    height: 400px;
    margin: 20px;
}

table thead tr {
    font-size: 18px !important;
}
.d-tdl-img img{
    height: 400px;
}

.d-tt-title-money{
    margin: 20px 0px;
}
.img-top-copy {
    height: 45px;
}
.img-top-logo {
    height: 48px;
}
.table-style {
    width:  100%;
}
.input {
    border-color: #000;
}

::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
  }

::-ms-input-placeholder { /* Edge 12 -18 */
color: #000;
}
.pr {
    position:relative;
}
.form-style {
        z-index: 9999;
}
.menu-mod {
    padding: 0px 5px;
}
.product-des {
    display: block;
}
@media only screen and (max-width: 770px) {

    .menu-mod {
        padding: 0px;
    }

    .table-style {
        width: 1000px;
    }
    .lo-trinh-mod {
        padding: 10px;
    }

    .money-so-du span {
        font-size: 19px;
    }
    .mm_content {
        font-size: 12px;
    }
    .new-title {
        font-size: 25px;
    }
}
@media only screen and (max-width: 550px) {
    .product-des {
        display: none;
    }
    .menu-mod {
        padding: 0px;
    }
    .img-top-logo {
        height: 38px;
    }
    .img-top-copy {
        height: 25px;
    }
    .money-so-du {
        font-size: 14px !important;
    }
    .top-coin-mobile {
        display: none !important;
    }
    .new-title {
        font-size: 20px;
    }
    .menu-mod-adiv {
        font-size: 13px;
    }
    .mobile-none {
        display: none !important;
    }
    .drop_chuong {
         right: 0px !important;
    }
    .mm_dk {
        padding: 2px 2px;
    }

    #form-auth {
        width: 100%;
    }
    .mm_dk_icon button {
        width: 25px;

    }
    .img-auth {
        height: 2.0rem;
        width: 2.6rem;
    }
    #main-tabs-2 {
        margin-top: 56px;
    }
    .menu-mod-adiv {
        padding-left: 20px;
    }
}
