.bounce-top {
	display: block;
	animation: bounce-top 3s infinite both;
	/* ----------------------------------------------
   * Generated by Animista on 2022-10-4 23:10:40
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
	/**
   * ----------------------------------------
   * animation bounce-top
   * ----------------------------------------
   */
}
@keyframes bounce-top {
	0% {
		transform: translateY(-45px);
		animation-timing-function: ease-in;
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	40% {
		transform: translateY(-24px);
		animation-timing-function: ease-in;
	}
	65% {
		transform: translateY(-12px);
		animation-timing-function: ease-in;
	}
	25%,
	55%,
	75%,
	87% {
		transform: translateY(0px);
		animation-timing-function: ease-out;
	}
	100% {
		transform: translateY(0px);
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

@media (min-width: 776px) and (max-width: 992px) {
	.nav-logo {
		font-size: 2.5rem;
	}
	.nav-buttons {
		font-size: 1.5rem;
		width: 35%;
	}
	.nav button:hover {
		font-size: 1.4rem;
	}
	.nav-user {
		font-size: 1.5rem;
	}
	.hero-main-text {
		font-size: 1.4rem;
	}
	.hero-main-text h1 {
		font-size: 4rem;
		margin-bottom: 1.5rem;
	}
	.wrapper {
		width: 60%;
	}
	.balance p {
		font-size: 1rem;
	}
	.piechart-main h2 {
		font-size: 2rem;
	}
}
@media (min-width: 992px) {
	.wrapper {
		width: 50%;
	}
	.classLimit {
		display: flex;
	}

	.wrapper.limit {
		position: absolute;
		width: 31%;
		height: 15vh;
		top: 17%;
	}
	.wrapper.limit .text {
		font-size: 1.6rem;
	}

	.wrapper.limit.info {
		left: 3%;
	}
	.wrapper.limit.value {
		right: 33%;
	}
	.wrapper.limit.left {
		right: 1%;
	}
}
@media (max-width: 776px) {
	.nav-buttons svg {
		height: 3vh;
	}
	.hero-main-text {
		font-size: 1.2rem;
	}
	.hero-main-text h1 {
		font-size: 3rem;
		margin-bottom: 1rem;
	}
	.wrapper {
		width: 85%;
	}
	.wrapper .top {
		font-size: 1.4rem;
	}
	.wrapper .bottom label {
		font-size: 1rem;
	}
	.wrapper .bottom .input,
	.wrapper .bottom select {
		font-size: 0.9rem;
	}
	.wrapper .bottom .buttons {
		font-size: 1.2rem;
	}
	.modal-body {
		display: flex;
		flex-direction: column;
	}
	.balance .wrapper {
		width: 100%;
	}
	.balance .tab {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0.4rem 0;
	}
	.balance .tab .wrapper {
		height: 80vh;
		margin: 0;
	}
	.piechart-main {
		flex-direction: column;
	}
	.piechart-main h2 {
		font-size: 2rem;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.nav-logo {
		font-size: 2.5rem;
	}
	.nav-buttons {
		font-size: 1.5rem;
		width: 40%;
	}
	.nav button:hover {
		font-size: 1.4rem;
	}
	.nav-user {
		font-size: 1.4rem;
	}
	.classLimit {
		display: flex;
	}

	.wrapper.limit {
		position: absolute;
		width: 31%;
		height: 15vh;
		top: 17%;
	}

	.wrapper.limit.info {
		left: 3%;
	}
	.wrapper.limit.value {
		right: 33%;
	}
	.wrapper.limit.left {
		right: 1%;
	}
}
@media (max-width: 576px) {
	.nav-logo {
		font-size: 1.5rem;
	}
	.nav-buttons {
		font-size: 1rem;
		width: 55%;
	}
	.nav button:hover {
		font-size: 0.9rem;
	}
	.nav-user {
		font-size: 0.8rem;
	}
	.hero-main {
		flex-direction: column;
	}
	.hero-main img {
		width: 100%;
		height: 65%;
	}
	.hero-main-text {
		width: 100%;
		font-size: 1rem;
	}
	.hero-main-text h1 {
		font-size: 3rem;
		margin-bottom: 1rem;
	}
	.wrapper {
		width: 80%;
	}
	.wrapper .top {
		height: 7vh;
		font-size: 1rem;
	}
	.wrapper .bottom {
		padding: 0.5rem;
	}
	.wrapper .bottom label {
		font-size: 0.8rem;
	}
	.wrapper .bottom .input,
	.wrapper .bottom select {
		margin-bottom: 1rem;
		padding: 0.5rem 0.7rem;
		font-size: 1rem;
	}
	.wrapper .bottom .buttons {
		font-size: 1.2rem;
	}
	.balance p {
		font-size: 0.8rem;
	}

	.classLimit {
		display: flex;
	}

	.wrapper.limit {
		position: absolute;
		width: 31%;
		height: 15vh;
		top: 20%;
	}

	.wrapper.limit.info {
		left: 0%;
	}
	.wrapper.limit.value {
		right: 34%;
	}
	.wrapper.limit.left {
		right: 2%;
	}
}
*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
	color: white;
}

body {
	font-family: 'Montserrat', sans-serif;
	min-width: 400px;
}

.hide {
	display: none;
}

.nav {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 10vh;
	width: 100%;
	min-width: 420px;
	background-color: #03001c;
	z-index: 10;
}
.nav-logo {
	position: relative;
	left: 5%;
	font-size: 3rem;
}
.nav-logo-icon {
	height: 7vh;
}
.nav span {
	color: #5b8fb9;
}
.nav-buttons {
	position: relative;
	font-size: 1.8rem;
	right: 0;
	width: 30%;
}
.nav-buttons .st0 {
	fill: #fff;
}
.nav-buttons svg {
	height: 5vh;
}
.nav button {
	padding: 1rem 0.5rem;
	background-color: transparent;
	color: white;
	width: 47%;
	border-radius: 20%;
	border: none;
	transition: 0.5s;
	cursor: pointer;
}
.nav button:hover {
	box-shadow: 2px 3px 0 0 rgba(255, 255, 255, 0.8), inset 11px 6px 10px rgba(0, 0, 0, 0.2);
	font-size: 1.6rem;
	color: #5b8fb9;
}
.nav .one {
	display: flex;
	justify-content: space-around;
	align-items: center;
	cursor: default;
}
.nav .log-out {
	width: 100%;
}
.nav-user {
	color: #fff;
	font-size: 2rem;
}

.hero {
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('../img/money-2991393_1280.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.hero-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.hero-main {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60%;
	width: 80%;
	text-align: center;
}
.hero-main span {
	color: #5b8fb9;
}
.hero-main img {
	height: 100%;
	width: 50%;
}
.hero-main-text {
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 0px 12px 24px 6px rgba(0, 0, 0, 0.3);
	color: #fff;
	position: relative;
	width: 50%;
	height: 100%;
	font-size: 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hero-main-text h1 {
	font-size: 4rem;
	margin-bottom: 1rem;
}
.hero-main-text .home-page {
	padding: 5rem 2rem;
}

.form {
	width: 100%;
	height: 100%;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.form .input-icons {
	width: 100%;
	background-color: rgba(128, 128, 128, 0.1);
	padding: 8px 1em;
	margin-bottom: 1em;
	margin-right: 0.5em;
	border-radius: 18px;
	position: relative;
	border: 2px solid transparent;
}
.form .input-icons:hover {
	border: 2px solid #5b8fb9;
}
.form .icon-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1rem;
}
.form .name {
	display: flex;
}
.form .name .input-icons {
	width: 50%;
}
.form .input {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 1.6rem;
	color: white;
	width: 100%;
	margin-right: 1em;
}
.form label {
	color: rgba(221, 221, 221, 0.8666666667);
	font-size: 1.2rem;
	position: relative;
	top: -1rem;
}
.form .buttons {
	display: flex;
	justify-content: space-around;
}
.form .error {
	color: red;
	font-size: 1.4rem;
}

.btn {
	padding: 0.7em 2em;
	color: white;
	border-radius: 23px;
	font-size: 1em;
	border: none;
	cursor: pointer;
}

.blue-btn {
	background-color: #301e67;
}

.blue-btn:hover {
	background-color: #5b8fb9;
}

header {
	position: fixed;
	width: 100%;
	top: 10vh;
	z-index: 1051;
	font-size: 1.4rem;
}
header i {
	margin: 0 0.5rem;
}
#hiddenOption {
	margin-left: 8rem;
}

header .modal-body label {
	margin: 1rem;
}
header .dropdown-menu {
	font-size: 1.5rem;
}

.wrapper {
	width: 100%;
	margin: 0 0.5rem;
	background-image: linear-gradient(#3f4859, #333d46);
	color: #fff;
	text-align: center;
	border: 1px solid #1c232d;
	border-radius: 15px;
	box-shadow: 0 0 15px #1c232d;
	z-index: 1;
}
.wrapper .top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6vh;
	color: #fff;
	background-color: #03001c;
	text-transform: uppercase;
	font-size: 2rem;
}
.wrapper .bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.5rem;
}
.wrapper .bottom label {
	display: block;
	font-size: 1.6rem;
}
.wrapper .bottom .input,
.wrapper .bottom select {
	margin-bottom: 1.5rem;
	padding: 0.5rem 0.7rem;
	width: 70%;
	border-radius: 5px;
	border: 1px solid rgb(185, 185, 185);
	font-size: 1.4rem;
}
.wrapper .bottom .buttons {
	font-size: 1.5rem;
}

/* .wrapper.limit {
	position: relative;
	width: 18%;
	height: 20vh;
} */

/* .wrapper.limit.info {
	top: -30%;
	left: -24%;
}
.wrapper.limit.value {
	top: -30%;
	right: -24%;
}
.wrapper.limit.left {
	top: 10%;
	right: -24%;
} */

.wrapper.limit .text {
	height: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper.limit.left .text span {
	color: red;
}

.transaction {
	position: absolute;
	max-height: 65vh;
	transform: translateY(23%);
	overflow-y: auto;
}

.transaction::-webkit-scrollbar {
	width: 1rem;
}
.transaction::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
}

.balance {
	position: relative;
	top: 15vh;
	height: 87vh;
	flex-direction: column;
	height: 90%;
	justify-content: start;
}
.balance h1 {
	color: white;
}
.balance p {
	font-size: 1.2rem;
}
.balance .tab {
	display: flex;
	width: 110%;
	height: 40vh;
	margin: 0.4rem;
}
.balance .tab .wrapper {
	overflow: hidden;
}
.balance .tab .wrapper .bottom {
	position: relative;
	display: block;
	height: 80%;
	overflow-y: auto;
}
.balance .tab .wrapper .bottom::-webkit-scrollbar {
	width: 1rem;
}
.balance .tab .wrapper .bottom::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
}
.balance ul {
	list-style: none;
	width: 100%;
	padding: 0;
}
.balance ul button {
	padding: 3px;
	background-color: transparent;
	border: none;
	color: #fff;
}
.balance ul li div {
	display: inline-block;
	width: calc(18% - 10px);
	margin-right: 10px;
	font-size: 1.2rem;
	overflow: hidden;
}
.balance ul .buttons {
	width: 18%;
	font-size: 1.2rem;
}
.balance ul .buttons button,
.balance ul .buttons form {
	display: inline-block;
	margin-right: 2px;
	vertical-align: top;
}

.balance ul .buttons button:hover {
	transform: scale(1.5);
}

.balance .error {
	color: black;
	font-weight: bold;
}

.bi-chevron-down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.8);
}

