/* GENERALES */
:root {
  --primary: #C82D4D;        
  --primary-light: #d95b76;        
  --primary-transparent: rgba(200, 45, 77, .9);
  --secondary: #28313f;
  --tertiary: #C82D4D;
  --background: #469d97;    
  --gray: #f5f5f5;
  --text-muted: #c9c9c9;    
}
body {        
    font-family: 'Lato', sans-serif;
    background-color: var(--gray);
}
h1, h2, h3 {
    font-weight: 600;
}
a, a:hover {
    text-decoration: none;
    color: var(--primary);
}
a, a:hover,
.nav-link:hover {
    color: var(--primary);
}
* {
    transition: all 0.3s;
}
.bg-untochable {
    position: fixed;
    z-index: 1050;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s all ease-in-out;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-secondary {
    background-color: var(--secondary);
}
.text-primary, 
.btn-link {
    color: var(--primary) !important;
}

.bg-extradark {
    background-color: #1c1c1c;
}

.text-muted {
    color: var(--text-muted);
}
.subheader {
    margin-top: 142px;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
section h2.title {
    position: relative;
    color: var(--primary);
}
section h2.title:after {
    background-color: var(--primary);
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 300px;
}
.carousel-indicators li {
    width: 60px;
    height: 0.3em;
}
.price {
    color: var(--primary);
    font-weight: bold;
}
.rounded {
    border-radius: 0.5rem !important;
}
.form-control,
.form-control:focus {
    background-color: var(--gray);
    border: none;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 59 130 / 40%);
}

.dropdown-menu {
    top: auto;
    right: 22px;
    background-color: var(--primary);
    color:#fff!important;
}

.option-item{
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    background: var(--primary);
    color: #fff !important;
    font-size: 14px !important;
}

/**ESTAS SON LA NUEVAS CLASES QUE AÑADI
FECHA 07/07/22
OPTION-NOTIFICATION ES PARA LA CAJA DE CADA NOTIFICACIÓN
.NOTIFICATION-MENU ES TODA LA CADA DONDE SE MUESTRAN TODAS LAS NOTIFICACIONES
**/
.dropdown .option-notification {
    font-weight: 400;
    border: 0;
    background: var(--primary);
    color: #fff !important;
    font-size: 12px !important;
}
.dropdown .option-notification i {
    font-size: 13px !important;
}
.dropdowna .option-notification:active, 
.dropdown .option-notification:hover {
    color: #fff !important;
    background: var(--secondary)!important;
    
}
.dropdown .notification-menu {
    width:280px; 
    max-height: 350px; 
    overflow-y: auto;
}
/**PERSONALIZAR SCROLL VAR**

.notification-menu::-webkit-scrollbar {
 display: none;
 width:15px;
}

.notification-menu::-webkit-scrollbar {
 display: initial;
}
.notification-menu::-webkit-scrollbar-thumb {
background-color: #d95b76;
}
/**PERSONALIZAR SCROLL VAR**/

/**ESTAS SON LA NUEVAS CLASES QUE AÑADI
FECHA 07/07/22
**/

/**
a.dropdown-item:active {
    color: #fff !important;
    background: var(--secondary)!important;
}

a.dropdown-item:visited {
    color: #fff !important;
    background: var(--secondary)!important;
}
**/

.dropdown-item{
    color:#fff!important;
}

a.option-item:active{
    color: #fff !important;
    background: #fff!important;
}

.option-item:hover {
    color: #fff !important;
    background: var(--secondary)!important;
    
}
/* GENERALES */

/* HEADER */
.bg-topbar {
    background-color: var(--primary);   
}
#topbar a {
    padding: 0 0.4rem;
}
#topbar a > i {
    color: #fff;
    font-size: 1.5rem;
}
nav .logo {
    width: 90px;
}
nav a {
    color: #fff;
    font-size: 1.2rem;
}
nav.navbar {
    justify-content: center;
}
.btn-search {
    position: absolute;
    right: 10px;
}
.btn-search i {
    color: #666666;
}
#eShopCartIcon i {
    font-size: 1.5rem;
}
/* HEADER */

