* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: #eee;
  scroll-behavior: smooth;
}

footer {
  background-color: #007bff;
  min-height: 160px;
  padding: 30px 0;
}
footer > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: inherit;
  height: 100%;
}
footer > div > a {
  color: inherit;
  color: #fff;
  padding: 5px 10px;
  width: 260px;
  font-weight: 500;
  font-size: 15px;
}
footer > div > a:hover {
  text-decoration: none;
  color: #fff;
}
footer > div > p {
  width: 100%;
  padding: 5px 10px;
  margin-top: 60px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.simple-footer > div {
  justify-content: center;
}
.simple-footer > div > a {
  text-align: center;
}
.simple-footer > div > p {
  margin-top: 30px;
}

.badge {
  padding: 3px 7px;
  border-radius: 3px;
}

.badge-info {
  background-color: #007bff;
}

.badge-success {
  background-color: #00c000;
}

.badge-danger {
  background-color: rgb(255, 0, 0);
}

.badge-warning {
  color: #fff !important;
}

.header {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1600px;
  height: 60px;
}

.logo-container {
  z-index: 1;
}
.logo-container > img {
  max-height: 2rem;
}

.login-container {
  z-index: 999;
}
.login-container > .card {
  width: 100%;
  max-width: 460px;
  border-radius: 14px;
  min-height: 500px;
}
.login-container > .card > .card-header {
  border-radius: 14px 14px 0 0;
}
.login-container > .card > .card-header > h3 {
  color: #007bff;
  font-weight: 700;
}
.login-container > .card .form-group {
  margin: 0 30px;
}
.login-container > .card input {
  border: none;
  border-bottom: 2px solid #007bff;
  border-radius: 0;
  margin-bottom: 80px;
}
.login-container > .card input[name=name] {
  margin-top: 20px;
  margin-bottom: 30px;
}
.login-container > .card button {
  font-size: 20px;
  border-radius: 50px;
  width: 80%;
  max-width: 110px;
  margin-bottom: 20px;
}
.login-container > .card .forgot-password {
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgb(126.4594594595, 139, 151.5405405405);
}
.login-container > .card .forgot-password:last-of-type {
  margin-top: 10px;
}
.login-container > .phone-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 450px;
}
.login-container > .phone-container > img {
  height: 100%;
}

@keyframes banner_animate {
  0% {
    margin-top: -15px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: -15px;
  }
}
.custom-animation {
  animation: banner_animate 4s ease-in-out infinite;
}

.features-flex {
  display: flex;
  flex-direction: column;
  margin: 160px auto 320px auto;
  padding: 0 4%;
  max-width: 1600px;
}
.features-flex > .features-container {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.features-flex > .features-container > .feature {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 14px;
  width: 32%;
  max-width: 500px;
  padding: 14px 30px;
  background-color: #fff;
}
.features-flex > .features-container > .feature > .feature-img {
  height: 80px;
}
.features-flex > .features-container > .feature > .feature-img > img {
  height: 100%;
}
.features-flex > .features-container > .feature > .feature-title {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #007bff;
}
.features-flex > .features-container > .feature > .feature-title > h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.features-flex > .features-container > .feature > .feature-body > p {
  color: #999;
  font-size: 14px;
}

.signup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
}
.signup-container > .card {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  width: 100%;
  max-width: 600px;
  border-radius: 14px;
}
.signup-container > .card > .card-header {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.17);
  background-color: #fff;
  border-radius: 14px 14px 0 0;
}
.signup-container > .card > .card-header > h3 {
  color: #007bff;
  font-weight: 700;
}
.signup-container > .card .form-group {
  margin: 0 30px;
}
.signup-container > .card input {
  border: none;
  border-bottom: 2px solid #007bff;
  border-radius: 0;
  margin-bottom: 30px;
}
.signup-container > .card input[name=name] {
  margin-top: 20px;
}
.signup-container > .card button {
  font-size: 20px;
  border-radius: 50px;
  width: 80%;
  max-width: 110px;
  margin-top: 80px;
  margin-bottom: 20px;
}
.signup-container > .card .forgot-password {
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgb(126.4594594595, 139, 151.5405405405);
}
.signup-container > .card .forgot-password:last-of-type {
  margin-top: 10px;
}

