html,
body {
  font-family: "IBM Plex Sans Thai", sans-serif;
  background: #171717;
  color: #ffffffbf;
  font-size: 14px;
}
.sidebar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.sidebar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
/* For Firefox, Chrome, Opera */
.form-control::placeholder {
  color: #ffffffbf;
}

body:not(.is-loggedin) {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(111.34deg, #171717 0%, #252525 100%);
}
.fw-bolder {
  font-weight: 500 !important;
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  overflow-y: auto;
}

.content {
  margin-left: 230px;
  padding: 20px;
}
.is-loggedin .navbar {
  display: none;
}
@media (max-width: 768px) {
  .is-loggedin .navbar {
    display: block;
  }
  .sidebar {
    width: 100%;
    height: auto;
    position: static;
  }

  .content {
    margin-left: 0;
    padding: 5px;
  }
}
a {
  color: #3b82f6;
}
.dropdown-menu[data-bs-popper] {
  right: 0;
  left: auto;
}
.h2 {
  font-size: 24px;
}
.material-symbols-outlined {
  vertical-align: middle;
}
.text-success {
  color: #16a34a !important;
}
.text-info {
  color: #06b6d4 !important;
}
.text-danger {
  color: #ef4444 !important;
}
label.error {
  color: #ffffffe6 !important;
  background-color: #ef4444;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  padding: 4px;
}
input.error,
.form-select.error {
  border: 1px solid #ef4444;
}
.hidden-radio.error + .radio-label {
  border: 1px solid #ef4444;
}
.bg-danger {
  background-color: #ef4444 !important;
}

.text-warning {
  color: #f97316 !important ;
}
.text-primary {
  color: #3b82f6 !important;
}
.btn-success {
  /* background: linear-gradient(180deg, #0fa144 0%, #4ea658 100%) !important; */
  background: linear-gradient(96.46deg, #0fa144 0%, #4ea658 100%);
}
.btn-warning {
  background: linear-gradient(96.46deg, #f97316 0%, #fb923c 100%);
  color: #ffffff;
}
.btn-danger {
  background: #ef4444 !important;
}
.btn-light {
  background: #94a3b8cc !important;
  border: 1px solid #94a3b8cc;
  color: #ffffff;
}
.bg-light {
  background: #94a3b8cc !important;
  border: 1px solid #94a3b8cc;
  color: #ffffff;
}
.bg-success {
  background: linear-gradient(180deg, #0fa144 0%, #4ea658 100%);
}
.btn-outline-success {
  border: 1px solid #ffffff1a !important;
  color: #4ea658 !important;
}
.btn-outline-success:hover {
  color: #ffffffe6 !important;
  background: linear-gradient(180deg, #0fa144 0%, #4ea658 100%) !important;
}
.btn-none {
  color: #ffffffe6;
}
.btn-none:hover,
.btn-none:focus,
.btn-none:active {
  color: #ffffff;
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.0509804);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.101961);
  border-radius: 8px;
}
hr {
  color: #ffffff1a !important;
  opacity: 1;
}
.bg-warning {
  background: #fb923c !important ;
}
.btn-sm {
  height: 24px;
  font-size: 12px;
  border-radius: 4px;
}
.btn-lg {
  font-size: 14px;
  padding: 10.5px 1rem;
  height: 44px;
  border-radius: 8px;
}
.badge {
  border-radius: 4px;
}
.btn-red {
  background: linear-gradient(96.46deg, #f16363 0%, #e9480e 100%);
  color: #ffffff;
}
.sidebar {
  position: fixed;
  top: 0px;

  bottom: 0;
  left: 0;
  z-index: 100;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.0509804);
  border: 1px solid rgba(255, 255, 255, 0.101961);
}

.sidebar .nav a.active::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 36px;
  background: linear-gradient(180deg, #0fa144 0%, #4ea658 100%);
  border-radius: 10px;
  left: 0;
  top: 5px;
}
.sidebar .nav a.active .material-symbols-outlined {
  width: 24px;
  height: 24px;
  background: linear-gradient(
    180deg,
    rgba(15, 161, 68, 0.3) 0%,
    rgba(78, 166, 88, 0.25) 100%
  );
  box-shadow: 0px 0px 10px rgba(15, 161, 68, 0.349);
  border-radius: 4px;
}
.sidebar .nav .material-symbols-outlined {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 5.1%);
  border-radius: 4px;
  color: #ffffffd9;
  margin-right: 5px;
}
.alert {
  min-height: 96px;
  border-radius: 8px;
  padding: 16px;
  color: #ffffffbf;
}
.alert-danger {
  background: rgba(239, 68, 68, 0.2);
  border: none;
}
.alert .btn-cancel {
  display: none;
}
.alert:hover .btn-cancel {
  display: block;
  color: #ffffff;
}
.btn-cancel {
  width: 63px;
  height: 36px;
  background: rgba(255, 255, 255, 0.0509804);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.101961);
  border-radius: 8px;
  color: #ffffffbf;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  color: rgba(255, 255, 255, 0.74902);
  padding: 11px 1rem;
}

.sidebar .nav-link.active {
  color: #ffffffe6;
  position: relative;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.col-work {
  padding: 16px;
  height: 108px;
  border: 1px solid rgba(255, 255, 255, 0.101961);
  border-radius: 12px;
}
.last-activity {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.101961);
}
.list-last-last-activity {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-last-last-activity li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.101961);
}
.icon {
  padding: 8px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center !important;
  color: #1e293b;
}
.col-step {
  display: flex;
  align-items: center !important;
  position: relative;
}
.icon-step {
  padding: 10px;
  background: rgba(255, 255, 255, 0.0509804);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center !important;
  color: #ffffffd9;
}
.container-step .col-step:last-of-type::after {
  display: none;
}
.list-last-last-activity li {
  border-bottom: 1px solid #ffffff1a;
  padding: 10px 0;
}
.col-planner .material-symbols-outlined {
  font-size: 16px;
}
.container-step .col-step .icon-step {
  background: rgba(255, 255, 255, 0.0509804);
}
.container-step .col-step:not(.active):first-of-type .icon-step {
  background: linear-gradient(
    180deg,
    rgba(15, 161, 68, 0.3) 0%,
    rgba(78, 166, 88, 0.25) 100%
  );
}
.container-step .col-step.active .icon-step {
  background: #16a34a !important;
}

