@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');


body {
    overflow-y: visible !important;
}

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    background-color: #f1f1f1 !important;
    color: #717171 !important;
}

html, body, .mdc-dialog .mdc-dialog__content, .mat-tooltip {
    font-family: 'PT Sans', sans-serif !important;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

.content {
    background-image: url(../img/imgBackWMS.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*height: 100vh;*/
    width: 100%;
    /*opacity: 1.0;
    filter: blur();*/
}

.contenido {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #e5e5e5;
    height: 100vh;
    width: 100%;
    /*filter: blur();*/
}

button:focus-visible {
    outline: none !important;
}

#mediaBody {
    height: 100vh !important;
    background-color: #f1f1f1 !important;
}

.divBody {
    padding-bottom: 50px !important;
}

.titulo {
    margin-bottom: 35px;
    letter-spacing: 2px;
    padding: 24px 55px !important;
    color: #817c77;
    background-color: #b0a9a24f;
    backdrop-filter: blur(8px);
}

.tituloMobile {
    text-align: center;
    letter-spacing: 2px;
    padding: 27px 55px 26px 55px !important;
    color: #817c77;
    background-color: #b0a9a24f;
    backdrop-filter: blur(8px); 
}

.tituloDrop {
    letter-spacing: 2px;
    font-size: 12px;
    padding: 10px 0;
    color: #645e56 !important;
    font-weight: bold;
    background-color: #c7c2be;
    border-radius: 10px 10px 0 0;
}

.dropdown-toggle.show:empty::after {
    transform: rotate(-180deg);
}

.dropdown-toggle:empty::after {
    transform: rotate(0deg);
}


/* ---------------------------------------------------------- Menu ---------------------------------------------------------- */


.iconoMenu {
    margin-bottom: 5px !important;
}

.iconoMenu::before {
    transition: 0.3s ease-in-out;
    padding: 9px;
    background-color: transparent;
    color: #e3dcd6 !important;
    font-size: 18px;
    border-radius: 50% !important;
    border: 2px solid !important;
}

.textoMenu {
    color: #e3dcd6 !important;
    margin: 0 !important;
    font-size: 12px;
    letter-spacing: 1px;
}

.btnMenu {
    width: 95px;
}

.btnMenu:hover .iconoMenu::before, .btnMenu:hover .textoMenu {
    color: #fffaf5 !important;
}

.btnMenu:hover .iconoMenu::before{
    background-color: #978e86;
    box-shadow: 0 7px 12px 1px #978e86;
}

.dropdownMenu {
    width: 190px;
    display: block;
    top: 82px;
    right: -47px;
    left: -47px;
    border: 0 !important;
    border-radius: 10px !important;
    background-color: #dbd7d4 !important;
    padding: 0 !important;
    backdrop-filter: blur(8px);
}

.dropdownMenu::before {
    content: '';
    position: absolute;
    top: -19px; /* Controla la posición vertical del pico */
    left: 96px; /* Centra el pico horizontalmente */
    margin-left: -10px; /* Ajusta según el tamaño del pico */
    border-width: 10px; /* Ajusta el tamaño del pico */
    border-style: solid;
    border-color: transparent transparent #dbd7d4 transparent; /* Ajusta el color del pico */
}

.dropUbicaciones {
    right: -13px !important;
    left: -13px !important;
}

.dropUbicaciones::before {
    left: 62px;
}

.dropdownMenu .dropdown-item {
    color: #645e56 !important;
    letter-spacing: 1px;
    padding: 10px 16px !important;
}

.dropdownMenu .dropdown-item:hover {
    border-radius: 0;
    background-color: #c6bbaf !important;
    color: #211000 !important;
}

.dropdownMenu .dropdown-item:focus {
    background-color: #ada193 !important;
    color: #211000 !important;    
}

.dropdownMenu li {
    text-align: center;    
}

.dropdownMenu > li:nth-child(2) .dropdown-item:hover, .dropdownMenu > li:nth-child(2) .dropdown-item:focus {
    border-radius: 10px 10px 0 0 !important;
}

.dropdownMenu li:last-child .dropdown-item:hover, .dropdownMenu li:last-child .dropdown-item:focus {
    border-radius: 0 0 10px 10px !important;
}

/*.dropReportes li:last-child .dropdown-item:hover, .dropReportes li:last-child .dropdown-item:focus {
    border-radius: 10px !important;
}*/

.config {
    background-color: transparent;
    color: #efe9de !important;
    border: 0 !important;
    font-size: 20px;
    padding: 2px 7px !important;
    border-radius: 50%;
}

.config.show {
    color: white !important;
}

.configMobile.show {
    color: white !important;
    box-shadow: 0 1px 10px 3px #a19a95;
    background-color: #dbd7d459 !important;
}

.configMobile.show + .dropConfig.show::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 112px;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #dbd7d4 transparent;
}

