body {
    font-family: 'Times New Roman', Times, serif;

}

::-webkit-scrollbar {
    width: 0.5rem;
    background-color: #b7b7b7;
    border-radius: 40px;
}

::-webkit-scrollbar-thumb {
    background: #a47dde;
    border-radius: 40px;
}

.spinner-border {
    display: none;
    margin-left: 4px;
}

.loading .spinner-border {
    display: inline-block;
}

.btn-info {
    color: #fff;
}

form label {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 4px;
}

.form-group {
    padding-top: 40px;
}

.form-control {
    border: none;
    border-top-color: initial;
    border-top-style: none;
    border-top-width: initial;
    border-right-color: initial;
    border-right-style: none;
    border-right-width: initial;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-left-color: initial;
    border-left-style: none;
    border-left-width: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-bottom: 1px dashed #ccc;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: rgb(204, 204, 204);
}

.form-control:focus {
    box-shadow: none;
}

.input-require {
    display: inline-block;
}

.input-require::after {
    content: "*";
    color: red;
}

.main {
    padding-left: 0;
}

.header-right-block {
    width: 280px;
    position: fixed;
}

.content-block {
    margin-left: 280px;
    width: calc(100% - 280px);
}

#myTab {
    flex-direction: column;
    display: flex;
    justify-content: space-evenly;
    height: 100vh;
    flex-wrap: nowrap;
}

.nav__list-block {
    height: calc(100vh - 60px);
}

.nav-item,
.navbar-branch {
    width: 212px;
    text-align: center;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: #040ab717;
}

.nav-logo {
    height: 80px;
}

.nav__img-logo {
    height: 50px;
}

.supplier-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 8px;
}

.supplier-img {
    margin: auto;
}

.supplier-logo {
    width: 300px;
}

.type {
    color: red;
}

.type:focus {
    color: red;
}

.package {
    color: red;
}

.package:focus {
    color: red;
}

.cts {
    color: red;
}

.cts:focus {
    color: red;
}

.btn-download-block {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.btn-download {
    margin: 8px;
}

.pdf-icon {
    height: 20px;
}

.header-mobile {
    height: 40px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(83 83 83);
    padding: 0 8px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.header__mobile-logo {
    height: 40px;
}

.bar-icon {
    color: #b7042b;
    font-size: 2rem;
    padding-right: 12px;
    line-height: 40px;
    cursor: pointer;
}

.nav__mobile {
    display: none;
}

.nav__mobile.active {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

.nav__mobile-btn-close {
    opacity: 0.6;
    font-size: 48px;
    right: 2%;
    top: 16px;
    line-height: 28px;
}

.nav__mobile-btn-close:hover {
    opacity: 0.3;
    cursor: pointer;
}

.nav__mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px;
    height: 60px;
}

.logo-mobile-img {
    width: 100px;
}

.nav__line {
    opacity: 0.3;
    margin-top: 0;
}

.nav__mobile-list {
    font-size: 1.6rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav__mobile-item:hover {
    background-color: rgba(62, 210, 146, 0.2);
    cursor: pointer;
}

.nav__mobile-item:hover .nav__mobile-link {
    color: var(--main-color);
}

.nav__mobile-link {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 40px;
}

.date-block {
    display: flex;
}

.space-date::after {
    content: "/";
    color: #000;
    font-size: 1.6rem;
}

.btn-more-agency {
    margin-top: 20px;
    border-radius: 32px;
}

.toast {
    right: 12px;
    top: 40px;
    position: fixed;
    font-size: 1rem;
    --bs-toast-max-width: 480px;
}

#toast-alert-chars {
    top: 25%;
}

.toast-header-alert {
    color: #842029;
    background-color: #f8d7da;
}

.toast-body-alert {
    color: #842029;
    background-color: #f8d7da;
}

.me-auto {
    color: red
}


#header-title-info {
    color: #0d6efd;
}

.toast-alert-icon {
    width: 24px;
}

.light {
    text-align: center;
    opacity: 0.7;
}


@supports (mix-blend-mode: lighten) {
    section.light .gradient1 {
        display: inline-block;
        position: relative;
        color: #000;
        background: #fff;
        mix-blend-mode: multiply;
    }

    section.light .gradient1::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#23966c), color-stop(#faaa54), color-stop(#e23b4a), color-stop(#db0768), to(#360670));
        background: linear-gradient(to right, #23966c, #faaa54, #e23b4a, #db0768, #360670);
        pointer-events: none;
    }

    section.light .gradient1::before {
        mix-blend-mode: screen;
    }
}

.input-disabled {
    pointer-events: none;
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.btn-show {
    position: fixed;
    top: 4px;
    left: 4px;
    width: 40px;
    height: 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}


.pt-20 {
    padding-top: 20px;
}

.pt-64 {
    padding-top: 64px;
}

#zalo-link:hover {
    cursor: pointer;
    text-decoration: overline;
}

.customtab>.nav-link {
    border: 1px solid #23966c;
    border-radius: 32px;
    font-size: 16px;
    color: #23966c;
    font-weight: bold;
}

.customtab>.nav-link.active {
    background-color: #23966c;
    color: white;
}

.customtab>.nav-link:hover {
    background-color: #23966c;
    color: white;
}