/* SIDE NAV */
#mySidenav a {
    border-radius: 1rem;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.3s;
}
#mySidenav li > a:hover {
    background-color: #2C8B8A;
    color:var(--primary);;
}
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: -500px;
    background-color: var(--secondary);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}
.sidenav.opened {
    left: 0;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 2em !important;
}
#mySidenav .btn-primary {
    color: var(--secondary);
}
/* SIDE NAV */

/* MODAL */
.modal .btnClose {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 10;
}
#modalLogin img,
#modalSignup img {
    max-width: 120px;
}
/* MODAL */

/* BUTTONS */
.btn-primary,
.btn-primary:visited {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #fff !important;
    border: 2px solid var(--primary);
    color: var(--primary) !important;
}
.btn-secondary,
.btn-secondary:visited {
    background-color: var(--secondary);
    border: 2px solid #fff;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #fff !important;
    border: 2px solid var(--primary);
    color: var(--tertiary) !important;
}
.btn-cat {
    width: 100%;
}
/* BUTTONS */

/* CheckButtons */
.eshop-radio > label {
    background: var(--gray);
    color: #898989;
    padding: 10px 20px !important;
    border-radius: 30px;
    border: none;
}
.eshop-radio.eshop-radio-block {
    display: block;
    width: 100%;
}
.eshop-radio.eshop-radio-block > label {
    width: 100%;
    text-align: center;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
    display: none;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
    display: none;
}
.eshop-radio [type="radio"]:checked + label,
.eshop-radio [type="checkbox"]:checked + label {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.eshop-radio.eshop-radio-link > label {
    background: var(--gray);
    color: #898989;
    padding: 5px 5px !important;
    border-radius: 30px;
    border: none;
}
/* CheckButtons */

/* CAROUSEL */
.carousel-inner {
    /*max-height: 500px;*/
}
/* CAROUSEL ENDS*/

/* HOME */
#categories label img {
    max-height: 30px;
}
.product-container img {
    max-height: 150px;
}
.product-container .btnProductLike {
    position: absolute;
    right: 40px;i
    top: 20px;
}
/* HOME ENDS */


/* PRODUCTOS */
#productos .carousel-control-prev {
    left: -100px;
}
#productos .carousel-control-next {
    right: -100px;
}
#productos .carousel-control-prev,
#productos .carousel-control-next {
    color: #e0bbe4;
    top: 0;
    bottom: 30%;
}
#productos .carousel-control-prev i,
#productos .carousel-control-next i{
    font-size: 1.5rem;
}

#categories li > a,
#categories li > a:hover {
    color: #212529;
}
/*.slide-products img {
    height: 200px;
}*/
/* PRODUCTOS */


/* FOOTER */
#footer {
    position: relative;
}
#footer .bg-footer1 {
    background-color: #fec8d8;
}
#footer a {
    color: var(--primary);
}
#footer a:hover {
    color: var(--secondary);
}
#footer .social-network {
    font-size: 1.2rem;
}
#footer .social-network a {
    padding: 0 0.25rem;
}
#footer .bg-footer2 {
    background-color: var(--primary);
}
#footer .copyright hr {
    border-color: var(--primary);
}
/* FOOTER */

/* WHATSAPP FLOATING BUTTON */
#whatsAppFloating {
    background-color: #25d366;
    border-radius: 50%;
    bottom: 20px;
    left: 30px;
    transition: 0.3s all ease-in-out;
    position: fixed;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#whatsAppFloating i {
    font-size: 3rem;
}
#whatsAppFloating:hover {
    transform: scale(1.2);
}
/* WHATSAPP FLOATING BUTTON */

/*********************
 * RESPONSIVE BEGINS *
 ********************/
