@font-face {
    font-family: neosans_std_regular;
    src: url('../fonts/NeoSansStdRegular.otf');
}

@font-face {
    font-family: helvetica_regular;
    src: url('../fonts/Helvetica.ttf');
}

@font-face {
    font-family: neosans_std_medium;
    src: url('../fonts/NeoSansStdMedium.otf');

}

@font-face {
    font-family: neosans_std_bold;
    src: url('../fonts/NeoSansStdBold.otf');
}

@font-face {
    font-family: lato_black;
    src: url('../fonts/LatoBlack.ttf');
}

@font-face {
    font-family: muli_regular;
    src: url('../fonts/Muli.ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

:root {
    --main-green: #028446;
    --main-green-light: #03A858;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* font-family: neosans_std_regular; */
    font-family: muli_regular;
    /* font-family: 'Rubik', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    background-color: #f5f5f5;
    /* background-color: #f7f9fd; */
    font-size: 0.8rem;
    padding-bottom: 80px;
}

.form-control {
    font-size: 0.8rem;
}
h4 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    /* Vertically center the text there */
    /* line-height: 80px;  */
    background-color: rgba(255,255,255,0.5);
    
    font-size: 12px;
    color:black; 
}


/* Rounded border */
hr.rounded {
    border-top: 3px solid #bbb;
    border-radius: 2px;
    top: 0;
    left: 0;
}

.heading-line { 
    width: 30px;
    border-top: 5px solid var(--main-green-light);
    border-radius: 3px;
    position: absolute;
    top: -1px;
    left: 0;
}

.page-heading {
    margin-bottom:1rem;
    /* font-family: neosans_std_regular; */
}

.navbar-font-size {
    font-size: 15px; 
}

.navbar-font-settings {
    font-size: 16px; 
}

.nav-buttons {
    /* background-color:gray;  */
    padding-right:25px;
    padding-left:25px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    
}

.nav-bg {
    margin-left: 5px;
    margin-right: 5px;
}

.nav-bg:hover {
    border-radius: 5px;
    background-color: #E6E6E6;
}

/* .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: var(--main-green);
    border-bottom: 4px solid var(--main-green);
} */

.nav-link {
    font-weight: 500;
}

.nav-item {
    margin-right: 5px;
    margin-left: 5px;
}

.hide-overlap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #03A858;
    font-weight: 700;
}

.menu-bg {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background-color: #E6E6E6;
    margin-right:10px;
}


.btn-approve {
    color: #fff;
    background: #03A858;
    border-color: #03A858;
}

.btn-companies {
    color: #028446;
    border: solid 1px #028446;
}

.btn-companies:hover {
    background: #f1f1f1;
    color: #028446;
}

.btn-companies:focus {
    color: #028446;
}
.btn-approve:hover {
    color: #fff;
    background: #04c266;
    border-color: #04c266;
}

.btn-primary {
    color: #fff;
    background-color: #028446;
    border-color: #028446;
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #028446;
    border-color: #028446;
}

.btn-primary:hover {
    color: #fff;
    background: #03A858;
    border-color: #03A858;
}


.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background: #03A858;
    border-color: #03A858;
}

.btn-outline-success {
    color: #028446;
    border-color: #028446;
}
  
.btn-outline-success:hover {
color: #fff;
background-color: #03A858;
border-color: #03A858;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
box-shadow: 0 0 0 0.25rem rgba(56, 193, 114, 0.5);
}

.btn-danger {
    color: #fff;
}

.btn-danger:hover {
    color: #fff;
}


.breadcrumb {
    margin-bottom: 0;
}

body {
    margin: 0;
    padding: 0;
}

.table > :not(:first-child) {
    border-top: 0;
}

.col-form-label {
    color:#414042;
}

.bg-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 1.42857;
    background-color: #E6E6E6;
    color: #414042;
}

.bg-circle:hover {
    background-color: #d3d3d3;
}


.apps-menu {
    width: 17rem;
}

.apps-btn {
    font-size: 13px;
}

.apps-title {
    color: gray;
}

.apps-btn:hover {
    background: #efefef;
}

.apps-icon {
    color: rgb(2,131,111);
    font-size:20px;
}

@media (max-width: 768px) {
    .apps-menu {
        width: 18rem;
    }
    .nav-wrap {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}
 


