.error {
    color: red;
}

.pwd_check {
    display: contents!important;
}

/* Custom background color for DataTable buttons */
.dt-buttons {
    margin-left: 10px;
}

.dt-buttons button {
    background-color: #1b84ff;
    color: white;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.dt-buttons button:hover {
    background-color: #1b84ff !important;
    color: white !important;
    border: none !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

/* Container for the pagination buttons */
.dataTables_paginate {
    /* padding: 10px;
    text-align: center; */
}

/* Style for the individual pagination buttons */
.dataTables_paginate .paginate_button {
    color: white !important;
    margin: 0 5px !important;
    cursor: pointer !important;
    transition: background-color 0.3s, transform 0.3s !important;  /* Smooth transition for hover and active states */
}

/* Active page style */
.dataTables_paginate .paginate_button.current {
    background-color: #1b84ff !important;
    color: #fff !important;
}

.admin_header {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 0.2px 0.3px;
}

.float_right {
    float: right;
    text-decoration: underline;
    font-weight: 600;
}

.float_f_right {
    float: right;
    margin-right: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    padding: 10px 20px;
    background-color: #fff;
    width: 100%;
    color: #000;
    border: 1px solid #dbdfe9;
    cursor: pointer;
    border-radius: 4px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    padding: 10px;
}

.dropdown-content label {
    display: block;
    padding: 8px 0px;
    cursor: pointer;
}

.dropdown-content label:hover {
    background-color: #f1f1f1;
}

/*---------------------Selected User Dropdown------------------------*/

.selected-dropdown-btn {
    padding: 10px 20px;
    background-color: #fff;
    width: 100%;
    color: #000;
    border: 1px solid #dbdfe9;
    cursor: pointer;
    border-radius: 4px;
}

.selected-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    padding: 10px;
}

.selected-dropdown-content label {
    display: block;
    padding: 8px 0px;
    cursor: pointer;
}

.selected-dropdown-content label:hover {
    background-color: #f1f1f1;
}

/*-------------------------------------------------------*/

.show {
    display: block;
}

.selected-options {
    margin-top: 7px;
}

.selected-options input[type="checkbox"] {
    margin-right: 10px;
}

/* Search Box Styling */
.search-box {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.drop_form_control {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    border-radius: .475rem;
    box-shadow: false;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bg-light,.bg-pink {
    color:#000!important;
}

.mr-4 {
    margin-right: 2em;
}

.dl_a {
    padding: 10px!important;
    font-size: 13px!important;
}

.form-control-solid {
    border: 1px solid var(--bs-gray-300)!important;
}
.main-cont{
    max-height: 100vh;
    overflow: hidden;
  }
  td{
    white-space: normal;
    max-width: 450px !important;
    min-width: 150px;

  }
  td:first-child {
    min-width: auto;
  }

  .table-responsive
  {
      scrollbar-color: var(--bs-ribbon-label-border-color) transparent !important;
  }
  .doubleScroll-scroll-wrapper{
    margin-bottom: 5px;
  }
  div{
    scrollbar-color: var(--bs-ribbon-label-border-color) transparent !important;
  }
  .main-logo{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
  /* .doubleScroll-scroll{
    width: 170% !important;
  } */
  @media only screen and (max-width: 992px) {
    .main-cont{
        max-height: auto;
        overflow: auto;
      }

    .app-container {
        flex-wrap: wrap;
    }
    .app-header{
        height: auto;
    }

  }
  @media (min-width: 992px) {
    div{
        scrollbar-color: var(--bs-ribbon-label-border-color) transparent !important;
      }
  }