.h1-comliance{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
}

.feedback-compliance-btn{
    text-align: center;
    background: var(--global-dark-second-color);
    color:var(--global-white-color);
    width: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid var(--global-dark-second-color);
    padding: 5px;
    border-radius: 4px;
}

.feedback-compliance-btn:hover{
    cursor: pointer;
}


.btn-div-compliance{
    text-align: center;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 100px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000000;
    display: none;
}

.showCompliancePopup{
    display: block!important;
}

.hideCompliancePopup{
    display: none!important;
}

#message{
    height: 80px;
}

@media (min-width: 500px) {
    #message{
        max-height: 80px;
        min-height: 80px;
    }
}

@media (min-width: 500px) and (max-width: 1000px) {
    #coplianceForm .popup{
        width: 135%;
    }
}


@media (max-width: 500px) {
    #message{
        height: 35px;
    }
    .optional-input-field{
        height: 35px;
    }
    .popup .popup-content h2 {
        text-align: center;
        margin-bottom: 5px;
    }

    #coplianceForm .popup{
        width: 152%;
        padding: 135px;
    }

}

.popup-content {
    background-color: var(--global-white-color);
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    margin: auto;
}

@media (min-width: 1000px) {
    .popup-content {
        max-width: 40%!important;
    }
}

.popup-content h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type="file"] {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

textarea {
    resize: vertical;
}

.compliance-popup-btn {
    width: 100%;
    padding: 10px;
    background-color: var(--global-dark-second-color);
    color: var(--global-white-color);
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.error{
    border: 1px solid red!important;
}

button:hover {
    cursor: pointer;
}

input[type="checkbox"] {
    margin-right: 10px;
}

.disable-input{
    background: var(--global-white-color);
    border: 1px solid var(--global-white-color);
}

.disable-text{
    color: #C5C5C5
}

.popup-content .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
    width: 30px;
}

.popup-content .close-btn:focus{
    outline: none;
}

#exampleModalCalcSps .close {
    color: var(--global-dark-color);
    width: 55px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0 !important;
}
.color-gray{
    color: rgb(153, 153, 153);
}

button.btn-upload-file {
    background: transparent;
    border: none;
    margin-bottom: 14px;
    padding: 0;
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 2;
    text-align: left;
    display: block;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
