@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

* {
  font-family: 'Mulish', sans-serif;
}

.content-wrapper{
    height: auto;
    width: auto;
}
#principal{
    margin-top: 20px;
}
.puntero{
    cursor:pointer;
}
.imgperfil{
    background: none;
    border: 0 !important;
}
.cambioContrasenaForm{
    display: none;
}
.video {
    margin: 0 auto 50px;
    max-width: 700px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Para que el contenedor tenga relación de aspecto 16/9 */
    height: 0;
    overflow: hidden;
}
 .video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.proovedorData{
    width: 100%;
    float: left;
}
.ok_validacion, .reject_validacion{
    display: none;
    text-align: center;
}
.tabla_validacion{
    max-height: 300px;
    overflow-y: scroll;
}
.panel_documentos{
    background: #fff;
    position: fixed;
    z-index: 2;
    float: right;
    width: 25%;
    min-width: 0px;
    right: -25%;
    padding: 10px;
    border: 2px solid #3989b7;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.panel_documentos .open_link{
    background: #3c8dbc;
    width: 25px;
    height: 100px;
    color: #fff;
    display: inline-block;
    margin-left: -35px;
    word-wrap: break-word;
    font-size: 17px;
    line-height: normal;
    padding: 5px;
    text-transform: uppercase;
    cursor:pointer;
    float: left;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.panel_documentos .panel_documentos_wrap{
    display: none;
    float: right;
    width: 100%;
}
.panel_documentos .docs_option{
    margin: 0 10px;
    border-bottom: 1px solid #3c8dbc;
    padding: 5px 2px;
}
.panel_documentos .doc{
    display: none;
}
.panel_documentos .doc h3{
    border-bottom: 1px solid #3c8dbc;
    color: #3c8dbc;
    text-align: center;
    width: 100%;
}
.panel_documentos .rut_preview{
    display: block;
}

#registrousuario .row{
    margin-top: 15px;
}

#registrousuario .label_tipo{
    display: none;
}
#registrousuario .label_cc{
    display: block;
}


.btn_envio_info_simple{
    float: left;
}
.btn_envio_info_completa{
    float: left;
}
.image_stick_bottom{
    max-width: 50%;
    width: 350px;
    position: absolute;
    bottom: 0px;
}

.info-box-icon a{
    color:#fff;
}
.last_row_image{
    position: fixed;
    bottom: 0;
    right: 0;
}

.admin_inicio_image{
    max-width: 400px;
    margin:auto;
    display: block;
}
.actualizacionAlertIco{
    color:#cddc39;
    float: none;
    margin: auto;
    width: 100%;
}
.tooltip_actualizacion_cont{
    color:#72afd2;
    display: none;
    margin-left: 10px;
    text-align: left;
}
#cuadro2::before{
    content: url("../images/intel_whitegrey.png");
    position: fixed;
    right: 0;
}
.forms_empresa::before{
    content: url("../images/intel_whitegrey.png");
    position: fixed;
    right: 0;
}


.pagination{
    width: 100%;
    text-align: center;
    margin:auto;
}
.pagination .sub_page{
    width: 85%;
    margin:auto;
    float: none;
}
.pagination .nav_buttons{
    margin: -5px 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #72afd2;
    color: #fff;
}
.pagination .page{
    margin: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    /*float: left;*/
}
.pagination .active{
    background: #3c8dbc;
    color:#fff;
}

@media (max-width: 500px) {
    .last_row_image{
        position: relative;
    }
  .admin_inicio_image {
    /*display: none;*/
  }
}

.loading_wrapper{
    width: 100%;
    float: left;
    text-align: center;
    padding: 5% 0;
}
.loading_gif{
    width: 100px;
    margin: auto;
}
.loading_gif{
    width: 65px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 35px;
}
.numero_resultados{
    text-align: right;
}
.ListasRestrictivasRes{
    text-align: center;
 }
 .ListasRestrictivasRes .listasRechazado{
     display: none;
 }
 .ListasRestrictivasRes .listasAprovado{
     display: none;
 }
 .ListasRestrictivasRes .loading_gif{
     display: none;
 }

