﻿@media (min-width: 992px) {
    .custom-form-group {
        width: 50%; /* Adjust the width as per your requirement */
        margin: auto; /* Center the form fields horizontally */
    }
    .custom-margin {
        margin-left: 135px; /* Adjust the left margin as per your requirement */
    }
    .custom-margin-85 {
        margin-left: 85px; /* Adjust the left margin as per your requirement */
    }
    .custom-margin-100 {
        margin-left: 100px; /* Adjust the left margin as per your requirement */
    }
    .custom-padding {
        padding-left: 260px; /* Adjust the left margin as per your requirement */
    }

}
.feedback-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.custom-textarea {
    width: 300px;
    height: 100px;
}
