body {
  font-family: "Poppins" !important;
}

/* BREADCRUMB START */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #000000;
  content: ">" !important;
}

.bredcurm_grey_class {
  background-color: #e2e7ed;
  padding-left: 3%;
  padding-top: 5px;
}

.primary_color {
  color: #009eee;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  margin-bottom: 0;
  background-color: transparent;
  /* font-weight: bold; */
}

ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}

li {
  cursor: pointer;
}

ul.breadcrumb li a {
  color: black;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: rgb(105, 123, 165);
  text-decoration-line: underline;
}
/* BREADCRUMB END */

a,
td {
  color: black;
}

.table thead th {
  font-size: 16px !important;
}

.table thead td {
  font-size: 14px !important;
}

.customtab .nav-link.active,
.customtab .nav-link:hover {
  background-color: #009eee;
  color: white;
  /*border-radius: 5px;*/
}

.customtab .nav-link {
  background-color: white;
  color: black;
  font-size: 18px;
  /*border-radius: 5px;*/
}

.nav-tabs {
  /*border-radius: 5px;*/
  padding: 10px;
}

.card {
  border-radius: 5px !important;
}

thead > tr {
  background-color: #009eee !important;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}

/* .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #8898aa;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #525f7f;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} */

.backgroud-blue-card {
  background-color: #009eee !important;
  color: white;
  padding: 15px !important;
  border-radius: 5px;
}

.customtab .nav-link {
  background-color: #e7e7e7;
  border: 1px solid black;
}

.card-bg-color {
  background-color: #009eee !important;
}

table thead th {
  color: white !important;
  /* font-weight: bold !important; */
  font-size: 14px !important;
}

tbody > tr {
  background-color: white !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  margin-top: 2px !important;
}

table {
  border-collapse: separate;
  border-spacing: 0 5px;
  border-radius: 5px;
}

td {
  /*border-left-style: solid;*/
  /* border-radius: 5px; */
  color: #000000;
  /*border-radius: 1/0px;*/
}

th,
td {
  vertical-align: middle !important;
}

th:first-child {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

th:last-child {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* Custom icon and nav tab header color */
.custom_icon_class:hover {
  /* font-weight: 900; */
  /* font-size: 1.1rem; */
  transition: 0.2s ease-out;
}

.tab_header_color {
  background: #edf1f5;
  /* border: 1px solid #f7fafc; */
}

/* Global Button style */
.search-button-bg-color {
  background-color: #f4976c !important;
  /* color: white!important; */
}

/* Select2 and select2 multiple css */
.select2-container--default .select2-selection--single {
  border: 1px solid #e9ecef !important;
  border-radius: 2px;
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.1rem 1.75rem 0.375rem 0.5rem !important;
  line-height: 1.5 !important;
  vertical-align: middle !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--multiple {
  /* border: 1px #cfd1d3 !important;
  border-radius: 0; */
  border: 1px solid #e9ecef !important;
  border-radius: 2px;

  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.1rem 1.75rem 0.375rem 0.5rem !important;
  line-height: 1.5 !important;
  vertical-align: middle !important;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.75;
  /* Firefox */
}

/* Spinner css */
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  /* display: none; */
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
