html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

@media (max-width: 960px) {
    .card-columns-custom {
        column-count: 2 !important;
    }
}

@media (max-width: 768px) {
    .card-columns-custom {
        column-count: 1 !important;
    }

    .nav-bar-custom {
        padding: 0px 16px !important;
    }

    .main-logo {
        width: 100px !important;
    }

    .log-in-button-custom {
        text-align: left;
        font-size: 12px !important;
        letter-spacing: 0px !important;
        padding: 15px !important;
    }

    .user-image-custom {
        height: 32px !important;
        width: 32px !important;
        border-radius: 50%;
        margin-left: 12px !important;
    }

    .padding-custom {
        padding: 0px 21px !important;
        justify-content: center !important;
    }

    .paragraph-custom {
        text-align: center !important;
        font-family: noto-regular;
        font-size: 14px;
        letter-spacing: 0.88px;
        color: #939393;
    }
}

/*Cards*/
.card-activity {
    border: 5px solid #521d5f;
    border-radius: 30px;
    padding: 15px;
}

.card-columns-custom {
    column-count: 4;
}

.dropbtn {
    background-color: #04aa6d;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle::after {
    content: ""; /* Ensure content is present for the pseudo-element to render */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000000"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em; /* Adjust size as needed */
    /* Add other styling like color, position */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

label {
    font-family: noto-regular;
    font-size: 13px;
    letter-spacing: 0.82px;
    color: #939393;
    background-color: #ffffff !important;
    /* border: solid white 20px; */
    text-transform: capitalize;
    margin-bottom: -20px;
    margin-left: 20px;
}

select {
    display: block;
    width: 100%;
    padding: 15px 24px;
    border: 1px solid #66308c;
    border-radius: 12px;
    box-shadow: 0px 3px 6px #00000029;
    text-align: left;
    font-family: noto-regular;
    font-size: 17px;
    letter-spacing: 1px;
    color: #50207b;
    line-height: 17px;
}

.form-field-custom {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #707070;
    border-radius: 14px;
    padding: 15px 15px;
    font-size: 18px;
    font-family: noto-regular;
    text-align: left;
    letter-spacing: 1.13px;
}

.padding-custom {
    padding: 0px 100px;
}

.main-logo {
    width: 169px;
}

.log-in-button-custom:hover {
    background-color: #ede1f5;
    color: #542874;
}

.button-custom:hover {
    background-color: #ede1f5;
    color: #542874;
}

.button-custom-cancel:hover {
    background-color: #ede1f5;
    color: #542874;
}

.transparent-button-custom:active {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
}

.transparent-button-custom:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
}

.transparent-button-custom:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
}

