@font-face {
    font-family: League Spartan;
    src: url('/fonts/leaguespartan-bold.ttf');
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}
.custom-alert-secondary {
    color: #198754 !important;
}
.custom-alert-primary {
    color: #ea1515 !important;
}

.alert-warning, .colored-wrapper {
    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.918) !important;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1) !important;
}
.colored-wrapper {
    padding: 1rem;
    border-radius: var(--radius);
}
.alert-75 {
    width: auto;
    max-width: 75%;
    min-width: 300px;
}
.alert {
    width: fit-content;
    max-width: 90%;
    min-width: 280px;
}

/* Prevent inline elements from breaking */
.alert b,
.alert strong,
.alert span,
.alert em,
.alert i:not(.fa):not(.fas):not(.far):not(.fab),
.alert code {
    white-space: nowrap;
    display: inline-block;
}

@media (max-width: 768px) {
    .alert-75,
    .alert {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }
}
.freeAd_notification {
    width: auto;
    max-width: 500px;
    min-width: 300px;
}
@media (max-width: 768px) {
    .freeAd_notification {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }
}
.phone-invalid {
    border: 1px solid #dc3545 !important;
}
body {
    padding-top: 4rem;
}

#screen-loader {
    height: 100vh;
    width: 100vw;
    background: var(--primary);
    /* background: linear-gradient(180deg, var(--primary) 0%, var(--primary) 100%); */
    z-index: 99990 !important;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#screen-loader svg {
    height: 40px;
    color: #fff;
    transition: all 0.4s ease;
}

#screen-loader p {
    color: var(--secondary);
    line-height: 0px;
    margin: 0px;
    font-family: 'League Spartan';
    /* font-weight: bold; */
    font-size: 24px;
    letter-spacing: -2px;
}


/*
* SWAL Customization
*/
/* Container */
.swal2-popup {
    border-radius: 14px !important;
    padding: 2rem !important;
    width: 30rem !important;
    --animate-duration: 0.4s !important;
}

/* Icon */
.swal2-icon {
    margin-top: 1rem !important;
    margin-bottom: 0px !important;
    border-width: 2px !important;
    height: 40px !important;
    width: 40px !important;
    animation: none !important;
    display: none !important;
}

.swal2-icon-content {
    font-size: 24px !important;
    animation: none !important;
}

/* Title */
.swal2-title {
    font-size: 18px !important;
    text-align: start !important;
    padding: 0px !important;
    margin-bottom: 0.6rem !important;
}

/* Desc */
.swal2-html-container {
    font-size: 14px !important;
    font-weight: 400 !important;
    opacity: 0.8 !important;
    text-align: start !important;
    margin: 0px !important;
}

.swal2-actions {
    justify-content: flex-end !important;
    width: 100%;
    margin-top: 2rem !important;
    /* margin-bottom: -0.5rem !important; */
}

/* Buttons */
.swal2-actions button {
	font-size: 12px !important;
	border-radius: 8px !important;
	font-weight: 400px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

/* Confirm btn */
.swal2-confirm {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
}

/* Cancel */
.swal2-cancel {
	background-color: var(--white) !important;
	border: 1px solid #ccc !important;
	color: var(--gray) !important;
}


.snackbar-container {
    border: 1px solid #ccc;
    border-radius: 8px !important;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
    background-color: var(--secondary) !important;
}
.brand-logo-footer img {
    width: 50%;
}
