:root {
    --verde-disenium: #3ee609;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-primary: #6571ff;
    --bs-secondary: #7987a1;
    --bs-success: #05a34a;
    --bs-info: #66d1d1;
    --bs-warning: #fbbc06;
    --bs-danger: #f36;
}

/* GENERAL */

.breadcrumb.custom {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    padding-top: 5px;
}

html a:hover {
    color: black !important;
    text-decoration: none !important;
}

/* botones */

.page-link:focus {
    outline: none !important;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1) !important;
}

/* fin botones */

/* Texto */

html * {
    font-weight: 500;
    color: #7e8299;
}

body > div {
    background-color: #f3f6f9 !important;
}

/* Datatable */

table .badge {
    text-transform: uppercase;
    font-size: 10px;
}

table .badge-cumple {
    text-transform: uppercase;
    font-size: 14px;
}

table.dataTable.no-footer {
    border: none !important;
}

.dataTables_wrapper > div.row:first-child {
    margin-bottom: 35px;
    font-size: 14px;
}

.dataTables_wrapper > div.row:last-child {
    margin-top: 35px;
    font-size: 14px;
}

div#DataTables_Table_0_info {
    font-weight: normal;
    color: #7987a1;
}

#DataTables_Table_0_wrapper .editar .icono {
    font-size: 12px;
    color: black !important;
}

#DataTables_Table_0_wrapper .hora_uso.text-muted,
#DataTables_Table_0_wrapper .hora.text-muted {
    font-size: 12px;
    color: #bec0c3 !important;
}

.icono-cumple {
    font-size: 14px;
    font-weight: 600 !important;
}

table.dataTable td,
table.dataTable th {
    border: none !important;
}

table.dataTable tbody td {
    border-top: 1px solid #dee2e6 !important;
}

table.dataTable thead th {
    text-transform: uppercase !important;
    border-top: none !important;
    border-bottom: none !important;
    font-size: 14px;
    color: #181c32;
    font-weight: 600 !important;
}

table.dataTable tbody td {
    font-size: 14px;
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
}

tbody tr {
    height: 55px;
}

table.dataTable thead td {
    border-bottom: 1px solid #dee2e6 !important;
}

.table-bordered td,
.table-bordered th {
    border-right: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none !important;
}

#acr33_datatable_wrapper .dataTables_length select {
    width: 100px;
    padding: 5px 10px;
    border-color: #e5e7eb;
}

#acr33_datatable_wrapper input[type="search"] {
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
}

#acr33_datatable_wrapper input[type="search"]:focus {
    border: 1px solid #e1e3eaa6;
    background-color: #e1e3eaa6;
    outline: none;
    box-shadow: none;
}

.dataTables_wrapper > div:first-child > div:first-child {
    display: flex;
    align-items: center;
}

.ico_box_form {
    position: relative;
}

.ico_box_form .icono {
    position: absolute;
    top: 15px;
    left: 25px;
}

#acr33_datatable_wrapper .ico_box_form input[type="search"] {
    height: 45px;
    border-radius: 5px;
    padding-left: 50px;
}

.ico_box_form select {
    border: 1px solid #f9f9f9 !important;
    background-color: #f9f9f9 !important;
    height: 45px;
    border-radius: 5px !important;
    padding-left: 50px !important;
    margin-left: 0.5em;
}

.ico_box_form select option {
    background-color: white !important;
}

.ico_box_form select:focus {
    border: 1px solid #e1e3eaa6 !important;
    background-color: #e1e3eaa6 !important;
    outline: none !important;
    box-shadow: none !important;
}

.card_ppal {
    padding-right: 1vw;
    padding-left: 1vw;
}

/* fin datatable */

/* Sidebar */

.sidebar-menu {
    height: 100vh;
    overflow: auto;
}

/* fin sidebar */

html {
    overflow: hidden;
}

#main_content {
    height: calc(100vh - 65px);
    overflow: auto;
}

#header {
    min-height: 65px;
}

/* Barra scroll*/

/* width */

