/*
Template Name: Maxton - Digital Payment Mobile Application
Author: codervent
Email: codervent@gmail.com
File: main.scss

Table of Index 

  --Genral
  --aligns
  --dropdown animation
  --header
  --mini sidebar
  --main content
  --page footer
  --Metis Menu
  --order offcanvas
  --utilities
  --alerts
  --authentication
  --switcher

*/
/* Genral*/
@import url("../../../../../cdn.jsdelivr.net/npm/bootstrap-icons%401.11.1/font/bootstrap-icons.css");
body {
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

input::-moz-placeholder {
  color: #000 !important;
  opacity: 0.3 !important;
}

input::placeholder {
  color: #000 !important;
  opacity: 0.3 !important;
}

/* aligns */
/* Mobile Top Header */
.mobile-top-header {
  background-image: linear-gradient(310deg, #7928ca, #ff0080) !important;
  height: 70px;
  z-index: 10;
  box-shadow: none;
}
.mobile-top-header .mobile-right-links .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-top-header .mobile-right-links .nav-link:hover, .mobile-top-header .mobile-right-links .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-top-header .btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-top-header .btn-back:hover, .mobile-top-header .btn-back:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-top-header .back-title {
  color: #fff;
}
.mobile-top-header .badge-notify {
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f01414;
}

.inner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #494949;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #ebedfb;
}
.inner-link:hover, .inner-link:focus {
  background-color: #ebedfb;
}

.iner-link-title {
  color: #494949;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.transform180 {
  transition: 0.3s all;
  transform: rotate(180deg);
}

.more-text {
  display: block;
}

.less-text {
  display: none;
}

.section-title h5 {
  color: #2f2e2e;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.auth-bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: linear-gradient(310deg, #7928ca, #ff0080);
}

.options {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  color: #2f2e2e;
}
.options:hover, .options:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.side-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #2f2e2e;
  background-color: #ebedfb;
  border-radius: 50%;
}

.menu-name {
  font-size: 16px;
  font-weight: 500;
}

.btn-proceed {
  color: #000;
  background-image: linear-gradient(310deg, #fff, #fff);
}

/* Bottom Menu */
.bottom-menu {
  background-color: #fff;
  z-index: 10;
  box-shadow: none;
}
.bottom-menu .nav-link {
  color: #2f2e2e;
}
.bottom-menu .nav-link .menu-icon {
  background-color: #efefef;
  padding: 3px 10px;
  border-radius: 20px;
}
.bottom-menu .nav-link .menu-name {
  font-size: 15px;
  font-weight: 500;
}
.bottom-menu .nav-link .active {
  color: #fff;
  background-color: #0a5aca !important;
  background-image: linear-gradient(310deg, #7928ca, #ff0080) !important;
}

.main-content {
  padding: 1rem;
  margin-top: 70px;
  margin-bottom: 70px;
}

.amount-input {
  color: #2f2e2e;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  border: 0;
  background-color: transparent;
}
.amount-input:focus {
  color: #2f2e2e;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.amount-input::-moz-placeholder {
  font-size: 34px !important;
}
.amount-input::placeholder {
  font-size: 34px !important;
}

.account-number {
  color: #2f2e2e;
}

.bank-name {
  color: #2f2e2e;
}

.menu-arrow {
  color: #2f2e2e;
}

.searchbar {
  z-index: 12;
  padding: 16px;
  animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
}
.searchbar .search-close {
  color: #0f1019;
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  border-radius: 50%;
}

.transaction-avatar {
  animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
}

/* dropdown animation */
@keyframes animdropdown {
  from {
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.dropdown-menu {
  border-radius: 1rem;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
}

.separator {
  display: flex;
  align-items: center;
}
.separator .line {
  height: 1px;
  flex: 1;
  background-color: #dee2e6;
}
.separator p {
  padding: 0 1rem;
}

.review-desc {
  width: 400px;
}

.enter-upi-pin input {
  width: 60px;
  height: 50px;
  text-align: center;
  padding: 0;
}

/* utilities */
.btn-switcher {
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: 10;
}

.primaery-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
  color: #212529;
  background-color: #ebebec;
}
.primaery-menu-close:hover, .primaery-menu-close:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-toggle-nocaret:after {
  display: none;
}

.dropup .dropdown-toggle-nocaret:after {
  display: none;
}

.w-300 {
  width: 300px !important;
}

.h-70 {
  height: 70px !important;
}

.h-370 {
  height: 370px;
}

.f-14 {
  font-size: 14px;
}

.raised {
  box-shadow: var(--mdc-protected-button-container-elevation, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12));
}

.wh-42, .inner-link {
  width: 42px;
  height: 42px;
}

.wh-48 {
  width: 48px;
  height: 48px;
}

.wh-64 {
  width: 64px !important;
  height: 64px !important;
}

.wh-120 {
  width: 120px;
  height: 120px;
}

.font-22 {
  font-size: 45px;
}

.font-text1 {
  font-size: 0.8rem;
}

.font-text2 {
  font-size: 0.7rem;
}

.piechart-legend {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error {
  color: #fe1010;
}

.z-depth {
  z-index: 10;
}

/* alerts */
.alert-border-primary {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #008cff;
}

.alert-border-secondary {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #6c757d;
}

.alert-border-success {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #02c27a;
}

.alert-border-danger {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #fc185a;
}

.alert-border-warning {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #fbb513;
}

.alert-border-info {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #0dcaf0;
}

.alert-border-dark {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #212529;
}

.bg-error {
  background-image: url("../assets/images/auth/error-bg.html");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.error-title {
  font-size: 140px;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: bold;
}

.error-sub-title {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

/* authentication */
.border-gradient-1 {
  -o-border-image: linear-gradient(to right, #7928ca, #ff0080, #04e09a, #e0d504) 1;
     border-image: linear-gradient(to right, #7928ca, #ff0080, #04e09a, #e0d504) 1;
}/*# sourceMappingURL=main.css.map */