
    .dropdown-menu[data-bs-popper] {
        margin-top: 1.125rem!important;
        border-color: #273286!important;
    }
    .cta-button{
        background-color: #FF9118;
    }
    
    .datetimeTable .table thead{
        font-size: 14px!important;
        vertical-align: middle!important;
    }
    .modal-header{
        background: #ff9118;
    }
    .navbar-light .navbar-toggler {
        color: rgb(255 255 255)!important;
        border-color: rgb(255 255 255)!important;
        background: #ffffffd1!important;
    }
    .table>thead {
        vertical-align: middle!important;
        font-size: 14px!important;
    }
    
    button.btn.btn-orange {
        background-color: orange;
        width: auto;
        font-size: 10px;
        font-weight: bold;
        color:#fff;
    }
    button.btn.btn-green {
        background-color: green;
        width: auto;
        font-size: 10px;
        font-weight: bold;
        color:#fff;
    }
    button.btn.btn-red {
        background-color: red;
        width: auto;
        font-size: 10px;
        font-weight: bold;
        color:#fff;
    }
    
    .psp-table th {
        background: #000217;
        color: #fff!important;
    }
    
    .psp-checkbox{
        width:22px;
        margin-left: 12px;
    }
    .psp-checkbox:focus{
        box-shadow: none!important;
    }