@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Mukta Malar;
  src: url(../fonts/Mukta_Malar/MuktaMalar-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Mukta Malar;
  src: url(../fonts/Mukta_Malar/MuktaMalar-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Mukta Malar;
  src: url(../fonts/Mukta_Malar/MuktaMalar-SemiBold.ttf);
  font-weight: 600;
}

body {
  font-family: "Roboto", sans-serif;
  background: #f1f1f1;
  font-size: 14px;
  line-height: 1.4;
  min-height: 100vh;
}

.form-control, .form-select {
  font-size: 14px;
}
.form-label {
  margin-bottom: 2px;
}
.btn {
  font-size: 14px;
}
.nav-link {
  font-size: 14px;
}
.dropdown-item {
  font-size: 14px;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.page-link {
  font-size: 14px;
}

.box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px #d2d2d2;
}

.app-container {
  display: flex;
}
.sidebar {
  position: fixed;
  height: 100%;
  background: #fff;
  width: 100%;
  z-index: 1020;
  top: 0;
  box-shadow: 2px 3px 4px #ccc;
  margin-left: -105%;
  transition: margin-left 0.3s ease;
  overflow-y: auto;
}
.sidebar.active {
  margin-left: 0;
}
.app-body {
  width: 100%;
}
.sidebar .sidebar-item {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}
.sidebar .sidebar-item > i {
  width: 20px;
  text-align: center;
}
.sidebar .sidebar-item:last-child {
  border-bottom: 0;
}
.sidebar .sidebar-item:hover {
  background: #f1f1f1;
}
.sidebar .sidebar-item span {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .sidebar {
    width: 220px;
    top: auto;
    margin-left: 0;
    padding-bottom: 60px;
  }
  .app-body {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}

.page-title {
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
}
.page-title h5,
.page-title h6 {
  margin-bottom: 0;
}

.fs-9 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}

.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}

.cursor {
  cursor: pointer;
}

.list-group > .list-item {
  border-bottom: 1px solid #e7e7e7;
}
.list-group > .list-item:last-child {
  border-bottom: 0;
}

.link-text,
.link-text:hover {
  text-decoration: none;
  color: #212529;
}

.chosen-container {
  font-size: 14px;
}

.nav-1 .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  color: #888;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}
.nav-1 .nav-link:active,
.nav-1 .nav-link.active {
  border-bottom: 3px solid #666;
  color: #666;
}

.doc-thumb {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doc-thumb img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #c6c6c6;
  }
}

.user-thumb {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-thumb img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.box-btn {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
}
.box-btn:hover {
  background: rgb(0 56 255 / 15%);
}
.box-hover-btn:hover {
  background: #0d6efd;
  color: #fff;
  box-shadow: none;
}

@media print {
  .noprint {
    display: none;
  }
}

.br-10 {
  border-radius: 10px;
}

.font-family-mukta {
  font-family: "Mukta Malar", sans-serif;
}

.w-15 {
  width: 15%;
}
.w-40 {
  width: 40%;
}

.max-h-120 {
  max-height: 120px;
}

.card-yellow-light {
  background: rgb(255 255 138 / 68%);
  border: 1px solid #060958 !important;
}
.card-yellow {
  background: rgb(250 151 4 / 39%);
  border: 1px solid #060958 !important;
}
.card-blue-border {
  border: 1px solid #060958 !important;
}

.card-text-blue {
  color: #0d1280;
}

.table td.tnowrap,
.table th.tnowrap {
  white-space: nowrap;
  width: 1%;
}

.h-vh-100 {
  height: 100vh;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.notification {
  z-index: 9999;
}

.list-group-1 .list-item-1{
  padding: 8px 10px;
  cursor: pointer;
}
.list-group-1 .list-item-1:hover{
  background: #f1f1f1;
}


.password-group{
  position: relative;
}
.password-group .password-icon{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
  padding: 10px;
}