body {
    background-color: #060606;
    color: #fff;
    font-family: "Inter", sans-serif !important;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.swal2-container {
    padding: 0 !important;
    font-family: "Inter", sans-serif !important;
}

.swal2-popup {
    border-radius: 0 !important;
    margin: 0;
    height: 100%;
    background-color: #060606 !important;
}

.swal2-title {
    color: #FDFDFD !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.swal2-content {
    color: #c1cccc !important;
}

.swal2-confirm {
    font-weight: bold !important;
    background-color: #07E3D0 !important;
    color: #1F1F1F !important;
    width: 100% !important;
    box-shadow: none !important;
}

.swal2-icon.swal2-error {
    background-image: url('https://nonton.k-vision.tv/images/failed.png');
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    color: transparent;
}

.swal2-icon.swal2-error .swal2-x-mark {
    display: none;
}

.card-visionplus input::placeholder {
    color: #FFFFFF !important;
    opacity: 1 !important;
}