.sb-sidenav-menu {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  background-image: linear-gradient(#007bff, #00438a);
  min-height: 100vh;
  border-radius: 0 10px 0 0;
}

.nav > a:first-of-type {
  margin: 20px 20px 40px 20px;
  padding: 40px 20px;
  border-bottom: 1px solid #00a2d8;
}
.nav > a:first-of-type > img {
  width: 100%;
}
.nav > a:not(:nth-child(1)) {
  padding-left: 30px;
  color: #fff;
  fill: #fff;
  font-weight: 700;
}
.nav > a:not(:nth-child(1)) svg {
  height: 20px;
}
.nav > a:not(:nth-child(1)):hover {
  color: #cccccc;
}
.nav > a:not(:nth-child(1)):hover svg {
  fill: #cccccc;
}
.nav > a:not(:nth-child(1)) > div {
  display: flex;
  justify-content: center;
  width: 30px;
}

.nav-active {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  position: relative;
  background-color: #fff;
  color: #007bff !important;
  fill: #007bff !important;
  transform: translateX(20px);
  padding-left: 13px !important;
  border-radius: 3px;
}
.nav-active span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  background-color: #fff;
  border-radius: 0 3px 3px 0;
  height: 100%;
  width: 10px;
  pointer-events: none;
}

.user-profile {
  position: relative;
  padding: 20px 0;
  color: #fff;
  z-index: 1000000;
}
.user-profile * {
  color: inherit;
}
.user-profile #userImg {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;
}
.user-profile a {
  float: right;
}
.user-profile a:hover {
  color: inherit;
}
.user-profile a:active {
  color: #cccccc;
}
.user-profile .dropdown-item {
  color: #007bff;
}
.user-profile .dropdown-item:hover {
  background-color: #007bff;
}

@media only screen and (max-width: 767px) {
  .user-profile {
    color: #007bff;
  }
}
#dashboardMain, #transactionsMain, #withdrawsMain, #graphMain, #contactUsMain, #profileMain, #changePasswordMain, #layoutAuthentication {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#dashboardMain {
  background-image: url("../assets/images/account_pages/dashboard.png");
}

#transactionsMain {
  background-image: url("../assets/images/account_pages/transaction_page.png");
}

#withdrawsMain {
  background-image: url("../assets/images/account_pages/withdraw_page.png");
}

#graphMain {
  background-image: url("../assets/images/account_pages/btc_graph_page.png");
}

#contactUsMain {
  background-image: url("../assets/images/account_pages/contact_us_page.png");
}

#profileMain {
  background-image: url("../assets/images/account_pages/profile_page.png");
}

#changePasswordMain {
  background-image: url("../assets/images/account_pages/change_password.png");
}

#layoutAuthentication {
  position: relative;
  background-image: url("../assets/images/front_pages/first_page.png");
}
#layoutAuthentication::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../assets/images/front_pages/feature_page.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: scaleY(-1);
}

#layoutAuthentication.signup {
  background-image: url("");
}
#layoutAuthentication.signup::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../assets/images/account_pages/change_password.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: scaleX(-1);
}

.dashboard {
  padding: 0 50px;
  margin-bottom: 80px;
  color: #007bff;
}
@media (max-width: 991px) {
  .dashboard {
    padding: 0 10px;
  }
}
.dashboard .dashboard-balance {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  min-width: 240px;
  background-color: #fff;
  border-radius: 3px;
  padding: 14px 20px;
  color: #212529;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 23px;
}
.dashboard .dashboard-balance * {
  text-align: left !important;
}
.dashboard .dashboard-balance p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #007bff;
  font-size: 2.4rem;
  font-weight: bold;
}
.dashboard .dashboard-card {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
}
.dashboard .dashboard-card .card-title {
  font-weight: bold;
}
.dashboard .dashboard-card .card-body {
  color: #999;
  font-weight: bold;
}
.dashboard .dashboard-card hr {
  background-color: rgb(178.5, 215.4, 255);
}