#piechart {
	display: none;
}

.piechart {
	color: #fff;
}
.piechart-main {
	display: flex;
	flex-direction: column;
	width: 70%;
	height: 65%;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: left;
	z-index: 10;
}
.piechart-main h2 {
	text-align: center;
	font-size: 2.5rem;
	position: absolute;
	top: 20%;
}
.piechart .chart {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.container {
	margin-top: 25px;
	z-index: 1;
}

.container .accordion {
	max-width: 500px;
	margin: auto;
	box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}
.accordion-body {
	font-size: 1.4rem;
}
.accordion-body select {
	font-size: 1.4rem;
	margin-bottom: 0.7rem;
}

#accordionExample .accordion-item .accordion-header .accordion-button {
	background: #03001c;
	color: #fff;
	box-shadow: none;
}

#accordionExample .accordion-item .accordion-header .accordion-button:hover {
	transform: scale(1.02);
}

.accordion .accordion-item .accordion-header .accordion-button::after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

#accordionExampleOne .accordion-item .accordion-header {
	background: #5b8fb9;
}

#accordionExampleOne .accordion-item:first-child .accordion-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#accordionExampleOne .accordion-item:last-child .accordion-header {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#accordionExampleOne .accordion-item .accordion-header .accordion-button,
#accordionExampleTwo .accordion-item .accordion-header .accordion-button,
#accordionExampleThree .accordion-item .accordion-header .accordion-button {
	background: #5b8fb9;
}

