.modal {
    background-color: rgba(0, 0,0,0.5);
}
.pplInvestmentLayerModal .modal-dialog {
    width: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pplInvestmentLayerModal .modal-content {
    overflow: hidden;
    max-width: 550px;
    /* max-height: 80%; */
}

#investment-layer-modal-header {
    padding: 30px;
    padding-bottom: 0;
}

#investment-layer-top-content {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    text-align: center;
    padding: 0 30px 30px 30px;
    align-items: center;
    
}
#investment-layer-top-content img{
    width: 10%; 
}

#investment-layer-top-content h3 {
    font-weight: 600;
}

#investment-layer-bottom-content {
    background-color: #F3F3F3;
    padding: 20px;
    font-size: 16px;
    text-align: center;
}

#investment-layer-modal-calc-container .modal-header {
    /* width: 500px; */
}

#investment-layer-modal-calc-container .modal-header .close {
    display: none;
}

#investment-layer-bottom-content #investment-layer-description {
    font-weight: 600;
    padding: 0;
    margin-bottom: 15px;
}

#investment-layer-popup-action-buttons {
    display: flex;
    justify-content: space-between;
    /* padding-top: 30px; */
    align-items: center;
    /* margin-top: 21px; */
}

.pipelbiz-primary-action-button {
    font-size: 18px;
    cursor: pointer;
    min-width: 150px;
    padding: 0.5em 1em;
    background-color: #4DB542;
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight:300;
}
.pipelbiz-primary-action-button .glyphicon {
    font-size: 22px;
}

.pipelbiz-secondary-action-button {
    font-size: 16px;
    color: black;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    font-weight:300;
}

#investment-layer-get-income-container {
    padding: 50px;
}

.disabled-button {
    pointer-events: none;
    color: rgb(197, 197, 197);
    background-color: rgb(240, 240, 240);
}