
.ConnectionRequestBtn { padding: 5px 20px 5px ; margin: 0 3px 0 ; border-radius: 500px ; z-index: 1; font-size: 0.9rem ; }
/* .ConnectionRequestBtn { position: fixed; bottom: 10px; right: 10px; padding: 10px 30px 10px ; border-radius: 3px; z-index: 1; box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); } */
/* .ConnectionRequestBtn2 { position: fixed; bottom: 10px; right: 120px; padding: 10px 30px 10px ; border-radius: 3px; z-index: 1; box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); } */
.ConnectionRequestBtnColour1 { background-color: rgb(0, 0, 0); color: white; }
.ConnectionRequestBtnColour2 { color: rgb(175, 55, 12); font-weight: 600; }
.ConnectionRequestBtnColour3 { color: rgb(69, 164, 0); font-weight: 600; }
.ConnectionRequestBtnColour4 { background-color: rgb(80, 93, 107); color: white; }

.ConnectionInviteCardStyle { background-color: rgba(61, 111, 48, 0.841) ; }
.ConnectionInviteCardStylePending { background-color: rgba(200, 104, 69, 0.3);}


.Pending { background-color: rgba(75, 108, 48, 0.5 ) ; }
.Active { background-color: rgba(255, 255, 255, 0.1 ) ; }


.AppConnectionsLogoBox { height: 20px ; margin: 20px 0 0 ; }
.AppConnectionsLogo { height: 100% ; }

.AppConnectionsCloseButton { position: absolute; top: 0; right: 0; height: 30px; width: 30px; display: flex; justify-content: center; align-items: center; color: white ; z-index: 1; background-color: rgba(0, 0, 0, 0) }