
html, body {
    touch-action: manipulation; 
    max-width: 100vw; 
    overflow-x: hidden; 
}

@media screen and (max-width: 600px) {
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }
}

.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%2360697b' d='M22.667 12.227c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0-4.787 4.72-4.72-4.72c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0c-0.244 0.242-0.394 0.577-0.394 0.947s0.151 0.705 0.394 0.947l5.653 5.653c0.242 0.244 0.577 0.394 0.947 0.394s0.705-0.151 0.947-0.394l0-0 5.72-5.653c0.244-0.242 0.394-0.577 0.394-0.947s-0.151-0.705-0.394-0.947l-0-0z'%3E%3C/path%3E%3C/svg%3E);
    display: block;
    width: 75%;
    padding: .6rem 2rem .6rem 1rem;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #959ca9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 20px 20px;
    border: 1px solid rgba(8, 60, 130, .07);
    border-radius: .4rem;
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select-signup {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%2360697b' d='M22.667 12.227c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0-4.787 4.72-4.72-4.72c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0c-0.244 0.242-0.394 0.577-0.394 0.947s0.151 0.705 0.394 0.947l5.653 5.653c0.242 0.244 0.577 0.394 0.947 0.394s0.705-0.151 0.947-0.394l0-0 5.72-5.653c0.244-0.242 0.394-0.577 0.394-0.947s-0.151-0.705-0.394-0.947l-0-0z'%3E%3C/path%3E%3C/svg%3E);
    display: block;
    width: 100%;
    padding: .6rem 2rem .6rem 1rem;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #959ca9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 20px 20px;
    border: 1px solid rgba(8, 60, 130, .07);
    border-radius: .4rem;
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.blazored-modal[b-mwsrhhqq2g] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; /* En üstte tutmak için z-index'i yüksek yapın */
    background-color: rgba(0, 0, 0, 0.7); /* Arkaplanı karartmak için */
}
.my-custom-modal .blazored-modal-container {
    max-width: 600px;
    padding: 20px;
    background-color: #fff;
}
.bm-close{
    display: none;
}
.blazored-modal-container .blazored-modal-close {
    position: absolute;
    top: 15px; /* Modal'ın üstünden 15px boşluk */
    right: 15px; /* Modal'ın sağından 15px boşluk */
    background-color: transparent; /* İsteğe bağlı arka plan */
    border: none; /* Buton kenarlığı */
    font-size: 1.5rem; /* Butonun büyüklüğü */
    cursor: pointer; /* İmleç değişikliği */
    z-index: 10001; /* Butonun diğer elemanların üstünde olmasını sağlayın */
}
.blazored-modal-container {
    position: relative; /* Modal içindeki elemanların absolute konumlandırmasını sağlar */
    padding: 20px; /* İç kenar boşluklarını kontrol edin */
    max-width: 500px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    figure img {
        display: none;
    }
    .form-select {
        width: 100%;
    }
}
@media only screen and (max-width: 1280px) {
    figure img {
        display: none;
    }
    .form-select {
        width: 100%;
    }
}
.offcanvas-backdrop.show {
    opacity: 0;
}
@media only screen and (max-width: 767px) {
    .mobile-off{
        display: none;
    }
}
.mobile-on{
    display: none;
}

@media only screen and (max-width: 766px) {
    .mobile-on{
        display: block ;
    }
}
@media only screen and (max-width: 766px) {
    .mobile-top{
        margin-top:-80px;
    }
}
@media only screen and (max-width: 766px) {
    .profile-top{
        margin-top:-30px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .tablet-top {
        margin-top:-300px;
    }
}
@media screen and (min-width: 990px) {
    .logo-light {
        margin: 0; 
        height: 245px;
        width: 246px;
        margin-top: -100px;
        margin-left: -49px;
    }
}


@media only screen and (max-width: 990px) {
    .logo-light {
        width: 230px;
        height: 230px;
        margin: -20px;
        margin-top: -106px;
        margin-left: -40px;
    }
}
@media screen and (min-width: 990px) {
    .logo-light-footer {
        margin: 0; 
        height: 245px;
        width: 246px;
        margin-top: -20px;
    }
}
@media only screen and (max-width: 990px) {
    .logo-light-footer {
        width: 230px;
        height: 230px;
        margin: -20px;
        margin-top: -35px;
        margin-left: -35px;
    }
}
@media only screen and (max-width: 990px) {
    .logo-container{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        margin-left: -19px;
    }
}
@media only screen and (max-width: 990px) {
    .user-menu-container{
       left: -10px;
    }
}
.logo-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100px; 
}


