/*
Raghav Jhawar
Reset Code
V1.0
*/
/* @font-face {
font-family: 'openSans';
src: url('../fonts/openSans/openSans-Regular.ttf') format('ttf');
}
@font-face {
font-family: 'openSans-Medium';
src: url('../fonts/openSans/openSans-Medium.ttf') format('ttf');
}
@font-face {
font-family: 'openSans-SemiBold';
src: url('../fonts/openSans/openSans-SemiBold.ttf') format('ttf');
}
@font-face {
font-family: 'openSans-Bold';
src: url('../fonts/openSans/openSans-Bold.ttf') format('ttf');
}
@font-face {
font-family: 'openSans-Light';
src: url('../fonts/openSans/openSans-Light.ttf') format('ttf');
} */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Open Sans";
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.landscapeText{
	text-align: center;
    line-height: 100vh;
    font-size: 2rem;
    font-family: 'Open Sans';
}

.container {
  width: 100vw;
  height: 100%;
  background: white;
  color: black;
  font-size: 2vh;
  margin: 0px !important;
  padding: 0px !important;
}

.formLogin {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 10vh;
}

.logo {
  font-family: 'Open Sans';
  font-size: 4vh;
  padding: 3vh;
}

.formLogin input {
  width: 70%;
  height: 5.5vh;
 min-height:max(5.5vh,49px);
  background: white;
  border-radius: 1px;
  margin-bottom: 3vh;
  position: relative;
  padding: 2vw;
  color: black;
  /*border: 1px solid black;*/
	border: none;
    border-bottom: 1px solid black;
}
.friendsTransactions .btnStyle{
	line-height:4vh !important;
	float:none;
}
.formLogin input[type=submit] {
  width: 70%;
  color: white;
  vertical-align: middle;
  height: 5.5vh;
min-height:max(5.5vh,49px);
  border-radius: 6px;
  line-height: 2vh;
  padding: 0px !important;
  position: relative;
  border: 0px;
  margin: 0px !important;
  margin-bottom: 3vh !important;
	background:black;
}

.formLogin input[type=button] {
  width: 34.5%;
  color: white;
  vertical-align: middle;
  height: 5.5vh;
min-height:max(5.5vh,49px);
  border-radius: 0px;
  line-height: 2vh;
  padding: 0px !important;
  border: 0px;
  position: relative;
  margin: 0px !important;
  border-bottom: 5px solid #FFE600;
}

/* Index Login Section ends here
V1.0
Raghav Jhawar
*/
.home {
  width: 100%;
  height: 100%;
  font-family: "Open Sans";
  position: absolute;
  overflow: auto;
}

.header {
  width: 100vw;
  height: 9vh;
  background: white;
  position: fixed;
  top: 0;
  z-index: 11111;
}

.mainContent {
  width: 100vw;
  height: 26vh;
  background: #151515;
  position: fixed;
  margin-top: 8vh;
  z-index: 999;
}

.menuBar {
  background: white;
  width: 100vw;
  height: 10vh;
  position: fixed;
  bottom: 0;
  z-index: 11111;
}

.ellipse {
  margin-left: 8vw;
  font-size: 3vh !important;
  height: 8vh;
  line-height: 8vh !important;
  vertical-align: middle;
}

.username {
  right: 0;
  float: right;
  height: 8vh;
  vertical-align: middle;
  line-height: 8vh;
  padding-right: 8vw;
  font-family: 'Open Sans';
  font-weight: 400;
}

.menuBar ul {
  width: 100%;
  height: 100%;
}

.menuBar ul li {
  float: left;
  width: 25vw;
  text-align: center;
  font-size: 4vh;
  height: 10vh;
  vertical-align: middle;
  line-height: 10vh;
}

/*.totalBalance {
  text-align: center;
  width: 100vw;
  height: fit-content;
  font-size: 3vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  background: white;
  overflow:
    hidden;
  position:
    fixed;
  border-bottom: 2px solid white;
}*/
.totalBalance{
	text-align: center;
    width: 50vw;
    height: fit-content;
    font-size: 1.5rem;
    padding-top: 2vh;
    padding-bottom: 2vh;
    right: 0;
    background: white;
    overflow: hidden;
    position: fixed;
	border-bottom: 2px solid white;
}

