/*
 * 01. RESET
 * 02. FONTS
 * 03. WEBAPP MENU
 * 04. IFRAME
 */

/*
 * 01. RESET
 ******************************************************** */
html, body {
    height: 100%;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.flex-1 {
    flex: 1;
}

/*
 * 02. FONTS
 ******************************************************** */

.roboto-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.roboto-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}


/*
 * 03. WEBAPP MENU
 ******************************************************** */

.user-name {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #17171B;
}
.user-name-second-line {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #A2A2A4;
}

.fixed-bottom {
    z-index: 99993;
}

.navbar-bottom-ml {
    margin-left: 57px;
}

.cp-navbar-icon{
    filter: invert(38%) sepia(0%) saturate(24%) hue-rotate(232deg) brightness(99%) contrast(79%);
}

.cp-navbar-icon:hover,
.cp-navbar-icon.active{
    filter: invert(73%) sepia(97%) saturate(828%) hue-rotate(324deg) brightness(93%) contrast(94%);
}

.isLinkDisabled {
    opacity: 0.5;
}

.isLinkDisabled:hover {
    cursor: not-allowed !important;
}

/* TEXTO COMPRANDO EN CANARIAS PRIME */
.cp-buy-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #A2A2A4;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

/* TOOGLE BUTTON */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #36CEB1;
}

input:focus + .slider {
    box-shadow: 0 0 1px #36CEB1;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* MEDIA QUERIES */
@media (max-width: 991.98px) {
    .navbar-bottom-icon-margin-left {
        margin-left: 52px;
    }
}
@media (max-width: 575.98px) {
    .navbar-bottom-icon-margin-left {
        margin-left: 48px;
    }
}


/*!* ************ SALIDA ************  *!*/

/*.cp-slide-out-bottom {*/
/*    -webkit-animation: cp-slide-out-bottom 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;*/
/*    animation: cp-slide-out-bottom 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;*/
/*}*/

/*!***/
/* * ----------------------------------------*/
/* * animation cp-slide-out-bottom*/
/* * ----------------------------------------*/
/* *!*/
/*@-webkit-keyframes cp-slide-out-bottom {*/
/*    0% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        opacity: 1;*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translateY(1000px);*/
/*        transform: translateY(1000px);*/
/*        opacity: 0;*/
/*    }*/
/*}*/
/*@keyframes cp-slide-out-bottom {*/
/*    0% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        opacity: 1;*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translateY(1000px);*/
/*        transform: translateY(1000px);*/
/*        opacity: 0;*/
/*    }*/
/*}*/





/*!* ************ ENTRADA ************  *!*/

/*.cp-slide-in-bottom {*/
/*    -webkit-animation: cp-slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
/*    animation: cp-slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
/*}*/

/*!***/
/* * ----------------------------------------*/
/* * animation cp-slide-in-bottom*/
/* * ----------------------------------------*/
/* *!*/
/*@-webkit-keyframes cp-slide-in-bottom {*/
/*    0% {*/
/*        -webkit-transform: translateY(1000px);*/
/*        transform: translateY(1000px);*/
/*        opacity: 0;*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        opacity: 1;*/
/*    }*/
/*}*/
/*@keyframes cp-slide-in-bottom {*/
/*    0% {*/
/*        -webkit-transform: translateY(1000px);*/
/*        transform: translateY(1000px);*/
/*        opacity: 0;*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        opacity: 1;*/
/*    }*/
/*}*/






.canariasprime_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.canariasprime_box a {
    max-width: 125px;
    text-align: center;
    margin: .25rem;
    padding: .25rem;
}

.canariasprime_disabled {
    display: none !important;
}





















/*
 * 03. IFRAME
 ******************************************************** */

.iframe-close-button{
    width: 56px !important;
    height: 56px !important;
    background-color: rgba(23, 22, 26, 0.95) !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    position: relative !important;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    color: #fff !important;
    visibility: visible !important;
    margin: 20px 40px 0px 0px !important;
}

.iframe-close-button svg{
    height: 24px !important;
}

.fancybox-slide {
    padding: 0px !important;
}


/* SPINNER */
.loading-spinner{
    color: #263D6C !important;
}

.spinner-container {
    display: flex !important;
    justify-content: center;
    align-content: center !important;
    align-items: center !important;
    height: 100%;
}
