body {
    font-family: 'Source Sans Pro', sans-serif !important;
}

button#custom_hesapla_btn {
    width: 75px !important;
    height: 74px !important;
}

.sonuc {
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #dee2e6;
    background-color: #DAD8D5 !important;
}

.sonuc .row {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0;
}

.sonuc .row:last-child {
    border-bottom: none;
}

.sonuc p {
    margin: 5px 0;
    color: #363e49 !important;
}

.sonuc h2 {
    color: #dc5f13 !important;
}

.sonuc h5 {
    color: #dc5f13 !important;
}

.sonuc h3 {
    color: #dc5f13 !important;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

.header-title {
    display: flex;
    align-items: center;
    margin-bottom: -15px;
    justify-content: center;
}

.header-title h5 {
    text-align: center !important;
    color: #dc5f13 !important;
    justify-content: center !important;
}

.header-title::before {
    content: "";
    width: 40px;
    height: 75px;
    background-image: url('calculate2.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #dc5f1300 !important;
}

.btn-custom {
    background-color: #ff6600 !important;
    color: #ffffff !important;
    border: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 10px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    border-radius: 45px !important;
    cursor: pointer !important;
    width: 100% !important;
}

.w-100spec {
    width: 78% !important;
    height: 115% !important;
    margin-bottom: -20% !important;
    margin-left: 10px !important;
}

.circle-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.circle {
    position: absolute;
    left: -11px;
    width: 23px;
    height: 23px;
    background-color: #ff6600;
    border-radius: 50%;
    z-index: 10;
}

.form-select {
    padding: .445rem 2.25rem 0.375rem 0.8rem !important;
}

.form-control {
    padding-left: 30px;
    height: calc(2.4rem + 0rem) !important;
    position: relative;
}

.align-items-end {
    align-items: flex-end !important;
}

.row {
    display: flex !important;
    justify-content: center !important;
}

center-elements {
    display: flex !important;
    justify-content: center !important;
}

.form-container {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: 20px;
    justify-content: center !important;
    background-color: #DAD8D5 !important;
    padding: 20px;
    border-radius: 13px;
    box-shadow: 0 0 0px #090a0a;
    max-width: 800px;
    margin: auto;
}

@media (min-width: 768px) {
    .form-container {
        background-color: #DAD8D5 !important;
        padding: 111px;
        max-width: 600px;
        margin-top: -120px;
    }
}

@media (min-width: 820px) {
    .form-container {
        background-color: #DAD8D5 !important;
        padding: 140px;
        max-width: 844px;
        margin-top: -125px;
    }
}

@media (min-width: 1024px) {
    .form-container {
        background-color: #DAD8D5 !important;
        padding: 90px;
        max-width: 844px;
        margin-top: -85px;
    }
}

/* Genel stil */
label {
    font-size: var(--hw-form-fn-sz, 14px);
    font-weight: var(--hw-form-fn-wt, 400);
    text-transform: var(--hw-form-fn-tr, none);
    color: #363e49 !important;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
    .w-100spec {
        width: 80% !important;
        height: 120% !important;
        margin-bottom: -30% !important;
    }
}

@media only screen and (max-width: 736px) {
    .btn-custom {
        background-color: #ff6600;
        color: #ffffff;
        border: none;
        padding: 0px !important;
        font-size: 14px !important;
        font-weight: bold !important;
        border-radius: 70px !important;
        cursor: pointer !important;
        width: 61% !important;
    }
}

@media only screen and (min-width: 820px) {
    .w-100spec {
        width: 40% !important;
        height: 115% !important;
        margin-bottom: -30% !important;
    }
}

@media only screen and (max-width: 767px) {
    .form-select {
        padding: 0.375rem 0.5rem 0.300rem 0.75rem !important;
        background-position: right -0.1rem center !important;
    }
    label {
        font-size: var(--hw-form-fn-sz, 10px);
        font-weight: var(--hw-form-fn-wt, 400);
        text-transform: var(--hw-form-fn-tr, none);
        color: #363e49 !important;
        line-height: 1.5em;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px;
    }
    .w-100spec {
        width: 80% !important;
        height: 107% !important;
        margin-bottom: -70% !important;
        margin-left: 0px !important;
    }
    .btn-custom {
        background-color: #ff6600;
        color: #ffffff;
        border: none;
        padding: 0px !important;
        font-size: 14px !important;
        font-weight: bold !important;
        border-radius: 70px !important;
        cursor: pointer !important;
        width: 95% !important;
    }
}

@media only screen and (max-width: 414px) {
    form#vadeli-hesaplama-form {
        display: flex;
        gap: 10px;
    }
    button#custom_hesapla_btn {
        width: 72px !important;
        height: 72px !important;
    }
    .form-select {
        background-position: right -0.1rem center !important;
        padding: 0.375rem 0.5rem 0.300rem 0.75rem !important;
        height: calc(2.4rem + 0rem) !important;
        border-radius:0.25rem !important;
    }

    label {
        font-size: var(--hw-form-fn-sz, 10px);
        font-weight: var(--hw-form-fn-wt, 400);
        text-transform: var(--hw-form-fn-tr, none);
        color: #363e49 !important;
        line-height: 1.5em;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px;
    }

    .w-100spec {
        width: 80% !important;
        height: 107% !important;
        margin-bottom: -50% !important;
        margin-left: 25px !important;
    }

    .btn-custom {
        background-color: #ff6600;
        color: #ffffff;
        border: none;
        padding: 0px !important;
        font-size: 14px !important;
        font-weight: bold !important;
        border-radius: 70px !important;
        cursor: pointer !important;
        width: 65% !important;
    }
}
