@font-face {
  font-family: "PublicSans-Thin";
  src: url("../fonts/PublicSans-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PublicSans-ExtraLight";
  src: url("../fonts/PublicSans-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PublicSans-Light";
  src: url("../fonts/PublicSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PublicSans-Regular";
  src: url("../fonts/PublicSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PublicSans-Medium";
  src: url("../fonts/PublicSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PublicSans-SemiBold";
  src: url("../fonts/PublicSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PublicSans-Bold";
  src: url("../fonts/PublicSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PublicSans-ExtraBold";
  src: url("../fonts/PublicSans-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PublicSans-Black";
  src: url("../fonts/PublicSans-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #f8f3f3;
  font-family: "PublicSans-Regular";
  color: #464646;
}

.login-mainpage {
  height: 100vh;
  position: relative;
}

.mainbox-login {
  background: #fff;
  display: block;
  width: 40%;
  padding: 20px 30px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mainbox-login img {
  width: 26%;
}
.mainbox-login .inner-head {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  font-family: "PublicSans-Medium";
}
.mainbox-login .login-form label {
  font-size: 14px;
}
.mainbox-login .login-form .form-control:focus {
  border-color: #212020;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 32, 32, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(33, 32, 32, 0.25);
}
.btn-custom{
    background: #c0494a;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    width: 240px;
    box-shadow: 0px 3px 4px #8c787999;
}
.btn-custom:hover{
    background: #b53233;
}

.mainbox-login .login-form .custom-btn {
  color: #fff;
  padding: 10px 25px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 22px;
  background: #212020;
  border: 0;
}

a {
  text-decoration: none;
}

.main-header .logo {
  width: 228px;
}
.main-header .logo img {
  width: 130px;
}
.main-header .top-header {
  width: calc(100% - 228px);
}
.main-header .notification-number {
  font-size: 10px;
  padding: 3px 5px;
}
.main-header .logindeatils .login-name {
  font-size: 14px;
  line-height: 18px;
}
.main-header .header-head {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.customcontent {
  width: calc(100% - 240px);
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

#menusidebar.sidebar-collapsed {
  width: 60px;
}
#menusidebar.sidebar-collapsed + .customcontent {
  width: calc(100% - 60px);
}
#menusidebar.sidebar-collapsed .sidebar-link span {
  display: none;
}

.sidebarmenu {
  -webkit-transition: width 0.3s ease, padding 0.3s ease;
  transition: width 0.3s ease, padding 0.3s ease;
  width: 240px;
}

.sidenav-custom {
  height: calc(100% - 56px);
  width: inherit;
  position: fixed;
  bottom: 0;
  left: 0;
 background-color: #c0494a;
  z-index: 1;
}
.sidenav-custom.scrolled {
  height: calc(100% - 0px);
}
.sidenav-custom .toggle-button {
  margin: 0;
  position: absolute;
  right: -15px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.67);
  top: 15px;
  cursor: pointer;
  text-align: center;
  color: #797979;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #dde4ff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sidenav-custom .sidebar-link {
  padding: 20px 15px;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  border-left: 5px solid transparent;
}
.sidenav-custom .sidebar-link i {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.sidenav-custom .sidebar-link:hover {
    background: #a72022;
}

.dashboardlist .d-number {
  font-size: 22px;
  line-height: 24px;
  color: #454545;
  font-family: "PublicSans-Medium";
}
.dashboardlist .dlink {
  color: #1c5ea4;
}
.dashboardlist .d-name {
  font-size: 14px;
  line-height: 18px;
  color: #212020;
  margin: 5px 0 0 0;
}

.box-heading {
  font-size: 24px;
  line-height: 26px;
  color: #212020;
}

.listname .listname-inner {
  font-size: 15px;
  line-height: 18px;
  color: #777777;
  font-family: "PublicSans-Medium";
}
.listname .listname-inner.active {
  color: #464646;
  border-bottom: 2px solid #464646;
}

.search-custom {
  width: 15%;
}

.optionslink {
  font-size: 15px;
  color: #777777;
}

.filter-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background-color: #f9f9f9;
  -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  padding: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1000;
}

.filter-box.visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hidden {
  display: none;
}

.customtable table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
}
.customtable table thead tr th {
  background: #f5f6f8;
  color: #777;
  font-size: 15px;
  line-height: 22px;
  font-family: "PublicSans-Medium";
}
.customtable table thead tr th:first-child {
  border-top-left-radius: 10px;
}
.customtable table thead tr th:last-child {
  border-top-right-radius: 10px;
}
.customtable table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.customtable table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.customtable table tbody tr td {
  font-size: 14px;
  line-height: 22px;
  color: #5b5b5b;
}

.pagination-cust {
  font-size: 14px;
  line-height: 18px;
  color: #777777;
}

.customnav .nav-link {
  color: #777777;
}
.customnav .nav-link:hover {
  border: 0;
}
.customnav .nav-link.active {
  color: #464646;
  border: 0;
  border-bottom: 2px solid #464646;
  background: #fff;
  border-radius: 0;
}
.customnav .nav-link:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.customlabel .form-floating > label {
  left: 10px;
  font-size: 14px;
  color: #9b9b9b;
}
.customlabel .form-control:focus, .customlabel .form-select:focus {
  border-color: #212020;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 32, 32, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(33, 32, 32, 0.25);
}

.customcheckbox {
  font-size: 15px;
  line-height: 20px;
  color: #757575;
}

@media (max-width: 1024px) {
  .search-custom {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .fliteroption {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .listname {
    white-space: nowrap;
    overflow: auto;
  }
  .fliteroption {
    padding: 0 !important;
    white-space: nowrap;
    overflow: auto;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .customtable table thead tr th {
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
  }
  .customtable table tbody tr td {
    font-size: 13px;
    line-height: 18px;
    color: #5b5b5b;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .customcontent {
    width: 100%;
  }
  .main-header .logo {
    width: 50%;
  }
  .main-header .logo img {
    width: 110px;
  }
  .main-header .top-header {
    width: 50%;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 16px;
  }
  .box-heading {
    font-size: 20px;
    line-height: 22px;
  }
  .dashboardlist svg {
    height: 28px;
  }
  .dashboardlist .d-number {
    font-size: 20px;
    line-height: 22px;
  }
}
/* width */
::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.form-control, .form-select {
    border: var(--bs-border-width) solid #cfcfcf;
    box-shadow: 0px 2px 4px #cacaca94;
}