@font-face {
    font-family: 'Archivo';
    src: url('/fonts/Archivo-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
    .list-action-group {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        flex-direction: column
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #F5FFF1;
    font-family: 'Archivo', sans-serif;
}

.btn-primary {
    background-color: #62933D;
    color: #ffffff;
}

input[type="file"] {
    display: none;
}

.sidebar .nano-content > ul li > a {
    background: #ffffff;
    color: #338D36;
}

.sidebar .nano-content > ul li > a:hover {
    background: #385b28;
    color: #ffffff;
}


.sidebar .nano-content > ul > li.active > a {
    color: #ffffff;
    background: #385b28;
}
.sidebar-color {
    background: #ffffff;
}

.sidebar-text {
    color: #338D36 !important;
}

.sidebar-logo {
    width: 200px;
}


.nav-profile {
    background-color: #ffffff;
    color: #338D36;
}

.nav-profile-logout {
    color: #338D36;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 15px;
}

hr.solid {
    margin-left: 5px;
    margin-right: 5px;
    border-top: 2px solid #338D36;
}


.page-content-wrapper {
    margin-left: 200px;
}
.header-content-wrapper {
    margin-left: 200px;
}

.hide-header-content-wrapper {
    margin-left: 50px;
}

.footer-content-wrapper {
    margin-left: 200px;
}

.row-actions {
    display: inline-block;
    color: #4B7A35;
    margin-right: 10px;
    margin-left: 10px;
}

.list-action-group {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.list-action-group-element {
    margin-left: 30px;
    margin-right: 30px;
}

.filter-card {
    width: fit-content;
    border-radius: 10px;
}

.list-action-group-element-filter {
    flex-grow: 1;
}

.button-clear-search {
    position: absolute;
    right: 0px;
    border: none;
    background-color: #ffffff;
    margin-right: 5px;
}

.button-clear-search-min {
    height: 24px;
    background-color: #ffffff;
}

.button-search {
    height: 42px;
    background-color: #4B7A35;
    color: #ffffff;
}

.button-primary {
    background-color: #62933D;
    color: #ffffff;
}

 .button-primary:hover {
    background-color: #385b28;
    color: #ffffff ;
}

.input-xs {
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; 
    border-radius: 3px;
    width: 100%;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.filter-button {
    border: none;
    background-color: #ffffff;
    color: #000000;

}

.filter-card-dropdown {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.filter-card-dropdown-element {
    margin-top: 10px;
}

.filter-card-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.DropDownFilter {
    min-width: 150px;
    max-width: 300px;
}

.button-selected-page {
    background: #4B7A35;
    border-color: #4B7A35;
    color: #ffffff;
}

.button-other-pages {
    background: #8fad82;
    border-color: #8fad82;
    color: #ffffff;
}

.list-table-row:hover {
    background-color: #F5FFF1 ;
}

.login-title-text {
    color: #4B7A35;
}

.kml-upload {
    display: flex;
    justify-content: flex-start;
    margin-left: 10px;
}

.input-text-readonly {
    background-color: white !important;
}

.modal-beneficiary {
    width: 80%;
    max-width: none;
    margin-top: 100px;
}