html,body {
    margin:0;
    padding:0;
	width: 100%;
	height: 100%;
    overflow-x: hidden;
	overflow-y: scroll;
}

p,h1,h2,h3,h4,h5,h6 {
	height: auto;
    padding: 0;
    margin: 0;
	text-align: center;
}

p,h1,h2,h3,h4,h5,h6,label,div,span {
	font-family: system-ui;
}

img.displayProdImg {
    height: 50px;
    width: 50px;
    object-fit: cover;
    cursor: pointer;
}



.closeLargeViewModal {
    width: 100%;
    height: 100%;
}

img.displayPhotoOnLarge {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #ffd0d0;
}

div.sideClose {
    width: 100%;
    height: 100%;
    display: flex;
}

.displayPhotoDiv {
    width: 100%;
    display: flex;
    min-width: 300px;
    height: 70%;
    align-items: center;
    justify-content: space-around;
}

.photoLargeViewDiv {
    width: 100%;
    height: 100%;
    background: #00000059;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.chatImg {
    width: 100%;
    max-height: 150px;
    cursor: pointer;
    background-color: #ffc3c3;
    object-fit: cover;
    border-radius: 10px;
}

td.btnss {
    display: flex;
    height: 80px;
    min-height: 80px;
    align-items: center;
}

tr.hide {
    display: none;
}


/* UPLOAD FILE TO CHAT */


/* ENDS HERE */




/* CHAT CODE STARTS HERE */


img.chatUserProf {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #ffc2c2;
}

span.msgCount {
    border: 0;
    border-radius: 50%;
    font-size: 10px;
    color: white;
    background: red;
    margin-left: 20px;
    padding: 5px 5px;
    display: flex;
    width: 5px;
    height: 5px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.chatUsersBord {
    width: 25%;
    background: white;
    border-radius: 10px;
    display: flex;
    box-shadow: -1px 1px 5px 1px #e2e2e2;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100% - 100px);
    overflow-y: hidden;
    overflow-x: hidden;
}

.userDivChat {
    display: flex;
    justify-content: flex-start;
    width: 80%;
    cursor: pointer;
    align-items: center;
    margin-bottom: 18px;
}

.chatUsersInnerBoard {
    width: 100%;
    padding: 10px;
    padding-top: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

span.chatUserNameSpan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 10px;
}

p.chatPreMsg {
    text-align: left;
    color: #959595;
    font-size: 13px;
    display: flex;
}

i#phtt {
    margin-right: 5px;
    display: flex;
    align-items: flex-end;
}

.chatBoard {
    width: 70%;
    background: white;
    border-radius: 15px;
    box-shadow: -1px 1px 5px 1px #e2e2e2;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 100px);
}

p.chatUserTag {
    font-size: 15px;
    color: #797979;
}

.messageDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
}

span.messageSpan {
    padding: 10px;
    background: #ebebeb;
    border-radius: 10px;
    font-size: 13px;
    max-width: 60%;
    margin-left: 10px;
}

p.messageTimeStamp {
    font-size: 12px;
    color: #b2b2b2;
    margin-top: 5px;
    margin-left: 15px;
}

.chatBoardMainBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    height: auto;
}

.chatBoradMain {
    width: 100%;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    padding: 10px 0;
    overflow-y: scroll;
}

span.sendMsgIcon {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

h4.chatUserNameSide {
    font-size: 13px;
    color: #343434;
    text-align: left;
    font-weight: 500;
}

.chatMainTopDiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 70px;
    border-bottom: solid #c8c8c8 1px;
    min-height: 70px;
}

span.tittt {
    width: 100%;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    min-height: 30px;
    align-items: center;
}

h2.titlee {
    margin-left: 10px;
    color: black;
}

span.unreadCountSpan {
    width: auto;
    padding: 5px 7px;
    background: #007aff26;
    border-radius: 5px;
    margin-right: 10px;
    color: #0069ff;
    font-size: 13px;
    font-weight: 500;
}

textarea.chatInput {
    border: 0;
    background: #eaeaea;
    border-radius: 20px;
    padding: 10px 15px;
    width: 80%;
    font-size: 18px;
    font-family: system-ui;
}

textarea.chatInput:focus {
 outline: none;   
}

i.sendMsg {
    display: flex;
    font-size: 19px;
    padding: 10px;
    border-radius: 50%;
    background: green;
    color: white;
    cursor: pointer;
}

img.chatUserDpMain {
    width: 45px;
    height: 45px;
    margin-left: 15px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #ffbaba;
}

i.hide {
    display: none;
}

span.chatUserNameSpanMain {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 5px;
}

.chatTopDivInner1 {
    display: flex;
    align-items: center;
    width: 80%;
}

.chatTopDivInner2 {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

i#muure {
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}

