/* GENERAL */

.password-toggle {
    position: relative;
}

.toggle-eye {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.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 */

.content-table {
    height: 500px;
    overflow-y: auto;
}
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: 3vw;
    padding-left: 3vw;
}


/* 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;
}

.fd-info {
    background-color: #1c3c6d !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,
.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 {
    color: #fff;
    background: #f6f6f6!important;
} */

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
    border-left-color: #fed88f !important;
    color: white;
    background: #1c3c6d !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: white;
}

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;
}

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*/