@font-face {
  font-family: "work sans";
  font-weight: 400;
  font-style: normal;
}

:root {
  --bs-font-work-sans: "work sans";
  --stick-bottom-height: 83px;
}

.ml-1 {
  margin-left: 1px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}

body {
  font-family: "work sans";
  background-color: #efe9ea;
  font-weight: 400;
  font-size: 77%;
}

.navbar {
  padding: 0.5rem 1rem;
  background-color: #201f20;
  border-radius: 3rem;
}
h6 {
  font-size: 0.9rem;
  font-weight: 600;
}

.navbar-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 12px 10px 12px;
}

.navbar-nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
  display: flex;
  width: 100%;
}

.nav-item {
  border-radius: 3rem;
  padding: 0.5rem 0.9rem;
}

.nav-item.active {
  border-radius: 3rem;
  /* background-color: #ef4937; */
  background-image: linear-gradient(126deg, #ea5040, #e42915);
}

.nav-item.active .nav-link {
  color: white;
}

.nav-link {
  color: #575757;
  display: flex;
  justify-content: center;
}

.nav-link i {
  font-size: 25px;
  margin-right: 5px;
}

.bold {
  font-weight: 600;
}
.light{
  font-weight: 300;
}

.title-homepage .title-black {
  color: #201f20;
  font-size: calc(1.475rem + 1.9vw);
}

.title-homepage .title-red {
  color: #e42915;
  font-size: calc(1.475rem + 1.9vw);
}

.img-homepage {
  text-align: center;
  /* height: 40vh; */
  position: relative;
}

.glass-container {
  border-radius: 1rem;
  margin: -3rem 10px 0 10px;
  padding: 1rem;
  border: 1px solid #efefef;
  backdrop-filter: blur(5px) brightness(100%);
}

.total-pelanggar {
  color: #e42915;
  font-size: 3rem;
  font-weight: 800;
  margin: 0;
}

.red-theme {
  color: #e42915;
}

.bg-red-theme {
  background-color: #E42915;
}

.btn-red-theme {
  background-color: #e42915;
  display: flex;
  padding: 0 0 0 30px;
  justify-content: space-between;
  align-items: center;
}

.btn-black {
  background-color: black;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}

.rounded-2 {
  border-radius: 5rem !important;
}

.success_position_bar {
  background-image: url("../../dist/img/assets/images/bg_succes_transaksi.jpg");
  padding: 15px 17px;
  position: relative;
  height: 11rem;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-close2 {
  font-size: 22px;
  text-decoration: none;
  color: white;
  line-height: normal;
}

.position_bar {
  background-color: white;
  padding: 15px 17px;
  position: relative;
  display: flex;
  align-items: center;
}

.position_bar .btn_back {
  font-size: 22px;
  text-decoration: none;
  color: #201f20;
  line-height: normal;
}

.content {
  padding: 15px;
}

.border-none {
  border: none;
}

.rounded-15 {
  border-radius: 1rem;
}
.rounded-24 {
  border-radius: 24px;
}
.rounded-8 {
  border-radius: 8px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-8 {
  border-radius: 8px;
}

.link-theme {
  color: #e42915;
  font-weight: 600;
  text-decoration: none;
}

.form-check-input {
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgb(255, 255, 255);
  background-size: contain;
}

.form-check-input[type="checkbox"] {
  border-radius: 1em;
}

.form-check-input:checked[type="checkbox"] {
  --tblr-form-check-bg-image: none;
}

.form-check-input:checked {
  background-color: #eb5241;
  border-color: #eb5241;
}

.input-out-border {
  border: 2px solid #eb5241;
  border-color: #eb5241;
  border-radius: 2rem;
  position: relative;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="checkbox"]:focus,
.uneditable-input:focus {
  border-color: rgba(245, 116, 11, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(239, 162, 104, 0.6);
  outline: 0 none;
}

.btn-unggah {
  border-radius: 1rem;
  border: 1px solid #ea5040;
  color: #ea5040;
  padding: 0.75rem 1rem;
  text-decoration: none;
  width: 100%;
}

.link-transfer {
  border: unset;
  text-align: left;
  background-color: unset;
  display: flex;
  width: 100%;
  align-items: center;
  text-decoration: none;
  color: #201f20;
  line-height: 1;
  padding: 1.2rem;
}

.bg-grey {
  background-color: #f4f4f4;
}

.mt--5 {
  margin-top: -2rem !important;
}

.btn-submit-cek {
  position: absolute;
  right: 0;
  text-align: right;
  padding: 0 12px;
}

.bg-cek-tilang{
  background-image:url('../img/assets/images/bg-5.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  background-position-y: -2rem;
}

.accordion-item {
  border: none;
}
.accordion-button {
  padding: 0.75rem 0rem !important;
  line-height: 1.3;
}
.accordion-body2 {
  padding: 0.5rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
}

.bukti_pembayaran {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.badge-selesai {
  background: hsl(112, 100%, 63%, 20%);
  color: #76c03c;
}

.badge-baru {
  background: #eb5241;
}

.stick-bottom-card {
  background-color: white;
  text-align: center;
  padding: 1rem 1.2rem;
  min-height: var(--stick-bottom-height);
}

.scroll-contentbox {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  height: calc(100vh - var(--stick-bottom-height));
}

.running-text{
  height: 50px;	
  padding: 13px;
  overflow: hidden;
  position: relative;
  background-color: #EB5241;
  color: white;
}

.welcome-running-text{
  text-transform: uppercase;
  font-size: 17px;
  text-wrap: nowrap;
  position: absolute;
  width: 100%;
  margin: 0;
  text-align: center;
  /* Starting position */
  transform:translateX(100%);
  animation: scroll-left 15s linear infinite;
  /* Move it (define the animation) */
}
@keyframes scroll-left {
    0%   {
    transform: translateX(0px);
    }
    100% {
    transform: translateX(-1090px); 
    }
}

.jenis-denda{
  background:linear-gradient(90deg,#db5b4d,#ca220f);
  margin:20px 5px 0 5px;
  color: white;
  padding-top: 10px;
  width: 200px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
}

.jenis-denda:hover{
  background:linear-gradient(90deg,#8a190c,#ca220f);
  text-decoration: none;
}

.jenis-denda h1 {
  padding : 0px 10px 0px 10px;
}

.jenis-denda h1{
  font-weight: normal!important;
  margin-bottom: 0;
}

.img-denda{
  overflow: hidden;
}

.btn-pill2{
  background-color: rgba(255, 255, 255, 0.167);
  border-radius: 18px;
}

.card-jenis-denda{
  margin-top:-2.5rem;
  background: black;
  border-radius: 18px 18px 0 0;
  z-index: 1;
}