.heading {
  font-size: 1rem;
}

/*.totalBills {
  text-align: center;
  width: 100vw;
  height: fit-content;
  font-size: 3vh;
  padding-top: 1.5vh;
  padding-bottom: 3vh;
  background: white;
  overflow:
    hidden;
  position:
    fixed;
  margin-top: 23vh;
  z-index: 999;
  border-bottom: 2px solid white;
}*/
.totalBills{
	text-align: center;
	width: 51vw;
	height: fit-content;
	font-size: 1.5rem;
    padding-top:2vh;
	padding-bottom: 2vh;
	background: white;
	overflow: hidden;
	position: fixed;
	margin-top: 0vh;
	z-index: 999;
	border-bottom: 2px solid white;
}

.recentFriends {
  width: 100vw;
  height: 20vh;
  background: white;
  overflow: hidden;
  position: fixed;
  margin-top: 8vh;
  z-index: 999;
}

.recentFriends ul {
  width: 100%;
  height: calc(100% - 10vh);
  padding-top: 4vh;
}

.recentFriends ul li:first-child {
  padding-left: 17vw;
}

.recentFriends ul li:last-child {}

.recentFriends ul li {
  float: left;
  font-size: 0.8rem;
  font-family: 'Open Sans';
  font-weight: 500;
  text-align: center;
  list-style: none;
  margin-right: 2vw;
  width: 20vw;
	word-break: break-word;
}

.recentFriendsGuide {
  width: 100vw;
  height: 31vh;
  background: white;
  overflow: hidden;
  position: fixed;
  margin-top: 8vh;
  z-index: 999;
}

.recentFriendsGuide ul {
  width: 100%;
  height: 100%;
  padding-top: 2vh;
}

.recentFriendsGuide ul li:first-child {
}

.recentFriendsGuide ul li:last-child {}

.recentFriendsGuide ul li {
  float: left;
  font-size: 0.8rem;
  font-family: 'Open Sans';
  font-weight: 500;
  text-align: center;
  list-style: none;
  margin-right: 2vw;
  width: 20vw;
}

/*.friendsAvatar {
  background: black;
  width: 12vw;
  height: 12vw;
  border: 6px solid #FFC700;
  border-radius: 50%;
  color: white;
  font-size: 2vh;
  margin-left: 2vw;
  margin-bottom: 1vh;
	vertical-align: middle;
    line-height: 12vw;
}*/

.friendsAvatar{
	 background: black;
    width: 15vw;
    height: 15vw;
    border: 6px solid #FFC700;
    border-radius: 50%;
    color: white;
    font-size: 0.8rem;
    margin-left: 1vw;
    /* margin-right: 3vw; */
    margin-bottom: 1vh;
    vertical-align: middle;
    line-height: 12vw;
}


.categories {
  width: 100vw;
  height: 19vh !important;
  background: white;
  padding-left: 5vw;
  min-width: 100vw;
  margin-top: 35vh;
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
  position:
    fixed;
  z-index: 999;
}

.categories ul {
  width: max-content;
  height: 15vh;
  padding-top: 2vh;
  min-width: 100%;
  overflow-y: hidden;
}

.categories ul li {
     width: 22vw;
     float: left;
     height: 15vh;
     background: #FFC700;
     border-radius: 5px;
     text-align: center;
     font-size: 0.8rem;
     line-height: 3vh;
     margin-right: 6vw;
}

.recentTransactions {
    width: 100vw;
    height: max-content;
    min-height: 25vh;
    background: white;
    max-width: 100vw;
    overflow-x: clip;
    overflow-y: scroll;
    margin-top: 52vh;
}

.recentTransactions ul {
  width: 100%;
  height: max-content;
  padding-top: 4vh;
 /* padding-left: 2vw;*/
  z-index: 990;
margin-bottom: 12vh;	
}

.recentTransactions ul li {
     width: 80vw;
    height: 6vh;
    background: white;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 2vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
}

.recentTransactions ul li:nth-child(odd){
background: #ffc70030;
}
.recentTransactions ul li:last-child{
margin-bottom:3vh;
}

