.bar_width {
    height: 160px;
}
.akpartiLogo {
    z-index: 2;
    position: relative;
    padding-bottom: -20px;
}
.header_container {
    height: 120px;
    border-bottom: 1px solid #d7d7d7;
}
.haeder_logo {
    height: 120px;
}
.header-white,
.header-blue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 21px;
    height: 60px !important;
}
.header-white * {
    margin: 0 !important;
}
.header-blue {
    background-color: #017bc2;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 !important;
}
.last-modal-header {
    padding: 0 !important;
}
.btn-custom {
    background-color: #ff9400;
}
.centerrr {
    text-align: center;
}
.modal-body-title {
    background-color: #ff9400;
    color: white;
    border-radius: 20px;
}
.modal-body-title-h2,
.modal-body-title > p {
    font-size: 24px;
    font-weight: bold;
    padding: 12px 24px;
    text-align: center;
}
.modal-body-welcome-title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(0,0,0,0.6);
    padding: 18px;
    z-index: 1;
}
.hck-btn-krm {
    border-radius: 10px;
    font-weight: bold;
    padding: 16px 210px;
}
.modal-body-welcome-description {
    background-color: #f9f9f9;
    padding: 18px;
    margin-top: -20px;
    border-radius: 0 0 6px 6px;
}
.input_width {
    width: 30% !important;
}
.custom_select {
    float: left;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    width: 30% !important;
}
.table td,
.table th {
    white-space: normal !important;
}
.btn-group-toggle > label {
    border: 1px solid #fff;
}
.btn-group-toggle > label.active {
    border: 2px solid black;
    background: #017bc2;
    color: #fff;
}
.button_border {
    border: none !important;
}
.form-label {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    z-index: 1;
}
.form-input {
    display: inline-block;
    width: 100%;
}
.soru-baslik {
    border-bottom: 1px solid #d7d7d7;
}
.hck-label:last-child {
    margin-right: 0 !important;
}
.hck-col {
    width: 100%;
    justify-content: center;
    align-items: center;
}
.profil_image {
    margin: 16px auto;
}
.hck-kerem {
    margin: 0 auto;
    width: 50%;
}
input[type="date"] {
    box-sizing: border-box !important;
    padding-right: 10px !important;
    -webkit-appearance: none !important;
    background-color: white !important;
    width: auto; /* default */
}
input[type="date"]::-webkit-datetime-edit {
    display: block !important;
    width: 100% !important;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Media Queries ile Mobil Uyumluluk */
@media (max-width: 768px) {
    .col-md-3 {
        max-width: 100%;
    }
    .header_container {
        height: auto !important;
    }
    .header-white,
    .header-blue {
        height: auto !important;
        text-align: center;
    }
    .input_width,
    .custom_select,
    .hck-kerem {
        width: 100% !important;
        float: none !important;
    }
    input[type="date"],
    input[type="date"]::-webkit-datetime-edit {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .col-md-3 {
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .modal-body {
        padding: 0 16px !important;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        input[type="date"] {
            width: 100% !important;
        }
    }
}