/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,28): run-time error CSS1039: Token not allowed after unary operator: '-light-color'
(91,28): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange'
(267,16): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange'
(304,28): run-time error CSS1039: Token not allowed after unary operator: '-light-color'
(422,17): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange'
(441,28): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange'
(457,21): run-time error CSS1039: Token not allowed after unary operator: '-subtitles'
(461,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-hover'
(496,28): run-time error CSS1039: Token not allowed after unary operator: '-light-color'
(662,16): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange'
 */
:root {
    --error-color: rgb(255, 71, 71);
    --success-color: #329b32;
    --gris-oscuro: rgba(38,44,46,1);
    --gris-medio: rgb(57,64,68);
    --negro-deg: rgba(16,16,16,1);
    --ax5-orange-orig: #f04c38;
    --ax5-orange: #ff6347;
    --btn-hover: #c7240f;
    --light-color: rgb(57,64,68);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

html {
    background-color: var(--light-color);
}

body {
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    html, body {
        height: unset;
    }
}

.pattern {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn.axeso5.com/launcherlanding/pattern_hub.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -40vh;
    opacity: 0.06;
    z-index: 0;
}

@media screen and (max-width: 640px) {
    .pattern {
        background-position: 0 -40vh;
        background-size: 300%;
    }
}

.main-container {
    width: 100%;
    height: 100%;
}

.max-view-height-launcher {
    height: 100vh;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .max-view-height {
        /*height: calc(100vh - 438px);*/
        height: calc(100vh - 335px);
    }
}

/*@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .main-container {
        height: calc(100vh - 275px);
    }
}*/

@media screen and (max-width: 640px) and (orientation: portrait) {
    html, body {
        height: unset;
    }
    
    .main-container {
        height: unset;
    }
}

/********************************************************************************
TOOLBAR
*********************************************************************************/
.toolbar-container {
    width: 100%;
    height: 40px;
    background-color: var(--ax5-orange);
    position: relative;
    z-index: 15000;
    user-select: none;
    -moz-user-select: none;
}

.toolbar-container ul {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    list-style: none;
}

@media screen and (max-width: 640px) and (orientation: portrait) {
    .toolbar-container ul {
        justify-content: unset;
        padding-left: 1rem;
    }
}

.toolbar-container ul li {
    height: 100%;
    vertical-align: bottom;
}

.toolbar-container ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

.logo-container {
    width: 4.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container img {
    width: 100%;
    height: 40px;
}

.user-container {
    position: absolute;
    right: 1rem;
    width: 12rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-id {
    font-weight: 600;
}

.logout-img {
    width: 1.2rem;
    transform: translateY(0.05rem);
}

/*/////////////////////// LAUNCHER HEADER /////////////////////////*/

.headerAx5Launcher {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 10;
    display: flex;
    background: #4d4d4d;
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -moz-user-select: none;
    user-select: none;
    z-index: 15500;
}

/* LOGO */
#link_logo_ax5 {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
}


#link_logo_ax5 img {
    width: auto;
    height: 70%;
    margin-left: 12%;
}

/* SPACER */
.toolbar-spacer {
    width: 37%;
}

/* FORM SELECTOR */
.header-title {
    color: whitesmoke;
    display: flex;
    width: 40%;
    display: flex;
    flex-direction: column;
}

.header-title-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1.1rem;
}

.login-select, .createaccount-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out;
    font-size: 0.85rem;
    text-transform: uppercase;
    pointer-events: none;
}

.login-select {
    display: none;
}

.underline {
    width: 100%;
    background-color: tomato;
    height: 4px;
    margin-top: -1px;
    transition: transform 0.3s ease-in-out;
}

.underline-right {
    transform: translateX(100%);
}

/* WINDOWS BUTTONS */

#top_btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 8%;
    padding-top: 15px;
    padding-right: 5px;
}

#top_btn li {
    display: inline-block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
}

#btn_minimize svg, #btn_close svg, #btn_config svg {
    fill: whitesmoke;
    width: 1rem;
    transition: fill .2s ease-in-out;
}

#btn_minimize:hover svg, #btn_close:hover svg, #btn_config:hover svg {
    fill: var(--ax5-orange);
}

/********************************************************************************
MAIN CONTENT
*********************************************************************************/

.main-content-container {
    width: 100%;
    height: 100%;
    display: flex;
    user-select: none;
    -moz-user-select: none;
    position: relative;
    min-height: calc(100vh - (280px + 70px));
}

.main-content-container-launcher {
    height: calc(100% - 60px);
}


.column-charge-pin-saldo {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    user-select: none;
    -moz-user-select: none;
    padding: 0.5rem 0;
    position: relative;
}