.ListasRestrictivasRepresentanteLegalRes{
    text-align: center;
 }
 .ListasRestrictivasRepresentanteLegalRes .listasRechazado{
     display: none;
 }
 .ListasRestrictivasRepresentanteLegalRes .listasAprovado{
     display: none;
 }
 .ListasRestrictivasRepresentanteLegalRes .loading_gif{
     display: none;
 }
 
 .ListasRestrictivasAccionistasRes{
     text-align: center;
 }
 .ListasRestrictivasAccionistasRes .listasRechazado{
     display: none;
 }
 .ListasRestrictivasAccionistasRes .listasAprovado{
     display: none;
 }
 .ListasRestrictivasAccionistasRes .loading_gif{
     display: none;
 }
 
 .ListasRestrictivasAccionistasRes .resultado_accionista{
     display: none;
     text-align: left;
     height: 150px;
     overflow-y: scroll;
 }
 .ListasRestrictivasAccionistasRes .resultado_accionista p{
     width: 100%;
     float: left;
     border-top: 1px solid #ee3f3e;
 }
.Paginador_dom ul{
    width: 80%;
    margin: auto;
}
 .Paginador_dom ul li{
    float: left;
    list-style: none;
    margin: 0 5px;
 }
 .subpaginador{
    display: none;
     width: 85%;
    margin:auto;
    float: none;
 }
 .subpaginador .subpag_1{
    display: block;
 }

.Paginador_dom .btn_paginador {
    margin: -5px 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #72afd2;
    color: #fff;

}
.Paginador_dom .active{
    background: #3c8dbc;
    color:#fff;
}
.footerlogin {
    position: relative;
    width: 100%; 
    bottom: 0; 
    background: rgba(0,0,0,0.7);
}
@media (min-width: 768px) {
  .container {
    width: 90%;
  }
   .footerlogin {
    position: absolute;  
    width: 100%; 
    bottom: 0; 
    background: rgba(0,0,0,0.7);
}
}

.loginForm {
  background: rgba(255, 255, 255, 1) !important;
  z-index: 10 !important;
  border: 0 !important;
  border-radius: 22px !important;
}
@media (max-width: 1366px) {
    .loginForm,
    .loginForm * {
      font-size: 13px !important;
    }
  }
  
    /* Estilo de scroll solo para navegadores WebKit (Chrome, Edge, Safari) */

.background-suplos-dark {
  background-color: #283355 !important;
  color: #fff;
}

.background-suplos-middle {
  background-color: #547BB9 !important;
  color: #fff;
}

.background-suplos-soft {
  background-color: #93b9e8 !important;
  color: #fff;
}

.no-border {
  border: 0 !important;
}

.dark-text-suplos {
  color: #4f4e4f !important;
}

.link-hover {
  color: #547BB9 !important;
}

.link-hover:hover {
  color: #FBB83A !important;
}

.btn-suplos-dark {
  background-color: #4f4e4f !important;
  color: #fff !important;
}

.font-size-16, .font-size-16 * {
  font-size: 16px !important;
}

.height-16, .height-16 * {
  height: 16px !important;
}

.modal-z2000 {
  z-index: 2000 !important;
}

.text-justify {
  text-align: justify;
}

.scrollable-modal {
  max-height: 70vh;
  overflow-y: auto;
}

.modal-font-16 {
  font-size: 16px;
}

.hidden {
  display: none;
}

.label-small {
  font-size: 75%;
}

.logo-mini-min-height {
  min-height: 600px;
}

.cursor-pointer {
  cursor: pointer;
}
.mt-25 {
  margin-top: 25px;
}
.fullscreen-login {
  margin: 0;
  padding: 0;
  height: 100vh;
}
.fullscreen-row {
  position: absolute;
  width: 100%;
  height: 100vh;
  margin: 0;
  top: 0;
}
.full-height-no-padding {
  padding: 0;
  height: 100%;
}
.carousel-full-height {
  height: 100%;
}

.carousel-inner-full-height {
  height: 100%;
}

.full-height {
  height: 100%;
}
.slider-img {
  width: 100%;
  height: 100%;
}

.pb-100 {
  padding-bottom: 100px;
}
.font-size-18 {
  font-size: 18px !important;
}

.padding-30 {
  padding: 30px;
}
.logo-img {
  max-width: 45%;
}

.mb-custom {
  margin-bottom: 15px;
}

