html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
/* Yerelleştirmeler */

main {
    background-color: #f8f9fa !important; /* #e9ecef  */
}

.container.rounded-2 {
    background-color: #f8f9fa !important; /* #e9ecef */
}

.form-label {
    font-style: italic !important;
}

/* Giriş Alanları */
.girisler {
    width: 10rem !important;
    height: 2.0rem !important;
    line-height: 2.0rem !important;
    padding: 0px 5px;
    color: #a2a2a2 !important;
    font-weight: 400 !important;
}

.buton {
    height: 1.75rem !important;
    padding: 0 5px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #a2a2a2 !important;
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 5px 5px !important;
    box-shadow: rgba(0,0,0,0.4) 2px 2px 6px 0px !important;
}

/* Loglar falan */
a {
    text-decoration: none;
    color: #a2a2a2 !important;
}

.diplogo {
    width: 1.0rem;
    margin: 0 3px;
    filter: opacity(60%);
}

.hdrlogo {
    margin: 0 2px 0 10px !important;
    padding: 7px 0 0 0 !important;
    width: 5.0rem;
    text-align: justify !important;
    text-justify: auto !important; 
}

/* PAYTR TABLOSU*/
#paytr_taksit_tablosu {
    clear: both;
    font-size: 12px;
    max-width: 1200px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

    #paytr_taksit_tablosu::before {
        display: table;
        content: " ";
    }

    #paytr_taksit_tablosu::after {
        content: "";
        clear: both;
        display: table;
    }

.taksit-tablosu-wrapper {
    margin: 5px;
    width: 280px;
    padding: 5px;
    cursor: default;
    text-align: center;
    display: inline-block;
    border: 1px solid #e1e1e1;
}

.taksit-logo img {
    max-height: 28px;
    padding-bottom: 10px;
}

.taksit-tutari-text {
    float: left;
    width: 126px;
    color: #a2a2a2;
    margin-bottom: 5px;
}

.taksit-tutar-wrapper {
    display: inline-block;
    background-color: #f7f7f7;
}

    .taksit-tutar-wrapper:hover {
        background-color: #e8e8e8;
    }

.taksit-tutari {
    float: left;
    width: 126px;
    padding: 1px 0;
    color: #474747;
    border: 1px solid #ffffff;
}

.taksit-tutari-bold {
    font-weight: bold;
}

@media all and (max-width: 600px) {
    .taksit-tablosu-wrapper {
        margin: 5px 0;
    }
}
