﻿@font-face {
  font-family: "Montserrat-Regular";
  src: url("../font/Montserrat-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../font/Montserrat-Black.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.otf") format("opentype");
}
body {
  font-family: Montserrat-Regular;
}

.card.bg-custom {
  background-color: yellow !important;
  border: solid 5px red;
  transition: all 0.5s;
}
.card.bg-custom:hover {
  background-color: red !important;
  border: solid 2px yellow;
}

.font-weight-bold {
  font-weight: bold !important;
}

.sidebar-backdrop {
  display: none;
  background-color: transparent;
}

body {
  overflow-y: auto !important;
}

header.mb-3 {
  margin-left: 300px;
}

.logo img {
  width: 200px !important;
}

.badge-custom {
  position: absolute !important;
  left: 35% !important;
  border-radius: 50% !important;
  font-size: 0.6em;
}

#sidebar:not(.active) ~ header.mb-3 {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #main {
    padding: 8px;
    margin-top: -25px;
    background-color: #fff;
  }
  #main .page-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    margin-bottom: 10px;
  }
  .card-header-mobile,
  .card-bottom-mobile {
    padding: 0.85rem;
  }
  .card-header-mobile .btn-mobile,
  .card-bottom-mobile .btn-mobile {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
  }
  .dataTables_wrapper {
    padding: 0px;
  }
  .dataTables_wrapper .dataTables_length {
    font-size: 0.85rem;
    display: flex;
  }
  .dataTables_wrapper .dataTables_length select.form-select.form-select-sm.rounded-pill.px-4.py-2 {
    padding: 0.25rem 1.5rem 0.25rem 0.5rem !important;
    font-size: 0.85rem !important;
  }
  .dataTables_wrapper .dataTables_length label {
    display: flex;
    align-items: center;
  }
  .dataTables_wrapper .dataTables_filter {
    font-size: 0.85rem;
    display: flex;
    position: relative;
  }
  .dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
  }
  .dataTables_wrapper .dataTables_filter input#searchBox {
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem !important;
  }
  .dataTables_wrapper .table {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 760px) {
  .h-38px {
    height: 38px !important;
  }
  .padding-mobile {
    padding: 0px 0px 10px 0px;
  }
  .card-body-mobile {
    padding: 0px !important;
  }
  table, thead, tbody, th, td, tr {
    display: block;
  }
  .table > :not(:first-child) {
    border-top: none;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ddd !important;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #ddd;
  }
  tr td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40% !important;
    text-align: end;
    display: -webkit-box;
    height: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
  }
  tr td.action {
    padding: 5px 0px 30px 0px !important;
    margin: 0 auto;
  }
  tr td.action a {
    width: 97%;
    margin-bottom: 5px;
  }
  tr td:before {
    position: absolute;
    top: 8px;
    left: 6px;
    width: 45%;
    padding-right: 100%;
    float: left;
    white-space: nowrap;
  }
}
.dropdown-toggle:after {
  color: #747474;
}

.icon-unseen {
  color: #007eff !important;
}

.icon-seen {
  color: transparent !important;
}

body {
  font-size: 14px;
}

.sidebar-wrapper .menu .sidebar-title {
  color: #25396f;
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
  margin: 1.5rem 0 1rem;
  padding: 0 1rem;
}

.sidebar-wrapper .menu .sidebar-link span {
  margin-left: 1rem;
  font-size: 15px;
  font-weight: 400;
}

.sidebar-wrapper .menu .submenu .submenu-item a {
  color: #25396f;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0.7rem 0.7rem;
  transition: all 0.3s;
}

.primary-bg-custom {
  background-color: #153dea !important;
}

.danger-bg-custom {
  background-color: #dc3545 !important;
}

.success-bg-custom {
  background-color: #32c372 !important;
}

.orange-bg-custom {
  background-color: #fd7e14 !important;
}

.btn-add {
  background-color: #153dea !important;
}

.main-footer {
  margin-left: 300px;
  padding: 2rem;
}

.custom-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ededed;
}

.custom-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a9a4a4;
}

footer.footer {
  padding: 20px;
  margin-left: 300px;
}

@media screen and (max-width: 1024px) {
  footer.footer {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-menu.dropdown-menu-end.show {
    left: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .dropdown-menu.dropdown-menu-end.show .text-sm {
    width: 35%;
    margin-bottom: 10px;
  }
}
.form-group label {
  color: #25396f !important;
}

.dropdown-menu {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.btn-danger {
  background-color: #f53042;
  border-color: #f53042;
}

.li.complete .status {
  border-top: 5px solid #32c372;
}

.li.complete .status h6 {
  color: #32c372;
}

.li.complete .status:before {
  background-color: #32c372;
}

@media screen and (max-width: 768px) {
  .user-name-responsive {
    display: none;
  }
  .dropdown-menu.dropdown-menu-end.dropdown-menu-responsive.show {
    right: 0 !important;
    left: auto;
  }
  .dropdown-menu.dropdown-menu-end.dropdown-notification-responsive.show {
    left: -170px !important;
  }
}
.note-editor {
  background: white;
}

.content-detail-request {
  overflow-x: auto;
}

.card-body.content-detail-request p img {
  max-width: 100%;
}
.card-body.content-detail-request table {
  width: 100% !important;
}

.note-editable {
  font-family: "Montserrat-Regular" !important;
}

.main-navbar {
  background-color: #0078d4;
  padding: 0.4rem 1.5rem;
}
.main-navbar ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0;
}
.main-navbar ul .menu-item {
  position: relative;
  transition: ease-in 0.2s;
}
.main-navbar ul .menu-item .menu-link {
  color: #fff;
}
.main-navbar ul .menu-item.active {
  padding: 0 10px;
  background: #fff;
  border-radius: 3px;
}
.main-navbar ul .menu-item.active a {
  color: #135995;
}
.main-navbar ul .menu-item:hover {
  padding: 0 10px;
  background: #fff;
  border-radius: 3px;
}
.main-navbar ul .menu-item:hover a {
  color: #135995;
}
.main-navbar ul .menu-link {
  display: flex;
  position: relative;
  padding: 0.4rem 0;
  gap: 0.5rem;
  align-items: center;
  font-weight: 500;
}
.main-navbar ul .menu-link span {
  height: 20px;
}

@media screen and (max-width: 767px) {
  .main-navbar ul {
    flex-direction: column;
  }
}
