ul.nav__list, ul.ui-autocomplete {
    margin-bottom: 0 !important;
}

ul.nav__sub, ul.ui-autocomplete {
	padding-left: 0;
}

textarea {
	border: 2px solid #076b8f !important;
}

body {
    /*font-family: Arial, sans-serif;*/
    background-color: #f4f4f2 !important;
    line-height: 21px !important;
}

ul.breadcrumbs__list {
    padding-left: 0;
}

input,
select.form-select {
    border: 2px solid #076b8f !important;
}

span.input-group-text {
    border-right: 2px solid #076b8f !important;
    border-top: 2px solid #076b8f !important;
    border-bottom: 2px solid #076b8f !important;
}

.btn svg {
    fill: white;
    width: 18px;
    padding-right: 5px;
}

span.select2.select2-container {
    width: 100% !important;
    /*max-width: 500px;*/
}

.btn {
    /*background-color: #ec7501;
    color: #fff;
    border: none;*/
    /*border-radius: 5px;*/
}