.configMobile + .dropConfig {
    border-radius: 10px !important;
    right: -16px;
    background-color: #dbd7d4 !important;
    top: 46px;
}

.config .flechaConfig {
    font-size: 15px;
    margin-left: 3px;
}

.config .flechaConfig::before {
    transition: 0.3s ease-in-out;
    height: 12px;
    font-weight: bold !important;
    transform: rotate(0deg);
}

.config.show .flechaConfig::before {
    transform: rotate(-180deg);
}

.dropConfig {
    right: 0;
    left: auto !important;
    border-radius: 10px 0 10px 10px !important;
    border: 0 !important;
    background-color: #d9d5d2 !important;
    min-width: 145px !important;
    color: #dbd7d4 !important;
}

.dropConfig .dropdown-item {
    padding: 15px 20px;
    color: #645e56 !important;
    font-size: 14px;
    cursor: pointer;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0 !important;
}

.version:hover {
    background-color: transparent !important;
}

.dropConfig li:first-child .dropdown-item:hover, .dropConfig li:first-child .dropdown-item:focus {
    border-radius: 10px 10px 0 0 !important;
}

.dropConfig .dropdown-item:hover, .dropConfig .dropdown-item:focus {
    background-color: #c4baae;
    color: #211000 !important;
}


/* ---------------------------------------------------------- Notificaciones ---------------------------------------------------------- */


.notificaciones i {
    cursor: pointer;
    color: #837b72;
    font-size: 16px;
    position: absolute;
    left: 16px;
    bottom: -29px;
    background-color: #daa1657a;
    border-radius: 50%;
    padding: 5px 9px;
    transform: rotate(26deg);
    backdrop-filter: blur(1px);
}

.ulNotificaciones {
    background-color: #ffeddb !important;
    position: absolute;
    bottom: 22px;
    right: -55px;
    width: 145px;
    border-radius: 9px !important;
}

.ulNotificaciones::before {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 124px;
    margin-left: -10px;
    border-width: 9px;
    border-style: solid;
    border-color: #ffeddb transparent transparent transparent;
}

.ulNotificaciones li {
    list-style: none;
    font-size: 12px;
    text-align: center;
    background-color: transparent;
}

.ulNotificaciones li button {
    background-color: transparent;
    border: 0;
    color: #978a7a;
}

.ulNotificaciones li button:hover {
    color: #5d5449;
}


/* ---------------------------------------------------------- Login ---------------------------------------------------------- */


#documento, #password, #nombre, #correo, #documentoM, #passwordM, #nombreM, #correoM {
    height: 70px;
    color: #eedbbe !important;
    border-radius: 12px !important;
    background-color: transparent !important;
    border: 0;
    border-bottom: 2px solid #948270 !important;
    border-left: 2px solid #948270 !important;
}

.form-floating>.form-control {
    padding-left: 25px !important;
    padding-right: 22px !important;
    padding-bottom: 0 !important;
}

.form-floating>label {
    padding: 20px 30px !important;
}

#documento:hover, #password:hover, #nombre:hover, #correo:hover, #documentoM:hover, #passwordM:hover, #nombreM:hover, #correoM:hover {
    background-color: #7a716857 !important;
}

#documento:focus, #password:focus, #nombre:focus, #correo:focus, #documentoM:focus, #passwordM:focus, #nombreM:focus, #correoM:focus {
    box-shadow: none !important;
    background-color: #7a716857 !important;
    border-bottom: 2px solid #eedbbe !important;
    border-left: 2px solid #eedbbe !important;
}

#documento:focus-visible, #password:focus-visible, #nombre:focus-visible, #correo:focus-visible, #documentoM:focus-visible, #passwordM:focus-visible, #nombreM:focus-visible, #correoM:focus-visible {
    outline: none !important;
}

.labelLogin {
    color: #eedbbe !important;
    letter-spacing: 1px;
}


/* ---------------------------------------------------------- Select paises ---------------------------------------------------------- */