::-webkit-scrollbar {
    width: 15px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: rgb(31 41 55);
    border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

/* fin barra scroll */

html .page-item.active .page-link {
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    border-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

html .page-link {
    color: rgb(31 41 55 / var(--tw-bg-opacity));
    border: 1px solid rgb(31 41 55 / var(--tw-bg-opacity));
}

html .page-link:hover {
    color: black;
    border-color: black;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

/*Datatable*/

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    border: none !important;
}

.btn-tabla.btn-usado[attr-uso="0"] {
    cursor: pointer;
    font-size: 13px;
}

/*Colores de fondo*/

.fd-piscina {
    background-color: rgb(102 209 209 / 12%) !important;
}

.fd-amarillo {
    background-color: rgb(255 235 59 / 12%) !important;
}

#nuevo .fd-info {
    color: black !important;
    background-color: var(--verde-disenium) !important;
    border: 2px solid var(--verde-disenium);
}

#nuevo:hover .fd-info {
    color: black !important;
    background-color: white !important;
}

.fd-info {
    background-color: var(--verde-disenium) !important;
}

.fd-danger {
    background-color: rgb(254 74 47 / 12%) !important;
}

.fd-warning {
    background-color: rgb(255 215 0 / 12%) !important;
}

.fd-success {
    background-color: rgb(119 196 100 / 12%) !important;
}

.fd-naranja {
    background-color: rgb(255 129 44 / 12%) !important;
}

.fd-marron {
    background-color: rgb(139 47 6 /12%) !important;
}

.fd-morado {
    background-color: rgb(154 42 68 / 12%) !important;
}

.fd-grana {
    background-color: rgb(114 57 234 / 12%) !important;
}

.fd-muted {
    background-color: #eaeaea !important;
}

/* Tooltip */

.tooltip-inner {
    font-weight: 400;
    padding: 5px 15px 7px !important;
    font-size: 12px !important;
}

.tooltip {
    background: none !important;
}

/* fin tooltip */

/* color de texto */

.txt-piscina {
    color: #66d1d1;
}

.txt-info {
    color: #1c3c6d;
}

.txt-success {
    color: #77c464;
}

.txt-danger {
    color: #fe4a2f;
}

.txt-grana {
    color: #9a2a44;
}

.txt-naranja {
    color: #ff812c;
}

.txt-amarillo {
    color: #fed88f;
}

.txt-morado {
    color: #7239ea;
}

.txt-marron {
    color: #8b2f06;
}

.txt-titulo-h2 {
    color: #181c32;
}

.hover\:txt-black-bold:hover {
    color: #9c9c9c;
}

.sidebar-menu .sidebar-submenu > li > a {
    padding: 5px 5px 5px 20px !important;
}

.sidebar-menu li a {
    font-size: 14px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.sidebar-menu li a span {
    color: black;
}

.sidebar-menu,
.sidebar-submenu,
.sidebar-header {
    background-color: #ffffff !important;
}

ul.sidebar-submenu.menu-open {
    margin-bottom: 20px;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
    border-left-color: black !important;
    color: black;
    background: var(--verde-disenium) !important;
}

.sidebar-menu > li:hover > a span,
.sidebar-menu > li.active > a span,
.sidebar-menu > li:hover > a i,
.sidebar-menu > li.active > a i {
    color: black;
}

li.sidebar-header {
    border-bottom: 1px solid #f1f1f1;
}

.sidebar-menu .nav_seccion {
    color: #7987a1;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 25px 5px 5px 15px;
}

ul.sidebar-menu .icono {
    padding-right: 18px;
    font-size: 20px;
    width: 55px;
}

ul.sidebar-menu .icon-yate,
ul.sidebar-menu .icon-ship {
    padding-right: 10px;
    font-size: 30px;
}

ul.sidebar-menu i {
    font-size: 10px;
}

.sidebar-menu .sidebar-submenu > li > a > .fa {
    width: 15px !important;
}

/*******************************/

#logo {
    width: 65%;
}

#avatar {
    outline: none;
    width: 70px;
    height: 70px;
}

#avatar img {
    border-radius: 100%;
}

/*Icono con numero de notificaciones */

.icono-link {
    padding: 9px 10px 0 10px !important;
}

.icono-link .icono {
    font-size: 30px;
}

.icono-link .badge {
    position: absolute;
    top: 0;
    right: 10px;
}

/* Notificación */

.content_notify {
    width: 290px !important;
}

.content_notify .blq_h_img_txt_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.content_notify .blq_h_img_txt_info:hover {
    text-decoration: none;
}

.content_notify .blq_h_img_txt_info .figure {
    width: 40px;
    text-align: center;
}

.content_notify .blq_h_img_txt_info .figure .icono {
    font-size: 25px;
}

.content_notify .blq_h_img_txt_info .figure img {
    border-radius: 100%;
}

/* header */

.header-sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Pagina generar QR */