@media only screen and (max-width: 376px) {
    #topbar > div:first-of-type {
        text-align: right;
    }
}
@media only screen and (max-width: 420px) {
    #slider {
        margin-top: 4.2rem;
    }
}
@media only screen and (min-width: 768px) {
    .subheader {
        margin-top: 88px;
    }
    .topbar-cart {
        border-right: 2px solid #fff;
    }
    .cabezote {
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    .btn-cat {
        width: 80%;
    }
}

.cabezote {
    background-color: #FFF;
    padding: 20px;
    border-radius: 8px;
    color: #333;
    font-size: 1.8rem;
}

/* Product View */
.product-categories {
    margin: 0;
    padding: 0;
}
.product-categories > li {
    list-style: none;
    margin-top: 8px;
    width: 50%;
    display: inline-block;
}
.product-categories > li > img.icon {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    padding: 3px 3px;
    margin-right: 5px;
    background: var(--primary);
    border-radius: 50%;
}
.product-categories > li > span {
    display: inline-block;
    vertical-align: middle;
}
.product-categories > li > span > small {
    display: block;
    font-weight: bold;
}
/* Product View */

/* Profile */
.profile {
    display: block;
    position: relative;
}
.profile > img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 5px;
}
.profile > .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
}
.profile > .info > p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.profile > .info > .profile-score {
    
}
.profile > .info > .profile-score > img {
    height: 16px;
    display: inline-block;
}
/* Profile */

/* Dropify */
.dropify-message p {
    font-size: 1rem;
}
.dropify-message span.file-icon:before {
    content: '' !important;
}
/* Dropify */

/* Comments */
#vComments {
    padding: 0;
    margin: 0;
    background: white;
    border-radius: 10px 10px 0 0;
    padding: 15px;
}
#vComments > li {
    list-style: none;
    padding: 5px;
    border-bottom: solid 1px #f5f5f5;
}
#vComments > li.empty {
    text-align: center;
}
#vComments > li.form {
    
}
#vComments > li img {
    border-radius: 50%;
    margin: 0 auto;
}

#formComment {
    background: white;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}
/* Comments */

/* Post */
.post {
    padding-top: 15px;
    padding-bottom: 15px;
}
.post .post-featured {
    
}
.post .post-content {
    padding-top: .20px;
}
.post .post-content img {
    max-width: 100%;
}
.post h1 {
    margin: 10px;
}
/* Post */

/* Search inputs */
label.notbefore:before,
label.notbefore:after {
    display: none;
}
/* Search inputs */

/* By Kevin */
body {
    padding-top: 91px;
}

/* Buttons */
.btn-outline-light {
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: bold;
    border-width: 2px;
}

.btn-create-account {
    color: #fff;
    background-color: #C82D4D;
    border: none;
    border-radius: 25px;
    width: 300px;
}

.btn-create-account:hover {
    color: #fff;
    background-color: #C82D4D;
    border: none;
    border-radius: 25px;
    width: 300px;
}

.btn-store {
    width: 40%;
    color: #fff;
    min-width: 100px;
    padding: 12px 20px !important;
    border-color: #fff !important;
    margin: 5px;
}
.btn-store:focus, 
.btn-store:hover {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff !important;
}
  
.btn-store .btn-label, 
.btn-store .btn-caption {
    display: inline;
    text-align: right;
    line-height: 1;
}

.btn-store .btn-label {
    font-size: 10px;
}

.btn-store .btn-caption {
    font-size: 20px;
}
/* Buttons */

/* Rounded */
.rounded {
    border-radius: 20px !important;
}
.rounded-lg {
    border-radius: 25px !important;
}
/* Rounded */

/* Paddings */
.py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}
/* Paddings */

