body {
    background-color: #f8f9fa;
}

.container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.form-group label {
    font-weight: bold;
}

.h2Title {
    font-size: 2.5em;
    margin-top: 0;
}

p {
    font-size: 1.4em;
}

.row {
    margin-top: 15px;
}

.h4Title {
    font-size: 1.2em;
    color: #192a56;
    border-bottom: 1px solid #192a56;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.select2-search__field:focus {
    color: black;
}

.select2-selection__clear {
    display: none;
}

label {
    opacity: 0.7
}

textarea {
    background-color: #f3f3f37a !important;
}

.img-fluid {
    width: 16%;
    height: 20%;
}

select, input {
    border-radius: 0 !important;
    box-shadow: 2px 2px #d1d1d1;
    background-color: #f3f3f37a !important;
}

textarea {
    border: none;
    box-shadow: 2px 2px #d1d1d1;
}

.file-input {
}

.btn-complaint {
    background-color: #626262;
    color: white;
}

    .btn-complaint:hover {
        color: white;
        background-color: #626262b0;
    }

a {
    color: #626262;
}

    a:hover {
        color: #626262b0;
    }

@media screen and (max-width: 1200px) {
    .complaint-description {
        width: 100%;
    }

    .adress {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .h2Title {
        text-align:center;
    }

    p {
        text-align: center;
    }

    .contact {
        width: 50%!important;
    }
}




@media screen and (max-width: 992px) {
    .control-label {
        margin-top: 10px;
    }

    .row {
        margin-top: 0px;
    }

    .form-control {
        margin-bottom: 10px;
    }

    .form-check {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .select2, textarea {
        margin-top: 10px;
    }

    .date {
        margin-bottom: 10px;
    }

    .contact{
        margin:auto;
    }

    .img-fluid {
        width: 20%;
    }
}

.file-input {
    width: 100%;
}

.today {
    background-color: #000000 !important;
}

.input-group-text {
    box-shadow: 0px 2px 2px 0px #d1d1d1;
    background-color: #f3f3f37a !important;
}

#datepicker > span:hover {
    cursor: pointer;
}

#datepicker:hover {
    cursor: pointer;
}

.datepicker {
    padding: 15px;
}

    .datepicker table tr td.today {
        background-image: linear-gradient(to bottom, #e3aa5a, #efe13e);
    }

    .datepicker table tr td.active {
        background-image: linear-gradient(to bottom, #00000099, #007eff);
    }

.js-example-basic-single {
    width: 100%;
    height: 50% !important;
}

.select2-selection {
    border-radius: 0 !important;
    box-shadow: 2px 2px #d1d1d1;
    background-color: #f3f3f37a !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0000006e;
}

.select2-selection--single {
    height: 40px !important;
}

.select2-selection__rendered {
    line-height: 35px !important;
}

.form-control:focus {
    border-color: #5C5C5C;
    box-shadow: 0 0 0 0.2rem rgba(92, 92, 92, 0.25);
}

.form-check-input:focus {
    border-color: #5C5C5C; 
    box-shadow: 0 0 0 0.2rem rgba(92, 92, 92, 0.25);
}

.form-check-input:checked {
    background-color: #5C5C5C; 
    border-color: #5C5C5C;
}

.form-check-input {
    accent-color: #5C5C5C;
}
    /* Farklı tarayıcılar için uyumluluk */
    .form-check-input:checked::before {
        background-color: #5C5C5C;
    }

    .form-check-input:checked:focus {
        border-color: #5C5C5C;
        box-shadow: 0 0 0 0.2rem rgba(92, 92, 92, 0.25);
    }
