@import url("all.css");
@import url("v4-shims.css");
@import url("dashboard.css");
@import url("spinners.css");
@import url("animate.css");

/*COLOR PRINCIPAL: #f3ecde
COLOR SECUNDARIO: #ff5e18
COLOR TERCIARIO: #12a9d6
FUENTE: Por defecto de Bootstrap
TAMAÑO ESTANDAR TEXTO: 1rem

*/


/*
.label-material{
    position: relative;
    top: 43px;
    z-index:0;
    transition: .5s ease-in-out;
}
.active-label-material{
    color: rgb(106, 106, 110);
    font-size:13px;
    top: 0px;
    transition: .5s ease-in-out;
}
.no-label{
    color: rgba(255, 255, 255, 0);;
} */

body {
    font-family: 'Inter', sans-serif;
}

.pointer {
    cursor: pointer !important;
}

.over-y {
    overflow-y: scroll;
}

.o-hidden {
    overflow: hidden;
}

.bg-black-50 {
    background-color: #14132080;
    ;
}

.top-0 {
    top: 0;
}

.left {
    left: 0;
}

img {
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 15px;
}


/* Track */


/* Handle */

::-webkit-scrollbar-thumb {
    background: #d6d9db;
    width: .5rem;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    transition: .3s;
    background: #b8bec0;
}

.topbar {
    background: #fff;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none;
}

.topbar .top-navbar .navbar-nav>.nav-item>span {
    color: #398bf7;
}

.topbar .navbar-light .navbar-nav .nav-item>a.nav-link {
    color: #a6b7bf;
}

.topbar .navbar-light .navbar-nav .nav-item>a.nav-link:hover,
.topbar .navbar-light .navbar-nav .nav-item>a.nav-link:focus {
    color: #242a33 !important;
}

.logo-center .topbar .navbar-header {
    text-align: center;
    padding-left: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: none;
}

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

a {
    color: #398bf7;
}

a.link:hover,
a.link:focus {
    color: #398bf7 !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #398bf7;
    border-color: #398bf7;
}

.right-sidebar .rpanel-title {
    background: linear-gradient(90deg, var(--primary-gradient), var(--secondary-gradient));
}

.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
    border-left: 4px solid #398bf7;
}

.text-themecolor {
    color: #398bf7 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
    border-bottom: 2px solid #398bf7;
    color: #398bf7;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
    color: #398bf7;
}


/*******************
  /*Buttons
  *******************/

.btn {
    border-radius: 50rem !important;
    -webkit-border-radius: 50rem !important;
    -moz-border-radius: 50rem !important;
    -ms-border-radius: 50rem !important;
    -o-border-radius: 50rem !important;
}

.btn-themecolor,
.btn-themecolor.disabled {
    background: #398bf7;
    color: #ffffff;
    border: 1px solid #398bf7;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #398bf7;
    opacity: 0.7;
    border: 1px solid #398bf7;
}

.btn-themecolor.active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
    background: #028ee1;
}

.modal-content {
    border: 0 !important;
    border-radius: 1rem;
}

.modal-header {
    border: 0 !important;
}

.modal-title {
    font-weight: bold !important;
    line-height: 30px;
    font-size: 21px;
}

.input-group-text {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
    border: #bcbec0a1 2px solid;
    border-left: transparent;
    background: transparent;
}

.iconoInput {
    color: #e8e8e8;
    font-size: 15px;
    position: absolute;
    top: 39%;
    left: 2%;
}

.inputPadding {
    padding-left: 40px !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 16px;
    margin-left: -1px;
    line-height: 1.6;
    margin: 0 .2rem;
    color: #2a4eff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.3rem;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #216a94;
    background-color: #e6eef5;
    border-color: #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2a4eff;
    border-color: #2a4eff;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.modal-footer {
    border: 0;
    justify-content: flex-start !important;
    padding-top: 0 !important;
}

.form-group {
    overflow: hidden;
}

.form-control {
    border: 2px solid #bcbec0a1;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
    font-size: .9rem;
}

textarea {
    border-radius: .5rem !important;
    -webkit-border-radius: .5rem !important;
    -moz-border-radius: .5rem !important;
    -ms-border-radius: .5rem !important;
    -o-border-radius: .5rem !important;
}