/* Body */
body.index,
body.signup,
body.account-complete,
body.tickets,
body.blog {
    background-image: url('/assets/img/fondo.jpeg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

body.home {
    padding-top: 0;
}
/* Body */

/* Header */
header .navbar {
    background-color: transparent;
    padding: 20px;
}

header .nav-item .nav-link {
    text-decoration: none;
    font-size: 22px;
}

haeder .navbar-toggler-icon {
    color: #fff;
}

header .logo {
    width: 250px;
}
header.filled {
    background: #000;
}
/* Header */

/* Footer */
footer .section-list {
    border-top: #fff 1.1px solid;
    border-bottom: #fff 1.1px solid;
}
/* Footer */

/* Modal */
.modal-content {
    border-radius: 25px;
}
.modal-content .logo {
    height: 50px;
    max-width: 100% !important;
}
/* Modal */

/* Aside */
.aside {
    z-index: 3;
}
.aside .nav-pills {
    
}
.aside .nav-pills .nav-link {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    line-height: 31px!important;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    padding-top: 8px;
    color: #333;
}
.aside .nav-pills .nav-link.active, 
.aside .nav-pills .show >.nav-link {
    background: none;
    border: 2px solid var(--primary);
    border-radius: 50%;
    color: var(--primary);
}
/* Aside */

/* Forms */
.form-control {
    border-radius: 25px;
}
/* Forms */

/* Profile */
.profile-card {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}
.profile-card > img.photo {
    width: 100%;
    height: auto;
    max-width: 350px;
}
.profile-card > .badge {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 8px;
    padding: 3px 5px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}
.profile-card > .badge.elite {
    background: var(--primary);
}
.profile-card > .badge.diamond {
    background: #000;
}
.profile-card > .info {
    position: absolute;
    bottom: 8px;
    left: 8px;
    color: #fff;
}
.profile-card > .info > .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
}
.profile-card > .info > img.verified {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
}
.online {
    display: none;
    vertical-align: middle;
    height: 18px;
}
.profile-card > .info > .details {
    font-size: 16px;
}
.profile-card.blocked:after {
    content: url('/assets/img/usuario_blockead.png');
    position: absolute;
}

.profile-list {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    max-height: 200px;
    display: flex;
}
.profile-list > img.photo {
    width: auto;
    height: 100%;
    max-height: 200px;
}
.profile-list > .badge {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 8px;
    padding: 3px 5px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}
.profile-list > .badge.elite {
    background: var(--primary);
}
.profile-list > .badge.diamond {
    background: #000;
}
.profile-list > .info {
    flex: 1;
    color: #222;
    background: #fff;
}
.profile-list > .info .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.profile-list > .info img.verified {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
}
.online {
    display: none;
    vertical-align: middle;
    height: 18px;
}
.profile-list > .info .details {
    font-size: 16px;
}
/* Profile */

/* Steps */
ul.steps-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    counter-reset: csteps;
}
ul.steps-bullets li:before {
    position: absolute;
    display: block;
    background-color: var(--gray);
    color: #1c1a1b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 17px;
    padding-top: 6.5px;
    text-align: center;
    z-index: 2;
    counter-increment: csteps;
    content: counter(csteps);
    right: 0;
}
ul.steps-bullets li {
    position: relative;
    min-width: 30px;
    min-height: 30px;
    flex-grow: 1;
}
ul.steps-bullets li:first-child {
    flex-grow: 0;
}
ul.steps-bullets li:not(:first-child):after {
    position: absolute;
    content: "";
    background-color: var(--gray);
    height: 4px;
    width: calc(100% - 30px - 10px);
    top: calc((30px - 4px) / 2);
    left: 5px;
    z-index: 1;
}
ul.steps-bullets li.completed:before,
ul.steps-bullets li.active:before {
    background-color: var(--tertiary);
    color: #fff;
}
ul.steps-bullets li.completed:after,
ul.steps-bullets li.active:after {
    background-color: var(--tertiary);
}

.steps {
    
}
.steps .step {
    display: none;
}
.steps .step.active {
    display: block;
}
/* Steps */

/* Page content */
#page-content {
    position: relative;
}

