.govco-logo-entidad {
    content: url(../assets/images/logo-autoridad.jpg);
}

.govco-co {
    content: url(https://cdn.www.gov.co/v4/assets/images/logo-colombia.svg);
}

.govco-logo {
    content: url(https://cdn.www.gov.co/v4/assets/images/logo.svg);
}


.no-border-bottom {
    border: none;
}

.desplegable-govco button.desplegable-selected-option {
    margin-bottom: 0.5rem;
}

.desplegable-govco.error-desplegable-govco .desplegable-selected-option:after {
    color: #A80521;
}

.desplegable-govco.error-desplegable-govco button.desplegable-selected-option {
    border-color: #A80521;
    color: #A80521;
}

.no-decoration {
    text-decoration: none !important;
}

.fit-content {
    width: fit-content !important;
}

/* Table */
.table-general.fix thead th,
.table-general.fix tbody td {
    width: fit-content !important;
    padding-left: 12px;
    text-align: inherit;
}

.table-general.fix thead th:last-child,
.table-general.fix tbody td:last-child {
    padding-right: 12px;
}

.table-general.fix.min thead th {
    padding: 8px;
    height: fit-content !important;
}

.table-general.fix.min tbody td {
    height: fit-content !important;
    padding: 2px 8px;
}

.cursor-pointer {
    cursor: default !important;
}

.govco-a {
    color: var(--govcolor-cobalt) !important;
    height: fit-content !important;
    text-decoration: underline !important;
    width: fit-content !important;
}

.btn-to-govco-a {
    padding: 0px;
    background: none;
    border: none;
}

.max-w350 {
    max-width: 350px;
    display: block;
}

.max-w200 {
    max-width: 200px;
    display: block;
}

.w-80 {
    width: 80px !important;
}

.fix.navbar-pestana-vertical-govco ul li a .icon_right::after {
    margin-left: 28px;
}

.h100 {
    height: 100px !important;
}

.h120 {
    height: 120px !important;
}

.h100 .linea-vertical-govco-activa {
    height: 100px !important;
}

.h120 .linea-vertical-govco-activa {
    height: 120px !important;
}

.container-navbar-pestana-vertical-govco {
    display: contents;
}

.pestana-opcion {
    border-left: 0.313rem solid white !important;
}

.pestana-opcion.active {
    border-left: 0.313rem solid #004884 !important;
    border-right-color: white;
}

.pestana-opcion.active .icon-right::after {
    display: none;
}

.pestana-opcion.focus {
    background-color: white;
}

.container-indicador-numero-principal-interaccion-govco {
    width: 90% !important;
    margin: auto;
}

.container-informacion-principal-interaccion-govco,
.container-indicador-numero-principal-nombre-interaccion-govco,
.container-principal-linea-interaccion-govco {
    width: auto !important;
}

.container-informacion-principal-campos-interaccion-govco {
    width: 90% !important;
    margin: auto;
}

.module-tarjeta-govco.tramite {
    height: auto;
    width: 19rem;
    max-width: 24rem;
}

.module-tarjeta-govco.tramite:focus {
    outline: none;
}

.module-tarjeta-govco.tramite .body-tarjeta-govco {
    height: 15rem;
    padding: 1rem;
}

.module-tarjeta-govco.tramite .body-tarjeta-govco>p {
    -webkit-line-clamp: none;
}

.desplegable-govco .desplegable-items li,
.desplegable-govco .desplegable-selected-option {
    padding-right: 1rem;
}

.alerta-govco {
    height: 52px;
    max-height: 52px;
}

table td.acciones>form {
    display: inline;
}

.auto-width {
    width: auto !important;
}

td.currency,
th.currency {
    text-align: right !important;
    font-family: 'Courier New', Courier, monospace;
}

.modal-body-govco.fix {
    margin: 0px 3rem auto 3rem !important;
    padding: 0px !important;
    padding-top: 14px !important;
}

.desplegable-govco button.desplegable-selected-option {
    padding: 7px 4px;
}

.desplegable-govco .desplegable-items li {
    padding: 0px 6px;
    font-size: 0.9em;
    line-height: 1;
}

.container-detail-carga-de-archivo-govco {
    border: none;
}

.container-detail-carga-de-archivo-govco>span {
    padding-top: 0;
}

.nueva-solicitud.entradas-de-texto-govco[data-error="1"] label {
    color: #A80521;
}

.nueva-solicitud.entradas-de-texto-govco[data-error="1"] input {
    border-color: #A80521;
}

div.alert.alerta-govco>span {
    margin: 0 8px 0 18px;
}

.module-tarjeta-govco.fix .body-tarjeta-govco {
    padding: 0.8rem 1rem;
}

.align-start {
    text-align: start !important;
}

.text-box {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.text-box.error-text-box {
    background-color: #EECDD2;
    color: #B30937;
}

.text-box.info-text-box {
    background-color: #D0E7FF;
    color: #004A9F;
}

.desplegable-govco.success-desplegable-govco button.desplegable-selected-option {
    border-color: #068460;
    color: #077253;
}
.smaller{
    font-size: 0.8em;
}
.volver-arriba-govco:hover,
.volver-arriba-govco:focus, .volver-arriba-govco:active {
    transform: translateX(-30px) !important;
    outline: none !important;
}

#skipToMainContent{
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1000;
    background-color: #3366cc;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    visibility: hidden;
}
#skipToMainContent,
#skipToMainContent:active,
#skipToMainContent:hover,
#skipToMainContent:visited{
    outline: thin solid white;
}
.alerta-govco {
    height: auto;
    max-height: fit-content;
}

@media screen and (max-width: 601px) {
    #main-content>div>div,
    .custom-progress{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
.custom-progress{
    max-width: 1100px;
}
span.etiqueta-govco>span {
    display: inline-block;
}
.btn-modal-govco{
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: fit-content;
    min-width: 150px;
    margin: 0 2px;
}
@media screen and (max-width: 520px) {
    .modal-buttons-govco {
        display: block;
        width: 100%;
        margin-bottom: 1rem !important;
    }
    .btn-modal-govco{
        width: 100%;
    }    
    .modal-footer-govco {
        margin: 0px 1.5rem auto 1.5rem;
        padding-bottom: 3.5rem !important;
    }
    .btn-modal-govco {
        width: 100%;
        margin-bottom: 1rem !important;
    }
}
.idioma-icon-barra-superior-govco-fix{
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.313rem;
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 0;
    border: 0.125rem solid #FFFFFF;
    font-size: 10px;
}
.idioma-icon-barra-superior-govco-fix::before{
    font-family: "govco-font";
    content: '\ec56';
    color: #3366CC;
    font-size: 14px;
}
.button-user{
    border-radius: 0.313rem;
    color: white;
    border: thin solid white;
    background-color: transparent;
    font-size: 14px;
}
.btn-white-primary{
    background-color: white;
    border-color: #004884;
}
.btn-white-primary.rounded{
    border-radius: 0.313rem;
}
.btn-white-primary:hover, .btn-white-primary:focus, .btn-white-primary:active{
    background-color: #3366cc;
    border-color: white;
    color: white;
}
.btn-transparent-primary{
    background-color: transparent;
    border-color: transparent;
}
.btn-group-xsm>.btn, .btn-xsm {
    padding: .20rem .45rem;
    font-size: .8rem;
    border-radius: .15rem;
}
.color-white{
    color: white !important;
}
div#user-tab{
    position: absolute; 
    right: 5.375rem;
}
div#user-tab{
    position: absolute; 
    right: 5.375rem;
}
li.user-label-xs{
    display: none;
}
@media (max-width: 991px) {
    .barra-superior-govco {
        justify-content: space-between;
        padding: 0 1rem !important;
    }
    span.user-label{
        display: none;
    }
    li.user-label-xs{
        display: block;
    }
    div#user-tab{
        right: 1rem;
    }
}