.font-16 {
  font-size: 16px;
}

.mb-15 {
  margin-bottom: 15px;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.logo-mini-flex {
  flex: 1 1 auto;
  text-align: right;
  padding-right: 3px;
}

.link-underline-pointer {
  cursor: pointer;
  text-decoration: underline;
}

.link-balance {
  cursor: pointer;
  text-decoration: underline;
  text-wrap: balance;
  text-align: left;
  flex: 1 1 auto;
}

.datos-flex-derecha {
  flex: 1 1 auto;
  text-align: right;
  padding-right: 3px;
}

.enlace-flex-subrayado {
  cursor: pointer;
  text-decoration: underline;
  text-wrap: balance;
  text-align: left;
  flex: 1 1 auto;
}

.btn-login-redondeado {
  border-radius: 22px !important;
  font-size: 18px !important;
}

.modal-custom-dimensions {
  max-width: 400px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.modal-min-width-450 {
  min-width: 450px !important;
}

.titulo-login {
  color: #575757;
  font-size: 30px;
  line-height: 40px;
}

.texto-mutedo {
  font-size: 16px;
  color: #797979;
}

.input-codigo {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 1px 0px inset;
  border-radius: 3px;
  border-color: #8cd4f5;
}

.btn-cancelar-login {
  background-color: #B9B9B9;
  color: white;
}

.btn-login-proveedores {
  background-color: #86CCEB;
  color: white;
}

.margen-superior-sm {
  margin-top: 10px;
}

.btn-registro-corona {
  border-radius: 22px;
  font-size: 18px;
}

.btn-registro-panama {
  border-radius: 22px;
  font-size: 18px;
}

.btn-registro-mexico {
  border-radius: 22px;
  font-size: 18px;
}

.btn-registro-peru {
  border-radius: 22px;
  font-size: 18px;
}

.btn-registro {
  border-radius: 22px !important;
  font-size: 18px !important;
}

.enlace-restablecer-pass {
  cursor: pointer;
  text-decoration: underline;
}

.enlace-politica-datos {
  text-decoration: underline;
}

.enlace-datos-corona {
  cursor: pointer;
  text-decoration: underline;
  text-wrap: balance;
  text-align: left;
  flex: 1 1 auto;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content{
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 15px !important;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 750px;
}

.z-index-10 {
  z-index: 10;
}

.list-none {
  list-style: none;
}

.modal-transparent {
  background-color: transparent;
  box-shadow: 0 0 0 !important;
  border: none;
}

.spinner-white-large {
  color: white;
  font-size: 10em;
}

.topnav {
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #ddd;
    color: black;
    font-weight: 600;
}

.user-panel>.image>img {
    width: auto;
    max-width: 45px;
    height: 45px;
}
.goog-logo-link{
    display:none;
}

.goog-te-combo{
    position:relative;
    top:10px;
}
.goog-te-banner-frame{
    position:fixed;
    display:none;
}

.skiptranslate{
    display: none !important;
}

body{
    top:0 !important;
}

/* Actualización de estilos para select2 */

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555 !important;
}

.topnav a:not(.active){
    color: white !important; 
}
.topnav a.active{
    background-color: #ffffff;
    color: #283355 !important;
}
.topnav a:not(.active):hover{
    background-color: #283355;
}

.custom-padding {
    padding: 0.6rem;
  }
.custom-flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.custom-col-style {
  color: white;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 1px auto;
}

.custom-margin-auto {
  margin: 1px auto;
}

.hidden-link {
  display: none;
}

.padding-2rem {
  padding: 2rem;
}

.modal-anchura {
  min-width: 75ch;
}

.min-width-75ch {
  min-width: 75ch;
}

.fs-1-5rem {
  font-size: 1.5rem;
}

.thumbnail_paises_modal_content {
width: 100% !important;
margin: 0% !important;
max-width: 100% !important;
}

.thumbnail_paises_inicio {
border: 0px !important;
cursor: pointer !important;
}

.thumbnail_paises_inicio:hover {
background-color: gainsboro;
border: 1px solid black !important;
}

.thumbnail_paises_inicio_img {
width: 100% !important;
height: 100% !important;
}

.row.display-flex {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}

.thumbnail_paises_inicio {
height: 100%;
display: flex;
flex-direction: column;
}

.thumbnail_paises_inicio .caption {
display: flex !important;
flex-direction: column !important;
height: 100% !important;
}

#hubspot-conversations-inline-iframe {
    width: 100%;
    height: 500px;
    border: none;
}

#manual-general-suplos-soporte {
    z-index: 10000;
}

