@import '_content/WebService.Client.Components.Core/WebService.Client.Components.Core.bundle.scp.css';

/* /Components/Forms/Client/ClientDropdown.razor.rz.scp.css */
li > ul[b-xrkho3m0tf] {
    transform: translatex(100%) scale(0)
}

li:hover > ul[b-xrkho3m0tf] {
    transform: translatex(101%) scale(1)
}

li > button svg[b-xrkho3m0tf] {
    transform: rotate(-90deg)
}

li:hover > button svg[b-xrkho3m0tf] {
    transform: rotate(-270deg)
}

/* Below styles fake what can be achieved with the tailwind config
     you need to add the group-hover variant to scale and define your custom
     min width style.
  	 See https://codesandbox.io/s/tailwindcss-multilevel-dropdown-y91j7?file=/index.html
  	 for implementation with config file
  */
.group:hover .group-hover\:scale-100[b-xrkho3m0tf] {
    transform: scale(1)
}

.group:hover .group-hover\:-rotate-180[b-xrkho3m0tf] {
    transform: rotate(180deg)
}

.scale-0[b-xrkho3m0tf] {
    transform: scale(0)
}

.min-w-32[b-xrkho3m0tf] {
    min-width: 8rem
}


.client-dropdown-scrollable[b-xrkho3m0tf] {
    max-height: calc(100vh - 112px);
}


    /* Custom Scrollbar Main */

    /* width */
    .client-dropdown-scrollable[b-xrkho3m0tf]::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .client-dropdown-scrollable[b-xrkho3m0tf]::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px black;
        border-radius: 2px;
    }

    /* Handle */
    .client-dropdown-scrollable[b-xrkho3m0tf]::-webkit-scrollbar-thumb {
        background: rgba(107, 114, 128, 0.5);
        border-radius: 2px;
    }

        /* Handle on hover */
        .client-dropdown-scrollable[b-xrkho3m0tf]::-webkit-scrollbar-thumb:hover {
            background: rgba(23, 23, 23, 0.6);
        }
/* /Components/Notifications/Notification.razor.rz.scp.css */
.main-content-notification-scrollable[b-tfgx406bru] {
    overflow: auto;
}

.main-content-notification-height[b-tfgx406bru] {
    height: calc(100vh - 112px);
}

.main-content-notification-height-mobile[b-tfgx406bru] {
    height: 101vh;
}

.main-content-notification-mobile-scrollable[b-tfgx406bru] {
    overflow: auto;
    height: 100vh;
}

/* Custom Scrollbar Main */

/* width */
.main-content-notification-scrollable[b-tfgx406bru]::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.main-content-notification-scrollable[b-tfgx406bru]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px black;
    border-radius: 2px;
}

/* Handle */
.main-content-notification-scrollable[b-tfgx406bru]::-webkit-scrollbar-thumb {
    background: rgba(107, 114, 128, 0.5);
    border-radius: 2px;
}

    /* Handle on hover */
    .main-content-notification-scrollable[b-tfgx406bru]::-webkit-scrollbar-thumb:hover {
        background: rgba(23, 23, 23, 0.6);
    }
/* /Pages/ClientSelector.razor.rz.scp.css */
.row[b-56t450bugg] {
    margin-right: -15px;
    margin-left: -15px;
}

    .row[b-56t450bugg]:after, .row[b-56t450bugg]:before {
        display: table;
        content: " ";
    }

    .row[b-56t450bugg]:after {
        clear: both;
    }




