﻿html {
    height: 100%;
}

body {
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    min-height: 100%;
    --light-gray: #eae8e8;
}

app {
    display: block;
    min-height: 100vh;
}

.top-label-header {
    height: 30px;
    padding-right: 7em;
}

.nav-img {
    display: none;
}

.nav-img-full {
    width: 200px;
}

.tel-link {
    color: white !important;
    text-decoration: none;
}

.login-link {
    color: white !important;
    text-decoration: none;
    border-left: solid 2px #85879c;
}

.corporate-color {
    color: #0741ad !important;
}

.scanner-devices {
    text-align: start !important;
}

.hc {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10 !important;
    overflow: hidden;
}

.login {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    background-image: linear-gradient(to right bottom, #1297f3, #1189de, #107bca, #0d6eb6, #0a61a2, #00639f, #00659b, #006697, #00769d, #00859b, #009290, #019e7f);
    position: relative;
}

.login-form {
    margin-top: 5rem !important;
}

.login-layer {
    max-width: 800px;
    margin-bottom: 4rem;
}

.cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-cover-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

    .img-cover-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    .img-cover-overlay > img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

@media (min-width: 991px) {
    .login-form {
        margin-top: 0 !important;
    }
}

.blackAlpha {
    background-color: rgba(0, 0, 0, 0.6);
}

.footer-stick {
    left: 0 !important;
    bottom: 0 !important;
    position: absolute !important;
}

.overlay-text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.overlay-text-top {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.overlay-text-bottom {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.icon-round {
    display: -webkit-inline-box;
    display: inline-flex;
    border-radius: 50%;
}

section.section-f:first-of-type {
    padding-top: 150px;
}

.section-top {
    position: relative;
    background-color: transparent;
    z-index: auto;
    height: 100%;
}

    .section-top::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        /*background: #101d2d;*/
        background-image: linear-gradient(to right bottom, #1297f3, #1189de, #107bca, #0d6eb6, #0a61a2, #00639f, #00659b, #006697, #00769d, #00859b, #009290, #019e7f);
        -webkit-clip-path: polygon(0 0,5760px 0,5760px calc(100% - 352px),0 100%);
        clip-path: polygon(0 0,5760px 0,5760px calc(100% - 352px),0 100%);
        z-index: -3;
    }

.img-overlay-wrap {
    position: relative;
    display: inline-block; /* <= shrinks container to image size */
}

    .img-overlay-wrap img {
        position: relative;
        max-width: 80%;
        left: 8%;
        float: left;
        height: auto;
    }

    .img-overlay-wrap object {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -3;
    }


.min-H-max {
    min-height: 100vh;
}

.min-H-75 {
    min-height: 75vh;
}

.footer-logo {
    padding-left: 1.5rem !important;
}

.footer-social {
    text-align: right !important;
    padding-right: 1.5rem !important;
}

#mainLayout {
    display: flex;
    flex-flow: column;
    height: 100%;
    min-height: 100vh;
}

    #mainLayout > header {
        flex: 0 1 auto;
        /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
    }

    #mainLayout > .content {
        flex: 1 1 auto;
    }

    #mainLayout > footer {
        flex: 0 1 auto;
    }


.footer {
    /* position: absolute;
    bottom: 0;*/
    width: 100%;
    font-weight: 400;
    background-color: #181b1c;
    color: #898989;
    font-size: .85rem;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 .5rem;
}

.footer__link {
    color: #898989;
    /*padding: .33rem 0*/
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    text-decoration: none;
}

    .footer__link:hover {
        color: #b5b1b1;
        text-decoration: underline;
    }


.is-collapsed ~ .logo-only {
    display: block;
}

@media (max-width:100px) {
    .logo-only {
        display: none;
    }
}

@media (min-width:50px) and (max-width:100px) {
    .logo-with-text {
        display: none;
    }

    .logo-only {
    }
}

.social-link-footer {
    padding: 0 .25rem
}

.social-link-footer__img {
    width: 1.625rem;
    height: 1.625rem
}

.footer__copyright {
    line-height: 1.3
}

@media (min-width:577px) and (max-width:768px) {
    .footer__copyright {
        padding-right: .5rem
    }
}

@media (min-width:577px) {
    .footer {
        padding: 0
    }
}

.footer__links {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0 2em;
    min-height: 16.175rem
}