.navbar {
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: -20px;
    left: 0;
}

.btn-closed[data-bs-dismiss=modal] {
    position: absolute;
    top: 0.8rem;
    right: 0.9rem;
}
.btn-closed {
    padding: 0 0;
    background: 0 0;
    border: 0;
    line-height: 1;
    color: #343f52;
    transition: all .2s ease-in-out;
    position: fixed;
}
.btn-closed:before {
    background: rgba(0, 0, 0, .08);
    font-family: Unicons;
    font-size: 1.05rem;
    content: "\ed3b";
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #444;
}
.navbar-clone {
    pointer-events: auto;
}

div.rz-notification {
    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
    inset-block-start: 100px;
    inset-inline-end: 1rem;
}
.modal-dialog {
    z-index: 1050;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);

    max-height: 80vh;
    overflow-y: auto;
}
.checkbox-container-horizontal {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.container-sigorta {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}
.rz-menu-toggle-item {
   z-index: 1000;
}
@media only screen and (max-width: 766px) {
    .mobile-containers{
       margin-top: 22px;
    }
    .mobile-policy{
        margin-left: -5px;
    }
    .mobile-table{
        width: 106%;
        margin-left: -11px;
    }
}
.rz-menu{
    display: none!important;
    z-index: 1000;
}
@media only screen and (max-width: 766px) {
    .rz-menu{
        display: flex!important;
    }
    .rz-menu:not(.rz-profile-menu).rz-menu-open{
        display: block!important;
    }
   
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.logo-container-footer{
    margin-left: -96px!important;    
    
}
}
@media only screen and (max-width: 766px) {
    .change-tap {
        margin-top: 95px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mobile-containers{
        margin-top: 2px;
    }
.tablet-off{
    display: none !important;
}
    .mobile-containers{
        margin-top: 1px;
    }
    .mobile-policy{
        margin-left: -50px;
    }
    .mobile-table{

        margin-left: -15px;
        width: 106%;
        margin-top: -11px;
    }
    .tablet-navbar {
        top: 96px;
        position: relative;
        background-color: var(--rz-menu-top-item-background-color);
        padding: 10px 15px;
        color: #fff; 
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
    }
    .profile-settings h2 {
        position: absolute!important;
        left: 97px !important;
        top: 22px !important;
    }
    .card-tablet{
        margin-top: -43px;

    }
  

    .tablet-dropdown-menu {
        display: none; 
        position: absolute;
        top: 50px;
        right: 0;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
        list-style: none;
        margin: 0;
        padding: 0;
        width: 200px; 
        z-index: 1000;
    }

   
    .tablet-dropdown-menu li {
        border-bottom: 1px solid #eee;
    }

    .tablet-dropdown-menu li:last-child {
        border-bottom: none;
    }

    .tablet-dropdown-menu li a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #333;
        font-size: 16px;
    }

    .tablet-dropdown-menu li a:hover {
        background-color: #f5f5f5;
        color: #007bff;
    }

   
    .tablet-navbar:hover .tablet-dropdown-menu {
        display: block; 
    }
}
    .tablet-menu-toggle {
        background: none;
        border: none;
        color: black;
        font-size: 24px; 
        cursor: pointer;
        margin-left: auto; /
    }

  
    .tablet-dropdown-menu {
        display: none; 
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50px; 
        right: 0; 
        width: 100%; 
        background-color: #fff; 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }


    .tablet-dropdown-menu li {
        border-bottom: 1px solid #eee; 
    }

    .tablet-dropdown-menu li:last-child {
        border-bottom: none;
    }

    .tablet-dropdown-menu li a {
        display: block;
        padding: 10px 15px;
        background-color: var(--rz-menu-top-item-background-color);
        text-decoration: none;
        font-size: 16px;
    }

    .tablet-dropdown-menu li a:hover {
        background-color: #f5f5f5;
        color: #007bff; 
    }


@media only screen and (max-width: 767px), only screen and (min-width: 1025px) {
    .tablet-navbar {
        display: none; 
    }
}

.mobile-tap{
    margin-top: 110px    ;
}
.tablet-tap{
    margin-top: 110px    ;
}
@media only screen and (max-width: 766px){
    .mobile-tap{
        margin-top: -60px;
    }
}



.alert-info {
    background-color: #f9f9f9;
    border-left: 5px solid #C0392B;
    padding: 15px;
    border-radius: 8px;
    position: relative;
}

.alert-info strong {
    font-size: 16px;
    color: #C0392B;
}

.country-options .radzen-button {
    margin-right: 10px;
    margin-bottom: 10px;
}

.radzen-checkbox {
    margin-right: 10px;
}

.radzen-datepicker {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #C0392B;
}

.radzen-datepicker input {
    padding: 10px;
    border-radius: 8px;
}
.insurance-list-container {
    max-width: 800px;
    margin: 0 auto;
}

.insurance-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
}

.insurance-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.insurance-company-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.insurance-company-logo {
    width: 50px;
    height: 50px;
}

.insurance-details {
    display: flex;
    gap: 10px;
}

.insurance-detail-item {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
}

.insurance-buy-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.insurance-price {
    font-size: 20px;
    font-weight: bold;
    margin-top: 17px;
    margin-left:15px;
}

.checkbox-container-horizontal label {
    margin-left: 1px;
    font-size: 16px;
    color: #333;
}
.validation-message{
    color: red;
    font-size: 12px;
}
.email-confirmed-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #6E85B7, #B2ABF2);
    background-attachment: fixed;
}

