/*******************nav bar*******************************************/
::-webkit-scrollbar {
  width: 5px !important;
}

@font-face {
  font-family: "campton";
  src: url("/assets/css/campton-cufonfonts/CamptonBook.otf");
}

h1,
h2,
h3,
h4,
h5,
p,
a,
li,
input,
textarea,
select,
label,
button {
  font-family: "CamptonBook", sans-serif;
}

nav#main-nav {
  background: #fff !important;
}

a.navbar-brand img {
  width: 100%;
}

a {
  text-decoration: none;
}

a.navbar-brand {
  width: 10%;
}

ul.navbar-nav.main-nav.align-items-center a span {
  color: #000;
}

ul.navbar-nav.main-nav.align-items-center a :hover {
  color: #5db5ad;
}

a.nav-link.signup-btn:hover {
  color: #5db5ad;
  background: unset;
}

i.fa.fa-user {
  font-size: 25px;
}

li.nav-item a span img {
  width: 25px;
}

a.nav-link.reg-btn:hover {
  background: unset;
}

nav.navbar.top-navbar.navbar-light {
  display: none;
}

nav.navbar.top-navbar {
  display: none;
}

.notification {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

a {
  text-decoration: none;
}

i.fa.fa-bell {
  font-size: 25px;
}

img.locak_img_navbar {
  width: 20px !important;
}

li.nav-link img {
  width: 18%;
  height: 48px;
}

/******************************/

div#dashborad_login h2 {
  font-size: 27px;
  letter-spacing: 1px;
  color: #010d3e;
  font-weight: bold;
  margin-bottom: 1.3em;
}
div#dashborad_login label.form-label {
  font-size: 17px;
  font-weight: 600;
}
div#dashborad_login .col-lg-5 {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 3em 2em 5em 2em;
  box-shadow: 0px 0px 12px 3px #c4c6c82e;
}
div#dashborad_login .col-lg-10 {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 3em 4em 6em 4em;
  box-shadow: 0px 0px 12px 3px #c4c6c82e;
}
.form-control {
  padding: 0.8rem 0.75rem;
}
button.btn_login_inventory {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 47px;
  color: #fefefe;
  font-weight: bold;
  background: #00ae55;
  border: none;
  border-radius: 21px;
  margin-top: 0.4em;
}
.login_serach_box {
  background: #e8e9ea;
  padding: 8px 7px 8px 11px;
  border-radius: 20px;
  box-shadow: 0px 2px 0px 0px #c4c6c8;
  width: 22%;
}
.serach_dashboard_box {
  padding: 8px 7px 8px 11px;
  border: 1px solid #e8e9ea;
}
div#dashborad_login .by_location_btn.text-left {
  border-radius: unset;
  color: #bcbcbc;
  font-size: 17px;
  width: 22%;
}
table.table.table-bordered.table-hover th {
  font-weight: 500;
}
.pagenation_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown.action_btn_history {
  text-align: end;
}
button.btn.btn-outline-secondary:hover {
  background: #00a9cf;
}
.action_btn_history button.dropdown-toggle {
  border: none;
  background: #00a9cf;
  color: #ffff;
  font-weight: 600;
  padding: 0.4em 0.7em;
  border-radius: 5px;
}
span.history_2_heading {
  font-size: 21px;
  font-weight: 500;
}
input[type="date"] {
  padding: 0.5em;
}
.histroy_2_calender {
  display: flex;
  gap: 50px;
}
.dropdown.side_navigation {
  padding: 0;
}
.side_navigation button.dropdown-toggle {
  border: none;
  background: none;
  color: #fff;
  font-weight: 600;
}
p.select_history_2 {
  width: 24%;
}
p.date_time_history_2 {
  width: 21%;
  display: flex;
  flex-direction: column;
}
input[type="date"] {
  padding: 0.5em;
  width: 100%;
  border: 1px solid #bcbcbc73;
}
.dropdown.side_navigation img {
  width: 31%;
  height: 48px;
}
ul.dropdown-menu.show {
  background: #001f27;
  color: #fff !important;
  width: 100%;
  border-radius: unset;
}
.dropdown-item {
  color: #fff !important;
  /* width: 50%; */
  margin-left: 3.4em;
  font-weight: 700 !important;
  padding-bottom: 10px !important;
}
a.dropdown-item:hover {
  color: #fff !important;
  background-color: #001f27 !important;
}
/**********************dashborad*********/
section.section_dashborad {
  position: relative;
}
.section_dashborad ul.nav.flex-column.text-white.w-100 {
  padding-top: 3em;
}
.section_dashborad .side-navbar {
  width: 280px;
  height: 100%;
  position: absolute;
  margin-left: -300px;
  background: #27414f;
  transition: 0.5s;
  font-size: 19px !important;
  color: #ffffff;
  font-weight: bold;
}

.section_dashborad li.nav-link {
  color: #ffffff;
}

.section_dashborad .p-1.my-container.active-cont {
  background: #f5f6f7;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none !important;
}
.nav-link:active,
.nav-link:focus,
.nav-link:hover {
  background-color: #001f27;
  border: unset !important;
}
li.nav-link.defalut_bg {
  background-color: #00a9cf;
}
.dropdown.side_navigation:hover {
  background-color: #001f27;
}
.dropdown.side_navigation {
  padding: 8px 1px;
}
.section_dashborad .my-container {
  transition: 0.4s;
}

.section_dashborad .active-nav {
  margin-left: 0;
  overflow-y: auto !important;
  white-space: nowrap !important;
}

.container-fluid {
  overflow-y: auto;
  white-space: nowrap;
  height: 100vh;
}

.section_dashborad .active-cont {
  margin-left: 250px;
}

.section_dashborad #menu-btn {
  background-color: #00a9cf;
  color: #fff;
  margin-left: 5px;
}

label.search_form > input {
  outline: none;
  border: none;
  background: transparent;
  width: 75%;
}
@media (max-width: 900px) {
  nav.navbar.top-navbar.navbar-light {
    display: block;
  }

  nav.navbar.top-navbar {
    display: block;
  }

  button.new_adds__btn {
    width: 100%;
    font-size: 17px;
    float: unset;
    margin-right: unset;
  }
  table.table.table-bordered.table-hover {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pagenation_page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  div#dashborad_login .col-lg-10 {
    padding: unset;
  }
  div#dashborad_login .by_location_btn.text-left {
    width: 48%;
  }
  button.btn.btn-outline-secondary {
    opacity: 0.5;
  }
  .histroy_2_calender {
    display: flex;
    gap: unset;
    flex-direction: column;
    align-items: center;
  }
  .dropdown.action_btn_history {
    text-align: center;
  }
  p.select_history_2 {
    width: 62%;
  }
  p.date_time_history_2 {
    width: 62%;
  }
  .action_btn_history button.dropdown-toggle {
    display: none;
  }
}

@media (max-width: 500px) {
  .section_dashborad .side-navbar {
    width: 300px !important;
    height: 100%;
  }

  .section_dashborad .active-cont {
    margin-left: 0px;
  }
}
