﻿.ModalPopupBG {
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.Ogrenim_YokEslestirmePopupCss {
    background: white;
}

.modalBackground {
    background-color: silver;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: White;
    border: 1px solid #4C3C1B;
    padding: 5px;
}

.DialogHeader {
    background-color: rgb(92,108,126);
    color: white;
    height: 30px;
    font-size: medium;
    font-style: normal;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
}

.DialogHeaderFrame {
    width: 100%;
    cursor: default;
    background-color: white;
    display: table;
}


.DialogContentFrame {
    width: 100%;
    background-color: white;
}

.buttonWrap {
    white-space: normal;
    width: 100px;
}



.ClosePopupCls {
    color: White;
    float: right;
    height: 14px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

#closePopup:link {
    color: red;
    text-decoration: none;
}

#closePopup:visited {
    color: red;
    text-decoration: none;
}

#closePopup:hover {
    color: red;
    text-decoration: none;
}

.gridCustomHeader {
    display: flex;
}

.gridCustomHeaderRight {
    margin-left: auto;
}

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


.login-header {
    font-size: 26px;
    color: black;
}

.login-header-mobile {
    font-size: 26px;
    color: black;
    display: none;
}

body.login .logo {
    padding: 10px 0;
}

    body.login .logo h3 {
        margin: 10px 0;
    }


.login-secondary-header {
    font-size: 24px;
    color: black;
    text-align: center;
    margin: 0;
}

.login-fieldset {
    padding: 0 40px;
}

.login-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    align-items: center;
    min-height: 100vh;
    grid-template-areas: "left middle right";
}

.login-middle-container {
    height: 100%;
    width: 100%;
}

.login-radio-button-list {
    display: block;
    font-size: 16px;
}

    .login-radio-button-list input[type="radio"] {
        margin-right: 6px;
        accent-color: #808285;
        transform: scale(1.2);
        cursor: pointer;
    }

    .login-radio-button-list br {
        display: block;
        margin-bottom: 8px;
    }

    .login-radio-button-list label {
        cursor: pointer;
    }

    .login-radio-button-list input[type="radio"]:checked {
        color: #000;
        accent-color: #000;
    }

body.login .form-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.login .forgot-pass {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    color: #7E97BC;
    font-family: 'Raleway', sans-serif;
}

.login-left-image-container {
    width: 100%;
    height: 100% !important;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-image: url('../../images/login-left-image.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.stores-container {
    text-align: center;
    color: #FFF;
}

.login-left-image-container .dib-logo {
    height: auto;
    max-height: auto;
    padding: 10px;
    width: 100%;
    display: flex;
}

    .login-left-image-container .dib-logo img {
        width: 200px;
    }

.login-faq-container {
    width: 100%;
    height: 100%;
    background: #A53B3B;
}

.login-left-image-container .stores {
    display: flex;
    padding: 20px 20px 24px 20px;
    background: #96040499;
    border-radius: 16px;
    margin-bottom: 50px;
}

    .login-left-image-container .stores a {
        all: unset;
        cursor: pointer;
        display: inline-block;
        margin-right: 12px;
        transition: transform 0.3s ease;
    }

        .login-left-image-container .stores a:last-child {
            margin-right: 0;
        }

    .login-left-image-container .stores img {
        max-width: 120px;
        width: 100%;
    }


    .login-left-image-container .stores a:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(255, 15, 15, 0.5);
        transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    }

.login-right-container {
    width: 100%;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    background: #A53B3B;
    font-family: "Segoe UI", Roboto, sans-serif;
}

.support-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 260px;
    margin-top: 20px;
}

    .support-section h5 {
        margin: 10px;
    }


.faq-section {
    width: 100%;
    height: auto;
    max-height: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 58px;
}

.faq-container {
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    position: relative;
}

    .faq-container h2 {
        text-align: center;
        margin-top: 0;
    }

    .faq-container hr {
        margin: 10px 0 20px;
    }


.faq-content {
    height: auto;
    max-height: none;
    overflow: visible;
    flex: 1;
}


details {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

summary {
    background-color: #f9f9f9;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    user-select: none;
}

details[open] summary {
    background-color: #e0f0ff;
}

.answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease;
    padding: 0 10px;
    font-size: 14px;
}

