@font-face {
    font-family: 'YR';
    src: url('../fonts/Yekan/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: 'YB';
    src: url('../fonts/Yekan/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
    font-family: 'YL';
    src: url('../fonts/Yekan/iranyekanweblight.ttf') format('truetype');
}

@font-face {
    font-family: 'YRN';
    src: url('../fonts/Yekan/IRANYekanRegularMobile(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'YBN';
    src: url('../fonts/Yekan/IRANYekanMobileBold(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'YLN';
    src: url('../fonts/Yekan/IRANYekanLightMobile(FaNum).ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'YRN';
    line-height: 1.5;
}

option {
    font-family: 'YRN' !important;
}
.title {
    font-family: 'YB';
}

.site-wrapper {
    display: block !important;
    width: 100% !important;
}

a {
    text-decoration: unset;
}

p {
    font-size: 18px;
}

.wl {
    font-family: 'YL' !important;
}

.wb {
    font-family: 'YB' !important;
}

.wr {
    font-family: 'YR' !important;
}

.txt-gray {
    color: #9e9e9e !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #424242;
    font-family: 'YB';
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

.line-height--1_8 {
    line-height: 1.8;
}

.line-height--1_3 {
    line-height: 1.333333;
}

.line-height--2 {
    line-height: 1.8;
}

/*Button*/
.btn-yellow {
    color: #000;
    background-color: #FED766;
    border-color: #FED799;
    font-family: 'YL';
}

.btn-yellow:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}

/*Check Box*/
.checkbox-warning-filled [type="checkbox"][class*='filled-in']:checked + label:after {
    border-color: #ffc720;
    background-color: #ffca2c;
}

.checkbox-warning-filled:focus {
    border-color: #030f20;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.80);
}

.checkbox-warning-filled:checked {
    background-color: #ffc720;
    border-color: #ffca2c;
}

.checkbox-warning-filled.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/*Header*/
.container-fluid {
    padding: 0 54px;
}

/*Mobile Main Navbar*/
.mobile-main-navbar {
    display: none;
}

.mobile-main-navbar .bg {
    background-color: #1D1A10;
}

.mobile-main-navbar .navbar-dark {

}

.mobile-main-navbar .nav-link {
    padding: 8px;
    color: whitesmoke;
}

.mobile-main-navbar .nav-link:hover {
    background-color: black;
    opacity: 0.8;
}

/*Main Navbar*/
.main-navbar {
    background-color: #1D1A10;
}

.main-navbar > div {

}

.main-navbar-right {
    height: 100%;
}

.main-menu {
    height: 100%;
}

.main-menu .item {
    display: block;
}

.main-menu .item a {
    font-family: 'YL';
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: whitesmoke;
    height: 60px;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.main-menu .item a:hover > span {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 8px;
}

.main-menu .item a span {
    padding: 3px 4px;
    display: block;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background .6s ease-out;
    -moz-transition: background .6s ease-out;
    -o-transition: background .6s ease-out;
    transition: background .6s ease-out;
}

.logo img {
    width: 30px;
    height: 30px;
}

.main-navbar-left {
    height: 60px;
}

.register-btn {
    font-family: 'YR';
    height: 36px;
    font-size: 14px;
}

.register-btn:hover {
    color: white;
    border: 1px solid rgba(0, 0, 0, 0);
    background: unset;
}

.login-btn {
    font-family: 'YR';
    color: white;
    font-size: 14px;
    height: 36px;
}

.login-btn:hover {
    color: #000;
    background-color: #FED766;
    border-color: #FED799;
    font-family: 'YL';
}

@media (max-width: 767.98px) {
    .main-navbar {
        display: none;
    }

    .mobile-main-navbar {
        display: block;
    }
}

@media (max-width: 1199.98px) {

    .container-fluid {
        padding: 0 27px;
    }

    .main-menu .item a {
        padding: 0 6px;
    }
}

/*Second Navbar*/
.second-navbar {
    background-color: #3F3D56;
}

/*Language*/
.btn-check:focus + .btn, .btn:focus {
    box-shadow: unset;
}

.language-bar .dropdown-toggle {
    font-size: 14px;
}

/*Contact*/
.contact-bar {
    direction: ltr;
    font-size: 14px;
}

.contact-bar .phone {
    margin-left: 15px;
}

.email i,
.phone i {
    margin-right: 4px;
}

.contact-bar,
.language-bar {
    height: 60px;
}

@media (max-width: 400px) {

    .contact-bar {
        /*flex-wrap: wrap;*/
    }
}

@media (max-width: 550px) {
    .contact-bar {
        height: 60px;
        justify-content: space-between;
        width: 100%;
    }

    .phone {
        text-align: right;
    }

    .email,
    .phone {
        width: 100%;
        margin-left: unset !important;
        /*height: 45px;*/
        display: flex;
        align-items: center;
    }

    .language-bar {
        width: 100%;
        justify-content: flex-start !important;
        height: 35px;
    }

}

/*Carousel*/
.carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 1;
    margin-right: 4px;
    margin-left: 4px;
}

.carousel-indicators .active {
    width: 38px;
    background-color: #FED766;
    border-radius: 15px/45px;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 7%;
    height: 75%;
    width: 40%;
    border-radius: 0 173px 43px 0;
    text-align: right;
    right: auto;
    padding: 68px 15px 0 0;
}

.carousel-caption > div:first-child {
    text-align: center;
    padding-left: 20px;
}

.carousel-caption .caption-img {
    max-width: 70%;
    max-height: 70%;
}

.carousel-caption .caption-title {
    font-size: 33px;
    text-align: center;
    padding-left: 30px;
    color: #FFFFFF;
}

.carousel-caption .caption-title {

}

@media (max-width: 1300px) {
    .carousel-caption {
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 10%;
        height: 80%;
        width: 45%;
        text-align: right;
        right: auto;
        padding: 38px 38px 0 0;
    }

    .carousel-caption .caption-title {
        font-size: 24px;
    }
}

@media (max-width: 1100px) {
    .carousel-caption {
        width: 57%;
        padding: 23px 23px 0 0;
    }

    .carousel-caption .caption-title {
        font-size: 21px;
    }
}

@media (max-width: 767.98px) {
    .carousel-caption {
        width: 80%;
        top: 10px;
        height: 85%;
        border-radius: 0 173px 43px 0;
        padding: 54px 23px 0 0 !important;

    }

    .carousel-caption .caption-img {
        max-width: 210px;
    }

    .carousel-item > img {
        min-height: 400px;
    }
}


@media (max-width: 550px) {
    .carousel-caption {
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: right;
        right: auto;
        border-radius: unset;
    }

    .carousel-caption .caption-img {
        max-width: 230px;
    }

    .carousel-caption .caption-title {
        padding-top: 30px;
    }
}

/*Bazaar*/
ul.bazaar-tabs-items {
    margin-right: 68px;
}

.bazaar-tabs-items .nav-item:first-child {
    margin-right: 38px !important;
}

.bazaar-tabs-items .nav-item {
    position: relative;
    margin-right: 100px;
    border-radius: unset;
}

.bazaar-tabs-items .nav-item > span.right, .bazaar-tabs-items .nav-item > span.left {
    position: absolute;
    width: 73px;
    height: calc(100% + 1px);
    display: block;
    z-index: 999999999;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}


.bazaar-tabs-items .nav-item > a.active.nav-link {
    background-color: white !important;
    box-shadow: 0 -2px 2px #e7e7e7;
    border-radius: unset;
    margin-top: 1px;
    position: relative;
    z-index: 999999;
}

.bazaar-tabs-items .nav-item > a.active.nav-link ~ span.right {
    left: 100%;
    background-image: url("../img/wr.png");
    z-index: 999999;
}

.bazaar-tabs-items .nav-item > a.active.nav-link ~ span.left {
    right: 100%;
    background-image: url("../img/wl.png");
    z-index: 999999;
}

.bazaar-tabs-items .nav-item > span.right {
    left: 100%;
    background-image: url("../img/rr.png");
    z-index: 9999;
}

.bazaar-tabs-items .nav-item > span.left {
    right: 100%;
    background-image: url("../img/rl.png");
    z-index: 9999;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: unset !important;
    background-color: unset !important;
}

.bazaar-tabs-items a {
    color: black !important;
}

.nav-tabs {
    border-bottom: unset;
}

.nav-tabs .nav-link {
    font-size: 18px;
    margin-bottom: 0 !important;
    border: unset !important;
    /*padding: calc(7px + 1px) calc(14px + 1px) !important;*/
    padding: 8px;
    background-color: #F0F2F9;
    border-radius: unset !important;
    transition: unset;
    white-space: nowrap;

}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: unset !important;
    isolation: isolate;
}

.bazaar-tabs-items .nav-item:focus-visible {
    outline: unset !important;
}

.bazaar-tabs-items link.active {
    color: #495057;

}

.bazaar-tabs-items {

}

@media (max-width: 767.98px) {
    .bazaar-tabs-items .nav-item:first-child {
         margin-right: 0px !important;
    }

    .bazaar-tabs-items .nav-item > span.left {
        background-image: unset;
        width: 0 !important;
        z-index: 0;
    }

    .bazaar-tabs-items .nav-item > span.right {
        background-image: unset;
        width: 0 !important;
        z-index: 0;
    }

    .bazaar-tabs-items .nav-item > a.active.nav-link ~ span.left {
        background-image: unset;
        width: 0 !important;
        z-index: 0;
    }

    .bazaar-tabs-items .nav-item > a.active.nav-link ~ span.right {
        background-image: unset;
        width: 0 !important;
        z-index: 0;
    }

    .bazaar-tabs-items .nav-item {
        margin-right: 2px !important;
    }

    .nav-link {
        display: block;
        padding: .5rem 1rem;
    }

    ul.bazaar-tabs-items {
        margin-right: 0px;
    }

    .nav-tabs .nav-link {
        margin-bottom:-1px;
        border-top-right-radius: .25rem !important;
        border-top-left-radius: .25rem !important;
    }

    .bazaar-tabs-items .nav-item > a.active.nav-link{
        border-top: 1px solid #f0f2f9 !important;
        border-left: 1px solid #f0f2f9 !important;
        border-right: 1px solid #f0f2f9 !important;
    }
}

@media (max-width: 360.98px) {
    .nav-tabs .nav-link {
        font-size: 13px;
    }
}

.bazaar-tabs-container {
    border: 1px solid #dee2e6;
    box-shadow: 0px 0px 4px #e4e4e4;
    padding: 0px 14px 30px 14px;
    border-radius: 12px;
    margin-top: -2px;
    z-index: 99999;
    position: relative;
}

.bazaar-table {
    font-size: 18px;
    margin-top: 45px;
}

.bazaar-table * {
    border: unset;
}

.bazaar-table .last-changes {
    font-size: 24px;
}

.bazaar-table > thead > tr {
    text-align: center;
    color: black;
    font-size: 15px;
    font-family: 'YL';
    border-radius: 8px;
}

.bazaar-table > thead {
    margin-bottom: 23px;
}

.bazaar-table > thead > tr > th {
    background-color: #ECEEF5;
    min-height: 57px;
    height: 57px;
    vertical-align: middle;
}

.bazaar-table > thead > tr > th:first-child {
    border-radius: 0 4px 4px 0
}

.bazaar-table > thead > tr > th:last-child {
    border-radius: 4px 0 0 4px
}

.bazaar-table > tbody > tr td {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

.bazaar-table > tbody > tr:nth-child(even) {
    background-color: rgba(240, 242, 249, 0.4);
}

.currency > * {
    margin-right: 6px;
}

.currency .currency-abbr {
    font-family: 'YB';
    font-size: 18px;
}

.currency .currency-name {
    font-family: 'YL';
    font-size: 18px;
}

.custom-badge {
    padding: 5px 12px;
    border-radius: 3px;
    font-family: 'YB';
    font-size: 18px;
    direction: ltr;
}

.cbg-up {
    background-color: #80CBC4;
}

.cbg-down {
    background-color: #E57373;
}

.currency .weekly-chart {
    width: 90px !important;
    height: 90px;
}

.chart-show-all-btn {
    font-size: 14px;
    padding: 10px 15px;
    height: 39px;
    font-family: 'YB';
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #9e9e9e !important;
    border-color: #9e9e9e !important;
}

.chart-show-all-btn:hover {
    background-color: #263238;
    color: white !important;
}

/*Road map*/
.road-map-right {
    width: 52%;
}

.road-map-left {
    width: 48%;
}

.road-map-container {

}

.road-map-right .text h3 {
    font-size: 24px;
    font-family: 'YB';
}

.road-map-right .text p {
    line-height: 1.8;
    font-size: 18px;
    font-family: 'YL';
}

.road-map-right img {
    width: 70%;
}

.newsletter {
    width: 80%;
}

.newsletter form {
    width: 100%;
}

.newsletter .rules {
    margin-right: 8px;
    font-family: 'YL';
    font-size: 11px;
}

.road-map-input {
    font-size: 12px;
    height: 43px;
    border-radius: 8px;
}

.newsletter .form-check-input {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.newsletter .btn {
    box-shadow: 1px 1px 3px rgba(38, 50, 56, 0.15);
    font-size: 12px;
    font-family: 'YB';
    height: 48px;
}

.newsletter-register-wrapper {
    background: rgb(245, 245, 246);
    background: linear-gradient(180deg, rgba(63, 61, 86, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
    position: relative;
    border-radius: 0 129px 8px 0;
    width: 100%
}

.form-control-lg {
    border-radius: 9px;
}

@media (max-width: 900.98px) {
    .road-map-right {
        width: 100%;
    }

    .road-map-left {
        width: 100%;
    }

    .road-map-container .road-map-right .text {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {

    .road-map-right > div {
        flex-direction: column;
    }

    .road-map-container .road-map-right .image {
        width: 100%;
        order: 1;
    }

    .road-map-container .road-map-right .text {
        width: 100%;
        order: 0;
    }

    .road-map-right {
        width: 100%;
    }

    .road-map-right img {
        width: 50%;
    }

    .road-map-left {
        width: 100%;
    }

    .road-map-right {
        margin: 7px !important;
        text-align: center;
    }
}

@media (max-width: 575px) {

    .road-map-right img {
        width: 60%;
    }

    .newsletter {
        width: 100%;
    }

    .newsletter form {
        width: 95%;
    }

    .newsletter-register-wrapper {
        position: unset;
        left: 0;
        border-radius: unset;
        width: 100%;
    }
}

/*Authentication*/
.authentication {
}

.authentication .auth-left img {
    width: 70%;
}

.authentication .auth-left {
    text-align: left;
    width: 35%;
}

.authentication .auth-right {
    width: 65%;
}

.authentication p.txt-gray {
    line-height: 1.8;
}

.auth-steps {

}

.auth-steps .item {
    border-right: 3px solid #BDBDBD;
    font-size: 18px;
    color: #424242;
}

.auth-steps .item > span {
    color: #BDBDBD !important;
    font-weight: bold;
    margin: 0 4px;
    font-size: 24px;
    vertical-align: middle;
}

@media (max-width: 1100.98px) {
    .authentication .auth-left img {
        width: 90%;
    }
}

@media (max-width: 900.98px) {
    .authentication .auth-left img {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .authentication .auth-right {
        margin-bottom: 41px;
        width: 100%;
    }

    .authentication .auth-left {
        text-align: center;
        width: 100%;
    }

    .authentication .auth-left img {
        width: 55%;
    }
}

/*Services*/

.services .road-map-right .text {
    margin-right: 27px;
}

.services .road-map-right .image img {
    width: 100%;
}

.services-items {

}

.services-items .item {
    border-right: 3px solid #BDBDBD;
    padding-right: 8px;
    font-size: 18px;
}

@media (max-width: 900.98px) {
    .services .road-map-right {
        margin-bottom: 27px;
    }

    .services .road-map-right .image img {
        width: 75%;
    }
}

@media (max-width: 767.98px) {
    .services .road-map-right {
        text-align: right;
        margin-bottom: 14px !important;
    }

    .services .road-map-right .image {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .services .road-map-right > .container-fluid > .d-flex {
        flex-wrap: wrap;
    }
}

/*E-Money*/
.e-money a {
    display: block;
}

.e-money {
    background-color: rgba(245, 245, 246, 1);
}

.e-money p.txt-gray.text-center {
    line-height: 2;
}

.e-money .item > a {
    border-radius: 50px 10px 10px 10px;
    text-align: center;
    box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.3);
    text-decoration: none;
    color: gray;
    margin: 12px !important;
    font-size: 18px;
    font-family: 'YB';
}

.e-money .items {
    width: 80%;
    margin: 27px auto;
}

.e-money .item {
    padding: 0;
    margin: 0;
}

.e-money .item > a:hover {
    border: 2px solid rgb(63, 61, 86);
}

.e-money .item .brand-img {
    border-bottom: 3px dashed rgb(158, 158, 158);
}

.e-money .item .brand-img > img {
    width: 85%;
}

@media (max-width: 1100.98px) {
    .e-money .items {
        width: 100%;
    }
}

/*Features*/
.features {
    margin-bottom: 30px;
}

.features .image img {
    width: 120px !important;
    margin: 4px;
    min-height: 120px;
}

.features .items {
    width: 80%;
    margin: auto;
}

.features .items .item p {
    line-height: 1.8;
}

.features .items .item {
    margin-top: 30px;
}

@media (max-width: 1100.98px) {
    .features .items {
        width: 100%;
    }
}

/*Currency*/
.currencies {
    background-color: rgba(245, 245, 246, 1);
    margin-bottom: 41px;
    padding-bottom: 81px;
    min-height: 470px;
}

.currencies .item .image {
    width: 120px !important;
    margin: 4px 4px 15px 4px;
}

.currencies .items .item a {
    text-decoration: unset;
    color: black;
}

.currencies .items .item {
    margin-top: 36px;
}

.currencies .items .item p {
    line-height: 24px;
    color: #211e13;
    margin: 12px 0;
}

.currencies .items {
    width: 80%;
    margin: auto;
    text-align: center;
}


@media (max-width: 767.98px) {
    .currencies .items {
        width: 100%;
    }

    .currencies .items .item {
        width: 50%;
    }
}

@media (max-width: 360px) {
    .currencies .items .item {
        width: 100%;
    }
}

/*Wallet*/
.wallet {

}

.wallet > .container-fluid {
    margin-bottom: 81px;
}

.wallet > .container-fluid > p.txt-gray {
    line-height: 2;
}

.wallet .items {
    width: 80%;
    margin: 27px auto;
}

.wallet .item .image img {
    width: 100%;
}

.wallet .item .wrapper .right {
    width: 75%;
    height: 100%;
}

.wallet .item .wrapper .left {
    width: 25%;
    height: 100%;
    text-align: left;
}

.wallet .item p.txt-gray {
    line-height: 2;
}

.wallet .item.wallet-bg-white-1 .wrapper .right {
    width: 50%;
    height: 100%;
}

.wallet .item.wallet-bg-white-1 .wrapper .left {
    width: 50%;
    height: 100%;
}

.wallet .item.wallet-bg-white-1 img {
    width: 50%;
}

.wallet .item.wallet-bg-white-2 .wrapper .right {
    width: 50%;
    height: 100%;
}

.wallet .item.wallet-bg-white-2 .wrapper .left {
    width: 50%;
    height: 100%;
}

.wallet .item.wallet-bg-white-2 img {
    width: 50%;
}

.wallet .item .wrapper .left {
    width: 25%;
    height: 100%;
}

.wallet .item .wrapper {
    margin: auto 54px;
    min-height: 375px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wallet .item {
    padding: 0;
    margin: 0;
    min-height: 375px;
}

.wallet-bg-1 {
    background: url("../img/bg-wallet.png") no-repeat;
    background-size: cover;
}

.wallet-bg-2 {
    background: url("../img/bg-wallet2.png") no-repeat;
    background-size: cover;
    min-height: 375px;
}

@media (max-width: 1100.98px) {

    .wallet .item .wrapper .right {
        width: 65%;
    }

    .wallet .item .wrapper .left img {
        width: 90%;
    }

    .wallet .item .wrapper .left {
        width: 35%;
    }

    .wallet .item.wallet-bg-white-1 .wrapper .right {
        width: 35%;
    }

    .wallet .item.wallet-bg-white-1 .wrapper .left {
        width: 65%;
    }

    .wallet .item.wallet-bg-white-2 .wrapper .right {
        width: 35%;
    }

    .wallet .item.wallet-bg-white-2 .wrapper .left {
        width: 65%;
    }

    .wallet .item.wallet-bg-white-1 img {
        width: 90%;
    }

    .wallet .item.wallet-bg-white-2 img {
        width: 90%;
    }


}

@media (max-width: 900.98px) {
    .wallet .item .wrapper .right {
        width: 55%;
    }

    .wallet .item .wrapper .left {
        width: 45%;
    }

    .wallet .item.wallet-bg-white-1 .wrapper .right {
        width: 45%;
    }

    .wallet .item.wallet-bg-white-1 .wrapper .left {
        width: 55%;
    }

    .wallet .item.wallet-bg-white-2 .wrapper .right {
        width: 45%;
    }

    .wallet .item.wallet-bg-white-2 .wrapper .left {
        width: 55%;
    }
}

@media (max-width: 767.98px) {
    .wallet .item .image img {
        width: 80%;
    }

    .wallet .item .wrapper .left img {
        width: 100%;
    }

    .wallet .item.wallet-bg-white-1 {
        padding: 41px 0;

    }

    .wallet .item.wallet-bg-white-2 {
        padding: 41px 0;

    }

    .wallet .item.wallet-bg-white-1 .wrapper .right {
        order: 2;
        text-align: center;
        width: 100%;
    }


    .wallet .item.wallet-bg-white-1 .wrapper .left {
        order: 1;
        text-align: right;
        width: 100%;
    }

    .wallet .item.wallet-bg-white-2 .wrapper .right {
        order: 2;
        text-align: center;
        width: 100%;

    }

    .wallet .item.wallet-bg-white-2 .wrapper .left {
        order: 1;
        text-align: right;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .wallet .item .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .wallet .item .wrapper .right {
        width: 100%;
    }

    .wallet .item .wrapper .left {
        width: 100%;
        text-align: center;
    }

    .wallet .item .wrapper .left img {
        width: 70%;
    }

    .wallet .item.wallet-bg-white-1 img {
        width: 70%;
    }

    .wallet .item.wallet-bg-white-2 img {
        width: 70%;
    }

    .wallet-bg-1 {
        background: unset;
        background-color: rgba(63, 61, 86, 0.05);
        padding: 41px 0;
    }

    .wallet-bg-2 {
        background: unset;
        background-color: rgba(63, 61, 86, 0.05);
        padding: 41px 0;
    }
}

@media (max-width: 360px) {
    .wallet .item .wrapper .left img {
        width: 100%;
    }
}

/*Voucher*/
.voucher > .container-fluid > p.txt-gray {
    line-height: 2;
    margin-bottom: 60px;
}

.voucher a {
    display: block;
}

.voucher {
    background-color: rgba(245, 245, 246, 1);
}

.voucher .item > a:hover .text {
    border: 2px solid rgb(63, 61, 86);
    border-top: unset;
    border-radius: 0 0 6px 6px;
}

.voucher .item > a .text p {
    padding: 6px 0;
    margin: 0
}

.voucher .item > a .text {
    width: 100%;
    height: 100%;
}

.voucher .item > a {
    border-radius: 50% 6px 6px 6px;
    text-align: center;
    box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.3);
    text-decoration: none;
    color: #424242;
    margin: 12px !important;
}

.voucher .items {
    width: 80%;
    margin: 27px auto;
}

.voucher .item {
    padding: 0;
    margin: 0;
}


.voucher .item .brand-img {

}

.voucher .item .brand-img > img {
    width: 100%;
}

@media (max-width: 1100.98px) {
    .voucher .items {
        width: 100%;
    }
}

/*Blog*/
.blog .items .item {
    border-radius: 30px 9px 9px 9px;
}

.blog .items .item > a {
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    color: black;
    margin-top: 83px;
    position: relative;
    border-radius: 15px;
}

.blog .items .item > a span.date {
    position: absolute;
    left: 25px;
    top: 14px;
    font-size: 12px;
}

.blog .items .item > a p {
    font-size: 12px;
    margin: 0;
    color: rgba(66, 66, 66, .83);
}

/*Supporters*/
.supporters {
    background-color: rgba(245, 245, 246, 1);
    margin-bottom: 81px;
    padding-bottom: 81px;
}

.supporters .item .image {
    width: 170px !important;
    margin: 4px 4px 15px 4px;
}

.supporters .items .item a {
    text-decoration: unset;
    color: black;
}

.supporters .items .item {
    margin-top: 30px;
}

.supporters .items {
    width: 80%;
    margin: auto;
}

@media (max-width: 868.98px) {
    .supporters .item .image {
        width: 98px !important;
    }
}

@media (max-width: 575.98px) {
    .supporters .item .image {
        width: 170px !important;
    }
}

/*News*/
.news {
    margin-bottom: 150px;
}

.news .fresh {
    background: rgb(245, 245, 246);
    background: linear-gradient(180deg, rgba(245, 245, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 100px 0 0px 0;
    width: 45%;
}

.news .fresh > div {
    padding: 54px;
}

.news .fresh .items {
}

.news .fresh .items .item h5 {
    width: 100%;
    text-indent: 15px;
    font-size: 15px;
}

.news .fresh .items .item p {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    text-indent: 15px;
    font-size: 11px;
}

.news .fresh .items .item p .date {
    position: absolute;
    left: 40px;
    top: -8px;
    font-size: 11px;
    color: black;
}

.news .fresh .items .item {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 15px 4px;
}

.news .fresh .items .item:hover {

    background: url("../img/home/bg3.png"), url("../img/home/bg1.png"), url("../img/home/bg2.png");
    background-repeat: no-repeat;
    background-position: left, right, center;

}

.news .fresh .title {
    position: relative;
}

.news .fresh .title a {
    font-family: 'YR';
    position: absolute;
    left: 10px;
    top: 0;
    text-decoration: none;
    font-size: 14px;
}

.news .single .btn.btn-yellow {
    font-size: 15px;
    padding: 14px 50px !important;
    color: black;
    font-family: 'YB';
}

.news .single article {
    font-size: 14px;
    line-height: 1.9;
}

.news .single {
    width: 55%;
}

.news .single .title .date {
    font-family: 'YL';
    font-size: 11px;
}

.news .single .title .date img {
    width: 27px;
    margin-right: 8px;
}

.news .single > div {
    padding-left: 54px;
    padding-right: 54px;
}

.news .image img {
    width: 100%;
    max-height: 300px;
    border-radius: 19px;
}

@media (max-width: 1100.98px) {
    .fresh > div {
        padding-left: 27px !important;
    }

    .news .fresh {
        width: 50%;
    }

    .news .single {
        width: 50%;
    }
}


@media (max-width: 868.98px) {
    .news .news-container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .news .fresh {
        width: 100%;
    }

    .news .single {
        width: 100%;
    }

    .news {
        margin-bottom: 38px;
    }
}

@media (max-width: 575px) {
    .news .fresh .items .item p .date {
        display: block;
        width: 100%;
        position: static;
    }
}

@media (max-width: 360px) {

}

/*Schedule Support*/
.schedule-support {
    min-height: 84px;
    background-color: rgba(245, 245, 246, 1);
    color: #424242
}

.schedule-support .schedule .item span {
    font-size: 14px;
}

.schedule-support .schedule .item p {
    font-size: 14px;
}

.schedule-support .schedule .item {
    min-height: 84px;
}

.schedule-support .schedule {
    min-height: 84px;
}

.schedule-support .support .btn {
    font-size: 14px;
    padding: 13px 26px !important;
    font-family: 'YB';
}

.schedule-support .support {
    min-height: 84px;
}

.schedule-support .schedule * {
    padding: 0;
    margin: 0;
}

.btn-shadow {
    box-shadow: 1px 2px 4px rgba(66, 66, 66, 0.3);
}

.support-call-btn {
    border-color: #2a3275;
    border-width: 2px;
    box-sizing: border-box;
    color: #3F3D56;
}


@media (max-width: 868.98px) {
    .schedule-support {
        min-height: 35px;

    }

    .schedule-support .schedule .item {
        min-height: 35px;
    }

    .schedule-support .schedule {
        min-height: 35px;
    }

    .schedule-support .support {
        justify-content: center !important;
        width: 100%;
    }

}


/*Footer*/
footer a:hover {
    color: antiquewhite;
}

footer {
    color: #FFFFFF;
    background-color: #1D1A10;
    padding: 38px 0;
}

footer .widget ul li a {
    color: #e0e0e0;
    text-decoration: unset;
    font-size: 18px;
}

footer .widget ul li {
    margin: 14px 0;
}

footer .widget ul {
    list-style: none;
    text-indent: unset;
    margin-block-start: unset !important;
    margin-block-end: unset !important;
    padding: 0 0 27px 0;
    margin: 0;
}

footer .widget .title h3 {
    margin: 0 0 0 10px;
    color: white;
    font-size: 32px;
}

footer .widget .title {
    margin: 0 0 27px 0 !important;
    color: white;
    font-size: 24px;
}

.logo-down {
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.logo-down img {
    width: 54px;
}

.text-left {
    text-align: left;
}

.ltr {
    direction: ltr;
}

/*social*/
.social {
    margin-top: 27px;
}

.social .item {
    text-align: center;
    width: 48px;
    height: 48px;
    background-color: #424242;
    border-radius: 50%;
    padding: 8px;
    display: block;
    color: white;
    font-size: 27px;
}

.social .item:hover {
    color: #424242;
    background-color: white;
}

@media (max-width: 575px) {

    .social-list .item {
        margin: 8px;
    }

    .social-list {
        flex-wrap: wrap;
    }

}

/*application*/
.application .item img {
    width: 24px;
}

.application .item span {
    margin: 0 4px;
}

.app-title p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.application > div {
    margin-bottom: 8px;
}

.app-title {
    font-size: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.application .item {
    white-space: nowrap;
    text-decoration: none;
    color: #ccc;
    border-radius: 6px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
    background-color: black;
    padding: 8px 14px;
    font-size: 11px;
}

.application .item strong {

    font-size: 14px;
}

@media (max-width: 1000px) {

}

@media (max-width: 575px) {
    .app-stores {
        flex-direction: column;
    }

    .application .item {
        margin: 8px 0;

    }
}

/*
    User page
 */
.user-pages .mobile-main-navbar .bg {
    background: unset;
}

.user-pages .mobile-main-navbar .nav-link {
    padding: 8px;
    color: black;
}

.user-pages {

}

.user-pages .left {
    border: 1px solid rgb(112, 112, 112);
    border-right: unset;
}

.user-pages .right {
    color: white;
    text-align: center;
    background-color: rgb(29, 26, 16);
    background-image: url('../img/user/Group 5144.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgb(112, 112, 112);
    border-left: unset;
}

.user-pages .right p.description-1 {

}

.user-pages .right p.description-2 {
    font-size: 16px;
    line-height: 27px;
}

.user-pages header {
    margin-top: 20px;
}

.user-pages header div.language {
    color: black;
    font-size: 14px;
}

.user-pages header nav {

}

.user-pages header nav .item {
    margin-left: 18px;
}

.user-pages header nav a {
    font-size: 14px;
    color: black;
}

.user-pages header nav .item .logo img {
    height: 27px;
    width: 27px;
}

.user-pages header .title h1 {
    font-size: 24px;
    text-align: center;
    margin-top: 17px;
    color: #263238;
}

.user-pages header .title-bar {
    margin-top: 53px;
}

.user-pages header img.logo {
    width: 90px;
}

@media (max-width: 1100.98px) {
    .user-pages header .user-page-main-nav .language .dropdown-toggle {
        padding-right: unset;
        margin-top: 10px;
    }

    .user-pages header nav.large-navbar {
        width: 100%;
    }

    .user-page-main-nav {
        flex-wrap: wrap;
    }
}

@media (max-width: 900.98px) {

    .user-pages .left .main {
        padding: unset;
    }

    .user-pages header .user-page-main-nav .language .dropdown-toggle {
        padding: 6px 0px !important;
        margin: 10px 27px 0 27px;
    }

}

@media (max-width: 767.98px) {
    .user-pages header .user-page-main-nav nav.large-navbar {
        display: none !important;
    }

    .user-pages .user-form {
        /*padding: 0 27px;*/
    }
}

/**
Google btn
 */
.user-pages .google-btn {
    width: 90%;
}

.user-pages .google-btn a.btn {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    font-size: 12px;
    position: relative;
    color: #263238;
    border-radius: 9px;
}

.user-pages .google-btn a.btn img {
    position: absolute;
    left: 10px;
}

.user-pages .title-bar {
    color: #BDBDBD;
    font-size: 18px;
}

.user-pages .left .main .message {
    color: #BDBDBD;
    font-size: 18px;
    text-align: center;
}

.user-pages .left .main .message2 {
    color: #424242;
    font-size: 18px;
    text-align: center;
}

.user-pages .user-form2 {
    width: 90%;
}

.user-pages .user-form2 .back a {
    color: #3F3D56;
}

.user-pages .user-form2 .back {
    font-size: 12px;
}

.user-pages .user-form2 .btn {
    padding: 15px 50px !important;
    font-size: 12px !important;
    font-family: 'YBN';
}

/*
Password
*/
.togglePassword {
    color: #9e9e9e;
    position: absolute;
    left: 12px;
    top: 18px !important;
    cursor: pointer;
}

/**
Separator
 */
.user-pages .separator {
    width: 90% !important;
}

.user-pages .separator > div {
    border-top: 2px solid #9e9e9e;
    text-align: center;
    position: relative;
}

.user-pages .separator > div p {
    font-size: 12px;
    position: absolute;
    width: 100%;
    top: -11px;
    color: #9e9e9e;
}

/*
Form
*/
button[disabled="disabled"] {
    background-color: #e0e0e0;
    border-color: #e0e0e0 !important;
    box-shadow: unset;
}

input:-internal-autofill-selected {
    background-color: white !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.form-group {
    outline: unset !important;
}

.user-form .form-group label {
    font-size: 12px !important;
    background: white;
}

.user-form .form-group input, .user-form .form-group select {
    font-size: 12px;
    line-height: unset;
    padding: 15px 15px;
    border: 2px solid #9e9e9e;
    border-radius: 8px;
    background-color: unset;
}

.user-form .form-group select > * {
    color: #424242;
    padding: 5px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #BDBDBD;
}

.user-form input.error, .user-form select.error {
    border: 2px solid #e57373;
}

/*input:invalid {
    border: 2px solid #e57373 !important;
}*/

.user-form .text-muted {
    color: #e57373 !important;
    font-size: 11px;
    line-height: 2.5 !important;
}

.user-form .form-group .form-control.error:focus {
    border: 2px solid #e57373;
}

.user-form .form-group .form-control:focus {
    color: #263238;
    border: 2px solid #263238;
    outline: 0;
    box-shadow: unset;
}

.user-form > div {
    width: 90%;
}

.user-form > div .btn-yellow {
    font-size: 12px;
    color: #263238;
    padding: 18px 15px;
    border-radius: 8px;
}

.user-form > div .form-check label {
    font-size: 11px;
    color: #9e9e9e;
}

.user-form .form-group input#email {
    text-align: left;
    direction: ltr;
}

.has-float-label label, .has-float-label > span {
    left: 0 !important;
    right: 11px !important;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    top: 1.4em !important;
}

.has-float-label label, .has-float-label > span {
    width: min-content;
    white-space: nowrap;
}

/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
    position: absolute;
    top: 15px;
    left: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}

.select_mate {
    position: relative;
    float: left;
    min-width: 100%;
    width: 100%;
    min-height: 53px;
    font-family: 'YRN';
    color: #777;
    font-weight: 300;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #9e9e9e;
    transition: all 375ms ease-in-out;
}

.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1;
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}

.cont_select_int {
    position: absolute;
    left: 11px;
    top: 3px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 96%;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px 0px 3px 3px;
    transition: all 375ms ease-in-out;
    box-shadow: 1px 1px 3px rgb(158 158 158);
}

.cont_select_int li {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    background-color: #FFFFFF;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
}
.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0px;
}
.cont_select_int li:hover {
    background-color: #EEEEEE;
}
.cont_select_int .active {
    background-color: #EEEEEE;
}

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
    font-size: 12px;
    padding: 15px 2%;
    width: 96%;
    display: block;
    margin: 0px;
    cursor: pointer;
}

/*User Email*/
.main .user-email {
    border: 1px solid #e0e0e0;
    background: #fefefe;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    color: #BDBDBD;
    padding: 15px;
    position: relative;
    margin: auto;
    width: 90%;
}

.main .user-email > span i {
    color: white;
}

.main .user-email > span {
    position: absolute;
    right: 10px;
    background-color: #e0e0e0;
    padding: 4px 8px;
    border-radius: 4px;
    top: 13px;
}

/**
    OPT
 */
.otp-holder {

}

.otp-holder .btn {
    height: 48px;
    white-space: nowrap;
    background: #3F3D56;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px !important;
}

.otp {
    direction: ltr;
}

.otp.true input {
    /*border: 3px solid #00897B !important;*/
}

.otp input {
    border: 2px solid #BDBDBD;
    width: 48px;
    height: 48px;
    border-radius: 8px !important;
}

.otp input[type=number]::-webkit-inner-spin-button,
.otp input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.otp input::-webkit-input-placeholder {
    font-size: 2.2em;
    color: #9e9e9e;
}

.otp input::-moz-placeholder {
    font-size: 2.2em;
    color: #9e9e9e;
}

.otp input::-moz-placeholder {
    font-size: 2.2em;
    color: #9e9e9e;
}

.otp input:-ms-input-placeholder {
    font-size: 2.2em;
    color: #9e9e9e;
}

.otp input::input-placeholder {
    font-size: 2.2em;
    color: #9e9e9e;
}

.otp input::placeholder {
    font-size: 2.2em;
    color: #9e9e9e;
}

@media (max-width: 1490.98px) {
    .user-form > div {
        /*width: 100%;*/
    }
}

@media (max-width: 1392.98px) {
    .user-pages .left .main {
        padding: unset;
    }
}

@media (max-width: 1004.98px) {
    .otp-holder .btn {
        height: 40px;
    }

    .otp input {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 910.98px) {
    .otp-holder .btn {
        height: 35px;
    }

    .otp input {
        width: 35px;
        height: 35px;
        padding: 0 !important;
    }
}

@media (max-width: 850.98px) {
    .otp-holder .btn {
        margin: 10px;
        height: 45px;
    }

    .otp input {
        width: 45px;
        height: 45px;
    }

    .otp-holder .submit {
        order: 2;
    }

    .otp-holder .opt {
        order: 1;
    }

    .otp-holder {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {

    .otp-holder .submit {
        order: 1;
    }

    #otp {
        order: 2;
    }
}

@media (max-width: 545.98px) {
    .otp-holder .submit {
        order: 2;
    }

    #otp {
        order: 1;
    }
}

@media (max-width: 506.98px) {
    .otp-holder .submit {
        order: 2;
    }

    #otp {
        order: 1;
    }
}

@media (max-width: 388.98px) {
    .otp-holder .btn {
        height: 35px;
    }

    .otp input {
        width: 35px;
        height: 35px;
        padding: 0 !important;
    }

    .otp input.mx-1 {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
}

@media (max-width: 320.98px) {
    .user-pages .user-form2 .back {
        margin-top: 20px;
    }
}

/**
Footer
 */
.user-pages .footer a {
    font-size: 12px;
    color: #3F3D56;
}

.user-pages .footer p {
    font-size: 12px;
    color: #3F3D56;
}

.user-pages .footer {
    justify-self: end;
    width: 100%;
    text-align: left;
}

/*Intro*/
.intro-section {
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.50),
            rgba(0, 0, 0, 0.50)
    ),
    url("../img/contact/close-up-executives-sitting-table-scaled.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.breadcrumb {
    padding: 53px 0;
    margin-bottom: unset;
}

.breadcrumb-item + .breadcrumb-item::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    padding: 0 7px;
    color: #FFFFFF;
    filter: invert(100%) sepia(0%) saturate(7445%) hue-rotate(183deg) brightness(96%) contrast(105%);
    content: var(breadcrumb-divider, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E"));
    content: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E"));
}

.breadcrumb-item a, .breadcrumb-item, .breadcrumb-item.active {
    color: white;
    font-family: 'YL';
    font-size: 18px;
}

.breadcrumb-item.active {
    font-family: 'YB';
}

/**
    Contact page
 */
/* Left */

.contact-page-content .left {
    width: 28%;
    background-color: #3F3D56;
    z-index: 10;
    overflow: visible;
}

.contact-page-content .left .work-hours img {
    max-width: 120px;
}

.contact-page-content .left .work-hours {
    background-color: #3F3D56;
    width: 100%;
    padding-top: 50px;
    border-radius: 0 190px 0 0;
    top: -200px;
    position: relative;
    z-index: 11;
    text-align: center;
    direction: ltr;
    line-height: 33px;
    height: calc(100% + 200px);
}

.contact-page-content .left .work-hours .fixed {
    position: fixed;
    z-index: 12;
    color: white;
    width: calc(28%);
    left: 0px;
    padding: 0 54px;
}

@media (max-width: 1199.98px) {
    .contact-page-content .left .work-hours .fixed {
        padding: 0 27px;
    }
}


@media (max-width: 900.98px) {
    .contact-page-content .left {
        display: none !important;
    }

    .contact-page-content .right {
        width: 100% !important;
    }
}

/* Right */
/*Contact Ways*/
.contact-page-content .right {

}

.contact-ways {

}

.contact-ways .title {
    color: #1D1A10;
}

.contact-ways .item .image img {
    max-width: 120px;
}

.contact-ways .item h3 {
    line-height: 33px;
}

.contact-ways .item .value {
    color: #263238;
}

/*Address*/
.contact-page-content .right .address > div {
    border-radius: 50%;
    width: 450px;
    height: 450px;
    margin: auto;
    background: linear-gradient(180deg, rgba(63, 61, 86, 0.05) 50%, rgba(255, 255, 255, 1) 100%);
}

.contact-page-content .right .address > div .image img {
    max-width: 120px;
}

@media (max-width: 506.98px) {
    .contact-page-content .right .address > div {
        border-radius: unset;
        width: 100%;
    }
}

@media (max-width: 360.98px) {

    .contact-form button {
        min-width: auto !important;

    }

}

/*social-icons*/
.social-icons {
    text-align: center;
}

.social-icons .item {

}

.social-icons .item > div {
    margin: auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8;
    border: 18px solid #F0F2F9;
    transition: 0.3s;
}

.social-icons .item > div:hover {
    border: 8px solid #3F3D56;
    opacity: 1;
}

.social-icons .item img {
    width: 80px;
}

@media (max-width: 767.98px) {
    .social-icons .item {
        padding: 5px;
    }
}

/*contact-form*/
.contact-form {
    padding: 20px;
    border-radius: 120px 0 0 0;
    background: linear-gradient(180deg, rgba(63, 61, 86, 0.05) 50%, rgba(255, 255, 255, 1) 100%);

}


.contact-form .title {
    color: #424242;
}

.contact-form .message {
    color: #424242;
}

.contact-form input, .contact-form select, .contact-form textarea {
    font-size: 13.5px;
    height: 45px;
    border-radius: 9px;
    border: 2px solid #e0e0e0;
}

.contact-form button {
    min-width: 270px;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.contact-form textarea {
    min-height: 100px;
}

/**
    About Page
*/
/**/
.attributes {
    text-align: center;
    font-size: 23px;
    color: white;
}

.attributes .item {
    margin: 0 26px;
}

.attributes .bg-white {
    padding: 12px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 19px;
}

.attributes img {
    width: 68px;
    height: 68px;
}

/*Container*/
.about-page-container {
    padding-left: unset;
}

.about-page-container .sideline {
    margin-right: 54px;
    border-right: 8px dashed #BDBDBD;
}

.about-page-container .farsi-change {
    border-radius: 100%;
    width: 160px;
    height: 160px;
    background-color: #FED766;
    right: -80px;
    top: -80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #424242;

}

.about-page-container .about-list-title .circle div {
    background-color: #FFFFFF;
    opacity: 0.5;
    width: 32px;
    height: 32px;
    border-radius: 100%;

}

.about-page-container .about-list-title .circle {
    background-color: #FED766;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -35px;
}

.about-page-container .about-list-title {
    color: #424242;
}

.about-page-container .about-first-image img {
    width: 350px;
}

.about-page-container .left-padding {
    padding-left: 54px;
}

.about-page-container .player-container {

}

.about-page-container .player-container {
    width: 100%;
}

.about-page-container .player-container .player {
    width: 50%;
}

.about-page-container .player-container video {
    width: 90%;
    border-radius: 15px;
    margin-right: 24px;
}

.about-page-container .player-container .box {
    background: linear-gradient(180deg, rgba(245, 245, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 50px;
    width: 50%;
    border-radius: 0 80px 0 0;
    color: #424242;
}

.about-page-container .player-container .box button {
    font-size: 12px;
    padding: 18px 30px;
    border-radius: 8px;
    box-shadow: 1px 2px 8px rgba(38, 50, 56, 0.15);
    font-family: 'YB';
    color: #263238;
}

.about-page-container .about-page-services img {
    left: 0;
    top: -20px;
}

.about-page-services .services-list {
    right: -50px;
    color: #1D1A10;
}

.about-page-services .services-list > li {
    padding-top: 30px;
    font-size: 24px;
}

.about-page-services .services-list li {
    list-style: none;
}

.about-page-services .services-list > li::before {
    content: '';
    display: inline-block;
    height: 30px;
    width: 90px;
    background-image: url("../img/about/arrow-large.png");
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: sub;
}

.about-page-services .services-list ul li {
    text-indent: 95px;
    position: relative;
    font-size: 18px;
}

.about-page-services .services-list ul li::before {
    content: '';
    display: inline-block;
    height: 40px;
    width: 95px;
    background-image: url("../img/about/arrow-tiny.png");
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: sub;
    position: absolute;
    right: -5px;
    top: -15px;
}

.about-page-services .text-left {
    text-align: center;
}

.about-page-services .text-left img {
    width: 70%;
    top: -120px;
}

@media (max-width: 868.98px) {
    .intro-section .title {
        padding-bottom: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .attributes > div {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .attributes .item {
        margin: 10px 26px;
    }

    .about-page-container .player-container > div {
        width: 100% !important;
        padding: 10px;
    }

    .about-page-container .player-container {
        flex-wrap: wrap;
    }

    .about-page-container .sideline {
        margin-right: unset !important;
    }

    .about-page-services .text-left {
        padding: 10px;
    }

    .about-page-services .text-left img {
        width: 60%;
        position: static !important;
    }
}

@media (max-width: 767.98px) {
}

@media (max-width: 550px) {
}

/**
    Qa Page
*/

.faq-page-container {
    display: block;
}

.faq-page-container .faq-page-board {
    display: block;
    position: relative;
    top: -130px;
    background-color: #FAFAFB;
    border-radius: 100px;
    padding: 54px;
    min-height: 300px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.faq-page-container .faq-page-board .title h2 {
    font-size: 27px;
    font-family: 'YB';
    color: #424242;
    line-height: 36px;
}

.faq-page-container .faq-page-board .title p {
    color: #9e9e9e;
    font-family: 'YR';
    line-height: 24px;
    margin-top: 30px;
}

.faq-page-container .faq-page-board .items .item {
    background-color: rgba(63, 61, 86, 0.05);
    border-radius: 8px;
    padding: 8px;
    color: #1D1A10;
    width: 18%;
    text-align: center;
}

.faq-page-container .faq-page-board .items .item .image {
    width: 100%;
    margin: 0 auto;
}

.faq-page-container .faq-page-board .items .item .image > div {
    background-color: #FFFFFF;
    padding: 18px 18px 5px 18px;
    margin: 27px 27px 5px 27px;
    transition: .5s;
}

.faq-page-container .faq-page-board .items .item .image:hover > div {
    padding: 45px 45px 5px 45px;
    margin: 0px 0px 5px 0px;
}

.faq-page-container .faq-page-board .items .item .image img {
    width: 100%;
    margin: 15px 0;
}

.faq-page-container .faq-page-board .items .item h5 {
    line-height: 24px;
    font-size: 18px;
}

.faq-page-container .faq-page-board .items .item p {
    font-size: 14px;
}

.faq-page-container .faq-page-board .items .item a {
    color: #1D1A10;
}

@media (max-width: 1200.98px) {
    .faq-page-container .faq-page-board .items .item {
        width: 22%;
    }
}

@media (max-width: 910.98px) {
    .faq-page-container .faq-page-board {
        padding: 18px;
    }

    .faq-page-container .faq-page-board .items > div {
        flex-wrap: wrap;
    }

    .faq-page-container .faq-page-board .items .item {
        margin-top: 10px;
        width: 40%;
    }
}

@media (max-width: 767.98px) {
    .faq-page-container .faq-page-board .items .item {
        margin-top: 10px;
        width: 47%;
    }
}

@media (max-width: 490.98px) {
    .faq-page-container .faq-page-board .items .item {
        width: 80%;
    }
}

.faq-accordion .accordion-body {
    font-size: 18px;
    font-family: 'YR';
    line-height: 2;
}

.faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-family: 'YB';
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 15px !important;


}

.faq-accordion .accordion-item .accordion-header {
    border-radius: 15px !important;
    border: 2px solid #BDBDBD !important;
    margin: 25px 0;
    background-color: white;
    box-shadow: 1.5px 1.5px 3.75px rgba(0, 0, 0, 0.1);
}

.faq-accordion .accordion-item {
    border: unset;
    background-color: #FAFAFB;
}

.faq-accordion .accordion-collapse {
    margin: 15px 0;
    border-radius: 15px !important;
    background-color: #eeeeee;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 1.5px 1.5px 3.75px rgba(0, 0, 0, 0.1);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(
            180deg
    );
}

.faq-accordion .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.faq-accordion .collapsing {
    height: 0;
    opacity: 0;
    transition: opacity .7s ease, height .7s ease;
}

.accordion-button::after {
    transition: transform .3s ease-in-out;
}

/**
    Support page
*/
.fc-support-section {

}

.fc-support-section .item h3 {
    font-size: 24px;
    color: #424242;
}

.fc-support-section .item h3 span {
    font-size: 36px;
    vertical-align: middle;

}

.contact-page-content .left {
    min-width: 28%;
}

.fc-support-section > .container-fluid {
    margin-bottom: 81px;
}

.fc-support-section > .container-fluid > p.txt-gray {
    line-height: 2;
}

.fc-support-section .items {
    width: 80%;
    margin: 27px auto;
}

.fc-support-section .item .image img {
    width: 100%;
}

.fc-support-section .item .wrapper .rightt {
    width: 75%;
    height: 100%;
}

.fc-support-section .item .wrapper .left {
    width: 25%;
    height: 100%;
    text-align: left;
}


.fc-support-section .item.fc-support-section-bg-white-1 .wrapper .rightt {
    width: 50%;
    height: 100%;
}

.fc-support-section .item.fc-support-section-bg-white-1 .wrapper .left {
    width: 50%;
    height: 100%;
}

.fc-support-section .item.fc-support-section-bg-white-1 img {
    width: 50%;
}

.fc-support-section .rightt p.txt-gray {
    line-height: 1.8;
}

.fc-support-section .item.fc-support-section-bg-white-2 .wrapper .rightt {
    width: 50%;
    height: 100%;
}

.fc-support-section .item.fc-support-section-bg-white-2 .wrapper .left {
    width: 50%;
    height: 100%;
}

.fc-support-section .item.fc-support-section-bg-white-2 img {
    width: 50%;
}

.fc-support-section .item .wrapper .left {
    width: 25%;
    height: 100%;
}

.fc-support-section .item .wrapper {
    margin: auto 54px;
    min-height: 375px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fc-support-section .item {
    padding: 0;
    margin: 0;
    min-height: 375px;
}

.fc-support-section-bg-1 {
    background: url("../img/bg-wallet.png") no-repeat;
    background-size: cover;
}

.fc-support-section-bg-2 {
    background: url("../img/bg-wallet2.png") no-repeat;
    background-size: cover;
    min-height: 375px;
}

@media (max-width: 1100.98px) {

    .fc-support-section .item .wrapper .rightt {
        width: 65%;
    }

    .fc-support-section .item .wrapper .leftt img {
        width: 90%;
    }

    .fc-support-section .item .wrapper .leftt {
        width: 35%;
    }

    .fc-support-section .item.fc-support-section-bg-white-1 .wrapper .rightt {
        width: 35%;
    }

    .fc-support-section .item.fc-support-section-bg-white-1 .wrapper .leftt {
        width: 65%;
    }

    .fc-support-section .item.fc-support-section-bg-white-2 .wrapper .rightt {
        width: 35%;
    }

    .fc-support-section .item.fc-support-section-bg-white-2 .wrapper .leftt {
        width: 65%;
    }

    .fc-support-section .item.fc-support-section-bg-white-1 img {
        width: 90%;
    }

    .fc-support-section .item.fc-support-section-bg-white-2 img {
        width: 90%;
    }


}

@media (max-width: 900.98px) {
    .fc-support-section .item .wrapper .rightt {
        width: 55%;
    }

    .fc-support-section .item .wrapper .leftt {
        width: 45%;
    }

    .fc-support-section .item.fc-support-section-bg-white-1 .wrapper .rightt {
        width: 45%;
    }

    .fc-support-section .item.fc-support-section-bg-white-1 .wrapper .leftt {
        width: 55%;
    }

    .fc-support-section .item.fc-support-section-bg-white-2 .wrapper .rightt {
        width: 45%;
    }

    .fc-support-section .item.fc-support-section-bg-white-2 .wrapper .leftt {
        width: 55%;
    }
}

@media (max-width: 767.98px) {
    .fc-support-section .item .image img {
        width: 80%;
    }

    .fc-support-section .item .wrapper .leftt img {
        width: 100%;
    }

    .fc-support-section .item.fc-support-section-bg-white-1 {
        padding: 41px 0;

    }

    .fc-support-section .item.fc-support-section-bg-white-2 {
        padding: 41px 0;

    }

    .fc-support-section .item.fc-support-section-bg-white-1 .wrapper .rightt {
        order: 2;
        text-align: center;
        width: 100%;
    }


    .fc-support-section .item.fc-support-section-bg-white-1 .wrapper .leftt {
        order: 1;
        text-align: right;
        width: 100%;
    }

    .fc-support-section .item.fc-support-section-bg-white-2 .wrapper .rightt {
        order: 2;
        text-align: center;
        width: 100%;

    }

    .fc-support-section .item.fc-support-section-bg-white-2 .wrapper .leftt {
        order: 1;
        text-align: right;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .fc-support-section .item .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fc-support-section .item .wrapper .rightt {
        width: 100%;
    }

    .fc-support-section .item .wrapper .leftt {
        width: 100%;
        text-align: center;
    }

    .fc-support-section .item .wrapper .leftt img {
        width: 70%;
    }

    .fc-support-section .item.fc-support-section-bg-white-1 img {
        width: 70%;
    }

    .fc-support-section .item.fc-support-section-bg-white-2 img {
        width: 70%;
    }

    .fc-support-section-bg-1 {
        background: unset;
        background-color: rgba(63, 61, 86, 0.05);
        padding: 41px 0;
    }

    .fc-support-section-bg-2 {
        background: unset;
        background-color: rgba(63, 61, 86, 0.05);
        padding: 41px 0;
    }
}

@media (max-width: 360px) {
    .fc-support-section .item .wrapper .leftt img {
        width: 100%;
    }
}

/**
Services page
*/

.about-web-money {
    width: 100%;
}

.about-web-money .container-fluid {
    background: linear-gradient(180deg, rgba(63, 61, 86, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
    margin-right: 54px;
    border-radius: 0 80px 0 0;
    padding-top: 54px;
}

.about-web-money .player {

}

.about-web-money .player video {
    width: 60%;
    display: block;
    margin: auto;
    border-radius: 15px;
}

.about-web-money .box {
    display: block;
    margin-top: 40px;
}

.about-web-money .box > h3 {
    text-align: center;
}

.about-web-money .box > article {
    line-height: 2;
}

/*Slider*/
.wallet-models-slider {
    direction: ltr !important;
}

.wallet-models-slider > div {
    background-color: rgba(63, 61, 86, 0.05);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
}

.wallet-models-slider .splide__slide {
    padding: 15px;
}

.wallet-models-slider .splide__slide > div {
    border: 1.5px solid #3F3D56;
    border-radius: 38px 8px 8px 8px;
    direction: rtl;
    text-align: right;
    background-color: white;
}

.wallet-models-slider .splide__slide .title h2 {
    font-size: 32px;
    text-align: center;
    color: #3F3D56;
    line-height: 1.4;
}

.wallet-models-slider .splide__slide .title {
    border-bottom: 3px dashed #9e9e9e;
    padding: 20px !important;
}

.wallet-models-slider .splide__slide .text {
    padding: 20px 20px 40px 20px;
}

.wallet-models-slider .splide__arrow.splide__arrow--prev {
    border-radius: 0 100px 100px 0;
    min-height: 50px;
    background-color: yellow;
}

.wallet-models-slider .splide__arrow.splide__arrow--next {
    border-radius: 100px 0 0 100px;
    min-height: 50px;
    background-color: yellow;
    color: black;
}

.wallet-models-slider .splide__arrow.splide__arrow--prev:disabled {
    background-color: #EFEFEF;
    color: #BFBFBF;
}

.wallet-models-slider .splide__arrow.splide__arrow--next:disabled {
    background-color: #EFEFEF;
    color: #BFBFBF;
}

.wallet-models-slider .splide__arrow.splide__arrow--prev:disabled svg {
    filter: invert(.7);
}

.wallet-models-slider .splide__arrow.splide__arrow--next:disabled svg {
    filter: invert(.7);
}

.wallet-models-slider svg {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(191deg) brightness(101%) contrast(106%);
}

.wallet-models-slider .splide__arrow--prev {
    left: 0 !important;
}


.wallet-models-slider .splide__arrow--next {
    right: 0 !important;
}

/*
    Sale steps
*/
.sale-steps {
    padding: 3rem;
}

.sale-steps .item {
}

.sale-steps .item > div {
    margin: 30px 20px;
    background-color: rgba(63, 61, 86, 0.05);
    min-height: 40px;
    padding: 5px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 15px;
}

.sale-steps .item .num {
    font-size: 37px;
    color: #FED766;
    font-family: 'YB';
    padding-left: 10px;
}

.sale-steps .item .text {
    color: #424242;
}

.web-money-wallet-models {
    padding: 3rem;
    /*position: relative;*/
}

.web-money-wallet-models .item > div {
    border: 1.5px solid #e0e0e0;
    border-radius: 38px 8px 8px 8px;
    background-color: #FFFFFF;

}

.web-money-wallet-models .item .title {
    border-bottom: 2px dashed #9e9e9e;
}

.web-money-wallet-models .item .title h2 {
    font-size: 24px;
    font-family: 'YB';
    color: #3F3D56;
}

.web-money-wallet-models .item {
    padding: 15px;
}

.web-money-wallet-models .item .title h2 span {
    font-size: 12px;
    font-family: 'YB';
    color: #BDBDBD;
}

.web-money-wallet-models .item .text {
    font-size: 18px;
    color: #424242;
}

.web-money-wallet-models .item .title, .web-money-wallet-models .item .text {
    padding: 20px;
}

.web-money-wallet-models .bg {
    min-height: 60px;
    background-color: #3F3D56;
    position: relative;
    display: block;
    top: -120px;
    z-index: -1;
    width: 100%;
}

@media (max-width: 575px) {

}

@media (max-width: 900.98px) {
    .sale-steps {
        padding: 3rem 10px;
    }

    .web-money-wallet-models {
        padding: 3rem 10px;
    }

    .about-web-money .player video {
        width: 100%;
    }

    .about-web-money .container-fluid {
        margin-right: 10px !important;
    }
}

/**
    Calendar page
 */

/*Switch*/
.switch {
    width: 80px;
    height: 45px;
    position: relative;
    display: inline-block;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    background-color: #BDBDBD;
    border-radius: 30px !important;
    border: 0;
    padding: 0;
    display: block;
    margin: 12px 10px;
    min-height: 25px;
    min-width: 50px;
}

.switch .slider:before {
    position: absolute;
    background-color: #FFF;
    height: 35px;
    width: 35px;
    content: "";
    left: -5px;
    top: -5px;
    bottom: -2px;
    border-radius: 50%;
    transition: ease-in-out .5s;
    border: 2px solid #BDBDBD;
}

.switch .slider:after {
    content: "";
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 70%;
    transition: all .5s;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.switch input:checked + .slider:after {
    transition: all .5s;
    left: 30%;
    content: "";
}

.switch input:checked + .slider {
    background-color: #d3d6d9;
}

.switch input:checked + .slider:before {
    transform: translateX(35px);
    background-color: #FED766;
}

/**/
.calendar-page .today-news-switch {
    background-color: #ededee;
    padding: 10px 25px;
    border-radius: 15px;
    color: #1D1A10;
    font-size: 18px;
    font-family: 'YB';
}

.calendar-page .calendar-desc p {
    color: #424242;
}

.calendar-page .cal-btn {
    font-size: 18px;
    color: #9e9e9e;
    border-radius: 7.5px;
    border: 1px solid #9e9e9e;
    font-family: 'YB';
    vertical-align: center;
    white-space: nowrap;
}

.calendar-page .cal-btn:hover {
    color: #424242;
    border: 1px solid #424242;
}

/*Card*/
.calendar-page .card {
    background-color: unset;
    border: unset;
}

.calendar-page .card .card-header {
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'YB';
    border-radius: 15px 15px 0 0;
    background-color: #3F3D56;
}

.calendar-page .card .card-body {
    border-radius: 0 0 15px 15px;
    background-color: #ededee;

}

.calendar-page .card .card-body .table thead,
.calendar-page .card .card-body .table thead tr,
.calendar-page .card .card-body .table thead tr th,
.calendar-page .card .card-body .table tbody,
.calendar-page .card .card-body .table tbody tr,
.calendar-page .card .card-body .table tbody tr td {
    border: unset !important;
}

.calendar-page .card .card-body .table {
    border-collapse: separate;
    border-spacing: 0 1em;
    white-space: nowrap;
}

.calendar-page .card .card-body .table thead tr th {
    background-color: #FED766;
    color: #424242;
    font-size: 22px;
    font-family: 'YB';
    padding: 15px;
}

.calendar-page .card .card-body .table tbody tr td {
    background-color: white;
    color: #424242;
    font-size: 18px;
    font-family: 'YR';
    padding: 20px 15px;

}

.calendar-page .card .card-body .table thead tr th:first-child, .calendar-page .card .card-body .table tbody tr td:first-child {
    border-radius: 0 15px 15px 0;
}

.calendar-page .card .card-body .table thead tr th:last-child, .calendar-page .card .card-body .table tbody tr td:last-child {
    border-radius: 15px 0 0 15px;
}

.calendar-page .card .card-body .table tbody tr td {
    vertical-align: middle;
    color: #424242;

}

.calendar-page .card .card-body .table td.money > div span {
    vertical-align: middle;
}

.calendar-page .card .card-body .table td.money > div {
    display: flex;
    align-items: center;
}

.calendar-page .card .card-body .table img.flag {
    height: 16px;
}

.calendar-page .card .card-body .table .up {
    font-family: 'YB';
}

.calendar-page .card .card-body .table .down {
    color: #00897B;
    font-family: 'YB';
}

.calendar-page .card .card-body .table .btn-black {
    color: white;
    padding: 7px 22px;
    background-color: #3F3D56;
    font-family: 'YB';
    min-width: 90px;
    border-radius: 15px;
}

.calendar-page .card .card-body .table .btn-red {
    color: white;
    padding: 7px 22px;
    background-color: #e57373;
    font-family: 'YB';
    min-width: 90px;
    border-radius: 15px;
}

/* Style for image container */
.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-container img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.roof-image {
    z-index: 1;
}

.thumb-box {
    position: relative;
    display: inline-block;
}

.thumb-box p {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 7px 7px 5px 7px;
    margin-right: 10px;
    background-color: rgba(0,0,0, 0.4);
    font-size: 15px;
    font-weight: normal;
}

.thumb-box img {
    border-radius: 5px;
}

.icon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-container img {
    display: block;
    width: 30px;
    height: 30px;
    opacity: 0.8;
}

/* Style for the image box */
.image-box {
    width: 600px;
    height: 400px;
    margin-left: 220px; /* adjust the margin to move the image box away from the sidebar */
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caption-container {
    position: relative;
}

.caption {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    color: #404040;
    padding: 10px;
    margin-bottom: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: start;
    font-weight: bold;
    font-size: 15px;
}

.button-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #404040;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 3px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #404040;
    border: none;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    font-weight: normal;
}

.button span {
    pointer-events: none;
    color: #404040;
}

.button i{
    color: #404040;
    font-size: 15px;
    font-weight: 100 !important;
}

.menu-form {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px 20px 50px 20px;
    margin-bottom: 50px;
    max-height: 575px; /* Adjust this based on your desired max height */
    overflow-y: scroll;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}


.loading-overlay i{
    font-size: 35px;
    z-index: 2;
    color: #404040;
}

/* Style for the modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

/* Style for the modal content */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    max-height: 80%;
}

/* Style for the close button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

/* Style for the image */
.modal-content img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
