.gray {
    color: #69779b !important
}

.red {
    color: #ff364b !important
}

.yellow {
    color: #f3c623
}

.text-gray {
    color: #737f8b
}

.bg-yellow {
    background-color: #f4ea8e
}

body {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden
}

#app {
    overflow: hidden
}

.menu-navbar {
    margin-top: 10rem !important
}

.bni-cheader {
    position: relative;
    display: grid
}

.bni-logo {
    z-index: 1
}

.presentacion-img {
    height: 55px;
    width: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    border-radius: 5px
}

.logo {
    height: 40px
}

.ver-perfil {
    z-index: 1
}

.avatar-menu {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50px;
    height: 40px;
    width: 40px
}

#navbarDarkDropdownMenuLink::after {
    display: none
}

.nav-item {
    font-size: 16pt;
    text-align: center
}

.navbar-nav .nav-link.active {
    border-bottom: 2px solid #ff9292 !important
}

.mini-menu {
    z-index: 1
}

.card-empresas {
    width: 30%;
    margin: 1rem
}

.login-container {
    position: relative;
    height: 100vh
}

.login {
    height: 100%;
    width: 100%
}

.d-contents {
    display: contents
}

.perfil-data-container,
.perfil-seguimiento-container {
    display: flex;
    justify-content: center
}

.perfil-data {
    border-radius: 5px;
    box-shadow: 0px 16px 40px 0px #9aaacf33 !important;
    background-color: #fff !important;
    border: none !important;
    margin: 10px 0;
    width: 100%;
    position: relative;
    display: block
}

.perfil-seguimiento {
    background-color: #fff;
    width: 100%
}

.container-agregados {
    background-color: #1b262c
}

.show-page {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .9s;
    animation-duration: .9s
}

.link-profile {
    text-decoration: none;
    color: #413c69;
    cursor: pointer
}

.mbsc-ltr>div:nth-child(1) {
    color: #fff
}

.btn-file {
    width: auto;
    color: #fff;
    background: #f58634;
    border-color: #f58634;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 3px
}

.btn-file input {
    display: none
}

.btn-file:hover {
    background: #ffcc29;
    border-color: #ffcc29;
    cursor: pointer
}

.img-container {
    margin: 1rem 0;
    overflow-x: auto;
    display: flex;
    width: 100%
}

.img-container::-webkit-scrollbar {
    height: 7px !important
}

.img-container::-webkit-scrollbar-track {
    background: #f1f1f1 !important
}

.img-container::-webkit-scrollbar-thumb {
    background: #4444 !important;
    border-radius: 3px !important
}

.img-container::-webkit-scrollbar-thumb:hover {
    background: #555 !important
}

.img-container .preview {
    margin: 1rem;
    position: relative
}

.img-container img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px
}

.img-container .btn-delete {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 20px;
    top: -10px;
    position: absolute;
    right: -10px;
    padding: 5px 9px;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none
}

.img-container .btn-delete:hover {
    background: rgba(0, 0, 0, .6)
}

.b-none {
    border: none !important
}

