.form-control.parsley-error{
    border-radius: 0;
    box-shadow: none;
    border-color: red;
}

ul.parsley-errors-list {
    list-style-type: none;
    padding-left: 0;
    color: red;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.about-page-image {
  position: relative;
  margin-bottom: 20px;
}
.btn-about {
  position: absolute;
}
.img-about {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.mt-space {
  margin-top: calc(100vh - 602px);
}
.prize-table {
  font-size: 9px;
}
.box-logo {
  background: #214bba;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}
.box-logo .img-navbar {
  width: 400px;
}
.container-fluid.h-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 70px);
}
.aside-logo img.logo {
  width: calc(100% - 20px);
}
.vh-100 {
  height: 100vh !important;
  overflow: hidden !important;
}
.card-header {
  position: relative;
}
h3.card-title.right-side {
  position: absolute;
  right: 2.25rem;
  top: 0;
  bottom: 0;
}
a.link-header-page {
  color: unset;
  display: flex;
  align-items: center;
}
a.link-header-page .bi {
  font-size: 20px;
  margin-right: 5px;
}
.right-side, .date-range {
  display: flex;
  align-items: center;
}
.bank-select {
  margin-left: 5px;
}
.date-range span {
  margin-left: 5px;
  margin-right: 5px;
}
#dataTables .bi {
  font-size: 26px;
}
#dataTables .bi-check-circle {
  color: green;
}
#dataTables .bi-x-circle {
  color: red;
}
.card-toolbar h4 span {
  color: green;
}
.dropify-wrapper .dropify-message p {
  font-size: 20px;
}
.bg-login-page {
  height: 100vh;
}
.bg-login-page:before {
  content: 'RISE GROUP';
  font-size: 400px;
  position: absolute;
  font-family: fantasy;
  text-align: center;
  width: 100%;
  line-height: 1;
  color: #eee;
}
.card.bg-dark.text-white {
  box-shadow: 0px 5px 15px -5px black;
}
#bot-page .card .card-body {
  min-height: calc(90vh - 87px);
  max-height: calc(90vh - 87px);
  overflow-y: scroll;
}
.btn-depo {
  padding: 5px 10px !important;
}
.btn-depo i.bi {
  font-size: 22px;
  line-height: 0;
  padding: 0;
}
.search-container{
  position: relative;
  width: 350px;
}
.search-container .bi-search {
  position: absolute;
  right: 20px;
  font-size: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.table-bot i.bi {
  font-size: 20px;
  color: #000;
}
.card-header.text-center {
  display: flex;
  justify-content: center;
}
.table-bot .btn-depo i.bi {
  color: #fff;
}
span.number-notif {
  margin-left: 5px;
}
.modal-antrian-depo .modal-content {
  border-radius: 0;
}
.modal-antrian-depo .modal-content table{
  margin-bottom: 0;
}
.bot-dflex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bot-dflex .btn {
  margin-top: 15px;
  order: 2;
}
.btn>i.bi {
  padding-right: 0;
}
#kt_aside_menu_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content {
    max-height: calc(95vh - 15px);
    overflow-y: scroll;
    padding: 20px 0;
}
.modal-backdrop {
  width: 100%;
  height: 100%;
}
.modal-backdrop.show {
  opacity: .6;
}
.menu.menu-sub.menu-sub-dropdown.menu-column.menu-rounded.menu-gray-800.menu-state-bg.menu-state-primary.fw-bold.py-4.fs-6.w-275px.show {
  transform: translate(-15px, 65px) !important;
}
.aside-logo span.situs-name {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
}
.form-check-input.check-all {
  margin-top: 0;
}
.btn-pass {
  display: none;
}
.btn-pass.show {
  display: block;
}
.danger-session {
  color: #dc3545;
  margin-bottom: 10px;
  margin-top: -20px;
}
#typeEmailX.form-control-lg {
  padding: 0.5rem 20px;
}
.show-togle {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 0 10px;
  color: #212529;
  font-size: 20px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  background-position: right calc(0.375em + 13px) center;
}
.text-red {
  color:#dc3545
}
.w-full {
  width: 100%;
}
.w-10 {
  width: 10rem;
}
.text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (min-width: 992px) {
  .aside .aside-logo {
    height: 65px;
  }
}