@font-face {
    font-family: mediumFont;
    src: url('../../assets/fonts/SFPRODISPLAYMEDIUM.OTF');
}
@font-face {
    font-family: semiBold;
    src: url('../../assets/fonts/FontsFree-Net-SFProDisplay-Semibold.ttf');
}


.close {
    position:absolute;
    top:18px;
    right:20px;
    cursor: pointer;
}
.content {
    margin-top: 13px;
}

.topic {
    font-family: mediumFont;
    font-style: normal;
    font-weight: 510;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #818188;
    margin-left: 95px;
    margin-bottom: 29px;
}
.list {
    margin-left: 62px;
}
.item {
    padding-left: 33px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:108px;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
}
.img {
    display: none;
}
.navLink {
    font-family: semiBold;
    font-style: normal;
    font-weight: 590;
    font-size: 20.3425px;
    line-height: 25px;
    color: #FFFFFF;
    width:218px;
}

.purpleBg:hover {
    background: #C758BC;
}
.darkBg:hover {
    background: #383839;
}
.darkBlue:hover {
    background: #2C3C90;
}
.dodgerblue:hover {
    background:dodgerblue;
}
.lightBlue:hover {
    background: #007DB9;
}

.item:hover .img {
    display: flex;
}