#page-content .header-chat{
    position: relative;
    top: 10px;
    right: 10px;
    z-index: 1000;
    height:50px;
    line-height: 19px;
    font-size: 25px;
    text-align: center;
    padding-top: 2px;
    color: var(--primary);
    z-index:100;
    opacity: .9;
    border-radius: 5px;
    border-bottom:1px solid #f2f2f2;
    background-color:#fff;
    margin-bottom:5px;
}

/**
#page-content .content-grid{
    position: relative;
    top: 10px;
    right: 10px;
    z-index: 1000;
    height:50px;
    line-height: 19px;
    font-size: 25px;
    text-align: center;
    padding-top: 2px;
    color: var(--primary);
    z-index:100;
    opacity: .9;
    border-radius: 5px;
    border-bottom:1px solid #f2f2f2;
    margin-bottom:5px;
}
**/

.filter-select{
    /*
    top: -3px;
    width:250px;
    z-index: 1000;
    text-align: center;
    color: var(--primary);
    z-index:100;
    color:#333;
    background-color:#fff;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    */
    color:#333;
    background-color:#fff;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.fa-th-large {
   /* top: -4px;
    z-index: 1000;
    font-size: 20px;
    text-align: center;
    padding-top: 2px;
    color: var(--primary);
    z-index:100;
    background-color:#fff;
    border-radius:10px;
    padding:8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}


.fa-list {
    /*top: -4px;
    z-index: 1000;
    font-size: 20px;
    text-align: center;
    padding-top: 2px;
    color: var(--primary);
    border-color: var(--primary);
    border-radius:100%;
    z-index:100;
    background-color:#fff;
    border-radius:10px;
    padding:8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}


#page-content .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    height: 45px;
    width: 45px;
    line-height: 19px;
    font-size: 25px;
    text-align: center;
    padding-top: 2px;
    color: var(--primary);
    border-color: var(--primary);
    border-radius:100%;
    z-index:100;
}

#page-content .btn-menu {
    position: absolute;
    top: 10px;
    right: 63px;
    z-index: 1000;
    height: 45px;
    line-height: 19px;
    font-size: 25px;
    text-align: center;
    padding-top: 2px;
    color: var(--primary);
    z-index:100;
}

#page-content .btn-close:hover {
    color: var(--primary);
    border-color: var(--primary);
    transform: scale(0.7);
    cursor: pointer;
}

#page-content .btn-menu:hover {
    color: var(--primary);
    border-color: var(--primary);
    cursor:pointer;
}
/* Page content */

/* Profile */
#vProfile {
    
}

/* carousel */
#vProfile .carousel {
    
}
#vProfile .carousel .carousel-item {
    height: 300px;
    text-align: center;
}
#vProfile .carousel.lightbox .carousel-item {
    height: 90vh;
}
#vProfile .carousel .carousel-item > img.photo {
    position: relative;
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
#vProfile .carousel .carousel-item > .private {
    background: var(--primary-transparent);
    color: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
#vProfile .carousel .carousel-item > .private > img {
    height: 20%;
    margin-top: 20%;
}
#vProfile .carousel .carousel-item > .private > p {
    margin-top: 10px;
}
#vProfile .carousel .carousel-item > .private > btn {
    
}

#vProfile .photo-list {
    
}
#vProfile .photo-list > .photo-list-item {
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}
#vProfile .photo-list > .photo-list-item > img {
    height: 100%;
    cursor: pointer;
}
#vProfile .photo-list > .photo-list-item > .private {
    background: var(--primary-transparent);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 200px;
    width: 133px;
    color: #fff;
}
#vProfile .photo-list > .photo-list-item > .private > img {
    width: 50px;
    margin-bottom: 10px;
}

/* Info */
#vProfile .info {
    font-size: .9rem;
    line-height: .9rem;
}
#vProfile .info .name {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0;
}
#vProfile .info .verified {
    display: inline-block;
    vertical-align: middle;
    height: 1rem;
}
#vProfile .info .heart {
    height: 1rem;
    cursor: pointer;
}
#vProfile .info .descrip {
    
}