#codigoqr {
    padding: 20px;
    position: relative;
    background: linear-gradient(to right, black 4px, transparent 4px) 0 0,
        linear-gradient(to right, black 4px, transparent 4px) 0 100%,
        linear-gradient(to left, black 4px, transparent 4px) 100% 0,
        linear-gradient(to left, black 4px, transparent 4px) 100% 100%,
        linear-gradient(to bottom, black 4px, transparent 4px) 0 0,
        linear-gradient(to bottom, black 4px, transparent 4px) 100% 0,
        linear-gradient(to top, black 4px, transparent 4px) 0 100%,
        linear-gradient(to top, black 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    min-height: 340px;
    min-width: 340px;
}

/* Pagina ver QR */

.img_svg_qr {
    width: 30px;
}

.img_svg_qr ~ span {
    top: 12px;
    right: -13px;
    cursor: pointer;
}

/* Cliente */

#perfil_cliente .row {
    margin-bottom: 40px;
}

#perfil_cliente .card_cliente {
    min-height: 260px;
}

/* Cupones*/

.content_cupon .icono {
    font-size: 50px;
}

.content_cupon {
    width: 125px;
    text-align: center;
}

.btn-usado-cliente {
    position: absolute;
    right: 0;
    padding: 5px;
}

/* fin cupones */

/* Codigos QR*/

.content_qr {
    width: 125px;
    text-align: center;
}

.content_qr .img_svg_qr {
    width: 60px;
}

.content_qr .img_svg_qr ~ span {
    top: 35px;
}

/* fin codigos QR*/

.ico_box_form .icon-buscar {
    top: 10px !important;
    right: 10px !important;
}

#main_content .dataTables_wrapper .dataTables_length select {
    width: 70px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
}

#main_content .dataTables_wrapper .dataTables_paginate .paginate_button.current,
#main_content .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--verde-disenium) !important;
}

nav > div {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

#sidebar_menu_container {
    width: 200px;
}
#main_content {
    width: calc(100vw - 200px);
}

#main_content table th {
    font-family: "Roboto", Helvetica, sans-serif;
    border-top: 0;
    color: #7987a1;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.85rem;
}

#main_content table tbody tr:hover {
    background: #e9ecef;
}

#main_content table td span {
    color: black;
}
#main_content table td {
    font-family: "Roboto", Helvetica, sans-serif;
    border-top: 0;
    color: black;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ecef !important;
    padding: 0.85rem;
}

/* ESTADOS */
/*
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-primary: #6571ff;
--bs-secondary: #7987a1;
--bs-success: #05a34a;
--bs-info: #66d1d1;
--bs-warning: #fbbc06;
--bs-danger: #f36;
*/
.pendiente-de-facturar,
.justificación-ii-completada,
.facturado-pagado,
.facturado-sin-pagar,
.pendiente-justificación-i,
.pendiente-justificación-ii,
.sin-facturar,
.concedido,
.caducado,
.cancelado,
.activo,
.rehusado,
span.segmento1,
span.segmento2,
span.segmento3,
span.bi,
span.e-commerce,
span.g-clientes,
span.g-procesos,
span.rrss,
span.seo,
span.oficina-virtual,
span.web {
    font-size: 0.8em;
    font-weight: 600;
    color: #fff !important;
    border-radius: 0.25rem;
    display: inline-block;
    line-height: 1;
    padding: 0.35em 0.65em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.rehusado {
    background-color: black;
}
span.bi,
span.segmento1 {
    background-color: var(--bs-blue);
}
span.segmento2,
span.e-commerce {
    background-color: var(--bs-purple);
}
span.g-clientes {
    background-color: var(--bs-indigo);
}
.sin-facturar,
span.segmento3,
span.g-procesos {
    background-color: var(--bs-pink);
}
.pendiente-de-facturar {
    background-color: var(--bs-warning);
}
.facturado-sin-pagar,
.caducado,
.cancelado,
span.rrss {
    background-color: var(--bs-danger);
}
.pendiente-justificación-i,
span.seo {
    background-color: var(--bs-warning);
}
.pendiente-justificación-ii,
span.oficina-virtual {
    background-color: var(--bs-teal);
}
.concedido,
.activo,
.facturado-pagado,
.justificación-ii-completada,
span.web {
    background-color: var(--bs-success);
}
.stretch-card .card {
    min-height: 700px;
}
#main_content table th {
    max-width: 3vw;
}
[type="text"] {
    max-width: 100%;
}
