.form-btn {
    padding: 0 !important
}

.form-btn .form-sub-btn {
    border: 1px solid #444 !important;
    border-radius: 0 !important;
    transition: 0.3s !important;
    padding: 0 10px !important
}

.form-btn .form-sub-btn:hover {
    border: 1px solid #444 !important;
    background: #444 !important;
    color: white !important
}

#complaintForm .form-group {
    margin-bottom: 0 !important
}

@keyframes slideUp {
    0% {
        opacity: 1 !important
    }

    100% {
        opacity: 0 !important
    }
}

.slide-up {
    animation: slideUp 2s ease forwards !important
}

.alert-container {
    width: 100% !important;
    margin-top: 20px !important;
    height: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.alert-box {
    width: auto !important
}

.form-alley {
    padding: 2.75rem !important;
    background: #fff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-sizing: border-box !important
}

.form-title {
    position: relative !important;
    width: auto !important;
    background: #d21f26 !important;
    color: white !important;
    padding: 5px 10px !important;
    margin-bottom: 30px !important;
    z-index: 3 !important
}

.form-title::before {
    position: absolute !important;
    content: "" !important;
    right: -10px !important;
    top: -10px !important;
    width: 100% !important;
    height: 10px !important;
    background: #444 !important;
    z-index: -1 !important
}

.form-title::after {
    position: absolute !important;
    content: "" !important;
    right: -10px !important;
    top: -10px !important;
    width: 10px !important;
    height: 100% !important;
    background: #444 !important;
    z-index: -1 !important
}

.btn-primary {
    color: #fff !important;
    background: #e82833 !important;
    border-color: #e82833 !important
}

.btn-primary:hover {
    color: #fff !important;
    background: #ba2029 !important;
    border-color: #ba2029 !important
}

.btn-primary:focus {
    box-shadow: 0 0 3px rgb(101 167 247 / .125)
}

.btn-primary:active {
    color: #fff !important;
    background: #ba2029 !important;
    border-color: #ba2029 !important;
    shadow: inset 0 3px 5px rgb(0 0 0 / .125) !important
}

.btn-primary:disabled {
    color: #fff !important;
    background: #e82833 !important;
    border-color: #e82833 !important
}

.check-row {
    min-height: 92px !important;
    margin-bottom: 20px !important;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #ced4da !important
}

.input-row {
    min-height: 326px !important
}

.form-check {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important
}

.form-check:hover,
.form-check-input:hover,
.form-check-label:hover {
    cursor: pointer
}

.form-check-group {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px
}

.form-alley .form-check-input:checked {
    background-color: #D21F26 !important;
    border-color: #D21F26 !important
}

.form-alley .form-check-input:focus {
    border-color: #f6d2d4 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem #D21F2649 !important
}

.form-alley input[type=date],
.form-alley input[type=email],
.form-alley input[type=number],
.form-alley input[type=password],
.form-alley input[type=search],
.form-alley input[type=tel],
.form-alley input[type=text],
.form-alley input[type=time],
.form-alley select,
.form-alley textarea {
    background: white !important;
    height: 35px !important;
    border: 1px solid #ced4da !important;
    max-width: 270px !important;
    color: #1D1D1D !important;
    display: flex !important;
    justify-content: start !important;
    align-items: center !important;
    padding: 0 !important;
    padding-left: 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important
}

.form-alley input[type=date]:hover,
.form-alley input[type=email]:hover,
.form-alley input[type=number]:hover,
.form-alley input[type=password]:hover,
.form-alley input[type=search]:hover,
.form-alley input[type=tel]:hover,
.form-alley input[type=text]:hover,
.form-alley input[type=time]:hover,
.form-alley select:hover,
.form-alley textarea:hover {
    border: 1px solid #D21F26 !important
}

.form-alley input[type=date]:focus,
.form-alley input[type=email]:focus,
.form-alley input[type=number]:focus,
.form-alley input[type=password]:focus,
.form-alley input[type=search]:focus,
.form-alley input[type=tel]:focus,
.form-alley input[type=text]:focus,
.form-alley input[type=time]:focus,
.form-alley input[type=file]:focus,
.form-alley select:focus,
.form-alley textarea:focus {
    border-color: #f6d2d4 !important;
    box-shadow: 0 0 0 .25rem #D21F2649 !important;
    color: #1d1d1d !important
}

.form-alley input[type=date]::placeholder,
.form-alley input[type=email]::placeholder,
.form-alley input[type=number]::placeholder,
.form-alley input[type=password]::placeholder,
.form-alley input[type=search]::placeholder,
.form-alley input[type=tel]::placeholder,
.form-alley input[type=text]::placeholder,
.form-alley input[type=time]::placeholder,
.form-alley input[type=file]::placeholder,
.form-alley select::placeholder,
.form-alley textarea::placeholder {
    color: #777 !important
}

.form-alley input[type=file],
.form-alley input[type=file]:hover {
    height: 35px !important;
    font-size: 14px !important
}

#feedbackForm input[type="text"],
#feedbackForm input[type="email"],
#feedbackForm textarea {
    width: 100%
}

#feedbackForm input[type="text"]:active,
#feedbackForm input[type="email"]:active,
#feedbackForm textarea:active,
#feedbackForm input[type="text"]:focus,
#feedbackForm input[type="email"]:focus,
#feedbackForm textarea:focus {
    border-color: #D21F26;
    outline: none
}

#ziyaretciFields {
    display: none
}

.checkbox-group {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap
}

.checkbox-group-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1.2
}

.checkbox-group-item .checkbox-desc {
    font-size: 12px;
    margin-left: 5px
}

.input-row {
    min-height: 200px !important
}