/*font starts here*/
body,
html {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark-gray);
}

:root {
  --black: #000000 !important;
  --white: #ffffff !important;
  --primary: #39b54a !important;
  --header_green: #125852 !important;
  --secondary: #233876 !important;
  --dark-gray: #1f2a37 !important;
  --urbanist-font: "Jost", sans-serif;
  --footer-text-blue: #02a6f0 !important;
}

.urbanist-light {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.urbanist-regular {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.urbanist-medium {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.urbanist-semibold {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.urbanist-bold {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
a {
  text-decoration: none;
}
.anim {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/*font ends here*/

.login_bg {
  background: rgb(231, 249, 226);
  background: linear-gradient(
    90deg,
    rgba(231, 249, 226, 1) 0%,
    rgba(226, 242, 248, 1) 100%
  );
}
.login_box h2 {
  font-size: 35px;
  color: var(--primary);
  font-weight: 700;
  margin: 0 0 40px 0;
}
.login_container {
  max-width: 500px;
  width: 100%;
  /* margin: 15% auto auto auto; */
}
.login_logo {
  text-align: center;
}
.login_box label {
  font-size: 16px;
}
.login_box input {
  border-radius: 6px;
  height: 50px;
  border: none;
}
.login_btn {
  background: var(--primary);
  border-radius: 6px;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  height: 50px;
}
.login_btn:hover {
  background: #125852;
  color: #fff;
}

.login_box {
  padding: 60px 30px;
  background: #ecf8f4;
  border-radius: 20px;
  margin: 50px 0 0 0;
  border: 1px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.forgot_pass a {
  color: #000;
  text-decoration: none;
}
.login_wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-icon {
  position: absolute;
  z-index: 1;
  font-size: 25px;
  top: 10px;
  left: 10px;
}

.user-input input {
  padding-left: 45px;
}

i.icon-password {
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.view_password {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
}

.login_box i {
  color: #848484;
}

.password-input input {
  padding-left: 45px;
  padding-right: 43px;
}

header {
  background: var(--header_green);
  min-height: 72px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.btn-group {
  height: 72px;
}

.btn-green {
  background: var(--header-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-green:hover {
  background: #177870;
  color: #fff;
}
.btn-green i {
  font-size: 25px;
  margin: 0 10px 0 0;
}
.dropdown-menu i {
  font-size: 24px;
  margin: 0 5px 0 0;
}
.dropdown-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu_btn {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0 0 25px 0;
}

.menu_btn i {
  font-size: 45px;
  color: var(--primary);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.menu_btn h5 {
  margin: 5px 0 0 0;
  color: #000;
  font-weight: 400;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 14px;
}

.menu_wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 5% auto auto auto;
}
.menu_btn:hover {
  background: var(--primary);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}
.menu_btn:hover i,
.menu_btn:hover h5 {
  color: var(--white);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar {
  background: none !important;
  padding: 0;
}
a.nav-link {
  height: 72px;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  color: #fff !important;
  padding: 5px 15px !important;
}
a.nav-link:hover {
  background: #177870;
}
.content-wrapper {
  padding: 15px;
}
button.navbar-toggler {
  color: #fff !important;
  border-color: #fff !important;
}

span.navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%)
    hue-rotate(296deg) brightness(104%) contrast(100%);
}
table thead tr {
  background: #c1e8c7;
}
.table > :not(:first-child) {
  border-top: none;
}

@media only screen and (max-width: 991px) {
  .header_logo {
    margin: 15px 0;
  }
  .navbar .container-fluid {
    justify-content: flex-end;
  }
  .navbar-collapse {
    background: #0d403c;
  }
}
