* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  color: #c5c5c5;
  background-color: #e3e3e3;
}

html {
  height: -webkit-fill-available;
}

h1 {
  font-size: 34px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 3px;
}

h2 {
  font-size: 24px;
  color: #fff;
  margin: 0px;
  line-height: 26px;
}

p {
  margin: 0;
}

ul li {
  list-style-type: none;
}

/******Sidebar***********/
.dropdown-toggle {
  outline: 0;
}

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  position: relative;
  width: 100%;
}
.btn-toggle::after {
  position: absolute;
  right: 0;
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(197, 197, 197, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}
.btn-toggle:hover::after {
  position: absolute;
  right: 0;
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(54, 97, 235, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded=true] {
  color: rgba(0, 0, 0, 0.85);
}

.btn-toggle[aria-expanded=true]::after {
  transform: rotate(90deg);
}

.btn-toggle-nav {
  margin-top: 28px;
}
.btn-toggle-nav a {
  display: inline-flex;
  padding: 0;
  text-decoration: none;
}
.btn-toggle-nav a:hover {
  background-color: #d2f4ea;
}
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold {
  font-weight: 600;
}

.lh-tight {
  line-height: 1.25;
}

/************Main Section***********/
.container {
  background-color: #e3e3e3;
}

.wrap-section {
  display: flex;
  max-width: 1048px;
  margin: auto;
  border-radius: 18px;
}

.navigation-section {
  padding: 43px 18px;
  border-radius: 18px 0 0 18px;
}
.navigation-section .logo-section {
  display: flex;
  align-items: center;
  padding-left: 7px;
}
.navigation-section .logo-section h2 {
  color: #1f1f1f;
  margin-bottom: 0;
  line-height: 18px;
  margin-left: 14px;
}
.navigation-section .logo-section h2 p {
  font-size: 18px;
  margin: 0;
}
.navigation-section .logo-section h2 p span {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 500;
}
.navigation-section .list-unstyled {
  padding-left: 22px;
  width: 203px;
}
.navigation-section .list-unstyled li {
  font-weight: 600;
}
.navigation-section .list-unstyled li.parent-li {
  margin-top: 40px;
}
.navigation-section .list-unstyled li .child-ul {
  margin-top: 28px;
  position: relative;
}
.navigation-section .list-unstyled li .child-ul::before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #efe5e5;
}
.navigation-section .list-unstyled li .child-ul li {
  padding-bottom: 24px;
}
.navigation-section .list-unstyled li .child-ul li:last-child {
  padding-bottom: 0;
}
.navigation-section .list-unstyled li i {
  vertical-align: baseline;
  margin-right: 15px;
}
.navigation-section .list-unstyled li button, .navigation-section .list-unstyled li a {
  color: #c5c5c5;
  text-decoration: none;
}
.navigation-section .list-unstyled li button:hover, .navigation-section .list-unstyled li a:hover {
  color: #3661eb;
}
.navigation-section .click-update img {
  width: 100%;
}

.main-content {
  /*height: 100vh;max-height: 100vh;overflow-x: auto;overflow-y: hidden;background-color: #f5f7f9;*/
  flex-direction: column;
  flex-basis: 100%;
}
.main-content .content-section {
  padding: 38px 34px 38px 14px;
  background-color: #f5f7f9;
  border-radius: 0 0 18px 0;
}
.main-content .header-nav {
  display: flex;
  padding: 18px 34px;
  border-radius: 0px 18px 0px 0px;
}
.main-content .header-nav .auto-search {
  position: relative;
}
.main-content .header-nav .auto-search .fa-magnifying-glass {
  position: absolute;
  left: 2px;
  font-size: 18px;
  color: #7e8da6;
  padding: 10px 10px 8px 10px;
  cursor: pointer;
  height: 38px;
}
.main-content .header-nav .auto-search .auto-search-box {
  width: 335px;
  font-size: 14px;
  padding: 6px 10px 8px 38px;
  color: #c5c5c5;
  height: 38px;
  font-weight: 500;
  border-radius: 12px;
  background-color: #f5f7f9;
  border: 0;
}
.main-content .header-nav .auto-search .auto-search-box::placeholder {
  color: #c5c5c5;
}
.main-content .header-nav .auto-search .auto-search-box:focus {
  box-shadow: none;
  outline: 0;
}
.main-content .header-nav .profile-section .profile-img-wrap {
  cursor: pointer;
}
.main-content .header-nav .profile-section .bg-radius {
  background-color: #f5f7f9;
  border-radius: 20px;
  padding: 8px 10px 8px 10px;
  margin-right: 14px;
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
}
.main-content .header-nav .profile-section .fa-comment-dots, .main-content .header-nav .profile-section .fa-bell {
  color: #777779;
  font-size: 18px;
  position: relative;
  margin: 0 0px 0px 0;
}
.main-content .header-nav .profile-section .notification-alert {
  position: absolute;
  top: 0px;
  width: 9px;
  height: 9px;
  background-color: #f3525a;
  border: solid 1.5px #fff;
  border-radius: 20px;
  display: block;
  right: -1px;
}
.main-content .header-nav .profile-section .fa-angle-down {
  font-size: 12px;
  color: #777779;
  cursor: pointer;
  font-weight: 600;
  margin-left: 5px;
}
.main-content .total-details:nth-child(n+3) .total-sec {
  margin-top: 20px;
}
.main-content .total-details .total-sec {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 14px;
  border-radius: 10px;
  margin-left: 20px;
  position: relative;
}
.main-content .total-details .total-sec:hover {
  background-color: #3661eb;
  cursor: pointer;
  -webkit-box-shadow: 0px 24px 45px -25px #3661eb;
  -moz-box-shadow: 0px 24px 45px -25px #3661eb;
  box-shadow: 0px 24px 45px -25px #3661eb;
}
.main-content .total-details .total-sec:hover::after {
  position: absolute;
  right: 10px;
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}
.main-content .total-details .total-sec:hover i {
  background-color: #f5f7f9;
}
.main-content .total-details .total-sec:hover h3 {
  color: #fff;
}
.main-content .total-details .total-sec:hover h3 p {
  color: #fff;
}
.main-content .total-details .total-sec::after {
  position: absolute;
  right: 10px;
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(54, 97, 235, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}
.main-content .total-details .total-sec i {
  width: 50px;
  height: 52px;
  display: inline-block;
  background-color: #ebf0fe;
  border-radius: 12px;
  padding: 17px 10px 15px 10px;
  text-align: center;
  color: #3760eb;
}
.main-content .total-details .total-sec h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 18px;
  margin-bottom: 0;
  margin-left: 12px;
}
.main-content .total-details .total-sec h3 p {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
}
.main-content .line-chart-section {
  padding-left: 20px;
  padding-top: 20px;
}
.main-content .bar-chart-wrap {
  width: 318px;
  margin-left: 24px;
}
.main-content .line-chart-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
.main-content .line-chart-wrap .line-head h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.main-content .line-chart-wrap .line-head h5 {
  font-size: 14px;
  font-weight: 600;
  color: #3661eb;
  margin-bottom: 0;
}
.main-content .line-chart-wrap .line-chart {
  padding-top: 20px;
}
.main-content .line-chart-wrap .profit-amt {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.mob-bar {
  transform: rotate(90deg);
  position: fixed;
  top: 0;
  left: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 5px 5px 7px;
  z-index: 2;
  cursor: pointer;
  width: 26px;
  display: none;
}

.navigation-section:not(.show) {
  display: block;
}

@media screen and (max-width: 767px) {
  .navigation-section:not(.show) {
    display: none;
  }

  .mob-bar {
    display: block;
  }

  .wrap-section {
    display: block;
  }

  .navigation-section {
    padding: 10px;
    border-radius: 0;
    position: fixed;
    top: 30px;
    z-index: 2;
    width: 95%;
    left: 0;
    /* margin: 10px; */
    right: 0;
    margin: auto;
    height: 388px;
    overflow: auto;
  }
  .navigation-section .click-update img {
    max-width: 100%;
  }

  .main-content .header-nav {
    padding: 10px;
    border-radius: 0;
  }
  .main-content .header-nav .auto-search .fa-magnifying-glass {
    font-size: 12px;
    padding-top: 10px;
  }
  .main-content .header-nav .auto-search .auto-search-box {
    width: 150px;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
  }
  .main-content .header-nav .profile-section .fa-comment-dots, .main-content .header-nav .profile-section .fa-bell {
    font-size: 14px;
  }
  .main-content .header-nav .profile-section .bg-radius {
    margin-right: 2px;
    width: 32px;
    height: 32px;
    padding: 3px 9px 3px 3px;
  }
  .main-content .header-nav .profile-section .profile-img-wrap img {
    width: 32px;
  }
  .main-content .header-nav .profile-section .fa-angle-down {
    margin-left: 0;
  }
  .main-content .total-details .total-sec {
    margin-left: 0;
    margin-top: 20px;
  }
  .main-content .content-section {
    padding: 10px;
    border-radius: 0;
  }
  .main-content .bar-chart-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .main-content .line-chart-section {
    padding-left: 0;
  }
  .main-content .line-chart-wrap {
    padding: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