.footer__bottom {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

    .footer__bottom .footer__column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__bottom:before {
        position: absolute;
        left: -50vw;
        top: 0;
        width: 150vw;
        height: 1px;
        content: "";
        display: block;
        background-color: #333433
    }

@media (max-width:768px) {
    .footer__bottom {
        text-align: center
    }

    .landing-spotlight-graphic__container {
        text-align: center;
    }

    .footer__bottom .footer__column {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    /*.footer__bottom .footer__column:first-of-type {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1
            }*/

    /*.footer__column:last-of-type {
        display: none
    }*/
}

.footer__thanksto {
    padding: 0.55rem 0;
    /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center
}

    .footer__thanksto:before {
        position: absolute;
        left: -50vw;
        top: 0;
        width: 150vw;
        height: 1px;
        content: "";
        display: block;
        background-color: #333433
    }

.shadowForm {
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24), 0 17px 50px 0 rgba(0,0,0,.19) !important;
}

.shadowForm-title {
    top: -20px;
    position: relative;
    width: 100%;
}

.imgLoginContainer {
    width: 64px !important;
    height: 64px !important;
    border: none;
    border-radius: 50%;
    background-color: #b3b3b3;
    position: relative;
    left: 48%;
    transform: translate(-35%, -50%);
}

    .imgLoginContainer > img {
        position: relative;
        left: -30%;
    }

@media(min-width:200px) and (max-width:480px) {
    .imgLoginContainer {
        width: 48px !important;
        height: 48px !important;
        transform: translate(-40%, -50%);
    }

        .imgLoginContainer > img {
            position: relative;
            width: 46px;
            height: 46px;
            left: -45%;
        }
}

.title-sm {
    font-size: .875rem;
    font-weight: 600;
}

.title-m {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.shadow-light {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}

.text-shadow-black {
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
}

.text-shadow-blue {
    text-shadow: 0px 1px 2px rgba(87, 134, 255, 0.7);
}

.text-shadow-white {
    text-shadow: 0px 1px 4px rgba(255, 255, 255, 1);
}

.text-shadow-white-low {
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

.text-white-shadow-black {
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.input-with-icon {
    padding-left: 35px !important;
    margin: 8px 0 !important;
    display: inline-block !important;
    box-sizing: border-box;
    width: 75% !important;
}

.input-search-with-icon {
    padding-left: 30px !important;
    margin: 8px 0 !important;
    display: inline-block !important;
    box-sizing: border-box;
}

.icon-input-search {
    position: relative;
    left: 10px;
    top: 40px;
    z-index: 1;
    float: left;
}

.icon-input {
    position: relative;
    left: 30px;
}

.background-almost-black-dark {
    background-color: #181b1c;
}

.form-control:focus { /*[type=text]*/
    border-color: #86b7fe !important;
    background-color: #ddebff8c !important;
}

.containerLand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: auto;
    position: relative;
    padding: 0 1.5rem;
    width: 100%
}

.container--block {
    display: block;
}

.container--condensed {
    max-width: 1230px;
}

.container--max {
    max-width: 1500px;
}

.container--condensed--min {
    max-width: 900px;
}


.text-title {
    color: #2a2d2f;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 2rem;
}

.text-title--primary {
    font-size: 3.1875rem;
    font-weight: 600;
}

.landing-features {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding-top: 2.75rem;
    padding-bottom: 4.75rem
}

.landing-omni {
    padding-top: 2.75rem;
    padding-bottom: 4.75rem
}

@media (max-width:576px) {
    .landing-features {
        padding-top: 5rem;
        padding-bottom: 0
    }

    .landing-omni {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
}

.text-title--landing {
    font-size: 2.35rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.text-title--landing-med {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 1rem
}

@media (max-width:576px) {
    .text-title--landing {
        font-size: 1.35rem;
        line-height: 1.15
    }

    .text-title--landing-med {
        font-size: 1.15rem;
        line-height: 1.15
    }

    .row {
        margin-left: -5px;
    }
}

.row-ml {
    margin-left: 10px;
}

.text-title--small {
    font-size: 1.5rem
}

.bold {
    font-weight: 700;
}

.bold-medium {
    font-weight: 500;
}

.text-color-gray {
    color: #666666;
}

.text-subtitle {
    color: #2a2d2f;
    text-transform: uppercase;
    font-size: 1rem;
    margin: .5rem 0 1.5rem
}

.text-subtitle--secondary {
    font-size: 1.125rem
}

.section--small-padding {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section--normal-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.section--medium-padding {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.section--large-padding {
    padding-top: 13rem;
    padding-bottom: 13rem
}

@media (max-width:768px) {
    .section--large-padding {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.landing-spotlight {
    overflow: hidden;
    padding: 2.5rem 0 1.5rem
}

@media (min-width:577px) and (max-width:768px) {
    .landing-spotlight {
        padding: 2.5rem 0
    }
}

@media (min-width:769px) {
    .landing-spotlight {
        padding: 3rem 0
    }
}

.center_vertical_column {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.center_horizontal_column {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

.center_vertical_horizontal_column {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.textWhiteWithShadow {
    color: #FFFFFF;
    text-shadow: 1px 2px 0px #7A7A7A;
}

.landing-spotlight__title {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    /*margin-bottom: 1rem*/
}

@media (max-width:1224px) {
    .landing-spotlight__title {
        font-size: 2.3125rem;
        line-height: 1.4;
        /*margin-bottom: 2rem*/
    }
}

@media (max-width:900px) {
    .landing-spotlight__title {
        font-size: 1.95rem; /*2.0125rem;*/
        line-height: 1.4;
        /*margin-bottom: 2rem*/
    }

    .landing-spotlight__pitch {
        max-width: 40rem;
        padding-right: 1rem;
        margin: 1.75rem 0 2rem;
        color: #fff;
        line-height: 1.375;
        font-size: 1.225rem !important;
    }
}

.landing-spotlight-graphic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: 2rem 0 -1rem; */
    position: relative;
}

.landing-spotlight-graphic__container__sp {
    position: relative;
    padding: 0rem 1rem 2rem 1rem;
    margin: .5rem 0;
}

.landing-spotlight-graphic__container {
    position: relative;
    padding: 3rem 1.25rem 1.75rem 1.2rem;
    margin: .5rem 0;
}

.center_horizontal_img {
    display: flex !important;
    position: relative;
    left: 0;
    transform: translate(20%, 0%);
}

@media (max-width:577px) {
    .landing-spotlight__title {
        font-size: 2rem;
        line-height: 1.4;
        /*margin-bottom: 2rem*/
    }
}

.landing-spotlight__middle__pitch {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
}

.landing-spotlight__pitch {
    color: #fff;
    font-weight: 300;
    font-size: 1.225rem;
    line-height: 1.5625;
    margin: 1rem 0 0
}

@media (min-width:769px) and (max-width:1023px) {
    .landing-spotlight__pitch {
        margin-bottom: .5rem;
        font-size: 1.025rem !important;
        padding-right: 0px;
    }
}

@media (min-width:577px) and (max-width:768px) {
    .landing-spotlight__pitch {
        margin-bottom: .5rem;
        font-size: 1.1rem !important;
        padding-right: 0px;
    }
}

@media (min-width: 200px) and (max-width: 576px) {

    .landing-spotlight__title {
        font-size: 1.6rem;
        line-height: 1.4;
        /*margin-bottom: 2rem*/
    }

    .landing-spotlight__pitch {
        margin-bottom: .5rem;
        font-size: 1rem !important;
        padding-right: 0px;
    }
}

/*@media (min-width:769px) {
    .landing-spotlight__pitch {
        max-width: 40rem;
        padding-right: 5rem;
        margin: 1.75rem 0 2rem;
        color: #fff;
        line-height: 1.375;
        font-size: 1.225rem
    }
}*/

.text--featured-medium {
    font-weight: 400;
    line-height: 1.8;
    font-size: 1rem;
    margin: 2rem 0;
    color: #686b68;
}

.text--medium {
    font-weight: 600;
}

.text-font-size-1 {
    font-size: 1rem;
}

.text-font-size-1-4 {
    font-size: 1.425rem;
}

@media (max-width: 768px) {
    .text-font-size-1-4 {
        font-size: 1.25rem;
    }
}

@media (max-width: 570px) {
    .text-font-size-1-4 {
        font-size: 1rem;
    }
}

.text--fontW500 {
    font-weight: 500 !important;
}

.text--fontW400 {
    font-weight: 400;
}

audio, video {
    display: inline-block;
}

@media (max-width: 768px) {

    .hide-medium-and-down {
        display: none !important;
    }
}

.d-xsm-none {
    display: block !important;
}

.loader-frame {
    height: 75%;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1230px;
}

.d-show-lowerEqual-sm {
    display: none !important;
}

@media (min-width: 480px) {
    .d-xsm-none {
        display: none !important;
    }
}

@media (min-width: 380px) {
    .d-xs-none {
        /*If > 380 hide*/
        display: none !important;
    }
}

@media (max-width: 480px) {
    .d-hide-lowerLg {
        display: none !important;
    }

    .mTopLowerLg4 {
        margin-top: 3rem;
    }
}

.xxxxsFont {
    font-size: 0.6rem !important;
}

/*.navbar .navbar-brand img {
        height: 71px;
    }*/

.navbar .navbar-brand {
    padding-top: 0;
}

.navbar .nav-link {
    color: #ffffff !important;
}

#navbarSupportedContent {
    background-color: transparent; /*#101d2d*/
    z-index: 10;
}

.card-intro .card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0 !important;
}

    .card-intro .card-body h1 {
        margin-bottom: 0;
    }

.card-intro {
    margin-top: 89px;
}

.card-intro2 {
    margin-top: 80px;
}


/* Tamaño del scroll */
.myScroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Estilos barra (thumb) de scroll */
.myScroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

    .myScroll::-webkit-scrollbar-thumb:active {
        background-color: #999999;
    }

    .myScroll::-webkit-scrollbar-thumb:hover {
        background: #b3b3b3;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    }

/* Estilos track de scroll */
.myScroll::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

    .myScroll::-webkit-scrollbar-track:hover,
    .myScroll::-webkit-scrollbar-track:active {
        background: #d4d4d4;
    }

.zoom-low {
    transition: transform .2s;
}

    .zoom-low:hover {
        transform: scale(1.1);
    }

.zoomI {
    transition: transform .2s;
}

    .zoomI:hover {
        transform: scale(1.5); /* (150% zoom) */
    }

.zoomS {
    transition: transform .2s;
}

    .zoomS:hover {
        transform: scale(1.1); /* (150% zoom) */
    }

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        opacity: 0;
        background: rgba(0,0,0,.2);
        background: radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);
        transition: all .5s ease-out;
        transition-property: opacity,-webkit-transform;
        transition-property: transform,opacity;
        transition-property: transform,opacity,-webkit-transform;
        -webkit-transform: scale(0) translate(0,0);
        transform: scale(0) translate(0,0);
        pointer-events: none
    }

    .waves-effect.waves-light .waves-ripple {
        background: rgba(255,255,255,.4);
        background: radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%)
    }

    .waves-effect.waves-classic .waves-ripple {
        background: rgba(0,0,0,.2)
    }

    .waves-effect.waves-classic.waves-light .waves-ripple {
        background: rgba(255,255,255,.4)
    }

.waves-notransition {
    transition: none !important
}

.waves-button, .waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff 100%,#000 100%)
}

    .waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: none;
        outline: 0;
        color: inherit;
        background-color: rgba(0,0,0,0);
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        text-decoration: none;
        z-index: 1
    }

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: .2em
}

    .waves-input-wrapper.waves-button {
        padding: 0
    }

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1
    }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
    transition: all .3s
}

    .waves-float:active {
        box-shadow: 0 8px 20px 1px rgba(0,0,0,.3)
    }

.waves-block {
    display: block
}

a.waves-effect, a.waves-light {
    display: inline-block
}

.navbar {
    font-weight: 300
}


    .navbar form .md-form input {
        margin: 0 5px 1px 8px
    }

    .navbar .breadcrumb {
        margin: 0;
        padding: .3rem 0 0 1rem;
        background-color: inherit;
        font-size: 15px;
        font-weight: 300
    }

        .navbar .breadcrumb .breadcrumb-item {
            color: #fff
        }

            .navbar .breadcrumb .breadcrumb-item.active, .navbar .breadcrumb .breadcrumb-item:before {
                color: rgba(255,255,255,.65)
            }

    .navbar .navbar-toggler {
        outline: 0;
        border-width: 0
    }

    .navbar .nav-flex-icons {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .navbar .nav-item .nav-link {
        display: block
    }

        .navbar .nav-item .nav-link.disabled:active {
            pointer-events: none
        }

        .navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .far, .navbar .nav-item .nav-link .fas {
            padding-right: 3px;
            padding-left: 3px
        }

    .navbar .container {
        width: 98%
    }

        /*@media (max-width: 992px) {
    .navbar .container {
        width: 98%
    }*/

        .navbar .container .navbar-toggler-right {
            right: 0
        }

    .navbar .nav-item .nav-link {
        padding-right: 6px;
        padding-left: 6px
    }

}

.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0
}

    .navbar .dropdown-menu a {
        padding: 10px;
        font-size: .9375rem;
        font-weight: 300;
        color: #000
    }

@media (max-width: 600px) {
    .navbar .dropdown-menu form {
        width: 17rem
    }
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled, .navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled:hover {
    color: rgba(0,0,0,.3)
}

.navbar.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
    transition: .35s
}

    .navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-toggler, .navbar.navbar-light form .md-form .form-control {
    color: #ffffff
}

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(0,0,0,.1)
}