.confirmation-box {
    text-align: center;
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1.2s ease-in-out;
    width: 350px;
}


.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #28a745;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    animation: popIn 0.8s ease-out;
}

.icon-circle i {
    font-size: 40px;
    color: white;
}


h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
}

p {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}


.btn-primary {
    padding: 12px 25px;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, transform 0.2s;
}

.btn-primary:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.user-menu-container {
    position: relative;
    display: inline-block;
}

.user-icon {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #6c757d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.status-indicator {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #28a745;
    border: 2px solid white;
    border-radius: 50%;
}

.menu-content {
    position: absolute;
    top: 50px;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 10;
    min-width: 150px;
}

.menu-content ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.menu-content ul li {
    padding: 10px 20px;
}

.menu-content ul li a {
    text-decoration: none;
    color: #333;
}

.menu-content ul li a:hover {
    background-color: #f8f9fa;
}
@media (max-width: 768px) {
    .user-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .menu-content {
        top: 40px;
        right: 0;
        min-width: 120px;
    }

    .menu-content ul li {
        padding: 8px 15px;
    }

    .menu-content ul li a {
        font-size: 14px;
    }
}
.yanyana{
    display: flex;
    grid-template-columns: repeat(2, 1fr); 
    gap: 1rem;
    
    
}
.customyan{
    width: 100%; 
}
.list-esit{
    width: 100%;
}
.on-tops{
    margin-left:500px;
    gap: 3rem;
}
.stepper-container {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    position: relative;
    margin-top: 20px;
}

.progress-line {
    position: absolute;
    height: 4px;
    background-color: #f0f0f0;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 2;
    position: relative;
    margin-top: 20px;
}
.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 50px auto;
    position: relative;
}

.stepper::before {
    content: '';
    position: absolute;
    top: 31%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ccc;
    z-index: 1;
}

.stepper::after {
    content: '';
    position: absolute; 
    top: 31%;
    left: 0;
    width: calc((100% / 4) * var(--completed-step));
    height: 2px;
    background: #333333;
    z-index: 2;
    transition: width 0.4s ease;
}
.stepst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 50px auto;
    position: relative;
}

.stepst::before {
    content: '';
    position: absolute;
    top: 29%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ccc;
    z-index: 1;
}

.stepst::after {
    content: '';
    position: absolute;
    top: 29%;
    left: 0;
    width: calc((100% / 4) * var(--completed-step));
    height: 2px;
    background: red;
    z-index: 2;
    transition: width 0.4s ease;
}

