.opacity-50 {
    opacity: 0.5;
}

.custom-swal-modal {
    padding: 28px 16px;
    border-radius: 8px;
}
.custom-swal-modal .swal2-title {
  color: #032447;
  font-weight: 700;
  margin-top: 0;
  padding: 0;
  font-size: 20px;
}
.custom-swal-modal .swal2-actions {
  margin-top: 10px;
}
.custom-swal-modal .confirm-btn, .custom-swal-modal .cancel-btn {
    min-width: 100px;
    border: 1px solid #032447;
    transition: all 0.4s ease;
}
.custom-swal-modal .confirm-btn:focus, .custom-swal-modal .cancel-btn:focus {
    box-shadow: none;
}
.custom-swal-modal .confirm-btn {
    color: #032447;
    background-color: #fff !important;
}
.custom-swal-modal .confirm-btn:hover {
    color: #fff;
    background-color: #032447 !important;
}
.custom-swal-modal .cancel-btn {
    background-color: #032447 !important;
}
.swal2-popup {
    animation: none !important;
    transition: none !important;
}
.btn.search-btn {
    background-color: #032447;
    color: #fff;
    width: 64px;
    height: 38px;
    font-size: 16px;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.min-width-200 {
    min-width: 200px;
}
.cursor-pointer {
    cursor: pointer;
}
.min-width-100 {
    min-width: 100px;
}
@media (max-width: 992px) {
    .header-wrapper .progressbar-wrapper {
        display: none !important;
    }
}