.selectPaises .dropdown-toggle.show input {
    border-radius: 22px 22px 0 0 !important;
}

.selectPaises .dropdown-toggle.show + .dropdown-menu {
    border-radius: 0 0 22px 22px !important;
}

.selectPaises .dropdown-toggle input {
    padding: 10px 0 10px 60px !important;
    cursor: pointer;
    color: #39291d !important;
    border: 0 !important;
    border-radius: 22px;
    background-color: #d3c4b6 !important;
    box-shadow: none !important;
}

.selectPaises .dropdown-toggle.show .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2339291d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 11l6-6 6 6'/%3e%3c/svg%3e") !important;
    transition: ease-in-out;
}

.selectPaises .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2339291d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    -webkit-user-select: none !important; /* Para navegadores basados en WebKit */
    -moz-user-select: none !important; /* Para navegadores basados en Gecko (Firefox) */
    -ms-user-select: none !important; /* Para Internet Explorer y Microsoft Edge */
    user-select: none !important; /* Estándar */
}

.selectPaises .dropdown-menu {
    border: 0 !important;
    background-color: #d1c2b5 !important;
    transform: translate3d(0px, 44.3px, 0px) !important;
    min-width: 185px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.selectPaises .dropdown-item {
    border-radius: 0;
    cursor: pointer;
    color: #39291d !important;
    padding: 10px 0 10px 60px !important;
    background-color: transparent !important;
}

.selectPaises .dropdown-menu div:nth-child(2) {
    border-radius: 0 0 22px 22px !important;
}

.selectPaises .active {
    display: none !important;    
}

.selectPaises .dropdown-toggle::after {
    display: none !important;
}

.divChile {
    top: 33px;
    /*bottom: 107px !important;*/
    margin-left: 17px;
    position: relative;
    background-image: url('../img/chile.png');
    width: 24px;
    height: 23px;
    background-size: auto 64px;
    border-radius: 50%;
    background-position: -45px;
    background-repeat: no-repeat;
    background-color: white;
    z-index: 1;
}

.divMexico {
    top: 33px;
    /*bottom: 107px !important;*/
    margin-left: 17px;
    position: relative;
    background-image: url('../img/mexico.png');
    width: 24px;
    height: 24px;
    background-size: auto 64px;
    border-radius: 50%;
    background-position: -45px;
    background-repeat: no-repeat;
    background-color: white;
    z-index: 1;
}

.divUruguay {
    top: 33px;
    /*bottom: 107px !important;*/
    margin-left: 17px;
    position: relative;
    background-image: url(../img/uruguay.png);
    width: 24px;
    height: 24px;
    background-size: auto 64px;
    border-radius: 50%;
    background-position: -44px;
    background-repeat: no-repeat;
    background-color: white;
    z-index: 1;
}

/* Estilo para la imagen de Chile */
.selectPaises .dropdown-menu div:nth-child(1) {
    background-image: url('../img/chile.png');
    width: auto;
    background-size: auto 64px;
    background-position: -28px;
    background-repeat: no-repeat;
}

/* Estilo para la imagen de Uruguay */
.selectPaises .dropdown-menu div:nth-child(2) {
    background-image: url('../img/uruguay.png');
    width: auto;
    background-size: auto 61px;
    background-position: -26px;
    background-repeat: no-repeat;
}

/* Estilo para la imagen de México */
.selectPaises .dropdown-menu div:nth-child(3) {
    background-image: url('../img/mexico.png');
    width: auto;
    background-size: auto 64px;
    background-position: -27px;
    background-repeat: no-repeat;
}


/* ---------------------------------------------------------- Select custom ---------------------------------------------------------- */


#selectAutoMod .dropdown-toggle {
    width: 200px;
}

#selectAutoMod .custom-select {
    margin: 0 12px 0 0 !important;
}

.selectCustom .dropdown-toggle {
    width: 225px;
}

.selectCustomizar input {
    font-size: 14px !important;
    padding: 11.8px 36px 8.7px 12px !important;    
}

.selectCustomizar input:disabled {
    background-color: #e0e0e0 !important;
}

.selectCustomizar .dropdown-toggle {
    width: 200px;
}

.selectCustomizar .dropdown-menu {
    width: 199px !important;
    height: 95px !important;
}

.selectCustomizar .dropdown-item {
    font-size: 12px !important;
}

.selectCustom .dropdown-toggle.show input {
    border-radius: 0 12px 0 0 !important;
}

