.feedback-modal-content {
    background-color: #fff;
    max-width: 570px;
    width: 100%;
    min-height: 800px;
    height: 100%;
    margin: auto;
}
.feedback-modal-success-content, .feedback-modal-error-content {
    background-color: #fff;
    max-width: 570px;
    width: 100%;
    min-height: 410px;
    height: 100%;
    margin: auto;
}
.feedback-modal-error-content {
    min-height: 310px;
}
.feedback-modal-header {
    position: relative;
    min-height: 130px;
    height: 100%;
    background-color: #05141F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feedback-modal-success-header, .feedback-modal-error-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    height: 100%;
}
.feedback-modal-header h4 {
    font-size: 30px;
    color: #fff;
}
.feedback-modal-success-header h4, .feedback-modal-error-header h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #05141f;
    display: inline-block;
    max-width: 460px;
    margin-top: 50px;
}
.feedback-success-text, .feedback-error-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 195%;
    text-align: center;
    color: #05141f;
}
.feedback-modal-body {
    padding: 35px 50px;
}
.form-group {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}
.form-group-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}
.form-group-row {
    margin-bottom: 20px;
}
.form-group-row .form-group,
.form-group-row .form-group-select {
    margin-bottom: 0;
}
.form-group-select {
    margin-bottom: 30px;
}
.form-group label {
    font-weight: 500;
    font-size: 16px;
    color: #05141f;
    margin-bottom: 0;
    line-height: normal;
}
.form-group input,
.form-group select {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    padding: 10px;
    caret-color: #05141f;
    font-size: 16px;
    color: #05141f;
}
.form-group input:focus,
.form-group input:hover,
.form-group input:active,
.form-group select:focus,
.form-group select:hover,
.form-group select:active {
    border: 1px solid #05141f;
}
.checkbox-group {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
.checkbox-group input {
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 16px;
    width: 16px;
    padding: 10px;
    caret-color: #05141f;
    font-size: 16px;
    color: #05141f;
}
.checkbox-group label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #05141f;
    line-height: normal;
}
.feedback-policy-text {
    margin-left: 26px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 165%;
}
.feedback-toggle-btn {
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    text-decoration-skip-ink: none;
    color: #2e94de;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 26px;
    border-bottom: 1px solid #2e94de;
}
.feedback-btn {
    outline: none;
    padding: 16px 32px;
    min-width: 207px;
    height: 49px;
    background: #05141f;
    margin: 20px auto 20px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: 1px solid #05141f;
}
.feedback-btn:hover {
    color: #05141f;
    background-color: #fff;
    transition: 0.3ms ease;
}
.text-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.text-group-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 195%;
    color: #05141f;
    margin-bottom: 0;
}
.text-group-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 195%;
    color: #05141f;
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .feedback-modal-header {
        min-height: 90px;
    }
    .feedback-modal-header h4 {
        font-size: 20px;
    }
    .feedback-modal-body {
        padding: 35px 20px;
    }
    .form-group-row {
        flex-direction: column;
    }
    .form-group label {
        font-size: 15px;
    }
    .form-group input, .form-group select {
        font-size: 15px;
    }
    .feedback-toggle-btn {
        margin-left: 24px;
        margin-bottom: 10px;
    }
    .checkbox-group label {
        font-size: 15px;
    }
    .feedback-btn {
        min-width: 100%;
    }
    .text-group {
        gap: 7px;
    }
    .text-group-title {
        font-size: 16px;
    }
    .text-group-desc {
        font-size: 14px;
    }
    .feedback-modal-success-header, .feedback-modal-error-header {
        min-height: 100px;
    }
    .feedback-modal-success-content{
        min-height: 300px;
    }
    .feedback-modal-error-content {
        min-height: 210px;
    }
    .feedback-modal-success-header h4, .feedback-modal-error-header h4 {
        font-size: 20px;
        max-width: 200px;
    }
    .feedback-modal-success-body, .feedback-modal-error-body {
        padding: 10px 20px 0;
    }
    .feedback-success-text, .feedback-error-text {
        font-size: 13px;
        margin-bottom: 0;
    }
    .feedback-success-text {
        text-align: left;
    }
}