body {
  font-family: "Nunito Sans", sans-serif !important;
  background-color: #e5e5e5 !important;
  overflow-x: hidden;
}

input {
  color: #030037;
}

.sidebar {
  background-color: #ffffff;
  box-shadow: 0px 1px 5px rgba(3, 0, 55, 0.08);
  width: 300px;
  height: 100vh;
  position: fixed;
  left: 0;
  transition: all 0.5s ease;
  display: flex;
}

.sidebar .icon-bar {
  width: 72px;
  height: 100%;
  padding: 12px;
  background-color: #f4f5fc80;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.sidebar .icon-bar .logo {
  margin-bottom: 20px;
}

.sidebar .icon-bar .icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sidebar .icon-bar .icon img {
  object-fit: contain;
  max-height: 16px;
}

.sidebar .user-profile {
  border-top: 1px solid #e8ebf9;
  padding: 30px 10px;
  width: 72px !important;
  margin: 0 -10px;
}

.sidebar .user-profile img {
  max-height: fit-content !important;
}

.sidebar .icon-bar .active {
  background-color: #153ac7;
}

.sidebar .icon-bar .active svg path {
  fill: white;
}

.sidebar .menu {
  width: 100%;
  height: 100%;
  padding: 21px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.sidebar .menu .first-section .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  margin-top: 10px;
}

.sidebar .menu .first-section .head h4 {
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  color: #233244;
  margin: 0;
}

.sidebar .menu .first-section .head img {
  height: 16px;
  cursor: pointer;
}

.sidebar .menu .search-input-box input {
  padding: 6px 16px;
}

.sidebar .menu-items {
  margin-top: 24px;
}

.sidebar .menu-items span {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  color: #030037;
  display: inline-block;
}

.sidebar .menu-items .item {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #686687;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.sidebar .menu .menu-items .active-menu-item,
.sidebar .menu-items .item:hover {
  background-color: #153ac7;
  color: #ffffff;
}

.sidebar .menu .last-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e8ebf9;
  padding: 10px 16px 0 16px;
  margin: 0 -16px;
}

.sidebar .menu .last-section div:first-child span:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #233244;
}

.sidebar .menu .last-section div:first-child span:last-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #233244;
}

main {
  margin-left: 300px;
  padding: 20px;
  transition: all 0.5s ease;
  /* position: fixed; */
  /* right: 0; */
  /* top: 0; */
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-bottom: 20px;
}

header button {
  border: none;
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #153ac7;
  font-size: 14px;
  background-color: #e8ebf9;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding-left: 17px;
  padding-right: 16px;
}

header button span {
  margin-right: 13.4px;
  height: 12px;
  display: flex;
}

header button span img {
  width: 9.6px;
}

header h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0;
}

#sidebar_toggle i {
  font-size: 1.5rem;
  color: #686687;
}

#sidebar_toggle {
  margin-right: 10px;
  cursor: pointer;
}

header .toggle-wrapper {
  display: flex;
  align-items: center;
}

.breadcrumb-wrapper {
  margin-bottom: 0;
}

.breadcrumb-wrapper span:first-child,
.breadcrumb-wrapper span:last-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.breadcrumb-wrapper span:last-child {
  color: #686687;
}

/* Choose permit table */
.choose-permit-table {
  margin-bottom: 0 !important;
}

.choose-permit-table thead {
  color: #686687;
  background-color: #fafafa;
}

.choose-permit-table thead th {
  font-weight: 400;
  font-size: 12px;
  width: 40%;
  padding: 8px 24px !important;
  color: #686687;
  text-align: left;
}

.choose-permit-table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 24px !important;
  color: #030037;
}

.choose-permit-table tbody tr td span {
  margin-right: 11.62px;
  width: 16px;
  object-fit: contain;
  display: inline-block;
}

.choose-permit-table tbody tr {
  border-bottom: 0.2px solid #fafafa;
  transition: all 0.8s ease;
  cursor: pointer;
}

.choose-permit-table tbody tr:hover {
  background-color: #f5f5f5;
}

.choose-permit-table tbody tr:last-child {
  border-bottom: none;
}

.custom-card h5 {
  padding: 19px 24px !important;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #030037;
}

.custom-card {
  overflow: hidden;
  background-color: #ffff;
  border: none !important;
  box-shadow: 0px 1px 5px rgba(3, 0, 55, 0.08) !important;
  padding: 0 !important;
}

.angle-right-icon {
  width: 50%;
  text-align: end;
  padding-right: 50px;
  color: #686687;
}

.panel {
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(3, 0, 55, 0.08);
  border-radius: 8px;
  padding: 24px;
}

.input-daterange input:first-child {
  border-radius: 8px !important;
}

.datepicker-wrapper input {
  text-align: left !important;
}

/* global button css*/

button {
  border: none;
  border-radius: 8px;
}

/* end button */

/* pagination custom style */

.custom-pagination .paginationjs {
  font-family: "Nunito Sans", sans-serif !important;
}

.custom-pagination .paginationjs .paginationjs-pages li:last-child {
  border-right: 0px;
}

.custom-pagination .paginationjs .paginationjs-pages li {
  border: none;
  border-right: none;
  list-style: none;
  margin-right: 8px;
}

.custom-pagination .paginationjs .paginationjs-pages li a {
  border-radius: 5px;
}

.custom-pagination .paginationjs .paginationjs-pages li.active a {
  background-color: #153ac7;
  border-radius: 5px;
}

.custom-pagination-button .prev,
.custom-pagination-button .next {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.custom-pagination-button .prev img {
  margin-right: 14.63px;
}

.custom-pagination-button .next img {
  margin-left: 14.5px;
}

.custom-pagination-button .prev {
  margin-right: 30px;
}

/* .custom-pagination-button .next {
  background-color: #f5f5f5;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #686687;
} */

.custom-pagination-button {
  display: flex;
}

.custom-pagination-button .inactive {
  color: #b8babc;
  background-color: transparent;
}

.custom-pagination-button .active {
  background-color: #f5f5f5;
  color: #686687;
}

.pagination-wrapper {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}

/* end pagination custom style */

/* popover override  */

.popover {
  /* left: 861.016px !important; */
  border: none !important;
}

.popover .arrow {
  display: none;
}

.popover .popover-content {
  padding: 0;
  border: none !important;
}

/* end popover override */

/* search input box */
.search-input-box {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
}

.search-input-box input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px 16px;
  width: 100% !important;
  margin-left: 20px;
}

.search-input-box input::placeholder {
  color: #939596;
}

.search-input-box .twitter-typeahead {
  width: 100% !important;
}

.search-input-box .tt-open {
  width: 100%;
  background-color: white;
  box-shadow: -1px 9px 16px rgb(3 0 55 / 22%);
  border-radius: var(--border-radius);
}

.search-input-box .tt-selectable {
  padding: 10px !important;
  transition: all 0.5s ease;
  cursor: pointer;
}

.search-input-box .tt-selectable:hover {
  background-color: var(--aw-t1);
  color: white;
}

.search-input-box img {
  position: absolute;
  left: 16px;
  top: 0;
  margin: auto;
  bottom: 0;
}
/* end search input box */

::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f100;
  border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

ul {
  list-style-type: none;
}

img[alt="logout"] { cursor: pointer; }
