@font-face {font-family: "Aktiv Grotesk";
    src: url("https://db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.svg#Aktiv Grotesk") format("svg"); /* iOS 4.1- */
}


/*------------------------------------
  App
------------------------------------*/

.m-app {
    font-family: Aktiv Grotesk;
    line-height: 1.5;
}
.m-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.m-app--wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
}
.m-app .pa-0 {
    padding: 0!important;
}


.m-app .text-center {
    text-align: center!important;
}
.m-app .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-app--is-ltr .v-responsive__sizer~.v-responsive__content {
    margin-left: -100%;
}

.m-app .align-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.m-app .justify-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

/*------------------------------------
  Reset Card
------------------------------------*/

.v-card__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .0125em;
    line-height: 2rem;
    word-break: break-all;
}

.v-card--flat {
    background-color: transparent!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.v-card {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-radius: 3px;
}
.v-card--flat {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 0 0 0 rgba(0,0,0,.14), 0 0 0 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 0 0 0 rgba(0,0,0,.14), 0 0 0 0 rgba(0,0,0,.12);
}
.v-card {
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    -webkit-transition-property: opacity,-webkit-box-shadow;
    transition-property: opacity,-webkit-box-shadow;
    transition-property: box-shadow,opacity;
    transition-property: box-shadow,opacity,-webkit-box-shadow;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
    -webkit-transition: -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow;

}

.v-card>.v-card__progress+:not(.v-btn):not(.v-chip), .v-card>:first-child:not(.v-btn):not(.v-chip) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.v-card:not(.v-sheet--tile):not(.v-card--shaped) {
    border-radius: 4px;
}





/*------------------------------------
  Media
------------------------------------*/

@media (max-width: 575.98px) {
    .d-none{display:none!important}
    .d-show{display:block!important}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .d-none{display:none!important}
    .d-show{display:block!important}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .logo-lobby-25--top-100{
        margin-top: -82px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { .img-logo{
    width: 51%!important;
}
    .logo-lobby-25--top-100{
        margin-top: -82px;
    }
}

@media (min-width: 1200px) {
    .v-image-25 {
        height: 120px;
    }
    .logo-lobby-25--top-100{
        margin-top: -125px;
    }

}



/*------------------------------------
  Heights
------------------------------------*/
/* Height in Percentage (%) */

.g-height-20x {
    height: 20%;
}

.g-height-22x {
    height: 22%;
}

.g-height-25x {
    height: 25%;
}

.g-height-35x {
    height: 35%;
}

.g-height-30x {
    height: 30%;
}

.g-height-45x {
    height: 45%;
}

.g-height-50x {
    height: 50%;
}
.g-height-70x {
    height: 70%;
}
.g-height-80x {
    height: 80%;
}

.g-height-90x {
    height: 90%;
}

.g-height-95x {
    height: 95%;
}

.g-height-100x {
    height: 100%;
}


.g-height-200 {
    height: 200px;
}
/*------------------------------------
  Widths
------------------------------------*/
/* Width in Percentage (%) */

.g-width-25x--sm {
    width: 25% !important;
    /* P */
}

.g-width-30x--sm {
    width: 30% !important;
    /* P */
}

.g-width-35x--sm {
    width: 35% !important;
    /* P */
}

.g-width-40x--sm {
    width: 40% !important;
    /* P */
}
.g-width-45x--sm {
    width: 45% !important;
    /* P */
}
.g-width-50x--sm {
    width: 50% !important;
    /* P */
}

.g-width-60x--sm {
    width: 60% !important;
    /* P */
}

.g-width-70x--sm {
    width: 70% !important;
    /* P */
}

.g-width-75x--sm {
    width: 75% !important;
    /* P */
}

.g-width-80x--sm {
    width: 80% !important;
    /* R */
}
.g-width-100--sm {
    width: 100% !important;
    /* P */
}
.g-font-size-76--lg {
    font-size: 5.62857rem !important;
}


/*------------------------------------
  Z-Index
------------------------------------*/
.g-z-index-1 {
    z-index: 1;
}

/*------------------------------------
  Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/

/* White Colors */
.g-color-white {
    color: #fff !important;
}

.container {
    width: 100%;
    padding: 12px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: -12px;
    margin-left: -12px;
}
.v-image__image--contain-logo-25{
    background-image: url(/assets/media/logos/logo-7.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(1.1);
}
.v-image-25{
    height: 100px;
}
.pb-7, .py-7 {
    padding-bottom: 1.35rem !important;
}
.pt-7, .py-7 {
    padding-top: 1.35rem !important;
}
.pl-6, .px-6 {
    padding-left: 1.3rem !important;
}
.pr-6, .px-6 {
    padding-right: 1.3rem !important;
}
.login-form{
    padding-top: 45px;
}

.input-group-text{
    padding: 0.375rem 0.95rem;
    background: #E9A4B0;
    border: 0px;
}
.input-group-text i{
    font-size: 2rem;
    color: #c2002f;
}
.btn-login{
    background: #fff!important;
    color:#000!important;
    width: 150px;
    border-radius: 50px;
    font-weight: 300;
    font-size: 1.2rem;
}
.item-center{
    background-image: url(/assets/media/bg/bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.v-responsive-inherit{
    overflow: inherit;
}


.m-video{
    width: 500px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto 5rem auto auto;
}

.m-chat{
    width: 300px;

    position: absolute;

    left: 150px;

    bottom: 20%;
    margin:auto 5rem auto auto;
    background: #fff;
    border: 2px solid #c2002f;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 2px 2px 2px #9c9696;
}
/**/


.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

/**/
.col {
    flex: 1;
}


.col-50 {
    flex: 5;
}
.col-40 {
    flex: 4;
}
.col-60 {
    flex: 6;
}
.col-70 {
    flex: 7;
}
.badge:empty {
    display: block;
}

.logo-lobby-25--top-100{
    margin-top: -100px;
}


.container.fill-height {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.fill-height {
    height: 100%;
}
.container--fluid {
    max-width: 100%;
}
.container.fill-height>.row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.fill-height {
    height: 100%;
}
.no-gutters {
    margin-right: 0!important;
    margin-left: 0!important;
}

.v-responsive {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.v-responsive__sizer {
    -webkit-transition: padding-bottom .2s cubic-bezier(.25,.8,.5,1);
    transition: padding-bottom .2s cubic-bezier(.25,.8,.5,1);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
}

.v-responsive__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    max-width: 100%;
}
.v-image__image--cover {
    background-size: cover;
}
.v-image__image {
    background-repeat: no-repeat;
}
.v-image__image, .v-image__placeholder {
    /*z-index: -1;
    position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
}
.auth-layout-wrap {
    background-image: url(/assets/media/bg/bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.v-image__image--cover-login {
    background-image: url(/assets/media/bg/bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.w100 {
    width: 100%!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


.v-responsive__sizer {
    -webkit-transition: padding-bottom .2s cubic-bezier(.25,.8,.5,1);
    transition: padding-bottom .2s cubic-bezier(.25,.8,.5,1);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
}
.v-image__image--contain {
    background-size: contain;
}
.v-image__image {
    background-repeat: no-repeat;
}
.v-image__image, .v-image__placeholder {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.v-image {
    z-index: 0;
}


.theme--light.v-card {
    background-color: #fff;
    color: rgba(0,0,0,.87);
}
.theme--light.v-sheet {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0,0,0,.87);
}
