/*
Theme Name: theforest
Description: Theme for our brokers
Version: 3.0
Author: Kirill Everett
Author URI: #
*/


/* Header */

.pt-48.mb-24.subtitle-h2:before {
	display:none !important;
}

.swipe-left {
	display:none;
}

a.active .select-circut-open {
	background-image:url(images/chek.png)!important;
}




.site_logo {
    display: block;
    max-width: 100%;
}

.site_imageLogo {
    width: 180px;
}

.success-message {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

body {
    font-variant-numeric: tabular-nums !important;
}
.login-container .form-row.row {
	flex-direction:row;
	flex-wrap:nowrap;
	font-variant-numeric: tabular-nums !important;
}
.login-container .col-md-3 {
padding-right:0;
}
.login-container .col-md-9 {
padding:0;
}
.header--active {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.header-imageLink {
    margin-right: 10px;
}

.header-imageLink img {
    max-width: 100%;
    width: 32px;
}

.authenticate .btn {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #2098b8;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    border: #2098b8 solid 1px;
}

.authenticate .btn.show,
.authenticate .btn:active {
    box-shadow: -1px 3px 20px -9px #686767;
}

.authenticate .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    margin-top: 0px;
}

.authenticate li {
    padding: 4px 12px;
}

.authenticate .dropdown-item {
    color: #2098b8;
    font-weight: 500;
    font-size: 14px;
    padding: unset;
    transition: all 0.2s ease;
}

.authenticate .dropdown-menu li:first-child {
    border-bottom: #2098b8 solid 1px;
}

.authenticate .dropdown-item:hover {
    padding: 0 4px;
    background-color: transparent;
}

.click-to-read-msg {
    text-decoration: none;
    color: white;
}

#notification_count {
    position: relative;
    background: #1a56db;
    color: white;
    font-size: 10px;
    top: -10px;
    padding: 3px 6px;
    border-radius: 30px;
}

.notifsmall {
    list-style: none;
    margin-left: 10px;
}

#toggleMenuAction {
    list-style: none;
    padding: unset;
    position: relative;
}

.menuBoxOpen {
    min-width: 110px;
    width: 100%;
    padding-bottom: 5px;
    position: absolute;
    display: none;
    z-index: 99999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #263034;
    border: 1px solid #36D6FF80;
}

.smallLineInMenuBox {
    margin: auto;
    text-align: left;
    padding: 5px;
    width: 80%;
}

.smallLineInMenuBox {
    color: #3f83f8;
    text-transform: uppercase;
    font-size: 13px;
}

.smallLineInMenuBox a {
    color: #fff;
    text-decoration: none;
    font-family: "Kanit";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
}

/* Footer */

.footer {
    border-top: 1px solid #e5e7eb;
}

.footer_bottom {
    background-color: #f3f4f6;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}

.footer_text {
    font-size: 14px;
    color: #9ca3af;
    margin-top: 24px;
}

.footer_text--bold {
    font-weight: 600;
}

.socials {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.social {
    background-color: #f3f4f6;
    padding: 12px;
    border-radius: 9999px;
}

.social svg {
    width: 28px;
    height: 28px;
}

/* General */

body {
    background-color: white;
    color: #1e1e1e;
}

.site-main {
    /*  min-height: 65vh; */
    /*  padding-top: 103px; */
}

.error-sign-message {
    font-size: 14px;
}

.padding100 {
    padding: 100px 0;
}

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

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

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

.gray-text {
    color: #6b7280;
}

.blue-highlight {
    color: #2098B8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #36D6FF, #2098B8);
}

.blue-btn {
    background-color: #2098B8;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;

}

a.btn-homepage-font-size {
    font-size: 20px;
}

a.btn-homepage-color {
    color: #7289da;
}



.blue-btn:hover {
    box-shadow: -1px 3px 20px -9px #686767;
    color: white;
}

.orange-btn {
    background-color: white;
    padding: 10px 20px;
    border: 1px solid #2098B8;
    border-radius: 8px;
    color: orange;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
}

.orange-btn img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(31%) saturate(7495%) hue-rotate(360deg) brightness(103%) contrast(105%);
}

.orange-btn:hover {
    background-color: orange;
    border-color: orange;
    color: white;
}

.orange-btn:hover img {
    filter: unset;
}

.white-btn {
    background-color: white;
    padding: 10px 20px;
    border-radius: 8px;
    color: black;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
}

.white-btn img {
    filter: invert(1);
}

.white-btn:hover {
    background-color: #e5e7eb;
    border-color: #e5e7eb;
    color: black;
}

.discord-btn {
    background-color: #5865f2;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
}

.discord-btn:hover {
    background-color: #1f2937;
    border-color: #1f2937;
    color: white;
}

.transparent-btn {
    background-color: white;
    padding: 10px 20px;
    border-radius: 8px;
    color: #2098b8;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
    border: #2098b8 solid 1px;
}

.image-btn {
    background-color: white;
    padding: 0px 0px;
    border-radius: 8px;
    color: #5865f2;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
}

.blue-btn-2 {
    background-color: #2098B8;
    padding: 10px 70px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;

}

.blue-btn-2:hover {
    box-shadow: -1px 3px 20px -9px #686767;
    color: white;
}

.education-title-text {
    background-color: #cfe2ff;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.standard-program-title-text {
    background-color: #eeeeee;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.transparent-btn:hover {
    box-shadow: -1px 3px 20px -9px #686767;
}

.transparent-btn img {}

@media (min-width: 1200px) {

    .h3,
    h3 {

        color: #4C5C68;
    }
}

/* Chronnix */

.hero_title {
    font-size: 80px;
    font-weight: 700;
    text-decoration: none;
    color: #4C5C68;
}

.hero_title-mission {
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #4C5C68;
}

.benefits_grid {
    grid-template: 1fr 1fr/ 1fr 1fr;
    gap: 15px;
}

.benefits_card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    transition: all 0.2s ease;
}

.benefits_card:hover {
    border-color: #36D6FF;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.benefits_title {
    color: #4C5C68;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.benefits_text {
    color: #4b5563;
    font-size: 16px;
    text-align: center;
}

.rules_banner {
    background: radial-gradient(91.37% 598.89% at 96.69% 9.66%,
            #2e3bef 0,
            rgba(128, 134, 229, 0.79) 0.01%,
            #2e3bef 54.69%,
            rgba(129, 136, 228, 0.8) 100%),
        #2e3bef;
    border-radius: 16px;
}

