main > .container {
    padding: 70px 15px 20px;
}

body{
  font-size: 0.813rem;
}
.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
/* .nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
} */
/* 
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
} */

/* .nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
} */

.form-group {
    margin-bottom: 1rem;
}
.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
  }
  
  /*
   * Sidebar
   */
  
  @media (min-width: 768px) {
    .sidebar .offcanvas-lg {
      position: -webkit-sticky;
      position: sticky;
      top: 48px;
    }
    .navbar-search {
      display: block;
    }
  }
  
  .sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
  }
  .sidebar .nav-link,
  .sidebar .nav-link:hover,
  .sidebar .nav-link:focus,
  .sidebar .nav-link.active,
  .sidebar .nav-link.active {
    color: #ffffff;
  }
  
  .sidebar-heading {
    font-size: .75rem;
  }
  
  /*
   * Navbar
   */
  
  /* .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  } */
  
  .navbar .form-control {
    padding: .75rem 1rem;
  }
  /* body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  
  html {
    height: -webkit-fill-available;
  }
  
  main {
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
  } */
  
  .dropdown-toggle { outline: 0; }
  
  .btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: var(--bs-emphasis-color);
    background-color: transparent;
  }
  .btn-toggle:hover,
  .btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
  }
  
  .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
  }
  
  [data-bs-theme="dark"] .btn-toggle::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  }
  
  .btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
  }
  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }
  
  .btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
  }
  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
  }
  
  .scrollarea {
    overflow-y: auto;
  }  
  .conticon {
    position: relative;
    color: #2600ff;
    padding-right: 5px;
}
.conttitle .page-title {
  /* font-weight: 700; */
  font-size: 16px;
}
.help-block{
    color: red;
    font-size: 12px;
}
h1{
  font-size: 1.25rem !important;
}
h2{
  font-size: 1.125rem !important;
}
h3{
  font-size: 1rem !important;
}
h4{
  font-size: 0.875rem !important;
}
h6{
  font-size: 0.75rem !important;
}
.btn{
  --bs-btn-padding-y: 0.25rem !important;
  --bs-btn-padding-x: 0.5rem !important;
  --bs-btn-font-size: 0.875rem !important;
  --bs-btn-border-radius: var(--bs-border-radius-sm) !important;
}
.nav-icon{
  width: 30px;
}

.action-icon {
  font-size: 9px;
  margin-right: 5px;
}
li.master-li{
  list-style-type: none;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
}
.topnavbar{
  background-color:#0d6efd;
}
.sidebar{
 
}
.fixed-header {
  height: 60px; /* Fixed height for the header */
}
.sidebar {
  height: calc(100vh - 60px); /* Full height minus header */
  position: fixed; /* Keep the sidebar fixed */
  top: 60px; /* Align below the header */
  left: 0;
  overflow-y: auto; /* Scrollable sidebar */
  width: 200px; /* Set sidebar width */
  border-right: 1px solid #ddd;
  color: #fff;
  background-color: #374a59;
}
.content {
  margin-left: 200px; /* Same width as the sidebar */
  padding: 60px 20px 20px 20px;
  height: calc(100vh - 60px); /* Full height minus header */
  overflow-y: auto; /* Scrollable content */
}
.user-action{
  float: right;
}
.user-action .btn {
  color: #bfc2c7;
  background: #374a59;
}
.custom-multiple-input-table table {
  border: 1px solid #ddd; /* Add border around the table */
  border-collapse: collapse; /* Ensure borders collapse */
  width: 100%; /* Optional: make the table take up full width */
}

.custom-multiple-input-table table th,
.custom-multiple-input-table table td {
  border: 1px solid #ddd; /* Add borders to table cells */
  padding: 8px; /* Add padding to cells for better readability */
  text-align: left; /* Align text to the left */
}

.custom-multiple-input-table table th {
  background-color: #f4f4f4; /* Optional: add a background color to the header */
  font-weight: bold; /* Optional: make header text bold */
}
.border-bottom {
  border-bottom: 1px solid #575252 !important;
}
.single-work-day{
  text-align: right;
}
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}
.toast {
  opacity: 1 !important;
  transition: opacity 0.5s ease-in-out;
}
.voucher-view table ,
.voucher-view table th, 
.voucher-view table td{
    border: 1px solid black;
    border-collapse: collapse;
}
.voucher-container {
  width: 800px;
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
}

.voucher-container .header {
  text-align: center;
  margin-bottom: 20px;
}

.voucher-container .header .logo {
  float: left;
}

.voucher-container .header .logo img {
  height: 60px;
}

.voucher-container .header .company-name {
  font-size: 20px;
  font-weight: bold;
}

.voucher-container .header .address {
  font-size: 12px;
  margin-top: 5px;
}

.voucher-container .section {
  margin-bottom: 10px;
}

.voucher-container .section-title {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  text-decoration: underline;
}
.summary{
  text-align: center;
}
.voucher-container table {
  width: 100%;
  border-collapse: collapse;
}

.voucher-container table,.voucher-container  th,.voucher-container  td {
  border: 1px solid black;
}

.voucher-container th,.voucher-container  td {
  padding: 10px;
  text-align: left;
}

.voucher-container .text-center {
  text-align: center;
}

.voucher-container .no-border {
  border: none !important;
}

.voucher-container .small-text {
  font-size: 12px;
}

.voucher-container .signature-section {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 10px; */
}

.voucher-container .signature-box {
  width: 30%;
  border: 1px solid black;
  padding: 10px 0px 30px 5px;
  text-align: left;
  font-size: 12px;
}
.timeline {
  position: relative;
  margin-left: 25px;
  padding-left: 20px;
  border-left: 2px solid #ddd;
}

.timeline-item {
  position: relative;
  margin-bottom: 10px;
}

.timeline-icon {
  position: absolute;
  left: -33px;
  top: 5px;
  background-color: #fff;
  color: #28a745;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 2px solid #28a745;
}

.timeline-content .card {
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  padding: 10px;
}

.activity-feed-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}
.stack-icon{
  font-size: 0.7em !important;
}