.bg-brand-gradient, .nav-footer, .page-logo, .page-sidebar {
    background-image: none;
    background-color: #ffffff;
}
.text-black{
    color: black;
}
.bg-brand-gradient, .nav-footer, .page-logo, .page-sidebar{
    background-image: none;
    background-color: #ffffff;
}
.nav-menu li a{
    color: #0f0f0f;
}
.nav-menu li a:hover{
    color: #00606c;
}
.nav-menu li a>.ni, .nav-menu li a>[class*=fa-]{
    color: #00606c;
}
.nav-menu li>ul li a{
    color: #0f0f0f;
}
.nav-menu li a:focus{
    color: #0f0f0f;
}
.nav-menu li.open>a
.nav-menu li>ul li a:hover {
    color: #00606c;
}
.nav-menu li>ul li>ul li a{
    color: #0f0f0f;
}
.nav-menu li>ul li>ul li a:hover{
    color: #00606c;
}
.nav-menu li.active>a{
    color: #054a53;
}
.nav-menu li>ul li a:hover{
    color: #0f0f0f;
}
.frame-wrap{
    float: right;
}

.nav-filter input[type=text] {
    background: rgb(255 255 255 / 40%) !important;
    color: #000 !important;
}


.page-logo img{
    width: 107px;
    height: 45px;
}
.boder-box{
    text-align: left !important;
    border: 2px solid #005464;
   -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    overflow: hidden;
    border-top-width: 2px;
    border-right: none;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
.detail-list{
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    color: #1f2122;
    font-size: 16px;
    line-height: 33px;
}
.detail-list span{
    font-family: 'Cabin', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    color: #080101 !important;
    font-size: 16px;
    line-height: 25px;
}
.boder-box-under{
     text-align: left !important;
    border: 2px solid #005464;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
    overflow: hidden;
    border-top: none;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left: none;
    background-color: rgba(0,0,0,0.03);
}

.delete-form{
    display: inline !important;
}

.conversion-form{
    display: inline !important;
}

.dataTables_filter {
    display: flex;
    align-items: center;
    justify-content: end;
}

div.dataTables_info {
    width: 50%;
}

div.dataTables_paginate {
    width: 50%;
}
div.dataTables_wrapper div.dataTables_processing{
    top: 90%  !important;
  }

  .dataTables_processing.card {
    background: transparent;
    box-shadow: none !important;
    border: none;
}

.table-processing.d-flex.align-items-center.justify-content-center.h-100 {
    background: white;
    padding-top: 4px;
    padding-bottom: 4px;
}

div.dataTables_length {
    width: 20%;
}
.action-col {
    min-width:110px ;
    text-align: center;
}
.brand-color{
    width: 25px;
    height: 25px;;
    float: left;
    border-radius: 100px;
}
label sup{
    color: red;
    font-weight: bold;
}
.dataTables_empty{
    font-size: 1rem !important;
}
.add-comment-form{
    background: #ebebeb;
    padding: 20px;
    border-radius: 4px;
}
.input-group-export{
    width: auto;
    float: right;
}
.phone-number-valid{
    float: left;
}
.payment-charts{
    background-color: #2198F3;
}
.assignments-tile{
    background-color: #52bf11;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before{
    color: #d12b2b;
    background-color: #d12b2b;
    border-color: #d12b2b;
}
.custom-control-input:checked~.custom-control-label::before{
    color: #fff;
    background-color: #d12b2b;
    border-color: #d12b2b;
}

.show-admins-filter{
    position: absolute;
    top: 113px;
    right: 350px;
}

#mailing-configs-table_wrapper{
    overflow-x: auto;
}

input[type=number].no-arrows::-webkit-inner-spin-button, 
input[type=number].no-arrows::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.w-150{
    width: 150px !important;
}
.client-img-delete-btn{
    position: absolute;
    top: 16px;
    right: 4px;
    width: 30px;
    height: 30px;
    padding: 0;
}

.no-images{
    color: #fd3995;
}
.w-150{
    width: 200px;
}

.sub-sub a:first-child .nav-link-text{
    color: #0f0f0f;
}