/* Custom tooltip container */
.tooltip-inner {
    background-color: #e6effd;     /* dark background */
    color: #004884;                   /* white text */
    padding: 10px 14px;
    font-size: 0.9rem;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.25);
    max-width: 260px;             /* allow larger tooltips */
  }
  
  /* Tooltip arrow */
  .tooltip.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before,
  .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #1f1f1f;
  }
  .tooltip.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before,
  .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #1f1f1f;
  }
  .tooltip.bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before,
  .tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #1f1f1f;
  }
  .tooltip.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before,
  .tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #1f1f1f;
  }
  
  #licencia-categorias span[data-bs-toggle="tooltip"] {
    color: #004884;
  }
  .no-wrap{
    white-space: nowrap;
  }

  .checkbox-seleccion-govco.entradas-de-texto-govco input[type="checkbox"] {
    /* transform: scale(1.1); */
    border: solid var(--govcolor-cobalt) 2px  !important;
  }

.checkbox-seleccion-govco.entradas-de-texto-govco input[type="checkbox"]:checked {
    background-color: var(--govcolor-cobalt);
}


#back-to-top {
    display: flex;
    align-items: center;
    position: fixed;
    right: 17px;
    bottom: 155px;
    z-index: 2;
    background: var(--govcolor-cobalt);
    border: 0;
    padding: 9px;
    border-radius: 5rem;
    text-transform: initial;
    max-width: 8.1rem;
    text-align: left;
    line-height: 1.2;
    font-size: 0;
    color: transparent !important;
    transition: all .4s ;
}

