.toggle__dot {
  top: 0 !important;
  left: -.03rem !important;
  transition: all 0.3s ease-in-out !important;
}

input:checked~.toggle__dot {
  transform: translateX(100%) !important;
  background-color: #5cce8b !important;
}

/*Form fields*/

.dataTables_wrapper select, .dataTables_wrapper .dataTables_filter input {
  color: #4a5568;
  /*text-gray-700*/
  padding-left: 1rem;
  /*pl-4*/
  padding-right: 1rem;
  /*pl-4*/
  padding-top: .5rem;
  /*pl-2*/
  padding-bottom: .5rem;
  /*pl-2*/
  line-height: 1.25;
  /*leading-tight*/
  border-width: 2px;
  /*border-2*/
  border-radius: .25rem;
  border-color: #edf2f7;
  /*border-gray-200*/
  background-color: #edf2f7;
  /*bg-gray-200*/
}

/*Row Hover*/

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #ebf4ff;
  /*bg-indigo-100*/
}

/*Pagination Buttons*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-weight: 700;
  /*font-bold*/
  border-radius: .25rem;
  /*rounded*/
  border: 1px solid transparent;
  /*border border-transparent*/
}

/*Pagination Buttons - Current selected */

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  /*text-white*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  /*shadow*/
  font-weight: 700;
  /*font-bold*/
  border-radius: .25rem;
  /*rounded*/
  background: #667eea !important;
  /*bg-indigo-500*/
  border: 1px solid transparent;
  /*border border-transparent*/
}

/*Pagination Buttons - Hover */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  /*text-white*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  /*shadow*/
  font-weight: 700;
  /*font-bold*/
  border-radius: .25rem;
  /*rounded*/
  background: #667eea !important;
  /*bg-indigo-500*/
  border: 1px solid transparent;
  /*border border-transparent*/
}

/*Add padding to bottom border */

table.dataTable.no-footer {
  border-bottom: 1px solid #e2e8f0;
  /*border-b-1 border-gray-300*/
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/*Change colour of responsive icon*/

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
  background-color: #667eea !important;
  /*bg-indigo-500*/
}

.dataTables_wrapper select {
  width: auto !important;
  min-width: 7rem !important;
}

table.dataTable tbody tr:hover {
  background-color: #F3F4F6 !important;
}

table.dataTable tbody td {
  border-bottom: solid 1px #E5E7EB !important;
}

.group:hover>button svg.arrow {
  transform: rotate(180deg);
  transition-duration: 0.5s;
}

.bubble {
  background-color: white;
}
.H_ib_body {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 51px !important;
}
.H_ib_tail{
  margin-bottom: 46px !important;
}

.H_ib_tail::after{
  margin-bottom: 46px !important;
}

.H_ib_tail::before{
  margin-bottom: 46px !important;
}
.H_ib_content {
  margin: 0;
}

.H_ib_close {
  top: 12px;
  color: #4338c9;
}

.select2-container--default .select2-selection--single{
  border-color: #D1D5DB;
  border-radius: 0.125rem;
  height: 2.25rem;
  padding-top: 0.2rem;
  padding-left: 0.3rem;
  padding-right: 0.5rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  /* position: inherit; */
  height: 2.25rem;
  right: 0.5rem;;
}

br {
  mso-data-placement:same-cell;
}
