@font-face {
  font-family: "Poppins-Black";
  src: url("../fonts/Poppins-Black.ttf");
}

@font-face {
  font-family: "Poppins-BlackItalic";
  src: url("../fonts/Poppins-BlackItalic.ttf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "Poppins-BoldItalic";
  src: url("../fonts/Poppins-BoldItalic.ttf");
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf");
}

@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  src: url("../fonts/Poppins-ExtraBoldItalic.ttf");
}

@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("../fonts/Poppins-ExtraLight.ttf");
}

@font-face {
  font-family: "Poppins-ExtraLightItalic";
  src: url("../fonts/Poppins-ExtraLightItalic.ttf");
}

@font-face {
  font-family: "Poppins-Italic";
  src: url("../fonts/Poppins-Italic.ttf");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins-LightItalic";
  src: url("../fonts/Poppins-LightItalic.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-SemiBoldItalic";
  src: url("../fonts/Poppins-SemiBoldItalic.ttf");
}

@font-face {
  font-family: "Poppins-Thin";
  src: url("../fonts/Poppins-Thin.ttf");
}

@font-face {
  font-family: "Poppins-ThinItalic";
  src: url("../fonts/Poppins-ThinItalic.ttf");
}

#app h3 {
  font-family: "Poppins-SemiBold";
  font-size: 30px;
}

#app p,
#app span,
#app a,
#app input,
#app select,
#app textarea,
#app td {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #344054;
  line-height: 24px;
}

#app label,
#app button {
  font-family: "Poppins-Medium";
}

#login p {
  color: #667085;
}

#login input {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 10px 14px;
}

#login .signin {
  padding: 10px 18px;
  height: 44px;
  background: #00b87a;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

#dashboard-nav {
  box-shadow: unset;
  padding: 20px 0px !important;
  background-color: #ffffff;
}

.navbar .navbar-menu-wrapper {
  width: 80% !important;
  padding: 0rem 4rem;

}

#dashboard-nav .navbar-menu-wrapper h3 {
  margin-left: 30px;
  color: #151d48 !important;
  font-family: "Poppins-SemiBold";
  font-size: 36px;
}

#sidebar {
  width: 18vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.logo {
  width: 18vw;
  padding: 0em 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-mini {
  width: 100% !important;
  height: auto !important;
}

#sidebar ul.nav {
  padding: 20px 41px;
  margin: 0;
  margin-top: 50px;
}

#sidebar .nav-item.active,
#sidebar .nav-item:hover {
  transition: unset;
  background: #00b87a;
}

#sidebar .nav-item {
  padding: 16px;
  border-radius: 16px;
  margin-top: 10px;
}

#sidebar .nav-item.active a span,
#sidebar .nav-item.active a i {
  color: #ffffff;
}

#sidebar .nav-item a span {
  font-size: 18px;

}

#sidebar .nav-item a i {
  font-size: 20px;

}

#sidebar .nav-item a span {
  font-family: "Poppins-Medium";
}

.logout-btn {
  font-family: "Poppins-Medium";
  font-size: 18px;
  line-height: 27px;
  color: #ff5135;
}

.nav-admin-name {
  font-family: "Poppins-Medium";
  color: #151d48;
  font-size: 16px;
}

.nav-link {
  margin: 0 !important;
  padding: 0 !important;
}

#writx .page-name h2,
#writx h2.page-name {
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  line-height: 32px;
  color: #05004e;
}

#writx .page-name p {
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 30px;
  color: #737791;
}

#writx .page-name span.badge {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 18px;
  text-transform: lowercase;
  color: #00B87A;
  background-color: #E5FFF6;
  padding: 5px;
  border: 1px solid #E5FFF6;
  border-radius: 15px;
}

#writx .dashboard-widgets {
  min-width: 200px;
  margin: 10px 10px 10px 0px !important;
}

#writx .widget-icon {
  background-size: contain;
  background-position: center;
  margin: 1px;
}

#writx .widget-count {
  font-family: "Poppins-SemiBold";
  color: #151d48;
  font-size: 24px;
}

#writx .widget-txt {
  font-family: "Poppins-SemiBold";
  color: #425166;
  font-size: 16px;
}

.widget-percent {
  font-family: "Poppins-Regular";
  color: #4079ed;
  font-size: 12px;
}



#reportrange {
  /* width: 150px; */
  background: #fff;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #bbc2cd;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.td-ck-label.custom-control-label::before,
.td-ck-label.custom-control-label::after {
  margin-top: 3px;
  margin-left: -5px;
  width: 20px;
  height: 20px;
}

.th-ck-label.custom-control-label::before,
.th-ck-label.custom-control-label::after {
  margin-top: -5px;
  margin-left: -5px;
  width: 20px;
  height: 20px;
}

.table thead th,
.jsgrid .jsgrid-table thead th,
.table-bordered th,
.table-bordered td,
.table thead th,
.jsgrid .jsgrid-table thead th {
  border-color: #e4e7ec;

}

.id-col {
  padding: 1.125em 0.6em !important;
  width: 60px;

}

th.bg-light.main-th {
  font-size: 12px;
  line-height: 18px;
  color: #667085;
  font-family: "Poppins-Medium";
  border-left: unset;
  border-right: unset;
}

th.bg-light.main-th:first-child {
  border-left: 1px solid #e4e7ec;
}

th.bg-light.main-th:last-child {
  border-right: 1px solid #e4e7ec;
}

#writx .table td,
#writx .table th {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
  color: #101828;
  font-weight: 400;
}

#writx .table td {
  font-weight: bolder;
}

/* .id-col{
  padding: 1px !important;
  width: fit-content;
} */

tr {
  background: #fff;
}

#writx .main-panel .card {
  border: 1px solid #e4e7ec;
}

.account-name {
  width: 52%;
}

.modal-closebtn {
  position: absolute;
  top: 13%;
  right: 7%;
  border-radius: 20px;
  background-color: #E7E6E8 !important;
  padding: 5px 10px !important;
}

.m-footer {
  width: 100%;
  display: flex;
  justify-content: center;

}

.m-footer button {
  width: 45%;
  border-radius: 20px;
}

.m-footer button.btn-light {
  background-color: #E9ECF1;
}

.custom-control-input {
  z-index: 9;
  left: 26px;
  top: 6px;
}

.report-table {
  border: solid 0.1px #CED4DA;
  border-radius: 20px;
}

.largeContent {
  width: 100%;
  /* max-width: 250px; */
  height: 45px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.largeContent:hover,
.largeContent:active,
.largeContent:focus {
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgb(232, 232, 232);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(156, 156, 156);
  border-radius: 10px;
  border: 1px solid rgb(232, 232, 232);
}


@media screen and (min-width: 992px) and (max-width:1450px) {
  #sidebar ul.nav {
    padding: 20px 17px;
  }

  #sidebar .nav-item a span {
    font-size: 14px;

  }

  #sidebar .nav-item a i {
    font-size: 18px;

  }
}

@media screen and (max-width: 991px) {
  #sidebar {
    width: 260px;
  }

  .sidebar-offcanvas {
    top: 160px;
  }

  #sidebar ul.nav {
    margin-top: 0px !important;
  }

  /* .brand-logo img{
    width: 120px;
    height: auto;

  }*/
  .logo {
    width: 30vw;
    padding: 0em 1em;
  }

  .navbar .navbar-menu-wrapper {
    width: 100% !important;
    padding: 0rem 2rem;
  }


}

@media screen and (max-width: 768px) {
  .navbar-menu-wrapper h3 {
    font-size: 25px !important;
  }

  .logo {
    width: 45vw;
    padding: 0em 1em;
  }

}