@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
* {
  font-family: "Poppins", sans-serif;
}
body {
  background: #090a12;
  background-image: url("../images/bgDark.png");
  height: auto;
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#manage_innerText {
  margin-top: 40px;
  margin-left: 330px;
}
.togleSidbar {
  width: 310px;
}
.nav_logo_div {
  display: flex;
  justify-content: center;
}
.nav_logo_div img {
  height: 40px;
  width: auto;
}
.sidebar {
  height: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #0b0c13;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 30px;
  box-shadow: 0 4px 50px rgb(0 0 0 / 10%);
  padding: 30px;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.closebtn {
  display: none !important;
}
.sidebar_nav_text_div a {
  margin-top: 25px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: block;
  transition: 0.5s;
  font-weight: 500 !important;
  color: #fff;
  padding: 8px;
}
.mode_text {
  color: #fff !important;
  font-size: 14px;
}
.sidebar_nav_text_div a:hover {
  background: #26d74f;
  border-radius: 5px;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: -30px;
  font-size: 36px;
  margin-right: 50px;
  color: #fff;
  text-decoration: none;
}
.openbtn {
  font-size: 20px;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  float: right;
  background: transparent;
}
.navbar_section_div {
  background: #0f1017;
}
.toggle-icon {
  color: #fff;
  font-size: 25px;
}
.bi-text-left {
  font-size: 25px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 59px;
  height: 25.5px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid #81848c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.carousel_inner_text_div {
  margin-top: 25px;
}
.carousel_inner_text_div h5 {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}
.carousel_inner_text_div p {
  font-size: 13px;
  color: #81848c;
  line-height: 20px;
}
.carousel_inner_text_div strong {
  padding-top: 10px;
  font-size: 13px;
  color: #26d74f;
  line-height: 20px;
}
.carousel_inner_button_div {
  margin-top: 50px;
}
.carousel_inner_button_div button {
  border: none;
  background: #eb4025;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.slider:before {
  position: absolute;
  background-position: center !important;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 2px;
  background: url(../images/trigger-moon.svg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: transparent;
}
.website-mode {
  margin-right: 5px;
}
.website-mode p {
  letter-spacing: 0.1em;
  margin-top: 4px;
}
input:checked + .slider:before {
  transform: translateX(22px);
}
.switch {
  width: 43px;
  height: 18px;
}
.slider:before {
  background-size: 100% 100%;
  height: 12px;
  width: 12px;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  transform: translateX(22px);
}
.slider.round {
  border-radius: 20px;
}
.slider.round:before {
  border-radius: 50%;
}
.nav_ul_setting {
  padding-left: 250px;
}
.nav_btn_premium {
  border: none;
  background: #1b1c27;
  width: 140px;
  border-radius: 8px;
}
.nav_btn_premium a i {
  color: #26d74f;
}
a {
  text-decoration: none;
}
.dash7_right_side_card_main_div {
  background: #0b0c13;
  color: #fff;
  padding: 15px;
  width: 100%;
  overflow: scroll;
  height: auto;
  min-height: 600px;
  border-radius: 10px;
}
.dash7_right_side_card_main_div::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.dash7_right_side_three_cards_main_div {
  margin-top: 15px;
  background: #1b1c27;
  width: 100%;
  height: auto;
  min-height: 170px;
  border-radius: 10px;
  padding: 15px;
}
.dash7_pagination_div {
  margin-top: 15px;
}
.page-item a {
  background: #1b1c27;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 15px;
}
.dash7_three_cards_text_div {
  text-align: center;
}
.dash7_three_cards_text_div p {
  font-size: 13px;
}
@media (max-width: 989px) {
  .closebtn {
    display: block !important;
  }
  .toggle-icon {
    display: block !important;
  }
  #manage_innerText {
    margin-top: 40px;
    margin-left: 0px;
  }
  .togleSidbar {
    width: 0px;
    padding: 0;
  }
  .togleSidbarSmall {
    width: 310px;
  }
  .nav_ul_setting {
    padding-left: 0px;
  }
  .dash2_right_side_big_card_main_div {
    margin-top: 20px;
  }
}

/* Light_mode_css=========================================================================================================================================================== */
body.light-mode .laptop-col img:last-of-type {
  display: block;
}
body.light-mode .laptop-col img:first-of-type {
  display: none;
}
body.light-mode {
  background-image: url(../images/Mask\ Group.png);
  /* background: #ffffff; */
  height: auto;
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.light-mode .navbar_toggle_columns i {
  color: #000000;
}
body.light-mode .sidebar .closebtn {
  color: #000000;
}
body.light-mode .toggle-icon {
  color: #000 !important;
}
body.light-mode .navbar_section_div .sidebar {
  background: #f7f8fc;
  color: #000000;
}
body.light-mode .navbar_section_div {
  background: #f7f8fc;
  color: #000000;
}
body.light-mode .nav_btn_premium {
  background: #ffffff;
  color: #000000;
}
body.light-mode .sidebar_nav_text_div a {
  color: #000000;
}
body.light-mode .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #000000;
}
body.light-mode .page-item a {
  background: #ffffff;
  color: #000000;
}
body.light-mode .dash7_right_side_card_main_div {
  background: #f7f8fc;
  color: #000000;
}
body.light-mode .dash7_right_side_three_cards_main_div {
  background: #ffffff;
  color: #000000;
}
body.light-mode .mode_text {
  color: #000000 !important;
}