.rounded {
    border-radius: .6rem !important;
    -webkit-border-radius: .6rem !important;
    -moz-border-radius: .6rem !important;
    -ms-border-radius: .6rem !important;
    -o-border-radius: .6rem !important;
}

.rounded-lg {
    border-radius: 1.5rem !important;
    -webkit-border-radius: 1.5rem !important;
    -moz-border-radius: 1.5rem !important;
    -ms-border-radius: 1.5rem !important;
    -o-border-radius: 1.5rem !important;
}

.rounded-top {
    border-top-left-radius: .6rem !important;
    border-top-right-radius: .6rem !important;
}

.dropdown-menu {
    border: 1px solid rgba(185, 216, 255, 0.15);
    border-radius: .6rem !important;
    -webkit-border-radius: .6rem !important;
    -moz-border-radius: .6rem !important;
    -ms-border-radius: .6rem !important;
    -o-border-radius: .6rem !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #5f9dff;
}


/*drift*/

.drift-demo-trigger:hover .detail {
    z-index: 6000;
}

.detail {
    position: absolute;
    right: -41%;
    top: 0;
    z-index: 6000;
    height: 30rem;
    width: 20rem;
}

.ix-link {
    display: block;
    margin-bottom: 3em;
}

.left--2 {
    left: 82% !important;
    top: 8% !important;
}

