.btn-primary {
    background: linear-gradient(180deg, #3f67f463 0%, #27d5d8 100%);
    border: none;
}
.primary-menu .navbar {
    border-bottom: 1px solid #ffc107;
}
.form-control {
    border: 1px solid #3f67f463;
}
.form-select {
    border-color: #3f67f463;
}
.primary-menu .navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
}
.primary-menu .navbar .navbar-nav .dropdown-menu .dropdown-item i {
    margin-right: 8px;
    font-size: 18px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-width: 0.11;
    /* border-bottom-color: #ffc107; */
    border-top-color: #3f67f463;
}

@media only screen and (min-width: 485px) and (max-width: 2000px) {
    .custom_btn {
        float: right;
        margin-right: 5px;
        width: 20%;
    }
}
@media only screen and (max-width: 485px) and (min-width: 0px) {
    .custom_btn {
        float: right;
        margin-right: 5px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 2000px) {
    .custom_btn_b_user {
        float: right;
        margin-right: 5px;
        width: 40%;
    }
}
@media only screen and (max-width: 1025px) and (min-width: 485px) {
    .custom_btn_b_user {
        float: right;
        margin-right: 5px;
        width: 40%;
    }
}
/* mehul css */
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 20px !important;
    font-weight: 1 !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    width: 22em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-size: 12px !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 12px !important;
}
/*  */
@media only screen and (max-width: 485px) and (min-width: 0px) {
    .custom_btn_b_user {
        float: right;
        margin-right: 5px;
    }
}

.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
    color: var(--primary-color);
}
.toggle-icon {
    color: var(--primary-color);
}
.bx-home-alt:before {
    color: var(--primary-color);
    /*font-size: 20px;*/
}
.rounded-pill {
    width: 30px !important;
}
.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #3f67f463;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.sidebar-header {
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
    background: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #3f67f463;
}

.table {
    --bs-table-color: var(--bs-body-color);
    /*--bs-table-bg: #dc354505;*/
    --bs-table-border-color: #dc354505;
    /*--bs-table-accent-bg: #dc354505;*/
    --bs-table-striped-color: var(--bs-body-color);
    /*--bs-table-striped-bg: rgba(0, 0, 0, 0.05);*/
    --bs-table-active-color: var(--bs-body-color);
    /*--bs-table-active-bg: rgba(0, 0, 0, 0.1);*/
    --bs-table-hover-color: var(--bs-body-color);
    /*--bs-table-hover-bg: rgba(0, 0, 0, 0.075);*/
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

table.dataTable {
    margin-top: 15px !important;
}
table.table-bordered.dataTable th {
    color: #0a0a0a;
    font-weight: 500;
}
.top-mobile-view {
    display: none;
}

@media only screen and (max-width: 575px) and (min-width: 0px) {
    /* .d-sm-flex{
        display: flex!important;
    } */

    .top-mobile-view {
        display: block !important;
    }
}

table.dataTable tr:last-child {
    border-bottom: 1px solid #3f67f463; /* Adjust the color and thickness as needed */
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-top: 1px solid #3f67f463;
}
.active > .page-link,
.page-link.active {
    background-color: #008cff;
    border-color: #008cff;
}
.page-link {
    color: #0a0a0a;
}
.form-padding {
    padding: 10px;
}

.fa-eye {
    color: #008cff;
}
.bx-printer {
    color: #008cff;
}
.bx-edit {
    color: #008cff;
    font-size: 20px;
}
.bx-add-to-queue {
    color: #008cff;
}

.bx-show:before {
    border: 1px solid #008cff;
}
.action-buttons {
    display: flex;
    align-items: center;
}

.action-buttons a {
    display: inline-block;
    margin-right: 10px; /* Adjust the spacing between icons as needed */
}

table thead th .action {
    width: 120px;
}

input[readonly] {
    background-color: #6c757d52 !important;
}
.Breadcrumbs {
    font-size: 18px;
    font-weight: 500;
}
.table-font {
    font-size: 14px;
}

/* .datatable tr td:last-child {
    display: flex !important;
    align-items: center !important;
 } */
/* a:link{
 color: #008cff !important;
} */

/* table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    text-align: center !important;
} */

/* div.dataTables_wrapper div.dataTables_paginate ul.pagination li{
    border: 1px solid #ffc1077a !important;
} */

.form-control:focus {
    color: var(--bs-body-color);
    /* background-color: var(--bs-form-control-bg); */
    border-color: #3f67f4 !important;
    color: powderblue;
    outline: 0;
    box-shadow: none !important;
}

.card_body_border {
    border: 1px solid #008cff;
    border-radius: 10px;
}
