﻿@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900; /* Range to support weights from 100 to 900 */
    src: url('/lib/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900; /* Range to support weights from 100 to 900 */
    src: url('/lib/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #efefef;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #686868;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #686868;
    }
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

footer {
    background: #363636;
    text-align: center;
    color: #a5a5a5;
    padding: 20px 0;
    font-size: 14px;
}
    footer a {
        color: #2c6ee7;
        z-index: 1000;
    }

footer a:hover {
    color: #cb0606;
}

:root {
    --bs-font-sans-serif: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header {
    background: #fff;
    z-index: 1000;
}
main
{
    min-height: calc(100vh - 300px);
}
body .hidden, body .hide {
    display: none;
}
b6, strong6 {
    font-weight: 600;
}
b5, strong5 {
    font-weight: 600;
}
b4, strong4 {
    font-weight: 600;
}
.box {
    padding: 15px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
.btn-mb {
    min-height: inherit;
    line-height: 2em;
    font-size: 1em;
    padding: 6px 12px;
    border-radius: 8px;
}
main {
    min-height: calc(100vh - 260px);
}
.uppercase {
    text-transform: uppercase;
}
.ui-pnotify .ui-pnotify-icon {
    margin-top: .25em;
    font-size: 1.25em;
}

.notification-info .alert-warning {
    color: var(--color-mb-blue-800);
    background-color: var(--color-mb-blue-100);
    border-color: var(--color-mb-blue-100);
}

.notification-error .alert-warning {
    color: var(--color-mb-red-800);
    background-color: var(--color-mb-red-100);
    border-color: var(--color-mb-red-100);
}

.notification-warning .alert-warning {
    color: var(--color-mb-orange-800);
    background-color: var(--color-mb-orange-100);
    border-color: var(--color-mb-orange-100);
}

.notification-success .alert-warning {
    color: var(--color-mb-green-800);
    background-color: var(--color-mb-green-100);
    border-color: var(--color-mb-green-100);
}

    .notification-success .alert-warning hr {
        border-top-color: #c9e2b3;
    }

    .notification-success .alert-warning .alert-link {
        color: #2b542c;
    }

.notification-error .alert-warning hr {
    border-top-color: #e4b9c0;
}

.notification-error .alert-warning .alert-link {
    color: #843534;
}
.box-new {
    border-radius: 8px;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* Thay đổi màu nền tooltip */
.tooltip.show {
    opacity: 1 !important;
}
.tooltip-inner {
    background-color: var(--color-mb-blue-900) !important; /* Màu nền mới */
    color: #fff; /* Màu chữ */
    opacity: 1;
    padding: 1em;
}

/* Thay đổi màu viền mũi tên */
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--color-mb-blue-900) !important;
}

.has-tooltip.fa {
    background: #96979a;
    color: #fff;
    padding: 1px 4px;
    font-size: 12px;
    border-radius: 100%;
    margin-left: 5px;
}
.has-tooltip.fa:hover {
    background: #ef9407;
}
/*#region popupCrossSaleAI */
#popupCrossSaleAI .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

#popupCrossSaleAI .modal-content {
    padding: 24px;
    border-radius: 16px;
}

#popupCrossSaleAI .modal-body {
    padding: 0;
}
#form_notify_canbe_renew {
    z-index: 1056;
}
#popupCrossSaleAI .modal-body .img {
    display: block;
    margin: 0 auto 40px;
    padding-bottom: 94px;
    background: url(/images/CrossSaleAI.svg) bottom center no-repeat;
    background-size: 64px;
    width: 100%;
    height: 18px;
    border-radius: 50%;
}

#popupCrossSaleAI .modal-body .note {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    color: #6B7280;
}

    #popupCrossSaleAI .modal-body h2 {
        color: #091221;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 32px;
    }

        #popupCrossSaleAI .modal-body h2 + p {
            display: block;
            margin-bottom: 80px;
        }

    #popupCrossSaleAI .modal-body ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 96px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

        #popupCrossSaleAI .modal-body ul li {
            padding-left: 52px;
            position: relative;
        }

            #popupCrossSaleAI .modal-body ul li:before {
                content: '';
                display: block;
                position: absolute;
                top: 1px;
                left: 0;
                width: 20px;
                height: 20px;
                z-index: 0;
                background: url(/images/AICheck.svg) center no-repeat, linear-gradient(90deg, rgb(134, 201, 103) -11.33%, rgb(89, 168, 53) 109.54%);
                background-size: 20px, auto;
                border-radius: 50%;
            }

    #popupCrossSaleAI .modal-body .btn {
        width: 100%;
    }

    #popupCrossSaleAI .modal-body .btn-color-green {
        border-radius: 8px;
        background: linear-gradient(90deg, rgb(134, 201, 103) -11.33%, rgb(89, 168, 53) 109.54%);
        font-weight: 600;
        border: none;
        padding: 12px 24px;
        margin-bottom: 16px;
    }

        #popupCrossSaleAI .modal-body .btn-color-green:hover {
            background: linear-gradient(90deg, #aadf92 -11.33%, #59A835 109.54%);
            color: #FFF;
        }

    #popupCrossSaleAI .modal-body .btn-secondary {
        color: rgb(9, 18, 33);
        background: rgb(245, 245, 245);
        border-radius: 4px;
        border: none;
        font-weight: 500;
        padding: 12px 24px;
    }

        #popupCrossSaleAI .modal-body .btn-secondary:hover {
            background: #e9e9e9;
        }
/*#endregion */