:root {
    --primary-color: #46A2E9;
    --second-color: #F47766;
    --menu-color: #0F4C81;
    --menu-color-active: #f47766;
    --txt-white: #fff;
    --txt-black: #252525;
    --txt-gray: #8D8D8D;
    --txt-body: #252525;
    --color-background:#EDF6FD;
}

@import url('fonts/fontawesome-6.1.1-web/css/all.min.css');

body {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: var(--txt-body);
    line-height: 1.4;
}
.w-10{
    width:10%!important;
}
.w-30{
    width:30%!important;
}
.w-40{
    width:40%!important;
}
.btn-border{
    border:1px solid var(--menu-color);
    background-color: transparent;
    color:var(--menu-color);
    padding:1rem 1rem;
    font-weight: normal;
    border-radius: 5px;
}
.btn-border:hover{
    border:none;
    color:#fff;
    background-color: var(--primary-color);
}
.link-more{
    color:var(--primary-color);
}
.block-primary{
    background-color: var(--primary-color);
}

.text-primary{
    color:var(--primary-color)!important;
}
.text-secondary{
    color:var(--second-color)!important;
}
.text-black {
    color: var(--txt-black);
}
.fa,.fal,.fas,.fab,.far{
    transition: all 0.3s ease;
}
.points{
    color:var(--primary-color);
}
.points-buy{
    color:var(--second-color);
}
.text-header-color {
    color: #0f4c81;
}

.picon .fal {
    position: absolute;
    left: 0;
    top: 3px;
    opacity: 0.7;
}

.header-container .block {
    gap: 0 20px;
    transition: 0.4s;
}

.header-container .block>* {
    transition: all 0.4s;
}

.header-container .block:hover span {
    transform: translateX(-20%);
}

.header-container .block:hover .name-header {
    color: var(--primary-color);
}

.header-v2 {
    background-color: #46A2E9;
}

.header-v2 .block>* {
    color: var(--txt-white)
}

.footer {
    border-radius: 0;
    border-top: none;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    padding-bottom: 0.75rem;
}

.footer-nav .icon {
    --icon: 26px;
    color: var(--menu-color);
    margin-bottom: 6px;
}

.icon.bi::before {
    display: block;
    margin-bottom: 6px;
    color: var(--menu-color);
    font-weight: 600 !important;
}

.icon-home {
    display: block;
    margin: 0 auto;
    width: var(--icon, 26px);
    height: var(--icon, 26px);
    background-image: url('skin/Vector.png');
}

.icon-menu {
    display: block;
    margin: 0 auto;
    width: var(--icon, 26px);
    height: var(--icon, 26px);
    background-image: url('skin/Vector\ \(1\).png');
}

.icon-menu {
    display: block;
    margin: 0 auto;
    width: var(--icon, 26px);
    height: var(--icon, 26px);
    background-image: url('skin/Vector\ \(2\).png');
}

.fa-circle-dollar::before {
    content: "\f2e8";
    font-family: "Font Awesome 5 Pro";
}

.fa-circle-dollar-to-slot::before {
    content: "\f4b9";
    font-family: "Font Awesome 5 Pro";
}

.footer-nav .footer-nav-link:hover .small,
.footer-nav .footer-nav-link.active .small {
    color: var(--menu-color-active);
}

.footer-nav .footer-nav-link:hover .icon,
.footer-nav .footer-nav-link:hover .icon.bi::before,
.footer-nav .footer-nav-link.active .icon,
.footer-nav .footer-nav-link.active .icon.bi::before {
    color: var(--menu-color-active)
}

.footer-nav .small {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: var(--menu-color);
}

.footer-nav .icon {
    font-size: 26px;
}
.stick-header{
    position: relative;
    z-index: 99;
    top: 0;
    left:0;
    right:0;
    background-color: #FFFFFF;
}
.stick-header.header-v2{
    background-color: var(--primary-color);
}
.mainer{
    scrollbar-width: thin;
}
.pagination{
    padding:1rem;
    display: flex;
    align-items: center;
    gap:0 10px;
}
.pagination .pagination-next,.pagination .pagination-prev{
    padding:0.3rem 0.75rem;
    background: #F2F2F2;
    border-radius: 5px;
    color:#8D8D8D;
}
.pagination .pagination-next.active,.pagination .pagination-prev.active{
    background-color: #EDF6FD;
    color:var(--primary-color);
}
.pagination .pagination-next:hover,.pagination .pagination-prev:hover{
    background-color: #EDF6FD;
    color:var(--primary-color);
}
.btn-confirm{
    background-color: var(--primary-color);
    color: #fff;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.8rem 2rem;
    border-radius: 5px;
    font-weight: normal;
    transition: 0.4s;
}
.btn-confirm:hover {
    color: var(--primary-color);
    background: #fff;
    border: 0.5px solid var(--primary-color);
}
.form-header .form-search .form-control{
        border: none;
        padding-right: 2rem;
        background: #F2F2F2;
border-radius: 5px;
}
.overlay-bg{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.overlay-bg.active{
    opacity: 1;
}
.modal-bottom{
        position: fixed;
        right: 0;
        bottom: 0px;
        left: 0;
        padding:1.5rem 1rem;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        z-index: 9999;
        background: #fff;
        border-radius: 15% 15% 0% 0%;
        -webkit-box-shadow: 0 -5px 20px rgba(0,0,0,0.15);
        box-shadow: 0 -5px 20px rgba(0,0,0,0.15);
        opacity: 0;
        transition: opacity 0.3s ease;
}
.modal-bottom-content{
    padding:1rem 0.5rem;
    position: relative;
}
.modal-bottom-content .toggle-close{
    cursor: pointer;
    border-radius: 50%;
    width:30px;
    height:30px;
    text-align: center;
    margin-left: auto;
    margin-bottom: 10px;
    border: 1px solid #252525;
    font-size:18px
}
.modal-bottom-content .toggle-close:focus{
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.modal-bottom.active{
    opacity: 1;
}
.progress{
    height:3px;
    margin-bottom: 0.5rem;
}
.progress-bar{
    width: var(--width-bar,80%);    
}
/* @media (max-width:992px) {
    .stick-header.stick {
        position: fixed;
        top: 0px;
        z-index: 99;
    }
} */
