﻿/* Optional: Makes the sample page fill the window. */
@font-face {
    font-family: 'Delivery';
    src: url('../../fonts/delivery/delivery/web/delivery_w_rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Delivery Italic';
    src: url('../../fonts/delivery/delivery/web/delivery_w_it.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Delivery Bold';
    src: url('../../fonts/delivery/delivery/web/delivery_w_bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Delivery Bold Italic';
    src: url('../../fonts/delivery/delivery/web/delivery_w_bdit.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Delivery Light';
    src: url('../../fonts/delivery/delivery/web/delivery_w_lt.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Delivery Ligth Italic';
    src: url('../../fonts/delivery/delivery/web/delivery_w_ltit.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Delivery Condensed Light';
    src: url('../../fonts/delivery/delivery/web/delivery_w_cdlt.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: 'Delivery Condensed Black';
    src: url('../../fonts/delivery/delivery/web/delivery_w_cdblk.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-stretch: condensed;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

    body.loading {
        overflow: hidden;
    }

        body.loading .modal {
            display: block;
        }
h6 {
    font-family: 'Delivery Condensed', sans-serif;
    font-weight: 700;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('') 50% 50% no-repeat;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    line-height: 1.428571429;
    border-radius: 15px;
    font-size: 20px;
    position: absolute;
    background-color: darkorange;
}

#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav .closebtn {
        position: absolute;
        color: white;
    }

.ui-autocomplete {
    background: #3BAFDA;
    border-radius: 1px;
    font-family: Delivery; /*-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.45;
    color: white;
    padding-left: 0.5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: auto !important;
}

.step,
.actions clearfix {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#spLogo {
    max-width: 100%;
    height: auto;
}

#spBaslik {
    color: #145299;
    font-size: 30px;
    font-family: Delivery; /*'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    font-weight: 700;
}

#yazi {
    text-shadow: 0 0 1px #145299, 0 0 5px white;
}

    #yazi a {
        color: #FF5722;
    }



.open > .btn-outline-indigo.dropdown-toggle {
    color: white !important;
    background-color: #3F51B5 !important;
    border-color: #3F51B5 !important;
}

.question_box .btn {
    background-color: #eff2f5;
    margin-bottom: 0;
    font-size: 1rem !important;
}

    .question_box .btn.active {
        background-color: #f4faf5;
    }

.p-0 {
    padding: 0;
}

.border-right {
    border-right: 1px solid #2c3e50;
}

    .border-right:last-child {
        border-right: 0;
    }

.radioBox input {
    float: right;
    width: 16px;
    height: 16px;
}

#divOnay .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #2bb34f;
}

.btngiris {
    width: 100%;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    background: #0033a0;
    color: #fff;
    padding: 15px;
    display: block;
    text-align: center;
    font-family: 'Delivery Bold';
    background-color:red;
}
.btngiris:hover {
    text-decoration: none;
    color: #0033a0;
}

.btnuyeol {
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #0033a0;
    color: #0033a0;
    padding: 15px;
    display: block;
    text-align: center;
    font-family: 'Delivery Bold';
}

.btnuyeol:hover {
    text-decoration: none;
    color: #0033a0;
}

.validation-summary-errors ul {
    display: none;
}

.text-danger {
    font-size: 11px;
    color: red;
}

#divAnket input[type='checkbox'] {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 15px !important;
    height: 15px !important;
    appearance: none;
    border-radius: 50%;
    box-shadow: none;
    font-size: 1.2rem;
    background-color: #fff;
}

#divAnket input[type='checkbox']:not(:checked) {
    border: 1px solid #2c3e50;
}

#divAnket input[type='radio'] {
    accent-color: green;
}

#divAnket input[type='checkbox']:focus,
#divAnket input[type='checkbox']:hover,
#divAnket input[type='checkbox']:focus-visible {
    outline: none;
}

.active {
    outline: 1px solid #2bb34f !important;
}

#divAnket input[type='radio']:focus,
#divAnket input[type='radio']:hover,
#divAnket input[type='radio']:focus-visible {
    outline: none;
}

#divAnket input[type='checkbox']:checked {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #2bb34f !important;
}

    #divAnket input[type='checkbox']:checked:after {
        /* content: '\2713';
                color: green;*/
        content: "";
        background-color: transparent;
        /* position the checkbox */
        position: absolute;
        /* setting the checkbox */
        /* short arm */
        width: 5px;
        border-bottom: 2px solid #4D7C2A;
        /* long arm */
        height: 9px;
        border-right: 2px solid #4D7C2A;
        /* rotate the mirrored L to make it a checkbox */
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

.active {
    outline: 1px solid #2bb34f !important;
}

#btnLogin:disabled {
    opacity: 0.5;
}

#spnSozlesme,
#spnEtkBilgilendirme,
#spnMuvafakatname,
#spnAydinlatmaModal  {
    margin: 0px;
    font: inherit;
    letter-spacing: inherit;
    color: rgb(212, 5, 17);
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: var(--Link-underlineColor);
    --Link-underlineColor: rgba(212, 5, 17, 0.4);
    cursor: pointer;
}
#spnSozlesme:hover,
#spnEtkBilgilendirme:hover,
#spnMuvafakatname:hover,
#spnAydinlatmaModal:hover {
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(212, 5, 17, 0.8);
    color: rgb(212, 5, 17);
    text-decoration-line: underline;
}

.deliveryCdBl {
    font-weight: 700;
    font-family: Delivery Condensed;
    outline-color: #323232;
    font: 18px;
}
.dhl-tr-spinner.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    display: none;
}

body.loading-dhl .dhl-tr-spinner.backdrop {
    display: flex; /* normalde gizliydi, aktif olunca göster */
}

.dhl-tr-spinner .spinner {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid #9c9998;
    border-top-color: #d40511;
    border-left-color: #d40511;
    border-right-color: #d40511;
    animation: spin 1.5s linear infinite
}

.dhl-tr-spinner .spinner-logo {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    pointer-events: none
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}