.header-profile-user{
    width: 40px;
    padding: 5px 0px;
}
.uk-section-footer{
    background:#ff5e37;
}
.uk-section-footer div>*{
    color:#fff;
}
#fileleccion{
    border-top: 1px solid #fff;
    margin-top: 6px;
    padding-top: 6px;
}
.uk-button-text{
    width: 114%;
    text-align: left;
}
.uk-button-text:hover {
    color: #333;
    background: linear-gradient(90deg, #87c7ec8c 0%, #ced9f3 35%, rgb(255 255 255) 100%);
    width: 114%;
    text-align: left;
    z-index: 0;
}
.bg-detalles{
    background: #f5f5f5;
    padding: 18px 10px;
    border-radius: 16px;
    margin: 20px -10px;
    border: 1px solid #e4e4e4;
}
.uk-select:not([multiple]):not([size]) option {
    color: #414751;
}
.uk-margin-medium-top {
    margin-top: 0px!important;
}
.second-tab li div ul.uk-flex-center{
    padding: 5px 10px 0px 10px;
    margin: -20px;
}
.ytp-impression-link-content {
    display:none;
}
.uk-tab li{
    padding:0px;
    margin: 2px;
    border-radius: 8px 8px 0px 0px;
}
.uk-tab > .uk-active {
    border: 2px dashed #FFF;
    font-weight: 800;
    box-shadow: 0 0 0 2px #848484;
    animation: 1s animateBorderOne ease infinite;
}
.uk-tab > .uk-active > a {
    color: #000;
}
.uk-tab > * > a {
    text-transform: unset;
    color: #000;
    padding: 4px 9px;
}
.uk-tab::before {    
    border-bottom: 0px solid #eaecf0;
}
.second-tab li div ul li {
    border-radius: 0px 0px 8px 8px;
}
@keyframes animateBorderOne{
  to {
    border-color: #000;
    font-weight: 900;
    box-shadow: 0 0 0 2px #2E2E2E;
  }
}