.sidebar-orange {
    background-color: #fea500 !important;
    color: #000000;
}

/*.sidebar-orange a, .sidebar-orange i {*/
    /*color: #ffffff !important;*/
/*}*/
/*.sidebar-orange a:hover, .sidebar-orange i:hover {*/
    /*color: #000000 !important;*/
/*}*/


.tel-prefix{
    display: flex;
    align-items: center;
    padding: 0.375rem 0.55rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e444a;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f2f5 !important;
    box-shadow: 0 1px 0 #d4dae3;
    border: 1px solid #d8dde5;
    border-radius: 0.25rem 0 0 0.25rem;
}

.add-payment-marshal{
    padding: 15px;
    width: 300px;
    left: unset;
    right: 0;
    -webkit-box-shadow: -3px 5px 15px 1px rgba(0,0,0,0.15);
    box-shadow: -3px 5px 15px 1px rgba(0,0,0,0.15);
}
.add-payment-marshal select{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.add-payment-marshal button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}