.img-popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0 0 0 / 76%);
  }

.img-popup-content {
    margin: 15% auto;
    display: block;
    width: 300px;
    max-width: 80%;
  }

  .closePopup {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }

  table {
    min-width: max-content;
  }
  .select2-results{
      min-width: max-content;
  }
  .select2-drop {
      min-width: max-content;
  }
  .dropdown-menu ul.menu li a{
    color: black;
  }

  div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  div.scrollmenu button {
    display: inline-block;
  }

  .button-menu-icon{
    font-size: 18px !important;
  }
  .button-menu-s{
    color: #999999; 
    background-color: #fff ;
    height:60px;
    width:140px;
  }
  .button-menu-a{
    color: #000000;
    background-color: #ffffff;
    height: 60px;
    width: 140px;
    border: 1px solid black;
  }
  .table-responsive {
	  min-height: 450px;
  }
  th {
    white-space: nowrap; /* Prevents text wrapping in the table header */
}

.btn-primary {
  background-color: #6c34f9;
  color: #fff
}
.btn-primary:hover {
  color: #fff;
  background-color: #6c34f9;
  border-color: #6c34f9;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6c34f9;
  border-color: #6c34f9;
}

a {
  color: #6c34f9;
}
a:hover {
  color: #6c34f9;
}

.badge-primary {
  background: #6c34f9;
  color: #fff;
}


@media (max-width: 1200px) {
  .back-btn{
    display: block;
  }
  .right_icon_toggle_btn{
    display: block;
    }
}
@media (min-width: 1201px) {
  .back-btn{
    display:none; 
  }
  .right_icon_toggle_btn{
    display:none; 
    }
}

.sidebar .menu .list a i {

 transform: rotate(0deg);  
}
.select2-search-choice-close {
  position: absolute;
  width: 100%;
}