﻿

.area {
    padding: 25px 22.5px 21px 24px;
    border-radius: 21px;
}

.area-backcolor {
    background: var(--area-bgcolor);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}


.custom-text-underline:after {
    content: "";
    background-color: var(--bright-green);
    height: 4px;
    width: 16px;
    border-radius: 1px;
    position: absolute;
    margin-top: 23px;
    margin-left: 3px;
}


.tab-style2 {
    background-color: var(--port-gore);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--white) !important;
    display: inline-flex;
}

.tab-style2-login {  
    background-color: var(--port-gore);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
}

.tab-style2-forget-password {

    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
}
hr {
    border-top: 1px solid #888a8d45;
    opacity: 1;
}

.navbar-toggler-icon {
    background-image: none !important;
    padding-top: 4px;
}
    .navbar-toggler-icon::before {
        font-family: FontAwesome;
        content: "\f0c9"; /* fa-bars, fa-navicon */
    }

/*bootstrap 5 nav-link css*/
    .tab-style2.nav-pills .nav-link {
        display: block;
        padding: 0.5rem 1rem;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }
    .tab-style2-login.nav-pills .nav-link {
        display: block;
        padding: 0.3rem 0.8rem;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        font-size: 10px;
    }
    .tab-style2-forget-password.nav-pills .nav-link {
        display: block;
        padding: 0.3rem 0.8rem;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        /* font-size: 10px; */
        height: 70px;
    }

    .tab-style2 button:focus {
        outline: none !important;
    }
    .tab-style2-login button:focus {
        outline: none !important;
    }
    .tab-style2-forget-password button:focus {
        outline: none !important;
    }


    .tab-style2.nav-pills .nav-link {
        color: var(--white) !important;
        height: 100%;
        border-radius: 0.375rem;
        background: inherit;
    }
    .tab-style2-login.nav-pills .nav-link {
        color: var(--white) !important;
        height: 100%;
        border-radius: 0.375rem;
        background: inherit;
    }
    .tab-style2-forget-password.nav-pills .nav-link {
        color: var(--white) !important;
        height: 100%;
        border-radius: 0.375rem;
        background: inherit;
    }

    .tab-style2.nav-pills .nav-item {
        height: 45.5px;
    }
    .tab-style2-login.nav-pills .nav-item {
        height: 45.5px;
    }
    .tab-style2-forget-password.nav-pills .nav-item {
        height: 45px;
        width: 90px;
    }

.tab-style2.nav-pills .nav-link.active,
.tab-style2.nav-pills .show > .nav-link {
    color: var(--dark-blue-grey) !important;
    background-color: var(--bright-green) !important;
}
.tab-style2-login.nav-pills .nav-link.active,
.tab-style2-login.nav-pills .show > .nav-link {
    color: var(--dark-blue-grey) !important;
    background-color: var(--bright-green) !important;
    width: 120px;
    /* border-radius: 12px; */
    padding: 0;
    font-size: 12px;
}
.tab-style2-forget-password.nav-pills .nav-link.active,
.tab-style2-forget-password.nav-pills .show > .nav-link {
    color: var(--dark-blue-grey) !important;
    background-color: var(--bright-green) !important;
}

 .tab-style2-login.nav-pills .nav-link.nav-link-red.active, 
 .tab-style2-login.nav-pills .show > .nav-link.nav-link-red {
    color: var(--white) !important;
    background-color: var(--bright-red) !important;
    }

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: var(--bright-red);
    font-style: normal;
    font-family: OpenSans;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

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

    /* reCAPTCHA badge görünür olmalı - display: none veya visibility: hidden kullanılmamalı */
    /* .grecaptcha-badge {
        visibility: hidden !important;
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        opacity: 0 !important;
    } */

    .row.d-flex.align-items-end.gap-2 {
        flex-wrap: nowrap;
    }
    .col-sm-10.col-md-6, .col-4.col-sm-4.col-md-5 {
        flex: 1 1 auto;
        max-width: 80%;
    }
    .tab-style2 {
        border-radius: 12px;
        font-size: 12px;
        font-weight: 600;
        display: inline-flex;
    }
    .tab-style2.nav-pills .nav-link {
        display: block;
        padding: 0.3rem 0.8rem;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        /* font-size: 10px; */
        height: 70px;
    }
    .tab-style2 button:focus {
        outline: none !important;
    }
    .tab-style2.nav-pills .nav-link {
        color: var(--white) !important;
        height: 100%;
        border-radius: 0.375rem;
        background: inherit;
    }
    .tab-style2.nav-pills .nav-item {
        height: 45px;
        width: 90px;
    }
    .tab-style2.nav-pills .nav-link.active,
.tab-style2.nav-pills .show > .nav-link {
    color: var(--dark-blue-grey) !important;
    background-color: var(--bright-green) !important;
}

} 
