﻿.top-login-custom-wrapper {
    display: flex;
    float: right;
    margin: 30px 0 5px 10px;
}

.top-login-hide-class {
    display: none !important;
}

.top-login-internet-subesi-container {
    display: inline-flex;
    padding: 10px 4px 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-direction: column;
    position: relative;
}

.top-login-internet-subesi-content-wrapper {
    display: flex;
    width: 144px;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 3px 5px -1px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 50px;
    z-index: 999999;
    background: #FFF;
}

.top-login-internet-subesi-header {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-direction: row;
    border-radius: 4px;
    border: 1px solid #FF6200;
    cursor: pointer;
}

    .top-login-internet-subesi-header > div {
        color: #FF6200;
        font-family: 'INGMe';
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
    }

    .top-login-internet-subesi-header > img {
        width: 16px;
        height: 16px;
    }

.top-login-bireysel {
    border-radius: 4px 4px 0px 0px;
}

.top-login-kurumsal {
    border-radius: 0px 0px 4px 4px;
}

.top-login-internet-subesi-content {
    display: flex;
    width: 124px;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: #FFF;
    color: #FF6200;
    text-align: center;
    font-family: 'INGMe';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.top-login-seperator {
    width: 90%;
    height: 1px;
    background: #F0F0F0;
    margin: 0 auto;
}

.top-login-musteri-ol-header {
    display: flex;
    width: 112px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 4px;
    background: #FF6200;
    cursor: pointer;
}

    .top-login-musteri-ol-header > div {
        border-radius: 4px;
        background: #FF6200;
        color: #FFF;
        font-family: 'INGMe';
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
    }

    .top-login-musteri-ol-header > img {
        width: 16px;
        height: 16px;
    }

.top-login-musteri-ol-container {
    display: inline-flex;
    padding: 10px 10px 10px 4px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-direction: column;
    position: relative;
}

.top-login-musteri-ol-content-wrapper {
    display: flex;
    width: 132px;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 3px 5px -1px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 50px;
    z-index: 999999999999;
    background: #FF6200;
}

.top-login-musteri-ol-content {
    display: flex;
    width: 112px;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: #FF6200;
    color: #FFF;
    text-align: center;
    font-family: 'INGMe';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

    .top-login-musteri-ol-content:hover {
        background-color: #FF8235;
    }

.top-login-internet-subesi-content:hover {
    background-color: #FFEFE6;
}

.top-login-align-right {
    right: 8px;
    left: initial !important;
}

.top-login-reset-top {
    top: 0 !important;
    margin: 12px 0 0 0 !important;
}

.top-login-musteri-ol-content-white {
    color:white;
}

@media screen and (max-width:480px), (orientation: landscape) and (max-width:968px) {
    /*.top-login-custom-wrapper {
        position: absolute;
        top: -42px;
        width: 100vw;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin: 0;
    }

    .top-login-internet-subesi-container {
        padding: 0;
    }

    .top-login-internet-subesi-header {
        display: flex;
        width: 160px;
        height: 32px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
    }

        .top-login-internet-subesi-header > div {
            font-size: 12px;
        }

    .top-login-internet-subesi-content-wrapper {
        width: 160px;
        top: 35px;
    }

    .top-login-internet-subesi-content, .top-login-musteri-ol-content {
        width: 160px;
        height: 32px;
        padding: 8px;
        font-size: 12px;
        line-height: 16px;
    }

    .top-login-musteri-ol-container {
        padding: 0;
    }

    .top-login-musteri-ol-header {
        width: 160px;
        height: 32px;
        gap: 4px;
        flex-shrink: 0;
    }

        .top-login-musteri-ol-header > div {
            font-size: 12px;
        }

    .top-login-musteri-ol-content-wrapper {
        width: 160px;
        top: 35px;
    }*/
}
