.cs-input-readonly{
    cursor: not-allowed;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

.cs-toggle-hover :hover {
    color: white !important;
}

.cs-alert-position {
    position: absolute;
    z-index: 148;
    width: max-content;
    margin: 32px;
    right: 0;
    bottom: 0;
}
.custom_text_toast {
    background-color: #d1e8ff !important;
    position: absolute;
    bottom: 10px !important;
    right: 10px;
}

    .custom_text_toast .toast-header {
        padding-bottom: 1rem !important;
        padding-top: 1rem;
        position: relative !important;
        padding-right: 1rem !important;
    }
    .custom_text_toast .toast-header > div {
        color: #0070e0;
    }
.custom_text_toast .toast-header .btn-close {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    margin-right: 0;
}
.success_text_toast {
    background-color: #e4f3ec !important;
}
.success_text_toast .toast-header > div {
    color: #03a65a;
}
.warning_text_toast {
    background-color: #ffedde !important;
}

.warning_text_toast .toast-header > div {
    color: #fc8621;
}

.danger_text_toast {
    background-color: #ffdede !important
}

.danger_text_toast .toast-header > div {
    color: #fc2121;
}
.page-loader {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 100000;
    background: rgb(216 216 239 / 80%);
}
.page-loader .spinner-border {
    position: absolute;
    top: 50%;
    right: 50%;
}

.cs-diagonal-line{
    position:relative;
}
.cs-diagonal-line span.diagonal_box {
    position: absolute;
    width: 3px;
    height: 43px;
    background-color: rgb(255, 0, 0, 0.5);
    transform: rotate(45deg);
    top: -5px;
    left: 15px;
    transition: all .2s ease-in-out;
}
.cs-diagonal-line:hover span.diagonal_box {
    background-color: transparent;
    transition: all .2s ease-in-out;
}
.bonds_table_responsive{

}
#bondsTable thead tr th,
#bondsTable tbody tr td {
    padding-left: 0.6rem;
    padding-right: 0.6rem
}

    #bondsTable thead tr th:first-child,
    #bondsTable tbody tr td:first-child {
        padding-right: 0.1rem !important;
        padding-left: 1.5rem;
        max-width: 57px;
    }
        #bondsTable tbody tr td:first-child div{
            width:57px;
        }
        #bondsTable thead tr th:last-child,
        #bondsTable tbody tr td:last-child {
            padding-right: 1.5rem;
        }

#bondsTable thead tr th:nth-child(2),
#bondsTable tbody tr td:nth-child(2) {
    padding-left: 0 !important;
    padding-right: 0.6rem !important;
}
