form.hidden-errors .help-block{
    display: none;
}
/***************/
.btn-green-submit {
    background: linear-gradient(90deg, #31c426 -0.02%, rgb(133, 219, 76) 99.93%);
    border: none;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0 2px;
    outline: none;
    width: 100%;
    max-width: 220px;
}
.btn-red-submit {
    background: linear-gradient(90deg, rgba(225, 29, 22, 0.68) -0.02%, rgb(225, 29, 22) 99.93%);
    border: none;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0 2px;
    outline: none;
    width: 100%;
    max-width: 220px;
}
.btn-blue-submit {
    background: linear-gradient(90deg, #4C99DB -0.02%, #1C73B7 99.93%);
    border: none;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0 2px;
    outline: none;
    width: 100%;
    max-width: 220px;
}
.btn-white-cancel {
    background: transparent;
    border: none;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    color: rgba(60, 60, 60, 1);
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0 2px;
    width: 100%;
    max-width: 220px;
}

.btn-blue-submit:hover,
.btn-blue-submit:focus {
    background: linear-gradient(90deg, #1963a1 -0.02%, #0d558c 99.93%);
    color: rgba(26, 26, 26, 1);
}
.btn-white-cancel:hover,
.btn-white-cancel:focus {
    background: #d0d0d0;
}
/*** Confirm swal modal ***/
.swal2-container.swal2-center .swal2-popup.swal2-modal.swal2-show {
    border-radius: 20px;
}
.swal2-container.swal2-center .swal2-actions {
    margin: 10px 16px 0 16px;
    border-top: 1px solid rgba(157, 187, 210, 1);
    padding-top: 20px;
    padding-bottom: 10px;
}
.swal-modal-form .header, .text {
    text-align: left;
    font-size: 15px;
}
.swal2-html-container {
    margin: 0!important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.swal-header-styles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(90deg, #4C99DB -0.02%, #1C73B7 99.93%);
    padding: 10px;
}
.swal-head-name {
    font-family: NotoSans;
    font-size: 15px;
    font-weight: 500;
    line-height: 20.43px;
    color: rgba(255, 255, 255, 1);
}
.swal-head-icon {
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_9517_41220' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_9517_41220)'%3E%3Cpath d='M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 13C12.2833 13 12.5208 12.9042 12.7125 12.7125C12.9042 12.5208 13 12.2833 13 12V8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8V12C11 12.2833 11.0958 12.5208 11.2875 12.7125C11.4792 12.9042 11.7167 13 12 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}
.swal-first-text {
    font-family: NotoSans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
    color: rgba(69, 69, 69, 1);
    margin-bottom: 5px;
}
.second-text {
    font-family: NotoSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    color: rgba(69, 69, 69, 1);
}
.swal-title-dnu {
    font-family: NotoSans;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.69px;
    color: rgba(69, 69, 69, 1);
}
.swal-text-wrapper {
    padding: 0px 16px;
}

