.login-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #5777ba;
}
.login-title-sub {
  text-align: center;
  font-size: 15px;
  /* font-weight: bold; */
  padding-bottom: 18px;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 31px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 30px !important;
}

.auth-layout-wrap.customer .auth-content .logo {
  background: #5777ba;
  margin-left: -20px;
  clip-path: polygon(0% 0%, 100% 0, 86% 100%, 0% 100%);
  padding: 3px 25px;
}
.auth-layout-wrap.administrator .auth-content .logo {
  background: #5777ba;
  margin-left: -20px;
  clip-path: polygon(0% 0%, 91% 0, 100% 50%, 91% 100%, 0% 100%);
  padding: 3px 25px;
}
.auth-layout-wrap.customer .auth-content .logo::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 65px;
  background-color: white;
  transform: rotate(323deg);
  margin-left: 97px;
  margin-top: -12px;
}
.auth-layout-wrap .auth-content .logo img {
  width: 200px;
  height: 58px;
  filter: brightness(100);
  /* image-rendering: pixelated; */
}
.btn-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 17px;
  padding: 4px 13px;
}

.card-icon-bg i,
.card-icon-bg svg {
  color: #cbd5ea;
}

.modal-content .card-custom {
  margin: 10px 0px;
}
.modal-content .card-custom .card-title {
  margin-bottom: 0px !important;
}
.modal-content .card-custom .card-title h4 {
  width: fit-content;
  padding: 5px 50px 5px 25px;
  color: white;
  clip-path: polygon(0% 0%, 100% 0, 85% 100%, 0% 100%);
  border-top-left-radius: 10px;
  font-size: 17px;
}
.modal-content .card-custom.card-custom-primary .card-title h4 {
  background-color: #5777ba;
}
.modal-content .card-custom.card-custom-secondary .card-title h4 {
  background-color: #777777;
}
.modal-content .card-custom.card-custom-success .card-title h4 {
  background-color: #5f9175;
}
.modal-content .card-custom.card-custom-danger .card-title h4 {
  background-color: #c04d4d;
}
.modal-content .card-custom.card-custom-warning .card-title h4 {
  background-color: #edb81b;
  color: #484848;
}

.btn.btn-shape {
  clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
  border-radius: 0px;
  padding: 6px 27px 6px 20px;
}
.btn.btn-shape::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 38px;
  background-color: #dfdfdf;
  margin-top: -10px;
  margin-left: -14px;
}
.btn.btn-slices::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 38px;
  background-color: #ffffff;
  transform: rotate(313deg);
  margin-top: -19px;
  margin-left: 6px;
}
.fit-content-width {
  width: fit-content;
}
.cursor-pointer {
  cursor: pointer;
}

.notification-header {
  margin: 8px 10px;
}

.notification-header h5 {
  background-color: #5777ba;
  padding: 4px 28px 4px 17px;
  width: fit-content;
  color: white;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  font-weight: 600;
  margin-bottom: 0px;
}
.notification-header h5::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 30px;
  background: #d4d4d4;
  margin-left: -11px;
  margin-top: -5px;
}
.notification-fill {
  max-height: 340px;
  padding: 7px 10px 18px;
}
.other-notification {
  padding: 0px 5px 8px;
  text-align: center;
  margin-top: -5px;
}
.notification-empty {
  width: 300px;
  text-align: center;
  padding-bottom: 20px;
}
.notification-empty .icon {
  font-size: 40px;
  color: #cbd5ea;
}

.notification-empty .label {
  font-size: 14px;
}
.notification-icon {
  font-size: 18px;
}
.notifikasi-item-link {
  width: 280px;
}

/* Countdown Timer */

.countdown-timer.countdown-success {
  color: #2f762f;
}

.countdown-timer.countdown-danger {
  color: #9e2a2a;
}

/* ======================= Customer CSS ======================= */

.customer-dashboard .card-custom {
  margin: 10px 0px;
}

.customer-dashboard .card-custom .card-title,
.payment-service-extend .card-custom .card-title {
  margin-bottom: 0px !important;
}
.customer-dashboard .card-custom .card-title h4,
.payment-service-extend .card-custom .card-title h4 {
  background-color: #5777ba;
  width: fit-content;
  padding: 8px 50px 8px 25px;
  color: white;
  clip-path: polygon(0% 0%, 100% 0, 85% 100%, 0% 100%);
  border-top-left-radius: 10px;
  font-size: 17px;
}

.card-custom.card-custom-warning h4 {
  background-color: #ffc104 !important;
  color: #3e3e3e !important;
}