.navbar.navbar-light form .md-form input {
    border-bottom: 1px solid #000
}

    .navbar.navbar-light form .md-form input:focus:not([readonly]) {
        border-color: #4285f4
    }

.navbar.navbar-light form .md-form .form-control::-webkit-input-placeholder {
    color: #000;
    font-weight: 300
}

.navbar.navbar-light form .md-form .form-control:-ms-input-placeholder {
    color: #000;
    font-weight: 300
}

.navbar.navbar-light form .md-form .form-control::-ms-input-placeholder {
    color: #000;
    font-weight: 300
}

.navbar.navbar-light form .md-form .form-control::placeholder {
    color: #000;
    font-weight: 300
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled, .navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled:hover {
    color: rgba(255,255,255,.25)
}

.navbar.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
    transition: .35s
}

    .navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(255,255,255,.1)
}

    .navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover, .navbar.navbar-dark .navbar-toggler {
        color: #fff
    }

.navbar.navbar-dark form .md-form input {
    border-bottom: 1px solid #fff
}

    .navbar.navbar-dark form .md-form input:focus:not([readonly]) {
        border-color: #4285f4
    }

.navbar.navbar-dark form .md-form .form-control {
    color: #fff
}

    .navbar.navbar-dark form .md-form .form-control::-webkit-input-placeholder {
        color: #fff;
        font-weight: 300
    }

    .navbar.navbar-dark form .md-form .form-control:-ms-input-placeholder {
        color: #fff;
        font-weight: 300
    }

    .navbar.navbar-dark form .md-form .form-control::-ms-input-placeholder {
        color: #fff;
        font-weight: 300
    }

    .navbar.navbar-dark form .md-form .form-control::placeholder {
        color: #fff;
        font-weight: 300
    }


