.submit_popup_container {
    border-radius: 10px;
    padding: 32px 25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.submit_popup_head h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 18px;
    text-align: center;
    color: #3C3C3B;
    margin-bottom: 24px;
}

.submit_popup_head p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #3C3C3B;
}

.submit_popup_head h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #3C3C3B;
}

.popup_outlined_btn {
    border: 1.5px solid #00774B;
    color: #00774B;
}

.popup_dark_btn {
    color: white;
    background-color: #00774B;
    border: 1.5px solid #00774B;
}

.custom_modal {
    border: none!important;
    border-radius: 10px!important;
}

.succesfull {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.succesfull img {
    max-width: 40px;
    margin-bottom: 30px;
}

.warning img {
    margin-bottom: 21px;
}

.inline_btn {
    max-width: 181px;
    width: 100%;
}

.submit_popup_footer {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.submit_popup_head {
    text-align: center;
}

.popup_btn , .popup_btn:focus {
    padding: 13px 65px;
    font-family: 'Surt',sans-serif;
    border-radius: 10px;
    flex: 1;
    outline: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
}

@media only screen and (max-width:600px) {
    .modal.fade {
        padding-right: 0!important;
    }

}