@font-face {
    font-family: Mulish;
    src: url('../fonts/Mulish/static/Mulish-Bold.ttf');
  }

#wrapper {
    display: flex;
}

#wrapper #content-wrapper {
    background-color: #F7F8FC;
    width: 100%;
    overflow-x: hidden;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}

.sidebar {
    /* width: 14rem !important; */
    width: 255px !important;
    min-height: 100vh;
}

.bg-pirelli-black {
    background-color: #363740;
}

.nav-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #A4A6B3;
    opacity: 0.7;
}

.nav-item-text {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #A4A6B3;
}

.nav-item-active-text {
    color: #DDE2FF !important;
}

.nav-item-active {
    background: rgba(159, 162, 180, 0.08);
}

.nav-item-inactive-image {
    opacity: 0.7;
}

.nav-item-padding {
    padding: 18px 24px 18px 32px;
}

.nav-title-padding {
    padding: 41px 55px 23px 32px;
}

.table-info-card {
    padding: 32px 0 32px 0;
}

.nav-mini-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    opacity: 0.7;
}

.divider-vertical {
    height: 32px;
    width: 0px;
    border: 1px solid #DFE0EB;
}

.content-font-normal {
    font-family: 'Mulish';
    font-style: normal;
}

.blackout-text {
    color: #9FA2B4 !important;
}

.star-icon {
    margin-left: 2px;
    margin-right: 2px;
}

/* Content Title */
.content-title-1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    color: #252733;
}

.content-title-2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #252733;
}

.content-title-3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #252733;
}

.content-title-active {
    color: #6F7CCE !important;
}

.content-title-inactive {
    color: #C2C3C9 !important;
}


/* Content text */

.content-text-14 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #252733;
}

.content-text-16 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #252733;
}

.content-text-20 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #252733;
}

.content-text-active {
    color: #2841D6;
}


.c-blue {
    color: #3751FF !important;
}

.c-green {
    color: #D1F445 !important;
}


/* Content text table */

.content-table-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #252733;
}

.content-text-explanation-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #9FA2B4;
}

.content-text-explanation-title-2 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1px;
    color: #9FA2B4;
}

.content-text-details-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #3751FF;
}

.bar-chart-blue {
    height: 0px;
    width: 20px;
    border: 2px solid #3751FF;
    border-radius: 5px;
}

.bar-chart-gray {
    height: 0px;
    width: 20px;
    border: 2px solid #DFE0EB;
    border-radius: 5px;
}

.click {
    cursor: pointer;
}

.modal{
    backdrop-filter: blur(20px);
}

.modal-backdrop{
    background-color: #cdcdcd !important;
}


