@import url("https://fonts.googleapis.com/css2?family=Alexandria&family=Roboto:wght@300;400&display=swap");

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: "Sukhumvit Set", "knit";
  font-size: 14px;
  font-weight: 600;
  /* overflow-x: hidden; Hide scrollbars */
  margin: 0;
}
.center-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  position: relative;
}

.link-history-button {
  display: none;
  text-align: right;
  position: absolute;
  margin-top: 22px;
  right: 0;
}
.multi-select-button {
  display: none;
  text-align: right;
  position: absolute;
  margin-top: 22px;
  left: 0;
}
#loading {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 1099;
}

#loading-image {
  /* position: fixed; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav {
  width: 100%;
  height: 86px;
  background-color: white;
  display: flex;
  list-style: none;
  padding-top: 30px;
  opacity: 1;
  position: sticky;
  text-align: center;
  justify-content: center;
  padding-bottom: 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  box-shadow: 0px 5px 15px #30303033;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 30px 30px 0px 0px;
  opacity: 1;
}

.nav li {
  display: flex;
  align-items: center;
}
.nav li a {
  color: #ffffff;
  text-decoration: none;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-item--icon {
  width: 20px;
  height: 20px;
}

.nav-item--text {
  display: none;
  margin-top: 10px;
  font-size: 12px;
  color: #a9a9a9;
}

.nav-item--active {
  transition: transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transform: translateY(-30%);
}

.nav-item--active .nav-item--text {
  display: block;
}
.tranfer_maintain {
  fill: #b6b7b7;
}
.request-cert {
  fill: #b6b7b7;
}
.loading-selector {
  display: none;
  text-align: center;
}

/* custom datepicker */
option:disabled {
  color: #d6d6d6;
}

.ui-widget-header {
  background: #007cc4;
  color: #ffffff;
  font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  color: #454545;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #007cc4 !important;
  background: #007cc4 !important;
  font-weight: normal !important;
  color: #ffffff !important;
}

.ui-datepicker td {
  border: 0;
  padding: 8px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0;
  background: #ffffff;
}

.ui-datepicker th {
  padding: 11px 3px 5px 12px;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker {
  width: 300px;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
