@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700');


*:not(i) {
    font-family: 'Nunito', sans-serif !important;
}


.section-title {
    font-size: 24px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.42 !important;
    letter-spacing: normal !important;
    color: #414141 !important;
}

.section-header {
    font-size: 20px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    color: #414141 !important;
}

.section-label {
    font-size: 14px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.21 !important;
    letter-spacing: 1px !important;
    color: #414141 !important;
    margin: 0;
}

.section-p {
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.75 !important;
    letter-spacing: 0.2px !important;
    color: #414141 !important;
}

.ui.segment {
    border: none !important;
    /*padding: 1em !important;*/
}

.ui.raised.segments, .ui.raised.segment {
    box-shadow: 0px 2px 17px 6px rgba(34, 36, 38, 0.05), 0px 2px 10px 0px rgba(34, 36, 38, 0.05) !important;
    border: none !important;
}

.ui.segments > .segment {
    border-top: 1px solid rgba(34, 36, 38, 0.15) !important;
}

.ui.segments:not(.horizontal) > .segment:first-child {
    border-top: none !important;
}

label.stand-out {
    color: #414141 !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.ui.menu {
   border: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
    border-radius: 0 !important;
}

i.bordered.icon {
    border-radius: 8px !important;
    -webkit-box-shadow: 0.1em 0.1em 0.8em 0.1em rgba(0, 0, 0, 0.1);
    box-shadow: 0.1em 0.1em 0.8em 0.1em rgba(0, 0, 0, 0.1);
}

.d-flex {
    display:flex;flex-direction: row;justify-content: space-between;
    padding: 2em !important;
}

.title {
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #00A081;
}

.ui.menu .item:before {
    background: none !important;
}

.ui.statistic>.value, .ui.statistics .statistic>.value {
    font-size: 2.5rem!important;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #1f4075;
    text-transform: none;
}

.blue.segment {
    background-color: #4D50A2!important;
}

.ui.inverted.blue.segment {
    background-color: #4D50A2 !important;
}

b, strong {
    font-size: 12px !important;
}

.ui.statistic>.label, .ui.statistics .statistic>.label {
    /*font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;*/
    font-size: 12px !important;
    font-weight: 900 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: 0.8px;
    text-align: center;
    color: #777cd9;
}

.red {
    background-color: #f9746a !important;
}

.payground-background {
    background-image: linear-gradient(0deg, #36e69a, #42b8e2) !important;
}

.ui.link.menu .item:hover,.ui.link.menu .item:hover svg rect,.ui.link.menu .item:hover svg path, .ui.menu .dropdown.item:hover, .ui.menu .link.item:hover, .ui.menu a.item:hover {
    cursor: pointer;
    background: #ebfcef !important;
    color: #00A081 !important;
    fill: #00A081 !important;
}

.ui.item.menu, .ui.item.menu .item, .ui.menu .dropdown.item,.ui.menu .link.item, .ui.menu a.item {
    font-size: 14px !important;
    line-height: 1.57 !important;
    letter-spacing: normal !important;
    color: #72808e !important;
}

.ui.menu .active.item, .ui.menu .active.item svg rect, .ui.menu .active.item svg path {
    background: #ebfcef !important;
    color: #00A081 !important;
    fill: #00A081 !important;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 4px solid #00A081 !important;
}

.ui.item.menu .dropdown .menu .item {
    height: auto!important;
}

.py-4 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ui.purple.text {
    color: #777cd9;
}

label {
    font-size: 11px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0.7px;
    color: #414141;
}