.selectCustom .dropdown-toggle.show + .dropdown-menu {
    border-radius: 0 0 12px 12px !important;
}

.selectCustom .dropdown-toggle input {
    padding: 8px 36px 8px 12px;
    cursor: pointer;
    color: #817c77 !important;
    border: 1px solid #c8c4bf !important;
    border-radius: 0 12px 12px 0;
    background-color: white;
    box-shadow: none !important;
}

.selectCustomDialog .dropdown-toggle input {
    padding: 8px 36px 8px 12px !important;
    cursor: pointer;
    color: #817c77 !important;
    border: 0 !important;
    border-radius: 0 12px 12px 0;
    background-color: white !important;
    box-shadow: none !important;
}

.selectCustom .dropdown-toggle.show .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23817c77' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 11l6-6 6 6'/%3e%3c/svg%3e") !important;
    transition: ease-in-out;
}

.selectCustom .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23817c77' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    -webkit-user-select: none !important; /* Para navegadores basados en WebKit */
    -moz-user-select: none !important; /* Para navegadores basados en Gecko (Firefox) */
    -ms-user-select: none !important; /* Para Internet Explorer y Microsoft Edge */
    user-select: none !important; /* Estándar */
}

.selectCustom .dropdown-menu {
    border: 0 !important;
    background-color: white !important;
    transform: translate3d(109px, 183.5px, 0) !important;
    width: 223px;
    padding: 0 !important;
    margin: 0 !important;
    position: fixed !important;
    height: 110px;
    overflow-y: scroll;
    overflow-x: hidden !important;
}

.selectCustomDialog .dropdown-toggle input {
    position: relative !important;
}

.selectCustomDialog .dropdown-menu {
    border: 0 !important;
    background-color: white !important;
    transform: none !important;
    inset: unset !important;
    width: 200px !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 114px;
    overflow-y: auto !important;
}

#selectAuto .dropdown-menu {
    transform: none !important;
    position: absolute !important;
    top: 42px !important;
    left: 1px !important;
}

.selectCustom .dropdown-item {
    border-radius: 0;
    cursor: pointer;
    color: #817c77 !important;
    padding: 7px 13px !important;
    background-color: transparent !important;
    font-size: 15px;
}

.selectCustom .active {
    display: none !important;
}

.selectCustom .dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu::-webkit-scrollbar {
    width: 5px !important;
}

.selectEstados .dropdown-toggle input {
    border-radius: 12px !important;
    padding: 10px 16px 9px 20px !important;
}

#idEstado .dropdown-toggle input {
    padding-left: 44px !important;
}

.selectEstados .dropdown-toggle.show input {
    border-radius: 12px 12px 0 0 !important;
}

.selectEstados .dropdown-menu {
    transform: none !important;
    position: absolute !important;
    left: 1px !important;
    top: 45px !important;
    height: 124px !important;
    overflow: hidden !important;
}

.selectEstados .dropdown-menu .dropdown-item {
    padding: 10px 16px 9px 20px !important;
}


/* ---------------------------------------------------------- Checks ---------------------------------------------------------- */

.form-check-input {
    cursor: pointer !important;
}

.checksProcesos .form-check-input:checked {
    background-color: #95887d !important;
    border-color: #9b9690 !important;
    box-shadow: 0 2px 7px 1px rgb(175 162 151);
}

.checksProcesos .form-check-input:focus {
    border-color: #91857c !important;
    box-shadow: 0 2px 7px 1px rgb(111 102 95) !important;
}

.checksProcesos .form-check-input:checked + label {
    color: #8b8988;
}

.checksProcesos .form-check-input:checked + label {
    color: #61452f;
}

.form-check-input:checked {
    background-color: #62be6a !important;
    border-color: #62be6a !important;
    box-shadow: 0 2px 7px 1px rgb(122 136 124);
}

.form-check-input:focus {
    border-color: #62be6a !important;
    box-shadow: 0 2px 7px 1px rgb(161 198 166) !important;
}


/* ---------------------------------------------------------- Botones ---------------------------------------------------------- */


.btnAccion {
    transition: 0.3s;
    letter-spacing: 1px;
    padding: 7px 12px 7px 16px !important;
    width: auto !important;
    border: 0;
    font-size: 13px;
    background-color: transparent;
    color: #ffeecc !important;
    border-radius: 0 0 0 8px;
    border-bottom: 2px solid transparent;
}

