﻿body.light-theme {
    background-image: unset;
}

.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;
}

} 

/* Font size utilities (fs-*) */
.fs-8 { font-size: 8px !important; }
.fs-9 { font-size: 9px !important; }
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }
.fs-21 { font-size: 21px !important; }
.fs-22 { font-size: 22px !important; }
.fs-23 { font-size: 23px !important; }
.fs-24 { font-size: 24px !important; }
.fs-25 { font-size: 25px !important; }
.fs-26 { font-size: 26px !important; }
.fs-27 { font-size: 27px !important; }
.fs-28 { font-size: 28px !important; }
.fs-29 { font-size: 29px !important; }
.fs-30 { font-size: 30px !important; }
.fs-31 { font-size: 31px !important; }
.fs-32 { font-size: 32px !important; }
.fs-33 { font-size: 33px !important; }
.fs-34 { font-size: 34px !important; }
.fs-35 { font-size: 35px !important; }
.fs-36 { font-size: 36px !important; }
.fs-37 { font-size: 37px !important; }
.fs-38 { font-size: 38px !important; }
.fs-39 { font-size: 39px !important; }
.fs-40 { font-size: 40px !important; }
.fs-41 { font-size: 41px !important; }
.fs-42 { font-size: 42px !important; }
.fs-43 { font-size: 43px !important; }
.fs-44 { font-size: 44px !important; }
.fs-45 { font-size: 45px !important; }
.fs-46 { font-size: 46px !important; }
.fs-47 { font-size: 47px !important; }
.fs-48 { font-size: 48px !important; }
.fs-49 { font-size: 49px !important; }
.fs-50 { font-size: 50px !important; }
.fs-51 { font-size: 51px !important; }
.fs-52 { font-size: 52px !important; }
.fs-53 { font-size: 53px !important; }
.fs-54 { font-size: 54px !important; }
.fs-180 { font-size: 180px !important; }

/* Button focus: outline kaldır */
button:focus,
button:focus-visible,
.btn:focus,
.btn:focus-visible,
.primary-button:focus,
.primary-button:focus-visible,
.accent-button:focus,
.accent-button:focus-visible,
.secondary-button:focus,
.secondary-button:focus-visible {
  outline: none;
  box-shadow: none;
}
