@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --main-color: var(--primary);
    --text-color: #353535;
    --salmon-color: #FF6A6A;
    --secondary-color: #A4A4A4;
    --tertiary-color: #C7C7C7;
    --screen-layer: #F7F7F7;
    --screen-width: 414px;
}

html,
body {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

.one-line{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 65%;
}

/* Chrome, Safari, Edge, Opera */

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


/* Firefox */

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

.section-title {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #363636;
}

body {
    background-color: var(--screen-layer);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.waiting {
    color: var(--secondary) !important;
}

.three-line{
    min-width: 90px;
    height: 63px;
    overflow: hidden;
    margin-right: 40px;
}

.cancelled {
    color: var(--danger) !important;
}

.succeed {
    color: red !important;
}

.screen {
    width: 414px;
    min-height: 100vh;
    background-color: white;
    position: relative;
    margin-top: 70px;
}

.screen-cover {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}

.screen-cover-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.screen-cover-wrapper .screen-cover-popup {
    width: 274px;
    height: 95px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 13px;
}

.screen-cover-wrapper .screen-cover-popup .screen-cover-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
    text-align: center;
}

.screen-cover-wrapper .screen-cover-popup .screen-cover-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.screen-cover-wrapper .screen-cover-popup .screen-cover-action .btn-cover-agree {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: var(--primary);
    width: 49%;
    height: 35px;
    border: 1px solid var(--primary);
    box-sizing: border-box;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    background-color: white;
}

.screen-cover-wrapper .screen-cover-popup .screen-cover-action .btn-cover-disagree {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: white;
    width: 49%;
    height: 35px;
    border: none;
    background-color: var(--primary);
    box-sizing: border-box;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}

#bottom-share {
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 414px;
    z-index: 5;
    padding: 25px 0;
}

#bottom-share .share-title {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #363636;
    text-align: center;
    margin-bottom: 25px;
}

#bottom-share .share-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#bottom-share .share-bar .share-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#bottom-share .share-bar .share-img-wrapper {
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bottom-share .share-bar .share-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 141.02%;
    /* identical to box height, or 20px */
    text-align: center;
    color: #363636;
    margin-top: 10px;
}

.blank-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 20px;
}

.blank-group .blank-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    color: #A4A4A4;
    margin-top: 20px;
    text-align: center;
    width: 80%;
}

.btn-transparent {
    background-color: transparent;
    outline: none;
    border: none;
}

#navbar-top {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: var(--primary);
    height: 75px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbar-top .btn-transparent a {
    /* padding-left: 1.5rem !important; */
}

#navbar-top .navbar-wrapper {
    width: var(--screen-width);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

#navbar-top .navbar-simple-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 414px;
}

#navbar-top .navbar-simple-wrapper .btn-transparent {
    position: absolute;
    left: 0;
}

#navbar-top .navbar-wrapper-title {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 9px;
}

.line-separator {
    width: 100%;
    height: 1px;
    background: #F1F1F1;
}

.nav-bottom {
    background-color: white;
    width: 414px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    padding: 0 15px;
}

.nav-bottom .navbar-bottom-navigation {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin-bottom: 20px; */
    width: 100%;
    margin-bottom: -10px;
}

.nav-bottom .navbar-bottom-navigation .navbar-bottom-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav-bottom .navbar-bottom-navigation .navbar-bottom-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    letter-spacing: -0.015em;
    color: #A4A4A4;
    margin-top: 5px;
}

.nav-bottom .navbar-bottom-navigation .navbar-bottom-link.active .navbar-bottom-text {
    color: var(--primary);
}

.nav-bottom-link:hover {
    text-decoration: none;
}

.nav-bottom .navbar-bottom-navigation .navbar-bottom-link.active svg path {
    fill: var(--primary);
}

.navbar-bottom-cart {
    background-color: #FFFFFF;
    height: 78px;
    display: block;
    width: 414px;
    margin: 0 auto;
    bottom: 0;
    position: fixed;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 20px;
}

@media screen and (max-width: 414px){
    .navbar-bottom-cart {
        background-color: #FFFFFF;
        height: 78px;
        display: block;
        width: 370px;
        margin: 0 auto;
        bottom: 0;
        position: fixed;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 17px 20px;
    }
}

.navbar-bottom-cart .navbar-bottom-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

.navbar-bottom-cart .navbar-bottom-navigation .navbar-bottom-link {
    height: 50px;
    background: transparent;
    border-radius: 13px;
    outline: none;
    border: none;
}

.navbar-bottom-cart .navbar-bottom-navigation .navbar-bottom-link.cart {
    border: 1px solid var(--primary);
    box-sizing: border-box;
    border-radius: 13px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--primary);
    width: 35%;
}

.navbar-bottom-cart .navbar-bottom-navigation .navbar-bottom-link.cart:hover {
    background-color: var(--primary);
    color: white;
}

.navbar-bottom-cart .navbar-bottom-navigation .navbar-bottom-link.whatsapp {
    background: var(--primary);
    width: 63%;
}

.navbar-bottom-cart .navbar-bottom-navigation .navbar-bottom-link.whatsapp span {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-left: 4px;
}

#navbar-bottom {
    background-color: white;
    width: 414px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    padding: 0 25px;
    padding-top: 10px;
    margin-top: 10px;
}

.nav-cust {
    border-radius: 10px!important;
    border: 1.8px solid var(--primary)!important;
    /*margin-left: 5px;*/
    margin-right: 5px;
    color: var(--primary);
    min-width: 50px;
    /*max-width: 100%;*/
}

.nav-cust:hover {
    background-color: var(--primary)!important;
    border-radius: 10px!important;
    border: 1.8px solid var(--primary)!important;
    color: white !important;

}

@media screen and (max-width: 600px){
    .nav-cust {
        min-width: 80px;
        /*margin: auto;*/
        margin-right: 6px;
    }

    .nav-cust:hover {
        background-color: var(--primary)!important;
        border-radius: 10px!important;
        border: 1.8px solid var(--primary)!important;
        color: white;

    }
}

.nav-link{
    color: var(--primary)!important;
}

.nav-link.active {
    background-color: var(--primary)!important;
    color: #fff!important;
}

a{
    color: var(--primary);
}
.text-primary{
    color: var(--primary)!important;
}

@media screen and (max-width: 414px) {
    .screen,
    #navbar-top .navbar-wrapper,
    #navbar-bottom,
    #bottom-share,
    .nav-bottom {
        width: 100vw !important;
    }
}

.text-icon{
    color: #A4A4A4;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.avatar{
    background-color: rgba(65, 84, 241, 0.15);
    width: 54px;
    height: 54px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 20px;
    color: rgba(54, 54, 54, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-top{
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #eee;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.news-content-text img, .news-content-text iframe, .section-description img, .section-description iframe{
    width: 100% !important;
    height: auto;
}
