.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}
.custom-card {
    border: 1px solid #ced4da;
}
.customizer-action svg{
    width: 23px !important;
    color: #ffffff !important;
}
.active-mode{
    border: solid 2px #000000 !important;
}
.property-img{
    max-width: 507px;
    max-height: 286px;
}
.text-justify{
    text-align: justify;
}
.custom .media{
    padding: 10px !important;
}
.user-avatar{
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}
.blgcomment-list li .media img{
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}
.codex-sidebar .logo-gridwrap{
    padding: 0px 16px !important;
}

.setting-logo{
    width:300px !important;;
}

.landing-logo{
    width: 150px !important;
}
.lan-footer .codex-brand{
    margin-block-end: 0px !important;
}
.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}
.invoice-logo{
    width: 250px;
}

.codex-calendar .events-list li{
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}
.codex-calendar .events-list{
    overflow: auto;
    height: 863px;
}
.landing_logo{
    filter: drop-shadow(2px 3px 7px #011C4B);
}
.head-invoice img{
    width: 250px;
}
.cdx-invoice .body-invoice .table tr td{
    padding: 10px 10px !important;
}
.codex-brand img{
    max-width: 300px;
}
.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}
.color-back{
    background-color: #fff;
}
.rounded-button {
    display: inline-block; /* Permite ajustar el tamaño y el margen */
    padding: 10px 20px; /* Espaciado interno del botón */
    color: #fff !important; /* Color del texto */
    background-color: #ff4c4c; /* Color de fondo */
    border-radius: 25px; /* Bordes redondeados */
    text-decoration: none; /* Elimina el subrayado del enlace */
    transition: background-color 0.3s; /* Efecto suave al cambiar de color */
}

.rounded-button:hover {
    background-color: #ff7878; /* Color más claro en hover */
}

/* Fondo */
.intro::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.intro .container {
    position: relative;
    z-index: 2; /* El contenido sobre el fondo */
}

.intro-contain {
    color: #fff; /* Color del texto para mayor contraste */
    position: relative;
    z-index: 2; /* Sobre el fondo oscuro */
    padding: 20px;
    text-align: left;
}

.intro-contain h1 {
    margin-bottom: 20px;
}

.intro-contain p {
    margin-bottom: 20px;
}

.intro-contain .btn-primary {
    margin-top: 20px;
}

/* Imagen de la izquierda */
.landing_dash img {
    max-width: 100%;
    height: auto;
    z-index: 3; /* Encima del fondo */
    padding-block-start: 150px;
}

/* Responsivo: Alinear la imagen y el texto verticalmente en pantallas pequeñas */
@media (max-width: 992px) {
    .intro .row {
        flex-direction: column;
        text-align: center;
    }

    .intro-contain {
        padding: 30px 0;
    }
}


@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}
.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}


.select2-container .select2-selection--single {
    height: 43px !important;
    border-color: #e5e5e5;
}
.select2-container .select2-selection--multiple{
    min-height: 43px !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #e5e5e5;
}
.logo-gridwrap a img{
    max-width: 180px;
    padding-bottom: 1rem;
}
/*Product card */ 
.products-container .product-item .card-body .title-product a {
    --tb-text-opacity: 1;
    color: rgb(126, 109, 255);
    font-size: 1.2rem;
}
.products-container .product-item .card-body .card-title {
    margin-top: 2rem;
}
.products-container .product-item .card-body .badge-product .b-left {
    position: relative; 
    display: inline-block; 
    padding: 6px 20px 6px 20px; 
    border-radius: 4px; 
    background-color: #d9e7ff; 
    font-size: 14px; 
    font-weight: 700; 
    color: rgb(78, 149, 255);
}
.products-container .product-item .card-body .badge-product .b-right {
    position: relative; 
    display: inline-block; 
    padding: 6px 20px 6px 20px; 
    border-radius: 4px; 
    background-color: #ffd9d9; 
    font-size: 14px; 
    font-weight: 700; 
    color: rgb(255, 78, 78);
}
.products-container .product-item .card-body .price-product {
    font-size: 1.5rem;
    color: rgb(75, 147, 255);
    margin-bottom: .5rem;
    margin-top: 1rem;
}
.products-container .product-item .card-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.auth-main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background:
rgb(255, 255, 255) !important;
  opacity: 0.6!important;
}
.codex-authbox .auth-header .codex-brand img {
  width: 150px;
  padding-bottom: 3rem;
}