.btnAccion:not(:disabled):hover {
    box-shadow: -9px 16px 12px rgba(0,0,0,.15) !important;
    border-bottom: 2px solid #b29e8f;
}

.btnInicio {
    border: 0 !important;
    padding: 6px 15px;
    font-size: 13px;
}

.inicioActivo {
    background-color: #d5c6b7 !important;
    color: #55473a !important;
}

.inicioInactivo {
    background-color: #958371 !important;
    color: #e5ddd4 !important;
}

.divInicio:not(:disabled):hover {
    box-shadow: -3px 3px 8px 4px #6b5f52;
}

.inicioActivo:not(:disabled):hover {
    background-color: #e4d7cb !important;
    color: #191614 !important;
}

.inicioInactivo:not(:disabled):hover {
    background-color: #8a7866 !important;
    color: #f9f3ec !important;
}

.btnMarron {
    width: auto !important;
    margin: 0 10px !important;
    padding: 10px 22px !important;
    border: 0 !important;
    background-color: #c8c4bf;
    color: #6f6963 !important;
    border-radius: 22px;
}

.btnMarron:not(:disabled):hover {
    background-color: #d1cdc9;
    color: #58514a !important;
    box-shadow: 0 7px 12px -3px #aeaaa5;
}

.btnUbicacion {
    width: auto !important;
    margin: 3px !important;
    padding: 10px 14px !important;
    border: 0 !important;
    background-color: #dfd8cf;
    color: #6f6963 !important;
    border-radius: 10px;
}

.btnUbicacion:not(:disabled):focus-visible {
    color: #080605 !important;
    background-color: #cfc3b4;
    box-shadow: 0 7px 12px -3px #aeaaa5;
}

.btnUbicacion.ubicacionActiva {
    color: #080605 !important;
    background-color: #cfc3b4;
}

