::-webkit-scrollbar {
    width: 5px;
    height: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #556ee6;
  }
.form-error {
    font-size:15px;
    color:red;
    font-weight:bold
}
.vertical-collpsed .logo span.logo-sm {
    display: none;
}
.logo-lg img {
    height: 70px;
}
.sidebar-enable .logo-lg img {
    max-width: 100%;
    height: auto;
}
.form-group label {
    display: block;
}
.btn {
  font-size: 13px;
  padding: 7px 8px;
  font-weight: 500;
}
.form-group label {
    font-size: 11pt;
}
.filter label {
    font-size: 10.5pt;
    margin-bottom: 10px;
    margin-top: 0px;
}
.select2-container {
  font-size: 11pt !important;
}
.form-control {
    font-size: 15.5px;
}
.form-control {
    height: auto;
}
.show-results-label {
    height: 20px;
    margin-bottom: 13px !important;
}
.btn i {
    margin-left: 5px;
}
textarea.form-control {
    height: auto;
    min-height: 120px;
}
.modal {
    padding: 0 !important;
}
.toaster {

    position: fixed;

    bottom: 30px;

    left: 30px;

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    background: #fff;

    padding: 21px 32px 21px 32px;

    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);

    overflow: hidden;

    transform: translateX(calc(-100% - 30px));

    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);

    z-index: 99999999999999999999;

    opacity: 1;

  }

  

  .toaster.active {

    transform: translateX(0%);

  }

  

  .toaster .toaster-content {

    display: flex;

    align-items: center;

  }

  

  .toaster-content svg {

    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-width: auto;
    background-color: #4070f4;
    color: #fff;
    font-size: 21pt !important;
    border-radius: 50%;
    padding: 7px;

  }

  

  .toaster-content .message {

    display: flex;

    flex-direction: column;

    margin: 0 15px;

  }

  

  .message .text {

    font-size: 15px;

    font-weight: 500;

    color: #666666;

    margin-top: 2px;



  }

  

  .message .text.text-1 {

    font-weight: 700;

    font-size: 16px;

    color: #4F547B;

  }


  .message .text.text-2 {
    font-size: 14px;
    margin-top: 3px;
  }
  
/* 
  .toaster .hide {

    position: absolute;

    top: 10px;

    left: 15px;

    padding: 5px;

    font-size: 20pt;

    color:gray;

    cursor: pointer;

    opacity: 0.7;


  } */

  


  

  .toaster .progress {

    position: absolute;

    bottom: 0;

    left: 0;

    height: 3px;

    width: 100%;

  

  }

  .toaster-content i {
    color: blue;
  }

  .toaster .progress:before {

    content: "";

    position: absolute;

    bottom: 0;

    right: 0;

    height: 100%;

    width: 100%;

    background-color: #4070f4;

  }

  

  .progress.active:before {

    animation: progress 3s linear forwards;

  }

  

  @keyframes progress {

    100% {

      right: 100%;

    }

  }

  .toaster .progress {
    visibility: visible !important;
  }