.recentTransactions ul  .yearhr{
background: white !important;
	padding: 1vh!important;
}

.recentTransactions ul li .date {
  width: fit-content;
  float: left;
  padding-right: 6vw;
	line-height:3vh;
}

.recentTransactions ul li .verticalLine {
  width: 2vw;
  border-right: 3px solid black;
  height: 6vh;
  float: left;
}

.recentTransactions ul li .nameAndNote {
  width: fit-content;
  max-width: 37vw;
  float: left;
  padding-left: 3vw;
  padding-right: 5vw;
  text-align: left;
  font-size: 0.8rem;
  overflow-wrap: break-word;
  line-height: 3vh;
}

.recentTransactions ul li .amount {
  width: fit-content;
  float: right;
  padding-left: 0vw;
  padding-right: 1vw;
}



/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html, body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.hidescroll {
  background-color: white;
  width: inherit;
  height: inherit;
  border: none;
  overflow-y: hidden;
  /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hidescroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidescroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.searchTransactionForm {
  background-color: white;
  padding-bottom: 5vh;
}

.searchTransactionForm input {
  margin-top: 5vh;
  margin-left: 12.5vw;
  width: 75vw;
  font-size:1rem;
  padding: 2vw;
  padding-left: 4vw;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.fillBar {
  width: 20vw;
  margin-left: 2vw;
  float: left;
  height: 1vh;
  margin-top: 2vh;
  background-color: orange;
}

.fills {
  width: 75vw;
  clear: left;
  position: absolute;
  margin-top: 3vh;
  margin-left: 15vw;
}
.friendsTransactions ul{
width: 100%;
    height: 45vh;
    padding-top: 4vh;
    /* padding-left: 2vw; */
    z-index: 990;
    margin-bottom: 2vh;
    min-height: 45vh;
    max-height: 45vh;
    overflow-y: scroll;
}
.btnStyle{
background: black;
    padding: 0.5rem;
    color: white;
    text-align: center;
    clear: both;
    border-radius: 8px;
    float: none;
    line-height: 4vh !important;
    width: 85vw;
    margin-left: 5vw;
    margin-top: 2vh;	
}
.friendsListTransactions ul li {
  margin-bottom: 4vh;
	margin-left: 4vw;
}
.friendsTransactions ul li {
  margin-bottom: 4vh;
	margin-left: 4vw;
}
.friendsTransactions ul li:first-child{
height: fit-content;
    background: black;
    color: white;	
}

.circle {
  border-radius: 50%;
  background: black;
  color: white !important;
  width: 15vw;
  vertical-align: middle;
  height: 15vw;
  position: absolute;
  margin-right: 42.5vw;
  text-align: center;
  margin-left: 42.5vw;
  font-size: 3vh;
  margin-top: -4vh;
}

.fa-plus-customise {
  line-height: 15vw !important;
  vertical-align: middle;
}

.yearhr {
  text-align: left !important;
  height: 4vh !important;
	max-height:fit-content;
}

.addSplitView {
  width: 100vw;
  height: 81.5vh;
  position: fixed;
  z-index: 1200;
  background: white;
  border-radius: 6px;
  margin-left: 0vw;
  padding-top: 18vh;
}

.addSplitView input, select {
 width: 60vw;
    height: 6vh;
    font-size: 1rem;
    background: white;
    border-radius: 1px;
    padding-left: 3%;
    margin-left: 20%;
    color: black;
    font-family: Open sans-serif;
    margin-bottom: 3vh;
    min-height: max(6vh,49px);
    border: none;
    border-bottom: 1px solid black;
}

select:required:invalid {
  color: #666;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: #000;
}

.contextMenuFriends {
  padding-left: 5vw;
  width: max-content;
  height: 15vh;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.contextMenuFriends ul {}

.contextMenuFriends ul li {
  float: left;
  text-align: center;
  width: 30vw;
  font-size: 2vh;
}

.contextMenuAvatar {
  background: black;
  width: 15vw;
  height: 15vw;
  border: 6px solid #FFC700;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 2vh;
  margin-left: 6vw;
  margin-bottom: 1vh;
}

.iconCategory {
  text-align: center;
  font-size: 3vh !important;
  padding-top: 2vh;
  padding-bottom: 1vh;
}

#addExpenseForm h3 {
  margin-left: 21vw;
  margin-bottom: 3vh;
  font-family: 'Open Sans';
  font-weight: 600;
}

#selfUserForm {
  width: 100%;
  height: inherit;
  padding-top: 4vh;
  padding-left: 9vw;
  background: white;
  position: fixed;
  overflow: hidden;
}

#selfUserForm input,select {
  border: 0px;
  padding: 3vw;
  margin-bottom: 3vh;
  width: fit-content;
  min-width: 60vw;
  border-right: 16px solid transparent;
  font-size: 1rem;
  font-family: 'Open Sans';
  height: 6vh;
  min-height: max(6vh,49px);
}