.btnCambio {
    border: 0;
    width: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.btnCambio::before {
    border: 1px solid #c8c4bf;
    color: #757069;
    background-color: #c8c4bf;
    border-radius: 50%;
    padding: 9px 9px 8px 8px;
    margin: 0 4px;
    font-size: 15px;
}

.btnBox {
    letter-spacing: 2px;
    font-size: 15px;
    width: 100%;
    border-radius: 60px;
    padding: 26px 20px;
    border: 0;
    background-color: #cfc3b8;
    color: #a09386;
}

.btnBox:not(:disabled):hover {
    box-shadow: 0 7px 12px 0 #bfb6ac !important;
    background-color: #dbd1c8;
    color: #736b63;
}

button:disabled:hover, button[disabled]:hover, button:disabled, button[disabled], .btnDisabled {
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    box-shadow: none !important;
}

.btnBack {
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 0;
    width: auto !important;
    font-size: 20px;
    color: #817c77 !important;
}


/*  ------------------------------------------  Label / Input  ------------------------------------------  */


.inputLabel {
    border-radius: 20px;
    padding: 10px 170px 10px 20px;
    background-color: #c8c4bf;
    color: #6f6963 !important;
    position: absolute;
    left: 0;
    z-index: 1;
}

.inputDate {
    width: 225px;
    border-radius: 12px;
    margin: 0;
    position: relative;
    z-index: 2;
    padding: 10px 16px 9px 20px;
    color: #75716d;
    border: 1px solid #c8c4bf !important;
}

.inputDate:focus-visible {
    outline: none !important;
    border: 3px double #aaa49d !important;
    padding: 8px 15px 7px 18.5px;
}

.inputText {
    width: 155px;
    border-radius: 0 20px 20px 0;
    border: 1px solid #c8c4bf !important;
    color: #75716d;
    padding: 9px 33px 9px 12px;
    position: relative;
    margin-left: 83px;
    z-index: 2;
}

.inputText:focus-visible, .inputText:focus {
    outline: none !important;
    border: 3px double #aaa49d !important;
    padding: 7px 30px 7px 11px;
}

.inputText:focus-visible + .inputLabel {
    box-shadow: 0 7px 12px -3px #aeaaa5;
}

.inputText::placeholder {
    color: #b4b4b4 !important;
}

/* ----------------------------- */

.labelCard {
    background-color: #d4ccc3 !important;
    color: #7f776e;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 15px 15px 0 0 !important;
}

.inputLi {
    padding: 0 !important;
    border-radius: 0 0 15px 15px !important;
}

.inputCard {
    width: 100%;
    padding: 10px 18px;
    border: 0;
    background-color: transparent !important;
    color: #75716d;
}

.inputCard::placeholder {
    color: #b4b4b4 !important;
}

.inputCard:focus {
    outline: none !important;
}

/* ----------------------------- */

.inputIcon {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.inputIcon i {
    color: #b4b4b4 !important;
}

.inputTextForm {
    width: 245px;
    border-radius: 0 20px 20px 0;
    border: 1px solid #c8c4bf !important;
    color: #75716d;
    padding: 9px 35px 9px 12px;
    position: relative;
    margin-left: 58px;
    z-index: 2;
}

.inputTextScaner {
    width: 245px;
    border-radius: 0 20px 20px 0;
    border: 1px solid #c8c4bf !important;
    color: #75716d;
    padding: 9px 35px 9px 40px;
    position: relative;
    margin-left: 58px;
    z-index: 2;
}

.nuevoArt {
    font-size: 14px;
    padding: 6px 10px !important;
    width: 92% !important;
    border-radius: 12px;
    margin: 0;
}

.nuevoArt:focus-visible {
    padding: 4.5px 8.5px !important;
}

#inputDescripcion:focus-visible {
    padding: 7.5px 10.5px !important;
}

.inputLabelScaner {
    border-radius: 20px;
    padding: 10px 261px 10px 20px;
    background-color: #c8c4bf;
    color: #6f6963 !important;
    position: absolute;
    left: 0;
    z-index: 1;
}

.inputTextScaner:focus-visible {
    outline: none !important;
    border: 3px double #aaa49d !important;
    padding: 8px 35px 7px 38.5px;
}

.inputTextScaner:focus-visible + .inputLabelScaner {
    box-shadow: 0 7px 12px -3px #aeaaa5;
}

.inputTextScaner::placeholder {
    color: #b4b4b4 !important;
}


/*  ------------------------------------------  Table  ------------------------------------------  */


.disableDn {
    background-color: #b0a9a2;
    color: #e2e2e2;
}

.disableTabla {
    background-color: #d9d9d9;
    color: #838383;
}

.tablaDialog tbody, td, tfoot, th, thead, tr {
    border-color: #c7c6c5 !important;
}

.tablaDialog {
    background-color: #a29b94 !important;
}

.btnDash {
    padding: 5px 8px;
    border: 0;
    background-color: #b0a9a2;
    color: white;
    border-radius: 50%;
}

.btnDash:hover {
    background-color: #9b9085 !important;
    box-shadow: 0 5px 10px -1px #aba296;
}


/*  ------------------------------------------  Media  ------------------------------------------  */


.e-calendar {
    width: auto !important;
}

.e-month {
    text-align: center !important;
}

.e-icon-container {
    justify-content: space-around !important;
    display: flex !important;
}

.e-icon-container button {
    padding: 8px 10px !important;
    border: 0 !important;
}

.e-icon-container button:first-child::before {
    content: "\f12f";
}

.e-icon-container button:nth-child(2)::before {
    content: "\f138";
}

.e-calendar-content-table {
    margin: -0.5px -1px !important;
}

td:not(:last-child):not(:first-child), th:not(:last-child):not(:first-child), tr:not(:last-child) td, tr:not(:last-child) th {
    border: 1px solid #d6d6d6;
}

.e-calendar-content-table tbody, td, tfoot, th, thead, tr {
    font-size: 13px;
    width: 33px !important;
    height: 40px;
}

.e-cell {
    cursor: pointer !important;    
}

.e-content {
    text-align: center !important;
    margin: 10px 0 !important;
    border-radius: 10px !important;
    border: 1px solid #cccccc;
}


/*  ------------------------------------------  Mdc / MatToaster  ------------------------------------------  */


.mdc-dialog {
    z-index: 10 !important;
}

.mdc-dialog__container {
    height: 75% !important;
    transition: ease-in-out 0.23s !important;
}

#seleccionArt .mdc-dialog__surface {
    height: 433px !important;
}

.mdc-dialog .mdc-dialog__surface {
    max-height: 420px !important;
    background-color: #bbab9766 !important;
    border-radius: 15px !important;
    backdrop-filter: blur(4px);
}

.mdc-dialog .mdc-dialog__content{
    padding: 20px 10px !important;
    overflow-x: hidden !important;
}

.mdc-dialog__actions {
    border-top: 1px solid #9c968f !important;
}

