body {
    font-family: 'Manrope', sans-serif !important;
    background-color: #FDFBFC !important;
}

.app-header {
    background-color: #FDFBFC !important;
}

.app-main {
    background-color: #FDFBFC !important;
}

#kt_app_sidebar {
    background-color: #FDFBFC !important;
    border-right: 1px solid #DBDBE5 !important;
}

.app-sidebar-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
    display: none !important;
}

.gomermedi-img {
    width: 189px;
    height: 56px;
}

.section-menu {
    margin-left: 36px;
    color: #8F97AC;
    font-size: 12px;
    font-weight: 600;
}

.icono-sidebar {
    width: 22px;
    height: 22px;
}

.menu-item {
    margin-left: 18px !important;
}

.menu-seleccionado {
    background-color: #FFF5E2;
    border-radius: 5px;
    width: 85%;
}

.menu-title {
    color: black !important;
    padding-left: 12px;
}

.logo-user {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.hello {
    color: #8F97AC;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 1px !important;
}

.nombre-usuario {
    color: #424C67;
    font-size: 12px;
    margin-bottom: 0 !important;
}

.logo-bottom {
    border-bottom: 1px solid #D6DAE5 !important;
}

.campana {
    width: 24px;
}

.num-notificaciones {
    width: 16px;
    height: 16px;
    position: relative;
    text-align: center;
    font-size: 11px;
    right: 25px;
    bottom: 8px;
}

.alert-importante {
    background: #FFF5E2 0% 0% no-repeat padding-box;
    border: 1px solid #FFAA00;
    border-radius: 8px;
    color: #424C67;
    font-size: 14px;
    font-weight: 600;
}

.menu-item .menu-link {
    padding: 0.59rem 1rem;
}

/* MERGE un único CSS */
.title {
    margin: 30px 0 0px 24px;
    color: #424C67;
    font-size: 18px;
    font-weight: bold;
}

.tarifas {
    width: 97.5% !important;
}

.card-filtros {
    display: flex;
    align-items: center;
    margin: 24px 24px 0 24px;
    border: 1px solid #D6DAE5;
    border-radius: 6px;
    height: 60px;
    margin-top: 26px !important;
    margin-bottom: 21px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

input:focus-visible,
select:focus-visible {
    outline: none;
}

.buscar-nombre {
    border: none;
    width: 27%;
    padding-left: 2%;
    padding-right: 10px;
    border-right: 2px solid #D6DAE5;
}

.buscar-nombre::placeholder {
    color: #8F97AC;
}

.icono {
    padding-left: 2%;
}

.buscar-select-border {
    border: none;
    width: 29%;
    padding-left: 1%;
    border-right: 2px solid #D6DAE5;
    background: transparent;
}

.buscar-select {
    border: none;
    width: 29%;
    padding-left: 1%;
    background: transparent;
}

.div-boton-buscar {
    width: 15%;
    display: flex;
    justify-content: center;
}

.boton-buscar {
    background: #408EF7 0% 0% no-repeat padding-box;
    border-radius: 6px;
    width: 79px;
    height: 36px;
    color: #FFFFFF;
    border: none;
    font-size: 14px;
    margin-left: 3%;
}

.table-tarifas {
    margin: 0 24px;
    overflow-x: auto;
    width: 95% !important;
}

/* .table{
    table-layout: fixed;
} */

.table-border {
    border-bottom: 1px solid #D6DAE5 !important;
}

/* .table-border>td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
} */

.cabecera>th {
    color: #424C67 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}

.texto-tabla>td {
    color: #424C67 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Gestion */
.enlace {
    border: none;
    background: transparent;
    color: #FFFFFF;
    font-size: 14px;
}

.boton-enlace {
    background: #408EF7 0% 0% no-repeat padding-box;
    border-radius: 6px;
    width: 96px;
    height: 36px;
}

.card-filtros-gestion {
    display: flex;
    align-items: center;
    border: 1px solid #D6DAE5;
    border-radius: 6px;
    height: 60px;
    margin-top: 26px !important;
    padding-left: 0 !important;
    background-color: white;
}

.fondo-lapiz {
    padding: 5px;
    background: #FFF5E2 0% 0% no-repeat padding-box;
    border-radius: 6px;
    width: 30px;
}

.lapiz {
    cursor: pointer;
}

td {
    vertical-align: middle;
}

.boton-delete {
    width: 30px;
    height: 30px;
    border: none;
    background: #FFF5F8 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 0;
}

/* Nueva tarifa */

.main-title {
    border-bottom: 1px solid #D6DAE5;
    display: flex;
    justify-content: space-between;
    padding: 15px 24px;
}

.title-new-tarifa {
    color: #424C67;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.buttons {
    display: flex;
    gap: 12px;
}

.reset-seguro {
    background: #EAEEF7 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 11px 16px;
    font-size: 14px;
}

.enviar-seguro {
    background: #408EF7 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 11px 16px;
    color: white;
    font-size: 14px;
}

.campos-tarifa {
    padding: 35px 24px !important;
}

.campo {
    display: flex;
    flex-direction: column;
}

label {
    color: #424C67;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.input-tarifa,
.select-tarifa {
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6DAE5;
    border-radius: 6px;
    padding: 13px 15px;
    width: 100%;
}
.textarea-tarifa {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6DAE5;
    border-radius: 6px;
    padding: 13px 15px;
    width: 100%;
}

.input-tarifa::placeholder {
    color: #8F97AC
}

.icono-input {
    position: relative;
    bottom: 32%;
    left: 92%;
    width: 10px;
}

/* Ocultar flechas de los campos number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: none;
    -moz-appearance: textfield;
}

input[type=file]::file-selector-button {
    background: #408EF7 0% 0% no-repeat padding-box;
    border-radius: 6px;
    height: 36px;
    color: #FFFFFF;
    border: none;
    font-size: 14px;
    margin-left: 3%;
    cursor: pointer;
  }