.dataTables_scroll {
    overflow-x: auto
}
#datatable {
    text-wrap: nowrap !important;
}
#datatable th {
    padding: 10px .75rem !important;
}
#datatable td, #datatable th {
    font-size: 9.5pt;
    vertical-align: middle;
}
.pagination {
    margin-top: 20px;
}
td .delete-btn {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important ;
}
.main-content .content {
  margin-top: 100px;
}
.card-header {
  padding: 20px 1.25rem;
  padding-bottom: 0;
}
/* body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a {
  color: white;
}
#sidebar-menu ul li a , #sidebar-menu ul li a i{
  color: white !important;
} */
body[data-sidebar="dark"] .mm-active .active {
  color: #79829c !important ;
}
body[data-sidebar="dark"] .mm-active .active:hover {
  color: white !important ;

}
.form-control:disabled, .form-control[readonly] {
  background-color: #efefef;
  opacity: 1;
}
.select2-container {
  width: 100% !important;
  font-size: 13pt;
}
.select2-container .select2-selection--single {
  height: auto !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.calculator-results p {
  font-size: 15pt;
  font-weight: bold;
  margin: 10px 0px;
}
.calculator-form-group label {
  font-size: 13pt;
}
.calculator-form-group .show-results-label {
  margin-bottom: 20px !important; 
}
.dataTables_scroll .dt-buttons {
  display: none !important;
}
.list-actions {
  display: flex;
  gap: 10px;
  flex-flow: wrap;
}
.select-flex {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.select-flex .select2-container, .select-flex input  {
  flex:1
}
.select-flex p {
  margin: 0;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 12pt;
}
.mt-10 {
  margin-top: 5px !important;
}
.form-group-seperator {
  font-weight: 500;
  color: gray;
  font-size: 12pt;
}
.stats-label {
  font-weight: 600;
  font-size: 12pt;
}
.case-body p {
  font-size: 13pt;
}
.case-body label {
  font-weight: 600;
}
.modal.show .modal-dialog {
  max-width: 800px;
}
.modal-body .form-group {
  margin-bottom: 10px;
}
.modal-body textarea.form-control {
  height: 70px !important;
  min-height: auto;
}
.quick-links {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
  align-items: center;
}
.quick-links form {
  margin:0 !important
}
.quick-links form input {
  width: 150px !important;
}
.quick-links li {
  list-style: none;
}
.quick-links li a {
  color: cornflowerblue;
  font-weight: 500;
  font-size: 12pt;

}
.quick-links__holder {
  flex: 1;
}
#notificationModal p {
  font-size: 13pt;
}
.btn-whatsapp, .btn-whatsapp:hover, .btn-whatsapp:active, .btn-whatsapp:focus {
  background: #25d366 !important;
  border-color: #25d366 !important;
}
#datatable td p {
  margin-bottom: 5px;
}
#datatable td p:last-child {
  margin-bottom: 0;
}
.case-body .form-group {
  display: flex;
  align-items: center;
  gap: 15px;
}
.case-body .form-group label {
  margin: 0;
}
.case-body .form-group label p {
  margin-bottom: 0 !important;
  font-weight: 400;
  margin-top: 5px;
}
.case-body .form-group i {
  background: cornflowerblue;
    color: white;
    padding: 12px 14px;
    font-size: 20pt;
    border-radius: 8px;
}
.quick-links {
  margin-right: 15px;
}
.text-bold {
  font-weight: 500;
}
.print {
  font-size: 9pt;
    padding: 7px 10px;
    font-weight: 500;
}
#table-print {
  border: none !important;
}
#table-print thead {
  display: none !important;
}
#table-print tbody {
 display: flex !important;
 flex-direction: column;
}
#table-print tbody tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 0;
  font-size: 13pt;
  /* border: none !important; */
  border: 5px solid  #eff2f7 !important;
  /* border-top: 10px solid  #eff2f7 !important; */
  background: white !important;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#table-print tbody tr td {
  flex: 25%;
  display: flex;
  gap: 5px;
  flex-direction: column;
  border: none !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 1px solid #eff2f7 !important;
}
#table-print tbody tr td span {
  font-weight: bold;
  text-align: center;
}
.rules-table td p {
  text-wrap: wrap;
  line-height: 1.5;
}
.rules-table td, .rules-table th {
  font-size: 11.5pt !important;
  vertical-align: baseline !important;
}
.mx-300 {
  width: 250px;
}
.mx-400 {
  width: 500px;

}
.print-header {
  margin-bottom: 25px;
  display: none;
}
.print-header .row {
  align-items: center;
}
.print-header img {
  width: auto;
  height: 70px;
  border-radius: 4px;
}
.print-header .col-4 {
  text-align: center ;
}
.print-header p {
  font-size: 14pt;
  margin-bottom: 5px;
}
.mr-10 {
  margin-right: 5px;
}
.avatar-sm {
  width: 2.2rem;
  height: 2.2rem;
}
.font-size-24 {
  font-size: 17px !important;
}
td input.form-control, td input.form-control:active, td input.form-control:focus {
  font-size: 9.5pt !important;
  display: inline-block !important;
  width: 15px !important;
  background: transparent;
  border: none;
  padding: 0;
}
td select.form-control {
padding: 0 !important;
  background: transparent !important;
  border: none !important;
  font-size: 9.5pt !important
}
.alert-warning {
  font-weight: bold;
}
.lh-17 {
  line-height: 1.7 !important;

}
.main-section p {
  margin: 0 !important;
}
.main-section {
  align-items: center;
}
.main-section img {
  height: 45px;
}
.main-section .mini-stat-icon {
  overflow: visible;
  width: auto;
  height: auto;
  border-radius: 0;
}
.sign-in-image {
  width: 45%;
  position: fixed;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100vh;
}
.wrap_content {
  text-wrap: wrap;
}
.mx-250 {
  max-width: 250px;
}
.mx-200 {
  max-width: 200px;
}
.badge-danger {
  padding: 8px;
    font-size: 8pt;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.trashed-by {
  font-size: 13px;
  padding: 4px 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  margin-top: 5px;
}
.account-bg {
  background-image: url('../images/bg.jpeg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.nav-tabs .nav-link {
  font-size: 15px;
}
@media screen and (max-width:991px) { 
  .sidebar-enable .logo-lg img {
    max-height: 70px !important;
  }
  .sign-in-image {
    width: 100%;
    z-index: -1;
  }

  .quick-links__holder {
    overflow-x: scroll;
  }
  .quick-links {
    flex-wrap: nowrap
 
  }
  .navbar-brand-box {
    display: block !important;
  }
  .quick-links li a {
    text-wrap: nowrap;
  }
}