.container-step .col-step.active + .arrow + .col-step .icon-step {
  background: linear-gradient(
    180deg,
    rgba(15, 161, 68, 0.3) 0%,
    rgba(78, 166, 88, 0.25) 100%
  );
}

.container-step .col-step.active p:first-child {
  color: #16a34a;
}

.nav-icon1 {
  width: 17px;
  height: 13px;
  position: relative;
  padding: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 30px;
}
.logo img {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon1 span:nth-child(1) {
  top: 0px;
}

.nav-icon1 span:nth-child(2) {
  top: 8px;
}

.nav-icon1 span:nth-child(3) {
  top: 16px;
}

.nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#sidebarMenu,
.content {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#sidebarMenu.close {
  width: 90px;
  font-size: 0;
}
#sidebarMenu.close .sidebar-heading {
  font-size: 0;
  display: none;
}

#sidebarMenu.close ~ .content {
  margin-left: 90px;
}
.btn-profile {
  width: 32px;
  height: 32px;
  font-size: 18px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  color: #ffffffe6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.dropdown-lang .dropdown-toggle::after {
  display: none;
}
.form-control,
.form-select {
  box-sizing: border-box;
  height: 48px;
  background: rgba(255, 255, 255, 0.0509804);
  border: 1px solid rgba(255, 255, 255, 0.101961);
  backdrop-filter: blur(28px);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.74902);
}
.form-select {
  /* Hide the default Bootstrap arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none; /* Remove Bootstrap's default SVG background */
  padding-right: 2.5rem; /* Adjust padding to make space for the new icon */
  position: relative; /* For positioning the pseudo-element */
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px 20px;
}
.form-select option {
  color: #000;
  background: rgba(255, 255, 255, 0.0509804);
  border: 1px solid rgba(255, 255, 255, 0.101961);
}

