#brokerssync .form-check-label {
    font-size: 16px;
    line-height: 20px;
}

#brokerssync .form-check-label a {
    font-size: 16px;
    line-height: 20px;
}

#brokerssync .form-error-message  {
   color: rgb(188, 0, 0);
   position: absolute;
   bottom: -12px;
   left: 20px;
   font-size: 12px;
   display: block;
   border-radius: 5px;
   padding: 2px;
   background-color: rgb(254, 208, 208);
   z-index: 100;
}

#brokerssync .form-error-message-bottom  {
    color: rgb(188, 0, 0);
    position: absolute;
    bottom: -30px;
    left: 20px;
    font-size: 11px;
    display: block;
    border-radius: 5px;
    padding: 2px;
    background-color: rgb(254, 208, 208);
    z-index: 100;
 }

#brokerssync .form-field {
    position: relative;
}

#brokerssync .eye-icon {
    position: absolute;
    right: 20px;
    top: 16px;
    
}

#brokerssync .agree-field {
    margin: 30px 0 30px 0;
}

#brokerssync .nav-item-mobile {
   display: none;
}

@media (max-width: 990px) {
    #brokerssync .nav-item-mobile {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
        align-items: center;
    }
}

#brokerssync .mobile-menu-trigger-on {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #0000008d;
        border-radius: 5px;
}


@media (max-width: 991px) {
    #brokerssync #first_name, #brokerssync #state {
        margin-bottom: 1.0666rem !important;
    }
    #brokerssync .sign-up-form-block {
        padding: 30px 20px;
    }
}

body {
    height: 100%!important;
    overflow-y: auto!important; /* Позволяет вертикальный скролл */
}

.password-field {
    position: relative;
}

.forgot-password {
    position: absolute;
    bottom: -35px;
    right: 20px;
    font-size: 13px;
}

.forgot-password  a {

    font-size: 13px;
}

#brokerssync .light-version-logo {
    width: 220px!important;
    height: auto;
    max-width: 220px;
}

#brokerssync .dark-version-logo {
    width: 220px!important;
    height: auto;
    max-width: 220px;
}

@media (max-width: 990px) {

    #brokerssync .site-navbar .header-btn {
        display: none;
    }

}

@media (max-width: 990px) {

    #brokerssync .site-navbar .nav-item-mobile .header-btn {
        display: block;
    }

}

#brokerssync .welcome-area--l5 .welcome-content--l3__sub-title {
    font-size: 20px;
}

@media (max-width: 990px) {

#brokerssync .welcome-area--l5 .welcome-content--l3__sub-title {
        font-size: 16px;
    }
}

#brokerssync .listing-on-login {
    margin-bottom: 30px;
    border-radius: 15px;
    max-width: 480px;
}

#brokerssync .listing-on-login .card-header {
    font-weight: 600;
    color: #fff;
    background-color: #0ABFBC;
    padding: 15px;
}

#brokerssync .listing-on-login-h2 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 30px;
}

#brokerssync .hidden-string {
    filter: blur(4px);
    user-select: none;
    pointer-events: none;
}

#brokerssync .sign-in-title {
    font-size: 34px;
}


@keyframes spin {
    0% {
            transform: rotateY(0deg) rotateX(0deg);
        }
    
        25% {
            transform: rotateY(90deg) rotateX(0deg);
        }
    
        50% {
            transform: rotateY(180deg) rotateX(0deg);
        }
    
        75% {
            transform: rotateY(270deg) rotateX(0deg);
        }
    
        100% {
            transform: rotateY(360deg) rotateX(0deg);
        }
}

#brokerssync #loading {
    perspective: 1000px;
    /* Добавляет перспективу для 3D эффекта */
}

#brokerssync #loading img {
    animation: spin 1.2s linear infinite;
    transform-style: preserve-3d;
    width: 70px;
    height: 70px;
    /* Указывает, что дочерние элементы будут сохранять 3D-формат */
}

@keyframes spin {
    0% {
        transform: rotateY(0deg) rotateX(0deg);
    }

    25% {
        transform: rotateY(90deg) rotateX(0deg);
    }

    50% {
        transform: rotateY(180deg) rotateX(0deg);
    }

    75% {
        transform: rotateY(270deg) rotateX(0deg);
    }

    100% {
        transform: rotateY(360deg) rotateX(0deg);
    }
}

#brokerssync #table-price-value {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 992px) { /* When width is less than or equal to 1360px, hide the element immediately */
    #brokerssync #table-price-value {
        gap: 20px;
    }
}

#brokerssync .card--table-single {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;

}

#brokerssync .pricing-popular {
    position: relative;
    overflow: visible;
    z-index: 90;
}

#brokerssync .pricing-popular .pricing-badge {
    position: absolute;
    top: -10px;
    right: -5px;
    z-index: 100;
    display: block;
    padding: 10px 15px;
    background-color: #FCDC00;
    color: #262729;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
}

#brokerssync .thanks-for-application {
    font-size: 34px!important;

}

@media (max-width: 992px) { /* When width is less than or equal to 1360px, hide the element immediately */
    #brokerssync .thanks-for-application {
        font-size: 30px!important;
    
    }
}

@media (max-width: 768px) { /* When width is less than or equal to 1360px, hide the element immediately */
    #brokerssync .thanks-for-application {
        font-size: 26px!important;
    }
}

@media (max-width: 500px) { /* When width is less than or equal to 1360px, hide the element immediately */
    #brokerssync .thanks-for-application {
        font-size: 22px!important;
    }
}


#brokerssync .pricing-card {
    justify-content: space-between;  
}


#brokerssync .pricing-list li,
#brokerssync .pricing-list-popular li {
    position: relative;
    padding-left: 25px;
    text-align: left;
}

#brokerssync .pricing-list li::before,
#brokerssync .pricing-list-popular li::before
{
    content: "✔"; 
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px; 
    
}

#brokerssync .pricing-list li::before {
    color: #5034FC; 
}


#brokerssync .pricing-list-popular li::before {
    color: #FF5722; 
}

#brokerssync .price-text {
    flex:1;
}

.bg-default-6{
    padding-bottom: 0px;
}