.dd-form {
    border: 1px solid #ced4da;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bansize {
    height: 100px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (min-width: 770px) {
    .bansize {
        height: 250px !important
    }
}

@media screen and (min-width: 778px) {
    .d-mobile {
        display: none !important
    }
}

@media screen and (max-width: 778px) {
    .d-mobile2 {
        display: none !important
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0dcaf0
}

.nav-pills-custom {
    border-right: 1px solid #edf1f7 !important
}

@media screen and (max-width: 778px) {
    .card-empresas {
        width: 100% !important;
        margin: 0
    }
}

@media screen and (min-width: 778px)and (max-width: 1024px) {
    .card-empresas {
        width: 40%
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateY(-1px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.swiper {
    width: 100%;
    height: 96.5vh;
    min-height: -webkit-fill-available
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide img {
    height: 96.5vh;
    min-height: -webkit-fill-available;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.swiper-counter {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 10
}

.swiper-counter div {
    width: 150px;
    height: 150px;
    font-size: 3rem;
    border-radius: 50%;
    color: #f8485e;
    display: flex;
    justify-content: center
}

.swiper-counter div span {
    align-self: center
}

.swiper-asistencia {
    position: absolute;
    bottom: 20%;
    right: 3%;
    z-index: 10
}

.swiper-asistencia div:first-child {
    width: 200px;
    height: auto;
    font-size: 1.5rem;
    color: #000;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 10px;
    padding-bottom: 3px
}

.swiper-asistencia div:first-child span {
    text-align: center;
    align-self: center;
    word-break: break-word;
    text-transform: capitalize
}

.swiper-next-user {
    position: absolute;
    bottom: 10%;
    right: 3%;
    z-index: 10
}

.swiper-next-user div {
    width: 200px;
    height: auto;
    font-size: 1.5rem;
    color: #000;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 10px
}

.swiper-next-user div span {
    text-align: center;
    align-self: center;
    word-break: break-word;
    text-transform: capitalize
}

.swiper-next-user div span.name-u {
    font-size: 1rem
}

.list-group-item {
    cursor: pointer;
    border: 1px solid #f4f4f4;
    margin-bottom: .85rem
}

.list-group-item:hover {
    color: auto
}

.is-selected {
    background-color: #5463ff;
    color: #fff
}

.is-selected:hover {
    background-color: #5463ff;
    color: #fff
}

.is-user-selected {
    background-color: #5463ff;
    color: #fff
}

.is-user-selected:hover {
    background-color: #5463ff !important;
    color: #fff
}

.asistencia i {
    font-size: 1.5rem;
    color: #ff8c32
}

.invitado {
    height: 100%
}

.invitado .acercade .vtec-title {
    color: #f8485e;
    font-size: 2rem
}

.invitado .acercade .giro {
    background-color: #f8485e;
    color: #eee;
    border-top-left-radius: 40px
}

.invitado .acercade .logo-c img {
    height: 100px;
    width: auto
}

.invitado .acercade .perfil img {
    height: 130px;
    width: 130px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.invitado .acercade .contact h5 {
    color: #000 !important;
    font-size: 1.3rem
}

.invitado .generales {
    background-image: url("/assets/img/photo-1540979388789-6cee28a1cdc9.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center
}

.invitado .generales .info {
    height: 100%;
    background-color: rgba(255, 255, 255, .1) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    mix-blend-mode: normal;
    align-items: center
}

.invitado .generales .info h4 {
    color: #fff
}

.black {
    color: #000
}

.black1 {
    color: #222831
}

.error {
    color: #f44336 !important
}

.rttl {
    color: #fa697c
}

.blue {
    color: #008df0
}

.gray {
    color: #777
}

.gray2 {
    color: #6b7c93
}

.gold {
    color: #f78f1e
}

.red {
    color: #ff5858 !important
}

.box-container {
    height: 80vh;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09), 0 1px 2px 0 rgba(0, 0, 0, .01) !important
}

.box-container ::-webkit-scrollbar {
    width: 7px
}

.box-container ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.box-container ::-webkit-scrollbar-thumb {
    background: #4444;
    border-radius: 2px
}

.box-container ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.panel-left {
    border-right: 1px solid #f4f4f4;
    overflow-y: auto;
    height: 100%
}

.panel-left ::-webkit-scrollbar {
    width: 7px
}

.panel-left ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.panel-left ::-webkit-scrollbar-thumb {
    background: #4444;
    border-radius: 2px
}

.panel-left ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.inbox-container article {
    border-bottom: 1px solid #f4f4f4
}

.inbox-container article a {
    text-decoration: none
}

.inbox-container article .uk-card-header {
    border-bottom: 1px solid #f4f4f4
}

.inbox-container article .uk-card-title {
    color: #777
}

.inbox-container article .uk-label {
    background: transparent;
    text-transform: lowercase;
    top: 27px;
    right: 4px
}

.inbox-container article img.avatar {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    -o-object-position: center !important;
    object-position: center !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 30%
}

.inbox-container article h6.uk-card-title {
    font-size: 14px
}

.inbox-container article h6.asunto {
    font-size: 14px
}

.inbox-container article small {
    font-size: 12px
}

.inbox-container:hover {
    background-color: #f2f4fb;
    cursor: pointer
}

.msg-section {
    padding: .4rem 1rem;
    font-size: 11pt
}

.msg-section p {
    margin: 0
}

.msg-section-right {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    -webkit-border-bottom-left-radius: 20px !important;
    -webkit-border-top-left-radius: 20px !important;
    -webkit-top-right-radius: 20px !important;
    -moz-border-bottom-left-radius: 20px !important;
    -moz-border-top-left-radius: 20px !important;
    -moz-border-top-right-radius: 20px !important;
    background-color: #429ffd;
    color: #fff
}

.msg-section-left {
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    -webkit-border-top-right-radius: 20px !important;
    -webkit-border-bottom-left-radius: 20px !important;
    -webkit-border-bottom-right-radius: 20px !important;
    -moz-border-top-right-radius: 20px !important;
    -moz-border-bottom-left-radius: 20px !important;
    -moz-border-bottom-right-radius: 20px !important;
    background-color: #f2f4fb
}

div.main {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-attachment: fixed;
    display: grid;
    padding-bottom: 3rem
}

.header-inbox {
    border-bottom: 1px solid #f4f4f4
}

.avatar {
    width: 40px;
    height: 40px
}

@media screen and (max-width: 720px) {
    .avatar {
        width: 35px;
        height: 35px
    }
}

.remitente,
.asunto {
    font-size: 14px
}

.asunto-section {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%)
}

.mensajes-container {
    overflow-y: auto
}

.mensajes-container ::-webkit-scrollbar {
    width: 7px
}

.mensajes-container ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.mensajes-container ::-webkit-scrollbar-thumb {
    background: #4444;
    border-radius: 2px
}

.mensajes-container ::-webkit-scrollbar-thumb:hover {
    background: #555
}

@media screen and (max-width: 720px) {
    .mensajes-container ::-webkit-scrollbar {
        width: 5px
    }
}

.mensajes-container small {
    color: gray
}

.mensajes-container section.mensajes {
    height: 100vh;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
    padding-bottom: 19rem
}

.mensajes-container .msg-section-space {
    width: auto;
    max-width: 80%;
    padding: .2rem 1rem
}

.mensajes-container .msg-section-space .img-attachment {
    width: 125px;
    height: 100px;
    border-radius: 10px;
    margin: .5rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.mensajes-container .msg-section-space .img-attachment:hover .uk-overlay .btn-download,
.mensajes-container .msg-section-space .img-attachment:hover~.uk-overlay .btn-download {
    background: #fff
}

@media screen and (max-width: 720px) {
    .mensajes-container .msg-section-space .img-attachment {
        width: 100px;
        height: 80px
    }
}

.mensajes-container .msg-section-space .uk-overlay {
    padding: 0 1rem .6rem 1rem
}

section.input {
    position: absolute;
    bottom: 0rem;
    padding-left: 0;
    width: 68%;
    text-align: center;
    background-color: #fff
}

section.input .img-box {
    position: relative;
    padding: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-basis: 0;
    text-align: center;
    margin: 0 .5rem
}

section.input .img-box img {
    width: 69px;
    height: 69px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 3px;
    max-width: 150px
}

@media screen and (max-width: 720px) {
    section.input .img-box {
        padding: .5rem
    }

    section.input .img-box img {
        width: 50px;
        height: 50px
    }
}

section.input form textarea {
    border-radius: 0 !important;
    padding: 6px;
    line-height: 27px;
    border: 1px solid #f4f4f4;
    border-bottom: none !important
}

section.input form textarea:focus {
    outline: 0 !important;
    border: 1px solid #f4f4f4;
    box-shadow: none
}

section.input form textarea:hover {
    box-shadow: none
}

section.input form button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

@media screen and (max-width: 720px) {
    section.input form {
        width: 100%
    }

    section.input form button {
        position: absolute;
        right: 0
    }

    section.input form textarea {
        padding-right: 1.4rem
    }
}

@media screen and (max-width: 720px) {
    section.input {
        width: 100%
    }
}

.fadein {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.autocomplete {
    position: relative;
    width: 100%
}

.autocomplete-results {
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
    max-height: 200px;
    position: absolute;
    width: 100%;
    overflow: auto;
    background: #fff;
    z-index: 1
}

.autocomplete-result {
    list-style: none;
    text-align: left;
    padding: 6px;
    cursor: pointer;
    width: 100%
}

.autocomplete-result.is-active,
.autocomplete-result:hover {
    background-color: #edeef7
}

.items-container .empresa {
    font-size: 13pt
}

.items-container .nombre {
    font-size: 10pt
}

.bni-cards-container {
    display: flex;
    justify-content: center
}

.bni-card {
    border-radius: 5px;
    box-shadow: 0px 16px 40px 0px rgba(154, 170, 207, .2) !important;
    background-color: #fff !important;
    border: none !important;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 95%;
    position: relative;
    display: block
}

.active-side {
    display: none
}

.bni-logo {
    display: flex;
    justify-content: space-around
}

.bni-logo img.logo {
    -o-object-fit: contain;
    object-fit: contain
}

.bni-logo img {
    height: 80px;
    width: 80px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.msg-logo img {
    height: 60px;
    width: 60px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.bni-cbody .bni-info {
    display: block;
    padding-top: 5px;
    word-break: break-word
}

.bni-label {
    color: #686d76;
    font-size: 11pt
}

.bni-grado .grado-1 {
    color: #91091e
}

.bni-grado .grado-2 {
    color: #ee9595
}

.bni-grado .grado-3 {
    color: #f2a154
}

.bni-grado .grado-4 {
    color: #a3d2ca
}

.bni-grado .grado-5 {
    color: #16c79a
}

.back-header {
    position: absolute;
    justify-content: space-between;
    width: 100%;
    right: 0;
    top: 0;
    padding: .5rem;
    display: flex
}

.back-body {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 350px
}

.client-container {
    position: relative;
    word-break: break-word
}

.ver-perfil:hover {
    color: #0d6efd !important
}

.list-group-item {
    cursor: pointer;
    border: 1px solid #f4f4f4;
    margin-bottom: .85rem
}

.list-group-item:hover {
    color: auto
}

.badge {
    font-size: .8em !important;
    font-weight: 600 !important
}

.bg-tiene {
    background-color: #ff5959
}

.bg-quiere {
    background-color: #ffc300
}

.bg-baja {
    background-color: #737f8b
}

.bg-busca {
    background-color: #ffc300
}

@media screen and (max-width: 768px) {
    .bni-card {
        width: 95%
    }
}

.invitacion {
    background-image: url("../img/2599387.jpg");
    background-attachment: fixed;
    position: relative;
    height: 100vh;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    -webkit-animation: animatedBackground 15s linear infinite alternate;
    animation: animatedBackground 15s linear infinite alternate
}

.bg-taake {
    position: absolute;
    text-align: end;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1 !important;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px)
}

.bg-form {
    background-image: linear-gradient(to top, #666464 0%, black 100%)
}

.z2 {
    z-index: 2 !important
}

.presentacion {
    height: 100%;
    width: 100%
}

.invitacion h1 {
    font-size: 4rem;
    color: #fff;
    font-weight: 600
}
.invitacion h2{
    font-size: 3rem;
    color: #fff;
    font-weight: 600
}

.invitacion h4,
.invitacion h5 {
    color: #fff
}

.invitacion .makeit {
    color: #faff00
}

.invitacion p {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400
}

.horario {
    align-items: center
}

.horario span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400
}

.brd {
    border-left: 1px solid #fff
}

.btn-register {
    color: #fff;
    font-size: 1.3rem;
    border-style: none;
    padding: 15px 30px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, .2);
    transition: all .5s ease-in-out
}

.btn-register:hover {
    background: #fff;
    color: #000
}

@media screen and (max-width: 990px) {
    h1 {
        font-size: 2rem !important
    }

    h2 {
        font-size: 1.3rem !important
    }

    p.registro {
        font-size: 1.3rem !important
    }
}

@media screen and (max-width: 769px) {
    h1 {
        font-size: 2rem !important
    }

    h2 {
        font-size: 1.3rem !important
    }

    .invitacion p {
        font-size: 1rem;
        font-weight: 400
    }

    p.registro {
        font-size: 1.3rem !important
    }

    .horario span {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 400
    }

    .brd {
        border: none
    }
}

hr {
    height: 2px !important;
    color: #fff;
    opacity: 1;
    width: 70%;
    display: inline-flex
}

.form-container {
    border-radius: 5px;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(8, 15, 26, .16);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.btn-file {
    width: auto;
    color: #fff;
    background: #f58634;
    border-color: #f58634;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 3px
}

.btn-file input {
    display: none
}

.btn-file:hover {
    background: #ffcc29;
    border-color: #ffcc29;
    cursor: pointer
}

.img-container {
    margin: 1rem 0;
    overflow-x: auto;
    display: flex;
    width: 100%
}

.img-container::-webkit-scrollbar {
    height: 7px !important
}

.img-container::-webkit-scrollbar-track {
    background: #f1f1f1 !important
}

.img-container::-webkit-scrollbar-thumb {
    background: #4444 !important;
    border-radius: 3px !important
}

.img-container::-webkit-scrollbar-thumb:hover {
    background: #555 !important
}

.img-container .preview {
    margin: 1rem;
    position: relative
}

.img-container img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px
}

.img-container .btn-delete {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 20px;
    top: -10px;
    position: absolute;
    right: -10px;
    padding: 5px 9px;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none
}

.img-container .btn-delete:hover {
    background: rgba(0, 0, 0, .6)
}

.b-none {
    border: none !important
}

.dd-form {
    border: 1px solid #ced4da;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 100% 0
    }

    to {
        background-position: 0 100%
    }
}

@keyframes animatedBackground {
    from {
        background-position: 100% 0
    }

    to {
        background-position: 0 100%
    }
}