.campaignCube {
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 #eeeeee;
    display: inline-block;
    background: white;
    position: relative;
    padding: 0;
    cursor: pointer;
    user-select: none;
    text-align: right;
    transition: box-shadow 0.2s;
    height: 100%;
}
.campaignCard{
    height: 100%;
}

.campaignCube:hover {
    box-shadow: 0 2px 12px 0 #e0e0e0;
}

.campaignImg {
    width: 100%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    min-height: 180px;
}

.hot-inv {
    height: 32px;
    border-radius: 6px;
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 4px;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 8px;
}

.hot-inv span {
    margin-left: 5px;
    height: 21px;
    font-size: 16px;
    text-align: right;
    color: #f99050;
}

.toolTipCube {
    width: 360px;
    height: 32px;
    border-radius: 16px;
    background-color: rgba(97, 97, 97, 0.9);
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    position: absolute;
    top: -45px;
    right: -42px;
    display: none;
    text-align: center;
    padding: 24px 16px;
}

.hot-inv:hover .toolTipCube {
    display: flex;
}

.infoSvg {
    margin-top: 2px;
}

.fireSvg {
    margin-top: 2px;
}

.new-inv {
    padding: 0 8px;
    height: 32px;
    border-radius: 6px;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.new-inv span {
    width: 85px;
    height: 21px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #f72970;
}

.newInvSvg {
    width: 16px;
    height: 16px;
}

.campaignLogo {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    position: absolute;
    top: 140px;
    margin-right: 24px;
}

img {
    max-width: 100%;

}

.logoCube {
    padding: 2px;
}

.cubeContainer {
    width: 312px;
    margin-left: auto;
    margin-right: auto;
}

.cubeHeader {
    margin-top: 36px;
    width: 312px;
    height: 23px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #424242;
    margin-bottom: 0;
}

.cubeText {
    margin: 0;
}

.cubeTypeDiv {
    display: flex;
    gap: 8px;
    margin: 12px 0;
}

.cubeType {
    width: fit-content;
    padding: 0 8px;
    height: 22px;
    border-radius: 12px;
    background-color: #e8daff;
    font-size: 12px;
    text-align: center;
    color: #6929c4;
}

.cubeSlogan {
    font-size: 18px;
    text-align: right;
    color: #424242;
    margin-bottom: 12px;
}

.cubeTypeStartUp {
    background-color: #e9fff3;
    color: #09a184;
}

.cubeTypeRE {
    background-color: #ebf6ff;
    color: #0091f6;
}


.cubeTypeEq {
    color: #616161;
    background-color: #f5f5f5;
}

.cubeTypeAgah {
    background-color: #f5f5f5;
    color: #616161;
}

.tellMeMore {
    display: none;
    margin: 24px 0;
    text-align: center;
    border: solid 1px #bdbdbd;
    height: 36px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #f99050;
}

.tellMeMore:hover {
    border-color: #f99050;
}

.campaignCube:hover .tellMeMore {
    display: flex;
}

.cubeInvested {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    text-align: right;
    color: #9e9e9e;
    margin-top: 16px;
}

.campaignCube:hover .hoverDiv {
    display: none;
}

.totalInvestedSpan {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    color: #616161;
    margin-left: 4px;
    margin-right: 4px;
}

.cube-progress {
    margin: 12px 15px 12px 15px;
    width: 100%;
}

.progress {
    border-radius: 10px;
    height: 8px;
    overflow: hidden;
    box-shadow: none;
    background: #ededed;
    position: relative;
    width: 312px;
    margin-right: -14px;
}

.progress .progress-bar {
    background: #39C4AA;
    border-radius: 10px;
    font-size: 13px;
    line-height: 24px !important;
    height: 8px;
    float: right;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.daysleftNew {
    font-size: 14px;
    display: flex;
    text-align: right;
    color: #9e9e9e;
}

.daysleftNew span {
    margin-top: 2px;
    margin-right: 8px;
}