#ucal-popup-back {
    display: flex;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#ucal-popup-back-content {
    background: white;
    border-radius: 20px;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
    width: 90%;
    position: relative;
}

#ucal-popup-back-close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}
#ucal-popup-back-close img{
    width: 30px;
    height: 30px;
}


#form-popup-v1 .choices__inner {
    border: 1px solid #555554 !important;
    text-align: left;
}
#form-popup-v1 .input, #form-popup-v1 input:not([type=submit]), #form-popup-v1 input:not([type='checkbox']), #form-popup-v1 select, #form-popup-v1 textarea{
        height: 35px;
        line-height: 35px !important;
        color: black;
        border-radius: 10px;
        border: 1px solid #555554;
        background-color: white;
}
#form-popup-v1 .choices__list--dropdown {
    text-align: left;
}
#form-popup-v1 label, #form-popup-v1 label a{
    color:#555554 !important;
    font-size: 12px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{
    display: none !important;
}


@media only screen and (min-width: 320px) {
    #slider-popup-v1 {
        margin: 20px 0 20px 0;
        text-align: center;
        color:var(--verde);
    }
    #slider-popup-v1 img{
        min-height: 60px;
        height:60px;
        margin-bottom: 20px;
    }
    #ucal-popup-back .title{
        font-family: "Bebas Neue", sans-serif;
        font-weight: 300;
        font-size: 40px;
        line-height: 40px;
        color:var(--verde);
        margin-bottom: 20px;
    }
    #form-popup-v1 .checkmark{
        border:2px solid #555554 !important;
    }
    #form-popup-v1 button{
        background-color: var(--rosado);
        transition: all 0.2s;
    }
    #form-popup-v1 button:hover{
        background-color: var(--verde);
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    #ucal-popup-back-content {
        width: 600px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {}