/*
Theme Name: Coinnext
Author: Themefix
Description: Coinnext - Bitcoin And Crypto Currency Mobile Template
Version: 2.1.0
*/
/* ====================================================================
 Table of contents
====================================================================
-General Variables
-Theme default css
-Animated Css
-Page Loader
-Header
-Main Sidebar
-Logo Main
-Main Section
-Footer
-Demo Section
==================================================================== */
/* General Variables */
@font-face {
    font-family: iransans;
    src: url('../fonts/IRANSansWeb(FaNum).ttf');
}

@font-face {
    font-family: shabnam;
    src: url('../../fonts/shabnam.ttf');
}

@font-face {
    font-family: samim;
    src: url('../../fonts/samim/Samim.ttf');
}

:root {
    --color1: #fafafa;
    --color2: #C99400;
    --color3: #EAECEF;
    --color4: #1E2329;
    --color5: #fff;
    --color6: #3366ff;
    --color7: #707a8a;
    --color8: #22B973;
    --color9: #B92269;
    --pill: 2.5rem;
    --round: 50%;
    --full: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body,
html {
    /*background-color: #134e48;*/
    margin: 0;
    padding: 0;
    font-family: iransans;
    font-size: 14px;
    color: var(--color4);
    direction: rtl;
    text-align: right;
    line-height: 1.4;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color4);
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
}

.shabnam_font{
    font-family: shabnam !important;
}