.card-custom.card-custom-secondary h4 {
  background-color: #656a7b !important;
}
.customer-dashboard .card-custom .list-card {
  margin-bottom: 15px;
}
.customer-dashboard .card-custom .list-card .card {
  margin: 3px 0px;
}
.customer-dashboard .card-custom .list-card .card-content {
  display: flex;
  justify-content: space-between;
}
.customer-dashboard .card-custom .list-card .card-content .action {
  display: flex;
  align-items: center;
}
.customer-dashboard .card-custom .list-card .card-content .badge {
  font-size: 12px;
  padding: 3px 15px;
}
.customer-dashboard .card-custom .list-card .card-content .counter {
  font-weight: bold;
  font-size: 14px;
}
.customer-dashboard .card-custom .list-card .card-content .image-cover img {
  width: 135px;
  height: 70px;
  border-radius: 10px;
  border: 4px solid white;
  box-shadow: 2px 3px 8px rgb(0, 0, 0, 0.2);
}
.customer-dashboard .card-custom .empty-content .icon {
  font-size: 50px;
  text-align: center;
  color: #cbd5ea;
}
.customer-dashboard .card-custom .empty-content .label {
  text-align: center;
}
.customer-dashboard .card-custom .other-content .btn-sm {
  padding: 3px 15px;
}

/* Customer Transaksi */

.metode-bayar {
  border: 1px dashed #c6c6c6;
  display: flex;
  border-radius: 10px;
}

.metode-bayar .label {
  display: flex;
  align-items: center;
}

.metode-bayar .logo img {
  height: 89px !important;
  width: 200px !important;
  object-fit: contain;
}

.detail-transaksi-info {
  display: flex;
  font-size: 15px;
}
.detail-transaksi-total {
  display: flex;
  font-size: 13px;
}
.detail-transaksi-info .fider::after,
.detail-transaksi-total .fider::after {
  content: ":";
  position: absolute;
  margin: 9px 0px 0px;
  font-weight: bold;
}
.detail-transaksi-info .label,
.detail-transaksi-info .info,
.detail-transaksi-total .label,
.detail-transaksi-total .info {
  margin: 10px 10px;
  width: 50%;
}
.detail-transaksi-info .info,
.detail-transaksi-total .info {
  width: 60%;
  font-weight: bold;
}

.list-info-total {
  border-top: 1px dashed #b9b9b9;
  padding-top: 10px;
}
.button-transaksi-info {
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.button-transaksi-info button {
  margin: 0px 5px;
}

/* Attachment Files == 2022-05-27*/

.attachment-files-upload {
  display: flex;
}
.attachment-files-upload .attach-file {
  width: 95%;
  padding-right: 10px;
}

.attachment-files-upload .remove-attach-file {
  width: 5%;
}

.add-attach-file {
  padding: 10px 13px;
  border-bottom: 1px dashed #a5a5a5;
  margin-bottom: 10px;
}

/* Float Ticket Show */
.float-ticket-show {
  position: fixed;
  max-width: 74.4%;
  z-index: 99;
  top: 80px;
  transition: zoominoutsinglefeatured 3s;
}

.card-custom.card-border-primary {
  border-top: 2px solid #5777ba;
}

.card-custom.card-border-success {
  border-top: 2px solid #579c5a;
}


.card-custom.card-border-secondary {
  border-top: 2px solid #919191;
}

.messages .attachment-ticket {
  padding: 12px 0;
}

.btn-float {
  position: fixed;
  z-index: 99;
  bottom: 46px;
  right: 32px;
}

.btn-float .btn-float-send {
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 50%;
}

.contains-chat .comment-ticket-img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.loader-chat .comment-loading {
  text-align: center;
  margin-top: 80px;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* Perpanjang Layanan */

.payment-service-extend .card-custom {
  margin: 25px 0px !important;
}

.payment-service-extend .btn.btn-payment-select {
  border: 1px dashed #878787;
  background-color: transparent;
  color: #707070;
  margin: 0px 3px;
  padding: 5px 20px;
}

.payment-service-extend .btn.btn-payment-select:active,
.btn.btn-payment-select.active {
  border: 1px dashed #5777ba;
  background-color: #5777ba;
  color: #ffffff;
  margin: 0px 3px;
  box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
}

.payment-service-extend .btn.btn-payment-select:hover {
  border: 1px dashed #686b74;
  background-color: #686b74;
  color: #ffffff;
  margin: 0px 3px;
  box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
}

.payment-service-extend .checkbox-payment-method {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 3px solid #878787;
  border-radius: 50%;
}

.payment-service-extend .checkbox-payment-method.active {
  border: 3px solid #5777ba;
}

.payment-service-extend .checkbox-payment-method.active::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  left: 4px;
  color: #5777ba;
}

.payment-service-extend img.logo-payment-method {
  width: 100%;
  height: 45px;
  object-fit: contain;
  display: block;
  margin-bottom: 15px;
}
