.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;}

.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;
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #212529;
  background-color: #fff;
  background-image: none
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid black;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select2-selection__clear {font-size: xx-large;}