#vProfile .info .resume {
    color: var(--text-muted);
}
#vProfile .info .resume > .age {
    display: inline-block;
    vertical-align: middle;
}
#vProfile .info .resume > .location {
    display: inline-block;
    vertical-align: middle;
}
#vProfile .info .resume > .badge {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    border-radius: 10px;
    font-size: .8rem;
    margin-left: 5px;
    font-weight: normal;
}
#vProfile .info .resume > .badge.free {
    display: none;
}
#vProfile .info .resume > .badge.diamond {
    background: #000;
    color: #fff;
}
#vProfile .info .resume > .badge.elite {
    background: var(--primary);
    color: #fff;
}

#vProfile .info .details {
    background-color: var(--gray);
    border-radius: 15px;
}
#vProfile .info .details > .row {
    margin-bottom: 6px;
}

#vProfile .info .interests {
    
}
#vProfile .info .interests > .interest {
    display: inline-block;
    padding: 5px 10px;
    background: var(--primary);
    border-radius: 15px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}

#vProfile .info h4 {
    font-size: 1.1rem;
    color: #333;
}
#vProfile .info p {
    font-size: .9rem;
    color: var(--text-muted);
    font-weight: normal;
}

#vProfile .private-access p {
    font-size: .85rem;
    margin-bottom: 5px;
}
/* Profile */