.column-charge-pin-saldo-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    background-color: var(--light-color);
    z-index: -1;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .main-content-container {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .column-main-content {
        height: 100%;
    }

    .column-charge-pin-saldo {
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .column-charge-pin-saldo {
        flex-direction: row;
        margin-bottom: -5px;
    }

    #iframePin {
        width: 50%;
    }
    
    .saldo-container {
        width: 50%;
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .main-content-container {
        flex-direction: column-reverse;
    }
    
    .column-charge-pin-saldo {
        flex-direction: row;
        margin-bottom: -5px;
    }

    #iframePin {
        width: 50%;
    }

    .saldo-container {
        width: 50%;
    }
}

.panel-title {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 400;
}

.panel-title b {
    margin: 0 0.2rem;
}

.column-main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    user-select: none;
    -moz-user-select: none;
    padding: 0.5rem 0;
    padding-bottom: 1rem;
    overflow-y: auto;
    scrollbar-color: rgba(145, 145, 145, 0.2) transparent;
    scrollbar-width: thin;
    background: linear-gradient(180deg, rgba(57,64,68,0.5) 0%, rgba(38,44,46,0.5) 30%, rgba(0,0,0,0.90) 115%);
}

.column-main-content::-webkit-scrollbar {
    width: 8px;
}

.column-main-content::-webkit-scrollbar-thumb {
    background-color: rgba(145, 145, 145, 0.2);
    border: 0;
    border-radius: 2rem;
}

.column-main-content::-webkit-scrollbar-track {
    position: absolute;
    right: -3rem;
    top: -50rem;
    background: transparent;
}


.saldo-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.saldo-numbers {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.3rem;
    margin: 1.25rem 0;
}

.saldo-title {
    color: var(--ax5-orange);
    font-weight: 600;
    margin: 0.25rem 0;
}

#footer {
    margin-top: -2px !important;
    z-index: 5000;
    position: relative;
}

/********************************************************************************
RIPPLE BUTTON
*********************************************************************************/

.btn-ripple {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: var(--ax5-orange);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.4s ease-in-out;
    text-decoration: none;
    width: 10rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--subtitles);
}

.btn-ripple:hover, .btn-ripple:focus {
    background-color: var(--btn-hover);
}

span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 600ms linear;
    background-color: rgba(255, 255, 255, 0.5);
}

.btn-refresh-saldo {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.notes {
    color: #ffffff;
    text-align: center;
    /*margin-top: 1rem;*/
    font-weight: 400;
    font-size: 0.80rem;
}

/********************************************************************************
LOADER
*********************************************************************************/

.loading-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /*background: #4d4d4d;*/
    background-color: var(--light-color);
    z-index: 10000;
    position: fixed;
    flex-direction: column;
}

.loading-txt {
    color: #FFFFFF;
    font-size: 1.25rem;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: tomato transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-ring-profile-hide {
    display: none;
}

/********************************************************************************
NO OFFER FOR YOUR COUNTRY
*********************************************************************************/

.message a {
    text-decoration: none;
    color: tomato;
}

/********************************************************************************
COUNTRY MODAL
*********************************************************************************/

.profile-modal-body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: whitesmoke;
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
}


.profile-modal-body-country {
    font-size: 1.05rem;
}

    .profile-modal-body-country form {
        width: 80%;
    }

.detected-country {
    margin: 1rem 0;
    padding-bottom: 0.3rem;
    border-bottom: 1px dotted whitesmoke;
    font-weight: 500;
}

.detected-country-title {
    margin-bottom: 0.75rem;
}

/* SAVE COUNTRY SELECT */

.country-select {
    margin-top: 0.5rem;
    padding-left: 0.25rem;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    background-color: #111;
    border: 1px solid hsla(0,0%,100%,.25);
    height: 45px;
    color: #fff;
    transition: border 0.3s ease-in-out;
    border-radius: 0.1rem;
    cursor: pointer;
}

.country-select option {
    border: none;
    cursor: pointer;
}

/* BUTTON SAVE COUNTRY */

.btn-save-country {
    font-family: 'Raleway', sans-serif;
    margin-top: 1rem;
    padding: 0 1rem;
    height: 2.5rem;
    color: whitesmoke;
    font-size: 1rem;
    background-color: tomato;
    border: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

/*/////////////////////// BACK TO HOME BTN /////////////////////////*/

.home-btn {
    padding-left: 0.85rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
}

.home-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-btn svg {
    width: 1.8rem;
    fill: whitesmoke;
    transition: fill 0.3s ease-in-out;
}

.home-btn:hover svg {
    fill: var(--ax5-orange);
}

.home-btn:hover .tooltip-home-btn {
    opacity: 1;
}

.tooltip-home-btn {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
    background-color: rgba(15, 15, 15, 1);
    padding: 0.45em 1em 0.5em 1em;
    left: 10px;
    font-weight: 500;
    border-radius: 0.4em;
    opacity: 0;
    transition: opacity 0.45s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip-home-btn::after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid rgba(15, 15, 15, 1);
    position: absolute;
    content: '';
    top: 7.5px;
    left: -7px;
}
