.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.portfolioDash {
    /* box-shadow: rgba(00, 00, 00, 0.16) 0px 0px 24px; */
    border-radius: 8px;
    z-index: 10;
    background-color: #fff;
    position: relative;
    border: 1px solid #cecece;
}

.greyBgBash {
    background-color: #CECECE;
    border-radius: 8px 0px 0px 8px;
    color: #fff;
    white-space: nowrap;
}

.redBgBash {
    background-color: #542D6F;
    border-radius: 0px 8px 8px 0px;
    color: #fff;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blackBgBash {
    background-color: #000000;
    border-radius: 8px;
    color: #fff;
    white-space: nowrap;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.couponDiv {
    background-color: #82D1FF;
    color: #13035F;
    font-weight: 600;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 14px;
    max-width: 200px;
    text-align: center;
}

.borderDivDash {
    border-radius: 8px;
    /* box-shadow: rgba(00, 00, 00, 0.16) 0px 0px 24px; */
    border: 1px solid #CECECE;
}

.bondTableStyle th {
    font-weight: 500 !important;
    font-size: 18px !important;
    text-align: center;
    padding: 1rem 0.5rem !important;
    border-bottom: 1px solid #cecece !important;
    border-right: 1px solid #cecece !important;
}

.bondTableStyle th:last-child {
    border-right: none !important;

}

.bondTableStyle td {
    padding: 0.5rem 0.5rem !important;
    border-bottom: 1px solid #cecece !important;
    border-right: 1px solid #cecece !important;
}

.bondTableStyle td:last-child {
    border-right: none !important;

}

.orangeButtonStyle {
    border-radius: 8px;
    background-color: #542D6F;
    border: 1px solid #542D6F;
    color: #fff;
    width: 220px;
    padding: 5px 0rem;
}

.greyButtonStyle {
    border-radius: 8px;
    background-color: #556161;
    border: 1px solid #556161;
    color: #fff;
    width: 220px;
    padding: 5px 0rem;

}

.orangeSlide {
    background-color: #542D6F;
    border-radius: 0px 0px 8px 8px;
    padding-top: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: -2rem;
    z-index: -1;
    color: #fff;
    display: none;
    font-size: 14px;
}

.buyWhiteBtn {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    width: 200px;
    padding: 5px 0rem;
    font-weight: 600;
}

.buyBondModal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    top: 0;
    left: 0;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    display: none;
}

.buyBondModalContent {
    width: 550px;
    background-color: #fff;
    border-radius: 8px;
}

.inputAmountStyle {
    border: 1px solid #707070;
    border-radius: 5px;
    width: 500px;
}

.modalInputAmount {
    border: none !important;
    box-shadow: none !important;
    font-weight: 500 !important;
}

.cancelBtnStyle {
    border-radius: 8px;
    background-color: #FF2626;
    border: 1px solid #FF2626;
    font-weight: 600;
    color: #fff;
    width: 115px;

}

.requestBtnStyle {
    border-radius: 8px;
    background-color: #209E06;
    border: 1px solid #209E06;
    font-weight: 600;
    color: #fff;
    width: 115px;
}

.marginLeftSideBar {
    margin-left: 250px;
}

.containerApp {
    display: block;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containerApp input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmarkApp {
    border: 1px solid #ccc;
    /* box-shadow: rgba(00, 00, 00, 0.16) 0px 0px 24px; */
    border-radius: 8px;

}

/* When the radio button is checked, add a blue background */
.containerApp input:checked~.checkmarkApp {
    border: 1px solid #542D6F;
    border-radius: 8px;
    background-color: #542D6F15;
    color: #542D6F;
}

/* Show the indicator (dot/circle) when checked */
.containerApp input:checked~.checkmarkApp:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerApp .checkmarkApp:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.longTable {
    display: none;
}

.pendingDiv {
    background-color: #fae017;
    border-radius: 4px;
    text-align: center;
    width: 80%;
    margin: auto;
    color: #fff;
    font-weight: 500;
}

.approvedDiv {
    background-color: #00a651;
    border-radius: 4px;
    text-align: center;
    width: 80%;
    margin: auto;
    color: #fff;
    font-weight: 500;
}

.w3-container, .w3-panel {
    padding: 1.3rem 16px !important;
}

.w3-round-xlarge {
    border-radius: 10px !important;
}

.orangeProgress {
    background-color: #542D6F !important;
}

.greyProgress {
    background-color: #e3e3e367;
    /* box-shadow: rgba(00, 00, 00, 0.16) 0px 0px 24px; */
    border: 1px solid #CECECE;
    border-radius: 11px !important;

}

.fundsGreyBg {
    background-color: #f2f2f2;
    border-radius: 8px;
    /* box-shadow: rgba(00, 00, 00, 0.16) 0px 0px 24px; */
}

.whiteBgFunds {
    background-color: #fff;
    border-radius: 12px 0px 0px 12px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.midBgFunds {
    background-color: #C00000;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: #fff;
}

.midBgFunds2 {
    background-color: #777777;
}

.midBgFunds3 {
    background-color: #4CB050;
}

.greenBgFunds {
    background-color: #00AA5A;
    border-radius: 0px 12px 12px 0px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.calculateBtn {
    width: 200px;
    border-radius: 8px;
    background-color: #542D6F;
    border: 1px solid #542D6F;
    color: #fff;
    padding: 5px 0rem;
    font-weight: 500;
}
html, body {
    font-size: 16px !important;
}
@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    .pendingDiv {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .approvedDiv {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .marginLeftSideBar {
        margin-left: 195px;
    }
}

@media (max-width: 991.98px) {
    .pendingDiv {
        width: 100%;
    }

    .approvedDiv {
        width: 100%;

    }
}

@media (max-width: 767.98px) {
    .inputAmountStyle {
        width: 100%;
    }

    .buyBondModalContent {
        width: 100%;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .marginLeftSideBar {
        margin-left: 0px;
    }

}

@media (max-width: 575.98px) {
    .whiteBgFunds {
        border-radius: 12px 12px 0px 0px;
    }

    .greenBgFunds {
        border-radius: 0px 0px 12px 12px;
    }
    .calculateBtn {
        width: 100%;
    }
}