/* Chat */
.chat-conversations {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chat-conversations > li {
    margin: 0;
    border-bottom: 1px solid var(--gray);
}
.chat-conversations > li:last-child {
    border-bottom: none;
}
.chat-conversations > li.conversation {
    cursor: pointer;
}
.chat-conversations > li.conversation:hover {
    background: var(--gray);
}
.chat-conversations > li.conversation img.photo {
    width: 100%;
    height: 100%;
}
.chat-conversations > li.conversation span.name {
    display: block;
    color: #333;
    font-size: 15px;
}
.chat-conversations > li.conversation span.message {
    display: block;
    color: #818181;
    font-size: 14px;
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chat {
    height: 100vh;
    background: #fff;
    border-left: 1px solid var(--gray);
}
.chat .header {
    
}
.chat .body {
    height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: space-between;
}
.chat .body .typing {
    flex-grow: 1;
}
.chat .body ul.messages {
    flex-grow: 2;
    padding: 10px;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    height: 100%;
}
.chat .body ul.messages > li.bubble {
    padding-right: 20%;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.chat .body ul.messages > li.bubble > span.bubble {
    display: block;
    max-width: 100%;
    background: var(--gray);
    color: #909090;
    padding: 10px;
    border-radius: 25px;
    text-align: left;
    word-wrap: break-word;
}
.chat .body ul.messages > li.bubble.me {
    padding-right: 0%;
    padding-left: 20%;
    justify-content: flex-end;
}
.chat .body ul.messages > li.bubble.me > span.bubble {
    background: var(--primary-light);
    color: #fff;
    word-wrap: break-word;
}

.chat .body ul.messages > li.bubble > span.date {
    color: #909090;
    font-size:8px;
    display: flex;
    max-width: 100%;
    padding-left: 10px;
    text-align: left;
    width: 100%;
    align-items: center;
}
.chat .body ul.messages > li.bubble.me > span.date {
    justify-content: flex-end;
    padding-right: 10px;
}
.chat .body ul.messages > li.bubble > span.date i {
   display: none;
}
.chat .body ul.messages > li.bubble.me > span.date > i {
   display: inline-block;
   margin-right: 3px;
}

.chat .footer {
    height: 76px;
}
.chat .footer .btn {
    background: none;
    border: none;
    padding: 5px;
}
.chat .footer .btn > img {
    height: 20px;
}

.chat-gifs {
    position: absolute;
    bottom: 0;
    margin-bottom: 66px;
    width: 95%;
}
.chat-gifs > .loader {
    position: absolute;
    z-index: 10;
}
.chat-gifs > ul.gifs {
    list-style: none;
    height: 280px;
    overflow-y: auto;
}
.chat-gifs > ul.gifs > li {
    display: inline-block;
    width: 48%;
    margin-bottom: 2%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.chat-gifs > ul.gifs > li:nth-child(even) {
    margin-left: 2%;
}
.chat-gifs > ul.gifs > li > img {
    
}
/* Chat */

/* Photos */
ul.photos-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.photos-list > li {
    display: inline-block;
    width: 150px;
    height: 225px;
    overflow: hidden;
    border-radius: 10px;
}
ul.photos-list > li > img {
    width: auto;
    height: 100%;
}
ul.photos-list > li.new {
    border: 4px solid var(--primary);
    position: relative;
    cursor: pointer;
}
ul.photos-list > li.new:after {
    position: absolute;
    content: "\2b";
    font: var(--fa-font-solid);
    color: var(--primary) !important;
    font-size: 2rem;
    top: 50%;
    right: 50%;
    line-height: 2rem;
    margin-top: -1rem;
    margin-right: -1rem
}
ul.photos-list > li.edit {
    position: relative;
    cursor: pointer;
    border: 4px solid transparent;
}
ul.photos-list > li.edit:hover {
    border: 4px solid var(--primary);
}
ul.photos-list > li.edit:after {
    position: absolute;
    content: "\f303";
    font: var(--fa-font-solid);
    color: var(--primary) !important;
    font-size: 2rem;
    top: 50%;
    right: 50%;
    line-height: 2rem;
    margin-top: -1rem;
    margin-right: -1rem;
    opacity: 0;
}
ul.photos-list > li.edit:hover:after {
    opacity: 1;
}
ul.photos-list > li.delete {
    position: relative;
    cursor: pointer;
    border: 4px solid transparent;
}
ul.photos-list > li.delete:after {
    position: absolute;
    content: "\f1f8";
    font: var(--fa-font-solid);
    color: var(--primary) !important;
    font-size: 2rem;
    top: 50%;
    right: 50%;
    line-height: 2rem;
    margin-top: -1rem;
    margin-right: -1rem;
    opacity: 0;
}
ul.photos-list > li.delete:hover:after {
    opacity: 1;
}
/* Photos */


.btnChatSend{
    padding:5px 17px!important;
    color:#c72c4d;
    border:2px solid #c72c4d!important;
    display: flex;
    align-items: center;
}

.counter-photos{
    display: inline-block;
    vertical-align: middle;
    color: var(--text-muted);
    margin: 0px !important;
}

.user-header p{
    display: grid;
    font-size: 25px;
}

.user-header p small{
    font-size: 13px;
}

.user-header img {
    width: 150px;
    height: 150px;
    border-radius: 80% !important;
    object-fit: cover;
}


/**FAQS**/
.faq-search-wrap {
    padding: 50px 0 60px;
}

.faq-search-wrap .form-group .form-control,
.faq-search-wrap .form-group .dd-handle {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.card-header{
    background-color: #f8f8f8!important;
}



.card-body{
    background-color: #f8f8f8;
}

.card{
    background-color: #f8f8f8;
}


.faq-search-wrap .form-group .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text {
    background: transparent;
    border: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text .feather-icon > svg {
    height: 18px;
    width: 18px;
}
.bg-teal-light-3 {
    background-color: #7fcdc1 !important;
}

.hk-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 576px){
    .mt-sm-60 {
        margin-top: 60px !important;
    }
}
.mt-30 {
    margin-top: 30px !important;
}

.list-group-item.active {
    background-color: var(--primary);
    border-color: var(--primary);
}
.accordion .card .card-header.activestate {
    border-width: 1px;
}
.accordion .card .card-header {
    padding: 0;
    border-width: 0;
}
.card.card-lg .card-header, .card.card-lg .card-footer {
    padding: .9rem 1.5rem;
}
.accordion>.card .card-header {
    margin-bottom: -1px;
}
.card .card-header {
    background: transparent;
    border: none;
}
.accordion.accordion-type-2 .card .card-header > a.collapsed {
    color: #324148;
}
.accordion .card:first-of-type .card-header:first-child > a {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.accordion.accordion-type-2 .card .card-header > a {
    background: transparent;
    color: var(--primary);
    padding-left: 50px;
}
.accordion .card .card-header > a.collapsed {
    color: #324148;
    background: transparent;
}
.accordion .card .card-header > a {
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.badge.badge-pill {
    border-radius: 50px;
}
.badge.badge-light {
    background: #eaecec;
    color: #324148;
}
.badge {
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 72%;
    letter-spacing: 0.3px; 
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}
.ml-15 {
    margin-left: 15px !important;
}

.accordion.accordion-type-2 .card .card-header > a.collapsed:after {
    content: "\f158";
}

.accordion.accordion-type-2 .card .card-header > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 'Ionicons';
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    position: absolute;
    content: "\f176";
    font-size: 21px;
    top: 15px;
    left: 20px;
}

.mr-15 {
    margin-right: 15px !important;
}

.verificated-btn {
    height: 35px;
    width: 237px;
    font-size: 11.8px;
}

.verificated-btn:hover {
    color: var(--primary);
}

.bost{
    border-radius:10px!important;
    padding:20px!important;
}


/* Verify */

.verification {
    background-color: var(--primary);
    width: 200px;
}

/**NOTIFICATIONS**/

.nav-item{
    position:relative;
}

.notification-amount {
    opacity: 100;
    position: absolute;
    top: 0;
    right: 0;
    left:25px;
    width: 25px;
    height: 25px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Copse", serif;
    font-size: 12px;
    background-color: var(--primary);
    border-radius: 100%;
}

.notification-amount span {
  position: relative;
}

.notification-amount a {
  color:#ffffff;
}

.notification-amount::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f72918;
  border-radius: 50%;
  z-index: 0;
  transform: scale(0);
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/**bank-card**/
.bank-card{
    height:180px;
}

.pm-visa {
      background-image: url("/assets/img/pm/visaWeb.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
}

.pm-mastercard {
      background-image: url("/assets/img/pm/mastercard_web.png");
      color: #fff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
}

.pm-american_express {
      background-image: url("/assets/img/pm/amex.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
}

.number-card {
    top: 110px;
    position: absolute;
}

.date-card {
    top: 152px;
    position: absolute;
}

.name-card {
    top: 128px;
    position: absolute;
}

.upgrade-icon {
    transform: rotate(224deg);
}

.boost{

}

.btn-boost-counter {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    background-image: url("/assets/img/heart_bost.gif"); 
    background-position: center 25%; 
    background-size: cover; 
    position: absolute;
    top: 2px;
    font-weight:bold;
    font-size: 12px;
    line-height: 40px;
    left: -16px;
}

.btn-boost-counter.active{
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    color: transparent;
    padding: 0;
    background-image: url("/assets/img/heart_active.gif"); 
    background-position: center 25%; 
    background-size: cover; 
    position: absolute;
    top: 2px;
    font-weight:bold;
    font-size: 12px;
    line-height: 40px;
    left: -16px;
}

.social-network a {
    font-size: 2rem;
}

.nav-pills .nav-item a.active{
    background-color: var(--primary)!important;
    color:#fff;
}

.nav-pills .nav-item a.visited{
    background-color: var(--primary)!important;
    border-radius:0px!important;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 22em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display:none;
}


/* Transparent Overlay */
.loading:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background: radial-gradient(rgba(20, 20, 20,.95), rgba(0, 0, 0, .95));
}

.loading img{
    z-index:1000!important;
    position:relative;
}

/**BLOCK**/
.people-nearby .nearby-user{
  padding: 20px 0;
  border-top: 1px solid #f1f2f2;
  border-bottom: 1px solid #f1f2f2;
  margin-bottom: 20px;
}

img.profile-photo-lg{
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