span.messageSpan.me0 {
    margin-right: 10px;
    background: #f5e9f5;
}

.messageDiv.me0 {
  align-items: flex-end;  
}

p.messageTimeStamp.me0 {
 margin-right: 15px;
    margin-left: 0;   
}

.userDivChat.active{
    border-left: solid red 2px;
    background: #efefef;
    padding: 5px 0;
    padding-left: 10px;
}

.userDivChat:hover{
    border-left: solid red 2px;
    background: #efefef;
    padding: 5px 0;
    padding-left: 10px;
}




/* CHAT CODES ENDS HERE */



button.markBtn {
    padding: 6px 10px;
    border: none;
    border-radius: 7px;
    color: white;
    background: green;
    cursor: pointer;
}

body.indexBody {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background: #00314a;
	overflow-y: hidden;
}

.loginBox {
    height: auto;
    width: auto;
    padding: 30px;
    background: white;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inputBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    min-width: 280px;
    max-width: 95%;
    width: 400px;
    height: auto;
}

h4.updateTransContrl {
    color: orange;
    cursor: pointer;
}

label {
    font-size: 19px;
    color: grey;
    margin-bottom: 5px;
}

.input100 {
    height: 40px;
    border-radius: 5px;
    border: solid 2px grey;
	font-size: 18px;
    padding-left: 20px;
    color: grey;
	letter-spacing: 1px;
}

.input100:focus {
outline: none;
border: solid 2px green;
}

.btnBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

button.btn {
    width: 90%;
    height: 45px;
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    color: white;
    background: green;
    cursor: pointer;
}


div.errorBox {
    padding: 10px 20px;
    color: white;
    background: red;
    font-size: 23px;
    position: fixed;
    top: 10px;
    right: 10px;
    max-width: 300px;
	display: none;
}

.botttomDiv {
    margin: 30px 0px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 50px;
}


button.flterBtn {
    padding: 4px 7px;
    cursor: pointer;
    border: solid 1px #9b9b9b;
    border-radius: 5px;
}

div.successBox {
    padding: 10px 20px;
    color: white;
    background: green;
    font-size: 23px;
    position: fixed;
    top: 10px;
    right: 10px;
    max-width: 300px;
	display: none;
}

button.flterBtn:hover {
    background: #7ed97e;
    color: white;
    border: #7ed97e 1px solid;
}


button.activeFlter.flterBtn {
    background: green;
    color: white;
    border: green 1px solid;
}

header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 60px;
    box-shadow: 1px 2px 15px 1px #d9d9d9;
	z-index: 10000000;
    background: #02890dc7;
}

.profileIconDiv {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

.menuToggIcon {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerLogo {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

h4.headerLogoText {
    font-size: 32px;
    color: white;
}

.leftSideBar {
    height: 100%;
    background: white;
    width: 15%;
}

.mainPageCont {
    width: 85%;
    background: #f1f1f194;
    height: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
}

section.main {
    display: flex;
    justify-content: flex-start;
    height: 100%;
}

.menuList {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

span.menuSpan {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
    padding: 10px 0px;
    padding-left: 10%;
	font-size: 21px;
    color: grey;
	cursor: pointer;
	align-items: center;
}

i.menuCon {
    font-size: 18px;
    margin-right: 15px;
}

p.menuTitle {
    font-size: 21px;
}

.controlerTop {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
	width: 100%;
}

.zoomedPhoto1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000000000;
    background: #5c5c5cb5;
}

span.closeZoomSpan {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

i#closeZoom {
    position: fixed;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: red;
    font-size: 25px;
}

button.deleteProof {
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    background: red;
    color: white;
    cursor: pointer;
}

img.zoomeedImg {
    width: auto;
    max-width: 350px;
    height: 100%;
}

button.viewPhoto {
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    background: orange;
    color: white;
    cursor: pointer;
}

button.approveProof {
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    background: green;
    color: white;
    cursor: pointer;
}

input.searchInput {
    margin-right: 10px;
    width: 300px;
    height: 40px;
    border: 0;
    border-radius: 50px;
    box-shadow: 1px 1px 6px 0px #cdcdcd;
	font-size: 19px;
    color: grey;
    padding-left: 20px;
    padding-right: 10px;
}

input.searchInput:focus {
	outline:none;
}

button.actionBtn {
    height: 40px;
    width: 140px;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    color: white;
    background: #02890dc7;
    cursor: pointer;
}

.modal980 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000000b0;
}

.modalContentBoxx {
    height: auto;
    max-height: 70%;
    width: auto;
    max-width: 700px;
    padding: 30px;
    border-radius: 10px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: scroll;
}

i#closeModalIcon {
    font-size: 25px;
    cursor: pointer;
    color: red;
}

h3.modalTopTxt {
    font-size: 20px;
}

span.modalTopSpan {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    align-items: center;
}

.inputGroup400 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input980 {
    width: 100%;
    border: solid 2px grey;
    border-radius: 15px;
    margin-bottom: 5px;
}

p.inputErrorTxt {
    font-family: system-ui;
    font-size: 14px;
    color: red;
}

label.label {
    font-size: 15px;
}

.buttonGroup950 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.button980 {
    width: 90%;
    height: 45px;
    border: 0;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    background: green;
    color: white;
}

.button980:hover {
   background: #0b510b; 
}

.inputGroup560 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 350px;
    max-width: 500px;
    width: 350px; 
    margin-bottom: 15px;
}

