div#OpportunityInfoPage img {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    margin-right: 15px;
}

.info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.flex.align {
    align-items: center;
}



section#Opportunities>.btn.addBtn {
    position: absolute;
    top: 10px;
    left: 264px;
    background: none;
    box-shadow: none;
    font-size: 21px;
    font-weight: bold;
}



div#OpportunityInfoPage {
    position: absolute;
    left: 315px;
    right: 15px;
    top: 75px;
    background: #0000003b;
    padding: 10px;
    padding-top: 0px;
    padding-left: 20px;
}

.thirdSection {
    width: 33%;
    overflow: auto;
    height: 100%;
}

.twoThirdSection {
    width: 66%;
    overflow: auto;
    height: 100%;
}

.thirdHeightSection {
    background: #ffffff05;
    padding: 10px;
    padding-top: 2px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 210px;
}

.thirdHeightSection h5,.fullHeightSection h5 {
    margin: 3px 0px;
}

.fullHeightSection {
    height: calc(100vh - 205px);
    background: #ffffff05;
    padding: 10px;
    padding-top: 2px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
}

.flex.between.top {
    align-items: start;
}

.listWrapper.leftList .leadBreak {
    border-bottom: 1px solid #ffffff33;
    padding: 0px;
    margin: 15px;
}

#Opportunities .leadFireListItem {
    margin-left: -10px;
    margin-right: 10px;
    color: #ab1e3b;
}