.search-box-width-sm {
  width: 15em !important;
}

.search-box-width-lg {
  width: 25em !important;
}


.search-box-width-xl {
  width: 30em !important;
}

.input-daterange-datepicker {
  min-width: 15em;
}

.sidebar-right {
  top: 35% !important;
}

.form-control:focus {
  border-color: #E9ECEF !important;
}

.main-heading {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
}

.btn svg {
  height: 18px !important;
  width: auto !important;
  object-fit: contain;
}

.pages-left {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-media {
  position: absolute;
  right: 0;
  top: 15%;
}

.login-media img {
  height: 17em;
  width: auto;
  object-fit: contain;
}

.authincation {
  height: 100vh !important;
  overflow: hidden;
}

.auth-logo {
  max-width: 12em;
  position: absolute;
  top: 2em;
  left: 2em;
}

.default-tab .nav-tabs {
  gap: 1em;
}

.profile-img-box {
  border: 1px #E9ECEF solid;
  border-radius: 6px;
  padding: 1em;
}

.account-profile .upload-link {
  top: 1em !important;
  right: 1em !important;
}

.login-form {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}

.auth-content-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f0f7fe;
}

.login-form .title {
  color: #fff;
}

.login-form label {
  color: #fff;
  width: 100%;
  text-align: left;
  font-weight: 600;
}

.auth-content-box h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: black;
  text-align: center;
  line-height: 1.6;
}

.auth-content-box p {
  text-align: center;
  width: 80%;
  margin-bottom: 2em;
}

.login-form .btn-link {
  display: flex;
  align-items: end;
  justify-content: end;
  color: #fff;
  margin-bottom: 1em;
}

.auth-form {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}

.authincation {
  background: #000;
}

.authincation h3 {
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
}

.table-responsive {
  /* overflow-x: unset !important; */
  padding-bottom: 3em !important;
}

.table-responsive .dropdown-menu {
  max-height: 12em !important;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

.table-responsive .dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.table-responsive .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.table-responsive .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.table-responsive .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}


.table-responsive .dropdown-menu.dropdown-menu-end.show {
  transform: translate3d(10px, -120px, 10px) !important;
}

.modal-header {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding: 1em;
}

.modal-header .btn-close:focus {
  box-shadow: none;
}

.modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal-header h4 {
  line-height: 1.5;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

.modal-header .page-title {
  padding-right: 2em;
}

.modal-footer {
  justify-content: space-between;
}

.modal-footer button,
.modal-footer a {
  width: 48%;
}

.modal-footer a button {
  width: 99%;
}

.modal .modal-footer {
  padding-top: 1em !important;
  padding: 0;
}

.modal .modal-body {
  padding: 1em;
}

.modal .modal-body p {
  margin-bottom: .8em;
}