body {
  font-family: "poppinsregular";
  color: #000;
  font-weight: 500;
  --table-width: 100%;
  position: relative;
  /*background-color:#f1f6fc;*/
}
.page-container {
  overflow-x: hidden;
}
button:focus {
  outline: none;
}
.fz9 {
  font-size: 9px;
}
.fz10 {
  font-size: 10px;
}
.fz11 {
  font-size: 11px;
}
.fz12 {
  font-size: 12px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz17 {
  font-size: 17px;
}
.fz18 {
  font-size: 18px;
}
.fz19 {
  font-size: 19px;
}
.fz20 {
  font-size: 20px;
}
.fz21 {
  font-size: 21px;
}
.fz22 {
  font-size: 22px;
}
.fz23 {
  font-size: 23px;
}
.fz24 {
  font-size: 24px;
}
.fz25 {
  font-size: 25px;
}
.fz26 {
  font-size: 26px;
}
.fz27 {
  font-size: 27px;
}
.fz28 {
  font-size: 28px;
}
.fz29 {
  font-size: 29px;
}
.fz30 {
  font-size: 30px;
}
.fz31 {
  font-size: 31px;
}
.fz32 {
  font-size: 32px;
}
.fz33 {
  font-size: 33px;
}
.fz34 {
  font-size: 34px;
}
.fz35 {
  font-size: 35px;
}
.fz36 {
  font-size: 36px;
}
.fz37 {
  font-size: 37px;
}
.fz38 {
  font-size: 38px;
}
.fz39 {
  font-size: 39px;
}
.fz40 {
  font-size: 40px;
}
.fz41 {
  font-size: 41px;
}
.fz42 {
  font-size: 42px;
}
.fz43 {
  font-size: 43px;
}
.fz44 {
  font-size: 44px;
}
.fz45 {
  font-size: 45px;
}
.fz46 {
  font-size: 46px;
}
.fz47 {
  font-size: 47px;
}
.fz48 {
  font-size: 48px;
}
.fz49 {
  font-size: 49px;
}
.fz50 {
  font-size: 50px;
}

.base-color {
  color: var(--main-color);
}
.text-black {
  color: #fff;
}

.base_color {
  color: #8dd400;
}

.poppinsmedium {
  font-family: "poppinsmedium";
}
.poppinsregular {
  font-family: "poppinsregular";
}
.poppinsbold {
  font-family: "poppinsbold";
}
.poppinssemibold {
  font-family: "poppinssemibold";
}

/** Login css start **/
.login_section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #f6f6f6;
}
.login-page {
  width: 466px;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 5px 11px rgba(60, 28, 120, 0.1);
}

.login-page .login_btn {
  width: 100%;
  background: #8dd400;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
}

/** // Login css start **/

.wrapper {
  display: flex;
  align-items: stretch;
  margin-top: 63px;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
}

#sidebar.active {
  margin-left: -250px;
}
#sidebar {
  min-width: 250px;
  max-width: 250px;
  min-height: 100vh;
}
#sidebar a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

#sidebar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: 6px;
  content: "";
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}

#sidebar {
  /* don't forget to add all the previously mentioned styles here too */
  background: #141414;
  color: #fff;
  transition: all 0.3s;
  position: fixed;
  top: 0;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 12px 10px;
  font-size: 15px;
  display: block;
  color: #ffffff;
  font-weight: 500;
  border-bottom: 1px solid #707070;
}
#sidebar ul li:last-child a {
  border-bottom: none;
}
#sidebar ul li a:hover {
  color: #fff;
  background-color: #8dd400;
  text-decoration: none;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #8dd400;
}
#sidebar ul ul a {
  font-size: 14px !important;
  padding-left: 20px !important;
  background: #9c9a9acc;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 400 !important;
}

.top-bar {
  background-color: #fff;
  padding: 19px 15px;
  box-shadow: 0px 0px 20px rgba(60, 28, 120, 0.1);
  position: fixed;
  z-index: 9;
  width: calc(100% - 250px);
  margin-left: 250px;
  transition: all 0.3s;
}
#top-bar.active {
  margin-left: 0px;
  width: 100%;
}
.top-bar ul.logo-setting {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.top-bar ul.logo-setting li {
  list-style-type: none;
  display: inline-block;
}
.top-bar ul.logo-setting li:first-child {
  min-width: 240px;
}

/* sidebar user */
.user_panel {
  padding: 0;
  position: relative;
  top: 5px;
  float: right;
  margin-right: 5px;
}

.user_panel .user_img {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px 10px 0px 0px;
  float: left;
}

.user_panel .user_img img {
  height: 100%;
}

.user_details {
  text-align: right;
  float: left;
}

.user_name {
  position: relative;
  float: right;
  cursor: pointer;
}
.user_name h6 {
  color: #202020;
  font-size: 15px;
}
.user_name h6 span i {
  color: #202020;
  font-size: 18px;
  top: 1px;
  left: 2px;
  position: relative;
}
.user_actions {
  position: absolute;
  top: 23px;
  right: 0;
  width: 200px;
  background: #ffffff;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #e3e3e3;
  padding: 15px 0;
  z-index: 9;
  display: none;
}

.user_name:hover .user_actions {
  display: block;
}

.user_actions::before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -17px;
  right: 18px;
  color: #fff;
  font-size: 20px;
}