.rules_title {
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.rules_title_size {
    font-size: 40px;
}

.rules_text {
    color: #d1d5db;
    font-size: 16px;
}

.about-us_text p {
    color: #4b5563;
    font-size: 16px;
}

.faq_cards {
    display: flex;
    flex-direction: column;
}

.faq_card {
    display: flex;
    text-decoration-line: none;
    background-color: rgb(255, 255, 255);

    border-bottom: 1px solid #91929330;
    padding: 24px 0;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-section .faq_card:last-child{
    border-bottom: none;
}

.faq_card.active > .faq_card-content > p{
    display: block;
}

.faq_card.active > .faq_card-content > h3{
    color: #2098B8;
}

.faq_card-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_card-content {
    color: #4b5563;
    width:100%;
}

.faq_card-content p {
    display: none;
    margin-bottom: 0;

    font-family: "Kanit";
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #525C5F;

}
.faq_card-content h3 {
    font-family: "Kanit";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #242627;
    position: relative;
    width: 100%;
    display: block;
}

.faq_card:hover {
    border-color: #91929350;
}

.faq_card-content > h3::before{
    content: "";
    background-image: url(/wp-content/themes/theforest/images/plus.svg);
    width: 14px;
    height: 22px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
}

.faq_card.active > .faq_card-content > h3::before{
    background-image: url(/wp-content/themes/theforest/images/min.svg);
}

.contant-container {
    background-color: #2098B8;
    padding: 24px;
    border-radius: 16px;
    color: white;
}

.contant-container form {
    width: 100%;
}

/*.contant-container input,*/
/*.contant-container textarea {*/
/*    padding: 8px;*/
/*    background: white;*/
/*    border: unset;*/
/*    border-radius: 6px;*/
/*    width: 100%;*/
/*    resize: unset;*/
/*}*/

.about-us_text-mission {
    color: #2098B8;
    text-align: center;
    font-size: 25px;
}

.site_logo_mobile {
    display: none;
}

.affiliates-counter {
    display: flex;
    gap: 15px;
}

.affiliates-counter span {
    padding: 16px 23px;
    background-color: white;
    box-shadow: #1d64f375 5px 5px 23px 1px;
    font-size: 30px;
    font-weight: 700;
    color: black;
}

.affiliates-counter span:first-child {
    color: #1b56db;
}



.affiliate-model {
    background-color: rgba(255, 255, 255, 1);
}

.affiliate-model--white {
    background-color: white;
}

.education-model {
    background-color: #cfe2ff;
    ;
}

.education-model--white {
    background-color: white;
}

.affiliate-model h1 {
    background-image: linear-gradient(to right, #1b56db, #1e42a0);
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.affiliate-program {
    background-color: rgba(247, 248, 250, 1);
    border-radius: 12px;
    padding:56px;
    border-radius: 24px;
}

.affiliate-program .name {
    text-align: left;
    font-family: "Archivo Black";
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;    
}

.affiliate-program .tittle {
    text-align: left;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.01em;
    text-align: left;
    color: rgba(82, 92, 95, 1);
    padding: 24px 0 16px 0;
}

.affiliate-program .percent {
    text-align: left;
    font-family: "Archivo Black";
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    text-align: left;
    color: rgba(32, 152, 184, 1);
}

.affiliate-program ul {
    margin: 8px 0 0 0;
    padding: 0px;
    list-style: none;
}

.affiliate-program li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
font-family: "Kanit";
font-size: 18px;
font-weight: 500;
line-height: 21.6px;
text-align: left;
color: rgba(82, 92, 95, 1);
}

.affiliate-program--text {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.affiliate-program--text p {
    padding: 25px 15px;
}

.affiliate-program--text a {
    margin: auto 15px 25px 15px;
}

.featured-title {
    width: 264px;
    height: 36px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #00ff75;
}

.featured-title-right {
    height: 36px;
    margin: 0 auto;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #00ff75;
}

.featured-card-left {
    padding-top: 50px;
    background-color: #070a29;
    padding: 48px 48px 24px;
    position: relative;
    max-width: 400px;
    color: white;
}

.featured-card-left h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
}

.featured-card-left .price {
    font-size: 32px;
    font-weight: 400;
    margin-top: 16px;
    position: relative;
    height: 50px;
    letter-spacing: 0.02em;
}

.featured-card-left .price:before {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4c54f5;
    width: 40px;
    z-index: 2;
}

.featured-card-left .price:after {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.15);
}

.featured-card-left .desc {
    margin: 20px 0;
}

.featured-card-left .desc p {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

.featured-card-left .benefits {
    list-style: none;
}

.featured-card-left .benefits li {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    margin-bottom: 4px;
}

.featured-card-left .benefits li span {
    display: flex;
    width: 16px;
    height: 16px;
    background-color: #4c54f5;
    justify-content: center;
    align-items: center;

}

.featured-card-left .benefits li img {
    width: 12px;
    height: auto;

}

.featured-btn-left {
    clip-path: polygon(10px 0%, calc(100% - 0px) 0%, 100% 10px, 100% calc(90% - 10px), calc(100% - 15px) 100%, 0px 100%, 0% calc(100% - 10px), 0% 0px);
    width: calc(100%);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -60px;
    left: -1px;
    right: -1px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(279.7deg, #005cfe 11.5%, #5926b2 100%);
    padding: 0 10px;
}

.featured-btn-right {
    clip-path: polygon(10px 0%, calc(100% - 0px) 0%, 100% 10px, 100% calc(90% - 10px), calc(100% - 15px) 100%, 0px 100%, 0% calc(100% - 10px), 0% 0px);
    width: calc(100% + 2px);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -60px;
    left: -1px;
    right: -1px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.1);
}

.featured-btn-left:hover {
    color: #fff;
    opacity: 0.9;
}

.featured-btn-right:hover {
    background-color: #fff;
    color: #4c54f5;
}

.featured-left-border {
    clip-path: polygon(10px 0%, calc(100% - 0px) 0%, 100% 10px, 100% calc(90% - -29px), calc(100% - 15px) 100%, 0px 100%, 0% calc(100% - 10px), 0% 0px);
    background-color: #070a29;
    max-width: 400px;
    margin-top: 25px;
}

.our-service {
    overflow: hidden;
    padding: 80px 0;
}

.global-heading {
    margin: 0 auto;
    max-width: 790px;
    text-align: center;
}

.global-heading h6 {
    color: #005ac6;
    letter-spacing: .6px;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
}

.global-heading h2 {
    color: #1c1c1c;
    font-family: ivyjournal, sans-serif;
    font-size: 60px;
    line-height: 72px;
}

.our-service .our-service-content {
    /*display: grid;*/
    /*gap: 20px;*/
    /*grid-template-columns: repeat(12, 1fr);*/
    /*margin-top: 80px;*/
    display: flex;
}

.serviceitem2 {
    display: flex;
}

.serviceitem {
    background: -webkit-linear-gradient(35deg, #1c1c1c 20%, #005ac6);
    background: -o-linear-gradient(35deg, #1c1c1c 20%, #005ac6);
    background: linear-gradient(55deg, #1c1c1c 20%, #005ac6);
    -webkit-border-radius: 14px;
    border-radius: 14px;
    color: #fff;
    padding: 60px 40px;
    margin: 10px;
    display: flex;
    background-image: linear-gradient(#2098b8, #c1e2eb);
}

.serviceitem2 .serviceitem {
    background: -webkit-linear-gradient(35deg, #1c1c1c 20%, #005ac6);
    background: -o-linear-gradient(35deg, #1c1c1c 20%, #005ac6);
    background: linear-gradient(55deg, #1c1c1c 20%, #005ac6);
    -webkit-border-radius: 14px;
    border-radius: 14px;
    color: #fff;
    padding: 60px 40px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: linear-gradient(#2098b8, #c1e2eb);
}

.btn-big-blue {
    background: linear-gradient(180deg, #5ce9ff, #0466ff);
    color: white;
    padding: 15px 35px;
    border-radius: 35px;
    box-shadow: 10px 5px 15px -5px black;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.item-content {
    margin-left: 25px;
}

.serviceitem2 .item-content {
    margin-top: 25px;
    margin-left: 0px;
}

.our-service-block {
    width: 100%;
}

@media (max-width:1024px) {
    .our-service-content {
        display: flex;
        flex-direction: column;
    }

    .serviceitem2 {
        display: flex;
        flex-direction: column;
    }

    .serviceitem {
        display: flex;
        flex-direction: column;

    }

    .item-content {
        margin-left: 0px;
        margin-top: 25px;
    }

    .serviceitem2 .item-content {
        margin-top: 25px;
        margin-left: 0px;
    }

}

.evalution p {
    font-size: 25px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 240px 240px 240px 240px 240px;
}

.benefits-Prop-program-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: white;
    gap: 32px;
}

.benefits-card {
    display: flex;
    flex-direction: column;
    text-align: left;
    border: 0px solid #0000000d;
    transition: ease all 0.2s;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
}

.benefits-card:hover {
    box-shadow: 0 25px 50px 0 rgb(29 49 68/15%);
}


.benefits-card .title {
font-family: "Archivo Black";
font-size: 24px;
font-weight: 400;
line-height: 28.8px;
text-align: left;
margin:16px 0;
}

.benefits-card .text {
font-family: "Kanit";
font-size: 16px;
font-weight: 300;
line-height: 19.2px;
letter-spacing: 0.01em;
text-align: left;
color: rgba(255, 255, 255, 0.8);

}

.new-cards {
    display: flex;
}

.benefits_card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    transition: all 0.2s ease;
    margin: 20px;
}

.benefits_text {
    color: #4b5563;
    font-size: 16px;
    text-align: center;
}

.benefits_card:hover {
    border-color: #36D6FF;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
	.container.py-5 {
		position:relative;
	}
	.swipe-left {
		position:absolute;
		        top: 52%;
        left: 190px;
display:flex;
	width:30px;
		height:30px;
	
	}
    .new-cards {
        display: flex;
        flex-direction: column;
    }

    .benefits_grid {
        grid-template: unset;
        gap: 15px;
    }
}

.purple-btn {

    background-color: #2098B8;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
}

.purple-btn:hover {
    box-shadow: -1px 3px 20px -9px #686767;
    color: white;
}

.benefits_card .title-img {
    padding-bottom: 0.75rem;
    align-items: center;
    display: flex;
}

.title-img h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-left: 0.75rem;
    margin-top: 5px;
}



@media (min-width: 576px) {
    .col-sm-2 {

        float: left;
    }
}

@media (min-width: 576px) {
    .col-sm-6 {

        float: left;
    }
}

p.footer-text {
    font-family: "Kanit";
    font-size: 12px;
    font-weight: 300;
    line-height: 15.6px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #FFFFFFCC;
}

@media (min-width: 1200px) {

    .h1,
    h1 {

        color: #4C5C68;
    }
}

.faq-cards {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.faq-cards-row {
    display: flex;
    justify-content: center;
}

.faq-cards-row a {
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    margin: 20px;
    padding: 20px 50px;
    border-radius: 20px;
    text-decoration: none
}

.faq-cards-row a:hover {
    border: 1px solid hsla(245, 5%, 40%, 0.6);
}


.faq-cards-row img {
    max-width: 200px;
}

@media (max-width: 1023px) {
    .faq-cards-row {
        max-width: 400px;
        flex-direction: column;
    }

}







/*   test moved from home page */





.header {

    background-color: #fff;
}

.site-main {
    padding-top: 0px;
    margin-top: 98px;
}

body {
    background-color: #ffffff;

}

.bg-image {
    min-height: 92vh;
    background-image: url(https://fundedtop.com/wp-content/uploads/2024/05/share-cfds_banner_img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -103px;
}

.authenticate .btn {
    padding: 5px 12px;

    font-size: 14px;
}

.header-imageLink img {
    max-width: 100%;
    width: 20px;
}

.header-imageLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 56px;
    padding: 8px;
    background: #ffffffe6;
    box-shadow: 0px 16px 32px -9px #6100ff80;
    margin-right: 24px;
    margin-top: 25px;
}
/* 
.header--active .authenticate .btn {
    color: #2098b8;
    background: #ffffff;
    border: 1px solid #2098b8;
    box-shadow: none;
} */

div#dynamic-panel {
    min-height: 650px !important;
}

/*Pages text and image Css Start*/
.pages_text_and_image_row_wrapper {
    background: #f5f5f5;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 40px;
}

.pages_text_and_image_row {
    padding-bottom: 96px;
    padding-left: 20px;
    padding-right: 20px;
}

.pages_text_and_image_row .text_and_image_inner {
    width: 1200px;
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pages_text_and_image_row .text_box {
    width: 49%;
    padding: 56px;
    position: relative;
    background: #fff;
    border-radius: 25px 0px 0px 25px;
}

.text_box p{
    font-family: "Kanit", sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 19.2px;
letter-spacing: 0.01em;
text-align: left;
}

.pages_text_and_image_row .img_box {
    width: 51%;
    position: relative;
    border-radius: 0px 25px 25px 0px;
}

.pages_text_and_image_row .img_box img {
    opacity: 0;
}

.pages_text_and_image_row.text_and_image_position_left .text_and_image_inner {
    flex-direction: row-reverse;
}

.pages_text_and_image_row.text_and_image_position_left .text_box {
    border-radius: 0px 25px 25px 0px;
}

.pages_text_and_image_row h3 {
    color: #6d3ee4;
    margin-bottom: 40px;
}

.pages_text_and_image_row p {
    margin-bottom: 15px;
    color: #4b5563;
    font-size: 16px;
}

.pages_text_and_image_row .text_box .dotted_ul li {
    position: relative;
    padding-left: 30px;
    color: #646464;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Gilroy-Medium';
    margin-bottom: 15px;
}

.pages_text_and_image_row .text_box .dotted_ul li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #646464;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 12px;
}

.pages_text_and_image_row h5 strong {
    color: #e35728;
}


.pages_text_and_image_row .bottom_text {
    position: absolute;
    left: 85px;
    bottom: 80px;
    padding-right: 85px;
}

.pages_text_and_image_row .bottom_text p {
    font-size: 14px;
    color: #6d3ee4;
    margin-bottom: 2px;
    font-family: 'Gilroy-Medium';
}

.pages_text_and_image_row .bottom_text p strong {
    font-size: 36px;
    color: #e35728;
    font-family: 'Gilroy-SemiBold';
}

.pages_text_and_image_row .bottom_text p span {
    font-family: 'Gilroy-SemiBold';
}

.pages_text_and_image_row .bottom_text p:first-child {
    margin-bottom: 12px;
}

.pages_text_and_image_row .bottom_text img {
    position: absolute;
    left: 100%;
    bottom: 0px;
    max-width: none;
}

.pages_text_and_image_row .img_box span {
    display: inline-block;
    position: absolute;
    right: -8px;
    top: 92px;
    background: #2098B8;
    border-radius: 25px 12px 0px 25px;
    font-size: 14px;
    color: #fff;
    padding: 12px 30px 11px 25px;
    text-transform: uppercase;
    line-height: 1.15;
    background: #2098B8;
    text-align: left;
}

.pages_text_and_image_row .img_box span:after {
    content: "";
    display: block;
    width: 8px;
    height: 7px;
    position: absolute;
    right: 0px;
    top: 100%;
    background: url(/wp-content/themes/theforest/storage/pages_text_and_image_row_right_icon2.webp) left top no-repeat;
    background-size: 100% 100%;
}

.pages_text_and_image_row.text_and_image_position_left .img_box {
    border-radius: 25px 0px 0px 25px;
}

.pages_text_and_image_row.text_and_image_position_left .img_box span {
    right: auto;
    left: -8px;
    padding: 12px 25px 11px 30px;
    border-radius: 12px 25px 25px 0px;
}

.pages_text_and_image_row.text_and_image_position_left .img_box span:after {
    right: auto;
    left: 0px;
    background: url(/wp-content/themes/theforest/storage/pages_text_and_image_row_left_icon2.webp) left top no-repeat;
    background-size: 100% 100%;
}

/*Pages text and image Css End*/









.white_icon_three .inner:after,
.dark_blue_icon_three .inner:after {
    content: "";
    display: block;
    width: 232px;
    height: 213px;
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: -85px;
}

.inner {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}




.home_row7 {
    background: #f5f5f5;
    position: relative;
    width: 100%;
}

.home_row7 .inner {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 9;
}

.inner {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.home_row7:after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/2024/06/home_row7_content_icon_home1.png) left -176px no-repeat;
    width: 913px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.home_row7 .text_box {
    width: 600px;
    max-width: 49%;
    padding: 80px 20px 76px;

    background-size: 100% auto;
}


.social-icon {
    width: 40px;
    height: 40px;
}







/* page_top_text */
.page_top_text {
    padding: 25px 0px 10px;
}

.page_top_text h2 {
    margin-bottom: 30px;
}

.page_top_text p {
    font-size: 14px;
}

.page_top_text p strong {
    font-size: 20px;
}

.page_top_text.white {
    background-color: #fff;
    color: #034854;
}

.page_top_text.orange {
    background-color: #e35728;
    color: #fff;
}

.page_top_text.gray {
    background-color: #f5f5f5;
    color: #646464;
}

/* right icon universal */
.white_icon_three .inner,
.baby_blue_icon_one .inner,
.baby_blue_icon_six .inner,
.dark_blue_icon_one .inner,
.dark_blue_icon_three .inner,
.dark_blue_icon_six .inner,
.deep_orange_icon_one .inner,
.deep_orange_icon_six .inner {
    position: relative;
}

/* one */
.baby_blue_icon_one,
.dark_blue_icon_one,
.deep_orange_icon_one {
    min-height: 264px;
}

.baby_blue_icon_one .page_top_text_content,
.dark_blue_icon_one .page_top_text_content,
.deep_orange_icon_one .page_top_text_content {
    max-width: 960px;
    padding-right: 160px;
}

.baby_blue_icon_one .inner:after,
.dark_blue_icon_one .inner:after,
.deep_orange_icon_one .inner:after {
    content: "";
    display: block;
    width: 286px;
    height: 264px;
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    top: -85px;
}

.baby_blue_icon_one .inner:after {
    background-image: url(/wp-content/themes/theforest/storage/baby_blue_icon_one.webp);
}

.dark_blue_icon_one .inner:after {
    background-image: url(/wp-content/themes/theforest/storage/dark_blue_icon_one.png);
}

.deep_orange_icon_one .inner:after {
    background-image: url(/wp-content/themes/theforest/storage/deep_orange_icon_one.png);
}

/* three */
.white_icon_three,
.dark_blue_icon_three {
    min-height: 223px;
}

.white_icon_three .page_top_text_content,
.dark_blue_icon_three .page_top_text_content {
    max-width: 1120px;
    padding-right: 160px;
}

.white_icon_three .inner:after,
.dark_blue_icon_three .inner:after {
    content: "";
    display: block;
    width: 232px;
    height: 213px;
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: -85px;
}



.dark_blue_icon_three .inner:after {
    background-image: url(/wp-content/themes/theforest/storage/dark_blue_icon_three.png);
}

/* six */
.baby_blue_icon_six,
.deep_orange_icon_six,
.dark_blue_icon_six {
    min-height: 341px;
}

.baby_blue_icon_six .page_top_text_content,
.deep_orange_icon_six .page_top_text_content,
.dark_blue_icon_six .page_top_text_content {
    max-width: 1030px;
    padding-right: 230px;
}

.baby_blue_icon_six .inner:after,
.deep_orange_icon_six .inner:after,
.dark_blue_icon_six .inner:after {
    content: "";
    display: block;
    width: 321px;
    height: 295px;
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    right: -40px;
    top: -85px;
}

.baby_blue_icon_six .inner:after {
    background-image: url(/wp-content/themes/theforest/storage/baby_blue_icon_six.webp);
}

.deep_orange_icon_six .inner:after {
    background-image: url(/wp-content/themes/theforest/storage/deep_orange_icon_six.png);
}

.dark_blue_icon_six .inner:after {
    background-image: url(/wp-content/themes/theforest/storage/dark_blue_icon_six.png);
}

@media (max-width: 768px) {
    .page_top_text {
        padding: 50px 0px 30px;
        min-height: auto !important;
    }

    .page_top_text h2 {
        margin-bottom: 20px;
    }

    .page_top_text p {
        margin-bottom: 15px;
    }

    .page_top_text p strong {
        font-size: 16px;
    }

    .baby_blue_icon_one .page_top_text_content,
    .dark_blue_icon_one .page_top_text_content,
    .deep_orange_icon_one .page_top_text_content {
        padding-right: 80px;
    }

    .baby_blue_icon_one .inner:after,
    .dark_blue_icon_one .inner:after,
    .deep_orange_icon_one .inner:after {
        right: -30px;
        top: -50px;
        width: 142px;
        height: 132px;
    }

    .white_icon_three .page_top_text_content,
    .dark_blue_icon_three .page_top_text_content {
        padding-right: 60px;
    }

    .white_icon_three .inner:after,
    .dark_blue_icon_three .inner:after {
        right: -10px;
        top: -50px;
        width: 116px;
        height: 106px;
    }

    .baby_blue_icon_six .page_top_text_content,
    .deep_orange_icon_six .page_top_text_content,
    .dark_blue_icon_six .page_top_text_content {
        padding-right: 100px;
    }

    .baby_blue_icon_six .inner:after,
    .deep_orange_icon_six .inner:after,
    .dark_blue_icon_six .inner:after {
        right: -30px;
        top: -50px;
        width: 210px;
        height: 194px;
    }
}

@media (max-width: 500px) {

    .white_icon_three .page_top_text_content,
    .dark_blue_icon_three .page_top_text_content,
    .baby_blue_icon_one .page_top_text_content,
    .baby_blue_icon_six .page_top_text_content,
    .dark_blue_icon_one .page_top_text_content,
    .deep_orange_icon_one .page_top_text_content,
    .deep_orange_icon_six .page_top_text_content,
    .dark_blue_icon_six .page_top_text_content {
        padding-right: 0px;
    }

    .white_icon_three .inner:after,
    .dark_blue_icon_three .inner:after,
    .baby_blue_icon_one .inner:after,
    .baby_blue_icon_six .inner:after,
    .dark_blue_icon_one .inner:after,
    .deep_orange_icon_one .inner:after,
    .deep_orange_icon_six .inner:after,
    .dark_blue_icon_six .inner:after {
        display: none;
        opacity: 0;
    }
}





.btn-purple-blue.header-btn-purple-blue {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 36px;
    display: flex;
    background: radial-gradient(113.25% 487.99% at 149.01% 144.07%, #00A8D3 0%, #00CBFF 50%, #63DFFF 100%);
    text-decoration: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
    /* box-shadow: 0px 16px 32px -9px #1a56db80; */
    max-width: 120px;
    border-radius: 8px;
}


.authenticate .btn {
    text-wrap: nowrap;
    width: 120px;
    max-width: 120px;
    background-color: #ffffff00;
    padding: 10px 20px;
    border-radius: 8px;
    color: #36D6FF;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    border: 1px solid #36D6FF80;
}


.h1-font {
    font-size: 51px;
    font-weight: 700;
    text-align: center;
}

/* .header-btn-purple-blue {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 36px;
    display: flex;
    background: #1a56db;
    text-decoration: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 0px 16px 32px -9px #1a56db80;
    max-width: 120px;
    border-radius: 20px;
} */

.header-btn-register {
    font-weight: 600;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 36px;
    display: flex;
    text-decoration: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
    /* box-shadow: 0px 16px 32px -9px #1a56db80; */
    max-width: 120px;
    border-radius: 20px;
}


@media (max-width:768px) {
    body {
        overflow-x: hidden;
    }

    .benefits-Prop-program-grid {
        grid-template-columns: 1fr;
    }

    .pages_text_and_image_row .text_and_image_inner {
        flex-direction: column-reverse;
    }

    .pages_text_and_image_row .text_box {
        width: 100%;
        padding: 25px;
        padding-bottom: 25px;
        border-radius: 0px 0px 15px 15px;
    }

    .pages_text_and_image_row .img_box {
        width: 100%;
        border-radius: 15px 15px 0 0;
        height: 300px;
    }

    .text_and_image_inner.text_and_image_inner_reverse .text_box {
        border-radius: 15px 15px 0px 0px;
    }

    .text_and_image_inner.text_and_image_inner_reverse .img_box {
        border-radius: 0px 0px 15px 15px;
    }

    .h1-font {
        font-size: 28px;
    }

    #dynamic-panel table.list-types-content tr button {
        font-size: 13px;
    }

    .mobile-flex-column {
        display: flex;
        flex-direction: column;
    }

    .padding-0-50-mobile {
        padding: 0 50px;
    }

    .text-center-mobile {
        text-align: center;
    }

    .justify-center-mobile {
        justify-content: center;
    }

    .site-footer-social-box {
        display: flex;
        justify-content: space-around;
        padding: 40px 0;
    }

    .text_and_image_inner img {
        max-width: 100%;
    }

    .hero_title {
        font-size: 36px;
    }

    .font_50-desktop_36-mobile {
        font-size: 36px;
    }

    .benefits-grid {
        grid-template-columns: 290px;
        max-width: 100%;
    }

    .benefits-grid .benefits-card {
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
    }

    .benefits-grid .benefits-card:first-child {
        border-top-width: 1px;
    }

    .affiliates-counter {
        gap: 9px;
    }

    .row.deposits-form .deposits-form-action-button .deposit-back {
        width: calc(100% - 30px) !important;
        background-color: #586365 !important;
        border-color: #757777 !important;
        box-shadow: 0 0 0 0.2rem rgb(90 96 97 / 50%);
    }

    .tab-content.myforms button[type="submit"] {
        margin-top: 2rem;
        background-color: #117a8b !important;
        border-color: #10707f !important;
        box-shadow: 0 0 0 0.2rem rgb(23 162 184 / 50%);
        width: 100%;
    }
}

@media (max-width:424px) {

    .authenticate .btn.header-btn-register,
    .btn-purple-blue.header-btn-purple-blue {
        width: 90px;
    }
}


@media (min-width:768px) {
    .benefits_card {
        width: 50%;
    }

    .font_50-desktop_36-mobile {
        font-size: 50px;
    }

}


.blog-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.blog-posts-wrapper>.blog-post-wrapper {
    display: flex;
    width: calc(50% - 16px);
}

.blog-posts-wrapper>.blog-post-wrapper {
    padding-left: 0;
}

.blog-posts-wrapper>.blog-post-wrapper:nth-child(2n) {
    padding-right: 0;
}

.blog-post-content {
    background-color: #fff;
    padding: 0;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 350px;
    gap: 24px;
    display: flex;
    padding-top: 40px;
}

.blog-post-content .image{
    width: 100%;
    height: 248px;
    border-radius: 24px;
    overflow: hidden;
}
.blog-post-content .image img{
    width:100%;
    object-fit: cover;
}


.blog-post-content .tittle {
    text-decoration: none;
    font-family: "Archivo Black", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    padding: 0 40px;
}

.blog-post-content .text{
    font-family: "Kanit";
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    letter-spacing: 0.01em;
    text-align: left;
    padding: 0 40px;
}

.blog-post-content .text,
.blog-post-content .name {
    font-size: 14px;
}

.blog-post-content .name{
    display: none;
}

@media (max-width:991px) {
    .blog-posts-wrapper>.blog-post-wrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}


.level-table {
    display: flex;
    flex-direction: column;
}

.level-table.faq-table{
    margin-bottom: 32px;
}

.level-table .buttons {
    flex: 1;
    display: flex;
    flex-direction: row;
    padding-right: 20px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100px;
    padding:4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
}

.level-table .buttons button {
    color: #919293;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: "Kanit";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    background-color: transparent;
    height: 100%;
    margin:0;
    height: 56px;
    border-radius: 50px;
    padding: 16px 32px;
}

.level-table .buttons button.active{
    color: #242627CC;
    background: radial-gradient(113.25% 487.99% at 149.01% 144.07%, #00A8D3 0%, #00CBFF 50%, #63DFFF 100%);
}

.level-table .tables {
    flex: 3;
}

.growth-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.growth-table th,
.growth-table td {
    border-bottom: 1px solid #F7F8FA;
    padding: 24px;
    text-align: left;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #525C5F;
}

.growth-table th {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: #242627;
}

.mainpage-hero-section{
    margin-top: 100px;
    height: 850px;
    background-color: #242627;
    /* background-image: url("/wp-content/themes/theforest/images/Group51.png"); */
    background-size: cover;
    background-position: right;
}

.main-cta-button{
    font-size: 20px;
    border-radius: 12px;
    color: white;
    border: none;
    background: radial-gradient(113.25% 487.99% at 149.01% 144.07%, #00A8D3 0%, #00CBFF 50%, #63DFFF 100%);
    text-align: center !important;
    width: 167px;
    border-radius: 8px;
    color: #000;
    height: 56px;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    box-shadow: 0px 16px 32px -9px rgba(54, 214, 255, 0.5), 0px 4px 22.3px 0px rgba(54, 214, 255, 1) inset;
}

.main-cta-button-small{
    border-radius: 12px;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    border: none;
    background: radial-gradient(113.25% 487.99% at 149.01% 144.07%, #00A8D3 0%, #00CBFF 50%, #63DFFF 100%);
    text-align: center !important;
    width: 143px;
    border-radius: 12px;
    color: rgba(36, 38, 39, 1);
    height: 44px;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.main-cta-button-small img{
    opacity: 1!important;
}

.secondary-cta-button{
    font-size: 20px; 
    border-radius: 12px; 
    color:#36D6FF; 
    border: 1px solid #36D6FF80;
    background: #46D9FF0D;
    width: 190px;
    height: 56px;
    padding: 10px 20px;
    font-weight: 500;
    text-decoration: none;
}

.trustpilot-block{
    font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
    height: 39px;
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 18px;
    margin-top: 30px;
    gap: 15px;
}

.trustpilot-star-with-text{
    display: flex;
    align-items: center;
    gap: 5px;
}


.grey-section{
    background-color: #F7F8FA;
}

.carousel-trustpilot-container{
    width: 100%;
    display: flex;
}

.carousel-trustpilot{
    width: 100%;
    display: flex;
    gap:32px;
}

.carousel-trustpilot .carousel-trustpilot-item:first-child, .carousel-trustpilot .carousel-trustpilot-item:last-child{
    opacity: 50%;
}

.carousel-trustpilot-item{
    min-width: 280px;
    height: 252px;
    padding: 24px;
    background-color: #fff;
    border-radius: 24px;
}

.carousel-trustpilot__time{
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    color: #6A6A6A;
    margin-bottom: 8px;
}

.carousel-trustpilot__avatar-box{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}



.carousel-trustpilot__avatar{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.carousel-trustpilot__avatar.initials{
    background-color: #ffdebf;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stars_combination{
    width: 116px;
    height: auto;
}

.carousel-trustpilot__head-text{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin-bottom: 8px;
}

.carousel-trustpilot__text{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}

.text-gray{
    color: rgb(107, 107, 107);
}

.subtitle-h2{
    font-family: "Archivo Black", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    text-align: center;
    margin: 0 auto;
}

.subtitle-black{
    color: #242627;
}

.subtitle-h3{
    font-family: "Archivo Black", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
}

.subtitle-blue{
    color: #2098B8;
}

.mb-32{
    display: block;
    margin-bottom: 32px;
}

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


.custom-bg-section-2{
    width: 100%;
    background: #242627;
    background-size: cover;
}
.custom-bg-section-2 .custom-bg-section-2-gradient{
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(89.74deg, rgba(36, 38, 39, 0) 8.03%, #2426277d 30.26%), linear-gradient(270.06deg, rgba(36, 38, 39, 0) 0.06%, #242627 48.29%, rgba(36, 38, 39, 0) 99.96%, #242627 99.96%), radial-gradient(41.67% 210.03% at 49.48% 46.64%, #242627 0%, rgba(36, 38, 39, 0) 100%), radial-gradient(20.47% 145.56% at 90% 119.21%, #36d6ff 0%, rgba(54, 214, 255, 0) 100%), radial-gradient(21.15% 131.11% at -1.93% 150.37%, #36daff 0%, rgb(54 214 255 / 44%) 100%); */
    
}

.funded-steps-box{
    display: flex;
    position: relative;
    margin-bottom: 56px;
}

.funded-steps-item{
    min-width:210px;
    height: 250px;
    color: #fff;
}

.funded-steps-number-box{
    width: 100%;
    display: flex;
}

.funded-steps-number{
    font-family: "Archivo Black", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    background: rgba(54, 214, 255, 0.1);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #63DFFF;
    border-radius: 10px;
    z-index: 4;
    position: relative;
}

.funded-steps-title{
    font-family: "Kanit", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-right: 40px;
}

.funded-steps-text{
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.01em;
    text-align: left;
    opacity: 0.8;
    padding-right: 40px;
}

.dashed-line {
    --b: 1px;  /* border thickness */
    --s: 15px; /* size of the dashes */
    --c1: rgba(54, 214, 255, 0.5);
    --c2: #92C7A300;
    overflow: hidden;
    aspect-ratio: 1;
    top:25px;
    width: calc(100% - 50px);
    position: relative;
    height: 1px;
}
.dashed-line::before {
    content:"";
    position: absolute;
    inset: 0;
    padding: var(--b);
    background: 
      repeating-conic-gradient(var(--c1) 0 25%,var(--c2) 0 50%) 
      0 0/var(--s) var(--s) round;
    -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}


.subtitle-white{
    color: white;
}

.button-center-box{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.text-left{
    text-align: left;
}

.row-reverse{
    flex-direction: row-reverse;
}

.footer-gradient-section{
    position: relative;
    background-size: contain;
    /* background-image: url(/wp-content/themes/theforest/images/9f62ab8d98cecdb60759e551df2762ec.png); */
    background-position: right;
}


.footer-gradient{
    height: 100%;
    min-height: 500px;
    /* background: linear-gradient(299deg, #36c2ff9e, #36a1ff3b, #45bfae00, #45bfae00, #45bfae00, #91e0ff0a), linear-gradient(52deg, #36e3ff9e, #36d6ff21, #45bfae00, #45bfae00, #45bfae00, #91e0ff0a), linear-gradient(93deg, #242727, #242727, #242727, #242727, #2b658f45, #007ea385);; */
    /* background: linear-gradient(299deg, #36c2ff9e, #36a1ff26, #45bfae00, #45bfae00, #45bfae00, #91e0ff0a), linear-gradient(52deg, #36e3ffa6, #36d6ff12, #45bfae00, #45bfae00, #45bfae00, #91e0ff0a), linear-gradient(93deg, #1d2121, #242727, #141414, #202323, #2b658f45, #007ea385);; */
    background: linear-gradient(299deg, #36c2ff9e, #36a1ff26, #45bfae00, #45bfae00, #45bfae00, #91e0ff0a), linear-gradient(52deg, #36e3ffa6, #36d6ff12, #45bfae00, #45bfae00, #45bfae00, #91e0ff0a), linear-gradient(93deg, #242627, #242627, #242627, #242627, #2b658f30, #007ea385);
}


.footer-paragraph{
font-family: "Kanit";
font-size: 24px;
font-weight: 400;
line-height: 28.8px;
text-align: center;
color: #fff;
}

.site-footer{
    background-color: #242627;
}

.footer-link-a{
    font-family: "Segoe UI";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    color: #FFFFFFCC;
}

.n-smalltitleblue-title{
    font-family: "Segoe UI";
font-size: 14px;
font-weight: 400;
line-height: 16.8px;
text-align: left;
color:#FFFFFF;
margin-bottom: 6px;
}

.adress-footer-line{
font-family: 'Kanit';
font-size: 16px;
font-weight: 300;
line-height: 19.2px;
letter-spacing: 0.01em;
text-align: left;
color: #FFFFFFCC;
text-decoration: none;
}


.otherpages-hero-section{
    margin-top: 98px;
    background-size: cover;
    background-position: right;
    height:578px;
}

.otherpages-hero-section-gradient{
    padding-top: 64px;
    height:578px;
    background: linear-gradient(57deg, #369aff63, #36d6ff00, #45bfae00, #45bfae00, #45bfae00, #45bfae00, #45bfae00, #45bfae00, #45bfae00, #91e0ff0a), linear-gradient(269.87deg, rgba(36, 38, 39, 0) 39.69%, #242627 66.09%), linear-gradient(89.88deg, rgba(36, 38, 39, 0) 80.32%, #242627 93.34%)
}

.paid-out-box{
    display: flex;
    padding:16px;
    gap: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    width: fit-content;
    align-items: center;
    margin: 24px 0 48px 0;
}

.paid-out-box .num-text{
font-family: "Archivo Black";
font-size: 24px;
font-weight: 400;
line-height: 28.8px;
text-align: left;
color: rgba(255, 255, 255, 1);
}

.paid-text{
font-family: "Kanit";
font-size: 18px;
font-weight: 500;
line-height: 21.6px;
text-align: left;
color: rgba(255, 255, 255, 0.8);
}

.mb-56{
    margin-bottom: 56px;
}
.mt-56{
    margin-top: 56px;
}

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

.pb-56{
    padding-bottom: 56px;
}
.pt-56{
    padding-top: 56px;
}


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

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

.mt-96{
    margin-top: 96px;
}

.pb-96{
    padding-bottom: 96px;
}
.pt-96{
    padding-top: 96px;
}

.pt-48{
    padding-top: 48px;
}

.pb-48{
    padding-bottom: 48px;
}


.pt-0{
    padding-top: 0;
}

.mt-0{
    margin-top: 0;
}

.ml-0{
    margin-left: 0;
}

.book-form-wrapper{
    padding: 16px 0;
    width: 100%;
}

.book-form{
    width: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 35px 32px 70px 32px;
    box-shadow: 0px 4px 4px 0px #00000040;
}


.img_box.rocket-lazyload{
    background-position: center top;
    border-radius: 24px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-cards-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: stretch;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
}

.about-us-half{
    width: 100%;
    position: relative;
}

.about-us-cards-box .about-us-half:nth-child(n+3){
    padding-top: 14px;
}

.p-custom{
    font-family: "Kanit";
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    letter-spacing: 0.01em;
    text-align: left;
    color: rgba(82, 92, 95, 1)
}

.about-us-card-title{
font-family: "Kanit";
font-size: 18px;
font-weight: 500;
line-height: 21.6px;
text-align: left;
color: rgba(36, 38, 39, 1);
}

.about-us-card{
    width: 50%;
    border-radius: 24px;
    height: 408px;
}

.about-us-card{
    background-size: cover;
    background-position: center;
    padding:8px;
    display: flex;
    align-items: flex-end;
}

.about-us-card.m1{
    background-image: url("/wp-content/themes/theforest/images/1m.png");
}
.about-us-card.m2{
    background-image: url("/wp-content/themes/theforest/images/2m.png");
}
.about-us-card.m3{
    background-image: url("/wp-content/themes/theforest/images/3m.png");
}
.about-us-card.m4{
    background-image: url("/wp-content/themes/theforest/images/4m.png");
}
.about-us-card.m5{
    background-image: url("/wp-content/themes/theforest/images/5m.png");
}
.about-us-card.m6{
    background-image: url("/wp-content/themes/theforest/images/6m.png");
}

.flex-about{
    display: flex;
    gap: 24px;
}

.about-us-card-text-box{
    width: 100%;
    border-radius: 16px;
    background: #fff;
    padding:16px
}

.step-eval-wide-card{
    background:rgba(247, 248, 250, 1);
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 24px;
}

.step-eval-wide-card img{
    width: 100%;
}
.step-eval-wide-card__text-block{
    padding: 56px 56px 32px 56px;
    display: flex;
    gap: 32px;
}

.step-eval-wide-card__text-block > div{
    width: 50%;
}

.step-eval-wide-card__text1{
    font-family: "Kanit";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: rgba(36, 38, 39, 1);
}

.step-eval-wide-card__text2{
    font-family: "Archivo Black";
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #2098B8;
}

.section-grey{
    background: #F7F8FA;
}

.specifications-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: stretch;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    gap: 32px;
}

.specifications-grid__item{
    padding:24px;
    width: 100%;
    border-radius: 24px;
    background: rgba(70, 217, 255, 0.05);
}

.specifications-grid__image{
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}
.specifications-grid__text{
    font-family: "Kanit";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #242627;
}

@media (min-width: 1400px) {
    .container.container-1200{
        max-width: 1224px;
    }
}

.pt-23{
    padding-top: 23px;
}

.faq-box{
    background: #fff;
    border-radius: 24px;
    width: 100%;
    padding:12px 56px 12px 56px;
}

.faq-box .hidden{
    display: none;
}

.faq-box .hidden.active{
    display: block;
}

.contact-us-wrapper{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.contact-bg-section{
    background-image: url(/wp-content/themes/theforest/images/contact-frame.png);
    background-size: cover;
    background-position: center;
    padding: 48px;
    border-radius: 16px;
    overflow: hidden;
    min-width: 476px;
    max-width: 50%;
}

/* .contact-form-section input[type="text"], .contact-form-section input[type="email"], .contact-form-section textarea{
    border: solid rgba(145, 146, 147, 0.5) 1px;
    outline: none;
    background: white;
    padding: 8px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    height: 42px;
} */

/* .contact-form-section input[type="submit"]{
    text-align: left!important;
    position: relative;
    width: 120px;
} */

/* /wp-content/themes/theforest/images/up-right-arrow.svg */

.pseudo-el-with-arrow-for-submit-button{
    display: block;
    position: relative;
    width: 120px;
    height: 1px;
}

.pseudo-el-with-arrow-for-submit-button:after{
    display: block;
    content: "";
    width: 18px;
    height: 22px;
    background-image: url("/wp-content/themes/theforest/images/up-right-arrow.svg");
    position: absolute;
    background-position: center;
    background-size: contain;
    z-index: 2;
    right: 23px;
    top: 11px;
}

.contact-form-section{
    width: 100%;
}

.fullname-email-box > p {
    display: flex;
    gap: 32px;
}

.hero_title{
    font-size: 64px;
    font-family: 'Archivo Black', sans-serif;
    color: white;
    line-height: 1.3;
}

.hero_text{
    color:#fff; 
    line-height: 1.3; 
    margin-top:20px; 
    font-size: 18px;
}
#toggleMenuAction{
    color: #fff;
}

.main-cta-button.ebook-button{
    border-radius: 8px;
    height: 69px;
}

.full-image-block{
    width: 100%;
    border-radius: 24px;
    height: 688px;
    padding: 72px 48px;
    background-size: cover;
    overflow: hidden;
}

.site-footer-social-box {
    display: flex;
}

.site-footer-social-box > .col-sm-2{
    width: 15.16%;
}

@media (max-width: 768px) {
    .main-navbar-box {
        order: 2;
    }

    .main-navbar-box #mega-menu-primary {
        width: 170px !important;
        left: -109px !important;
    }

    div.authenticated.ms-auto {
        margin-right: auto;
    }

    .site_logo {
        display: none;
    }

    .site_logo_mobile {
        display: block;
    }

    .site_logo_mobile .site_imageLogo {
        width: 46px;
    }

    .navbar-brand.pe-3 {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .hero_title {
        font-size: 32px;
    }

    .authenticate .btn {
        padding: 5px 10px;
    }

    .authenticate .dropdown-menu {
        margin-top: 5px;
        min-width: 138px;
    }

    .benefits_card {
        padding: 10px;
        gap: 5px;
    }

    .benefits_title {
        font-size: 18px;
    }

    .benefits_text {
        font-size: 14px;
    }

    .benefits_card>img {
        width: 70px !important;
    }

    .subtitle-h2{
        font-size: 24px;
        max-width: 100%;
        line-height: 1.3;
    }

    .subtitle-h3{
        font-size: 18px;
        max-width: 100%;
        line-height: 1.3;
    }
    .mobile-row{
        flex-direction: row;
    }

    .main-cta-button, .secondary-cta-button{
        height: 40px;
        font-size: 18px;
    }

    .trustpilot-block{
        flex-direction: column;
    }

    .hero_text, .footer-paragraph{
        font-size: 18px;
        line-height: 1.3!important;
    }

    .pt-96{
        padding-top: 56px;
    }

    .carousel-trustpilot{
        overflow-x: auto;
        padding-bottom: 1px;
    }

    .carousel-trustpilot::-webkit-scrollbar{
        height: 10px;
        width: 4px;
        background: #f5f5f5;
    }
    .carousel-trustpilot::-webkit-scrollbar-thumb:horizontal{
        background: gray;
        border-radius: 10px;
    }
    .carousel-trustpilot .carousel-trustpilot-item:first-child, .carousel-trustpilot .carousel-trustpilot-item:last-child{
        opacity: 1;
    }

    .mainpage-hero-section{
        height: 660px;
    }
    .dashed-line.dashed{
        display: none;
    }
    .funded-steps-item{
        height: auto;
        padding-bottom: 48px;
    }
    .funded-steps-box{
        margin-bottom: 0;
    }
    .benefits-card .title{
        font-size: 18px;
        line-height: 22.8px;
    }

    .n-smalltitleblue{
        text-align: left;
    }

    .footer-links-box .row{
        margin-top: 30px!important;
    }

    .mainpage-hero-section .main-cta-button, .mainpage-hero-section .secondary-cta-button{
        width: 190px;
        border-radius: 8px;
    }

    .step-eval-wide-card__text-block{
        padding:20px;
        flex-direction: column-reverse;
    }
    .step-eval-wide-card__text-block > div{
        width: 100%;
    }
    .step-eval-wide-card__text2{
        font-size: 18px;
        line-height: 22px;
    }

    .specifications-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .mobile-height-auto{
        height: auto!important;
    }
    .reg__subscribe-looklike-wrapper>.form-row{
        width: 100%!important;
    }
    .about-us-cards-box{
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-us-wrapper{
        flex-direction: column;
        margin-top: 100px;
    }
    .contact-bg-section{
        min-width: 100%;
    }
    .fullname-email-box > p{
        flex-direction: column;
        gap: 16px;
    }

    .contact-bg-section .site-footer-social-box{
        flex-direction: row;
    }

    .contact-bg-section .site-footer-social-box .col-sm-2{
        width: 30%;
    }

    .full-image-block{
        padding: 38px 24px;
        background-position: center;
        height: auto;
    }

    .last-name-reg-block{
        margin-top: 40px;
    }
}

.image-desktop{
    display: block;
}

.image-mobile{
    display: none;
}


@media (max-width: 500px) {
    .image-desktop{
        display: none;
    }
    .image-mobile{
        display: block;
    }
    .specifications-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .level-table .buttons{
        flex-direction: column;
        border-radius: 24px;
    }
    .faq-box{
        padding:12px 24px;
    }
    .faq_card-content h3{
        padding-right: 20px;
    }
    .level-table .tables{
        overflow-x: scroll;
    }
    .blog-post-content .image{
        height: auto;
    }

    .btn-purple-blue.header-btn-purple-blue{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .site-footer{
        overflow-x: hidden;
    }
}

.registration__title{
    font-family: "Archivo Black", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #0DCAF0;
}

.grecaptcha-badge{
    display: none!important;
}
.svg-whatsapp{
    background-color: #46D9FF0D;
    padding: 5px;
    fill: #0DCAF0;
    border-radius: 6px;
}

.cf-container {
    background-color: #eeeeee;
}

.contant-container {
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    color: white;
}

.cf-container p, .cf-container .text-center {
    color: black;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.contant-container form {
    width: 100%;
}

/*.contant-container input, .contant-container textarea {*/
/*    padding: 8px;*/
/*    background: white;*/
/*    border: unset;*/
/*    border-radius: 6px;*/
/*    width: 100%;*/
/*    resize: unset;*/
/*}*/

/*.contant-container input[type=submit]{*/
/*    border: 1px solid #00CBFF;*/
/*    color: #00CBFF;*/
/*}*/

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.authenticated[style*="flex"] + .authenticate {
    display: none!important;
}

.authenticated[style*="flex"] {
    display: flex;
}

.prop-trading-header, .deposit-card-header, .form-psp-block{
    font-family: 'Inter', sans-serif!important;
}

.form-psp-block .form-group > button.btn-primary{
    background-color: #0dcaf0;
    border-color: #0ab3d4;
}

.form-psp-block .form-group > button.btn-primary:hover{
    background-color: #0ab3d4;
    border-color: #0ab3d4;
}

.nav-pills a.active .select-circut-open{
    filter: hue-rotate(315deg) opacity(0.7);
}
.terms-conditions__inner, .privacy-policy__inner, .refund-policy__inner, .cookie-policy__inner, .disclaimer__inner{
    margin-top: 50px;
}

.row.row-prop-trading.tab-content.br-n.pn.block-containing-deposit-cards {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template: 1fr / 1fr 1fr;
    padding: 4px;
    border-radius: 18px;
}

.row.row-prop-trading.tab-content.br-n.pn.block-containing-deposit-cards::before {
    content: "";
    position: absolute;
    top: -4px; left: -4px; right: -4px; bottom: -4px;
    background: linear-gradient(136deg, var(--blue) 0%, var(--green) 100%);
    z-index: -1;
}

div#navpills-form-cc {
    padding: unset;
    width: 100%;
    z-index: 1;
    background-color: rgb(26, 18, 57);
    border-radius:  0 14px 14px 0;
    padding: 76px 34px 34px 34px;
    backdrop-filter: blur(30px);
}

div#navpills-payment{
    padding: unset;
    width: 100%;
    z-index: 1;
    background-color: rgb(26, 18, 57);
    border-radius: 14px 0 0 14px;
    padding: 76px 34px 34px 34px;
    backdrop-filter: blur(30px);
}

.card.name-psp-block.prop-block {
    background-color: transparent;
    border: unset !important;
    box-shadow: unset !important;
}

.card.name-psp-block {
    background-color: transparent;
    border: unset !important;
    box-shadow: unset !important;
}

.card.form-psp-block {
    background-color: transparent;
    border: unset !important;
    box-shadow: unset !important;
}

#navpills-payment .card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
}

.prop-trading-deposit-challenge-value {
    background-color: transparent!important;
    border: 1px solid #442aa9;
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 156%;
    color: white!important;
    width: 100%;
}

.name-psp-block .card-header.deposit-card-header,
.card-header.deposit-card-header.btcpayheader{
    text-align: center;
    color: white !important;
}

.name-psp-block{
    padding: unset;
}

.deposit-name-tab-beauty {
    padding: unset !important;
    margin: unset !important;
    color: #00be68 !important;
    font-size: 20px !important;
    text-align: center !important;
}

.name-psp-block .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: white !important;
    background-color: transparent !important;
    height: unset !important;
    max-height: unset !important;
}

.tab-pane{
    color: white!important;
}

.tab-pane form{
    width: 100%;
}

select#successPsp_expMonth,
select#successPsp_expYear,
select#successPsp_typeCreditCard {
    background-color: transparent;
    border: 1px solid var(--haiti-800) !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 156%;
    color: var(--white) !important;
    width: 100%;
}

button#successPsp_submit,
button#myxspend_submit {
    padding: 12px 26px;
    background: var(--my-sin-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: var(--darkblue);
    height: 60px;
    width: 100%;
    border: unset;
}


body .logotype img.logo-mobile{
    display: none;
}


.nav-container {
  position: relative;
}

.hamburger {
  display: none;
  font-size: 28px;
  background: none;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.nav-list.nav-list-responsive {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

.hamburger > .closed{
    display: block;
}
.hamburger > .opened{
    display: none;
}

.hamburger.opened > .opened{
    display: block;
}
.hamburger.opened > .closed{
    display: none;
}
.hamburger > span{
    max-width: 24px;
}

.only-profile-mobile-visible{
    display: none;
}

.deposits-form select > option{
    color: black;
}

/* Backoffice styles (surprisingly) rewrites .nav-link. So we need to rewrite it again for header */
#navMenu .nav-link{
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600;
}




/* Styles for Session Expire popup. Made the only possible way to beat all the inline styles from backoffice and others */

#sessionExpiredModal .modal-content{
    background-color: #1a1239!important;
}

#sessionExpiredModal .close{
    /* display: none; */
    font-size: 35px!important;
    position: absolute;
    right: 22px;
}

#sessionExpiredModal .modal-header{
    background-color: #1a1239!important;
    /* justify-content: center!important; */
    border-bottom: none!important;
    height: 65px!important;
    padding: 4px 24px!important;
    justify-content: center!important;
}
#sessionExpiredModal #mySmallModalLabel{
    font-family: "Raleway", sans-serif;
}

#sessionExpiredModal .modal-title{
    color: #00be68!important;
}

#sessionExpiredModal .modal-body > p{
    display: none!important;
}

#sessionExpiredModal .modal-dialog.newDesign{
    max-width: 400px;
}

#sessionExpiredModal .back-modal-input{
    border: solid 1px #442aa9 !important;
    padding: 12px 16px!important;
    font-weight: 600!important;
    border-radius: 8px!important;
    background: transparent;
    color: #fff!important;
    box-shadow: none!important;
    margin-bottom: 24px;
}

#sessionExpiredModal .checkbox > a{
    color: #ffb219!important;
    font-weight: 700;
    font-size: 20px;
}

#sessionExpiredModal .modal-body.text-center{
    padding: 10px 24px !important;
}

#sessionExpiredModal .btn.btn-primary.btn-sm{
    border: unset;
    color: black;
    font-weight: 700;
    font-size: 20px;
    background-color: #ffb219;
    width: 100%;
    height: 60px;
}

#sessionExpiredModal .sr-only{
    display: none!important;
}

/* End of styles for Session Expire popup */

.name-psp-block .nav-pills .nav-link.active#myxspend-tab{
    background-color:transparent!important;
}
.deposit-name-tab-row .deposit-name-tab-beauty{
    color: #ffffff!important;
}


@media (max-width: 768px) {

    body .login{
        padding: 12px 10px;
    }

    .login-buttons-container{
        align-items: center;
    }
    .nav-container{
        order: 2;
    }
    body .logotype img.logo-desktop{
        display: none;
    }
    body .logotype img.logo-mobile{
        display: block;
        width: 30px;
        height: auto;
    }

    .hamburger {
        display: block;
    }


  .nav-list.nav-list-responsive {
    position: absolute;
    top: 100%;
    right: 0;
    flex-direction: column;
    background: #413767;
    display: none;
    gap:4px;
    padding: 15px 0;
    text-align: center;
    width: fit-content;
    padding: 8px;

    border-radius: 8px;
  }

  .nav-list.nav-list-responsive .nav-link{
    padding: 8px 16px;
  }

  .hero-block-btn{
    justify-content: center;
  }

  .nav-list.nav-list-responsive.show {
    display: flex;
  }

    .hero__inner .hero-block-btn a{
        height: 42px;
    }
    body .get-start-card-block{
        flex-direction: column-reverse;
        gap:14px;
    }

    body .btn-primary, body .learn-more-btn, body .btn-secondary{
        font-size: 14px;
        height: auto;
        padding: 10px 12px;
    }
    body .exclusive{
        padding-left: 20px;
        padding-top: 50px;
    }
    body .card-width{
        width: 100%;
    }
    body .card-list{
        padding-left: 0;
    }
    body .discover__in{
        grid-template-columns: repeat(1, 1fr);
        padding-top: 50px;
    }
    body .discover__in-item{
        height: auto;
    }

    body .discover__inner p{
        margin-bottom: 0;
    }

    body .section-reviews__inner-info-item span{
        font-size: 32px;
    }

    body .mt-50px-mobile{
        margin-top: 50px;
    }

    body .access_inner-left__info-block{
        grid-template-columns: 1fr;
    }
    body .access{
        height: auto;
    }
    body .footer__inner-top{
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
    body .authenticate.ms-auto.ps-3{
        padding-left: 0!important;
    }

    body .faq__in{
            grid-template-columns: 1fr;
    }
    body .hero__inner a{
        max-height: 42px;
    }
    body .swiper-container.custom12{
        display: none;
    }

    body .you-path-container{
        flex-direction: column;
    }
    body .evolution__list{
        padding-left: 0;
        flex-direction: column;
    }
    body .section-img{
        display: none;
    }
    body .tab-buttons{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
        max-width: 100%;
        border-bottom: none;
    }
    body .tab-button, body .tab-button.active{
        padding: 14px 6px;
        font-size: 16px;
        height: auto;
    }
    body .tab-button.active{
        background: #cfa653;
    }
    body .tab-button:first-child{
        margin-left: 0;
    }
    .mte-iframe-box{
        min-height: 100vh;
    }

    body .prop-profile .carousel-item{
        height: auto;
        width: 100%;
    }
    .progress.progress-striped{
        margin: 10px 0;
    }

    .profile-mobile-hamburger{
        order: 2;
    }

    body .row.row-prop-trading.tab-content.br-n.pn.block-containing-deposit-cards{
        grid-template: 1fr / 1fr;
        left: calc(.5 * var(--bs-gutter-x));
    }

    body div#navpills-payment, body div#navpills-form-cc{
        padding: 24px 4px 8px 4px;
        border-radius: 14px;
    }
    body .flex-column-mobile-important{
        flex-direction: column!important;
    }
}