@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Comfortaa', cursive;
}

/*
#
# HEADER
#
*/
.top-header {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 20px 110px 10px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.top-header-base-logos {
    display: flex;
}
.top-logo-1, .top-logo-2 {
    position: relative;
    margin: 0px 15px 0px 0px;
    padding: 0px;
}
.top-logo-1 img, .top-logo-2 img {    
    max-height: 60px;
}
.top-header-title-wrapper {
    position: relative;
    margin: 0px 0px 0px 15px;
    margin-right: auto !important;
    padding: 0px;
    padding-top: 0px;
    height: initial;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.top-header-title {
    color: rgba(66,41,14,0.95);
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 0px;
    font-size: 25px;
    font-family: 'Comfortaa', cursive;
    font-weight: normal !important;
    letter-spacing: -0.02em;
    line-height: 30px;
}
.top-header-sub-menu {    
    display: block;
    position: absolute;
    top: 18px;
    right: 14px;
    color: rgba(66,41,14,0.95) !important;
    height: 33px;
    width: 28px;
    margin: 0px;
    padding: 4px;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
    width: fit-content;
}
.loggedout {
    right: 24px!important;
}
.top-header-sub-menu p {
    font-size: 13px;
    margin: 0;
    top: -6px;
    position: relative;
    width: fit-content;
}
/*
#
# Modal
#
*/
.modal-content a {
    color: #393f44;
    text-decoration: none;
}
.list-unstyled {
    margin-left: 7px;
    padding-left: 0;
    list-style: none;
}
/*
#
# Nav menu
#
*/
.top-header-menu {
    min-height: 15px;
    position: relative;
    margin: 0px;
    padding-top: 13px;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.3em;
    color: var(--color-font, #fff);
    white-space: nowrap;
    background-color: var(--color-gestion, rgba(0, 0, 0, 0.025));
}
.top-header-content-nav {
    margin: 0px;
    padding: 0px;
}
.top-header-nav-menu {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.top-header-nav-menu li {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'Comfortaa', cursive;
}
.top-hader-dropdown {
    position: relative;
    display: inline-block;
}
.top-header-nav-menu a {
    position: relative;
    color: var(--color-font, rgba(66,41,14,0.95));
    display: block;
    margin: 0px;
    padding: 0px 12px 10px 12px;
    text-decoration: none;
    font-size: 14px;
}

.top-header-nav-menu a:hover {
    color: var(--color-font, rgba(66,41,14,0.95))!important;
    filter: brightness(0.8);
}

.top-header-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 12px 16px;
    margin: 0;
    z-index: 9999;
    padding-top: 20px;
}
/*
#
# Footer
#
*/
.top-footer {
    margin: 0px;
    font-size: 14px;
    color: #9CD9EC;
    line-height: normal;
    cursor: default;
    background-color: var(--color-gestion, #cf8457);
}
.footer-top-theme {
    padding-bottom: 0;
}
.footer-container {
    position: relative;
    margin: 0 auto;
    padding: 0px 50px;
    clear: both;
}
.bottom-nav-logos {
    width: 60%;
}
.footer-nav-links {
    display: flex;
    justify-content: space-around;
    padding-bottom: 40px;
    padding-top: 40px;
}
.bottom-nav-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.bottom-nav-menu li img {
    height: 45px;
    margin-bottom: 1em;
}
.bottom-nav-menu li a {
    display: block;
    padding: 3px 0px;
    color: #fff;
    text-decoration: none;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.3em;
}
.bottom-nav-commons {
    float: left;
    margin: 12px 0px 0px 0px;
    padding: 0px;
    clear: both;
}
.bottom-footer {
    margin: 0px;
    padding: 40px 0px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    cursor: default;
    background: #0000001a;
}


#loadingIndicator {
    display: flex;
    position: absolute;
    z-index: 6;
    background: #4f736a6b;
    height: 100%;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.main-loading-style{
    display: none;
}


.attributes-table th, .attributes-table td{
    padding: 1em;
}

.attributes-table tr:last-child {
    border-bottom: none!important;
}

.attribute-header {
    font-weight: bold;
    background-color: #565e76;
    color: #fff;
}

.attribute-entry {
    font-weight: bold;
}

.attribute-row {
    border-bottom: 1px solid #c6c6c6b5;
}

.close-button {
    cursor: pointer;
    width: fit-content;
    padding: 0.5em 0em 1em 0em;
}