.user_actions ul li a {
  color: #585858;
  font-weight: 500;
  padding: 7px 10px 7px 35px;
  font-size: 15px;
  display: block;
}

.user_actions ul li:not(:last-child) a {
  border-bottom: 1px solid #e6ecf5;
}

.user_actions ul li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  color: #e5634d;
}
.user_actions ul li:first-child {
  border-bottom: 1px solid #e6ecf5;
}
.user-der h6 {
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 0px;
}
.user-der p {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  margin-bottom: 10px;
}
.user_actions ul li:nth-child(2) a::before {
  content: "";
  background-image: url(../img/lock-inactive.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  width: 14px;
  height: 20px;
  margin-top: 1px;
}
.user_actions ul li:hover:nth-child(2) a::before {
  content: "";
  background-image: url(../img/lock-active.png);
}
.user_actions ul li:nth-child(3) a::before {
  content: "";
  background-image: url(../img/logout.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  width: 18px;
  height: 20px;
  margin-top: 4px;
}
.user_actions ul li:hover:nth-child(3) a::before {
  content: "";
  background-image: url(../img/logout.png);
}
ul.view-title {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.view-title li {
  list-style-type: none;
  display: inline-block;
}
ul.view-title li a {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 35px;
  position: relative;
  display: inline-block;
}
ul.view-title li a:hover {
  color: #202020;
  text-decoration: none;
}
#content {
  /* width: 100%; */
  padding: 15px 30px;
  margin-left: 250px;
  transition: all 0.3s;
  background-color: #f6f6f6;
}
#content.active {
  margin-left: 0px;
}
.title-bar {
  width: 100%;
  margin: 35px 0;
}
ul.view-title li a::before {
  content: "";
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  width: 22px;
  height: 22px;
  top: 0;
}

.tabel-detail {
  background-color: #ffffff;
  padding: 10px 0;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(60, 28, 120, 0.04);
  min-height: calc(100vh - 215px);
}

.search-input {
  width: 230px;
  position: relative;
}

.filter-btn button {
  width: 100px;
  color: #ffffff;
  box-shadow: none;
  font-size: 16px;
}
.filter-btn button:hover,
.filter-btn button:focus,
.filter-btn button:active {
  color: #ffffff;
  box-shadow: none !important;
}

.table-responsive.new-tabel-data table thead tr th {
  font-size: 14px;
  color: #202020;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
}
.table-responsive.new-tabel-data table tbody tr td {
  font-size: 14px;
  color: #606060;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  /* white-space: nowrap; */
}
/* .table-responsive.new-tabel-data table tbody tr:last-child td {
    border-bottom: none;
} */

ul.actions-btn {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.actions-btn li {
  list-style-type: none;
  display: inline-block;
}
ul.actions-btn li:not(:last-child) {
  margin-right: 5px;
}
.custom_btn {
  background-color: #8dd400;
  border-radius: 30px;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "poppinssemibold";
}
.custom_btn:hover,
.custom_btn:focus,
.custom_btn:active {
  background-color: #8dd400;
  box-shadow: none;
  color: #ffffff;
}
.table td,
.table th {
  padding: 0.5rem 0.75rem;
}
.edit-delete img {
}
.edit-delete:hover,
.edit-delete:focus,
.edit-delete:active {
  background-color: #c82100;
  box-shadow: none;
}
.table-responsive.new-tabel-data table tbody tr td a {
  color: #e5634d;
  text-decoration: none;
}
.table-responsive.new-tabel-data table tbody tr td a:hover {
  color: #3c1c78;
  text-decoration: none;
}

.change-password input {
  border: 1px solid #dadada;
  color: #010101;
  padding: 0px 10px;
  box-shadow: none;
  font-size: 15px;
  height: 44px;
  border-radius: 6px;
}
.change-password label {
  font-size: 15px;
  color: #202020;
  font-weight: 500;
}
.change-password input::placeholder {
  color: #afafaf;
}
.change-password input:hover,
.change-password input:active,
.change-password input:focus {
  box-shadow: none;
}
.table-responsive > div > .row:first-child {
  background-color: #141414;
  padding: 6px 10px;
  color: #fff;
}

.table-responsive > div > .row:first-child label {
  margin: 0;
}
.page-link {
  color: #fff;
  background-color: #141414;
}
.page-item.active .page-link {
  background-color: #8dd400;
  border-color: #8dd400;
}
.table-responsive table.dataTable {
  margin-top: 0 !important;
}
.custom_switch .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
}

.custom_switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.custom_switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.custom_switch input:checked + .slider {
  background-color: #8dd400;
}

.custom_switch input:focus + .slider {
  box-shadow: 0 0 1px #8dd400;
}

.custom_switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.custom_switch .slider.round {
  border-radius: 34px;
}

.custom_switch .slider.round:before {
  border-radius: 50%;
}

table {
  font-size: 14px;
}

.upload_images .position-relative > i {
  position: absolute;
  top: 0;
  right: 0;
  color: #8dd400;
  cursor: pointer;
}
.upload_images .custom_btn {
  background-color: #fff;
  border: 1px solid #8dd400;
  color: #8dd400;
}

.modal-content {
  border-radius: 25px;
}