#redes-sociales-suplos {
    z-index: 10000;
}

#redes-sociales-suplos .modal-content {
    width: 100% !important;
    border-radius: 1rem;
}

#redes-sociales-suplos .modal-content .container .modal-body{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#redes-sociales-suplos > * {
    color: #606060;
}

#manual-general-suplos-soporte > * {
    color: #606060;
}

#manual-ayuda-suplos-soporte {
    z-index: 10000;
}

#manual-ayuda-suplos-soporte > * {
    color: #606060;
}

#manual-ayuda-suplos-soporte textarea,
#manual-ayuda-suplos-soporte input  {
    border-radius: 0.5625rem 0.5625rem 0.5625rem 0.5625rem;
    border: 1px solid #808080;
    background-color: #f2f2f2;
}

#ticket-creatror-suplos-soporte {
    z-index: 10000;
}

#ticket-creatror-suplos-soporte > * {
    color: #606060;
}

#ticket-creatror-suplos-soporte textarea,
#ticket-creatror-suplos-soporte input  {
    border-radius: 0.5625rem 0.5625rem 0.5625rem 0.5625rem;
    border: 1px solid #808080;
    background-color: #f2f2f2;
}

#contactanos-suplos-soporte {
    z-index: 10000;
}

#contactanos-suplos-soporte .icon-intelcost-suplos-main {
    top: 2rem;
}

#contactanos-suplos-soporte ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.tabulacion {
    padding-left: 20px;
}
.floating-menu {
    position: fixed;
    bottom: 0%;
    right: 10px;
    z-index: 10000;
}

.floating-button {
    background-color: #FBB83A;
    color: #4f4e4f;
    font-weight: bold;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    border: none;
}

@media (max-width: 767px) {
.floating-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: calc(100vw - 40px); /* Ancho completo en dispositivos móviles */
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    }
}


.custom-file-upload-hubspot input[type="file"] {
    display: none;
}

.custom-file-upload-hubspot {
    /* Estilos personalizados para el contenedor */
    display: inline-block;
    padding: 6px 12px;
    background-color: #f2f2f2;
    color: #333;
    border: 1px solid #808080;
    border-radius: 4px;
    cursor: pointer;
}
.menu-options {
    position: absolute;
    width: max-content;
    text-align: end;
    bottom: 5px;
    right: 7px;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

@media (max-width: 767px) {
.menu-options {
    position: fixed;
    left: 50%;
    top: 55%; /* Ajusta según sea necesario */
    transform: translate(-50%, -50%);
    text-align: left;
  }
}

.menu-options a {
    display: flex;
    justify-content: flex-end;
    color: white;
    text-decoration: none;
    font-size: calc(1.2rem + (10vw - 5rem) / 10);
    margin-bottom: .5rem;
    margin-top: .5rem;
}

@media (max-width: 767px){
    .menu-options a {
    display: block;
    color: #192278; /* Cambia al color de texto deseado */
    text-decoration: none;
    font-size: 20px; /* Tamaño de fuente fijo para dispositivos móviles */
    padding: 5px; /* Agrega espacio alrededor del texto */
    margin-bottom: 10px; /* Agrega espacio entre cada enlace */
    border-radius: 7em; /* Bordes redondeados para los enlaces */
    text-align: center; /* Centra el texto dentro de cada enlace */
    background-color: #F2F3F4;
 }
}
.menu-options a:hover {
    text-decoration: none;
    transition: 0.5s;
    color: #FBB83A; /* Cambia al color de texto de hover que deseas */
    transform: translateX(5px) scale(1.05); /* Mueve 5px a la derecha y aumenta ligeramente la escala */
}

@media (max-width: 767px){
    .menu-options a:hover {
    color: #FDFEFE; /* Cambiar el color del texto a blanco */
    transition: 0.5s;
    background-color: #4f7cb9; /* Cambiar el color de fondo a azul */
    border-color: #192278; /* Cambiar el color del borde a azul */
    }
}

.menu-options a span {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    margin-top: 10px;
    border-radius: 25%;
    font-size: 16px;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text p {
    font-size: calc(0.8rem + (10vw - 4rem) / 10);
    margin-bottom: 0;
    margin-right: .5rem;
    text-shadow: 1px 1px 2px black;
}

@media (max-width: 767px) {
.text p {
    font-size: 18px; /* Tamaño de fuente fijo para dispositivos móviles */
    text-shadow: 1px 1px 2px #4f7cb9; 
    padding: 10px; /* Agrega relleno alrededor del texto */

    }
}


#suplos-chat-hutbot {
    position: fixed;
    display: none;
    bottom: -8px;
    right: 50px;
    border: 1px solid #ccc;
    z-index: 10000;
    border-radius: 10px;
    min-width: 380px;
}

@media only screen and (max-width: 767px) {
    #suplos-chat-hutbot {
        position: fixed;
        display: none;
        width: 100%;
        border: none;
        z-index: 10000;
        right: 0;
    }

    #contactanos-suplos-soporte .icon-intelcost-suplos-main {
        top: 1.5rem;
    }
}

