.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 30vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: relative;
    background-color: #181818;
    color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 8px;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.modal-body {
    padding: 40px 20px;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.modal-body center {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.modal-body .loader-square-10 {
    margin: 0 auto 20px;
}

.modal-body h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 800;
    color: #fafafa !important;
    font-family: Inter, "Times New Roman", arial, sans-serif;
}

.modal-body p {
    color: #fafafa !important;
    font-size: 14px;
    margin: 10px 0;
    font-family: Inter, "Times New Roman", arial, sans-serif;
}

.modal-body .loder-gif {
    width: 50px;
    height: 50px;
    margin-top: 20px;
}

.swal2-popup {
    background-color: #181818 !important;
    color: #fafafa !important;
    border-radius: 8px !important;
}

.swal2-title {
    color: #fafafa !important;
    font-family: Inter, "Times New Roman", arial, sans-serif !important;
    font-weight: 600 !important;
}

.swal2-html-container {
    color: #fafafa !important;
    font-family: Inter, "Times New Roman", arial, sans-serif !important;
}

.swal2-confirm {
    background-color: #6257b7 !important;
    color: #fafafa !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-family: Inter, "Times New Roman", arial, sans-serif !important;
}

.swal2-confirm:hover {
    background-color: #7066e0 !important;
}

.swal2-cancel {
    background-color: hsla(0, 0%, 87%, 0.19) !important;
    color: #fafafa !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-family: Inter, "Times New Roman", arial, sans-serif !important;
}

.swal2-cancel:hover {
    background-color: hsla(0, 0%, 87%, 0.3) !important;
}

.swal2-icon.swal2-error {
    border-color: #f27474 !important;
    color: #f27474 !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #f27474 !important;
}
