.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  background: #000;
  text-align: center;
  font-size: 16px;
}

.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: #0d0e3b ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-attachment: fixed;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 45px;
}

h2 {
  font-size: 18px;
  font-weight: 500;
}

a {
  text-decoration: none;
  display: inline-block;
}

i {
  margin: 0px 10px;
}

.form-control {
  font-size: 12px;
}

.bg-color {
  font-size: 14px;
  font-weight: 500;
  background: #0405196b;
  border-radius: 10px;
  color: #fff;
  padding: 30px 0px;
  margin: 0;
  box-shadow: 0px 5px 9px #5856576e;
  box-sizing: border-box;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  backdrop-filter: blur(5px);
  border-top: 1px solid #ddd;
}

/* style start here  */

/* Admin  Dashboard page style  */

/* dashboard area  */

.dashboard_body {
  width: 100%;
  background-color: #0000000f;
  min-height: 100vh;
}

/* left nav  */

.left_nav_area {
  width: 15%;
  min-height: 100vh;
  position: fixed;
  background:#0d0e3b;
  left: -300px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999999;
  top: 0;
}

ul.left_nav_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

ul.left_nav_menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 20px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

ul.left_nav_menu li a > i {
  margin: 0px 10px;
}

ul.left_nav_menu li a:hover,
ul.left_nav_menu li a.active {
  background-color: #2c363f;
  color: #fff;
}

.barIcon {
  position: absolute;
  left: 40px;
  font-size: 16px;
  background: #2f4050;
  padding: 5px 5px;
  top: 38px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px #0006;
  z-index: 999999;
}

.barIcon a i {
  color: #fff;
}

.crossIcon {
  position: absolute;
  top: 20px;
  background: #2c363f;
  padding: 5px 5px;
  right: 5px;
  border-radius: 3px;
  box-shadow: 0px 0px 30px #0006;
}

.crossIcon a i {
  font-size: 18px;
  color: #fff;
}

.dashboard_body_content_area {
  width: 100%;
  max-height: 100vh;
}

.dashboard_conent_header {
  width: 97%;
  margin: 20px auto;
  padding: 20px;
  background: #0000000f;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 5px 9px #5856576e;
  backdrop-filter: blur(5px);
  border-top: 1px solid #ddd;
}

.right_content {
  display: flex;
  justify-content: end;
  align-items: center;
}

.right_content a {
  color: #597890;
  margin-left: 20px;
  font-size: 16px;
  padding: 3px 12px 6px 6px;
  line-height: 20px;
  background: #fff;
  border-radius: 3px;
}

.right_content p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

/* report section style  */

.notificcation_section {
  position: absolute;
  width: 88%;
  top: 80px;
  padding: 20px;
  background: #f3f3f4;
}

.notificcation_section h4 {
  font-size: 18px;
  color: red;
}