.transactions, .withdraws {
  padding: 0 50px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .transactions, .withdraws {
    padding: 0 10px;
  }
}
.transactions .card, .withdraws .card {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  display: none;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  padding-bottom: 10px;
}
.transactions .card .card-body, .withdraws .card .card-body {
  padding: 0;
}
.transactions .card .row:first-of-type, .withdraws .card .row:first-of-type {
  padding: 0 20px;
  padding: 20px 40px 10px 40px;
}
.transactions .card hr, .withdraws .card hr {
  height: 1px;
  background-color: #007bff;
  margin: 0;
}
.transactions .card #dataTable_wrapper .row:first-child > div:first-child label, .transactions .card #dataTable_wrapper .row:first-child > div:first-child select, .withdraws .card #dataTable_wrapper .row:first-child > div:first-child label, .withdraws .card #dataTable_wrapper .row:first-child > div:first-child select {
  font-weight: bold;
  font-size: 16px;
}
.transactions .card #dataTable_wrapper .row:first-child > div:first-child select, .withdraws .card #dataTable_wrapper .row:first-child > div:first-child select {
  border: none;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  padding: 0 28px 0 8px;
}
.transactions .card #dataTable_wrapper .row:first-child > div:first-child select > *, .withdraws .card #dataTable_wrapper .row:first-child > div:first-child select > * {
  font-size: 14px;
}
.transactions .card #dataTable_wrapper .row:first-child > div:last-child label, .withdraws .card #dataTable_wrapper .row:first-child > div:last-child label {
  display: flex;
  justify-content: flex-end;
}
.transactions .card #dataTable_wrapper .row:first-child > div:last-child svg, .withdraws .card #dataTable_wrapper .row:first-child > div:last-child svg {
  color: #007bff;
  margin-right: 3px;
  font-size: 18px;
  align-self: center;
}
.transactions .card #dataTable_wrapper .row:first-child > div:last-child input, .withdraws .card #dataTable_wrapper .row:first-child > div:last-child input {
  border: none;
  border-bottom: 2px solid #007bff;
  border-radius: 0;
  box-shadow: none;
}
.transactions .card table, .transactions .card th, .transactions .card td, .withdraws .card table, .withdraws .card th, .withdraws .card td {
  border: none;
}
.transactions .card table, .withdraws .card table {
  margin: 14px 0 !important;
  border-bottom: 1px solid rgb(204, 228.6, 255);
}
.transactions .card th, .withdraws .card th {
  border-right: 1px solid rgb(204, 228.6, 255);
  border-bottom: 1px solid rgb(204, 228.6, 255);
  color: #007bff;
  text-transform: uppercase;
  text-align: center;
  padding-left: 30px;
}
.transactions .card td, .withdraws .card td {
  border-right: 1px solid rgb(204, 228.6, 255);
  border-top: 1px solid rgb(204, 228.6, 255);
  text-align: center;
  color: #999;
  font-weight: 700;
  padding: 20px 0;
}
.transactions .card th.sorting::after, .transactions .card th.sorting::before, .transactions .card th.sorting_asc::after, .transactions .card th.sorting_asc::before, .transactions .card th.sorting_desc::after, .transactions .card th.sorting_desc::before, .withdraws .card th.sorting::after, .withdraws .card th.sorting::before, .withdraws .card th.sorting_asc::after, .withdraws .card th.sorting_asc::before, .withdraws .card th.sorting_desc::after, .withdraws .card th.sorting_desc::before {
  color: #000;
}
.transactions .card .pagination *, .withdraws .card .pagination * {
  border: none;
  background-color: transparent;
}
.transactions .card .pagination .page-item:not(:first-child):not(:last-child), .withdraws .card .pagination .page-item:not(:first-child):not(:last-child) {
  font-size: 12px;
}
.transactions .card .pagination a, .withdraws .card .pagination a {
  color: #999;
}
.transactions .card .pagination .active a, .withdraws .card .pagination .active a {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  transform: translateY(-5px);
  color: #444;
}
.transactions .card .pagination .active a::after, .withdraws .card .pagination .active a::after {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #444;
  width: 50%;
}
.transactions .card .pagination li:first-of-type:not(.disabled) a, .transactions .card .pagination li:last-of-type:not(.disabled) a, .withdraws .card .pagination li:first-of-type:not(.disabled) a, .withdraws .card .pagination li:last-of-type:not(.disabled) a {
  color: #444 !important;
}
.transactions .card .btn.btn-primary, .withdraws .card .btn.btn-primary {
  position: relative;
  color: #fff;
  padding-left: 40px;
  font-weight: 700;
  border-radius: 3px;
}
.transactions .card .btn.btn-primary::before, .withdraws .card .btn.btn-primary::before {
  position: absolute;
  content: "+";
  font-weight: 400;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}