.accordion-button {
	font-size: 2rem;
}

.form-floating {
	font-size: 1.4rem;
}

.form-floating input {
	font-size: 1.8rem;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 3.2rem;
	padding-bottom: 1.5rem;
}

@media (max-width: 576px) {
	.nav-logo {
		font-size: 1.5rem;
	}
	.nav-buttons {
		font-size: 1rem;
		width: 55%;
	}
	.nav button:hover {
		font-size: 0.9rem;
	}
	.nav-user {
		font-size: 0.8rem;
	}
	.hero-main {
		flex-direction: column;
	}
	.hero-main img {
		width: 100%;
		height: 65%;
	}
	.hero-main-text {
		width: 100%;
		font-size: 1rem;
	}
	.hero-main-text h1 {
		font-size: 3rem;
		margin-bottom: 1rem;
	}
	.wrapper {
		width: 80%;
	}
	.wrapper .top {
		height: 7vh;
		font-size: 1rem;
	}
	.wrapper .bottom {
		padding: 0.5rem;
	}
	.wrapper .bottom label {
		font-size: 0.8rem;
	}
	.wrapper .bottom .input,
	.wrapper .bottom select {
		margin-bottom: 1rem;
		padding: 0.5rem 0.7rem;
		font-size: 1rem;
	}
	.wrapper .bottom .buttons {
		font-size: 1.2rem;
	}
	.balance p {
		font-size: 0.8rem;
	}
}
@media (max-width: 776px) {
	.nav-buttons svg {
		height: 3vh;
	}
	.hero-main-text {
		font-size: 1.2rem;
	}
	.hero-main-text h1 {
		font-size: 3rem;
		margin-bottom: 1rem;
	}
	.wrapper {
		width: 85%;
	}
	.wrapper .top {
		font-size: 1.4rem;
	}
	.wrapper .bottom label {
		font-size: 1rem;
	}
	.wrapper .bottom .input,
	.wrapper .bottom select {
		font-size: 0.9rem;
	}
	.wrapper .bottom .buttons {
		font-size: 1.2rem;
	}
	.modal-body {
		display: flex;
		flex-direction: column;
	}
	.balance .wrapper {
		width: 100%;
	}
	.balance .tab {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0.4rem 0;
	}
	.balance .tab .wrapper {
		height: 80vh;
		margin: 0;
	}
	.piechart-main {
		flex-direction: column;
	}
	.piechart-main h2 {
		font-size: 2rem;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.nav-logo {
		font-size: 2.5rem;
	}
	.nav-buttons {
		font-size: 1.5rem;
		width: 40%;
	}
	.nav button:hover {
		font-size: 1.4rem;
	}
	.nav-user {
		font-size: 1.4rem;
	}
}
@media (min-width: 776px) and (max-width: 992px) {
	.nav-logo {
		font-size: 2.5rem;
	}
	.nav-buttons {
		font-size: 1.5rem;
		width: 35%;
	}
	.nav button:hover {
		font-size: 1.4rem;
	}
	.nav-user {
		font-size: 1.5rem;
	}
	.hero-main-text {
		font-size: 1.4rem;
	}
	.hero-main-text h1 {
		font-size: 4rem;
		margin-bottom: 1.5rem;
	}
	.wrapper {
		width: 60%;
	}
	.balance p {
		font-size: 1rem;
	}
	.piechart-main h2 {
		font-size: 2rem;
	}
}
@media (min-width: 992px) {
	.wrapper {
		width: 50%;
	}
} /*# sourceMappingURL=style.css.map */
