﻿
@font-face {
    font-family: 'awb-icons'; /* Nombre de la fuente */
    src: url('../fonts/awb-icons.woff') format('woff'); /* Ruta relativa al archivo de fuente */
    font-weight: normal;
    font-style: normal;
}

.session-dependant-content{
    display:none
}

.session-dependant-content-by-opacity {
    opacity: 0;
}

.btn-small {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/* Personalizacion del jsTree */
.jstree-search {
    font-style: inherit !important;
    color: black !important;
    font-weight: inherit !important;
}
#menu_partner_store {
    padding-bottom: 8px;
}

.arrow-up::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="super_svg_active"><path d="m18 15-6-6-6 6"/></svg>');
    display: inline-block;
    width: 24px; /* Ancho del SVG */
    height: 24px; /* Alto del SVG */
    margin-top: 5px;
    filter: invert(32%) sepia(35%) saturate(313%) hue-rotate(175deg) brightness(93%) contrast(95%);
}

.arrow-down::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="super_svg_active"><path d="m6 9 6 6 6-6"/></svg>');
    display: inline-block;
    width: 24px; /* Ancho del SVG */
    height: 24px; /* Alto del SVG */
    margin-top: 5px;
    filter: invert(32%) sepia(35%) saturate(313%) hue-rotate(175deg) brightness(93%) contrast(95%);
}

.icon_gray {
    color: #4d4d4f;
}
.icon_white {
    color: #fff;
}

.admin_svg_active,
.partner_svg_active,
.store_svg_active,
.teller_svg_active,
.super_svg_active {
    width: 24px;
    height: 24px;
    color: #4d4d4f;
}
.admin_svg_inactive,
.partner_svg_inactive,
.store_svg_inactive,
.teller_svg_inactive,
.super_svg_inactive {
    width: 24px;
    height: 24px;
    color: #FF0000;
}

.terminal_svg_normal {
    width: 24px;
    height: 24px;
    color: #4d4d4f;
}

.terminal_svg_red {
    width: 24px;
    height: 24px;
    color: #FF0000;
}

.terminal_svg_yellow {
    width: 24px;
    height: 24px;
    color: #FFAB0F;
}

.label_pending {
    color:#FFAB0F;
}
.label_active{
    color:#00BA0F;
}
.label_revoked{
    color:#FF0000;
}

.close-icon {
    position: relative;
    display: block;
    position: relative;
    z-index: 1;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    color: black;
}
    .close-icon::after {
        content: "x";
        cursor: pointer;
    }

.close-icon-hide {
    display: none;
}
.close-icon-report {
    right: 40px;
}
#partnersTreeSearch {
    width : 225px;
}

.close-modal:hover {
    color:red;
    cursor:pointer;
}


 
#toTop {
    background-color: #141617;
    border-radius: 4px 4px 0 0; 
    bottom: 0;
    height: 35px;
    position: fixed;
    text-align: center;
    width: 48px;
    opacity: 0;
    z-index: 100000; 
    line-height: 1; 
    right: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white; 
}

#toTop:hover {
    background-color: transparent;
    opacity: 0.8;
    transition: opacity .4s ease-in-out,background .2s ease-in-out;
}

.submenu-content {
    display: none;
    position: absolute;
    top: 90px;
    right: 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none; 
    opacity: 0;
    min-width: 160px;
    color:black;
    transition: opacity .5s ease-in-out;
}

.submenu-content li:hover{
    background-color: #ddd;
}

.submenu:hover .submenu-content {
    display: block;
    opacity: 1;
}

[class*=" awb-icon-"], [class^=awb-icon-] {
    font-family: awb-icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fusion-social-network-icon {
    display: inline-block;
    margin:10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    box-shadow: none !important;
    line-height: 1;
}

.awb-icon-facebook:before {
    content: "\e604";
}
.awb-icon-twitter:before {
    content: "\e90b";
}
.awb-icon-instagram:before {
    content: "\ea92";
}
.awb-icon-linkedin:before {
    content: "\e60f";
}

.fusion-title{
    font-size:18px;
    margin-bottom:25px;
    line-height:24px;
}

.fusion-text-19{
    font-size:14px;
}

.fusion-row {
    max-width:1200px;
    margin:auto;
}

.fusion-mobile-nav-holder {
    width: 100%;
}

.fusion-mobile-selector {
    line-height: 31px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    height: 42px;
    background: #063e6d;
    border-color: #fff;
    color:#fff;
    text-align: left; 
}

.fusion-open-submenu {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: 0 0;
    min-width: 50px;
    border: none;
    line-height: 42px;
    text-align: center;
    right: 0;
    height: 100%;
}


    .fusion-open-submenu:before {
        display: block;
        margin: 0;
        content: "\e61f";
        font-family: awb-icons;
        height: 100%;
    }

.fusion-mobile-selector span {
    margin-right: 12px;
}

.fusion-selector-down {
    line-height: calc(42px - 2px);
    height: calc(42px - 2px);
    border-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    position: absolute; 
    width: 50px;
    font-size: 24px;
    font-style: normal;
    text-align: center;
}

.fusion-selector-down:before {
    content: "\f0c9";
    font-family: awb-icons;
    color:#fff;
}

.fusion-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.fusion-mobile-nav-item a {
    color: #fff;
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    font-weight: 500;
}

.fusion-mobile-nav-item{ 
    border-bottom: 1px solid #fff; 
    box-sizing: border-box;
}

.fusion-mobile-nav-item:active{
    background-color: white;
    color: black !important;
}


.fusion-mobile-nav-item:active a {
    background-color: white;
    color: black;
}

#btn-language-selector:active,
#btn-language-selector:active #fusion-mobile-lang-selector-down {
    background-color: white;
    color: black;
}

/*.fusion-mobile-nav-item.menu-item {
    color: #fff;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding-left: 12px;
    font-weight: 500;
}*/

/* Estilos adicionales para mejorar la visualización */
.table-responsive {
    overflow-x: auto;
}

.table {
    width: 100%;
    table-layout: auto;
}

.text-break {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 0;
}

/* Media queries para ajustar el diseño en dispositivos pequeños */
@media (max-width: 768px) {
    .table th, .table td {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .table th, .table td {
        font-size: 0.8rem;
        padding: 0.3rem;
    }
}