.form-select option:hover,
.form-select option:focus {
  background: rgba(255, 255, 255, 0.0509804);
  color: #000;
}
.form-filter {
  min-width: 500px;
}
.modal-sm {
  max-width: 396px;
}
.modal .modal-content {
  background: rgba(255, 255, 255, 0.0509804);
  border: 1px solid rgba(255, 255, 255, 0.101961);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  color: #ffffffe6;
}

.modal-header {
  border-bottom: unset;
}

.col-form {
  box-sizing: border-box;

  border: 1px solid rgba(255, 255, 255, 0.101961);
  border-radius: 8px;
  margin: 0 auto;
  padding: 16px;
}
.p-form {
  font-size: 18px;
}
.col-form label {
  color: #ffffffe6;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 0 5px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 35px;
}
.switch input {
  display: none;
}
.slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 2px;
  background-color: #ffffffbf;
  transition: 0.4s;
  border-radius: 50px;
}

input:checked + .slider {
  background-color: #0fa144;
}

input:checked + .slider::before {
  transform: translateX(14px);
}

.form-center {
  width: 100%;
  max-width: 400px;
  min-height: 438px;
  padding: 30px;
  margin: auto;
  border-radius: 12px;
  color: #ffffffbf;
  background: rgba(255, 255, 255, 0.0509804);
  border: 1px solid rgba(255, 255, 255, 0.101961);
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-center form {
  width: 336px;
}
.form-center .checkbox {
  font-weight: 400;
}

.form-center .form-floating:focus-within {
  z-index: 2;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.0509804);
  border: 1px solid rgba(255, 255, 255, 0.101961);
  color: #ffffffe6;
}

.bar {
  background: linear-gradient(to right, #0fa144 0%, #fb923c 100%);
  height: 4px;
  width: 80px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}

.p-header {
  font-size: 18px;
}
.table {
  --bs-table-bg: unset;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}
.dropdown-menu {
  background: rgba(255, 255, 255, 0.0509804);
  border: 1px solid rgba(255, 255, 255, 0.101961);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  min-width: 200px;
}
.table .dropdown-item,
.dropdown-item {
  color: #ffffff;
  padding: 10px;
}
.table tbody td,
.table tbody td .dropdown-toggle {
  color: #ffffffbf;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: #ffffffbf;
}
.table .dropdown-toggle::after {
  display: none;
}

.table .dropdown-toggle::after {
  border: none;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: rgba(255, 255, 255, 0.101961);
}
.bg-dark {
  background: rgba(255, 255, 255, 0.0509804) !important;
  border: 1px solid rgba(255, 255, 255, 0.101961);
  border-radius: 12px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #ffffff1a;
}
.modal-footer {
  border-top: unset;
  display: block;
}

.modal-content .form-check-input[type="radio"] {
  border-radius: 8px;
  height: 20px;
}
.modal-content .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 0;
  border: 2px solid rgba(255, 255, 255, 0.1176);
  background-color: rgba(255, 255, 255, 0.1);
}
.modal-content .form-check-input:checked[type="radio"] {
  background: rgba(255, 255, 255, 0.1);
  border: 5px solid #0fa144;
}
.form-check-input:checked {
  background-color: #0fa144;
  border-color: #0fa144;
}
.table.dataTable td {
  font-weight: 300;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px !important;
  white-space: nowrap;
  margin-right: 15px;
}

