body {
    font-family: "Inter", sans-serif !important;
}
.tab button {
    overflow: hidden;
    border: 1px solid #ccc !important;
    background-color: #0090FF !important;
    width: auto;
}
.info.first {
    margin-top: 75px;
}
input#\31 {
    background: #0090FF;
    padding: 5px 10px;
    border: unset;
    color: #fff;
    font-weight: 700;
}
input#\31:hover {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #0090FF;
    color: #0090FF;
    font-weight: 700;
}
.tab button {
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-top: unset;
    border-bottom: unset;
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 14px 37px;
    transition: 0.3s;
    font-size: 17px;
}
.tab button:first-child {
    border-left: unset !important;
}
.tab button:hover {
    background-color: #ddd;
}
.tab button.active {
    background-color: #ccc;
}
.tabcontent {
    display: none;
    border-top: none;
}
.row {
    width: 25%;
    display: inline-block;
    margin-bottom: 20px;
}
.left {
    width: 50%;
    float: left;
    display: inline-block;
}
.right {
    width: 50%;
    float: right;
    display: inline-block;
}
div#target {
    width: 100%;
    display: block;
    clear: both;
}
div#draw {
    display: block;
    clear: both;
    width: 100% !important;
    height: 450px;
}
div#fonds {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}
div#fonds .container {
    padding: 0;
}
div#fonds table {
    margin: 0;
}
div#fonds th {
    background: #0090FF;
    color: #fff;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    padding: 6px;
    font-family: Squad, sans-serif !important;
    height: 50px !important;
    width: calc(86% / 3);
    min-width: 104px;
}
div#fonds table tr {
    text-align: center;
}
div#fonds table tr:nth-child(3) td {
    padding: 5px 10px;
    text-align: center;
}
div#fonds {
    width: 30%;
    display: inline-block;
    float: right;
}
@media screen and (max-width: 1279px) {
    div#fonds {
        width: 100%;
    }
}
div#fonds th a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
th.fond_name {
    background: #fff !important;
}
.main_date {
    background: #0090FF;
    color: #fff;
    text-align: right;
    padding: 7px;
}
.chart_side_bar {
    margin-top: 70px;
    font-family: Squad, sans-serif !important;
}
.chart_side_bar input {
    border: 1px solid #d8d8d8;
    padding: 10px;
}
span#sendData {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    background: #0090FF;
    color: #fff;
    margin-left: 15px;
    padding: 10px 20px;
}
span#sendData:hover {
    background: #0090FF;
    transition: 0.3s;
    cursor: pointer;
}
.ft,
.sc {
    padding-top: 30px;
    width: 40%;
    float: left;
}
@media screen and (max-width: 768px) {
    .ft,
    .sc {
        width: 100%;
    }
}
.ft a,
.sc a {
    margin-left: 7px;
    text-decoration: none;
    color: #0090FF;
    font-weight: 700;
}
.ui-datepicker .ui-datepicker-header {
    background: #fff;
    border: none;
}
.ui-datepicker .ui-datepicker-title select,
select.ui-datepicker-month {
    border: none;
    background: #fff;
    border-bottom: 1px solid #0090FF;
}
td.ui-datepicker-unselectable.ui-state-disabled span {
    color: red;
    border: none !important;
    text-align: center !important;
    background: #fff !important;
}
td.ui-datepicker-week-end a {
    color: red !important;
}
td.ui-datepicker-week-end {
    pointer-events: none;
    color: red;
    opacity: 0.35;
}
a.ui-state-default {
    border: none !important;
    background: #fff !important;
    text-align: center !important;
    color: #0090FF !important;
}
.units .unit_block {
    width: 33.33%;
    float: left;
}
.unit_block span,
.units h2,
h3.unitTitle {
    font-family: Squad, sans-serif !important;
}
.units h2,
h3.unitTitle {
    color: #0090FF;
}
span.highlighted:hover {
    color: #0090FF;
    transition: 0.3s;
}
#fonds table tr {
    width: 100%;
}
#fonds tr {
    border-bottom: 1px solid #d8d8d8;
    display: inline-block;
}
#fonds th {
    width: calc(100% / 3);
}
#fonds tr td {
    width: 36%;
}
.units {
    display: inline-block;
    width: 100%;
}
.left input,
.right input {
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.tab button:hover {
    background-color: #0090FF;
}
div#contributie input,
div#crestere input,
div#period input,
div#target input {
    font-size: 16px;
    padding: 12px 25px;
    cursor: pointer;
    letter-spacing: 1px;
    cursor: pointer;
    background: #0090FF;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
}
div#contributie input:hover,
div#crestere input:hover,
div#period input:hover,
div#target input:hover {
    font-size: 16px;
    padding: 12px 25px;
    letter-spacing: 1px;
    background: #F4F4F5;
    transition: 0.3s;
    border: none;
    color: #000;
    font-weight: 700;
}
button.tablinks.active {
    background: #0090FF !important;
}
.white-bg.home div#fonds table tr:nth-child(3) td {
    padding: 5px 0;
}
.white-bg.home div#fonds th {
    width: calc(100% / 4);
}
.white-bg.home #fonds tr td {
    width: auto;
    border-bottom: 1px solid #e9e9e9;
}
.white-bg.home #fonds tr {
    display: table-row;
}
.white-bg.home th.fond_name {
    border-bottom: 1px solid #e9e9e9;
    border-left: 2px solid #0090FF;
}
i.far.fa-share-square,
i.fas.fa-file-csv {
    font-size: 30px;
    margin-right: 10px;
    color: #0090FF;
}
span.text_download,
span.text_follow {
    height: 30px;
    vertical-align: super;
}
span.text_download {
    margin-left: 10px;
}
.fa-angle-up:before {
    color: #0090FF;
    margin-left: 7px;
}
.fa-angle-down:before {
    color: red;
    margin-left: 7px;
}
@media screen and (max-width: 768px) {
    .chart_side_bar input {
        margin-bottom: 15px;
    }
    .units .unit_block {
        width: 50%;
    }
    .left,
    .right {
        width: 100%;
    }
}
@media screen and (max-width: 397px) {
    span#sendData {
        margin-left: 0;
    }
}
span.text_here {
    clear: both;
    width: 300px;
    display: block;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 30px;
}
p.vuan_legend label {
    background: #0090FF;
    padding: 3px 12px;
    overflow: hidden !important;
    display: inline-block;
    float: left;
    margin-top: 13px;
    margin-right: 5px;
}
p.vuan_ajustat_legend label {
    background: #2e87bf;
    padding: 3px 12px;
    overflow: hidden !important;
    display: inline-block;
    float: left;
    margin-top: 13px;
    margin-right: 5px;
}
.vuan_ajustat_legend,
p.vuan_legend {
    display: inline-block;
    margin-left: 35px;
    width: 20%;
}
.vuan_ajustat_legend span,
p.vuan_legend span {
    display: block;
    width: 100%;
    margin-top: 7px;
}
.units .unit_block {
    width: 25%;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .units .unit_block {
        width: 50%;
    }
}
button,
input {
    font-family: Squad, sans-serif !important;
}
@media screen and (max-width: 600px) {
    #fonds tr:first-child {
        position: sticky !important;
        top: -2px;
    }
}
.chart_side_bar {
    float: left;
}

.units.dark-1093 h2, .units.dark-1085 h2, .units.dark-1086 h2 {
    color: #0090FF;
}