details[open] .answer {
    padding: 10px;
}

.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

details[open] .arrow {
    transform: rotate(180deg);
}

.desktop-copyright {
    font-family: 'Raleway', sans-serif !important;
    display: block;
}

.mobile-copyright {
    font-family: 'Raleway', sans-serif !important;
    display: none;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    clear: both;
}

.call-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 12px;
    font-family: 'Raleway', sans-serif;
    background-color: #FFF;
}

.tel-link {
    color: #FFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .tel-link:hover {
        color: #FFF;
        text-decoration: underline;
    }


.dib-header {
    text-align: center;
    color: #FFF;
    background: #96040499;
    padding: 10px 16px;
    border-radius: 16px;
}

@media (max-width: 1024px) {
    .faq-section {
        margin-top: 0;
        height: auto;
        max-height: none;
    }

    .faq-container {
        height: auto;
        max-height: none;
        position: relative;
    }

    .faq-content {
        max-height: none;
        overflow: visible;
        margin-bottom: 20px;
    }

    .mobile-copyright {
        position: relative;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eee;
        clear: both;
    }

    .login-right-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .support-section {
        flex-direction: column;
    }

    .login-header, login-header-mobile {
        display: none;
    }

    .login-header-mobile {
        display: block;
    }

    .dib-header {
        display: none;
    }

    .desktop-copyright {
        display: none;
    }

    .mobile-copyright {
        display: block;
    }

    .faq-section {
        margin-top: 12px;
    }

    .login-container {
        grid-template-columns: 1fr;
        grid-template-areas:
            "left"
            "middle"
            "right";
    }

    .login-left-image-container {
        grid-area: left;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

    .stores-container h5 {
        display: none;
    }

    .login-header {
        font-size: 22px;
        margin-top: 10px;
    }

    body.login .copyright {
        padding: 30px 10px 0;
    }

    .login-middle-container {
        grid-area: middle;
        padding: 24px;
        max-width: 500px;
        margin: 20px auto;
    }

        .login-middle-container img {
            width: 100px;
        }

    body.login .logo {
        padding: 0 0 10px 0;
    }

    .login-faq-container {
        grid-area: right;
    }

    .login-left-image-container {
        height: 100px;
        overflow: hidden;
    }

        .login-left-image-container .dib-logo img {
            width: 180px;
        }

    .faq-container {
        max-width: 520px;
        max-height: none;
        height: auto;
    }

    .login-left-image-container {
        flex-direction: row;
        padding: 0 20px;
    }

        .login-left-image-container .stores {
            flex-direction: row;
            border-radius: 12px;
            padding: 10px;
            margin-bottom: 0;
        }

            .login-left-image-container .stores a {
                margin-bottom: 0;
                margin-right: 12px;
            }

                .login-left-image-container .stores a:last-child {
                    margin-bottom: 0;
                }

            .login-left-image-container .stores img {
                width: 90px;
            }
}

@media (max-width: 520px) {
    .login-middle-container {
        grid-area: middle;
        padding: 0 10px;
    }

        .login-middle-container img {
            width: 80px;
        }

    .login-middle-container {
        grid-area: middle;
        padding: 10px;
    }

    .support-section {
        flex-direction: column;
    }
}

@media (max-width: 440px) {
    .login-left-image-container {
        flex-direction: row;
        padding: 0 8px;
    }

        .login-left-image-container .dib-logo img {
            width: 150px;
        }

        .login-left-image-container .stores {
            flex-direction: column;
            margin: 10px 0;
        }

            .login-left-image-container .stores a {
                margin-right: 0;
                margin-bottom: 8px;
            }

                .login-left-image-container .stores a:last-child {
                    margin-bottom: 0;
                }
}


@media (max-width: 350px) {

    .faq-container {
        height: auto;
        max-height: none;
        position: relative;
    }

    .faq-content {
        max-height: none;
        overflow: visible;
        margin-bottom: 20px;
    }

    .support-section {
        margin-top: 220px;
        flex-direction: column;
    }

    .mobile-copyright {
        position: relative;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eee;
        clear: both;
    }
}
