.border-left {
    border-left: 2px solid var(--primary) !important;
  }
  .sidebar {
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto;
  }
  
  .overlay {
    background-color: rgb(0 0 0 / 45%);
    z-index: 99;
  }
  .sidebar-text {
    font-size: 1.6rem;
  }
.sidebar-custom {
    background: black;
}
  a.list-group-item.active.active-custom {
    background: linear-gradient(270deg, #fff 0%, #ffd87d 97.84%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.034);
    border-radius: 4rem;
    color: var(--outline-color);
    font-weight: 500;
  }
  .list-group-item.sidebar-background {
    background-color: none;
    background: none;
    font-weight: 500;
    color: white;
  }
  .dashboard-background {
    background: wheat;
  }
  .search-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
    background-repeat: no-repeat;
    background-position: 130px 10px;
    font-size: 1.6rem;
    border-radius: 12px;
    border: 1px solid var(--outline-color);
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
  }
  .custom-card {
    border-radius: 30px;
    box-shadow: 4px 4px 20px 2px rgba(116, 15, 215, 0.05);
    border-radius: 12px;
    border: 1px solid var(--outline-color);
    background: rgba(0, 0, 0, 0.5);
    color: var(--yellow-color);
    min-height: 11.5rem;
  }
  .col-basic-left p,
  .col-basic-right p {
    font-size: 1.5rem;
  }
  .heading img {
    width: 80px;
  }
  .custom-gradient {
    border-radius: 10px;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0px 4px 4px 0px rgba(92, 80, 61, 0.25);
  }
  .custom-gradient h5.card-title {
    color: var(--outline-color);
  }
  .custom-card.custom-gradient {
    background: rgba(0, 0, 0, 0.5);
    color: var(--yellow-color);
    min-height: 11.5rem;
    border-radius: 10px;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0px 4px 4px 0px rgba(92, 80, 61, 0.25);
    border: none;
  }
  table caption {
    padding: 0.5em 0;
  }
  
  table.dataTable th,
  table.dataTable td {
    white-space: nowrap;
  }
  
  .p {
    text-align: center;
    padding-top: 140px;
    font-size: 14px;
  }
  .table-hover > tbody > tr:hover > * {
    color: var(--yellow-color);
  }
  .custom-table th {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .custom-table td {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .dark {
    background-color: #1c1303;
  }
  .table > :not(caption) > * > * {
    border-bottom: none;
  }
  .form-control.search-icon {
    border: 1px solid var(--outline-color);
  }
  .form-control.search-icon:focus {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    border: 1px solid var(--yellow-color);
  }

  .custom-select,
  .custom-select:focus {
    border-radius: 4px;
    border: 1px solid var(--outline-color);
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
    box-shadow: none;
    font-size: 1.6rem;
  }
  .custom-select:focus {
    box-shadow: none;
  }
  .custom-label {
    font-size: 1.6rem;
    color: var(--white);
  }
  .custom-input {
    border-radius: 4px;
    border: 1px solid var(--outline-color);
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
    box-shadow: none;
    font-size: 1.6rem;
  }
  .submit-custom {
    color: var(--dark-brown);
    border-radius: 4px;
    border: 1px solid var(--outline-color);
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
    box-shadow: none;
    font-size: 1.6rem;
  }
  .btn-gradient {
    border-radius: 4px;
    border: 1px solid var(--outline-color);
    background: linear-gradient(180deg, #686868 0%, #000 100%);
    box-shadow: 0px 4px 4px 0px rgba(92, 80, 61, 0.25);
    width: 144px;
    height: 40px;
    flex-shrink: 0;
    font-size: 1.6rem;
    color: var(--white);
  }
  .btn-gradient:focus, .btn-gradient:hover {
    border: 1px solid var(--yellow-color);
    font-weight: 500;
  }
  .form-check-input.custom-check:checked{
    background-color: var(--outline-color);
    border: none;
  }
  .custom-heading{
    color: var(--yellow-color);
    font-size: 2.5rem;
  }
  .custom-text{
    color: var(--yellow-color);
    font-size: 1.5rem;
  }
  .section-right{
    padding: 9rem;
  }
  .custom-padding{
    padding: 2rem;
  }
  .m-4.text-center.form-control.rounded.custm-form{
  width: 6rem;
  height: 6rem;
  }
  a.custom-bottom:hover{
color: var(--white);
  }

/*01 Aug 2024 CSS*/
div#sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    min-height: 100dvh;
    overflow-y: auto;
    transition:0.5s;
}
.main-content-dashboard {
    width: calc(100% - 250px);
    margin-left: 250px;
    transition: 0.5s;
}
#open-sidebar {
    display: flex;
    padding: 4px 6px;
    background: black;
    color: white;
    border-radius: 4px;
    font-size: 18px;
}
#open-sidebar svg{
    width:20px;
    height:20px;
}
body.sidebar_hide div#sidebar {
    left: -320px;
}

body.sidebar_hide .main-content-dashboard {
    width: 100%;
    margin-left: 0;
}


/*-----02-09-2024----*/
.list-group-item-action{
    background:none;
    color:white;
}
.list-group-item-action:hover {
    background: #0d6efd;
    color: white;
}
#idCountNumber {
    margin-top: -19px;
    margin-right: -25px;
}