.graph-page {
  padding: 0 50px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .graph-page {
    padding: 0 10px;
    padding-bottom: 60px;
  }
}
.graph-page .row:first-child > div {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  width: 300px;
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 20px;
  color: #212529;
  font-size: 20px;
  font-weight: 400;
}
.graph-page .row:first-child > div * {
  text-align: left !important;
}
.graph-page .row:last-child > .card {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  background-color: #fff;
  border-radius: 3px;
  padding: 14px 20px;
  color: #212529;
}
.graph-page .row:last-child > .card > .card-header {
  background-color: transparent;
  text-align: center;
  border: none;
  font-size: 20px;
}

.contactus-page {
  padding: 0 50px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .contactus-page {
    padding: 0 10px;
    padding-bottom: 60px;
  }
}
.contactus-page .contactus-card {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3px;
  color: #212529;
}
.contactus-page .contactus-card > .contactus-card-header {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.17);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.contactus-page .contactus-card > .contactus-card-header > p {
  margin: 0;
  color: #007bff;
  font-size: 1.4rem;
  font-weight: bold;
}
.contactus-page .contactus-card form {
  padding: 30px;
}
.contactus-page .contactus-card form > div {
  display: flex;
  margin-bottom: 80px;
}
.contactus-page .contactus-card form > div > div {
  width: 50%;
  padding: 40px;
}
.contactus-page .contactus-card form > div input, .contactus-page .contactus-card form > div textarea {
  border: none;
  border-bottom: 2px solid #007bff;
  border-radius: 0;
}
.contactus-page .contactus-card form > input {
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  padding: 6px 42px;
  font-size: 22px;
}

.profile-header {
  margin-bottom: 40px;
}
.profile-header h4 {
  color: #007bff;
  font-weight: 700;
  font-size: 30px;
}