.samin_font {
    font-family: samim !important;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.wd-30 {
    width: 30px;
}

.ht-30 {
    height: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

hr:not([size]) {
    background: var(--color4);
}

p {
    line-height: 1.5rem;
    font-size: .9rem;
}

.ms-6 {
    margin-right: 4rem !important;
}

.ms-7 {
    margin-right: 5rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
    padding-bottom: 5rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

ul {
    margin: 0;
    padding-right: 0;
}

ul li,
ol li {
    /*font-size: 3.5rem;*/
    /*line-height: 3.5rem;*/
    list-style-type: none;
}

.table-custom-scrollbar {
    position: relative;
    display: block;
    height: 200px;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-anchor: none;
    -ms-overflow-style: none;
}

.btn {
    font-size: 14px;
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 5px;
    background-color: #0d3d49 !important;
    border-color: #0d3d49 !important;
    color: #A4bf9e !important;
    transition: all 0.3s linear;
    &:hover {
        background-color: #A4bf9e !important;
        color: #0d3d49 !important;
        transition: all 0.3s linear;
    }
}

.btn-main {
    color: #d3a422 !important;
    background-color: #ffffff !important;
    border: none;
    transition: all 0.3s linear;
    &:hover {
        color: #ffffff !important;
        background-color: #d3a422 !important;
        transition: all 0.3s linear;
    }
}

.btn-main:hover {
    color: var(--color4);
}

.btn-main svg {
    vertical-align: baseline;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
ins {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.form-group {
    margin-bottom: 1rem;
    line-height: 1;
}

.form-control {
    background: var(--color3);
    color: var(--color4);
    border: none;
    padding: .5rem 1rem;
    height: 41px;
    max-height: 41px;
    font-size: 14px;
    border-radius: 12px;
}

select.form-select {
    background: var(--color3);
    color: var(--color4);
    border: none;
    padding: 0.5rem 1rem;
    height: 41px;
    max-height: 41px;
    font-size: 14px;
    border-radius: 12px;
}

.form-control:focus {
    background: var(--color3);
    color: var(--color4);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #ebebeb !important;
}

.form-select {
    background-image: url(../img/icons/arrow-down-sign-to-navigate.svg);
}

.form-select:focus {
    border-color: var(--color3) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-check-input {
    width: 2.25rem !important;
    height: 1.55em !important;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-lang {
    width: 15px !important;
    height: 15px !important;
}

.form-check-input:checked {
    background-color: #F0B90A;
    border-color: #F0B90A;
}

.form-check-input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.input-group .input-group-text {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.invalid-tooltip {
    margin-top: 0;
    background: #ff5959;
    color: #fff;
}

.input-group-text {
    background: var(--color3);
    color: var(--color4);
    border-width: 1px;
    border-color: var(--color3);
    height: 41px;
    border-radius: 5px 0 0 5px;
}

textarea.form-control {
    min-height: calc(3.75em + 3.75rem + 2px);
}

img {
    max-width: 100%;
    height: auto;
}

.card {
    /*background: var(--color3);*/

    background: #0d3d49;
    background: linear-gradient(30deg,#0d3d49 1%, #A4bf9e 42%, #a4bf9e63 82%);
    border-radius: 12px;
}

.text-gray {
    color: var(--color7);
}

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

.text-warning {
    color: var(--color2) !important;
}

.text-warning {
    color: #ea8b00 !important
}

.bg-lightblue {
    background: #3366ff;
}

.table > :not(:last-child) > :last-child > * {
    color: var(--color5);
}

.table-borderless > :not(caption) > * > * {
    color: var(--color4);
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    background-color: #134e48;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #134e48;
    border-radius: 12px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #d3a422;
    border-radius: 12px;
}

/*  Animated Css */
.icon-effect {
    -webkit-animation: tada 2s ease infinite;
    animation: tada 2s ease infinite;
}

/*  Page Loader */
#loader-page {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--color1);
    z-index: 9999;
}

#line {
    top: 40px;
    right: -2.5px;
}

#line span {
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: var(--color2);
}

#line span:nth-child(1) {
    animation: grow 1s ease-in-out infinite;
}

#line span:nth-child(2) {
    animation: grow 1s ease-in-out 0.15s infinite;
}

#line span:nth-child(3) {
    animation: grow 1s ease-in-out 0.30s infinite;
}

#line span:nth-child(4) {
    animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow {
    0%, 100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
    50% {
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}

/*  Main Sidebar */
.main-sidebar {
    background-color: #ffffff;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    width: 75%;
    padding: 35px 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main-sidebar.active {
    right: 0;
}

.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}

.bg-overlay.active {
    visibility: visible;
    opacity: 1;
}

.sidebar-close-toggler {
    /*position: absolute;*/
    left: 20px;
    top: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: var(--color4);
}

.profile-img-item {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.menu-sidebar ul li a {
    color: #151515;
    font-size: 16px;
    font-weight: 500;
    padding: 0.75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-sidebar ul li a svg {
    margin-left: 1rem;
}

.copyright-item {
    padding-top: 10rem;
    text-align: center;
    color: #151515;
}

/*  Logo Main */
.logo-item .logo-main {
    width: 180px;
}

/*  Header Main */
.header-main {
    background-color: #151515;
    width: 100%;
    height: 100px;
    /*position: fixed;*/
    position: relative;
    top: 0;
    /*top: 50px;*/
    right: 0;
    left: 0;
    z-index: 999;
    border-bottom: 2px solid #fbd63b;
}

.header-main a {
    color: var(--color4);
}

.content-header {
    height: 50px;
}

.item-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.avatar-item a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
}

.count-notif {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ff5959;
    position: absolute;
    display: block;
    top: 3px;
    left: 1px;
}

.btn-back svg {
    transform: rotate(
            180deg);
}

/*  Main Section */
.main-content {
    position: relative;
    margin-top: 40rem;
    margin-bottom: 80px;
}

.card-content {
    text-align: right;
    direction: rtl;
    width: 100%;
    display: block;
    border-radius: 22px;
    padding: 15px;
}

.logo-card {
    max-width: 55px;
    margin-bottom: 5px;
}

.card-content span {
    color: var(--color5);
    font-size: 14px;
    display: flex;
    margin-bottom: 10px;
    #151515-space: nowrap;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: -1.525rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slider .owl-dots .owl-dot.active {
    background-color: var(--color2);
}

.main-slider .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    margin-left: .375rem;
    width: .5rem;
    height: .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 .5rem;
    flex: 0 0 .5rem;
    max-width: .5rem;
    background: var(--color7);
    border-radius: 50%;
}

.service-card .card {
    /*width: 15rem;*/
    /*height: 11rem;*/
    border-radius: 5px;
    background: #fbd63b;
    color: #000;
    /*background: rgb(251,214,59);*/
    /*background: linear-gradient(30deg, rgba(251,214,59,1) 1%, rgba(231,201,131,1) 42%, rgba(251,244,206,0.9136029411764706) 82%);    display: -ms-flexbox;*/
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.service-card p {
    color: var(--color4);
    font-size: 20px;
}

.crypto-card {
    position: relative;
    border-radius: 12px;
    background: var(--color3);
}

.crypto-card img {
    max-width: 30px;
    max-height: 30px;
}

.chart-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.chart-wrapper canvas, .compositebar canvas {
    width: 110% !important;
    max-height: 100% !important;
    margin: 0 -10px -10px 0;
}

.transaction-list img, .market-list img {
    max-width: 30px;
    max-height: 30px;
}

.transaction-list .list-item {
    display: flex;
    margin-bottom: 20px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
    margin-right: 15px;
}

.value-market-ticker {
    background: var(--color3);
}

.value-market-ticker ul li {
    margin: 0 0.5rem;
}

.value-market-ticker ul li span {
    color: var(--color4);
    font-size: 12px;
    display: flex;
    #151515-space: nowrap;
}

.apexcharts-menu-item {
    color: var(--color1);
}

.apexcharts-tooltip-box > div {
    color: var(--color4);
}

.wallet-item .clipboard-icon {
    padding: .75rem .75rem;
    font-size: .875rem;
    border-radius: 4px 0 0 4px !important;
}

.wallet-item .input-group .form-control {
    background: var(--color3);
    color: var(--color4);
    border: none;
}

.qrcode-item {
    background: var(--color3);
    width: 170px;
    height: 170px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: .5rem;
    padding: 15px;
    border-radius: 12px;
}

.qrcode-item img {
    max-width: 140px;
}

.market-list .coin-name {
    font-size: 16px;
}

.profile-thumbnail-item .thumbnail img {
    max-height: 85px;
    max-width: 85px;
    border-radius: 50%;
}

.profile-thumbnail-item .change-thumbnail {
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    top: auto;
    bottom: 55px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 0;
}

.profile-thumbnail-item .thumbnail .form-control-file {
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 5px;
    left: 0;
    right: 30px;
    z-index: 10;
    opacity: 0;
}

.profile-thumbnail-item .thumbnail .change-thumbnail button {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 0;
    right: 30px;
    margin: auto;
    background-color: var(--color2);
    color: var(--color5);
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 0;
    z-index: 1;
}

.exchange-item .exchange-card {
    position: relative;
}

.exchange-select .form-select {
    background-color: var(--color3);
    color: var(--color4);
    border-width: 1px;
    border-color: var(--color3);
    height: 41px;
    border-radius: 15px 0 0 15px;
    padding: 10px 5px 5px;
    text-align: center;
}

.exchange-card .exchange-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    background: var(--color8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 999;
}

.settings-item .settings-list .list-group-item, .pages-list .list-group .list-group-item {
    background: var(--color3);
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 12px;
    padding: 1rem 1rem;
}

.pages-list .list-group .list-group-item .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pages-list .list-group .list-group-item .item svg, .settings-list svg {
    transform: rotate(
            180deg);
    color: var(--color4);
}

.news-list .news-thumb {
    max-width: 95px;
    overflow: hidden;
    border-radius: 12px;
}

.news-details-item .news-thumb {
    overflow: hidden;
    border-radius: 12px;
}

.news-details-item .card-news-body p {
    font-size: 14px;
}

.toast.toast-msg {
    position: absolute;
    bottom: 50%;
    top: auto;
    width: 350px;
    max-width: 100%;
    font-size: 14px;
    padding: 1.5rem;
    color: #fff;
    pointer-events: auto;
    background-color: #055160;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 12px;
}

.toast.toast-msg.error {
    opacity: 1;
    display: block;
}

.toast.toast-msg.success {
    opacity: 1;
    display: block;
}

.apexcharts-text tspan, .apexcharts-canvas text {
    fill: var(--color4);;
}

.apexcharts-canvas {
    direction: ltr;
}

/*  Footer Section */
.footer-bar {
    position: fixed;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 65px;
    background: var(--color1);
    border-top: 1px solid #444658;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0 0;
    z-index: 999;
    overflow: hidden;

}

.footer-bar a {
    width: 20%;
    float: right;
    padding: 0;
    font-size: 12px;
    color: var(--color7);
    line-height: 24px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    #151515-space: nowrap;
}

.footer-bar a.active {
    color: var(--color2);
}

.footer-bar .btn-main {
    color: var(--color4);
    font-size: 14px;
    padding: 0.5rem 1rem;
}

/*  Demo Section */
.demo-content {
    background-image: url('../img/bg-demo.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 90px 0;
}

.demo-item iframe {
    max-width: 425px;
    height: 750px;
    width: 100%;
    border-radius: 25px;
    border: 5px solid var(--color4);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: block;
}

.demo-item ul li {
    margin-left: 0.5rem;
    margin-right: .5rem;
}

.demo-item ul li img {
    max-height: 45px;
}

/*  Error Section */
.error-item {
    position: relative;
    width: 100%;

    z-index: 10;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
}

@media only screen and (max-width: 757px) {
    .footer-bar {
        display: block !important;
    }

    .footer-copyright {
        display: none !important;
    }

    .main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one {

        width: 45%;
        margin-top: 30px;
        padding: 0 18px;
        display: flex;
        justify-content: center;

    }
}

@media (min-width: 768px) {
    .carousel-caption {
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%);
    }

    .ombre-externe {
        height: 440px !important;
    }

    .ombre-interne {
        height: 410px !important;
    }

    .slide-image {
        height: 410px !important;
        border-radius: 2px !important;
    }

    .imgg {
        width: 100% !important;
        height: 220px;
        border-radius: 10px;
    }

}

@media (max-width: 768px) {
    /*.carousel-caption {*/
    /*    left: 50%;*/
    /*    top: 55%;*/
    /*    transform: translate(-50%, -50%);*/
    /*}*/

    .ombre-externe {
        height: 250px !important;
    }

    .aaako {
        height: 250px !important;
    }

    .ombre-interne {
        height: 220px !important;
    }

    .slide-image {
        height: 220px !important;
        border-radius: 10px !important;
    }

    .imgg {
        height: 150px !important;
        border-radius: 10px;
    }

    .btn {
        padding: 5px !important;
    }

}

.blink1 {
    color: red;
    -webkit-animation: blinker1 1s infinite;
    animation: blinker1 1s infinite;
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
}

-webkit-

@keyframes blinker1 {
    0% {
        opacity: 0.3;
    }
}

@keyframes blinker1 {
    0% {
        opacity: 0.3;
    }
}

.blink2 {
    -webkit-animation: blinker2 1s infinite;
    animation: blinker2 1s infinite;
    color: green;
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
}

-webkit-

@keyframes blinker2 {
    100% {
        opacity: 0.3;
    }
}

@keyframes blinker2 {
    100% {
        opacity: 0.3;
    }
}

@media only screen and (max-width: 440px) {

    .main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one {

        width: 45%;
        margin-top: 30px;
        padding: 0 18px;
        display: flex;
        justify-content: center;

    }

    .blink1 {
        font-size: 13px;
    }

    .blink2 {
        font-size: 13px;
    }


    .ombre-externe {
        background-color: #151515;
        padding: 1rem;
        -moz-box-shadow: 20px 20px 36px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 20px 20px 36px rgba(0, 0, 0, 0.2);
        box-shadow: 11px 10px 19px rgb(0 0 0 / 15%)
    }

    .ombre-interne {
        background-color: #151515;
        -webkit-box-shadow: inset 8px 0px 14px -1px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 8px 0px 14px -1px rgba(0, 0, 0, 0.4);
        box-shadow: inset 8px 0px 14px -1px rgba(0, 0, 0, 0.4);
    }
}

.tcontainer {
    direction: rtl;
    overflow: hidden; /* Hide scroll bar */
    color: black;
}

/* MIDDLE CONTAINER */
.ticker-wrap {
    width: 100%;
    padding-right: 100%;
    background: #0d3d49;
    background: linear-gradient(0deg, #0d3d49 1%, #A4bf9e 42%, #a4bf9e63 82%);
    height: 45px;
    font-size: 16px;
    font-family: inherit !important;
    margin-top: 15px !important;
    border-radius: 10px;
    font-weight: bold;
}

/* INNER CONTAINER */
@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(+100%, 0, 0);
    }
}

.ticker-move {
    /* Basically move items from right side of screen to left in infinite loop */
    display: inline-flex;;
    #151515-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 50s;
    margin-top: 13px !important;
}

.ticker-move:hover {
    animation-play-state: paused; /* Pause scroll on mouse hover */
}

.ticker-item {
    margin: 0 20px !important;
}


input[type="number"] {
    -moz-appearance: textfield;
    text-align: center !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.lds-roller {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 30px auto;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.display1 {
    display: none !important;
}

@media (min-width: 300px) and (max-width: 576px) {

    .main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one {

        width: 45%;
        margin-top: 30px;
        padding: 0 18px;
        display: flex;
        justify-content: center;

    }

    /*.main-sidebar{*/
    /*    width: 600px;*/
    /*}*/
    .goldPrice {
        /*position: relative;*/
        /*margin-bottom: 30px !important;*/
        /*padding-bottom: 30px !important;*/

        position: relative;
        margin-bottom: 40px !important;
        padding-bottom: 40px !important;
        /*box-shadow: 0 5px 9px rgba(251, 214, 59, 0.5);*/
        margin-top: 18px;
        border-bottom: solid 1px #565656;
    }

    /*.service-card .card {*/
    /*    width: 5rem;*/
    /*    height: 5rem;*/
    /*    border-radius: 35px;*/
    /*    background: var(--color3);*/
    /*    color: var(--color2);*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -webkit-box-align: center;*/
    /*    -ms-flex-align: center;*/
    /*    align-items: center;*/
    /*    -webkit-box-pack: center;*/
    /*    -ms-flex-pack: center;*/
    /*    justify-content: center;*/
    /*    margin-bottom: 1.5rem;*/
    /*    border: none;*/
    /*    margin-left: auto;*/
    /*    margin-right: auto;*/
    /*}*/
    /*.card{*/
    /*    width: 50%;*/
    /*}*/
}

@media (min-width: 768px) and (max-width: 992px) {
    .a-menu {
        display: block;
    }

    .main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one {

        width: 45%;
        margin-top: 30px;
        padding: 0 18px;
        display: flex;
        justify-content: center;

    }

    .service-card .card {
        width: 8rem;
        height: 6rem;
        border-radius: 5px;
        background: #fbd63b;
        /*background: rgb(251,214,59);*/
        /*background: linear-gradient(30deg, rgba(251,214,59,1) 1%, rgba(231,201,131,1) 42%, rgba(251,244,206,0.9136029411764706) 82%);*/
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        border: none;
        margin-left: auto;
        margin-right: auto;
    }


}

.goldPrice {
    /*position: relative;*/
    /*margin-bottom: 30px !important;*/
    /*padding-bottom: 30px !important;*/

    position: relative;
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
    /*box-shadow: 0 5px 9px rgba(251, 214, 59, 0.5);*/
    margin-top: 18px;
    border-bottom: solid 1px #565656;
}

@media (min-width: 992px) and (max-width: 1800px) {

    .service-card .card {
        width: 7rem;
        height: 6rem;
        /*border-radius: 35px;*/
        /*background: var(--color3);*/
        /*color: var(--color2);*/
        /*background: rgb(251,214,59);*/
        /*background: linear-gradient(30deg, rgba(251,214,59,1) 1%, rgba(231,201,131,1) 42%, rgba(251,244,206,0.9136029411764706) 82%);*/
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        border: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {

    .goldPrice {
        /*position: relative;*/
        /*margin-bottom: 30px !important;*/
        /*padding-bottom: 30px !important;*/

        position: relative;
        margin-bottom: 40px !important;
        padding-bottom: 40px !important;
        /*box-shadow: 0 5px 9px rgba(251, 214, 59, 0.5);*/
        margin-top: 18px;
        border-bottom: solid 1px #565656;
    }

    /*.main-sidebar{*/
    /*    width: 800px;*/
    /*}*/


}

.main-sidebar {
    display: none;
}


@media (min-width: 1200px) {
    /*.service-card .card {*/
    /*    width: 22rem;*/
    /*    height: 14rem;*/
    /*}*/
    .goldPrice {
        /*position: relative;*/
        /*margin-bottom: 30px !important;*/
        /*padding-bottom: 30px !important;*/

        position: relative;
        margin-bottom: 40px !important;
        padding-bottom: 40px !important;
        /*box-shadow: 0 5px 9px rgba(251, 214, 59, 0.5);*/
        margin-top: 18px;
        border-bottom: solid 1px #565656;
    }

    .navbar-menu-toggler {
        display: none;
    }

    .navbar-btn {
        display: none;
    }

    .main-sidebar {
        display: none;
    }
}

@media (min-width: 1400px) {
    .service-card .card {
        width: 9rem;
        height: 9rem;
    }

    .goldPrice {
        /*position: relative;*/
        /*margin-bottom: 30px !important;*/
        /*padding-bottom: 30px !important;*/

        position: relative;
        margin-bottom: 40px !important;
        padding-bottom: 40px !important;
        /*box-shadow: 0 5px 9px rgba(251, 214, 59, 0.5);*/
        margin-top: 18px;
        border-bottom: solid 1px #A4bf9e;
    }

    .positionSet4 {
        position: absolute;
        right: 90%;
        left: 50%;
    }

    .positionSet3 {
        position: absolute;
        right: 30%;
        left: 50%;
    }

    .positionSet2 {
        position: absolute;
        right: 60%;
        left: 50%;
    }

    .main-sidebar {
        display: none;
    }
}

/*.main-sidebar {*/
/*    display: block;*/
/*}*/

/*.hidden {*/
/*    display: none;*/
/*}*/
/*.a-x{*/
/*    cursor: pointer;*/
/*}*/

/*.main-sidebar{*/
/*    display: none;*/
/*}*/
/*@media (max-width:576px){*/
/*    .service-card .card {*/
/*        width: 5rem;*/
/*        height: 5rem;*/
/*    }*/
/*}*/
.linkStyle {
    border: none;
    text-decoration: none;
    /*display: inline-block;*/
    display: inline-flex;
    padding: 10px 45px;
    background-color: #fbd63b;
    color: #151515;
    border-radius: 5px;
}

.market-decoration {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fef5d8;
    /*padding: 0 60px;*/
    /*padding: 0 300px;*/
    margin-top: 100px;
}

.nav-link {
    color: #fbd63b;
    font-size: 15px;
    /*font-weight: bold;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    cursor: pointer;
}

.nav-navItems {

    display: flex;
    align-items: center;
    /*justify-content: center;*/
    padding-right: 35px;
}

.image-logo {
    width: 180px;
    height: 100px !important;

}

.linkStyle i {
    margin-right: 5px;
}

/*.container-slider*/
/*{*/
/*   display: flex;*/
/*    width: 100%;*/
/*    justify-content: center;*/
/*}*/
/*.headerMain-container-slider{*/
/*    display: flex;*/
/*    width: 100%;*/
/*    justify-content: center;*/
/*}*/
/*!*.ombre-externe , .headerMain-container-slider, .container-slider{*!*/

/*!*    width: 100%;*!*/
/*!*    min-height: 420px;*!*/
/*!*    min-width: 0;*!*/
/*!*    overflow: hidden;*!*/
/*!*}*!*/

.body-container-land {

    max-width: 1900px;
    margin: 0 auto;
    padding: 0 10px;
    /*overflow-x: hidden;*/
    /*padding-left: 3rem !important;*/
    /*padding-right: 3rem !important;*/
}

.main-possibilities-item {

    width: 100%;
    display: flex;
    flex-direction: column;
    /*padding-left: 3rem !important;*/
    /*padding-right: 3rem !important;*/
}

.page-title {

    color: #0a0a0a;
    font-size: 1.5rem;
    font-weight: 400;
}


.main_sectionTitle {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 50px;
}

.main-possibilitiesBody {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one {

    width: 25%;
    padding: 0 18px;
    display: flex;
    justify-content: center;

}

@media (max-width: 992px) {
    .main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one {

        width: 45%;
        margin-top: 30px;
        padding: 0 18px;
        display: flex;
        justify-content: center;

    }

    .market-decoration {
        margin-top: 130px;
    }

    .header-main {
        height: 40px !important;

    }

    .linkStyle {
        padding: 30px 50px;
    }

    .content-header {
        /*padding-bottom: 20px;*/
    }

    .navbar-menu-toggler {
        padding-right: 50px;
    }

    .navbar-btn {
        padding-right: 50px;
    }

    .item-options-logo {
        margin-right: 100px;
    }

    .container-head {
        top: 40px !important;
    }
}

.main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one .main-itemContent-pb {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    padding: 10px 0 10px;
    transition: all .4s;
}

.main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one .main-itemContent-pbw .main-itemImg-image {

    /*width: 50px;*/
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one .main-itemContent-pbw .main-itemTitle-title {
    height: 30px;
}

.main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one .main-itemContent-pbw .main-itemDescription-dec {
    height: 50px;
    margin-top: 30px;
    text-align: center;
}

.main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one .main-itemContent-pbw .main-itemDescription-dec span {
    font-size: 1.25rem !important;
}

.main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one .main-itemContent-pbw .main-itemLink-link {
    /*transform:translateY(20px);*/
    padding: 5px 5px;
    opacity: 0;
    cursor: pointer;
    /*transition:all .4s;*/
}

.main-possibilities-item .main-possibilitiesBody .main-possibilitiesItem-one .main-itemContent-pbw .main-itemTitle-title h2 {

    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    color: #0a0a0a;
    margin-top: 15px;
}


.main-question-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 30px;
    /*padding-left: 3rem !important;*/
    /*padding-right: 3rem !important;*/
}

.body-container-land-em {
    max-width: 1900px;
    /*margin: 0 auto;*/
    padding: 0 10px;
    /*overflow-x: hidden;*/
    margin-bottom: 100px;
    margin-top: 100px;

}

.question-title {
    color: #0a0a0a;
    font-size: 1.5rem;
    font-weight: 400;
}

.main-sectionTitle-question {
    font-size: 2.5rem;
    font-weight: 400;
}

.main-question-boxes {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.main-itemsQuestion-rows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.main-question-body .main-question-boxes .question-item-box {

    width: calc(50% - 40px);
    height: 170px;
    border-bottom: 1px solid #262626;
}

.main-question-body .main-question-boxes .question-item-box .main-itemContent-pb {

    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /*padding-top: 20px;*/
}

.main-question-body .main-question-boxes .question-item-box .main-itemContent-pb .main-mainImg-Mw {

    width: 110px;
    min-width: 110px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-question-body .main-question-boxes .question-item-box .main-itemContent-pb .main-textsContainer-tiXJK {

    display: flex;
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
    /*margin-top: 20px;*/
}

.main-question-body .main-question-boxes .question-item-box .main-itemContent-pb .main-textsContainer-tiXJK h2 {

    color: #0a0a0a;
    font-size: 0.75rem;
    font-weight: 300;
}

.main-commodity-qdGw1 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.body-container-land-gold {
    max-width: 1900px;
    padding: 0 10px;
    margin: 50px auto;
    overflow-x: hidden;
}

.page-title-gold {
    color: #0a0a0a;
    font-weight: 400;
    font-size: 2rem;
}

.main-commodity-qdGw1 .main-items-gold21 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.main-commodity-qdGw1 .main-items-gold21 .main-item-oneOfGold {

    width: 25%;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.main-commodity-qdGw1 .main-items-gold21 .main-item-oneOfGold .main-itemImg-gold {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.main-commodity-qdGw1 .main-items-gold21 .main-item-oneOfGold .main-itemTexts-gold {

    width: calc(100% - 10px);
    display: flex;
    align-items: flex-end;
    flex-direction: column;

}

.main-commodity-qdGw1 .main-items-gold21 .main-item-oneOfGold .main-button-gold {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.main-commodity-qdGw1 .main-items-gold21 .main-item-oneOfGold .main-itemImg-gold img {

    width: calc(100% - 10px);
    height: auto;
    max-height: 100%;
}

.main-commodity-qdGw1 .main-items-gold21 .main-item-oneOfGold .main-itemTexts-gold span {

    color: #0a0a0a;
    font-size: 15px;
    font-weight: 200;
    text-align: left;
    line-height: 1.5;
    margin: 5px 0;
}

.main-commodity-qdGw1 .main-items-gold21 .main-item-oneOfGold .main-button-gold button {
    width: calc(100% - 10px);
    height: 45px;
    border-radius: 10px;
    /*display: flex;*/
}

.gold-button {
    background-color: #A4bf9e;
    color: #0d3d49;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    width: max-content;
    border: none;
    font-size: 1.25rem;
    transition: all 0.3s linear;
    &:hover {
        background-color: #0d3d49;
        transition: all 0.3s linear;
        color: #A4bf9e;
        svg {
            path {
                fill: #A4bf9e !important;
                stroke: #A4bf9e !important;
                transition: all 0.3s linear;
            }
        }
    }
}

.main-middleBanner-login {
    padding-top: 30px;
    padding-bottom: 50px;


}

.body-container-land-banner {
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 10px;
    overflow-x: hidden;
}

.main-middleBanner-login .main-middleBannerContent-all {

    width: 100%;
    display: flex;
    justify-content: center;
    background: radial-gradient(circle at 25% 50%, #A4bf9e 0, #A4bf9e 5%, #0d3d49 75%, #0d3d49 100%);
    border-radius: 10px;
    padding: 0 15px;
}

.main-middleBanner-login .main-middleBannerContent-all .main-middleBannerContentInside-inner {
    width: 100%;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-middleBanner-login .main-middleBannerContent-all .main-right-content {

    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 90px;
    @media screen and (max-width: 1200px) {
        padding-right: 0;
    }
    @media screen and (max-width: 767px) {
        width: 100%;
        justify-content: center;
        align-items: center;
        .main-title-login {
            font-size: 18px !important;
            text-align: center !important;
        }
        a {
            button {
                margin: 0 !important;
                span {
                    font-size: 16px !important;
                }
            }
        }
    }
}

.main-middleBanner-login .main-middleBannerContent-all .main-left-content {

    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
}

.main-middleBanner-login .main-middleBannerContent-all .main-right-content .main-title-login {
    color: #151515;
    font-weight: 400;
    font-size: 2rem;
    line-height: 45px;
    margin-bottom: 25px;
}

.main-middleBanner-login .main-middleBannerContent-all .main-right-content .main-sectionButton-banner-login {

    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-top: 20px;
}

.main-commodity-price {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f6f2f2;
    border-radius: 10px;

}

.body-container-land-gold-commodity {
    max-width: 1900px;
    padding: 0 10px;
    margin: 0 auto;
    overflow-x: hidden;

}

.main-commodity-price .main-goldInvestmentContent-all {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    padding-top: 50px;
}

.main-commodity-price .main-investmentBody-beet {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input {
    width: 50%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    background-color: #151515;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);

}

.main-commodity-price .main-investmentBody-beet .main-investmentLeft-image {
    width: 50%;
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
}

.main-commodity-price .main-investmentBody-beet .main-investmentLeft-image img {
    width: 400px;
    height: auto;
}

.page-title-input {
    color: #0a0a0a;
    font-size: 2rem;
    font-weight: 400;
}

.main-sectionTitle-input-banner {
    font-size: 2rem;
    font-weight: 400;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-investmentDescription-spanB {
    padding-top: 10px;
    padding-bottom: 30px;
    color: #e5e3e3;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    max-width: 380px;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-investmentBox-input1 {
    width: 100%;
    height: 50px;
    max-width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 15px;
    border: 1px solid #919090;
    margin: 10px 0;
    position: relative;

}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-investmentBox-input1 .main-subject-input1-1 {
    position: absolute;
    top: 0;
    right: 15px;
    transform: translateY(calc(-50% - 2px));
    font-size: 0.75rem;
    font-weight: 300;
    color: #8c8c8c;
    background-color: #fff;
    padding: 0 5px 0 10px;

}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-investmentBox-input1 input {

    width: 100%;
    height: 40px;
    text-align: center;
    color: #454545;
    background-color: transparent;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    outline: none;
    direction: ltr;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-inputContainer-count {
    padding-bottom: 30px;
    width: 100%;
    max-width: 380px;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-inputContainer-count .main-contents-counter {
    width: 100%;
    height: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-inputContainer-count .main-contents-counter .main-back-forward .right-line {
    width: 50%;
    height: 100%;
    background-color: #cccccc;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-inputContainer-count .main-contents-counter .main-back-forward .left-line {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: #cccccc;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-inputContainer-count .main-contents-counter .main-back-forward .right-line:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    background-color: #f0ad4e;
    z-index: 2;
    border-radius: 5px;
    transition: all .4s;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-inputContainer-count .main-contents-counter .main-back-forward .reft-line:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    background-color: #f0ad4e;
    z-index: 2;
    border-radius: 5px;
    transition: all .4s;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-inputContainer-count .main-contents-counter .main-start-dot .active-dot1 {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    transition-delay: .4s;
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-inputContainer-count .main-contents-counter .main-start-dot {
    left: 0;
    transform: translateY(-50%);
}

.main-commodity-price .main-investmentBody-beet .main-investmentRight-input .main-inputContainer-count .main-contents-counter .main-start-dot {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #666a6d;
    z-index: 5;
    transition: all .4s;
    cursor: pointer;
}

.main-giftCard-invite {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: inherit;
}

.body-container-land-invite {
    max-width: 1900px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
}

.main-giftCard-invite .main-giftCardContent-cart0 {

    width: 100%;
    padding-bottom: 80px;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    margin-top: 50px;
    /*padding-left: 3rem !important;*/
    /*padding-right: 3rem !important;*/

}

.main-giftCard-invite .main-giftCardRight-content {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.main-giftCard-invite .main-giftCardLeft-image {

    width: 50%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.main-giftCard-invite .main-giftCardBack-0 {

    position: absolute;
    height: auto;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -10;
}

.main-giftCard-invite .main-giftCardBack-1 .main-dark {
    display: none;
}

.main-giftCard-invite .main-giftCardBack-1 {
    position: absolute;
    height: auto;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -10;
}

.main-giftCard-invite .main-giftCardRight-content .main-sectionTitle-cartH {

    display: block;
    width: 100%;
}

.page-title-cartH {
    color: #0a0a0a;
    font-size: 1.5rem;
    font-weight: 400;
}

.main-sectionTitle-cartH {
    font-size: 2.5rem;
    font-weight: 400;
}

.main-giftCard-invite .main-giftCardLeft-element .main-smallScreen-element {
    display: none;
}

.main-giftCard-invite .main-giftCardLeft-element {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.main-giftCard-invite .main-giftCardLeft-element .main-itemContent-pb-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-giftCard-invite .main-giftCardRight-content .main-sectionDescription-spanCart {
    padding-top: 20px;
    padding-bottom: 40px;
}

.main-sectionDescription-spanCart {
    color: #0a0a0a;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 30px;
}

.main-giftCard-invite .main-giftCardRight-content .main-bottomButton-cart button {
    width: 270px;
    font-size: 1.75rem;
    font-weight: 400;
    height: 40px;
}

.main-sectionButton-cart-submit {
    padding: 0 25px;
    font-size: 1rem;
}

.gold-button-cart-0 {
    background-color: #A4bf9e;
    color: #0d3d49;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    width: max-content;
    border: none;
    font-size: 1.25rem;
    transition: all 0.3s linear;
    &:hover {
        background-color: #0d3d49;
        transition: all 0.3s linear;
        color: #A4bf9e;
    }
}



.main-giftCard-invite .main-giftCardLeft-image .main-itemContent-pb0UZ-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-giftCard-invite .main-itemContent-pb0UZ-image img {
    position: inherit;
    z-index: 1;
}

.main-invite2 {
    width: 100%;
    display: flex;
    margin-top: -2px;
    justify-content: center;
}


.body-container-land-invite2 {
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 10px;
    overflow-x: hidden;
}

.main-invite2 .main-inviteContent-two {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 70px;
    /*padding-left: 3rem !important;*/
    /*padding-right: 3rem !important;*/
}

.main-invite2 .main-giftCardRight-content2 {
    display: flex;
    flex-direction: column;
}

.main-invite2 .main-giftCardLeft-image2 {
    position: relative;
}

.main-invite2 .main-giftCardRight-content2 .main-sectionTitle-cartH2 {
    width: 100%;
    display: block;
}

.main-sectionTitle-cartH2 {
    font-size: 1.5rem;
    font-weight: 400;
}

.page-title-cartH2 {
    color: #0a0a0a;
    font-size: 2.5rem;
    font-weight: 400;
}

.main-invite2 .main-giftCardLeft-element2 .main-smallScreen-element2 {
    display: none;
}

.main-invite2 .main-giftCardLeft-element2 {
    position: relative;
}

.main-invite2 .main-giftCardLeft-element2 img {
    position: inherit;
    z-index: 1;
}

.main-invite2 .main-giftCardRight-content2 .main-sectionDescription-spanCart2 {
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: 500px;
}

.main-sectionDescription-spanCart2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0a0a0a;
    line-height: 30px;
}


.gold-button-cart-2 {
    background-color: #A4bf9e;
    color: #0d3d49;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    width: max-content;
    border: none;
    font-size: 1.25rem;
    transition: all 0.3s linear;
    &:hover {
        background-color: #0d3d49;
        transition: all 0.3s linear;
        color: #A4bf9e;
    }
}


.main-invite2 .main-giftCardRight-content2 .main-bottomButton-cart2 button {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
}

.main-giftCard-invite .main-giftCardBack-1 .main-dark {
    display: none;

}

.main-sectionButton-cart-submit2-2 {
    padding: 0 25px;
    font-size: 1rem;
}

.body-container-land-footer {
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 160px;
    /*overflow-x: hidden;*/
}

.footer-footer-size {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 32px;
    background-color: #ffffff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;

}
.body-container-land-footer {
    @media screen and (max-width: 1570px) {
        padding: 15px !important;
    }
}
.footer-topFooter-one {
    @media screen and (max-width: 992px) {
        flex-direction: column;
        .footer-topFooterRight {
            width: 100% !important;
            border: 0 !important;
            padding: 0 !important;
        }
        .footer-centerData {
            width: 100% !important;
            border: 0 !important;
            padding: 0 !important;
            .footer-topFooterCenter-one1 {
                padding: 0 !important;
            }
        }
        .footer-topFooterLeft {
            width: 100% !important;
            border: 0 !important;
            padding: 0 !important;
            .footer-topFooter-three {
                padding: 0 !important;
            }
        }
    }
}
.footer-footer-size .footer-topFooter-one {
    width: 100%;
    /*height: 250px;*/
    display: flex;
    justify-content: space-between;
    /*padding-bottom: 58px;*/
    /*padding-top: 60px;*/
}

.footer-footer-size .footer-topFooter-two {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border: 1px solid #0a0a0a;
    border-radius: 8px;
    background-color: #7b8489;
}

.footer-footer-size .footer-topFooter-three {

    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 24px;
    /*padding-right: 50px;*/
}

.footer-topFooter-four {
    width: 100%;
    margin: 0 auto 32px;
    display: flex;
    flex-direction: column;
}

.footer-footer-size .footer-topFooter-five {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    border-top: 1px solid #7b8489;
}

.footer-topFooter-six {
    position: fixed;
    width: 100vw;
    /*height: 100vh;*/
    height: 100dvh;
    z-index: 1000;
    background-color: transparent;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% + 2px));
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer-topFooter-seven {
    position: fixed;
    width: 100vw;
    /*height: 100vh;*/
    height: 100dvh;
    z-index: 1000;
    background-color: transparent;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% + 2px));
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer-topFooter-eight {
    opacity: 0;
    transform: translateY(calc(100% + 2px));
    position: fixed;
    width: 100vw;
    /*height: 100vh;*/
    height: 100dvh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .1);
    left: 0;
    bottom: 0;
    transition: all .6s;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.footer-topFooter-nine {
    position: fixed;
    width: 100vw;
    /*height: 100vh;*/
    height: 100dvh;
    z-index: 1000;
    background-color: #7b8489;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% + 2px));
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer-footer-size .footer-topFooter-one .footer-topFooterRight {

    width: 30%;
    border-left: 1px solid #9c9ea2;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 24px;
}

.footer-footer-size .footer-topFooter-one .footer-centerData {
    width: 44%;
    display: flex;
    justify-content: space-between;
}

.footer-footer-size .footer-topFooter-one .footer-topFooterLeft {
    width: 26%;
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid #9c9ea2;
    padding-right: 16px;
}

.footer-footer-size .footer-topFooter-one .footer-topFooterRight span {
    font-weight: 400;
    font-size: 1rem;
    color: #282828;
    /*padding-top: 40px;*/
    text-align: justify;
    line-height: 30px;
    padding-bottom: 38px;
}

.footer-footer-size .footer-topFooter-one .footer-topFooterCenter-one1 {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 24px;
}

.footer-footer-size .footer-topFooter-one .footer-topFooterCenter-one1 .footer-topFooterCenterContent-text1 {
    display: flex;
    flex-direction: column;
}

.footer-footer-size .footer-topFooter-one .footer-topFooterCenter-one1 .footer-topFooterCenterContent-text1 a {

    font-weight: 400;
    font-size: 1rem;
    color: #9c9ea2;
    padding: 14px 0;
}

.footer-footer-size .footer-topFooter-one .footer-topFooterLeft .footer-topFooterLeftContent-image-element {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 25px;
}

.footer-footer-size .footer-topFooter-one .footer-topFooterLeft .footer-topFooterLeftContent-image-element span {
    font-weight: 400;
    font-size: 1rem;
    color: #9c9ea2;
    text-align: center;
    line-height: 30px;
}

.footer-footer-size .footer-topFooter-one .footer-topFooterLeft .footer-topFooterLeftContent-image-element .footer-social-media {
    display: flex;
    align-items: center;
    padding-top: 58px;
    padding-bottom: 42px;
}

.footer-footer-size .footer-topFooter-three .footer-bottomFooterItem-aiWoA {
    display: flex;
    padding: 10px 0;
}

.footer-footer-size .footer-topFooter-three .footer-bottomFooterItem-aiWoA .footer-icon-footer {

    width: 42px;
    min-width: 42px;
    height: 30px;
    display: flex;
}

.footer-footer-size .footer-footer-size .footer-bottomFooterItem-aiWoA {
    color: #4e4e4e;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
}

/*//login////*/

/*.container-login, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {*/

/*    max-width: 1900px;*/
/*    margin: 0 auto;*/
/*    padding: 0 160px;*/
/*    overflow-x: hidden;*/

/*}*/

/*.login-item {*/

/*    width: 55%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*}*/

/*.container-login .login-item {*/
/*    width: 65%;*/
/*    border-radius: 24px;*/
/*    border: #f0c674;*/
/*    background: #fff;*/
/*    box-shadow: -6px 4px 17px 0 hsla(0, 0%, 72%, .25);*/
/*    padding: 32px 50px 24px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/


/*.login-item .login-user {*/
/*    position: absolute;*/
/*    height: 70px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    padding: 0 42px;*/
/*    background: linear-gradient(267deg, #fbd63b -11.8%, #f9d955 198.09%);*/
/*    border-radius: 0 35px 35px 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.login-item .login-user span {*/
/*    color: #000;*/
/*    font-weight: 400;*/
/*    font-size: 1.4rem;*/
/*}*/

/*.login-input-phone {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/

/*!*.login-item .login-input{*!*/
/*!*    width: 65%;*!*/
/*!*    border-radius: 24px;*!*/
/*!*    border: #f0ad4e;*!*/
/*!*    background: #fff;*!*/
/*!*    box-shadow: -6px 4px 17px 0 hsla(0, 0%, 72%, .25);*!*/
/*!*    padding: 32px 50px 24px;*!*/
/*!*    display: flex;*!*/
/*!*    align-items: center;*!*/
/*!*    flex-direction: column;*!*/
/*!*}*!*/
/*.login-item:after {*/
/*    content: "";*/
/*    width: 6px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-color: rgba(0, 0, 0, .1);*/
/*}*/

/*.lip-2 .div-form-account1 {*/
/*    margin-top: 64px;*/
/*    margin-bottom: 52px;*/
/*}*/


/*.login-item1 {*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    background: #fbd63b;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    position: relative;*/
/*    !*padding-bottom: 24px;*!*/
/*}*/


/*!*@media (min-width:1400px){*!*/
/*!*    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{*!*/
/*!*        max-width:1320px*!*/
/*!*        !*padding: 0 80px;*!*!*/
/*!*    }}*!*/

/*.login-user {*/
/*    position: absolute;*/
/*    height: 70px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    padding: 0 42px;*/
/*    background: linear-gradient(267deg, #fbd63b -11.8%, #f9d955 198.09%);*/
/*    border-radius: 0 35px 35px 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.login-input {*/
/*    width: 60%;*/
/*    border-radius: 24px;*/
/*    padding: 32px 50px 24px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/

/*.login-item .login-input {*/
/*    width: 50%;*/
/*    border-radius: 24px;*/
/*    border: #f0c674;*/
/*    !*background: #f0c674;*!*/
/*    padding: 32px 50px 24px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/

/*.btn-main0 {*/
/*    width: 100%;*/
/*    height: 42px;*/
/*    border-radius: 10px;*/
/*}*/

/*.btn-lg-login {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*}*/

/*.btn-login {*/
/*    background-color: #fbd63b;*/
/*    border-radius: 4px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: max-content;*/
/*    cursor: pointer;*/
/*}*/

/*.login-item1 .img-side-2 {*/
/*    width: 100%;*/
/*    height: 520px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.login-item1 .text-image {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.login-item1:after {*/
/*    content: "";*/
/*    width: 4px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    background-color: rgba(0, 0, 0, .1);*/
/*}*/

/*.login-item1 .img-side-2:before {*/
/*    content: "";*/
/*    width: 380px;*/
/*    height: 380px;*/
/*    background-color: hsla(48, 94%, 86%, .66);*/
/*    position: absolute;*/
/*    bottom: 60px;*/
/*    left: 52.5%;*/
/*    transform: translateX(-50%);*/
/*    border-radius: 50%;*/
/*}*/

/*.login-item1 .img-side-2 .image-a {*/
/*    position: absolute;*/
/*    bottom: 33px;*/
/*    left: 56%;*/
/*    transform: translateX(-50%);*/
/*    width: 710px;*/
/*    height: auto;*/
/*}*/

/*.login-item1 .img-side-2 .account_sideImg__ogMHo {*/
/*    position: absolute;*/
/*    bottom: 30px;*/
/*    left: 46%;*/
/*    transform: translateX(-50%);*/
/*    width: 510px;*/
/*    height: auto;*/

/*}*/

/*.login-item1 .img-side-2 .image-c {*/
/*    position: absolute;*/
/*    bottom: 30px;*/
/*    left: 46%;*/
/*    transform: translateX(-50%);*/
/*    width: 510px;*/
/*    height: auto;*/

/*}*/

/*.login-item1 .text-image {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.login-item1 .text-image .text-a {*/
/*    color: #414141;*/
/*    font-size: 1.1rem;*/
/*    font-weight: 400;*/
/*    padding-bottom: 12px;*/
/*    text-align: center;*/
/*}*/

/*.login-item1 .text-image .text-b {*/
/*    font-weight: 400;*/
/*    font-size: .75rem;*/
/*    color: #727a8a;*/
/*    padding: 6px 0;*/
/*}*/

/*.login-item1 .text-image .text-c {*/
/*    font-weight: 400;*/
/*    font-size: .75rem;*/
/*    color: #727a8a;*/
/*    padding: 6px 0;*/
/*}*/

/*.img-side-2 {*/
/*    width: 100%;*/
/*    height: 520px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/


/*!*@media (max-width: 450px) {*!*/
/*!*    .container-login {*!*/
/*!*        padding: 0 12px;*!*/
/*!*    }*!*/
/*!*}*!*/
/*@media (max-width: 850px) {*/

/*    .main-content-login-responsive {*/
/*        flex-direction: column-reverse ;*/
/*        align-items: center;*/
/*        min-height: 800px;*/
/*        justify-content: flex-end;*/
/*    }*/

/*    .login-item {*/
/*        width: 100%;*/
/*        height: auto;*/
/*        padding-bottom: 92px;*/
/*    }*/

/*    .login-item1 {*/
/*        width: 100%;*/
/*        height: auto;*/
/*        background: none;*/
/*        padding-bottom: 16px;*/
/*    }*/

/*    .login-item .login-user {*/
/*        display: none;*/
/*    }*/

/*    .login-item .login-input {*/
/*        width: calc(100% - 2 * 12px);*/
/*        max-width: 500px;*/
/*    }*/

/*    .div-form-account1 .label-top {*/
/*        margin-top: 42px;*/
/*        margin-bottom: 32px;*/
/*    }*/


/*    .login-input-phone .form-group {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        padding: 2px 12px;*/
/*        position: relative;*/
/*    }*/

/*    .login-item1 .text-image {*/
/*        height: 360px;*/
/*    }*/

/*    .login-item1 {*/
/*        width: 100%;*/
/*        height: 500px;*/
/*        background: linear-gradient(236deg, #fcd535 -8.32%, #f7dc6e 173.3%);*/
/*        z-index: -1;*/
/*    }*/

/*    .login-item1 .img-side-2 {*/
/*        height: 360px;*/
/*    }*/

/*    .login-item1 .img-side-2 .image-a {*/
/*        left: 53%;*/
/*        bottom: 10px;*/
/*    }*/

/*    .login-item1 .img-side-2 .account_sideImg__ogMHo {*/
/*        left: 48.5%;*/
/*        bottom: 8px;*/
/*    }*/

/*    .login-item1 .text-image .text-a {*/
/*        font-size: .9rem;*/
/*        padding: 0;*/
/*    }*/

/*    .login-item1 .text-image .text-b {*/
/*        display: none;*/
/*    }*/

/*    .login-item1 .text-image .text-c {*/
/*        display: none;*/
/*    }*/


/*}*/

/*!*@media (max-width: 900px) {*!*/
/*!*    .container-login {*!*/
/*!*        padding: 0 16px;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 1250px) {*!*/
/*!*    .container-login {*!*/
/*!*        padding: 0 24px;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 1500px) {*!*/
/*!*    .container-login {*!*/
/*!*        padding: 0 80px;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*.container-login {*!*/
/*!*    max-width: 1900px;*!*/
/*!*    margin: 0 auto;*!*/
/*!*    padding: 0 10px;*!*/
/*!*    overflow-x: hidden;*!*/
/*!*}*!*/


/*!*@media (max-width: 850px) {*!*/
/*!*    .main-content-login-responsive {*!*/
/*!*        flex-direction: column-reverse;*!*/
/*!*        align-items: center;*!*/
/*!*        min-height: 800px;*!*/
/*!*        justify-content: flex-end;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 850px) {*!*/
/*!*    .login-item {*!*/
/*!*        width: 100%;*!*/
/*!*        height: auto;*!*/
/*!*        padding-bottom: 92px;*!*/
/*!*    }*!*/

/*!*    .login-item1 {*!*/
/*!*        width: 100%;*!*/
/*!*        height: auto;*!*/
/*!*        background: none;*!*/
/*!*        padding-bottom: 16px;*!*/
/*!*    }*!*/
/*!*}*!*/


/*.login-item1 .text-image {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.form-account1 {*/
/*    width: 100%;*/
/*    height: 48px;*/
/*    position: relative;*/
/*    border: 1px solid #dfdfdf;*/
/*    border-radius: 10px;*/
/*    transition: all .4s;*/
/*    margin: 10px 0;*/
/*}*/

/*.form-account1 .label-top {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 16px;*/
/*    padding: 3px 4px 3px 16px;*/
/*    background-color: #fff;*/
/*    transform: translateY(-50%);*/
/*    font-size: .9rem;*/
/*    font-weight: 400;*/
/*    color: #000;*/
/*    z-index: 2;*/
/*}*/

/*.form-account1 .form-group {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding: 2px 12px;*/
/*    position: relative;*/
/*}*/

/*.lip-2 .div-form-account1 {*/
/*    direction: ltr;*/
/*}*/

/*.form-account1 .form-group input {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #fff;*/
/*    color: #000;*/
/*    font-size: 1.1rem;*/
/*    font-weight: 400;*/
/*    transition: all .4s;*/
/*    border: none;*/
/*    outline: none;*/
/*    text-align: center;*/
/*}*/

/*!*.login-item1 .img-side-2 {*!*/
/*!*    width: 100%;*!*/
/*!*    height: 520px;*!*/
/*!*    position: relative;*!*/
/*!*    overflow: hidden;*!*/
/*!*}*!*/

/*.login-item1 .text-image {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.login-item1:after {*/
/*    content: "";*/
/*    width: 4px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    background-color: rgba(0, 0, 0, .1);*/
/*}*/

/*new login style*/
/*.account_pageContainer__xV8oX{*/
/*    width: 100vw;*/
/*    !*height: 100vh;*!*/
/*    height: 100dvh;*/
/*    min-height: 640px;*/
/*    display: flex;*/
/*    padding: 0;*/
/*    position: relative;*/
/*}*/
/*.body-container-land-login*/
/*{*/
/*    max-width: 1900px;*/
/*    margin: 0 auto;*/
/*    !* padding: 0 10px; *!*/
/*    overflow-x: hidden;*/
/*}*/
/*.account_rightPage__jT5kq{*/
/*    width: 55%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*}*/
/*.account_leftPage__pnEv8{*/
/*    width: 45%;*/
/*    height: 100%;*/
/*    !* background: linear-gradient(235deg, var(--yellow-500) -8.46%, #f7dc6e 176.16%); *!*/
/*    background: #fbd63b;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    position: relative;*/
/*    padding-bottom: 24px;*/
/*}*/
/*.account_rightPage__jT5kq .account_topTitle__m5aIz{*/
/*    position: absolute;*/
/*    height: 70px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    padding: 0 42px;*/
/*    !* background: linear-gradient(267deg, #fbd63b -11.8%, #f9d955 198.09%); *!*/
/*    background: #fbd63b;*/
/*    border-radius: 0 35px 35px 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.account_rightPage__jT5kq .account_mainBox__DKK3j{*/
/*    width: 65%;*/
/*    border-radius: 24px;*/
/*    border: var(--dashboard-section-border);*/
/*    background: var(--bg-color);*/
/*    box-shadow: -6px 4px 17px 0 hsla(0, 0%, 72%, .25);*/
/*    padding: 32px 50px 24px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/
/*.account_rightPage__jT5kq:after{*/
/*    content: "";*/
/*    width: 6px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-color: rgba(0, 0, 0, .1);*/
/*}*/
/*.account_leftPage__pnEv8 .account_imageContainer__Eb6MG{*/
/*    width: 100%;*/
/*    height: 520px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/
/*.account_leftPage__pnEv8:after{*/
/*    content: "";*/
/*    width: 4px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    background-color: rgba(0, 0, 0, .1);*/
/*}*/
/*.account_leftPage__pnEv8 .account_textsContainer__mVg8i{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/
/*.account_leftPage__pnEv8 .account_imageContainer__Eb6MG:before{*/
/*    content: "";*/
/*    width: 380px;*/
/*    height: 380px;*/
/*    background-color: hsla(48, 94%, 86%, .66);*/
/*    position: absolute;*/
/*    bottom: 60px;*/
/*    left: 52.5%;*/
/*    transform: translateX(-50%);*/
/*    border-radius: 50%;*/
/*}*/
/*.account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_mainImg__ZrIM9{*/
/*    position: absolute;*/
/*    bottom: 33px;*/
/*    left: 56%;*/
/*    transform: translateX(-50%);*/
/*    width: 710px;*/
/*    height: auto;*/
/*}*/
/*.account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_sideImg__ogMHo{*/
/*    position: absolute;*/
/*    bottom: 30px;*/
/*    left: 46%;*/
/*    transform: translateX(-50%);*/
/*    width: 510px;*/
/*    height: auto;*/
/*}*/
/*.account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_sideImgSmall__Vgj4Z{*/
/*    display: none;*/
/*}*/
/*.account_leftPage__pnEv8 .account_textsContainer__mVg8i .account_subject__35EKP{*/
/*    color: #414141;*/
/*    font-size: 1.1rem;*/
/*    font-weight: 400;*/
/*    padding-bottom: 12px;*/
/*    text-align: center;*/
/*}*/
/*.account_leftPage__pnEv8 .account_textsContainer__mVg8i .account_description__tb_4K{*/
/*    font-weight: 400;*/
/*    font-size: .75rem;*/
/*    color: #727a8a;*/
/*    padding: 6px 0;*/
/*}*/
/*.account_leftPage__pnEv8 .account_textsContainer__mVg8i .account_description__tb_4K{*/
/*    font-weight: 400;*/
/*    font-size: .75rem;*/
/*    color: #727a8a;*/
/*    padding: 6px 0;*/
/*}*/
/*.account_rightPage__jT5kq .account_topTitle__m5aIz span{*/
/*    color: var(--gary-500);*/
/*    font-weight: 400;*/
/*    font-size: 1.4rem;*/
/*}*/
/*.account_boxBody__HsbvK{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/
/*.account_loginBody__0so_l .account_loginTitle__tN6kN{*/
/*    color: var(--gary-500);*/
/*    font-size: .9rem;*/
/*    font-weight: 400;*/
/*    display: none;*/
/*}*/
/*.account_loginBody__0so_l .account_inputGroup__hgLsF{*/
/*    margin-top: 64px;*/
/*    margin-bottom: 52px;*/
/*}*/
/*.material-input-container{*/
/*    width: 100%;*/
/*    height: 48px;*/
/*    position: relative;*/
/*    border: .8px solid #dfdfdf;*/
/*    border-radius: 10px;*/
/*    transition: all .4s;*/
/*    margin: 10px 0;*/
/*}*/
/*.gold-button{*/
/*    background-color: #fbd63b;*/
/*    border-radius: 8px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: max-content;*/
/*    cursor: pointer;*/
/*    padding: 10px 0;*/
/*}*/
/*.button-container{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*}*/
/*.account_accountBtn__1hDR9{*/
/*    width: 100%;*/
/*    height: var(--input-height);*/
/*    border-radius: 10px;*/
/*}*/
/*.material-input-container .input-content{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding: 2px 12px;*/
/*    position: relative;*/
/*}*/
/*.material-input-container .input-content input:placeholder-shown{*/
/*    color:#2a2a2b;*/
/*    font-size: .9rem;*/
/*}*/
/*.account_loginBody__0so_l .account_inputGroup__hgLsF input{*/
/*    direction: ltr;*/
/*}*/
/*.material-input-container .input-content input{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: var(--bg-color);*/
/*    color: #000;*/
/*    font-size: 1.1rem;*/
/*    font-weight: 400;*/
/*    transition: all .4s;*/
/*    border: none;*/
/*    outline: none;*/
/*    text-align: center;*/
/*}*/

/*.material-input-container .label{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 16px;*/
/*    padding: 3px 4px 3px 16px;*/
/*    background-color: var(--bg-color);*/
/*    transform: translateY(-50%);*/
/*    font-size: .9rem;*/
/*    font-weight: 400;*/
/*    color: #000;*/
/*    z-index: 2;*/
/*}*/
/*@media(max-width:320px){*/
/*    .account_rightPage__jT5kq .account_mainBox__DKK3j{*/
/*        padding: 16px 8px 20px;*/
/*    }*/
/*}*/

/*@media(max-width:450px){*/
/*    .body-container-land-login{*/
/*        !* padding: 0 12px; *!*/
/*    }*/
/*    .account_rightPage__jT5kq .account_mainBox__DKK3j{*/
/*        padding: 16px 16px 28px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG{*/
/*        height: 245px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG:before{*/
/*        width: 180px;*/
/*        height: 180px;*/
/*        left: 50%;*/
/*        bottom: 18px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_mainImg__ZrIM9{*/
/*        width: 360px;*/
/*        bottom: -8px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_sideImgBig__RdSuh{*/
/*        display: none;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_sideImg__ogMHo{*/
/*        width: 230px;*/
/*        left: 46%;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_textsContainer__mVg8i .account_subject__35EKP{*/
/*        font-size: .85rem;*/
/*        line-height: 24px;*/
/*    }*/

/*}*/
/*@media(max-width:500px){*/
/*    .material-input-container{*/
/*        height: 46px;*/
/*        border-radius: 8px;*/
/*    }*/
/*}*/
/*@media(max-width:850px){*/
/*    .account_pageContainer__xV8oX{*/
/*        flex-direction: column-reverse;*/
/*        align-items: center;*/
/*        min-height: 800px;*/
/*        justify-content: flex-end;*/
/*    }*/
/*    .account_rightPage__jT5kq{*/
/*        width: 100%;*/
/*        height: auto;*/
/*        padding-bottom: 92px;*/
/*    }*/
/*    .account_leftPage__pnEv8{*/
/*        width: 100%;*/
/*        height: auto;*/
/*        !* background: none; *!*/
/*        padding-bottom: 16px;*/
/*    }*/
/*    .account_rightPage__jT5kq .account_topTitle__m5aIz{*/
/*        display: none;*/
/*    }*/
/*    .account_rightPage__jT5kq .account_mainBox__DKK3j{*/
/*        width: calc(100% - 2* 12px);*/
/*        max-width: 500px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG{*/
/*        height: 360px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG:before{*/
/*        left: 51.5%;*/
/*        bottom: 38px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_mainImg__ZrIM9{*/
/*        left: 53%;*/
/*        bottom: 10px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_sideImg__ogMHo{*/
/*        left: 48.5%;*/
/*        bottom: 8px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_textsContainer__mVg8i .account_subject__35EKP{*/
/*        font-size: .9rem;*/
/*        padding: 0;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_textsContainer__mVg8i .account_description__tb_4K{*/
/*        display: none;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_textsContainer__mVg8i .account_description__tb_4K{*/
/*        display: none;*/
/*    }*/
/*    .account_loginBody__0so_l .account_loginTitle__tN6kN{*/
/*        padding-top: 36px;*/
/*        display: inline;*/
/*    }*/
/*    .account_loginBody__0so_l .account_inputGroup__hgLsF{*/
/*        margin-top: 42px;*/
/*        margin-bottom: 32px;*/
/*    }*/
/*}*/
/*@media(max-width:900px){*/
/*    .body-container-land-login{*/
/*        !* padding: 0 16px; *!*/
/*    }*/
/*}*/
/*@media(max-width:1050px){*/
/*    .account_rightPage__jT5kq .account_mainBox__DKK3j{*/
/*        width: 85%;*/
/*        padding: 32px 38px 24px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG{*/
/*        height: 450px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG:before{*/
/*        width: 250px;*/
/*        height: 250px;*/
/*        bottom: 50px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_mainImg__ZrIM9{*/
/*        width: 500px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_sideImg__ogMHo{*/
/*        width: 300px;*/
/*    }*/

/*}*/

/*@media (max-width:1250px){*/
/*    .body-container-land{*/
/*        !* padding: 0 24px; *!*/
/*    }*/
/*    .account_rightPage__jT5kq .account_mainBox__DKK3j{*/
/*        width: 80%;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG{*/
/*        height: 500px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG:before{*/
/*        width: 300px;*/
/*        height: 300px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_mainImg__ZrIM9{*/
/*        width: 600px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_sideImg__ogMHo{*/
/*        width: 400px;*/
/*    }*/
/*    .account_leftPage__pnEv8 .account_imageContainer__Eb6MG .account_sideImg__ogMHo{*/
/*        width: 400px;*/
/*    }*/
/*}*/
/*@media(max-width:1500px){*/

/*    .body-container-land-login{*/
/*        !* padding: 0 80px; *!*/
/*    }*/
/*}*/
