.slim_scroll {
    display: block;
    overflow: auto;
}


.slim_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.slim_scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.scroll_2_slim::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

.slim_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c3c3c3;
}


.dataTables_processing {
    box-shadow: 0 2px 20px rgb(204 197 185 / 50%) !important;
}

.dtr-data, td {
    font-weight: 100 !important;
}

.dtr-title {
    font-weight: bold !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.primary-color  th {
    color: white !important;
}

a.action-icon:hover, a.action-icon:focus {
    color: white !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    box-shadow: unset !important;
}

#unused-datatables, #used-datatables {
    width: 100% !important;
}

table.dataTable {
    width: 100% !important;
}

.buttons-excel {
    display: none !important;
}

.body_footer {
    /* min-height: calc(100vh - 20px); */
    min-height: calc(100vh);
    display: -webkit-flex;
    flex-direction: column;
}

.footer-bar {
    margin-top: auto;
    padding-bottom: 20px;
}

.d-none {
    display: none !important;
}

.dropdown-animate a:hover {
    color: #0168fa !important;
}

.apex-charts text {
    fill: #000000 !important;
}


/* Dropdown Button */
.dropbtn {
    background-color: #fff;
    border: none;
    display: block;
    padding: 25px 15px;
    color: #333333;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    width: auto !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s linear;
       -moz-transition: max-height 0.3s linear;
        -ms-transition: max-height 0.3s linear;
         -o-transition: max-height 0.3s linear;
            transition: max-height 0.3s linear;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    text-align: left !important;
    padding: 6px 6px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #eee;}

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
      
    max-height: 200px;
    -webkit-transition: max-height 0.3s linear;
       -moz-transition: max-height 0.3s linear;
        -ms-transition: max-height 0.3s linear;
         -o-transition: max-height 0.3s linear;
            transition: max-height 0.3s linear;
  }
  

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #fff;}

  div.dataTables_wrapper div.dataTables_length select {
    min-width: 60px !important;
}

.dtr-data {
    white-space: pre-line !important;
}

.iframe-agreement {
    width: 100%;
    overflow:hidden;
}

@media (max-width: 991px){
    .main-panel {
        padding-top: 125px !important;
    }
}

.at-style-responsive .at-share-btn {
    padding: 7.7px !important;
}