.col-md-1[b-56t450bugg] {
    width: 8.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-2[b-56t450bugg] {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-3[b-56t450bugg] {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-5[b-56t450bugg] {
    width: 41.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6[b-56t450bugg] {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-7[b-56t450bugg] {
    width: 58.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-9[b-56t450bugg] {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-10[b-56t450bugg] {
    width: 83.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-11[b-56t450bugg] {
    width: 91.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-12[b-56t450bugg] {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.initView[b-56t450bugg] {
    position: relative;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    width: 100%;
    overflow-y: scroll;
}

.backgroundNuevo[b-56t450bugg] {
    background-image: url(../../Images/ImagePrincipal.png);
    height: auto;
    width: 100%;
    background-size: cover;
}

.initView .row[b-56t450bugg] {
    margin-left: 0;
    margin-right: 0;
}


/* Menu arriba derecha */


.spanHeader[b-56t450bugg] {
    cursor: pointer;
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
}


@media (min-width: 1367px) {
    .spanHeader[b-56t450bugg] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
    }
}




.logoTernium[b-56t450bugg] {
    width: 141px;
    height: 49px;
}

@media (min-width: 1800px) {
    .logoTernium[b-56t450bugg] {
        width: 141px;
        height: 49px;
    }
}

@media (min-width: 1920px) {
    .logoTernium[b-56t450bugg] {
        width: 141px;
        height: 49px;
    }
}


img[b-56t450bugg] {
    vertical-align: middle;
    border: 0;
}




/* Contenedor de Titulos */

.contenedorTitulosLogin[b-56t450bugg] {
    margin-top: 0;
    margin-bottom: 0;
    height: 500px;
    padding-left: 0;
    padding-right: 0;
    height: 77vh;
    width: 87vw;
}

@media (min-width: 1023px) {
    .contenedorTitulosLogin[b-56t450bugg] {
        margin-top: 0;
        margin-bottom: 0;
    }
}



.boxSeleccion[b-56t450bugg] {
    position: relative;
    height: 67vh;
    width: 87vw;
    margin: 10px auto 0;
}

@media only screen and (min-width: 1824px) {
    .boxSeleccion[b-56t450bugg] {
        margin: 50px auto 0;
    }
}

@media only screen and (min-width: 1224px) {
    .boxSeleccion[b-56t450bugg] {
        margin: 45px auto 0;
    }
}

/* Contenedor de Textos de Titulos */

.contenedorTexto[b-56t450bugg] {
    padding-top: 80px;
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .contenedorTexto[b-56t450bugg] {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .contenedorTexto[b-56t450bugg] {
        padding-top: 40px;
    }
}

@media (min-width: 1023px) {
    .contenedorTexto[b-56t450bugg] {
        padding-top: 80px;
    }
}

@media (min-width: 1366px) {
    .contenedorTexto[b-56t450bugg] {
        padding-top: 120px;
    }
}


.contenedorTexto2[b-56t450bugg] {
    margin-bottom: 54px;
}


@media (min-width: 1800px) {
    .contenedorTexto2[b-56t450bugg] {
        margin-bottom: 54px;
    }
}

@media (min-width: 1920px) {
    .contenedorTexto2[b-56t450bugg] {
        margin-bottom: 54px;
    }
}


#spanPlataformaServicios[b-56t450bugg] {
    cursor: pointer;
    color: rgba(255,255,255,1);
    font-size: 18px;
}

.tituloSeleccionUsuario[b-56t450bugg] {
    color: white;
    font-size: 4em;
}

@media only screen and (min-width: 1367px) {
    .tituloSeleccionUsuario[b-56t450bugg] {
        font-size: 6em;
    }
}

.subtitulos[b-56t450bugg] {
    color: white;
    font-size: 20px;
}



/* Contenedor Login */


.contenedorLogin[b-56t450bugg] {
    position: absolute;
    background-size: cover;
    right: 10%;
    display: none;
    width: 550px;
    height: 372px;
    bottom: -10px;
    background-image: -o-linear-gradient(45deg,#f30,#f90);
    background-image: linear-gradient(45deg,#f30,#f90);
}

@media (min-width: 700px) {
    .contenedorLogin[b-56t450bugg] {
        bottom: -72px;
    }
}

@media (min-width: 992px) {
    .contenedorLogin[b-56t450bugg] {
        bottom: -60px;
    }
}

@media only screen and (min-width: 1224px) {
    .contenedorLogin[b-56t450bugg] {
        bottom: -20px;
    }
}

@media only screen and (min-width: 1824px) {
    .contenedorLogin[b-56t450bugg] {
        bottom: -20px;
    }
}


.login-to-your-account[b-56t450bugg] {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

#inputselectclient[b-56t450bugg] {
    background: transparent;
}

    #inputselectclient[b-56t450bugg]::placeholder {
        color: rgba(255,255,255,.9);
        font-size: 14px;
    }

.textLoginPlaceholder[b-56t450bugg] {
    color: rgba(255,255,255,.9) !important;
    border-radius: 2px;
    border-top-right-radius: 4px;
    border: 1px solid rgba(255,255,255,.9);
    background: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
}

.btn[b-56t450bugg] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btnFullWhite[b-56t450bugg] {
    height: 42px;
    border-radius: 25px;
    width: 100%;
    padding: 0px;
    background-color: white;
    color: #ff3300;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
}

    .btnFullWhite:hover[b-56t450bugg] {
        background-color: transparent;
        color: white;
        border-color: white;
        outline: none;
    }

#selectableipad[b-56t450bugg] {
    background: transparent;
    height: 80px;
    overflow-y: auto;
    float: left;
    width: 100%;
    border: 1px solid rgba(255,255,255,.9);
}




/* 
Lineas del recuadro de lineas blancas
Top, Bottom, Left, right 

*/

.top[b-56t450bugg], .bottom[b-56t450bugg], .left[b-56t450bugg], .right[b-56t450bugg] {
    position: absolute;
    -webkit-animation: 8s linear;
    -moz-animation: 8s linear;
    -o-animation: 8s linear;
    animation: 8s linear;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: .5;
}

.top[b-56t450bugg] {
    top: 0;
    left: 0;
    height: 1px;
    -webkit-animation-name: top;
    -moz-animation-name: top;
    -o-animation-name: top;
    animation-name: top-b-56t450bugg;
}

.bottom[b-56t450bugg] {
    bottom: 0;
    right: 0;
    height: 1px;
    -webkit-animation-name: bottom;
    -moz-animation-name: bottom;
    -o-animation-name: bottom;
    animation-name: bottom-b-56t450bugg;
}

.left[b-56t450bugg] {
    bottom: 0;
    left: 0;
    width: 1px;
    -webkit-animation-name: left;
    -moz-animation-name: left;
    -o-animation-name: left;
    animation-name: left-b-56t450bugg;
}

.right[b-56t450bugg] {
    top: 0;
    right: 0;
    width: 1px;
    -webkit-animation-name: right;
    -moz-animation-name: right;
    -o-animation-name: right;
    animation-name: right-b-56t450bugg;
}


@-webkit-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@-moz-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@-o-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@keyframes top-b-56t450bugg {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}


@-webkit-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@-moz-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@-o-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@keyframes bottom-b-56t450bugg {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}


@-webkit-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-moz-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-o-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@keyframes left-b-56t450bugg {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-webkit-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-moz-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-o-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@keyframes right-b-56t450bugg {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}



/* Footer */


.contenedorFooter[b-56t450bugg] {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1e2533),to(#010d1a));
    background-image: -o-linear-gradient(top,#1e2533,#010d1a);
    background-image: linear-gradient(180deg,#1e2533,#010d1a);
    color: rgba(255,255,255,0.9);
}

.spanFooter[b-56t450bugg] {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}

@media (min-width: 768px) {
    .spanFooter[b-56t450bugg] {
        font-size: 12px;
    }
}

@media (min-width: 1023px) {
    .spanFooter[b-56t450bugg] {
        font-size: 12px;
    }
}

@media (min-width: 1367px) {
    .spanFooter[b-56t450bugg] {
        font-size: 15px;
    }
}


.logoNegroTernium[b-56t450bugg] {
    width: 151.3px;
    height: 52.8px;
}


.boxSelector[b-56t450bugg] {
    width: 425px !important;
}

.orangeContainer[b-56t450bugg] {
    background-image: linear-gradient(45deg,#f30,#f90);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    /*right: 10%;*/
    width: 425px;
    /*bottom: -26px;*/
    font-size: 14px;
    height: 300px;
}

.orangeContainerBox[b-56t450bugg] {
    right: 10%;
    width: 425px;
    bottom: -26px;
    /*overflow: hidden;*/
    font-size: 14px;
    height: 300px;
    position: absolute;
}

.tab-content > .tab-pane[b-56t450bugg] {
    display: none;
}

.tab-content > .active[b-56t450bugg] {
    display: block;
}

.btnCustomerSelected[b-56t450bugg] {
    float: right;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-right: 12px;
}

.smallSubtitle[b-56t450bugg] {
    color: white;
    font-size: 15px;
}

.nav-stacked > li[b-56t450bugg] {
    float: none;
}

.nav-pills > li[b-56t450bugg] {
    float: left;
}

.nav > li[b-56t450bugg] {
    position: relative;
    display: block;
}

#tabsSeleccionWeb li a[b-56t450bugg] {
    color: #fff;
}

.nav-pills > li.active > a[b-56t450bugg], .nav-pills > li.active > a:focus[b-56t450bugg], .nav-pills > li.active > a:hover[b-56t450bugg] {
    color: #fff;
    background-color: #337ab7;
}

.nav-pills > li > a[b-56t450bugg] {
    border-radius: 4px;
}

.nav > li > a[b-56t450bugg] {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a:link[b-56t450bugg] {
    text-decoration: none;
    cursor: pointer;
}
/*Animacion de contenedor orange*/
.login-box-transition[b-56t450bugg] {
    animation-name: loginBoxInit-b-56t450bugg;
    animation-duration: 1s;
}
/*Efecto animación box login*/
@keyframes loginBoxInit-b-56t450bugg {
    0% {
        left: -100%;
    }

    100% {
        left: 0px;
    }
}
/*-----mobile------*/
.initView .row[b-56t450bugg] {
    margin-left: 0px;
    margin-right: 0px;
}

.backgroundNuevo2[b-56t450bugg] {
    background-image: url(../../Images/ImagePrincipal.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
}

@media only screen and (min-width: 568px) and (height: 320px) and (orientation : landscape) {
    .backgroundNuevo2[b-56t450bugg] {
        height: 173vh;
    }

    .contenedorLoginMobile[b-56t450bugg] {
        width: 68%;
    }

    .wPanel1[b-56t450bugg] {
        width: 33%;
    }

    .wPanel2[b-56t450bugg] {
        width: 33%;
    }
}

@media (min-width : 640px) and (height : 360px) and (orientation: landscape) {
    .backgroundNuevo[b-56t450bugg] {
        height: 158vh;
    }

    .contenedorLoginMobile[b-56t450bugg] {
        width: 60%;
    }

    .wPanel1[b-56t450bugg] {
        width: 33%;
    }

    .wPanel2[b-56t450bugg] {
        width: 33%;
    }
}

@media (min-width : 667px) and (height : 375px) and (orientation: landscape) {
    .backgroundNuevo2[b-56t450bugg] {
        height: 158vh;
    }

    .wPanel1[b-56t450bugg] {
        width: 33%;
    }

    .wPanel2[b-56t450bugg] {
        width: 33%;
    }
}

@media (min-width : 736px) and (height : 414px) and (orientation: landscape) {
    .backgroundNuevo2[b-56t450bugg] {
        height: 158vh;
    }

    .contenedorLoginMobile[b-56t450bugg] {
        width: 60%;
    }

    .wPanel1[b-56t450bugg] {
        width: 33%;
    }

    .wPanel2[b-56t450bugg] {
        width: 33%;
    }
}

@media (min-width : 812px) and (height : 375px) and (orientation: landscape) {
    .backgroundNuevo2[b-56t450bugg] {
        height: 175vh;
    }

    .contenedorLoginMobile[b-56t450bugg] {
        width: 60%;
    }

    .wPanel1[b-56t450bugg] {
        width: 33%;
    }

    .wPanel2[b-56t450bugg] {
        width: 33%;
    }
}

.col-xs-9[b-56t450bugg] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%;
}

.logoTernium1[b-56t450bugg] {
    width: 104.8px;
    height: 36.6px;
}

.col-xs-12[b-56t450bugg] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
}

.contenedorTitulosLogin2[b-56t450bugg] {
    margin: 5%;
    width: 90%;
    height: 500px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 320px) and (height: 480px) {
    .contenedorTitulosLogin[b-56t450bugg] {
        height: 480px;
    }
}

@media (min-width: 481px) and (height: 767px) {
    .wPanel1[b-56t450bugg] {
        width: 33%;
    }

    .wPanel2[b-56t450bugg] {
        width: 33%;
    }
}

@media only screen and (min-width: 375px) and (height: 812px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-56t450bugg] {
        height: 715px;
    }

    .top-dinamic-mobil[b-56t450bugg] {
        top: 25%;
    }
}

@media only screen and (min-width: 375px) and (height: 667px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-56t450bugg] {
        height: 570px;
    }

    .top-dinamic-mobil[b-56t450bugg] {
        top: 10%;
    }
}

@media (min-width: 360px) and (height: 640px) {

    .contenedorTitulosLogin[b-56t450bugg] {
        height: 540px;
    }
}

@media only screen and (width: 375px) and (width: 812) {
    .contenedorTitulosLogin[b-56t450bugg] {
        height: 570px;
    }

    .top-dinamic-mobil[b-56t450bugg] {
        top: 10%;
    }
}


@media only screen and (min-width: 414px) and (height: 736px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-56t450bugg] {
        height: 630px;
    }

    .top-dinamic-mobil[b-56t450bugg] {
        top: 15%;
    }
}

.col-xs-1[b-56t450bugg] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333333%;
}

.col-xs-10[b-56t450bugg] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333333%;
}

.contenedorLoginMobile[b-56t450bugg] {
    position: relative;
    z-index: 1000;
    /* background-image: -o-linear-gradient(45deg,#f30,#f90);
    background-image: linear-gradient(45deg,#f30,#f90);*/
    display: inline-block;
    margin: 10% 0 0;
    width: 90%;
}

.textLoginPlaceholder[b-56t450bugg] {
    color: #F6F6F6;
    border-radius: 2px;
    border-top-right-radius: 4px;
    border: 1px solid rgba(255,255,255,0.8);
    background: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    font-family: 'Trade Gothic LT Bold No 2';
}

    .textLoginPlaceholder[b-56t450bugg]::placeholder {
        color: rgba(255,255,255,0.8);
    }

.btnFullWhite[b-56t450bugg] {
    height: 42px;
    border-radius: 25px;
    width: 70%;
    padding: 0px;
    background-color: white;
    color: #ff3300;
    outline: none;
}

    .btnFullWhite:hover[b-56t450bugg] {
        background-color: transparent;
        color: white;
        border-color: white;
        outline: none;
    }

.btn[b-56t450bugg] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 25px;
}

    .btn:focus[b-56t450bugg],
    .btn:active:focus[b-56t450bugg],
    .btn.active:focus[b-56t450bugg],
    .btn.focus[b-56t450bugg],
    .btn:active.focus[b-56t450bugg],
    .btn.active.focus[b-56t450bugg] {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover[b-56t450bugg],
    .btn:focus[b-56t450bugg],
    .btn.focus[b-56t450bugg] {
        color: #333;
        text-decoration: none;
    }

    .btn:active[b-56t450bugg],
    .btn.active[b-56t450bugg] {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled[b-56t450bugg],
    .btn[disabled][b-56t450bugg],
    fieldset[disabled] .btn[b-56t450bugg] {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.subtitulo2[b-56t450bugg] {
    /*font-size: 15px;
    line-height: 19px;*/
    letter-spacing: -0.25px;
    color: rgba(255,255,255,0.8);
}

.webservice[b-56t450bugg] {
    font-size: 50px;
    line-height: 0.89;
    letter-spacing: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

.subtitulos[b-56t450bugg] {
    font-size: 15px;
    line-height: 1.27;
    letter-spacing: normal;
}

.input1[type="radio"]:checked + label[b-56t450bugg] {
    font-weight: bold;
    font-size: 13px;
    opacity: 1;
}

.label1[b-56t450bugg] {
    font-family: 'Trade Gothic LT';
    display: inline-block;
    font-weight: 100;
    opacity: 0.7;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin-bottom: 5px;
}

.box1[b-56t450bugg] {
    position: relative;
    height: 77vh;
    width: 87vw;
    margin: 0 auto;
}

.row[b-56t450bugg]:before,
.row[b-56t450bugg]:after {
    display: table;
    content: " ";
}

.row[b-56t450bugg]:after {
    clear: both;
}

.col-xs-4[b-56t450bugg] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333333%;
}

.pr0[b-56t450bugg] {
    padding-right: 0px;
}

.pl0[b-56t450bugg] {
    padding-left: 0px;
}

.wPanel1[b-56t450bugg] {
    width: 50%;
}

.wPanel2[b-56t450bugg] {
    width: 100%;
}

.spanLinkLogin[b-56t450bugg] {
    font-family: 'Trade Gothic LT';
    cursor: pointer;
    color: rgba(255,255,255,0.9);
}

.button1[b-56t450bugg] {
    font-family: 'Trade Gothic LT Bold No 2';
    letter-spacing: 0px;
    text-transform: uppercase;
}

.col-xs-2[b-56t450bugg] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66666667%;
}
/* /Pages/Home/NewSiteSelector.razor.rz.scp.css */
.row[b-hi7dwvc4nx] {
    margin-right: -15px;
    margin-left: -15px;
}

    .row[b-hi7dwvc4nx]:after, .row[b-hi7dwvc4nx]:before {
        display: table;
        content: " ";
    }

    .row[b-hi7dwvc4nx]:after {
        clear: both;
    }




.col-md-1[b-hi7dwvc4nx] {
    width: 8.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-2[b-hi7dwvc4nx] {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-3[b-hi7dwvc4nx] {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6[b-hi7dwvc4nx] {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-9[b-hi7dwvc4nx] {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-10[b-hi7dwvc4nx] {
    width: 83.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-11[b-hi7dwvc4nx] {
    width: 91.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-12[b-hi7dwvc4nx] {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.initView[b-hi7dwvc4nx] {
    position: relative;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    width: 100%;
    overflow-y: scroll;
}

.backgroundNuevo[b-hi7dwvc4nx] {
    background-image: url(../../Images/ImagePrincipal.png);
    height: auto;
    width: 100%;
    background-size: cover;
}

.initView .row[b-hi7dwvc4nx] {
    margin-left: 0;
    margin-right: 0;
}


/* Menu arriba derecha */


.spanHeader[b-hi7dwvc4nx] {
    cursor: pointer;
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
}


@media (min-width: 1367px) {
    .spanHeader[b-hi7dwvc4nx] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
    }
}




.logoTernium[b-hi7dwvc4nx] {
    width: 141px;
    height: 49px;
}

@media (min-width: 1800px) {
    .logoTernium[b-hi7dwvc4nx] {
        width: 141px;
        height: 49px;
    }
}

@media (min-width: 1920px) {
    .logoTernium[b-hi7dwvc4nx] {
        width: 141px;
        height: 49px;
    }
}


img[b-hi7dwvc4nx] {
    vertical-align: middle;
    border: 0;
}




/* Contenedor de Titulos */

.contenedorTitulosLogin[b-hi7dwvc4nx] {
    margin-top: 0;
    margin-bottom: 0;
    height: 500px;
    padding-left: 0;
    padding-right: 0;
    height: 77vh;
    width: 87vw;
}

@media (min-width: 1023px) {
    .contenedorTitulosLogin[b-hi7dwvc4nx] {
        margin-top: 0;
        margin-bottom: 0;
    }
}



.boxSeleccion[b-hi7dwvc4nx] {
    position: relative;
    height: 67vh;
    width: 87vw;
    margin: 10px auto 0;
}

@media only screen and (min-width: 1824px) {
    .boxSeleccion[b-hi7dwvc4nx] {
        margin: 50px auto 0;
    }
}

@media only screen and (min-width: 1224px) {
    .boxSeleccion[b-hi7dwvc4nx] {
        margin: 45px auto 0;
    }
}

/* Contenedor de Textos de Titulos */

.contenedorTexto[b-hi7dwvc4nx] {
    padding-top: 80px;
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .contenedorTexto[b-hi7dwvc4nx] {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .contenedorTexto[b-hi7dwvc4nx] {
        padding-top: 40px;
    }
}

@media (min-width: 1023px) {
    .contenedorTexto[b-hi7dwvc4nx] {
        padding-top: 80px;
    }
}

@media (min-width: 1366px) {
    .contenedorTexto[b-hi7dwvc4nx] {
        padding-top: 120px;
    }
}


.contenedorTexto2[b-hi7dwvc4nx] {
    margin-bottom: 54px;
}


@media (min-width: 1800px) {
    .contenedorTexto2[b-hi7dwvc4nx] {
        margin-bottom: 54px;
    }
}

@media (min-width: 1920px) {
    .contenedorTexto2[b-hi7dwvc4nx] {
        margin-bottom: 54px;
    }
}


#spanPlataformaServicios[b-hi7dwvc4nx] {
    cursor: pointer;
    color: rgba(255,255,255,1);
    font-size: 18px;
}

.tituloSeleccionUsuario[b-hi7dwvc4nx] {
    color: white;
    font-size: 4em;
}

@media only screen and (min-width: 1367px) {
    .tituloSeleccionUsuario[b-hi7dwvc4nx] {
        font-size: 6em;
    }
}

.subtitulos[b-hi7dwvc4nx] {
    color: white;
    font-size: 20px;
}



/* Contenedor Login */


.contenedorLogin[b-hi7dwvc4nx] {
    position: absolute;
    background-size: cover;
    right: 10%;
    display: none;
    width: 425px;
    bottom: -10px;
    background-image: -o-linear-gradient(45deg,#f30,#f90);
    background-image: linear-gradient(45deg,#f30,#f90);
}

@media (min-width: 700px) {
    .contenedorLogin[b-hi7dwvc4nx] {
        bottom: -72px;
    }
}

@media (min-width: 992px) {
    .contenedorLogin[b-hi7dwvc4nx] {
        bottom: -60px;
    }
}

@media only screen and (min-width: 1224px) {
    .contenedorLogin[b-hi7dwvc4nx] {
        bottom: -20px;
    }
}

@media only screen and (min-width: 1824px) {
    .contenedorLogin[b-hi7dwvc4nx] {
        bottom: -20px;
    }
}


.login-to-your-account[b-hi7dwvc4nx] {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

#inputselectclient[b-hi7dwvc4nx] {
    background: transparent;
}

    #inputselectclient[b-hi7dwvc4nx]::placeholder {
        color: rgba(255,255,255,.9);
        font-size: 14px;
    }

.textLoginPlaceholder[b-hi7dwvc4nx] {
    color: rgba(255,255,255,.9) !important;
    border-radius: 2px;
    border-top-right-radius: 4px;
    border: 1px solid rgba(255,255,255,.9);
    background: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
}

.btn[b-hi7dwvc4nx] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btnFullWhite[b-hi7dwvc4nx] {
    height: 42px;
    border-radius: 25px;
    width: 100%;
    padding: 0px;
    background-color: white;
    color: #ff3300;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
}

    .btnFullWhite:hover[b-hi7dwvc4nx] {
        background-color: transparent;
        color: white;
        border-color: white;
        outline: none;
    }

#selectableipad[b-hi7dwvc4nx] {
    background: transparent;
    height: 80px;
    overflow-y: auto;
    float: left;
    width: 100%;
    border: 1px solid rgba(255,255,255,.9);
}




/* 
Lineas del recuadro de lineas blancas
Top, Bottom, Left, right 

*/

.top[b-hi7dwvc4nx], .bottom[b-hi7dwvc4nx], .left[b-hi7dwvc4nx], .right[b-hi7dwvc4nx] {
    position: absolute;
    -webkit-animation: 8s linear;
    -moz-animation: 8s linear;
    -o-animation: 8s linear;
    animation: 8s linear;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: .5;
}

.top[b-hi7dwvc4nx] {
    top: 0;
    left: 0;
    height: 1px;
    -webkit-animation-name: top;
    -moz-animation-name: top;
    -o-animation-name: top;
    animation-name: top-b-hi7dwvc4nx;
}

.bottom[b-hi7dwvc4nx] {
    bottom: 0;
    right: 0;
    height: 1px;
    -webkit-animation-name: bottom;
    -moz-animation-name: bottom;
    -o-animation-name: bottom;
    animation-name: bottom-b-hi7dwvc4nx;
}

.left[b-hi7dwvc4nx] {
    bottom: 0;
    left: 0;
    width: 1px;
    -webkit-animation-name: left;
    -moz-animation-name: left;
    -o-animation-name: left;
    animation-name: left-b-hi7dwvc4nx;
}

.right[b-hi7dwvc4nx] {
    top: 0;
    right: 0;
    width: 1px;
    -webkit-animation-name: right;
    -moz-animation-name: right;
    -o-animation-name: right;
    animation-name: right-b-hi7dwvc4nx;
}


@-webkit-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@-moz-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@-o-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@keyframes top-b-hi7dwvc4nx {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}


@-webkit-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@-moz-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@-o-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@keyframes bottom-b-hi7dwvc4nx {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}


@-webkit-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-moz-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-o-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@keyframes left-b-hi7dwvc4nx {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-webkit-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-moz-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-o-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@keyframes right-b-hi7dwvc4nx {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}



/* Footer */


.contenedorFooter[b-hi7dwvc4nx] {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1e2533),to(#010d1a));
    background-image: -o-linear-gradient(top,#1e2533,#010d1a);
    background-image: linear-gradient(180deg,#1e2533,#010d1a);
    color: rgba(255,255,255,0.9);
}

.spanFooter[b-hi7dwvc4nx] {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}

@media (min-width: 768px) {
    .spanFooter[b-hi7dwvc4nx] {
        font-size: 12px;
    }
}

@media (min-width: 1023px) {
    .spanFooter[b-hi7dwvc4nx] {
        font-size: 12px;
    }
}

@media (min-width: 1367px) {
    .spanFooter[b-hi7dwvc4nx] {
        font-size: 15px;
    }
}


.logoNegroTernium[b-hi7dwvc4nx] {
    width: 151.3px;
    height: 52.8px;
}
/*-----mobile------*/
.initView .row[b-hi7dwvc4nx] {
    margin-left: 0px;
    margin-right: 0px;
}

.backgroundNuevo2[b-hi7dwvc4nx] {
    background-image: url(Images/ImagePrincipal.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
}

@media only screen and (min-width: 568px) and (height: 320px) and (orientation : landscape) {
    .backgroundNuevo2[b-hi7dwvc4nx] {
        height: 173vh;
    }

    .contenedorLoginMobile[b-hi7dwvc4nx] {
        width: 68%;
    }

    .wPanel1[b-hi7dwvc4nx] {
        width: 33%;
    }

    .wPanel2[b-hi7dwvc4nx] {
        width: 33%;
    }
}

@media (min-width : 640px) and (height : 360px) and (orientation: landscape) {
    .backgroundNuevo[b-hi7dwvc4nx] {
        height: 158vh;
    }

    .contenedorLoginMobile[b-hi7dwvc4nx] {
        width: 60%;
    }

    .wPanel1[b-hi7dwvc4nx] {
        width: 33%;
    }

    .wPanel2[b-hi7dwvc4nx] {
        width: 33%;
    }
}

@media (min-width : 667px) and (height : 375px) and (orientation: landscape) {
    .backgroundNuevo2[b-hi7dwvc4nx] {
        height: 158vh;
    }

    .wPanel1[b-hi7dwvc4nx] {
        width: 33%;
    }

    .wPanel2[b-hi7dwvc4nx] {
        width: 33%;
    }
}

@media (min-width : 736px) and (height : 414px) and (orientation: landscape) {
    .backgroundNuevo2[b-hi7dwvc4nx] {
        height: 158vh;
    }

    .contenedorLoginMobile[b-hi7dwvc4nx] {
        width: 60%;
    }

    .wPanel1[b-hi7dwvc4nx] {
        width: 33%;
    }

    .wPanel2[b-hi7dwvc4nx] {
        width: 33%;
    }
}

@media (min-width : 812px) and (height : 375px) and (orientation: landscape) {
    .backgroundNuevo2[b-hi7dwvc4nx] {
        height: 175vh;
    }

    .contenedorLoginMobile[b-hi7dwvc4nx] {
        width: 60%;
    }

    .wPanel1[b-hi7dwvc4nx] {
        width: 33%;
    }

    .wPanel2[b-hi7dwvc4nx] {
        width: 33%;
    }
}

.col-xs-9[b-hi7dwvc4nx] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%;
}

.logoTernium1[b-hi7dwvc4nx] {
    width: 104.8px;
    height: 36.6px;
}

.col-xs-12[b-hi7dwvc4nx] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
}

.contenedorTitulosLogin2[b-hi7dwvc4nx] {
    margin: 5%;
    width: 90%;
    height: 500px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 320px) and (height: 480px) {
    .contenedorTitulosLogin[b-hi7dwvc4nx] {
        height: 480px;
    }
}

@media (min-width: 481px) and (height: 767px) {
    .wPanel1[b-hi7dwvc4nx] {
        width: 33%;
    }

    .wPanel2[b-hi7dwvc4nx] {
        width: 33%;
    }
}

@media only screen and (min-width: 375px) and (height: 812px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-hi7dwvc4nx] {
        height: 715px;
    }

    .top-dinamic-mobil[b-hi7dwvc4nx] {
        top: 25%;
    }
}

@media only screen and (min-width: 375px) and (height: 667px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-hi7dwvc4nx] {
        height: 570px;
    }

    .top-dinamic-mobil[b-hi7dwvc4nx] {
        top: 10%;
    }
}

@media (min-width: 360px) and (height: 640px) {

    .contenedorTitulosLogin[b-hi7dwvc4nx] {
        height: 540px;
    }
}

@media only screen and (width: 375px) and (width: 812) {
    .contenedorTitulosLogin[b-hi7dwvc4nx] {
        height: 570px;
    }

    .top-dinamic-mobil[b-hi7dwvc4nx] {
        top: 10%;
    }
}


@media only screen and (min-width: 414px) and (height: 736px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-hi7dwvc4nx] {
        height: 630px;
    }

    .top-dinamic-mobil[b-hi7dwvc4nx] {
        top: 15%;
    }
}

.col-xs-1[b-hi7dwvc4nx] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333333%;
}

.col-xs-10[b-hi7dwvc4nx] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333333%;
}

.contenedorLoginMobile[b-hi7dwvc4nx] {
    position: relative;
    z-index: 1000;
    /* background-image: -o-linear-gradient(45deg,#f30,#f90);
    background-image: linear-gradient(45deg,#f30,#f90);*/
    display: inline-block;
    margin: 10% 0 0;
    width: 90%;
}

.textLoginPlaceholder[b-hi7dwvc4nx] {
    color: #F6F6F6;
    border-radius: 2px;
    border-top-right-radius: 4px;
    border: 1px solid rgba(255,255,255,0.8);
    background: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    font-family: 'Trade Gothic LT Bold No 2';
}

    .textLoginPlaceholder[b-hi7dwvc4nx]::placeholder {
        color: rgba(255,255,255,0.8);
    }

.btnFullWhite[b-hi7dwvc4nx] {
    height: 42px;
    border-radius: 25px;
    width: 70%;
    padding: 0px;
    background-color: white;
    color: #ff3300;
    outline: none;
}

    .btnFullWhite:hover[b-hi7dwvc4nx] {
        background-color: transparent;
        color: white;
        border-color: white;
        outline: none;
    }

.btn[b-hi7dwvc4nx] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 25px;
}

    .btn:focus[b-hi7dwvc4nx],
    .btn:active:focus[b-hi7dwvc4nx],
    .btn.active:focus[b-hi7dwvc4nx],
    .btn.focus[b-hi7dwvc4nx],
    .btn:active.focus[b-hi7dwvc4nx],
    .btn.active.focus[b-hi7dwvc4nx] {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover[b-hi7dwvc4nx],
    .btn:focus[b-hi7dwvc4nx],
    .btn.focus[b-hi7dwvc4nx] {
        color: #333;
        text-decoration: none;
    }

    .btn:active[b-hi7dwvc4nx],
    .btn.active[b-hi7dwvc4nx] {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled[b-hi7dwvc4nx],
    .btn[disabled][b-hi7dwvc4nx],
    fieldset[disabled] .btn[b-hi7dwvc4nx] {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.subtitulo2[b-hi7dwvc4nx] {
    /*font-size: 15px;
    line-height: 19px;*/
    letter-spacing: -0.25px;
    color: rgba(255,255,255,0.8);
}

.webservice[b-hi7dwvc4nx] {
    font-size: 50px;
    line-height: 0.89;
    letter-spacing: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

.subtitulos[b-hi7dwvc4nx] {
    font-size: 15px;
    line-height: 1.27;
    letter-spacing: normal;
}

.input1[type="radio"]:checked + label[b-hi7dwvc4nx] {
    font-weight: bold;
    font-size: 13px;
    opacity: 1;
}

.label1[b-hi7dwvc4nx] {
    font-family: 'Trade Gothic LT';
    display: inline-block;
    font-weight: 100;
    opacity: 0.7;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin-bottom: 5px;
}

.box1[b-hi7dwvc4nx] {
    position: relative;
    height: 77vh;
    width: 87vw;
    margin: 0 auto;
}

.row[b-hi7dwvc4nx]:before,
.row[b-hi7dwvc4nx]:after {
    display: table;
    content: " ";
}

.row[b-hi7dwvc4nx]:after {
    clear: both;
}

.col-xs-4[b-hi7dwvc4nx] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333333%;
}

.pr0[b-hi7dwvc4nx] {
    padding-right: 0px;
}

.pl0[b-hi7dwvc4nx] {
    padding-left: 0px;
}

.wPanel1[b-hi7dwvc4nx] {
    width: 50%;
}

.wPanel2[b-hi7dwvc4nx] {
    width: 100%;
}

.spanLinkLogin[b-hi7dwvc4nx] {
    font-family: 'Trade Gothic LT';
    cursor: pointer;
    color: rgba(255,255,255,0.9);
}

.button1[b-hi7dwvc4nx] {
    font-family: 'Trade Gothic LT Bold No 2';
    letter-spacing: 0px;
    text-transform: uppercase;
}

.col-xs-2[b-hi7dwvc4nx] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66666667%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* main-layout */

.main-content[b-j6nqexp13x] {
    height: calc(100vh - 112px);
}

.main-content-scrollable[b-j6nqexp13x] {
    overflow: auto;
}

/* Menu Popup Empresas */
/* since nested groupes are not supported we have to use 
     regular css for the nested dropdowns 
  */
li > ul[b-j6nqexp13x] {
    transform: translatex(100%) scale(0)
}

li:hover > ul[b-j6nqexp13x] {
    transform: translatex(101%) scale(1)
}

li > button svg[b-j6nqexp13x] {
    transform: rotate(-90deg)
}

li:hover > button svg[b-j6nqexp13x] {
    transform: rotate(-270deg)
}

/* Below styles fake what can be achieved with the tailwind config
     you need to add the group-hover variant to scale and define your custom
     min width style.
  	 See https://codesandbox.io/s/tailwindcss-multilevel-dropdown-y91j7?file=/index.html
  	 for implementation with config file
  */
.group:hover .group-hover\:scale-100[b-j6nqexp13x] {
    transform: scale(1)
}

.group:hover .group-hover\:-rotate-180[b-j6nqexp13x] {
    transform: rotate(180deg)
}

.scale-0[b-j6nqexp13x] {
    transform: scale(0)
}

.min-w-32[b-j6nqexp13x] {
    min-width: 8rem
}


/* Minimizado de Sidebar */
.logo-minimized[b-j6nqexp13x] {
    display: none;
    min-height: 52px;
}

.logo-full[b-j6nqexp13x] {
    min-height: 52px;
}

.btn-max-sidebar[b-j6nqexp13x] {
    opacity: 1;
    left: 204px;
    top: 46px;
  /*  padding-top: 8px;
    padding-left: 12px;*/
    transition: all 0.3s ease 0s;
    font-size: 16px;
}

.icon-max-siderbar[b-j6nqexp13x] {
    font-size: 16px;
}

.w-202px[b-j6nqexp13x] {
    width: 220px;
    transition: width 0.3s;
}

/*@media (min-width: 768px) {*/
.sidebar-minimized[b-j6nqexp13x] {
    width: 68px;
    transition: width 0.3s;
}

    .sidebar-minimized .logo-minimized[b-j6nqexp13x] {
        display: block;
    }

    .sidebar-minimized .logo-full[b-j6nqexp13x] {
        display: none;
    }

    .sidebar-minimized .btn-max-sidebar[b-j6nqexp13x] {
        opacity: 1;
        left: 53px;
        transition: all 0.3s ease 0s;
    }

    .sidebar-minimized .hide-on-minimized[b-j6nqexp13x] {
        display: none;
    }

    .sidebar-minimized .show-on-minimized[b-j6nqexp13x] {
        display: inline-block;
    }

    .sidebar-minimized .fa-angle-left[b-j6nqexp13x] {
        transform: scale(-1, 1);
    }
/*}*/


.btn-open-config svg[b-j6nqexp13x] {
    transform: rotate(180deg);
}

.modal-configurador[b-j6nqexp13x] {
    height: 100vh;
    backdrop-filter: blur(3px);
}

.modal-configurador-content[b-j6nqexp13x] {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    border-radius: 0;
}

@media (min-width: 1024px) {
    .modal-configurador-content[b-j6nqexp13x] {
        height: 380px;
        width: 75%;
        border-radius: 12px;
    }
}

@media (min-width: 1280px) {
    .modal-configurador-content[b-j6nqexp13x] {
        width: 60%;
    }
}


/* Menu secundario en sidebar */

.menusec-item-separador[b-j6nqexp13x] {
    display: none;
}


@media (min-width: 768px) {

    .sidebar-minimized .menusec-item-text[b-j6nqexp13x] {
        display: none;
    }

    .sidebar-minimized .menusec-item-icon[b-j6nqexp13x] {
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar-minimized .menusec-item-separador[b-j6nqexp13x] {
        display: block;
    }
}


/* Custom Scrollbar Menu */

/* width */
[b-j6nqexp13x]::-webkit-scrollbar {
    width: 3px;
}

/* Track */
[b-j6nqexp13x]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px white;
    border-radius: 2px;
}

/* Handle */
[b-j6nqexp13x]::-webkit-scrollbar-thumb {
    background: rgba(107, 114, 128, 0.5);
    border-radius: 2px;
}

    /* Handle on hover */
    [b-j6nqexp13x]::-webkit-scrollbar-thumb:hover {
        background: rgba(23, 23, 23, 0.6);
    }



/* Custom Scrollbar Main */

/* width */
.main-content-scrollable[b-j6nqexp13x]::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.main-content-scrollable[b-j6nqexp13x]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px black;
    border-radius: 4px;
}

/* Handle */
.main-content-scrollable[b-j6nqexp13x]::-webkit-scrollbar-thumb {
    background: rgba(107, 114, 128, 0.5);
    border-radius: 4px;
}

    /* Handle on hover */
    .main-content-scrollable[b-j6nqexp13x]::-webkit-scrollbar-thumb:hover {
        background: rgba(23, 23, 23, 0.6);
    }

@media (max-width: 1279px) {
    /* width */
    .main-content-scrollable[b-j6nqexp13x]::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .main-content-scrollable[b-j6nqexp13x]::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px black;
        border-radius: 2px;
    }

    /* Handle */
    .main-content-scrollable[b-j6nqexp13x]::-webkit-scrollbar-thumb {
        background: rgba(107, 114, 128, 0.5);
        border-radius: 2px;
    }
}
/* /Shared/MainLayoutAdmin.razor.rz.scp.css */
/* main-layout */

.main-content[b-90vx5qp0sw] {
    height: calc(100vh - 112px);
}

.main-content-scrollable[b-90vx5qp0sw] {
    overflow: auto;
}

/* Menu Popup Empresas */
/* since nested groupes are not supported we have to use 
     regular css for the nested dropdowns 
  */
li > ul[b-90vx5qp0sw] {
    transform: translatex(100%) scale(0)
}

li:hover > ul[b-90vx5qp0sw] {
    transform: translatex(101%) scale(1)
}

li > button svg[b-90vx5qp0sw] {
    transform: rotate(-90deg)
}

li:hover > button svg[b-90vx5qp0sw] {
    transform: rotate(-270deg)
}

/* Below styles fake what can be achieved with the tailwind config
     you need to add the group-hover variant to scale and define your custom
     min width style.
  	 See https://codesandbox.io/s/tailwindcss-multilevel-dropdown-y91j7?file=/index.html
  	 for implementation with config file
  */
.group:hover .group-hover\:scale-100[b-90vx5qp0sw] {
    transform: scale(1)
}

.group:hover .group-hover\:-rotate-180[b-90vx5qp0sw] {
    transform: rotate(180deg)
}

.scale-0[b-90vx5qp0sw] {
    transform: scale(0)
}

.min-w-32[b-90vx5qp0sw] {
    min-width: 8rem
}


/* Minimizado de Sidebar */
.logo-minimized[b-90vx5qp0sw] {
    display: none;
    min-height: 52px;
}

.logo-full[b-90vx5qp0sw] {
    min-height: 52px;
}

.btn-max-sidebar[b-90vx5qp0sw] {
    opacity: 1;
    left: 204px;
    top: 46px;
  /*  padding-top: 8px;
    padding-left: 12px;*/
    transition: all 0.3s ease 0s;
    font-size: 16px;
}

.icon-max-siderbar[b-90vx5qp0sw] {
    font-size: 16px;
}

.w-202px[b-90vx5qp0sw] {
    width: 220px;
    transition: width 0.3s;
}

/*@media (min-width: 768px) {*/
.sidebar-minimized[b-90vx5qp0sw] {
    width: 68px;
    transition: width 0.3s;
}

    .sidebar-minimized .logo-minimized[b-90vx5qp0sw] {
        display: block;
    }

    .sidebar-minimized .logo-full[b-90vx5qp0sw] {
        display: none;
    }

    .sidebar-minimized .btn-max-sidebar[b-90vx5qp0sw] {
        opacity: 1;
        left: 53px;
        transition: all 0.3s ease 0s;
    }

    .sidebar-minimized .hide-on-minimized[b-90vx5qp0sw] {
        display: none;
    }

    .sidebar-minimized .show-on-minimized[b-90vx5qp0sw] {
        display: inline-block;
    }

    .sidebar-minimized .fa-angle-left[b-90vx5qp0sw] {
        transform: scale(-1, 1);
    }
/*}*/


.btn-open-config svg[b-90vx5qp0sw] {
    transform: rotate(180deg);
}

.modal-configurador[b-90vx5qp0sw] {
    height: 100vh;
    backdrop-filter: blur(3px);
}

.modal-configurador-content[b-90vx5qp0sw] {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    border-radius: 0;
}

@media (min-width: 1024px) {
    .modal-configurador-content[b-90vx5qp0sw] {
        height: 380px;
        width: 75%;
        border-radius: 12px;
    }
}

@media (min-width: 1280px) {
    .modal-configurador-content[b-90vx5qp0sw] {
        width: 60%;
    }
}


/* Menu secundario en sidebar */

.menusec-item-separador[b-90vx5qp0sw] {
    display: none;
}


@media (min-width: 768px) {

    .sidebar-minimized .menusec-item-text[b-90vx5qp0sw] {
        display: none;
    }

    .sidebar-minimized .menusec-item-icon[b-90vx5qp0sw] {
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar-minimized .menusec-item-separador[b-90vx5qp0sw] {
        display: block;
    }
}


/* Custom Scrollbar Menu */

/* width */
[b-90vx5qp0sw]::-webkit-scrollbar {
    width: 3px;
}

/* Track */
[b-90vx5qp0sw]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px white;
    border-radius: 2px;
}

/* Handle */
[b-90vx5qp0sw]::-webkit-scrollbar-thumb {
    background: rgba(107, 114, 128, 0.5);
    border-radius: 2px;
}

    /* Handle on hover */
    [b-90vx5qp0sw]::-webkit-scrollbar-thumb:hover {
        background: rgba(23, 23, 23, 0.6);
    }



/* Custom Scrollbar Main */

/* width */
.main-content-scrollable[b-90vx5qp0sw]::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.main-content-scrollable[b-90vx5qp0sw]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px black;
    border-radius: 4px;
}

/* Handle */
.main-content-scrollable[b-90vx5qp0sw]::-webkit-scrollbar-thumb {
    background: rgba(107, 114, 128, 0.5);
    border-radius: 4px;
}

    /* Handle on hover */
    .main-content-scrollable[b-90vx5qp0sw]::-webkit-scrollbar-thumb:hover {
        background: rgba(23, 23, 23, 0.6);
    }

@media (max-width: 1279px) {
    /* width */
    .main-content-scrollable[b-90vx5qp0sw]::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .main-content-scrollable[b-90vx5qp0sw]::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px black;
        border-radius: 2px;
    }

    /* Handle */
    .main-content-scrollable[b-90vx5qp0sw]::-webkit-scrollbar-thumb {
        background: rgba(107, 114, 128, 0.5);
        border-radius: 2px;
    }
}
