@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    background-color:  #f9fafb;
    color: #404041;
}

.table {
    color: #404041 !important;
    font-weight: 600;
}

.table th {
    font-weight: 600;
    color: #404041;
}

.table-font-color {
    color: #D0BA77 !important;
}


.content-box {
    border-radius: 1rem;
    border: 1px solid #cecece;
    background-color: white;
}

select {
    border-color: #cecece!important;
    border-radius: 2rem !important;
}

hr {
    background-color: #cecece;
    color: #cecece;
    opacity: 1;
}

.navbar-brand > img {
    width: 300px;
    height: auto;
}

.nav-link-desc {
    font-weight: 400;
    font-size: 1rem !important;
    margin-bottom: 0 !important;
}

.nav-link-num {
    font-weight: 600;
    font-size: 1.462rem !important;
}

.nav-underline .nav-link {
    color: #404041;
    border-bottom: none;
    border-top: 0.2rem solid transparent;
}

.nav-underline .nav-link.active {
    border-bottom-color: none !important;
    border-top-color: currentColor !important;
}

.disable-scroll {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.disable-scroll::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.footer a {
    text-decoration: none;
    color: #404041
}

.footer ul {
    list-style-type: "-";
    padding-left: 0rem;
}

.tab-content .tab-pane.active {
    min-height: 400px;
}


.tab-content .tab-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
} 

h1 {
    /* font-size: 1.154rem; */
    font-size: 1.5rem;
}

.f-s {
    font-size: 0.846rem;
}