div.dataTables_wrapper div.dataTables_length select {
  padding: 5px 0px;
  background: rgba(255, 255, 255, 0.0509804);
  border: 1px solid rgba(255, 255, 255, 0.101961);
  backdrop-filter: blur(28px);
  border-radius: 8px;
  color: #ffffffbf;
}
div.dataTables_wrapper div.dataTables_length select option {
  color: #171717;
}

div.dataTables_wrapper div.dataTables_paginate .paginate_button,
.page-info-container {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.0509804);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.101961);
  border-radius: 8px;
  text-decoration: none;
  color: #ffffffe6;
  margin: 0 5px;
  cursor: pointer;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 8px !important;
  margin-left: auto !important;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.current,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.disabled {
  cursor: not-allowed;
  color: #ffffffbf;
}
.dataTables_wrapper .bottom {
  display: flex;
  margin-top: 15px;
  color: #ffffffbf;
}

.table > :not(caption) > * > * {
  padding: 15px 0.5rem;
  color: #ffffffe6;
}

.password-container {
  position: relative;
}

.password-toggle-icon {
  position: absolute;
  right: 10px; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #ffffffbf;
}

.input-icon-left {
  position: relative;
}

.input-icon-left .left-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffffd9;
  z-index: 2;
}
.input-icon-left input {
  padding-left: 40px;
}

.input-icon-right {
  position: relative;
}

.input-icon-right .right-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #777;
  z-index: 2;
}

input::-ms-reveal {
  display: none;
}
.nav-pills {
  border-radius: 8px;
}

.nav-pills .nav-link {
  background: #ffffff0d;
  border-radius: 0;
  color: #ffffffe6;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.101961);
}
.nav-pills .nav-item:first-child .nav-link {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.nav-pills .nav-item:last-child .nav-link {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: linear-gradient(96.46deg, #0fa144 0%, #4ea658 100%) !important;
}
.navbar-dark {
  height: 72px;
}

.nav-icon1 {
  display: none;
}
.is-loggedin .nav-icon1 {
  display: block;
}

main.col-lg-12.col-md-12 .text-top {
  margin-left: 13rem;
}
.hf-72 {
  min-height: 72px;
  border-bottom: 1px solid #ffffff1a !important;
}
.sidebar.close .logo img {
  /* background: rgba(255, 255, 255, 0.0509804);
  backdrop-filter: blur(12.5px); */
  display: none;
}
.col-text > p:first-child {
  font-size: 16px;
  margin-bottom: 0;
}
.col-text > p:last-child {
  font-size: 14px;
  margin-bottom: 0;
}
.col-text-2 > p:first-child {
  font-size: 14px;
  margin-bottom: 0;
}
.col-text-2 > p:last-child {
  font-size: 16px;
  margin-bottom: 0;
}
.col-w50 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  min-height: 76px;
  border-radius: 12px;
  justify-content: space-between !important;
  color: #ffffffbf;
}
.col-w50 .btn {
  border-radius: 8px;
}
.col-vm-dt {
  min-height: 232px;
  color: #ffffffbf;
}
.vm-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.vm-list li {
  padding: 3px 0;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.table .text-break {
  max-width: 533px;
}
.more-detail {
  color: #3b82f6;
  cursor: pointer;
  margin-bottom: 0;
}

.hidden-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out; /* Add a transition for smooth effect */
  z-index: 1050;
  width: 396px;

  background: rgba(255, 255, 255, 0.0509804);
  /* Pallate/base/Glass Stroke */
  border: 1px solid rgba(255, 255, 255, 0.101961);
  /* CT S&B */
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 8px;
  color: #ffffffbf;
  transform: translate(-50%, 0%);
}
.hidden-content p span {
  color: #ffffffe6;
}
.more-detail.active .hidden-content {
  visibility: visible;
  opacity: 1;
}

.nav-pills .dropdown-toggle::after {
  border: none;
}
.table .alert {
  margin-bottom: 0;
}
.info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 8px;
}