@media (max-width: 900px) {
    .detail,
    .drift-demo-trigger {
        float: none;
    }
    .drift-demo-trigger {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
    .detail {
        margin: 0;
        width: auto;
    }
}

.minimal-product {
    height: 3rem;
    max-height: 3rem;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    width: 3rem;
    max-width: 3rem;
    opacity: 0.5;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.minimal-product:hover {
    opacity: 1;
    box-shadow: 0 0.3rem 1rem rgba(32, 103, 255, 0.1) !important;
}

.img-product {
    height: 30rem;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.image-galery {
    overflow: hidden;
}

.image-galery img {
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
}

.image-galery:hover .options {
    opacity: 1;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
}

.options {
    opacity: 0;
    transition: .5s all ease-in-out;
}


/* .modal-open .modal {
    display:flex !important;
} */

.img-anuncio {
    object-fit: cover;
    height: 15rem;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-img-anuncio {
    background-image: linear-gradient(180deg, #37343442, #000);
}

.btn-text-primary {
    font-size: .95rem !important;
    font-weight: 600 !important;
    border: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #2a4eff
}

.btn-text-primary:hover {
    color: #2a4eff;
    background: #d1d1ff;
}

.btn-text-primary:focus,
.btn-text-primary.focus {
    background: #a6acff;
}

.btn-text-primary:active,
.btn-text-primary.active {
    background: #a6acff;
}

.btn-text-success {
    font-size: .95rem !important;
    font-weight: 600 !important;
    border: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #16d381
}

.btn-text-success:hover {
    color: #16d381;
    background: #d1ffe8;
}

.btn-text-success:focus,
.btn-text-success.focus {
    background: #a6ffda;
}

.btn-text-success:active,
.btn-text-success.active {
    background: #a6ffda;
}

.btn-text-info {
    font-size: .95rem !important;
    font-weight: 600 !important;
    border: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #1f7cf5
}

.btn-text-info:hover {
    color: #1f7cf5;
    background: #d3e7ff;
}

.btn-text-info:focus,
.btn-text-info.focus {
    background: #a5cdff;
}

.btn-text-info:active,
.btn-text-info.active {
    background: #a5cdff;
}

.btn-text-warning {
    font-size: .95rem !important;
    font-weight: 600 !important;
    border: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #ffb22b
}

.btn-text-warning:hover {
    color: #ffb22b;
    background: #ffeed1;
}

.btn-text-warning:focus,
.btn-text-warning.focus {
    background: #fcdfb5;
}

.btn-text-warning:active,
.btn-text-warning.active {
    background: #fcdfb5;
}

.btn-text-danger {
    font-size: .95rem !important;
    font-weight: 600 !important;
    border: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #ef5350
}

.btn-text-danger:hover {
    color: #ef5350;
    background: #ffd8d8;
}

.btn-text-danger:focus,
.btn-text-danger.focus {
    background: #ffb1b1;
}

.btn-text-danger:active,
.btn-text-danger.active {
    background: #ffb1b1;
}

.btn-text-dark {
    font-size: .95rem !important;
    font-weight: 600 !important;
    border: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #172533
}

.btn-text-dark:hover {
    color: #172533;
    background: #a9adb3;
}

.btn-text-dark:focus,
.btn-text-dark.focus {
    background: #5a626b;
}

.btn-text-dark:active,
.btn-text-dark.active {
    background: #5a626b;
}

.rounded-anuncio {
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
}

.rounded-anuncio-top {
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
}

.rounded-top-left {
    border-top-left-radius: .6rem;
}

.text-strikethrough {
    position: relative;
}

.text-strikethrough::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff3265;
}

@media (min-width: 1020px) {
    .left-md-photo {
        left: 59px
    }
}

.modal-backdrop {
    z-index: 3000;
}

.modal {
    z-index: 3050;
}

.img-profile-empresa {
    min-width: 40%;
    width: 40%;
    min-height: 13rem;
    height: 13rem;
    clip-path: circle();
}

.perfil_empresa_empleo {
    min-height: 4rem;
    height: 4rem;
    max-height: 4rem;
    min-width: 4rem;
    width: 4rem;
    max-width: 4rem;
}

.w-100 {
    width: 100% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-85 {
    width: 85% !important;
}

.w-75 {
    width: 75% !important;
}

.w-65 {
    width: 65% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-40 {
    width: 40% !important;
}

@media (min-width: 553px) {
    .w-sm-100 {
        width: 100% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-95 {
        width: 95% !important;
    }
    .w-sm-85 {
        width: 85% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-65 {
        width: 65% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-40 {
        width: 40% !important;
    }
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }
    .w-md-90 {
        width: 90% !important;
    }
    .w-md-95 {
        width: 95% !important;
    }
    .w-md-85 {
        width: 85% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-65 {
        width: 65% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .md-shadow {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .md-shadow-sm {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }
}

@media (min-width: 1040px) {
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-95 {
        width: 95% !important;
    }
    .w-lg-90 {
        width: 90% !important;
    }
    .w-lg-85 {
        width: 85% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-65 {
        width: 65% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-40 {
        width: 40% !important;
    }
}

.badge-chat-activo {
    right: -1%;
    top: 4%;
    clip-path: circle();
    color: transparent;
    height: 5px;
    width: 5px
}

.circle_logister {
    height: 200%;
    width: 200%;
    clip-path: circle();
    top: -50%;
    left: 0;
}

.card_logister {
    overflow: hidden;
}

@media (min-width: 550px) {
    .card_logister {
        box-shadow: 0 0.5rem 1rem rgba(46, 112, 255, 0.096);
    }
}

@media (min-width: 1010px) {
    .card_logister {
        background-color: white;
    }
}

@media (max-width: 790px) {
    .card_logister {
        background-color: white;
    }
}

@media (min-width: 1200px) {
    .logister-icon {
        height: 25rem;
    }
}

.service-item {
    background-color: white;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.service-item:hover {
    background-color: #398bf7;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    color: white !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.service-item:hover h5,
.service-item:hover p,
.service-item:hover .text-primary {
    color: white !important;
    transition: all .25s ease-in-out;
}

.service-item h5,
.service-item p {
    color: #172533;
    transition: all .25s ease-in-out;
}

.service-item .text-primary {
    transition: all .25s ease-in-out;
}

.dropdown-menu-vulister {
    height: 85vh;
    overflow: hidden;
    left: 0;
    width: 13rem;
}

.ofertas_info {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 12px;
    color: #4b4b4b;
    font-weight: 600;
    line-height: 1;
}

.img-card-oferta {
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1
}

.hover\:shadow {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hover\:shadow:hover {
    box-shadow: 0 0.3rem 1rem rgba(32, 103, 255, 0.1) !important;
}

.shadow-primary {
    box-shadow: 0 0.5rem 1rem rgba(0, 81, 255, 0.162) !important;
}

.shadow-primary-sm {
    box-shadow: 0 0.200rem 0.70rem rgba(0, 123, 255, 0.109) !important;
}

.shadow-info-sm {
    box-shadow: 0 0.200rem 0.70rem rgba(18, 168, 214, 0.109) !important;
}

.shadow-success-sm {
    box-shadow: 0 0.200rem 0.70rem rgba(22, 211, 129, 0.109) !important;
}

.shadow-danger-sm {
    box-shadow: 0 0.200rem 0.70rem rgba(220, 53, 70, 0.109) !important;
}

.shadow-warning-sm {
    box-shadow: 0 0.200rem 0.70rem rgba(255, 93, 24, 0.109) !important;
}

.shadow-light-sm {
    box-shadow: 0 0.200rem 0.70rem rgba(248, 249, 250, 0.109) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.65rem rgba(11, 26, 83, 0.04) !important;
}

.section-content {
    margin-top: 4.6rem;
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: var(--primary-gradient);
}

.o-y-auto {
    overflow-y: auto;
}

.o-auto {
    overflow: auto;
}

.o-hidden {
    overflow: hidden;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
}

@media(max-width: 790px) {
    .wizard-content .wizard>.steps {
        display: none !important;
    }
    .wizard-content .wizard>.content>.body {
        padding: 0 !important;
    }
}

.form-control:disabled,
.form-control[readonly] {
    background-color: white;
}

@media (max-width:1019px) {
    .img-principal {
        height: 17rem
    }
}

@media (max-width:790px) {
    .img-principal {
        height: 14rem
    }
}

@media (min-width:1020px) {
    .img-principal {
        height: 20rem
    }
}

.popover-header {
    border-bottom: 0 !important;
    border-top-left-radius: .9rem;
    border-top-right-radius: .9rem;
}

.popover {
    border: 1px solid #e7ecf19c;
    border-radius: .9rem;
    -webkit-border-radius: .9rem;
    -moz-border-radius: .9rem;
    -ms-border-radius: .9rem;
    -o-border-radius: .9rem;
}

.stats-icon {
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
    background-color: #000;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center
}

.stats-icon i {
    color: #fff;
    font-size: 1.7rem
}

.stats-icon.purple {
    background-color: #9694ff
}

.stats-icon.blue {
    background-color: #57caeb
}

.stats-icon.red {
    background-color: #ff7976
}

.stats-icon.green {
    background-color: #5ddab4
}

@media (max-width:767px) {
    .stats-icon {
        float: left;
        margin-bottom: .4rem
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.btn-preppend {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-append {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 2.4rem;
    border-left: 0;
}


/* Legenda Mapas */

.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.info {
    padding: 6px 8px;
    font: 12px/12px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}


/*******************
Notify
*******************/

.notify {
    position: relative;
    top: -28px;
    right: -7px;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #ef5350;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ef5350;
    position: absolute;
    right: 6px;
    top: -10px;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.owl-dots {
    display: none;
}

.owl-prev,
.owl-next {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: .95rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 50rem !important;
    -moz-border-radius: 50rem !important;
    -ms-border-radius: 50rem !important;
    -o-border-radius: 50rem !important;
    border-radius: 50rem !important;
    margin-right: .5rem;
    background-color: #028fe136;
}

.owl-nav {
    text-align: center;
}

.profile-pic {
    max-height: 25rem;
}

@media (min-width: 1200px) {
    .badge {
        padding: 0.30em 0.43em;
        font-size: 83%;
    }
}

.left-0 {
    left: 0;
}

.text-revert {
    text-decoration: underline !important;
}

.btn-circle.right-side-toggle,
.btn-circle.right-side-toggle-2 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 25px;
    z-index: 10;
}

.chat-left-inner{
    display: flex;
    flex-direction: column;
}

/* .pruebas {
    background: #ff3434d2;
    background: #eb6b91de;
    background: #f79036d7;
    background: #ceff49d2;
    background: #67f56ec9;
    background: #5eecaad2;
    background: #3c1af8d2;
    background: #7f31d8d0;
    background: #ffdc30;
    background: #e75f9ad2;
    background: #be654cd3;
    background: #272e3dce;
} */


/* hsl(231, 100%, 92%) */


/* hsl(231, 100%, 92%) */