@media (min-width: 600px) {
    .navbar .dropdown-menu form {
        width: 22rem
    }

    .navbar.scrolling-navbar {
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        padding-top: 1px;
        padding-bottom: 1px;
        height: 100%;
    }

        .navbar.scrolling-navbar .navbar-nav > li {
            transition-duration: 1s
        }

        .navbar.scrolling-navbar.top-nav-collapse {
            padding-top: 5px;
            padding-bottom: 5px
        }
}

.card, .pagination .page-item.active .page-link { /*.navbar,*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}


.tooltipM {
    position: relative;
    display: inline-block;
}

    .tooltipM > .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .tooltipM .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }

    .tooltipM:hover > .tooltiptext {
        visibility: visible;
    }



.bg--section1 {
    background-image: linear-gradient(to right bottom, #0b0b91, #002194, #002f94, #003b93, #004590, #005194, #005c96, #006697, #00769d, #00859b, #009290, #019e7f);
}

.background-light-gray {
    background-color: #f4f8fd !important;
}

.bgGraySlateBlue {
    background-image: linear-gradient(to right, #eceff7, #e8ecf7, #e5e9f7, #e1e7f6, #dde4f6, #d8e0f4, #d3ddf2, #ced9f0, #c6d3ec, #bfcce7, #b8c6e3, #b0c0df) !important;
}

.logout-text {
    color: black !important;
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-word;
}


.scrollbar-m::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-m::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-m::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #17a3da;
}

.scrollbar-m {
    scrollbar-color: #17a3da #F5F5F5;
}


.layout-header {
    background-image: linear-gradient(to right, #b0c0df, #9ab1d8, #84a2d1, #6c93ca, #5085c3, #407cbe, #2d73b9, #116ab4, #0e63af, #0c5daa, #0c56a4, #0d4f9f);
}

.layout-header-bar {
    background-image: linear-gradient(to right bottom, #fe314d, #ff4547, #ff5543, #fe633f, #fd703c, #fc713c, #fc733d, #fb743d, #fa6b40, #f96243, #f85947, #f64f4b);
}

.menu .nav .dropdown-menu .nav-link:not(.disabled):hover, .menu .nav .dropdown-menu .nav-link.active, .menu .submenu .nav-link.active, .menu .submenu .nav-link:not(.disabled):hover, .cascade .dropdown-item:not(.disabled):hover, .cascade .dropdown-item.active, .cascade .nav .nav-link:not(.disabled):hover, .cascade .nav .nav-link.active {
    background-color: transparent;
    color: #218cce;
}

.bg-dark {
    background-color: #004f7a !important;
}

.bg-collapsable .accordion-button.collapsed {
    background-image: linear-gradient(to right, #eceff7, #e8ecf7, #e5e9f7, #e1e7f6, #dde4f6, #d8e0f4, #d3ddf2, #ced9f0, #c6d3ec, #bfcce7, #b8c6e3, #b0c0df) !important;
}

.divider-light {
    width: 90%;
    border-bottom: 1px solid #e4e6ef;
    margin: 0.8rem 5% 0.8rem 5%;
}

.divider-x {
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    margin: 2rem 0;
}

.divider--center {
    margin-left: auto;
    margin-right: auto;
}

.divider--dark {
    border-color: #686b68;
}

.divider--medium {
    width: 15rem;
}

.CenterAll {
    display: flex;
    align-items: center;
    justify-content: center;
}

.soft-black {
    color: #767676;
}

.regular-font {
    font-size: 1rem;
}

/* Cards blocks */
.w-layout-grid-ab {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.card-block {
    padding: 24px;
    border-radius: 8px;
    background-color: #181b1c;
    -webkit-transition: .2s;
    transition: .2s;
}

.card-block-add {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.card-block-content {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 32px 1fr;
    grid-template-columns: 32px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .card-block-content > img {
        -ms-grid-column-align: start;
        justify-self: start;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

.card-block-title {
    font-size: 18px;
    font-weight: 700;
}

.card-block-text {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}


.accordion-max1 .accordion-collapse.collapse.show {
    max-height: 200px;
    overflow-y: scroll;
}

.accordion .accordion-button.btn-secondary.collapsed {
    background-color: #004f7a;
    color: white;
}

.accordion-button:not(.collapsed) {
    color: black !important;
}

.text-dark-blue {
    color: #004f7a;
}

.logout-text {
    text-decoration: underline;
}

    .logout-text:after {
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        display: inline-block;
        padding-left: 3px;
        vertical-align: middle;
        font-weight: 900;
    }

.clock {
    height: 100%;
    background-image: linear-gradient(to right, #0c53a2, #0c56a4, #0c58a6, #0c5ba8, #0c5daa, #105fa9, #1460a8, #1862a7, #2063a4, #2765a0, #2d669d, #336799);
    padding: 0 5px 0 5px;
    text-align: center;
    display: flex;
    align-items: center;
}

.layout-header.is-fixed {
    padding-right: 0px !important;
    color: white !important;
}


@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway/raleway-regular.ttf') format('truetype');
}

.fontRalewayRegular {
    font-family: raleway-regular;
}

@font-face {
    font-family: 'playfair display';
    src: url('../fonts/PlayFair/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
}

.font-playfair {
    font-family: playfair display,serif;
}

@font-face {
    font-family: 'inter';
    src: url('../fonts/Inter/Inter-VariableFont_slnt,wght.ttf') format('truetype');
}

.font-inter {
    font-family: inter, sans-serif;
}

.rounded-20px {
    border-radius: 20px;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-start {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-black {
    border: 1px solid #000000 !important;
}

.row-full-heigth {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    height: 100%;
    top: 0;
}

.label-badge {
    position: relative;
    top: 25%;
    padding: 5px 5px 5px 5px;
}

.tabs-body-content {
    padding: 5px;
    border-radius: 0.25rem !important;
}

.form-label, .legend {
    font-weight: 500;
}

.modal-dropdown > .dropdown-menu.show {
    position: relative !important;
    z-index: 5000;
    transform: translate(0px, 0px) !important;
}

.text-winner {
    font-weight: 500;
    color: gold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.treedropdown-select {
    /*display: none;*/
    position: absolute;
    z-index: 10;
    background-color: white;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    overflow-y: auto;
}

.close-btn {
    position: relative;
    float: right;
    right: 0;
    z-index: 1000;
}

/*tooltip*/
.tooltip-text {
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    float: left;
    top: 10%;
    /*    top: -40px;
    left: -50%;*/
}

    .tooltip-text::before {
        content: "";
        position: absolute;
        transform: rotate(45deg);
        background-color: #192733;
        padding: 5px;
        z-index: 1;
        top: 80%;
        left: 45%;
    }

.not-selectable {
    color: #969690;
}

    .not-selectable:hover {
        text-decoration: line-through;
    }

.ag-treenode {
    color: #009ef7;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 3px;
}

    .ag-treenode:hover {
        color: black;
    }

.buttonBlack {
    color: #fff !important;
    background: #252525;
    border: 1px solid #252525;
    border-radius: 5em;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    font-size: .875rem;
    padding: 0.688rem 2em;
    line-height: 1.2;
    min-width: 150px;
    -webkit-transition: all .15s;
    transition: all .15s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .buttonBlack:hover {
        color: #fff;
        border-color: #333433;
        background: #333433;
        fill: #333433
    }

    .buttonBlack:focus {
        outline: none
    }

    .buttonBlack:active {
        border: 1px solid rgba(0,0,0,.7);
        background: rgba(0,0,0,.7);
        -webkit-box-shadow: 0 0 0 .2rem rgba(37,37,37,.23);
        box-shadow: 0 0 0 .2rem rgba(37,37,37,.23)
    }

.buttonWhite {
    color: #000 !important;
    background: #fff;
    border: 2px solid #252525;
    border-radius: 5em;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    font-size: .875rem;
    padding: 0.688rem 2em;
    line-height: 1.2;
    min-width: 150px;
    -webkit-transition: all .15s;
    transition: all .15s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .buttonWhite:hover {
        color: #0092ba;
        border-color: #383838;
        /*background: #e7f3fb;*/
        background-image: linear-gradient(to bottom, #ffffff, #fafafa, #f6f5f5, #f1f0f0, #edebeb, #edebeb, #edebeb, #edebeb, #f1f0f0, #f6f5f5, #fafafa, #ffffff);
        fill: #e7f3fb;
    }

    .buttonWhite:focus {
        outline: none
    }

.button--bold {
    font-weight: 700;
}

.button--arrow {
    padding-right: 3em;
    padding-left: 3em;
    min-width: 0
}

    .button--arrow.button--dark-text {
        color: #2a2d2f
    }

    .button--arrow:after {
        position: absolute;
        display: block;
        content: "\2192";
        color: transparent;
        -webkit-transform: translateX(-.5em);
        transform: translateX(-.5em);
        right: 1.8em;
        top: .85em;
        -webkit-transition: translate .8s;
        transition: translate .8s
    }

@media (min-width:577px) {
    .button--arrow:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-right: 4.3em
    }

        .button--arrow:hover:after {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            color: currentColor;
        }

    .button--arrow:active:after {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
}

.hide-badge + span {
    display: none;
}

.clock {
    min-width: 110px;
}

.card-img-small {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 200px;
}

table.simple {
    width: 100%;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
}

    table.simple td, table.simple th {
        border-width: 1px;
        border-color: #CCCCCC;
        border-style: solid;
        padding: 0.75rem;
        text-align: center;
        font-size: 1rem;
        color: #232323;
    }

    table.simple th {
        font-weight: 700;
    }

    table.simple thead {
        background-color: #FFFFFF;
    }

    table.simple tbody {
        background-color: #f9f9f9;
    }

.font-weight-bold {
    font-weight: 700 !important;
}

.soft-black {
    color: #767676;
}

.font-rubik {
    font-family: 'Rubik', sans-serif;
    font-display: swap;
    font-size: 1rem;
    line-height: 1.5;
}

.card-to-right {
    margin-left: auto !important;
    margin-right: 0.5rem !important;
}

.card-to-left {
    margin-right: auto !important;
    margin-left: 0.5rem !important;
}

.container-max {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 95%;
    margin: auto;
    position: relative;
    padding: 0 1.5rem;
    width: 100%;
}

.footer-logo-with-text {
    display: flex !important;
}

.barcode-reader > div > div > div > .form-label {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
}

.barcode-reader > div.scanner > .row > div > div {
    display: none !important;
}

.camera-header {
    max-width: 150px !important;
    max-height: 112px !important;
}

.form-control:disabled {
    border: var(--bs-border-width) solid rgb(96, 94, 92);
}

.select .form-select:disabled {
    border: var(--bs-border-width) solid #e4e6ef;
}

.groupbox {
    border: 1px solid rgba(0,0,0,.175);
}

    .groupbox .legend {
        background-color: #f5f8fa;
    }


.text-center-pdf {
    color: #000000;
    font-size: 18px;
    text-align: center;
}

.text-left-pdf {
    color: #000000;
    font-size: 18px;
    text-align: left;
    margin-left: 0px;
}

.container-img {
    position: relative;
    text-align: center;
    color: white;
}

.text-auth {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    max-height: 21px;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.bb-avatar-md {
    width: 80px !important;
    border-radius: var(--bs-border-radius) !important;
}

.bb-img-max-h > img {
    max-height: 120px !important;
}

.bb-sub {
    margin-top: .25rem;
    font-size: 86%;
    color: #707379;
}

.text-two-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blue-med-glow {
    box-shadow: 0px 0px 5px 2px #006697a6;
}

.green-glow {
    box-shadow: 0px 0px 5px 3px #08ce01;
}

.red-glow {
    box-shadow: 0px 0px 5px 3px #c10012;
}

.table-total > div {
    background-color: #212529;
    border-radius: .475rem;
}

    .table-total > div > div > table > tfoot:before {
        height: 0px !important;
    }

    /*.table-total > div > div > table > tfoot > table > tr {
        width: 100%;
        border-style: none;
        background-color: transparent;
    }*/

    .table-total > div > div > table > tfoot > tr > td {
        background-color: transparent;
        border-style: none;
        color: #ffffff;
    }


.modal-header-bl > div > .modal-header {
    background-image: linear-gradient(to right, #b0c0df, #9ab1d8, #84a2d1, #6c93ca, #5085c3, #407cbe, #2d73b9, #116ab4, #0e63af, #0c5daa, #0c56a4, #0d4f9f);
}

.modal-header-bl > div > div > div > div > h5 {
    color: #ffffff;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
}

.modal-header-bl > div > div > div > div > i {
    color: #3d3d3d; /*#dc2975;*/
}

.modal-header-bl > div > div > div > button {
    display: none !important;
}


a.PDF {
    text-decoration: underline !important;
}

    a.PDF:link {
        color: black !important;
    }

    a.PDF:visited {
        color: black !important;
    }

    /* mouse over link */
    a.PDF:hover {
        color: blue !important;
    }

    /* selected link */
    a.PDF:active {
        color: black !important;
    }

.FontPDF {
    font-family: Arial, Helvetica, sans-serif;
}


table.blueTable {
    border: 1px solid #1C6EA4;
    /*width: 100%;*/
    text-align: left;
}

    table.blueTable td, table.blueTable th {
        padding: 3px 2px;
    }

    table.blueTable tbody td {
        font-size: 13px;
    }

    table.blueTable thead {
        background: #2E7DA5;
        border-bottom: 2px solid #444444;
    }

        table.blueTable thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 2px solid #D0E4F5;
        }

            table.blueTable thead th:first-child {
                border-left: none;
            }

    table.blueTable tfoot td {
        font-size: 14px;
    }

    table.blueTable tfoot .links {
        text-align: right;
    }

        table.blueTable tfoot .links a {
            display: inline-block;
            background: #1C6EA4;
            color: #FFFFFF;
            padding: 2px 8px;
            border-radius: 5px;
        }

table.blueTable2 {
    text-align: left;
    table-layout: fixed;
    width: 1000px;
    border-collapse: collapse;
}

    table.blueTable2 tbody td {
        font-size: 14px;
    }

    table.blueTable2 td, table.blueTable2 th {
        padding: 3px 2px;
    }

    table .blueTable2 tbody tr:first-child td:first-child {
        border-left: none;
    }

.tableBorders {
    background: #2E7DA5;
    border-bottom: 2px solid #444444;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #D0E4F5;
}

.shadow-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.editor > div > div > div {
    background-color: #ffffff;
    -webkit-transition: .2s;
    transition: .2s;
}

.appointment-cursor, .appointment-cursor > div, .appointment-cursor > div > label {
    cursor:pointer;
}

.slot-height-1 > div > div > div > .rz-slots {
    font-size: 1.3rem !important;
}

.slot-height-1 > div > div > div > .rz-slot {
    font-size: 1.3rem !important;
}

.slot-height-1 > div > div > .rz-slot-hours .rz-slot-header {
    height: 1.93rem !important;
}

/*.rz-event {
    margin-left:5%;
}*/

.xxxsFont {
    font-size: 0.7rem !important;
}

.xxsFont {
    font-size: 0.8rem !important;
}

.xsFont {
    font-size: 0.9rem !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-title-g-upper {
    color: #2a2d2f;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}

.card-glow-alt {
    animation: glowf 3s linear infinite !important;
}

@keyframes glowf {
    0%, 100% {
        box-shadow: 0px 0px 15px 7px #0b4ea048; /*#f6b41b48;*/
    }

    40%, 60% {
        box-shadow: 0px 0px 0px 0px #0b4ea048;
    }
}

.img-vert {
    transform: rotateX(180deg);
}

.text-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.div-icon-with-input {
    position: relative;
    display: block !important;
}


    .div-icon-with-input > i {
        position: absolute;
        float: left;
        left: 10px;
        top: 10px;
    }

    .div-icon-with-input > input {
        padding-left: 35px !important;
        display: inline-block !important;
    }

.avatar-search {
    border-radius: 10px;
    border: 2px solid var(--bs-primary);
    overflow: hidden;
    margin-inline-end: 1rem;
}

.font-auto-1 {
    font-size: clamp(0.75rem, 0.5rem + 1.3333vw, 1.2rem)!important;
}

.rz-selectbutton .rz-button.rz-button-sm.rz-state-active {
    background-color: rgb(64 128 210 / 12%) !important;
    color: #0d6efd !important;
    border: 4px;
}

.landing-spotlight__phone {
    width: 99%;
    height: 98.8%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.landing-spotlight__video {
    width: 200px;
    height: 400px;
    position: relative;
    border-radius: 0px 0px 1.25rem 1.25rem;
    z-index: 1;
}

.dialog-glow-blue > div {
    animation: glowf 3s linear infinite !important;
}


.img-overlay-wrap-v2 {
    position: relative;
    display: inline-block; /* <= shrinks container to image size */
}

    .img-overlay-wrap-v2 img {
        position: relative;
        max-width: 80%;
        left: 8%;
        float: left;
        height: auto;
        z-index: 2;
    }

    .img-overlay-wrap-v2 object {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }


.glass-card-white {
    background: rgba(255, 255, 255, 0.49);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.glass-card-blue {
    background: rgba(16, 104, 178, 0.4);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(70, 145, 208, 0.7);
}

.glass-card-black {
    background: rgba(42, 41, 41, 0.55);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(42, 41, 41, 0.19);
}

.container-gym-web-app {
    min-width: 100vw;
    min-height: 100vh;
    background-image: url('/images/gym_exercise_no_woman_overlay_vertical.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding:0px;
}

.glass-card-black.selected::after {
    content: "";/*\f00c*/
   /* font-family: "Font Awesome 6 Free";
    font-weight: 900;*/
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #00b871;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    display: flex;
    justify-content: end;
    align-items: center;
    /* Adjust icon position slightly to visually center it within the clipped triangle */
    transform: translate(1px, -1px);  /*Shift right and up */
}

.radzen-button-primary > button {
    background-color: var(--bs-primary) !important;
    border: var(--bs-border-width) solid var(--bs-primary);
    border-radius: var(--bs-border-radius);
}

.rz-menuitem {
    background: var(--light-gray);
}

