.eye-password-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    max-width: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: rgba(89, 79, 79, .5411764706);
    z-index: 9;
    margin-top: 7px;
}

.bank-account {
    padding: 1.5em;
    min-width: 50%;
    border: 1px dashed #a9a9a9;
    text-align: center;
}

.bank-brand {
    margin: 0 auto;
    margin-bottom: 1em;
    width: 120px;
    height: auto;
}

.bank-brand img {
    width: 100%;
}

.bank-account_name,
.bank-account_number {
    font-size: 1em;
    color: #555;
}

.bank-account_name,
.bank-account_number {
    font-size: 1em;
    color: #555;
}

.nav-wrapper ul li.has-submenu .submenu-wrapper.menu-user {
    padding: 10px 0px;
    left: auto;
    right: 0px;
    top: 90%;
}

@media(min-width: 768px) {
    .md\:w-25 {
        width: 25% !important;
    }

    .md\:w-30 {
        width: 30% !important;
    }

    .md\:w-35 {
        width: 35% !important;
    }

    .md\:w-40 {
        width: 40% !important;
    }
}

@media(min-width: 992px) {
    .lg\:ml-40 {
        margin-left: 40px;
    }

    .lg\:border-top-0 {
        border-top: 0 !important
    }
}

.floating-client {
    position: relative;
    margin-top: -95px;
}

.our-system-status a {
    color: #001042;
}

.our-system-status a:hover {
    color: #1c40f2;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.paket-hosting {
    background: linear-gradient(278.54deg, #001DAC 15.93%, #000F57 98.7%);
    padding: 100px 0 250px 0;
}

.border-color-white {
    border-color: #fff !important;
}

a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}