#back-to-top:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='57.07' height='35.61' viewBox='0 0 57.07 35.61'> <polygon points='50 35.61 28.54 14.14 7.07 35.61 0 28.54 28.54 0 57.07 28.54 50 35.61' style='fill: %233366cc;'/></svg>");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    flex-shrink: 0;
}

#back-to-top:hover {
    background-color: var(--govcolor-cobalt);
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 1rem;
    font-weight: normal;
    color: #fff !important;
}

#back-to-top:hover:before {
    margin-right: 11px;
}
#back-to-top>span {
    display: inline-block;
}

.breadcrumb-govco {
    font-size: 0.9em;
    padding-left: 0 !important;
}
.modal-content-govco{
    padding: 12px 36px 0px 36px;
}
.modal-header{
    border: none;
}
.modal-footer-govco{
    border: none;
}
.pie-pagina-govco .govco-logo-entidad {
    height: 4rem;
    content: url(../assets/images/logo-autoridad.jpg);
}

.pie-pagina-govco .first-section {
    padding: 3rem 1.25rem 2.5rem 99px;
    border-radius: 0.625rem;
    border: 0.125rem solid var(--govcolor-tropical-blue);
    -webkit-box-shadow: 0.625rem 3.75rem 0 -5.625rem var(--govcolor-cobalt), 
    -3.75rem 3.75rem 0 -2.5rem var(--govcolor-cobalt), 0 0 0 0 var(--govcolor-cobalt), 
    3.75rem 3.75rem 0 -2.5rem var(--govcolor-cobalt), -50px 5rem 0 -3.75rem var(--govcolor-cobalt);
    box-shadow: 0.625rem 3.75rem 0 -5.625rem var(--govcolor-cobalt), 
    -3.75rem 3.75rem 0 -2.5rem var(--govcolor-cobalt), 0 0 0 0 var(--govcolor-cobalt), 
    3.75rem 3.75rem 0 -2.5rem var(--govcolor-cobalt), -50px 5rem 0 -3.75rem var(--govcolor-cobalt);
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
    position: relative;
}

.barra-superior-govco a {
    content: url('../assets/images/header_govco.png');
    height: 30px;
    width: auto;
}

.pie-pagina-govco .govco-logo,
.portales-pie-pagina-govco .govco-logo  {
  height: 2.5rem;
  content: url(../assets/images/header_govco.png);
}
.entradas-de-texto-govco input[type="text"]:not(.browser-default):focus-visible:not([readonly]):not(:active), .entradas-de-texto-govco input[type="password"]:not(.browser-default):focus-visible:not([readonly]):not(:active), .entradas-de-texto-govco input[type="mail"]:not(.browser-default):focus-visible:not([readonly]):not(:active), .entradas-de-texto-govco input[type="tel"]:not(.browser-default):focus-visible:not([readonly]):not(:active), .entradas-de-texto-govco input[aria-invalid="false"]:not(.browser-default):focus-visible:not([readonly]):not(:active), .entradas-de-texto-govco input[aria-invalid="true"]:not(.browser-default):focus-visible:not([readonly]):not(:active) {
    outline: none;
    border-width: 1px;
}
.login-container{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0.313rem !important;
    width: 500px;
    padding: 27px 40px;
}