#selfUserForm select {
	margin-left:0px;
}
#selfUserForm ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

#selfUserForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

#selfUserForm ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

#editBtn {
  font-family: "Open Sans";
  font-weight: 500;
  color: #0079ffbd;
  font-size: 2vh;
  margin-left: 6vw;
}

.alertBox {
  	z-index: 99999;
    background: #FFC700;
    position: absolute;
    width: 100vw;
    height: 25vh;
    font-size: 1.6vh;
    font-family: 'Open Sans';
    color: black;
    bottom: 0;
    line-height: 4vh;
    text-align: center;
    padding-bottom: 0vh;
    padding-top: 7vh;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: 0vh;
}

.displayThisTransaction .closeBtnParents{
	background: black;
    padding: 0.5rem;
    color: white;
    text-align: center;
    clear: both;
    border-radius: 8px;
    float: none;
    line-height: 4vh !important;
    width: 85vw;
    margin-left: 5vw;
    margin-top: 2vh;
}

.alertMessage{font-size: 2vh;
    text-align: center;
    padding: 2vh;}

.alertButtonOne {
 background: white;
    color: black;
    height: 5vh;
    padding: 3vw;
    padding-left: 10vw;
    padding-right: 10vw;
    margin-right: 3vw;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.alertButtonTwo {
      background: white;
    color: black;
    height: 5vh;
    font-family: 'Open Sans';
    font-weight: 600;
    width: fit-content;
    width: 100vw !important;
    padding: 3vw;
    padding-left: 10vw;
    padding-right: 10vw;
    margin-right: 3vw;
    border-radius: 5px;
}

.deleteAccount {
  background: black;
    width: fit-content;
    min-width: 54vw;
    padding: 3vw;
    font-size: 1rem;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    font-family: 'Open Sans';
    font-weight: 600;
    height: 3.5vh;
    min-height: max(3.5vh,25px);
}

.addSplitView input:focus{
border:1px solid black !important;	
}

.displayThisTransactions ul li:last-child{
		
}

@media screen and (max-width:380px)
{
	.addSplitView{
	padding-top:13vh;	
	}
}

@media screen and (min-width: 520px) {
	
	.recentFriends{
		padding-top: 3vh;
	}
	
	.recentFriends ul {
    width: 100%;
    height: 100%;
    padding-top: 1vh;
}
	
	.friendsAvatar{
	width: 15vw;
	height: 15vw;
	}
	
	.recentFriends ul li:first-child {
    padding-left: 21vw;
}
	.recentFriends ul li{
		font-size:2vh;
}
	.categories ul li {
    width: 22vw;
    float: left;
    height: 16vh;
    background: #FFC700;
    border-radius: 5px;
    text-align: center;
    margin-right: 6vw;
    padding-top: 5vh;
}
	
	.categories {
    width: 100vw;
    height: 25vh !important;
    background: white;
    padding-left: 5vw;
    min-width: 100vw;
    margin-top: 39vh;
    border: none;
    overflow-x: auto;
    overflow-y: hidden;
    position: fixed;
    z-index: 999;
}
	.categories ul {
    width: max-content;
    height: 23vh;
    padding-top: 2vh;
    min-width: 100%;
    overflow-y: hidden;
}
	.recentTransactions {
    width: 95vw;
    height: max-content;
    min-height: 25vh;
    background: white;
    padding-left: 5vw;
    max-width: 100vw;
    overflow-x: clip;
    overflow-y: scroll;
    position: absolute;
    margin-top: 62vh;
}
	
.fa-plus-customise {
    line-height: 11vw !important;
    vertical-align: middle;
}
	.circle {
    border-radius: 50%;
    background: black;
    color: white !important;
    width: 10vw;
    vertical-align: middle;
    height: 10vw;
    position: absolute;
    margin-right: 45vw;
    text-align: center;
    margin-left: 45vw;
    font-size: 3vh;
    margin-top: -4vh;
	}
	
.fills{
	margin-left: 13vw;
	}
	
	
}

.firstTimeForm{
width: 100vw;
    height: 100vh;
    background-color: FFE600;
    font-size: 2vh;
    font-family: "Open Sans";
    color: white;
    padding-top: 36vh;
    position: fixed;
    z-index: 99999;
}
.firstTimeForm input{
	width:60%;
	color: white;
	background: black;
	height:5vh;
	padding:2vw;
	border-radius: 10px;
	border: none;
	margin-left: 20%;
	margin-top: 5vh;
}

/*Onboarding Screen Styles
V1.0
Raghav Jhawar
*/

.welcomeScreen{
    width: 100vw;
    height: 100vh;
    /* background: linear-gradient(45deg, #ffd300d4, #ffd300ad); */
    background: black;
    position: fixed;
    overflow: hidden;
}

.image{
    width: 100vw;
    height: 100vh;
    background: black;
    position: fixed;
    overflow: hidden;
}
.welcomeScreen input{
    position: fixed;
    bottom: 0;
    margin-bottom: 14vh;
    width: 60vw !important;
    padding: 2.5vw !important;
    font-size: 2vh !important;
    font-weight: 600;
    margin-left: 20vw;
    background: white;
    color: black;
    border: none;
    border-radius: 2px;
    font-family: 'Open Sans';
}
.welcomeMessage{
	position: fixed;
	width: fit-content;
	color: white;
	bottom: 0px;
	text-align: center;
	font-size: 2vh;
	margin-bottom: 21vh;
	width: 100vw;
	font-family: 'Open Sans';
	line-height: 5vh;
	font-weight: 200;
}
.welcomeMessage h1{
	font-size: 2vh;
    font-weight: 600;
}

.imageControls{
	min-width: 100vw;
    text-align: center;
    height: 100vh;
}
.blurLayer{width: 100vw;height: 35vh;background: black;position: fixed;filter: blur(40px);opacity: 0.65;bottom: 0px;overflow: hidden;margin-left: 0vw;}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
.upiPay{
	    font-size: 1.5vh;
    padding-top: 2vh;
    margin-left: 5vw;
    float: left;
}





.upiPayO{
font-size: 1.5vh;
    padding-top: 2vh;
    float: left;
    margin-left: 14vw;	
}
 a{
	color:inherit !important;
	text-decoration:none;
}
.addSplitView select{
	    background: white !important;
    color: black !important;
    border-bottom: 1px solid black;
}
.addSplitView input[type=button]{
	border:none;
	background:black;
	color:white;
}
.bttnOwedToggle{
   border-bottom: 4px solid black;
    width: 50vw;
    float: left;
    height: 10vh;
    font-size: 1.5rem;
    font-family: 'Open Sans';
    font-weight: 500;
    background: white;
    color: black;
    border-top: none;
    border-left: none;
    border-right: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Guides Section */

.question-icon{
	border: none;
    background: white;
    font-size: 3vh !important;
    margin-left: 2vw;
}
.guides{
	width: 100vw;
	height: 100vh;
	background: white;
	position: fixed;
	z-index: 99999999999;
}
.closeGuides{bottom: 0;float: left;position: relative;text-align: center;width: 25vw;font-size: 4vh !important;text-align: center;margin-left: 7vw;padding-top: 77vh;}
.guidesInner{
	text-align: center;
    width: 70vw;
    font-size: 3vh !important;
    line-height: 5vh;
    padding-top: 19vh;
    position: absolute;
    padding-left: 15vw;
}

.categoriess {
  width: 100vw;
  height: 18vh !important;
  background: white;
  padding-left: 0vw;
  min-width: 100vw;
  margin-top: 2vh;
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
  position:
    fixed;
  z-index: 999;
}

.categoriess ul {
  width: max-content;
  height: 15vh;
  padding-top: 2vh;
  min-width: 100%;
  overflow-y: hidden;
}

.categoriess ul li {
     width: 22vw;
     float: left;
     height: 15vh;
     background: #FFC700;
     border-radius: 5px;
     text-align: center;
     font-size: 2vh;
     line-height: 3vh;
     margin-right: 6vw;
}
.closeBtnParents{
 float: right;
    padding-right: 1rem;	
}
.friendsTransactions ul li:first-child .closeBtnParents .fa-plus-customise {
	transform: rotate(45deg);line-height: inherit !important;line-height: inherit !important;
}
.closeBtnParents .fa-plus-customise {
	transform: rotate(45deg);line-height: inherit !important;line-height: inherit !important;
}
.overlayFriendsEmail{
   position: absolute;
    margin-left: 5rem;
    background: white;
    color: black;
    margin-top: 4rem;
    padding: 0.5rem;
}
.overlayFriendsEmail ul{
	list-style:none;	
}

.overlayFriendsEmail ul li{
   padding-bottom: 1.5rem;
    width: 60vw;
}
.overlayFriendsEmail ul li:first-child{
padding-top:1rem;	
}
#addExpenseForm{
	margin-top: 0vh;}
.addedUsers{    
margin-left: 4rem;
    font-size: 0.9rem;
    background: white;
    padding: 0.2rem;
    padding-bottom: 3vh;
    overflow-x: scroll;
}
.addedUsers ul{
	list-style:none;	
	width:max-content;
}
.addedUsers ul li{
	float: left;
    background: #f8bb053d;
    vertical-align: middle;
    line-height: 7vh;
    height: 7vh;
    min-width: max-content;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 26px;
    margin-right: 1rem;
}
.displayThisTransaction{
    background: white;
    width: 100vw;
    height: 90vh;
    position: absolute;
    z-index: 9999;
}
/*.displayThisTransaction ul li:last-child{
	background: black;
    padding: 0.5rem;
    color: white;
    text-align: center;
    border-radius: 8px;
	margin-top: 22vh;
}*/
.deleteTransaction{
background: black;
    padding: 0.5rem;
    color: white;
    text-align: center;
    clear: both;
    border-radius: 8px;
    float: none;
    line-height: 4vh !important;
    width: 85vw;
    margin-left: 5vw;
    margin-top: 4vh;
}

.displayThisTransaction ul li:first-child{
	background: #FFC700 !important;
    color: black;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    padding: 0.5rem;
}
.displayThisTransaction ul{
    overflow-y: scroll;
    list-style: none;
    margin-top: 8vh;
    padding-left: 5vw;
    padding-right: 5vw;
    max-height: 56vh;
	min-height:56vh;
}
.displayThisTransaction ul li{
	margin-top: 4vh;
	line-height: 4vh;
	width: max-content;
	min-width: 85vw;
	height: max-content;
	min-height: 4vh;
}
.displayThisTransaction .closeBtnParents .fa-plus-customise{
	margin-top: 10vh;
    margin-right: 11vw;
    font-size: 2rem;
}
.displayThisTransaction li .thisTransaction .nameAndNote{
    float: left;
    width: 33vw;
    font-size: 1rem;
}
.displayThisTransaction li .thisTransaction .Amount{
float: left;
    margin-right: 6vw;
    width: 21vw;
}

.markPaid{
	width: fit-content;
    background: black;
    color: white;
    float: left;
    padding: 4px;
    border-radius: 6px;
    height: 3vh;
    font-size: 1.5vh;
    line-height: 3vh;
    padding-left: 17px;
    padding-right: 17px;
}
.fa-eye{
	margin-left: -20px;
    z-index: 9999;
    position: absolute;
    margin-top: 2vh;
}
#formLogin input[type="password"]{
z-index:999;	
}
.passwordStrength{
	    position: absolute;
    z-index: 999999;
    width: 70vw;
    height: 10vh;
    margin-top: 23vh;
    color: black;
    background-color: white;
    margin-left: 14vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 4vh;
    font-size: 1rem;
    padding-bottom: 4vh;}
.passwordStrength ul li{
margin-top:2vh;	
}