@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@900&display=swap');

body {
    background-color: #fff;
    color: #000;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 300;
    transition: background-color 0.3s, color 0.3s;
}

span.dark-mode {
    color: #fff;
}

header,
.card_list,
.bg-register,
.login-page {
    color: #000;
    transition: background-color 0.3s, color 0.3s;
}

body.dark-mode {
    background: linear-gradient(90deg, #0b4d69 0%, #172549 100%);
    color: #ffffff;
}

#darkModeToggle {
    transition: color 0.5s;
}

body.dark-mode input[type="text"],
body.dark-mode input[type="email"],
body.dark-mode input[type="password"],
body.dark-mode input[type="number"] {
    background: linear-gradient(90deg, #0b4d69 0%, #172549 100%);
    color: #fff;
    border: 1px solid #e8e8e8af;
}
input {
    font-size: 14px;
}

body.dark-mode .acilir-menu-icerik {
    background: linear-gradient(90deg, #0b4d69 0%, #172549 100%);

}

body.dark-mode i,
body.dark-mode a,
body.dark-mode span,
body.dark-mode p,
body.dark-mode label,
body.dark-mode input::placeholder {
    color: #ffffff;
}
body.dark-mode .register-text {
    color: #ffffff;
}
label {
    font-size: 13px;
}

body.dark-mode button {
    background-color: #0b0b0b00;
    border: none;
    color: #fff;
    border: 1px solid #ccc
}

::placeholder {
    font-size: 14px;
}

body.dark-mode .register_title h2 {
    color: #fff;
}

body.dark-mode .acilir-menu-icerik a:hover {
    background: #000000;
}

body.dark-mode .acilir-menu-buton {
    border: none;
}

.drop {
    padding-top: 5px;
}

.mobile-tridooh {
    margin: 0 20px 0 20px;
}

.acilir-menu-buton span {
    font-size: 14px;
}

input {
    display: block;
    width: 100%;
    padding: .775rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f8f9fa;
    border: none;
    background-clip: padding-box;
    border-radius: 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.register_title {
    display: flex;
    justify-content: center;
}

.register_title h2 {
    font-weight: 600;
    font-size: 32px;
    padding: 20px 0;
    text-align: center;
}

.register-text:hover {
    color: #06445E;
}

.login-title {
    font-size: 14px;
    font-weight: 300;
}

.login-title a {
    color: #000000;
}

body.dark-mode .login-title a {
    color: #fff;
}

/* Responsive styles */
@media only screen and (max-width: 600px) {
    .bg-register {
        display: none;
    }

    .register_title h2 {
        font-weight: 600;
        font-size: 18px;
        padding: 20px 0;
    }

    .header-tridooh {
        display: none;
    }

    .mobile-tridooh {
        margin: 0 0px 0 0px;
    }

}

.login-page {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.login-input-eye {
    position: absolute;
    right: 30px;
    top: 14px;
}
.login-input-eye2 {
    position: relative;
    left: 88%;
    top:-35px;
}
.confirm-input-eye {
    position: relative;
    right: -250px;
    top: -35px;
    z-index: 1000;
}

.header-register {
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.register_title {
    display: flex;
    justify-content: center;
}

.register_title h2 {
    font-weight: 600;
    font-size: 32px;
    padding: 20px 0;
    text-align: center;
}

.content-body {
    padding: 20px;
    border: none;
}

.register_step_1 {
    margin-bottom: 10px;
}

.card-header {
    background-color: #ffffff;
    padding: 10px;
}

.card-body {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
}

.register_navbar {
    background-color: #f8f9fa;
}

.register_navbar .navbar-brand {
    margin-right: 15px;
}
body.dark-mode .login-page {
    color: #ffffff;
    transition: background-color .3s, color .3s;
}
.navbar-brand {
    color: #007bff;
    text-decoration: none;
}

.navbar-brand:hover {
    color: #0056b3;
    text-decoration: underline;
}

.login-bg {
    margin: 60px;
    overflow: hidden;
}

.login-text h3 {
    font-size: 40px;
    color: #f8f9fa;
    text-align: start;
}

.password-criteria {
    position: absolute;
    background: #fff;
    z-index: 10000;
    padding: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 8px;
}
.mui-1vmaps1 {
    box-sizing: border-box;
    flex-direction: row;
    width: 100%;
    height: 50vh;
    margin: 64px;
    padding: 40px;
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.07) 100%);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}


.login-btn {
    border: none;
    background-color: #06445E;
    color: #f8f9fa;
    padding: 10px;
    font-weight: 300;
    font-size: 16px;
}

.login-page .with-lines {
    display: flex;
    align-items: center;
    text-align: center;
}

.login-page .with-lines::before,
.login-page .with-lines::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #6e6d6d;
    margin: 0 10px;
}


.register-text:hover {
    color: #06445E;
}

.login-title {
    font-size: 14px;
    font-weight: 300;
}

.login-title a {
    color: #000000;
}

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

.swiper-container {
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    border-radius: 15px;
}

.login-button {
    border: 1px solid #e2e2e27a;
    padding: 10px;
    background-color: white;
    width: 50%;
    border-radius: 30px;
}

.acilir-menu {
    position: relative;
    display: inline-block;
    z-index: 100;
}

.acilir-menu-buton {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acilir-menu-icerik {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.118);
    z-index: 1;
    border-radius: 10px;
}

.acilir-menu-icerik a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.acilir-menu-icerik a:hover {
    background-color: #f1f1f1;
}

.acilir-menu:hover .acilir-menu-icerik {
    display: block;
}

.drop-mobile {
    display: none;
}

.register-text {
    color: #000000;
    font-size: 14px;
}

.register-text.dark-mode {
    color: #ffffff;
}

.siwper-bt {
    position: relative;
    bottom: 50px;
    display: flex
}

.header-tridooh {
    display: block;
}

.header-tridooh2 {
    display: none;
}

@media only screen and (max-width: 600px) {
    .bg-register {
        display: none;
    }

    .header-tridooh2 {
        display: block;
    }

    .register_title h2 {
        font-weight: 600;
        font-size: 18px;
        padding: 20px 0;
    }

    .header-tridooh {
        display: none;
    }

    .drop-mobile {
        display: block;
    }

    .drop {
        padding-top: 3px;
    }
    .login-input-eye2 {
        position: relative;
        left: 90%;
        top:-33px;
    }
    .form-check{
        display: flex;
    }
}

.password-container {
    position: relative;
    width: 300px;
}

.password-requirements {
    list-style-type: none;
    padding-left: 0;
    display: none;
    position: absolute;
    background-color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
    margin-top: 5px;
    z-index: 10;
    top: 100%;
    left: 0;
    width: max-content;
}

.password-requirements li {
    color: rgb(0, 0, 0);
    font-size: 13px;
    padding-bottom: 5px;
}

.password-requirements li.valid {
    color: rgb(7, 31, 7);
}

.password-strength {
    display: none;
    margin-top: 5px;
}

.progress2 {
    margin-top: 5px;
    display: none;
    background-color: #000000;
    border-radius: 5px;
    overflow: hidden;
    z-index: 10000;
}

.progress-bar {
    height: 100%;
    width: 0;
    transition: width 0.5s;
}

.progress-bar.weak {
    background-color: red;
}

.progress-bar.medium {
    background-color: orange;
}

.progress-bar.strong {
    background-color: green;
}

.password-info {
    cursor: pointer;
    margin-left: 10px;
}

.reg-label {
    font-size: 12px;
    font-weight: 300;
    padding-top: 4px;
}
.form-check-label {
    position: relative;
    cursor: pointer;
}
.tooltip {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.form-check-label:hover .tooltip {
    display: block;
    opacity: 1;
}
.tooltip-password-info {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    width: 300px;
    top: 30px;
    left: 20px;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
.tooltip-password-info.active {
    display: block;
}
.tooltip-password-info ul {
    padding-left: 15px;
}
.tooltip-password-info li {
    margin-bottom: 5px;
}

.password-requirements li {
    color: rgb(0, 0, 0);
    font-size: 13px;
    padding-bottom: 5px;
}

.password-requirements li.valid {
    color: rgb(7, 31, 7);
}

.progress2 {
    margin-top: 5px;
    display: none;
    background-color: #000000;
    border-radius: 5px;
    overflow: hidden;
    z-index: 10000;
}

.progress-bar {
    height: 100%;
    width: 0;
    transition: width 0.5s;
}

.progress-bar.weak {
    background-color: red;
}

.progress-bar.medium {
    background-color: orange;
}

.progress-bar.strong {
    background-color: green;
}

.password-info {
    cursor: pointer;
    margin-left: 10px;
}

.requirement {
    color: rgb(175, 34, 86);
    display: flex;
    align-items: center;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 300;
}

.icon {
    margin-right: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: rgb(58, 73, 53);
    border-radius: 50%;
}

.requirement.valid {
    color: green;
    font-size: 12px;
    font-weight: 300;
}

.progress2 {
    height: 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
    display: none;
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: red;
    border-radius: 5px;
}

.progress-bar.weak {
    background-color: red;
}

.progress-bar.medium {
    background-color: orange;
}

.progress-bar.strong {
    background-color: green;
}
