.main{
    background: #ff5a00;
}
.side-nav > ul ul.side-menu__sub-open {
    background: #c4522c;
}
.mobile-logo{
    width: 100%;
    height: auto;
    max-width:60px;
}
.my-auto button{
background: #f84d09 ;
border-color: #f84d09 ;
}
/* #pagination-links{
    margin-left: 170%;
} */
.my-auto button:hover{
background: #fff ;
border-color: #f84d09 ;
color: #242a2d;
}
.my-auto h2{
    color: #242a2d;
}
.page-bg-orange{
    background: #d53b00;
}
.move-item-right {
    margin-left: 90%;
}
.orange-color{
    color: #ff5a00;
}
.summary-box .summary-icon{
    width: 30px;
    margin-left: auto;
    margin-right: auto;
}
.summary-box .text-base{
text-align: center;
}
.summary-box .text-3xl{
    text-align:center;
}
.drop-down-hover:hover{
    background: #c4522c;
}
.w-full .btn-primary{
    background: #ff5a00;
    border-color: #ff5a00;
}
#tabulator-html-filter-go{
    background: #ff5a00;
    border-color: #ff5a00;

}
.form-div{
    margin-top:12px
}
.form-div label{
    margin-bottom: 0;
}
.text-right .btn-primary, .intro-y .btn-primary{
    background: #ff5a00;
    border-color: #ff5a00;

}
.form-check-switch:checked{
    background-color: #ff5a00;
    border-color: #ff5a00;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}