.modal {
  padding-right: 0 !important;
  overflow-y: scroll;
}
.content-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: overlay;
  width: 100vw;
  height: 100vh;
}
.content-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.text-wrap {
  word-wrap: normal;
}
.overlay-wrap {
  position: relative;
}

.overlay-div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.contact-icon {
}

.contact-group {
  background: rgba(255, 255, 255, 0.2);
}

.contact-item {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-item a {
  flex-grow: 1;
}

.overlay-scroll {
  overflow-x: hidden;
  overflow-y: overlay;
  /* background: #dddddd; */
}
.overlay-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.overlay-scroll:hover::-webkit-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.overlay-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  visibility: hidden;
}
.overlay-scroll:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.table-badge .badge {
  vertical-align: 4px;
  padding: 5px 8px 4px 8px;
  text-transform: uppercase;
  font-size: 11px;
}

.date-container > .bootstrap-datetimepicker-widget {
  position: absolute;
  width: 16em !important;
}

.time-container > .bootstrap-datetimepicker-widget {
  position: absolute;
  width: 10em !important;
  font-size: 12px;
  border-radius: 6px;
  width: 100%;
}

.btn-submit:disabled {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-mobile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .subpage .subpage-banner img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 769px){
  .custom-margin-right-01{
    margin-right: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  .content .subpage-top {
    padding-top: 140px;
  }

  .content .subpage .subpage-banner {
    height: 200px;
  }
}

ul#tabs-deposit {
  height: 88px;
  min-height: 88px;
  max-height: 88px;
}
ul#tabs-deposit .nav-item,
ul#tabs-deposit .nav-item a,
ul#tabs-deposit .nav-item a .row,
ul#tabs-deposit img {
  height: 100%;
}
/* ul#tabs-deposit li a.nav-link.active:before {
  top: 70px;
}
ul#tabs-deposit li a.nav-link.active:after {
  top: 69px;
} */
.checkmark {
  height: 16px;
  width: 16px;
}
.bank-wrap {
  padding-left: 20px;
}
.bank-wrap .checkmark:after {
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
}
.logo-bank img {
  max-width: 100px;
}
.btn-top-deposit .fa-plus-circle {
  font-size: 12px;
  padding-right: 2px;
}

/* .min-dialog {
  min-height: 600px;
} */

.flash__wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  max-height: 400px;
  width: 260px;
  -webkit-perspective: 400px;
  perspective: 400px;
  z-index: 999;
}
@keyframes fade {
  0%,
  100% {
    opacity: 0;

    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
  }
  15%,
  85% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
}
.flash__message {
  box-sizing: border-box;
  padding: 15px 30px 15px 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #ccc;
  position: relative;
  opacity: 0;
  animation: fade 4s linear;
}
.flash__message.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.flash__message.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.flash__message.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.flash__message.info {
  color: #37516a;
  background-color: #f2f5fe;
  border-color: #dfe3f0;
}
.flash__close-button {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 10px;
  margin: 0;
  padding: 8px;
}
.flash__close-button:active,
.flash__close-button:focus {
  outline: none;
}

.pagenumber ul li.prev a::after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto !important;
}

.pagenumber ul li.next a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto !important;
}