#register #sign_in {
    display: flex;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /* height: 100vh;*/
}

#register .header_signIn {
    flex: 1;
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(180deg, #071437 0%, #14399D 100%);

}

#register .header_signIn::before {
    content: '';
    height: 50px;
}

#register .header_signIn h5 {
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
}

#register .bottom_signIn {
    flex: 1;
    width: 100%;
    height: 100%;
    /* display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; */
}

#register .logo-default-landing {
    height: 79px;
}

#register .logo-sticky-landing {
    height: 45px;
}

#register .btn-for-company {
    max-width: 207px;
    height: 50px;
    width: 100%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    padding: 8px 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    opacity: 1;
}

#register .btn-for-blogger {
    max-width: 207px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    padding: 8px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    opacity: 1;
}

#register .logo {
    max-width: 152px;
    width: 100%;
}

#register .active {
    background: #D6EDFF;
    color: #14399D;
}

#register .button_container a {
    margin: 15px;
    display: flex;
    /* flex-direction: column; */
}

#register .signin-container {
    /* background: white; */
    width: 100% !important;
    border-radius: 12px;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
    padding: 40px 30px;
}

#register .signin-header {
    text-align: center;
    margin-bottom: 30px;
}

#register .signin-header h1 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}

#register .form-group {
    margin-bottom: 20px;
}

#register .form-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
}

#register .form-input {
    /* max-width: 313px; */
    width: 100%;
    padding: 12px ;
    border: 1px solid #979797;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
    background-color: #ffffff;
}

#register .form-input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

#register .checkbox-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

#register .checkbox-wrapper {
    display: flex;
    align-items: center;
}

#register .checkbox-input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    accent-color: #3b82f6;
}

#register .checkbox-label {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000;
}

#register .forgot-password {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #3b82f6;
    text-decoration: none;
}

#register .forgot-password:hover {
    text-decoration: underline;
}

#register .signin-button {
    max-width: 313px;
    width: 100%;
    background: #1347F5;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 24px;
}

#register .signin-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}
#register .advantages{
    padding: 15px !important;
}
#register .advantages h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    line-height: 20px;
}
#arrow_bottom{display: none}
#register .advantage-item {
    display: flex;
    align-items: start;
    gap: 10px;
}
#register p{
    color: #fff;
}
#register .item-head {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    vertical-align: middle;

}

#register .signin-button:active {
    transform: translateY(0);
}

#register .signup-text {
    font-family: "Inter", sans-serif;
    font-weight: 500;

    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
    color: #868686;
;
}

#register .signup-link {
    color: #1347F5;
;
    text-decoration: underline;
    font-weight: 500;
}
#register  input{
    padding: 0 5px;
}
#register #image {
    width: 20px !important;
    height: 20px !important;
}

#register .signup-link:hover {
    text-decoration: underline;
}

#register .social-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#register .social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    /* border: 1px solid #e5e7eb; */
    border-radius: 12px;
    background: white;
    color: #374151;
    background-color: #F3F8FF;
    font-family: 'Inter', sans-serif;
    color: #252525;

    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s, border-color 0.2s;
}

#register .social-button:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
}

#register .social-button img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

#register .telegram-button i {
    color: #0088cc;
    font-size: 18px;
}


/* #register .google-button {
        color: #4285f4;
    }


    #register .vk-button {
        color: #4a76a8;
    } */

/* Social icons as text for compatibility */
#register .social-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 4px;
}

#register .google-icon {
    background: #4285f4;
    color: white;
    font-size: 12px;
}

#register .telegram-icon {
    background: #0088cc;
    color: white;
    font-size: 12px;
}

#register .vk-icon {
    background: #4a76a8;
    color: white;
    font-size: 12px;
}

#register .button_container {
    display: flex;
    margin-bottom: 31px;
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
}

/*#register .header_sign_in {*/
/*    !*margin-bottom: 101px;*!*/
/*}*/

#register .advantages-items {
    display: flex;
    flex-direction: column;
}

#register .advantages-items .advantage-item .image {
    width: 20px;
    height: 20px;
}

#register .advantages-items .advantage-item img {
    width: 100%;
}

.ts-control {
    border: none !important;
    box-shadow: none !important;
}
.form-select.form-select-solid{
    border: 1px solid #979797;
    padding: 6px;
    background-color: transparent;
}
/* Border rəngini dəyişmək üçün */
#contact_type {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding-left: 0;
}


/* Focus zamanı border rəngini dəyişmək */
.ts-control.focus {
    border-color: none !important; /* Focus zamanı rəng */
    box-shadow:none!important;
}
.ts-wrapper.single .ts-control{
    border: transparent;
    background-color: transparent;
}
.ts-control, .ts-wrapper.single.input-active .ts-control {
    border: transparent;
    background-color: transparent;
}
#register #sign_in {
    display: flex;
    min-height: 100vh; /* height əvəzinə min-height */
}

#register .header_signIn {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* flex-start əvəzinə */
    background: linear-gradient(180deg, #071437 0%, #14399D 100%);
    padding: 40px 20px; /* padding əlavə edin */
}

#register .bottom_signIn {
    flex: 1;
    width: 100%;
    display: flex; /* Bu sətr əlavə edilməlidir */
    align-items: center; /* Bu sətr əlavə edilməlidir */
    justify-content: center; /* Bu sətr əlavə edilməlidir */
}
@media (max-width: 940px) {
    #register #sign_in {
        flex-direction: column;
    }

    #register .button_container {
        display: flex;

    }

    #register .header_signIn {
        height: auto;
        padding: 40px 0;
    }

    #register .bottom_signIn {
        height: auto;
        padding: 40px 0;
    }

    #register .signin-container {
        /* background: white; */
        width: 100%;
        /* max-width: 313px; */
        border-radius: 12px;
        /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
        padding: 40px 0px;
    }

    #register .form-input {
        padding: 12px ;
    }
}

.advantages-heading {
    display: flex;
    align-items: center;   /* yazı vertikal ortada */
    justify-content: center; /* yazı horizontal ortada */
    gap: 10px; /* yazı ilə şəkil arası məsafə */
}

.advantages-heading img {
    order: 2; /* şəkil sonuncu olsun */
}

/* Mobil üçün */
@media (max-width: 768px) {
    #register .advantages h2 {
        cursor: pointer;
        position: relative;
        padding-right: 30px;
        user-select: none;
    }
    .advantages-heading img {
        width: 18px;
        margin: 0 10px;
    }
#arrow_bottom{display: block}
    #register .advantages h2::after {
        content: '';  /* Content boş olacaq çünki background image istifadə edirik */
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;  /* Şəklin genişliyi */
        height: 20px;
        background-image: url("{{ asset('uploads/images/landing/icons/arrow_bottom.png') }}");


        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: transform 0.3s ease;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform 0.3s ease;
        font-size: 16px;
    }

    /* #register .advantages h2.collapsed::after {
        transform: rotate(-90deg);
    } */

    #register .advantages-items {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease;
        opacity: 0;
    }

    #register .advantages-items.show {
        max-height: 2000px;
        opacity: 1;
    }
}
@media (max-width: 640px) {

    #register .btn-for-company,
    #register .btn-for-blogger {
        max-width: 172px !important;
    }

    #register .btn-for-company,
    #register .btn-for-blogger {
        padding: 13px 28px;
    }

    /* #register .button_container a{
        margin: 0  ;
      } */
    #register .button_container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    #register .social-login {
        flex-direction: column;
    }
}