textarea.input980 {
    height: 150px;
    padding: 10px 5px;
}

select.input980 {
    height: 45px;
    padding: 10px;
}

.dataBoxes {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

img.uploadPhoto {
    width: 100%;
    height: 150px;
    background-color: #f9f9f9;
    object-fit: contain;
    border-radius: 15px;
    cursor: pointer;
}

.dataBox {
    height: 150px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: white;
    box-shadow: 1px 1px 9px 2px #e9e9e9;
}

h4.dataFigure {
    font-size: 25px;
    color: #00314a;
    margin-bottom: -5px;
}

p.dataTitle {
    font-size: 18px;
    color: grey;
}

.dataTable {
    width: 95%;
    height: 100%;
    overflow: scroll;
    margin-top: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 3px #dfdfdf;
}

span.menuSpan.activeMenu {
    background: #f1f1f194;
    color: #02890dc7;
    border-radius: 50px 0px 0px 50px;
}

span.menuSpan:hover{
	color: #02890dc7;
}

span.menuSpan.lastBottomMenu {
    position: fixed;
    bottom: 10px;
    width: fit-content;
	color: red;
	padding-left: 30px;
}

.dp{
	width: 35px;
	height: 35px;
	cursor: pointer;
	margin-right: 5px;
}

h5.adminName {
    text-align: left;
    font-size: 17px;
    color: white;
    margin-bottom: -5px;
}

p.adminEmail {
    font-size: 13px;
    color: #efefef;
}

table {
    width: 100%;
    padding: 7px;
	border-collapse: collapse;
}

tr {
    margin-bottom: 10px;
	border-bottom: solid 1px #e9e9e9;
	overflow: scroll;
}

th {
    font-size: 18px;
    text-align: left;
    padding: 10px;
}

td {
    font-size: 17px;
    text-align: left;
    padding: 5px;
	font-weight: 400;
	min-width: 150px;
	max-width: 500px;
	height: 80px;
}

span.msgCount.hide{
    display:none;
}

p.chatPreMsg.active {
    font-weight: bold;
    color: black;
}

button.statusBtn.approve {
    padding: 7px 10px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
    background: green;
    color: white;
    font-size: 14px;
}

button.statusBtn.decline {
    padding: 7px 10px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
    background: red;
    color: white;
    font-size: 14px;
}

button.statusBtn {
    padding: 5px 10px;
    font-size: 17px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
}

button.statusBtn {
    padding: 5px 10px;
    font-size: 17px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
}

button.statusBtn.active {
    background: #1cd11c42;
    color: green;
}


button.statusBtn.incomplete {
    background: #ffa50036;
    color: orange;
}


button.statusBtn.successful {
    background: #1cd11c42;
    color: green;
}


button.statusBtn.pending {
    background: #ffa50036;
    color: orange;
}


button.statusBtn.member {
    background: #1cd11c42;
    color: green;
}


button.statusBtn.user {
    background: #ffa50036;
    color: orange;
}

button.statusBtn.admin {
    background: #1cd11c42;
    color: green;
}

i.togIcon {
    font-size: 19px;
    color: white;
    cursor: pointer;
}

i.actionIcon {
 font-size: 23px;
 color: red;
 cursor: pointer;
}

i.countIcon {
    color: #02890dc7;
    font-size: 25px;
}

.full {
	width: 100%;
}

.hide {
	display: none;
}



/* For TABLET DEVICES */

@media(max-width:1200px) {
.mainPageCont{
	width: 80%;
}

.leftSideBar{
	width: 20%;
}

.full{
	width: 100%;
}
}

/* For MOBILE DEVICES */

@media(max-width:700px) {
	
	.leftSideBar {
    width: 70%;
	z-index: 10000;
	position: fixed;
}

span.adminName {
    display: none;
}

.mainPageCont {
    width: 100%;
}

input.searchInput {
    margin-left: 10px;
}

.dataBoxes {
    margin-top: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 250px;
    justify-content: space-between;
}

.controlerTop {
    margin-top: 10px;
}

.dataBox {
    width: 150px;
    min-width: 150px;
    margin: 0px 5px;
}

.loginBox {
    padding: 30px 20px;
}

.inputBox {
    max-width: 300px;
}
}