.primary-text {
    color: #4486f8 !important;
}
.primary-text {
  color: #4486f8 !important;
}
.btn-primary-bg, .btn-primary,
.btn-primary-bg:hover, .btn-primary:hover {
    background-color: #4486f8 !important;
    color: #fff !important;
    border-color: #4486f8 !important;
}
.btn-primary-light-bg{
    background-color:rgba(68, 134, 248, 0.1)!important;
    color:#4486F8!important;
    border:transparent;
}
.btn-success-light-bg,
.btn-success-light-bg:hover {
    background-color: rgba(63, 189, 84, 0.1) !important;
    color: #3FBD54 !important;
    border: 1px solid #ebf8ee !important;
}

    .btn-primary-bg:active,
    .btn-primary-bg:focus,
    .btn-primary-bg:hover,
    .btn-outline-primary:focus{
        background-color: rgba(68, 134, 248, 0.9) !important;
        color: #fff;
    }

.btn-primary-bg-light {
    background-color: rgba(68, 134, 248, 0.1) !important;
    color: #4486f8 !important;
}

    .btn-primary-bg-light:active,
    .btn-primary-bg-light:focus,
    .btn-primary-bg-light:hover,
    .btn-primary-light-border:active,
    .btn-primary-light-border:focus,
    .btn-primary-light-border:hover {
        background-color: #4486f8 !important;
        color: #fff !important;
    }

.btn-primary-light-border {
    background-color: rgba(68, 134, 248, 0.1) !important;
    color: #4486f8 !important;
    border: 1px solid #4486f8 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(68, 134, 248, 0.1) !important;
    color: #4486f8 !important;
}

.btn-green-bg-light {
    background-color: rgba(63, 189, 84, 0.1) !important;
    color: #3fbd54 !important;
}

    .btn-green-bg-light:active,
    .btn-green-bg-light:focus,
    .btn-green-bg-light:hover {
        background-color: #3fbd54 !important;
        color: #fff !important;
    }

.green-bg {
    background-color: #3fbd54 !important;
    color: #fff !important;
}

.btn-green-bg-light:active .tick,
.btn-green-bg-light:focus .tick,
.btn-green-bg-light:hover .tick {
    background-color: #fff !important;
    color: #3fbd54 !important;
}

.custom-table table .form-check-input:hover,
.custom-table table .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.breadcrumb .breadcrumb-item.active {
    color: #4486f8;
}

.tabs-list.nav-pills .nav-item .nav-link {
    color: #1c1c1c !important;
}

    .tabs-list.nav-pills .nav-item .nav-link.active {
        border-bottom: 2px solid #4486f8 !important;
        background-color: transparent !important;
    }

.custom-table .table-footer .pagination > .active > a.btn-primary-bg:hover,
.custom-table .table-footer .pagination > li > a:hover {
    color: #4486f8 !important;
    background: rgba(68, 134, 248, 0.1) !important;
}

.custom-table .table-footer .pagination > li.prev > a:hover,
.custom-table .table-footer .pagination > li.next > a:hover {
    background: rgba(68, 134, 248, 0.2) !important;
}

.custom-table tbody tr.active td {
    background: rgba(68, 134, 248, 0.1) !important;
}


a.dwn-file-link:hover,
.header-profile-dropdown a:hover {
    color: #4486f8;
}
.btn-primary-border {
    color: #4486f8 !important;
    border: 1px solid #4486f8 !important;
}
.app-sidebar .side-menu__item.active,
.app-sidebar .side-menu__item:hover{
    border-bottom:3px solid #4486f8 !important;   
}
.app-sidebar .side-menu__item .side-menu__label.active,
.app-sidebar .side-menu__item .side-menu__label:hover{
    color:#4486f8 !important;
}