
li.active .page-link {
    background-color: #000;
    color: #ffffff;
    border-color: #000;
}

li .page-link {
    color: #000;
}

li .page-link:hover {
    color: #000;
}

.sticky-sidebar {
    visibility: hidden !important;
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

body {
    color: black !important;
    font-family: "Rubik", sans-serif;
}

.sidebar .sidebar-menu > ul > li > a span {
    padding: 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    color: black;
    line-height: 18px;
}


.content-page-header h5 {
    font-size: 34px;
    color: #28084B;
    font-weight: 300;
    margin: 0;
}

.card-body h6 {
    font-weight: 600 !important;
    margin-top: 10px
}


.form-group .form-control {
    border: 1px solid black
}

.select2-container--default .select2-selection--single {
    border: 1px solid black
}

.table tbody td a.btn-action-icon {
    color: black;
}

.sidebar .sidebar-menu-two > ul > li > a {
    padding: 8px 25px;
    position: relative;
    color: white !important;
}

.sidebar .sidebar-menu-two > ul > li > a span {
    padding: 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    color: white !important;
    line-height: 18px;
}


.card-table .card-body .table td {
    color: black;
    font-weight: 400;
    border-top: 0;
    font-size: 13px;
    padding: 15px 25px;
    white-space: nowrap;
    box-shadow: none;
}

.customer-details-group .customer-details .customer-details-cont p {
    color: black;
    margin: 0;
}

.grid-blog .blog-content p {
    margin: 0 0 14px 0;
    color: black;
}


.table tbody td a.btn-action-icon {
    background: white;
    color: black;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0px;
    border: 1px solid black;
}

.nav-tabs .nav-link.active {
    color: black;
    background-color: #fff;
    border-color: black black #fff;
}

.nav-link {
    color: black;
    font-weight: bold;
}

.nav-tabs {

    --bs-nav-tabs-border-color: black;
}

.card {
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    margin: 0 0 24px 0;
    display: inline-block;
    width: 100%;
    border: 1px solid lightgrey;
    border-top: 3px solid #d3c7b1;
    border-radius: 0px;
}

.select-custom {
    color: #878A99;
    line-height: 43px;
    border-radius: 5px;
    padding-right: 30px;
    padding-left: 15px;
}

/*.table tr {
    border-bottom: 1px solid lightgrey
}*/

.nav-tabs .nav-link:hover {
    background-color: #d3c7b1
}

.nav-tabs .nav-link.active {
    color: white;
    background-color: black;
    border-color: black black #fff;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.form-control {
    border-radius: 0;
    border: 1px solid lightgrey;
}


.form-select {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    padding-right: 30px;
    padding-left: 15px;
    
    border: 1px solid black;
    border-radius: 0px;
}

.btn-white {
    background-color: black;
    border-color: black;
    color: white;
    box-shadow: inset 0 0 0 0 #fff;
}

.btn-success {
    background-color: black;
    border-color: black;
    color: white;
    box-shadow: inset 0 0 0 0 #fff;
}

.btn-primary {
    background-color: black;
    border-color: black;
    color: white;
    box-shadow: inset 0 0 0 0 #fff;
}


.form-group .form-control {

    border: 1px solid black;
    box-shadow: none;
    border-radius: 0px;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #878A99;
    line-height: 43px;
    border-radius: 0px !important;
    padding-right: 30px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid black;
    border-radius: 0px;
}


.select2-container--default .select2-selection--single .select2-selection__clear {
   
    font-size: 30px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    font-size: 30px;
  }