.rsm-dialog-content {
    width: 700px;
}

.rsm-header {
    border-bottom: 0 solid #dee2e6;
}

.rsm-header-title {
    padding-left: 15%;
    padding-right: 15%;
}

.rsm-header-text {
    font-size: 22px;
    font-weight: bold;
}

.rsm-header-subtext-paragraph {
    margin-top: 10px;
}

.rsm-header-subtext {
    margin-top: 20px;
    font-size: 14px;
    color: #8A919F;
}

.rsm-body {
    border-bottom: 1px solid #dee2e6;
}

.rsm-footer {
    margin-top: 30px;
}

.rsm-save-btn {
    width: 194.53px;
    height: 44px;
    text-transform: uppercase;
    background-color: #E31837;
    color: white !important;
}

.reference-survery-modal-container.modal-content {
    max-height: 90vh;
}

.reference-survery-modal-container .modal-body {
    overflow-y: scroll;
}

.reference-survery-modal-container .form-group {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .reference-survery-modal-container.modal-content {
        max-width: 96vw;
    }
}

