﻿.field-validation-error {
    color: red;
    font-size: 12px;
    font-weight: 500;
}
.pageContentArea {
    padding: 32px 0px;
}
.modal-baslik {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.13px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #000000;
}
.kargos{
    margin-top:30px !important;
    display:flex;
    justify-content:space-between;
}
.input-baslik {
    padding:0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #4B4B4B;
}
.girerken {
    text-decoration: underline;
    margin-top: 24px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #4B4B4B;
}
.baska {
    margin-top:42px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color:#4B4B4B;
}
.gizlilik {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: rgba(75, 75, 75, 1);
}
#formSurfer {
    padding-right: 3rem;
    padding-left: 3rem;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: unset !important;
    outline: 0;
    box-shadow:unset !important ;
}
.geri-btn{
    display:flex !important;
    align-items:center !important;
    column-gap:8px !important;
    background-color:unset !important;
    border:unset !important;
}
.number-input {
    width: 38px;
    height: 85px;
    font-size: 37px !important;
    text-align: center;
    padding: 0px !important;
}
.modal-content {
    padding-bottom: 4rem !important;
    padding-left: 2rem !important;
    padding-top: 4rem !important;
    padding-right: 2rem !important;
}
.modal-header{
    align-items:center !important;
}
.btn-close {
    background: unset !important;
}
.numbers {
    display: flex;
    column-gap: 45px;
}
.dogrulama {
    margin-top:24px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: rgba(75, 75, 75, 1);
}
    .dogrulama span {
        color: rgba(205, 30, 30, 1);
    }
.dogrulama-kod {
    margin-top:24px !important;
    margin-bottom:24px !important;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
.devam {
    padding: 13px 16px 13px 16px !important;
    margin-top: 24px;
    border-radius: 0 !important;
    background-color: #CD1E1E !important;
    font-family: Roboto !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 17.58px !important;
    letter-spacing: 0.01em !important;
    text-align: center !important;
    color: #FFFFFF !important;
}
.sosyal{
    margin-top:30px;
    margin-bottom:30px;
    justify-content:center;
    display:flex;
    align-items:center;
    column-gap:12px;
}
.gizlilik span {
    text-decoration: underline;
    color: rgba(66, 133, 244, 1);
}
.kargolara{
    display:flex;
    align-items:center;
    flex-direction:column;
    row-gap:12px;
}
.kargo-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000000;
}
.kargo-detay {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #344054;
}
.breadCrumbContainer {
    width: 90%;
    margin: auto;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 22px;
}

.breadCrumbItem, .breadCrumbItem a {
    color: #818181;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.14px;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.basketOffCanvas 
{
    z-index: 5;
}

.footerLogoArea .footerLogo a
{
    display: block;
    width: max-content;
}