h1 {
  border: 2px #eee solid;
  color: brown;
  text-align: center;
  padding: 10px;
}

.side-menu li {
  cursor: pointer;
}

.side-menu li a {
  text-decoration: none;
  color: #212529;
}

.parent-menu li {
  font-weight: bold;
}

.sub-menu li {
  font-weight: normal;
}

.logo-img {
  max-width: 200px;
}

.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.search input {
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
  padding-left: 20px;
}

.search input:focus {
  box-shadow: none;
  border: 2px solid blue;
}

.search img {
  position: absolute;
  top: 20px;
  left: 16px;
}

.search-result a {
  text-decoration: none;
  font-weight: bold;
  font-size: large;
}

.search-result .search-result-content {
  color: #212529;
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background-color: white;
}

.search-result small {
  color: #bbbbbf;
}

.nav-search-btn {
  background-color: #d5d5d5;
  cursor: pointer;
}

.nav-search-btn:hover {
  background-color: #949494;
}

.btn-round {
  border-radius: 50%;
}

.login-form .btn-color {
  background-color: #0e1c36;
  color: #fff;
}

.login-form .profile-image-pic {
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.login-form .cardbody-color {
  background-color: #ebf2fa;
}

.hidden {
  display: none;
}

.loader {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.loader .load-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

.loader img {
  width: 100px;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.home-logo {
  max-width: 10vw;
  height: auto;
}

.captain-not-authorized {
  max-width: 5vw;
  height: auto;
}

/*ScrollBar*/

::-webkit-scrollbar {
  width: 15px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: #212529;
}

::-webkit-scrollbar-thumb:hover {
  background: #8c8c8d;
}

/*ScrollBar*/

@media (max-width: 500px) {
  .search #btnSearch #searchFullText {
    display: none;
  }

  .search #btnSearch #searchSmallText {
    display: block;
  }

  .search img {
    display: none;
  }

  .search input {
    text-indent: 0;
    padding-left: 5px;
  }

  .home-logo {
    max-width: 10vw;
    height: auto;
  }
}

@media (min-width: 501px) {
  #searchSmallText {
    display: none;
  }
}

.header .home-icon {
  font-size: 30px;
  padding-left: 10px;
  cursor: pointer;
  color: #424956;
  text-decoration: none;
}

.btn-close {
  width: 3em;
}

.vl {
  border-left: 1px solid rgb(145, 145, 145);
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
}

/* TO DISABLE BORDER RADIUS AND MAKE BOX HEIGHT ALIGNED with LABEL*/
.select2-container .select2-selection--single {
  height: 30px !important;
}

/* TO DISABLE BORDER RADIUS AND MAKE BOX HEIGHT ALIGNED with LABEL*/
.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #aaa !important;
}

.dropdown-item {
  cursor: pointer;
}

/*  Go back button color */
.breadcrumb-link {
  color: white;
}
.nav-card {
  border: 1px solid #dee2e6;
  border-top: none !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.fw-b {
  font-weight: bold;
}

.h-40-px {
  max-height: 40px;
}

.fs-40 {
  font-size: 40px;
}

.fs-30 {
  font-size: 30px;
}

.navbar {
  padding: 0px;
}

.nav-item .form-control,
.btn {
  border-radius: 0px;
}

.active-nav {
  border-bottom-style: solid;
  border-bottom-color: #0000ff;
  font-weight: bolder;
  color: white;
}

.back-nav {
  font-weight: bold;
  color: cornsilk;
}

.bg-dark-secondary {
  background-color: #333;
  color: #cecaca;
}

.toggle-sidebar-btn {
  cursor: pointer;
}

.toggle-sidebar-btn :hover {
  font-weight: bolder;
}

.nav-profile .dropdown-header h6 {
  font-weight: bold;
  text-transform: capitalize;
  margin: 0px;
}

.dropdown-menu {
  padding: 0px;
}

.nav-profile .nav-logout :hover {
  background-color: rgb(189, 94, 94) !important;
  color: wheat;
}

.nav-card {
  border: 1px solid #e3e7eb;
  border-top: none;
}
.nav-color {
  color: #ffffff8c;
}

.strong {
  font-weight: bolder !important;
}

.select2-container {
  z-index: 1 !important;
}

.form-check-input {
  width: 15px !important;
  height: 15px !important;
}

.fs-100 {
  font-size: 100px;
}

.clickable {
  cursor: pointer;
}