.mat-toast {
    padding: 16px 40px 16px 12px !important;
}

.mat-toast-close-button {
    margin: 4px 7px;
}

.mdc-ripple-surface.mdc-ripple-upgraded {  
    width: 255px !important;
    border-radius: 15px !important;
    margin-top: 18px !important;
}

.btnX {
    background-color: transparent !important;
    color: #5a5046;
    border: 0 !important;
}

.btnX.bi-x-lg::before {
    font-weight: bold !important;
}

.keyDialog.bi-key::before {
    margin-right: 10px;
    font-weight: bold !important;
    font-size: 16px;
    transform: rotate(134deg);
}


/*  ------------------------------------------  Loader  ------------------------------------------  */


.spinner {
    cursor: progress;
    align-items: center;
    background: rgba(23, 22, 22, 0.2);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    padding-right: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 9999;
}

.loader {
    position: relative;
    width:  48px;
    height: 48px;
    background: #806f5f; /* Cambiar el color naranja por #b0a9a2 */
    border-radius: 7px; /* Agregar border-radius de 12px */
    transform: rotateX(65deg) rotate(45deg);
    color: #b0a9a2; /* Cambiar el color blanco por #d3cbc3 */
    animation: layers1 1s linear infinite alternate;
}

.loader:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 59%); /* Cambiar el color blanco por #d3cbc3 */
    border-radius: 7px; /* Agregar border-radius de 12px */
    animation: layerTr 1s linear infinite alternate;
}

@keyframes layers1 {
    0% { box-shadow: 0 0 0 0  }
    90% , 100% { box-shadow: 25px 25px 0 -4px  }
}

@keyframes layerTr {
    0% { transform:  translate(0, 0) scale(1) }
    100% {  transform: translate(-30px, -30px) scale(1) }
}


/*  ------------------------------------------  Scroll  ------------------------------------------  */


::-webkit-scrollbar {
    width: 9px;
    height: 7px;
    background-color: #d0d0d0;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: #968d85;
    border-radius: 15px;
    height: 35% !important;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #867e77;
    border-radius: 15px;
}


/*  ------------------------------------------  Media  ------------------------------------------  */


@media (min-width: 400px) {
    .mat-toast-container {
        right: 15px !important;
    }
    
    .tablaDialog {
        font-size: 13px !important;
    }
}

@media (max-width: 767.20px) {
    .divBody {
        padding-top: 76px !important;
    }
}

@media (min-width: 768px) {
    .divBody {
        padding-top: 77px !important;
    }
}

@media (min-width: 992px) {
    .checksProcesos {
        width: auto !important;
    }
    
    .contenidoUnidades {
        flex-flow: row-reverse !important;
    }
}

@media (min-width: 1200px) {
    .imgProducto {
        width: 60% !important;
    }
}

@media (min-width: 768px) {
    .dropUbicaciones {
        right: -40px !important;
        left: -40px !important;
    }

    .dropUbicaciones::before {
        left: 89px;
    }
}

@media (min-width: 575.21px) {
    .btnBack {
        top: 90px !important;
    }
    
    .mat-toast-container {
        bottom: 12px;
        top: auto !important;
        width: auto !important;
    }

    #imagenDialogo .mdc-dialog__surface {
        min-width: 370px !important;
        max-height: 100% !important;
    }
}

@media (max-width: 575.20px) {
    .btnMenu {
        width: auto;
    }

    .dropdownMenu {
        display: block;
        top: 60px;
        right: -70px;
        left: -70px;
        border: 0 !important;
       /* border-radius: 10px !important;*/
        background-color: #dbd7d4 !important;
        padding: 0 !important;
        backdrop-filter: blur(8px);
    }

    .dropdownMenu::before {
        content: '';
        position: absolute;
        top: -19px; /* Controla la posición vertical del pico */
        left: 96px; /* Centra el pico horizontalmente */
        margin-left: -10px; /* Ajusta según el tamaño del pico */
        border-width: 10px; /* Ajusta el tamaño del pico */
        border-style: solid;
        border-color: transparent transparent #c5c0bd transparent; /* Ajusta el color del pico */
    }
    
    .dropUbicaciones::before {
        left: 40px;
    }

    .dropdownMenu > li:nth-child(2) .dropdown-item:hover, .dropdownMenu > li:nth-child(2) .dropdown-item:focus {
        border-radius: 0 !important;
    }
}