.step {
    text-align: center;
    position: relative;
    z-index: 3;
    flex: 1;
}

.step-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #ccc;
    background-color: white;
    margin: 0 auto;
}

.step.completed .step-icon {
    border-color: #333333;
    color: #333333;
}


.step.active .step-icon {
    border-color: #333333;
    color: #333333;
}

.step-label {
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
}


.step.active .step-label {
    color: #333333;
}




@media (max-width: 768px) {
    .stepper {
        align-items: center;
        position: relative;
    }

    .step {
        top: -3px;
        margin-bottom: 20px;
        position: relative;
    }

    .step-icon {
        width: 30px; 
        height: 30px;
        font-size: 14px;
    }

    .step-label {
        font-size: 12px;  
        margin-left: 10px;
    }
    .stepper::before, .stepper::after {
 top: 10px;
    }
    
}
.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 14px;
    z-index: 4;
}

.badge {
    margin-top: 10px;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.badge.hidden {
    opacity: 0;
    visibility: hidden;
}

.badge.visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 480px) {
    .steps {
        /*flex-direction: column;*/
        align-items: center;
        position: relative;
    }

    .progress-line {
        width: 4px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .step {
        margin-bottom: 20px;
        position: relative;
    }

    .circle {
        position: relative;
        left: 0;
    }

    .badge {
        position: relative;
        top: -15px;
        margin-top: 0;
    }
}

.email-confirmation-container {
    max-width: 500px;
    margin-top: 120px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.email-confirmation-container h2 {
    color: #d9534f; 
    margin-bottom: 1rem;
}

.email-confirmation-container p {
    margin-bottom: 2rem;
}

.email-confirmation-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn-primary {
    padding: 0.5rem 1rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

.btn-secondary {
    padding: 0.5rem 1rem;
    background-color: #6c757d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary:hover, .btn-secondary:hover {
    opacity: 0.9;
}
.stepper-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
@media (max-width: 780px) {
.sticky-sidebar {
    position: relative;
    top: 252px;
    /* margin-left: 27px; */
    /* left: 55px; */
    margin-top: -260px;
    height: 100%;
}
}
.card-bodys{
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    min-height: 200px;
   height: 220px;
}
@media (max-width: 780px) {
    .text-centers {
        text-align: center !important;
    }
}
.is-invalid {
    border: 2px solid red;
    background-color: #ffe6e6; 
}
.dropdown-container {
    display: grid;
    flex-direction: column;
    width: 100%;
}

/* Responsive Flex Container */
.responsive-container {
    display: flex;
    gap: 1rem;
    margin-top: 10px;
    flex-wrap: wrap;
}

.responsive-container > div {
    flex: 1;
    min-width: 200px; /* Minimum genişlik ayarlanabilir */
}

/* Mobile devices - 768px ve altı ekranlar */
@media (max-width: 768px) {
    .responsive-container {
        flex-direction: column;
    }

    .responsive-container > div {
        width: 100%; /* Mobilde her eleman tam genişlikte */
    }
}
.invalid-field {
    border: 2px solid red;
}
.access-denied-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f9fa;
}

.access-denied-box {
    text-align: center;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.access-denied-title {
    font-size: 36px;
    margin-bottom: 10px;
    color: #dc3545;
}

.access-denied-message {
    font-size: 18px;
    margin-bottom: 20px;
    color: #6c757d;
}

.access-denied-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.access-denied-button:hover {
    background-color: #0056b3;
}

.stepper-button{
    padding: 13px;
    margin-top: -10px;
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.input-group{
    margin-top:10px;
}
.table tr{
    font-size:13px;
}
.profile-header{
    font-size: 20px;
}
.ui-datepicker {
    z-index: 9999 !important; 
    position: absolute !important; 
    top: 0 !important;  
    left: 0 !important;  
}
.rz-datepicker-popup-container {
    z-index: 9999 !important;
    position: absolute !important;
}
.rz-dropdown-panel rz-popup{
    box-sizing: border-box !important;
    width: 90px !important;
    left: 612px !important;
    top: 914.898px !important;
    z-index: 99999 !important;
    display: block !important;
}
.rz-dropdown-panel {
    z-index: 9999 !important;
    position: relative !important;  /* Gerekirse relative veya absolute yapın */
}

.rz-popup {
    z-index: 9999 !important;
    position: absolute !important;
}

.uppercase-input {
    text-transform: uppercase; /* Yazılan metni büyük harfe çevirir */
}

/* Placeholder'ı etkilenmeden bırak */
.uppercase-input::placeholder {
    text-transform: none; /* Placeholder orijinal halini korur */
}

.clear-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 18px;
}

.clear-icon:hover {
    color: #333;
}
.swal2-container.swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    width: 350px;
}
@media (max-width: 768px) {
    .menu-toggle-button {
        font-size: 30px;
        background: none;
        border: none;
        cursor: pointer;
        position: relative;
        z-index: 500;
        display: block;
        top: 50px;
        left: 12px;
    }

    .dropdown-panel {
        position: absolute;
        top: 140px;
        left: 13px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        width: 150px;
        padding: 10px 0;
        z-index: 499;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        display: none;
    }
    

    .dropdown-panel.open {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .dropdown-options {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .dropdown-link {
        display: block;
        padding: 10px 20px;
        color: #333;
        text-decoration: none;
        font-size: 16px;
    }

    .dropdown-link:hover {
        background-color: #f0f0f0;
        border-radius: 4px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .menu-toggle-button {
        font-size: 26px;
        background: none;
        border: none;
        cursor: pointer;
        position: relative;
        z-index: 1000;
        display: block;
        top: 110px;
        left: 55px;
    }

    .dropdown-panel {
        position: absolute;
        top: 185px;
        left: 50px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        width: 200px;
        padding: 15px 0;
        z-index: 999;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        display: none;
    }

    .dropdown-panel.open {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .dropdown-options {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .dropdown-link {
        display: block;
        padding: 12px 25px;
        color: #333;
        text-decoration: none;
        font-size: 18px;
    }

    .dropdown-link:hover {@media (max-width: 768px) {
        .menu-toggle-button {
            font-size: 24px;
            background: none;
            border: none;
            cursor: pointer;
            position: relative;
            z-index: 1000;
            display: block;
            top: 62px;
            left: 12px;
        }

        .dropdown-panel {
            position: absolute;
            top: 155px;
            left: 0;
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            width: 150px;
            padding: 10px 0;
            z-index: 999;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
            display: none;
        }

        .dropdown-panel.open {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }

        .dropdown-options {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .dropdown-link {
            display: block;
            padding: 10px 20px;
            color: #333;
            text-decoration: none;
            font-size: 16px;
        }

        .dropdown-link:hover {
            background-color: #f0f0f0;
            border-radius: 4px;
        }
    }

        @media (min-width: 769px) and (max-width: 1024px) {
            .menu-toggle-button {
                font-size: 26px;
                background: none;
                border: none;
                cursor: pointer;
                position: relative;
                z-index: 1000;
                display: block;
                top: 20px;
                left: 20px;
            }

            .dropdown-panel {
                position: absolute;
                top: 60px;
                left: 20px;
                background: #ffffff;
                border-radius: 8px;
                box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
                width: 200px;
                padding: 15px 0;
                z-index: 999;
                opacity: 0;
                transform: translateY(10px);
                transition: opacity 0.3s ease, transform 0.3s ease;
                display: none;
            }

            .dropdown-panel.open {
                display: block;
                opacity: 1;
                transform: translateY(0);
            }

            .dropdown-options {
                list-style-type: none;
                padding: 0;
                margin: 0;
            }

            .dropdown-link {
                display: block;
                padding: 12px 25px;
                color: #333;
                text-decoration: none;
                font-size: 18px;
            }

            .dropdown-link:hover {
                background-color: #f0f0f0;
                border-radius: 4px;
            }
        }

        @media (min-width: 1025px) {
            .menu-toggle-button,
            .dropdown-panel {
                display: none;
            }
        }
        background-color: #f0f0f0;
        border-radius: 4px;
    }
}

@media (min-width: 1025px) {
    .menu-toggle-button,
    .dropdown-panel {
        display: none;
    }
    
}
@media only screen and (max-width: 766px) {
    .profile-set {
        margin-top: -145px;
    }
}
@media only screen and (max-width: 766px) {
    .password-containers{
        margin-top: 25px!important;
    }
}
#installButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #000;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}
.checkout-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 250px;
    justify-content: space-between;
    margin-top: 63px;
    margin-left: 20px;
}
.checkout-summarys{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 250px;
    justify-content: space-between;
    margin-top: 163px;
    margin-left: 20px;
}

.order-summary, .payment-form {
    flex: 1 1 45%; 
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.order-summary h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.summary-items p {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 1rem;
    color: #333;
}

.summary-items .price {
    font-weight: 700;
    font-size:15px;
}

.total {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
}

.total-price {
    color: #ff4d4f;
}

.terms {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.terms label {
    margin-left: 8px;
    font-size: 0.9rem;
    color: #555;
}

.payment-form .form-group {
    margin-bottom: 15px;
}

.payment-form .form-group-row {
    display: flex;
    gap: 10px;
}

.payment-form .action-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.btn-complete {
    background-color: #ff4d4f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.btn-complete:hover {
    background-color: #d43a3e;
}

.btn-clear {
    background-color: transparent;
    color: #333;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-clear:hover {
    background-color: #f5f5f5;
}
.summary-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #333;
}

.total-section {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
}

.total-section .total-price {
    color: #ff4d4f;
    font-size: 1.2rem;
}

.terms {
    display: flex;
    align-items: center;
}

.discount-section {
    margin-top: 20px;
    text-align: center;
}

.discount-section .RadzenTextBox {
    width: 70%;
}

.discount-section .RadzenButton {
    width: 25%;
    margin-left: 5%;
}
@media screen and (max-width: 766px) {
    .rz-button.rz-primary.rz-shade-default {

    }

}
@media (min-width: 1024px) and (max-width: 1366px) {
    .navbar .container {
        left: -70px;
    }
    .user-menu-container {
        position: relative;
        display: inline-block;
        left:6px;
    }
}
@media (max-width: 768px) {
    .checkout-summary {
        width: 94%;
        max-width: 107%;
        padding: 0;
        margin: 0%;
        margin-left: 15px;
    }
}
@media (max-width: 768px) {
    .checkout-summarys {
        width: 94%;
        max-width: 107%;
        padding: 0;
        margin: 0%;
        margin-left: 15px;
    }
}
@media (max-width: 768px) {
    .form-selects {
        width: 100%!important;
    } 
}
@media (min-width: 1024px) {
    .form-selects {
        width: 75%!important;
    }
}
/*@media (max-width: 768px) {*/
/*    .btn-close[data-bs-dismiss=modal] {*/
/*        position: fixed;*/
/*        top: 4.7rem;*/
/*        right: 1.7rem;*/
/*    }*/
/*}*/
/*.btn-close[data-bs-dismiss=modal] {*/
/*    position: fixed;*/
/*    top: 7.7rem;*/
/*    right: 27.7rem;*/
/*}*/
@media (max-width: 768px){
.btn-closed[data-bs-dismiss=modal] {
    position: fixed!important;
    top: 2.8rem!important;
    right: 0.9rem!important;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
    .btn-closed[data-bs-dismiss=modal] {
        position: fixed !important;
        top: 6.6rem !important;
        right: 13.2rem !important;
    }
}
.btn-closed[data-bs-dismiss=modal] {
    position: fixed;
    top: 6.8rem;
    right: 26.9rem;
}
@media (max-width: 768px) {
    .rz-datepicker-popup-container {
        width: 90% !important; 
        left: 5% !important; 
        right: 5% !important;
        max-width: none !important;
    }
}

#pwa-install-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #4CAF50;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#installButton {
    padding: 10px 20px;
    font-size: 16px;
    background: white;
    color: #4CAF50;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

#installButton:hover {
    background: #f1f1f1;
}
.box-wrapper {
    border: 1px solid #ddd; 
    border-radius: 8px; 
    padding: 10px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    background-color: #fff; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    height: 120px; 
    margin: 10px;
}
.main-content {
    display: flex;
    flex: 1;
    gap: 20px;
    width: 123%;
}

.form-section {
    flex: 5;
}

.summary-section {
    flex: 1;
    min-width: 360px;
    max-width: 400px;
    margin-top: 250px;
}

.summary-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.summary-item.total {
    font-weight: bold;
    color: #000000;
}

.discount-code {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.discount-code input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.discount-code button {
    padding: 8px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.complete-purchase {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.complete-purchase:hover {
    background-color: #0056b3;
}
.nav-language-bar{
    display: flex;
    gap: 10px;
}
@media (max-width: 768px) {

    .main-content {
        display: block;
        width: 100%; 
        margin-bottom: 20px;
    }

    .checkout-sidebar {
        display: block;
        width: 100%; 
        padding: 10px;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1025px) {
    .checkout-summary {
        display: contents!important;
        grid-template-columns: 2fr 1fr;
        gap: 20px;
        margin: 50px auto;
        padding: 20px;
        max-width: 900px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .main-content {
        display: flex;
        flex-direction: column; 
        gap: 20px; 
        width: 100%;
        margin: 0 auto; 
        padding: 20px; 
        box-sizing: border-box; 
    }

    .form-section {
        flex: 1; 
        width: 100%; 
    }

    .checkout-sidebar {
        flex: 0; 
        width: 100%; 
        padding: 20px; 
        background-color: #fff; 
        border: 1px solid #e0e0e0;
        border-radius: 10px; 
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
        margin: 0 auto; 
    }
}
.checkout-summary {
    font-size: 0.85rem; 
    line-height: 1.3; 
}

.order-summary h4 {
    font-size: 1.1rem; 
    font-weight: 500;
}

.summary-items p {
    font-size: 0.75rem;
    color: #666;
}

.summary-items .price {
    font-size: 0.85rem;
    font-weight: 600;
}

.terms label {
    font-size: 0.75rem; 
    color: #777; 
}

.payment-form .form-group {
    font-size: 0.8rem; 
}

.action-buttons .RadzenButton {
    font-size: 0.85rem; 
    padding: 8px;
}

.total-section {
    font-size: 0.95rem; 
}

.discount-code input,
.discount-code button {
    font-size: 0.85rem; 
}

.complete-purchase {
    font-size: 0.95rem; 
    padding: 10px 20px; 
}

@media (min-width: 768px) and (max-width: 1025px) {

    .checkout-summary {
        display: grid;
        grid-template-columns: 2fr 1fr; 
        gap: 20px;
        margin: 50px auto; 
        padding: 20px;
        max-width: 900px; 
    }

 
    .order-summary {
        flex: unset;
        padding: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .order-summary h4 {
        font-size: 1.4rem;
        text-align: left; 
    }

    .summary-items p {
        font-size: 1rem;
        line-height: 1.6;
    }

  
    .payment-form {
        padding: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .summary-section {
        flex: unset;
        padding: 15px;
        max-width: 400px; 
        margin: auto; 
    }

    .total-section {
        font-size: 1.2rem;
        font-weight: bold;
    }

   
    .action-buttons .RadzenButton {
        font-size: 1rem;
        width: 100%;
        padding: 12px;
        margin-top: 10px;
    }

    .complete-purchase {
        font-size: 1rem;
        padding: 12px;
        background-color: #007bff;
    }

 
    .discount-code {
        display: flex;
        gap: 10px;
        flex-direction: column; 
    }

    .discount-code input {
        width: 100%;
    }

    .discount-code button {
        width: 100%;
    }

    .terms {
        flex-direction: column; 
        gap: 10px;
    }

    .terms label {
        font-size: 0.9rem;
    }
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #222; 
    color: #ffffff; 
    padding: 15px 20px;
    font-size: 14px;
    font-family: "Arial", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1010;
}

.cookie-text {
    max-width: 60%;
}

.cookie-text a {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    margin-right: 70px;
}


.deny-btn {
    background: #444; 
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 3px;
}


.allow-btn {
    background: #2D85C3; 
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 3px;
}


.deny-btn:hover {
    background: #555;
}

.allow-btn:hover {
    background: #1A6AA8;
}
@media screen and (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .cookie-text {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 10px;
        margin-right: 0;
    }

    .deny-btn, .allow-btn {
        width: 90%; 
        padding: 12px 0;
        font-size: 16px;
    }
}