.dashboard_report_area {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.report_one,
.report_two {
  width: 25%;
  background: #0000000f;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 30px 0px;
  margin: 0px 10px;
  box-shadow: 0px 5px 9px #0000006e;
  box-sizing: border-box;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  backdrop-filter: blur(5px);
  border-top: 1px solid #ddd;
}
.report_icon i {
  font-size: 50px;
  margin-bottom: 10px;
}

.report_amount h2 {
  font-size: 30px;
  font-weight: 600;
}

.report_msg h3 {
  font-size: 18px;
  margin: 0px;
}

.report_msg p {
  font-size: 14px;
}
.report_one:hover {
  box-shadow: none;
}

.report_two:hover {
  box-shadow: none;
}

a.white {
  color: #fff;
}

.dashboard_click_report_area {
  padding: 20px;
}

.click_report {
  padding: 20px;
  padding-bottom: 0px;
  border-radius: 7px;
  box-shadow: 0px 0px 30px #0000004a;
  box-sizing: border-box;
  width: 97%;
  margin: auto;
  background: #0000000f;
  border-radius: 10px;
  color: #fff;
  padding: 30px 0px;
  margin: 0px 10px;
  box-shadow: 0px 5px 9px #0000006e;
  box-sizing: border-box;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  backdrop-filter: blur(5px);
  border-top: 1px solid #ddd;
}

.click_report_heading h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer_area {
  background: #2c363f;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.footer_area a,
.footer_area p {
  font-size: 16px !important;
  color: #5c5c5c;
}

.footer_area a {
  font-weight: 600;
}

.f-18 {
  font-size: 18px !important;
  margin-top: 10px;
  padding: 15px 30px;
  color: #fff;
}

/* active link page style  */

.active_link_table {
  margin-top: 50px;
  box-sizing: border-box;
  background: #0000000f;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 5px 9px #5856576e;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  backdrop-filter: blur(5px);
  border-top: 1px solid #ddd;
}

.active_link_heading {
  margin-top: 20px !important;
  padding: 20px 0px;
  box-sizing: border-box;
  background: #0000000f;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 5px 9px #5856576e;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  backdrop-filter: blur(5px);
  border-top: 1px solid #ddd;
}

/* setting page style  */

label.levelpass {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 10px 7px;
}

/* login page style  */

.login_avatar {
  width: 100%;
  text-align: center;
}

.login_heading {
  text-align: center;
  margin-top: 20px;
}

.login_heading h4 {
  color: #fff;
  font-weight: 700;
}

.login_form input {
  width: 300px;
  margin: 0 auto;
}

.warning {
  position: absolute;
  background: #dc3545;
  color: #fff;
  width: 400px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 20px auto;
  border-radius: 3px;
  padding: 0;
}

.warning p {
  margin: 0;
  padding: 10px 0px 15px 10px;
  font-weight: 600;
  font-size: 16px;
}

.success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* main-admin page css  */

.add_user_form {
  padding: 20px;
}

.add_user_form_body {
  width: 40%;
  margin: 0 auto;
}

.form-group {
  margin: 20px 0px;
}

.form-group label {
  font-size: 18px;
  font-weight: 600;
  margin-left: 3px;
  color: #fff;
  padding-bottom: 10px;
}

.form-group input {
  color: #534e4e;
  font-size: 16px;
  padding: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb--20 {
  margin-bottom: -80px;
}

.dashboard_content {
  min-height: 100vh;
  background: #0000000f;
}

.pd-l-20 {
  padding-left: 20px;
}

.dash-heading {
  width: 97%;
  margin: auto;
  box-shadow: 0px 0px 30px #0000004a;
  box-sizing: border-box;
}

/* link copied_alert_box  */

.copied_alert_box h4 {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 20px;
  padding: 15px 0px;
  border-radius: 5px;
  width: 320px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  transition: 0.3s all ease;
  display: none;
  z-index: 999999999;
}
.alert-danger {
  color: #fff;
  background-color: #ff0017;
  border-color: #f5c2c7;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 0;
  z-index: 999999999;
}
.mobile-none {
  display: inline-block;
  float: right;
  margin-right: 20px;
}
.mobile-only {
  display: none;
}
form input {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.btndiv button {
  width: 50%;
  font-size: 16px;
  height: 35px;
  padding: 0px;
  margin: 0 auto;
  text-align: center;
}
/* =========================================== */
.loginsection {
  width: 450px;
  margin: 5% auto;
  box-sizing: border-box;
  background: #0000000f;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 5px 9px #5856576e;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  backdrop-filter: blur(5px);
  border-top: 1px solid #ddd;
}
.total_warning,
.warning {
  z-index: 99999999;
}
::-webkit-scrollbar{
  width: 5px;
  height: 10px;
  background: #ddd;
}

html::-webkit-scrollbar {
  width: 16px;
}

html::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}

html::-webkit-scrollbar-thumb {
  border-radius: 8px;
border: 3px solid transparent;
 background-clip: content-box;
  background-color: #d55959;
}
table.table.table-bordered.bg-color {
  width: 95%;
  margin: auto;
  text-align: center;
}