.alerta-rojo {
    color: #fff;
    background-color: #e54141;
    border-color: #e54141;
    font-family: noto-regular;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.alert-custom {
    position: relative;
    padding: 32px;
    margin-bottom: 1rem;
    border: none;
    border-radius: 16px;
}

.alerta-boton {
    padding: 21px;
    font-family: noto-regular;
    background-color: #e54141;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 100px;
    font-size: 18px;
    line-height: 21px;
    float: right;
    transition-duration: 0.4s;
}

.alerta-boton:hover {
    background-color: #fff;
    color: #e54141;
}

.nav-bar-custom {
    box-shadow: 0px 3px 6px #00000029;
    min-height: 120px;
    padding: 0px 42px;
    background-color: #fff !important;
}

.log-in-button-custom {
    border-radius: 37px;
    background: #ffffff;
    border: 1px solid #66308c;
    color: #66308c;
    padding: 15px 15px 15px 25px;
    font-family: noto-regular;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    letter-spacing: 0px;
    transition: 0.3s;
}

.button-custom:focus,
button:focus {
    outline: none;
}

.button-whastapp-custom {
    border-radius: 37px;
    background: #128c7e;
    border: 1px solid #128c7e;
    color: #ffffff;
    padding: 8px 15px;
    font-family: noto-regular;
    font-size: 17px;
    vertical-align: middle;
    letter-spacing: 0px;
    transition: 0.3s;
}

.button-custom-orange {
    border-radius: 37px;
    background: #e98300;
    border: 1px solid #e98300;
    color: #ffffff;
    padding: 8px 15px;
    font-family: noto-regular;
    font-size: 17px;
    vertical-align: middle;
    letter-spacing: 0px;
    transition: 0.3s;
}

.button-custom {
    border-radius: 37px;
    background: #7118a0;
    border: 1px solid #66308c;
    color: #ffffff;
    padding: 8px 15px;
    font-family: noto-regular;
    font-size: 17px;
    vertical-align: middle;
    letter-spacing: 0px;
    transition: 0.3s;
}

.button-custom-cancel {
    border-radius: 37px;
    background: #ffffff;
    border: 1px solid #66308c;
    color: #66308c;
    padding: 8px 15px;
    font-family: noto-regular;
    font-size: 17px;
    vertical-align: middle;
    letter-spacing: 0px;
    transition: 0.3s;
}

.user-image-custom {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    margin-left: 16px;
}

.button-without-border-custom {
    font-family: noto-regular;
    letter-spacing: 1px;
    color: #6b308a;
    background-color: #ffffff;
    border: none;
    font-size: 16px;
    text-align: left;
}

.heading-1-custom {
    text-align: left;
    font-family: noto-bold;
    font-size: 23px;
    letter-spacing: 2px;
    color: #541079;
    text-transform: uppercase;
}

.heading-3-custom {
    text-align: left;
    font-family: noto-bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #6e6e6e;
    text-transform: capitalize;
}

.paragraph-custom {
    text-align: left;
    font-family: noto-regular;
    font-size: 14px;
    letter-spacing: 0.88px;
    color: #939393;
}

.card-title-custom {
    text-align: left;
    font-family: noto-bold !important;
    font-size: 20px;
    letter-spacing: 1.26px;
    color: #7118a0;
}

.card-text-custom {
    text-align: left;
    font-family: noto-regular;
    font-size: 18px;
    letter-spacing: 1.13px;
    color: #6e6e6e;
}

.badge-custom-green {
    background: #ecfbf9;
    color: #337650;
    font-family: noto-regular;
    font-size: 14px;
    letter-spacing: 0.63px;
    padding: 5px 15px;
    border-radius: 5px;
}

.badge-custom-red {
    background: #fbecec;
    color: #e24141;
    font-family: noto-regular;
    font-size: 14px;
    letter-spacing: 0.63px;
    padding: 5px 15px;
    border-radius: 5px;
}

.transparent-button-custom {
    width: 100%;
    text-align: left;
    letter-spacing: 0px;
    font-family: noto-regular;
    font-size: 17px;
    text-transform: capitalize;
    color: #000000;
    padding: 0px;
    background-color: #ffffff;
    border: none;
}

.button-custom.active {
    background-color: #e4cbf6;
    color: #542874;
}

.card-custom {
    border: none;
    border-radius: 12px;
    box-shadow: 0px 3px 6px #00000029;
}

.card-footer-custom {
    border-top: 1px solid #707070 !important;
    background: #ffffff;
    border-radius: 0px 0px 12px 12px !important;
}

.form-check-input:checked {
    background-color: #602269 !important;
    border-color: #be7bd0 !important;
}

.checkmark-container {
    display: block;
    /* align-items: center; */
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent !important;
}

.checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #602269;
    border-radius: 50%;
}

/* .checkmark-container:hover input ~ .checkmark, */
.checkmark-container input:disabled ~ .checkmark {
    background-color: #f1f1f1;
}

.checkmark-container input:checked ~ .checkmark {
    background-color: #602269;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-container input:checked ~ .checkmark:after {
    display: block;
}

.checkmark-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select-custom-3 {
    margin-top: 16px;
    border: 1px solid #66308c !important;
    border-radius: 12px !important;
    font-family: noto-regular !important;
    padding: 13.2px !important;
    line-height: 17px !important;
    font-size: 17px !important;
    letter-spacing: 1px !important;
    color: #50207b !important;
}

/* Overlay pantalla completa */
#zip-loader {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;

    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px) saturate(70%);
    -webkit-backdrop-filter: blur(6px) saturate(80%);

    transition:
        opacity 200ms ease,
        visibility 200ms ease;
}

/* Ícono */
.zip-loader_icon {
    font-size: 78px;
    line-height: 1;
    color: #66308c;
    animation: zipLoaderPulse 900ms ease-in-out infinite;
}

/* Estado oculto */
.zip-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/*Inputs*/

/* Animación: pulso */
@keyframes zipLoaderPulse {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }
    50% {
        transform: scale(1.15);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.75;
    }
}

@font-face {
    font-family: "noto-regular";
    src: url("../fonts/NotoSans-Regular.ttf");
}

@font-face {
    font-family: "noto-bold";
    src: url("../fonts/NotoSans-Bold.ttf");
}

@media (max-width: 576px) {
    .nav-bar-custom {
        padding: 0 16px;
        min-height: 85px;
    }
}