.entradas-de-texto-govco .error-texto-govco {
    color: var(--govcolor-red);
}
.entradas-de-texto-govco .success-texto-govco{
    color: var(--govcolor-green);
}
.link-tipografia-govco:visited {
    color: var(--govcolor-cobalt);
}

.display-flex {
    display: flex !important;
}

.display-block {
    display: block !important;
}
.captcha-image span{
    width: initial !important;
}
.easy-icon-govco,
.hard-icon-govco {
    display: inline-block;
    width: 32px;
    height: 32px;
    mask: url(../icons/check-circle.svg) no-repeat center;
    -webkit-mask: url(../icons/check-circle.svg) no-repeat center;
    background-color: var(--govcolor-cobalt);
}

.hard-icon-govco {
    mask: url(../icons/times-circle.svg) no-repeat center;
    -webkit-mask: url(../icons/times-circle.svg) no-repeat center;
    background-color: var(--govcolor-cobalt);
}
.barra-superior-govco .user-container{
    font-family: "Nunito Sans", sans-serif;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 5.375rem;
    top: 1rem;
    font-size: 1.2em;
}
.dropdown-toggle:not(.btn-menu-govco):after{
    color: white;
    display: inline-block;
}

.barra-superior-govco .user-container .dropdown-item{
    font-family: "Verdana Regular", sans-serif;
    
}
a.module-tarjeta-govco:focus, a.module-tarjeta-govco:focus-visible, button.module-tarjeta-govco:focus, button.module-tarjeta-govco:focus-visible {
    outline: none;
    outline-offset: none;
}
.govco-svg.govco-search{
    width: 24px;
    margin-left: 4px;
}
.input-search-basic-govco{

}
.aservice-text-govco{
    color: var(--govcolor-dark-gray) !important;
}
.aservice-link-govco.link-tipografia-govco{
    color: var(--govcolor-cobalt) !important;
    text-decoration: underline !important;
}
.link-card:hover, .link-card.hover,
.button-aservice-govco[aria-expanded="false"]:hover, .button-aservice-govco[aria-expanded="false"].hover {
    background-color: var(--govcolor-cobalt);
    color: white;
}
table.table-general.fix.tabla-govco.actived-events-govco.min thead th {
    padding: 8px;
    height: fit-content !important;
}

table.table-general.fix.tabla-govco.actived-events-govco.min tbody td {
    height: fit-content !important;
    padding: 2px 8px;
}
.no-pt{
    padding-top: 0 !important;
}
.btn-close{
    fill: var(--govcolor-cobalt) !important;
    stroke: var(--govcolor-cobalt) !important;
}
.alert.alerta-govco.notificacion-info-govco.no-max-height {
    max-height: none !important;
}
.alert.alerta-govco.notificacion-info-govco.no-max-height p{
    display: initial;
    line-height: 1.4rem;
    padding: 4px 2px;
}
.container-alerta-govco.left{
    justify-content: left;
    font-size: 0.95em;
    font-family: "Verdana Regular", sans-serif;
}
.container-alerta-govco.left>.alert{
    justify-content: left;
}
.barra-inferior-govco {
    width: 100%;
    height: 96px;
    padding: 0px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--govcolor-white);
}

.border-bottom-govco {
    border-bottom: 4px solid var(--govcolor-havelock-lue);
}
.govco-svg.govco-check-circle-fix{
    background-image: url(../assets/icons/check-circle.svg);
}

/* COOKIES */
.cookie-banner-govco {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--govcolor-white);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    padding: 1rem 3.75rem;
    border-top: 4px solid var(--govcolor-tulip);
}
.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
}
.cookie-text {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cookie-text p {
    margin: 0;
    font-family: 'Verdana-Regular';
    font-size: 14px;
    color: var(--govcolor-matterhorn);
}
.cookie-buttons {
    display: flex;
    gap: 1rem;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .cookie-banner-govco {
        padding: 1rem;
    }
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    .cookie-text {
        flex-direction: column;
    }
}
/* END COOKIE */

@media(min-width:576px) {
    .modal-lg {
        max-width: 600px !important;
    }
    .modal-lg .modal-content-govco {
        padding: 12px 36px 0px 18px;
    }
}
.margin-auto {
    margin: auto !important;
}