ul.backup-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.backup-list li:first-child {
  border-top: 1px solid #ffffff1a;
}
ul.backup-list li {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff1a;
}
.progress-w300 {
  width: 300px;
  position: relative;
  float: right;
}

.hidden-radio {
  display: none;
}

.radio-label {
  display: block;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  min-height: 112px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  color: #ffffffbf;
  transition: background-color 0.2s ease;
}

.hidden-radio:checked + .radio-label {
  border: 2px solid #0fa144;
}

.col-detail {
  padding: 15px;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.0509804);
  border: 1px solid rgba(255, 255, 255, 0.101961);
  border-radius: 12px;
}
.col-detail .fs-14 {
  color: #ffffffbf;
}
.col-detail .fs-14 span {
  color: #ffffffe6;
  margin-left: 20px;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) #ffffff1a !important;
}
.btn-success-group > .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px;
  background: rgba(255, 255, 255, 0.0509804);
  border: 1px solid rgba(255, 255, 255, 0.101961);
  color: #ffffffe6;
  font-weight: 500;
}
.btn-success-group > .btn.active {
  background: linear-gradient(180deg, #0fa144 0%, #4ea658 100%);
}
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's on top */
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #0fa144;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.form-check-input[type="radio"] {
  border-radius: 8px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1176);
  background-color: rgba(255, 255, 255, 0.1);
}

.form-check-input:checked[type="radio"] {
  background: rgba(255, 255, 255, 0.1);
  border: 5px solid #0fa144;
}
.text-white-50 {
  color: #ffffff80;
}
.text-white-74 {
  color: #ffffffbf;
}
.text-white-90 {
  color: #ffffffe6;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#positionGroup-error {
  text-align: center;
}
input[type="checkbox"]:disabled + .slider {
  cursor: not-allowed;
}
.form-label {
  font-size: 16px;
  font-weight: 300;
  color: #ffffffe6 !important;
}
.table th {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #sidebarMenu.close ~ .content {
    margin-left: auto;
  }
  body {
    padding-top: 73px;
  }
  .sidebar {
    left: -100%;
  }
  .is-loggedin .navbar.navbar-dark {
    background: rgba(255, 255, 255, 0.0509804);
    backdrop-filter: blur(12.5px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .is-loggedin .navbar.navbar-dark .nav-icon1 {
    margin-left: 0px;
  }
  .sidebar .position-sticky {
    margin-top: 0;
  }
  #sidebarMenu.close {
    left: 0;
    width: 216px;
    height: 100%;
    background: rgba(255, 255, 255, 0.0509804);
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.5px);
    flex: none;
    order: 0;
    flex-grow: 0;
    font-size: 14px;
  }
  #sidebarMenu.close .sidebar-heading {
    font-size: 12px;
  }
  .hidden-content {
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
  .content .widget {
    display: none;
  }

  .col-detail .fs-14 {
    display: flex;
  }
  .col-detail .fs-14 span {
    margin-left: auto;
  }
  .col-button .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .form-filter {
    min-width: 100%;
  }
  div.dataTables_wrapper div.dataTables_info {
    display: none !important;
  }
  .dataTables_wrapper .bottom {
    font-size: 14px !important;
  }
  .hidden-content {
    font-size: 14px;
  }
  .progress-w300 {
    width: 214px;
  }
  .container-step .arrow {
    display: none;
  }

  .col-step .text-step {
    display: none;
  }
  .container-step .col-step:not(.active):first-of-type .text-step,
  .container-step .col-step:not(.active):first-of-type + .arrow,
  .container-step .col-step.active + .arrow + .col-step:not(.active) .text-step,
  .container-step .col-step.active + .arrow + .col-step:not(.active) + .arrow {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .form-center {
    max-width: 330px;
  }
  .hidden-content {
    max-width: 350px;
  }
}