.icon-intelcost-suplos-main {
    width: calc(9rem + (10vw - 5rem) / 10);
    position: absolute;
    top: 2.5rem;
}

.container-icon-intelcost-suplos {
    position: relative;
    height: calc(1.5rem + (10vw - 5rem) / 10);
    z-index: 99;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.suplos-chat-header {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    background-color: #f6f7f9;
    border-radius: 0.6rem 0.6rem 0 0;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
}

.suplos-chat-header-button {
    border: none;
    color: #fff;
}

.backdrop-chat-hubspot-text-center {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
}


#backdrop-chat-hubspot {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 9990;
}

.fade-in-from-bottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.icon-intelcost-hubstop {
    width: calc(3rem + (10vw - 5rem) / 10);
    height: ca lc(3rem + (10vw - 5rem) / 10);
}

.icon-intelcost-hubstop-main {
    margin-right: 60px;
}
.modal-content {
    width: 100% !important;
    border-radius: 1rem;
}

.big-modal-lg .modal-dialog {
    width: 800px;
}

@media (max-width: 767px) {
    .big-modal-lg .modal-dialog {
        width: 90%; 
    }
}

@keyframes fadeInFromBottom {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.skin-preview {
  float: left;
  width: 33.33333%;
  padding: 5px;
}

.skin-blue-block {
  display: block;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

.skin-blue-bar1 {
  display: block;
  width: 20%;
  float: left;
  height: 7px;
  background: #367fa9;
}

.skin-blue-bar2 {
  display: block;
  width: 80%;
  float: left;
  height: 7px;
  background: #3c8dbc; /* Suponiendo bg-light-blue es #3c8dbc */
}

.skin-blue-footer1 {
  display: block;
  width: 20%;
  float: left;
  height: 20px;
  background: #222d32;
}

.skin-blue-footer2 {
  display: block;
  width: 80%;
  float: left;
  height: 20px;
  background: #f4f5f7;
}

/* Enlace principal */
.skin-black-link {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

/* Parte superior */
.skin-black-top {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.skin-black-top-left,
.skin-black-top-right,
.skin-black-bottom-left,
.skin-black-bottom-right {
  display: block;
  float: left;
}

.skin-black-top-left {
  width: 20%;
  height: 7px;
  background: #fefefe;
}

.skin-black-top-right {
  width: 80%;
  height: 7px;
  background: #fefefe;
}

/* Parte inferior */
.skin-black-bottom-left {
  width: 20%;
  height: 20px;
  background: #222;
}

.skin-black-bottom-right {
  width: 80%;
  height: 20px;
  background: #f4f5f7;
}

.skin-purple-link {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

/* Parte superior */
.skin-purple-top-left,
.skin-purple-top-right,
.skin-purple-bottom-left,
.skin-purple-bottom-right {
  display: block;
  float: left;
}

.skin-purple-top-left {
  width: 20%;
  height: 7px;
}

.skin-purple-top-right {
  width: 80%;
  height: 7px;
}

/* Parte inferior */
.skin-purple-bottom-left {
  width: 20%;
  height: 20px;
  background: #222d32;
}

.skin-purple-bottom-right {
  width: 80%;
  height: 20px;
  background: #f4f5f7;
}

.skin-green-link {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

/* Parte superior */
.skin-green-top-left,
.skin-green-top-right,
.skin-green-bottom-left,
.skin-green-bottom-right {
  display: block;
  float: left;
}

.skin-green-top-left {
  width: 20%;
  height: 7px;
}

.skin-green-top-right {
  width: 80%;
  height: 7px;
}

/* Parte inferior */
.skin-green-bottom-left {
  width: 20%;
  height: 20px;
  background: #222d32;
}

.skin-green-bottom-right {
  width: 80%;
  height: 20px;
  background: #f4f5f7;
}

.skin-red-link {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

/* Parte superior */
.skin-red-top-left,
.skin-red-top-right,
.skin-red-bottom-left,
.skin-red-bottom-right {
  display: block;
  float: left;
}

.skin-red-top-left {
  width: 20%;
  height: 7px;
}

.skin-red-top-right {
  width: 80%;
  height: 7px;
}

/* Parte inferior */
.skin-red-bottom-left {
  width: 20%;
  height: 20px;
  background: #222d32;
}

.skin-red-bottom-right {
  width: 80%;
  height: 20px;
  background: #f4f5f7;
}

.skin-yellow-link {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.skin-yellow-top-left,
.skin-yellow-top-right,
.skin-yellow-bottom-left,
.skin-yellow-bottom-right {
  display: block;
  float: left;
}

.skin-yellow-top-left {
  width: 20%;
  height: 7px;
}

.skin-yellow-top-right {
  width: 80%;
  height: 7px;
}

.skin-yellow-bottom-left {
  width: 20%;
  height: 20px;
  background: #222d32;
}

.skin-yellow-bottom-right {
  width: 80%;
  height: 20px;
  background: #f4f5f7;
}

.skin-blue-light-link {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.skin-blue-light-top-left,
.skin-blue-light-top-right,
.skin-blue-light-bottom-left,
.skin-blue-light-bottom-right {
  display: block;
  float: left;
}

.skin-blue-light-top-left {
  width: 20%;
  height: 7px;
  background: #367fa9;
}

.skin-blue-light-top-right {
  width: 80%;
  height: 7px;
}

.skin-blue-light-bottom-left {
  width: 20%;
  height: 20px;
  background: #f9fafc;
}

.skin-blue-light-bottom-right {
  width: 80%;
  height: 20px;
  background: #f4f5f7;
}

.skin-blue-light-label {
  font-size: 12px;
}

.skin-black-light-link {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.skin-black-light-top {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.skin-black-light-top-left,
.skin-black-light-top-right,
.skin-black-light-bottom-left,
.skin-black-light-bottom-right {
  display: block;
  float: left;
}

.skin-black-light-top-left,
.skin-black-light-top-right {
  height: 7px;
  background: #fefefe;
}

.skin-black-light-top-left {
  width: 20%;
}

.skin-black-light-top-right {
  width: 80%;
}

.skin-black-light-bottom-left {
  width: 20%;
  height: 20px;
  background: #f9fafc;
}

.skin-black-light-bottom-right {
  width: 80%;
  height: 20px;
  background: #f4f5f7;
}

.skin-black-light-label {
  font-size: 12px;
}

.skin-link {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.skin-top,
.skin-bottom {
  display: flex;
}

.skin-left,
.skin-right,
.skin-bottom-left,
.skin-bottom-right {
  display: block;
  height: 7px;
  float: left;
}

.skin-left {
  width: 20%;
}

.skin-right {
  width: 80%;
}

.skin-bottom-left,
.skin-bottom-right {
  height: 20px;
}

.skin-bottom-left {
  width: 20%;
}

.skin-bottom-right {
  width: 80%;
}

.bg-f9fafc {
  background: #f9fafc;
}

.bg-f4f5f7 {
  background: #f4f5f7;
}

.skin-label {
  font-size: 12px;
}

.modal-centered {
  width: 80%;
  margin: auto;
  text-align: center;
}

.hiddent {
  display: none;
}

.modal-dialog-maxwidth550 {
  max-width: 550px;
}
.option-hidden {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
.spinner-large-white {
  color: white !important;
  font-size: 5em !important;
}