body {
  font-family: "Inter", sans-serif;
  font-family: "Poppins", sans-serif;
}

.btn-pink {
  color: #fff;
  background-color: #2dd4bf;
  border-color: #2dd4bf;
}

.btn-pink {
  color: #fff;
  background-color: #2dd4bf;
  border-color: #2dd4bf;
}
.btn-pink:hover {
  color: #fff;
  background-color: #eb5757;
  border-color: #eb5757;
}
.btn-check:focus + .btn-pink,
.btn-pink:focus {
  color: #fff;
  background-color: #eb5757;
  border-color: #eb5757;
  box-shadow: 0 0 0 0.25rem rgba(89, 48, 161, 0.5);
}
.btn-check:active + .btn-pink,
.btn-check:checked + .btn-pink,
.btn-pink.active,
.btn-pink:active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #eb5757;
  border-color: #eb5757;
}
.btn-check:active + .btn-pink:focus,
.btn-check:checked + .btn-pink:focus,
.btn-pink.active:focus,
.btn-pink:active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(89, 48, 161, 0.5);
}
.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #2dd4bf;
  border-color: #2dd4bf;
}
.custom-badge {
  background-color: #e0e0e0;
  color: #000;
  border: none;
  height: 30px;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: normal;
}

.content {
  margin-top: 6rem;
  padding-left: 16px;
  padding-right: 16px;
}

.modal-bottom {
  position: fixed;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
}

.main {
  padding: 75px 16px 70px 16px;
}

.bg-tabs {
  background: rgba(250, 111, 146, 0.2);
  border-radius: 20px;
}

.text-title {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.23999999463558197px;
  text-align: left;
}

.badge-tab {
  border-radius: 16px;
  margin: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.23999999463558197px;
}

.badge-tab.active {
  background: #2dd4bf;
}

.badge-tab.active > a {
  color: #fff;
}

.badge-tab > a {
  color: #000;
}

.no-marker {
  list-style: none;
}

.tab-pane {
  transition: opacity 0.3s ease-in-out;
}

.badge-sub-tab {
  padding: 4px 10px;
  color: #828282;
  background-color: #f2f2f2;
  border-radius: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.24px;
  margin-right: 8px;
}

.badge-sub-tab.active {
  background-color: rgba(147, 246, 195, 0.2);
  color: #2dd4bf;
}

.badge-sub-tab-outline {
  padding: 4px 16px;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.23999999463558197px;
  text-align: center;
  border-radius: 20px;
}

.badge-sub-tab-outline.danger {
  color: #eb5757;
  background-color: rgba(235, 87, 87, 0.15);
}

.badge-sub-tab-outline.warning {
  color: #f2994a;
  background-color: rgba(242, 153, 74, 0.15);
}

.badge-sub-tab-outline.info {
  color: #2f80ed;
  background-color: rgba(47, 128, 237, 0.15);
}

.badge-sub-tab-outline.success {
  color: #219653;
  background-color: rgba(33, 150, 83, 0.15);
}

.card-header-radius {
  border-radius: 15px 15px 0 0 !important;
}

.card-footer-radius {
  border-radius: 0 0 15px 15px !important;
}
.bg-danger-new {
  background-color: rgba(235, 87, 87, 0.15);
}

.bg-warning-new {
  background-color: rgba(242, 153, 74, 0.15);
}

.bg-info-new {
  background-color: rgba(47, 128, 237, 0.15);
}

.bg-success-new {
  background-color: rgba(33, 150, 83, 0.15);
}

.bg-primary-new {
  background-color: rgba(45, 212, 191, 0.15);
}

.bg-secondary-new {
  background-color: rgba(130, 130, 130, 0.15);
}

.bg-dark-new {
  background-color: rgba(89, 48, 161, 0.15);
}

.text-danger-new {
  color: #eb5757;
}

.text-warning-new {
  color: #f2994a;
}

.text-success-new {
  color: #219653;
}

.text-info-new {
  color: #2f80ed;
}

.text-primary-new {
  color: #2dd4bf;
}

.text-secondary-new {
  color: #828282;
}

.text-dark-new {
  color: #5930a1;
}

.border-danger-new {
  border-color: #eb5757;
}

.border-warning-new {
  border-color: #f2994a;
}

.border-success-new {
  border-color: #219653;
}

.border-info-new {
  border-color: #2f80ed;
}

.border-primary-new {
  border-color: #2dd4bf;
}

.border-secondary-new {
  border-color: #828282;
}

.border-dark-new {
  border-color: #5930a1;
}

.sub-tabs-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none; /* Hides scrollbar in IE and Edge */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}

.sub-tabs-container::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, and Opera */
}

.text-card-super-title {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.23999999463558197px;
  text-align: left;
}

.text-card-super-subtitle {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}

.text-card-title {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
}

.text-card-title-date {
  font-family: Poppins;
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-align: right;
}

.text-card-subtitle {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.23999999463558197px;
  text-align: left;
}

.text-card-item {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.23999999463558197px;
  text-align: left;
}

.header-fixed {
  position: fixed;
  padding-right: 24px;
  z-index: 99;
  background-color: #fff;
}

.content-with-header-fixed {
  padding-top: 160px;
}

.content-without-header-fixed {
  padding-top: 45px;
}

.app-bar-title {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.23999999463558197px;
  text-align: left;
  padding-left: 1rem;
}

.img-contact {
  width: 50px;
  height: 50px;
  border-radius: 16px;
}

.text-pink {
  color: #2dd4bf;
}

.bayar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  border-top: 2px solid #2dd4bf;
  padding: 0.7rem;
}