.profile-card {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  /*
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3px;
  color: #212529;
}
.profile-card > .card-header {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.17);
  border: none;
  display: flex;
  background-color: transparent;
  justify-content: space-between;
  padding: 20px 60px;
}
.profile-card > .card-header > * {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #007bff;
}
.profile-card > .card-header > a {
  font-weight: 400;
  text-align: right;
}
.profile-card > .card-header > a:hover {
  background-color: transparent;
  color: #00a2d8;
}
.profile-card .card-body {
  padding: 20px 60px;
}
.profile-card .card-body label {
  margin: 0;
  margin-bottom: 4px;
}
.profile-card .card-body > div {
  border-bottom: 2px solid #007bff;
  margin-top: 22px;
}
.profile-card .card-body > .form-group > input {
  border: none;
}
.profile-card .card-body > .change-currency-select-container {
  max-width: 170px;
  margin: 0 auto;
  margin-top: 30px;
}
.profile-card .card-body > .change-currency-select-container > select {
  border: none;
  font-size: 22px;
  color: #007bff;
}
.profile-card .card-body > .change-currency-select-container > select:focus {
  box-shadow: none;
}
.profile-card .card-footer {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  padding: 20px 60px;
  border: none;
  margin-top: 60px;
}
.profile-card .card-footer > * {
  font-size: 22px;
}
.profile-card .card-footer > *:hover {
  background-color: transparent;
  color: #00a2d8;
}
.profile-card .card-footer > #footerBack {
  display: flex;
  align-items: center;
  margin: 0;
  height: 45px;
}
.profile-card .card-footer > input[type=submit] {
  border-radius: 3px;
  padding: 6px 42px;
  font-size: 22px;
}
.profile-card .card-footer > input[type=submit]:hover {
  background-color: rgb(0, 98.4, 204);
  color: #fff;
}

.profile-page > div:first-child {
  padding: 20px 50px;
}

@media only screen and (max-width: 900px) {
  .features-flex > .features-container {
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0 5%;
  }
  .features-flex > .features-container > .feature {
    width: 100%;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 780px) {
  .login-container > .phone-container {
    display: none;
  }
  .contactus-page .contactus-card form > div {
    flex-direction: column;
  }
  .contactus-page .contactus-card form > div > div {
    width: 100%;
    padding: 40px 0;
  }
  .contactus-page .contactus-card form input {
    padding: 6px 22px;
    font-size: 18px;
  }
  .profile-card .card-header {
    padding: 20px 30px;
  }
  .profile-card .card-body {
    padding: 20px 30px;
  }
  .profile-card .card-footer {
    padding: 20px 30px;
  }
  .profile-card .card-footer > input[type=submit] {
    padding: 6px 22px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 420px) {
  .login-container > .card .form-group {
    margin: 0 10px;
  }
}
.muh-content {
  background-color: rgba(0, 123, 255, 0.1);
  padding: 3rem 1rem;
  border-radius: 0.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.muh-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/card-move-funds.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: scaleY(-1);
  transition: all 0.5s ease-in-out;
}
.muh-content:hover::after {
  transform: scaleY(-1.2);
}

.image-div {
  background-color: rgba(0, 123, 255, 0.8);
  height: 100%;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.muh-content-1, .image-div-1 {
  background-color: #fff;
  height: 100%;
}

.image-div-1 {
  display: flex;
  align-items: center;
}

.muj-banner {
  min-height: 100vh;
  background-color: #007bff;
  position: relative;
  overflow: hidden;
}
.muj-banner::before {
  height: 927px;
  width: 1119px;
  background-color: rgba(8, 22, 139, 0.3);
  border-radius: 100%;
  content: "";
  height: 968px;
  left: -160px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -165px;
  transform: skew(-1deg);
  width: 1000px;
  z-index: 0;
}
.muj-banner::after {
  background-color: rgba(8, 22, 139, 0.3);
  border-radius: 100%;
  content: "";
  height: 968px;
  left: -200px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -205px;
  transform: skew(-1deg);
  width: 1000px;
  z-index: 0;
}

.muj-banner-content {
  padding-top: 17vh;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .muj-banner-content {
    padding-top: 8vh;
  }
}

.hero-top {
  background-color: #007bff;
}

@keyframes text_animate {
  0%, 100% {
    clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
.feature-1, .short-links {
  padding: 6rem 0;
}
@media all and (max-width: 768px) {
  .feature-1, .short-links {
    padding: 3rem 0;
  }
}

.short-links {
  padding-bottom: 0;
}

.feature-2 {
  padding: 6rem 0;
  background-color: #007bff;
}
@media all and (max-width: 768px) {
  .feature-2 {
    padding: 3rem 0;
  }
}

.second-heading {
  text-transform: uppercase;
  color: #00438a;
  font-size: 2.2rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .second-heading {
    font-size: 2rem;
  }
}

@keyframes block1 {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 15px);
  }
}
@keyframes block1 {
  0% {
    bottom: 0;
  }
  100% {
    bottom: calc(100% - 15px);
  }
}
@keyframes block1_alt {
  0% {
    top: calc(100% - 15px);
  }
  100% {
    top: 0;
  }
}
@keyframes block_alt {
  0% {
    bottom: calc(100% - 15px);
  }
  100% {
    bottom: 0;
  }
}
.link-card {
  border-radius: 0.5rem;
  padding: 0.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: rgba(0, 123, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-right: 2rem;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.link-card img {
  max-width: 50px;
  border: 2px solid #00438a;
  border-radius: 50%;
  padding: 0.1rem;
  transition: all 0.3s ease-in-out;
}
.link-card a {
  text-decoration: none;
}
.link-card a h1 {
  margin-top: 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  color: #00438a;
}
.link-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #00438a;
  transition: all 0.3s ease-in-out;
}
.link-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: #00438a;
  transition: all 0.3s ease-in-out;
}
.link-card:hover {
  background-color: rgba(0, 123, 255, 0.2);
}
.link-card:hover img {
  transform: scale(1.1);
}
.link-card:hover::before {
  background-color: #007bff;
  animation: block1 0.3s ease-in-out;
  top: calc(100% - 15px);
}
.link-card:hover::after {
  background-color: #007bff;
  animation: block1 0.3s ease-in-out;
  bottom: calc(100% - 15px);
}
@media all and (max-width: 768px) {
  .link-card {
    min-width: 120px;
  }
}

.link-card-alt {
  border-radius: 0.5rem;
  padding: 0.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: rgba(0, 123, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-right: 2rem;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.link-card-alt img {
  max-width: 50px;
  border: 2px solid #00438a;
  border-radius: 50%;
  padding: 0.1rem;
  transition: all 0.3s ease-in-out;
}
.link-card-alt a {
  text-decoration: none;
}
.link-card-alt a h1 {
  margin-top: 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  color: #00438a;
}
.link-card-alt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #007bff;
  transition: all 0.3s ease-in-out;
}
.link-card-alt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: #007bff;
  transition: all 0.3s ease-in-out;
}
.link-card-alt:hover img {
  transform: scale(1.1);
}
.link-card-alt:hover {
  background-color: rgba(0, 123, 255, 0.1);
}
.link-card-alt:hover::before {
  background-color: #00438a;
  animation: block1_alt 0.3s ease-in-out;
  bottom: calc(100% - 15px);
}
.link-card-alt:hover::after {
  background-color: #00438a;
  animation: block_alt 0.3s ease-in-out;
  top: calc(100% - 15px);
}
@media all and (max-width: 768px) {
  .link-card-alt {
    min-width: 120px;
  }
}

.border-bottom {
  border-bottom: 1px solid #fff;
}

.muj-login-card {
  background-color: #fff;
  padding: 1.3rem 1rem;
  padding-bottom: 3rem;
  border-radius: 0.5rem;
}

.custom-field {
  width: 100%;
  outline: 0;
  border: 0;
  padding: 0.6rem 1rem;
}

.field-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid #00438a;
}
.field-container .icon {
  color: #00438a;
  font-size: 1.2rem;
}

.login-btn {
  margin-top: 3rem;
}
.login-btn button {
  width: 100%;
  border: 0;
  border-radius: 0.4rem;
  background-color: #00438a;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 0.5rem 1rem;
}

.animate-charcter {
  text-transform: uppercase;
  color: #00438a;
  font-size: 2.2rem;
  font-weight: bold;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}/*# sourceMappingURL=new-design.css.map */