:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;width:100%;background-color:#242424;min-width:320px;min-height:100vh}.errorWrapper{padding:1rem;border:2px solid red}.errorWrapper a{color:#0ff}.root-layout{height:100vh;width:100vw;overflow-x:hidden;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;color:#fff}input{font-size:16px;padding:.6rem .4rem}nav{display:flex;text-align:center;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap;background-color:#2a432f;color:#a0a0a0;width:100%;border-bottom:2px solid white;margin-bottom:3rem}nav .navbarHome h1{display:flex;justify-content:center;align-items:center}nav .navbarHome h1 svg{margin:0rem .75rem;width:auto;height:2.5rem}.desktopHomeLink{display:flex;justify-content:center;align-items:center;text-decoration:none}.navbarLinks{display:flex;flex-wrap:wrap;width:80vw;gap:2rem;padding:1rem 0;justify-content:space-between;align-items:center}.navbarLinks p{margin:auto}.linksWrapper{display:flex;flex-direction:row;align-items:center;gap:2rem}.linksWrapper .navLink{color:#000;text-decoration:none;font-size:1rem;transition:all .25s}.linksWrapper .navLink:hover{color:#0f0;transition:all .25s}.linksWrapper .login{color:#fff;border:2px solid white;padding:.5rem 1.5rem;font-weight:700}.linksWrapper .login:hover{border:2px solid lime;transition:all .25s}.linksWrapper .logout{border:2px solid white;background-color:#000;color:#fff;padding:.5rem 1.5rem;font-weight:700}.linksWrapper .logout:hover{border:2px solid lime;transition:all .25s}.register{text-decoration:none;border:2px solid white;background-color:#000;color:#fff;padding:.5rem 1.5rem;font-weight:700}.register:hover{border:2px solid lime;transition:all .25s}.authPage{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;color:#fff;width:100%;padding:2rem 0}.authPage h2{margin:0rem 2rem 1rem}.navbarHome{color:#fff;font-size:1.5rem;text-decoration:none}.navbarHome:hover{color:#0f0}.navbarHome:hover svg{fill:#0f0}.greenBtn{background-color:#2b432f;border:2px solid white;border-radius:20px;color:#fff;padding:.5rem 1rem;margin:1rem .5rem;transition:all .25s;cursor:pointer}.greenBtn:hover{color:#0f0;border:2px solid lime}.greenBtn:disabled{opacity:.5;cursor:not-allowed}.editBtn{background-color:#896300;border:2px solid white;border-radius:20px;color:#fff;padding:.5rem 1rem;margin:1rem .5rem;transition:all .25s;cursor:pointer}.editBtn:hover{color:#ffefb1;border:2px solid rgb(255,239,177)}.editBtn:disabled{opacity:.5;cursor:not-allowed}.deleteBtn{background-color:#b80707;border:2px solid white;border-radius:20px;color:#fff;padding:.5rem 1rem;margin:1rem .5rem;transition:all .25s;cursor:pointer}.deleteBtn:hover{color:#ffd9d9;border:2px solid rgb(255,217,217)}.deleteBtn:disabled{opacity:.5;cursor:not-allowed}.userForm{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.userForm .loaderSpinner{margin:1rem 0}.userForm .errorMessage{color:red;text-align:center}.userForm .successMessage{color:#0f0;text-align:center}.userForm .formInput{display:flex;flex-direction:column;align-items:center;margin:.75rem .5rem;gap:.5rem}.userForm .formInput label{cursor:pointer;width:100%;text-align:left}.userForm .formInput input{padding:.6rem .4rem}.userForm .invalidInput{color:red}.userForm .invalidInput input{color:red;border:1px red solid}.localGameModalWrapper{inset:0;position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000}.localGameModalWrapper .localGameModal{display:flex;overflow-x:hidden;overflow-y:auto;flex-direction:column;max-height:90%;max-width:960px;width:75%;background-color:#222;margin:2rem;border-radius:15px;padding:0rem 1.2rem;border:2px solid white}.localGameModalWrapper .localGameModal .modalHeader{padding:1rem 1.2rem;margin:-1rem -1.2rem 1rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0}.localGameModalWrapper .localGameModal .modalHeader .closeIcon{display:flex;justify-content:center;align-items:center;cursor:pointer}.localGameModalWrapper .localGameModal .modalHeader .closeIcon svg{transition:fill 1s}.localGameModalWrapper .localGameModal .modalHeader .closeIcon svg:hover{fill:red}@media (max-width: 1024px){.navbarHome h1{margin-bottom:0}.navbarLinks{padding-bottom:1rem}}@media (max-width: 700px){.navbarLinks{flex-direction:column}.authPage p{width:80%}}.Loading{position:absolute;width:100vw;height:100vh;background-color:#2a432f;display:flex;flex-direction:column;justify-content:center;align-items:center}.Loading svg{width:500px;max-width:80%;max-height:500px;animation:glow 2.5s ease-in-out alternate-reverse infinite}.Loading p{padding:1rem 1.5rem}.Loading.connected{display:none}@keyframes glow{0%{filter:drop-shadow(0 0 -15px lime)}to{filter:drop-shadow(0 0 5px lime)}}.modal-overlay{position:fixed;inset:0;width:100vw;height:100vh;background-color:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:10000}.modal-wrapper{position:relative;background-color:#222;border:2px solid white;border-radius:15px;padding:0rem 1.2rem;min-width:320px;max-width:90vw;max-height:90vh;overflow-y:auto}.modal-wrapper .modalHeader{padding:1rem 1.2rem;margin:-1rem -1.2rem 1rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#222222e6}.modal-wrapper .modalHeader .closeIcon{display:flex;justify-content:center;align-items:center;cursor:pointer;background:transparent;border:none;padding:0;color:inherit}.modal-wrapper .modalHeader .closeIcon svg{transition:fill .25s}.modal-wrapper .modalHeader .closeIcon svg:hover{fill:red}.modal-wrapper .modalHeader p{line-height:24px;margin:0;justify-self:center}.modal-wrapper .modalHeader .hiddenItem{width:24px}.homeWrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;color:#fff;width:100%;padding:2rem 0}.homeWrapper h2{margin:0rem 2rem 1rem}.homeWrapper .homeWrapper p{width:50%}.homeWrapper .row-reverse{flex-direction:row-reverse}.homeWrapper .sectionWrapper{display:flex;justify-content:space-between;align-items:center;text-align:center;padding:2rem 1rem;width:50%}.homeWrapper .sectionWrapper img{max-height:300px;margin:0 1rem}.homeWrapper .sectionWrapper .playImg,.homeWrapper .sectionWrapper .shareGif{border:2px solid white}.homeWrapper .sectionWrapper .textWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.homeWrapper .sectionWrapper .textWrapper p{width:80%;margin:0}@media (max-width: 1200px){.homeWrapper .sectionWrapper{width:80%}.homeWrapper p{width:60%}}@media (max-width: 600px){.homeWrapper p{width:80%}.homeWrapper .sectionWrapper{flex-direction:column}}.findWrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:2rem 0}.findWrapper h2{margin:0rem 2rem 1rem}.findWrapper p{margin:1rem 2rem}.findWrapper .errorMsg{color:red}.findWrapper .customCourseForm{display:flex;flex-direction:column;align-items:center;width:100%}.findWrapper .customCourseForm label{cursor:pointer;padding:0 0 1rem}.findWrapper .customCourseForm p{max-width:70vw}.findWrapper #searchForm{display:flex;flex-direction:column;padding:.5rem 3rem 0;margin:2rem 0}.findWrapper #searchBoxInput{margin-top:1rem}.findWrapper .possibleLocations{padding:.5rem 3rem 0}.findWrapper .mapContainer{width:90vw;height:500px;margin:0 3rem 2rem}.findWrapper .possibleGolfCourse{list-style:none;border:2px dashed rgba(255,255,255,.5);margin-bottom:2rem;padding:1rem}.findWrapper .possibleGolfCourse h5{margin-top:0}.confirmedLocationWrapper{padding-bottom:4rem}.confirmedLocationWrapper h3{padding:0 3rem}.courseWrapper{display:flex;flex-direction:column;align-items:center;width:90%;padding:2rem 0;position:relative}.courseWrapper h2{margin:0rem 2rem 1rem}.courseWrapper .mapContainer{margin-top:1rem}.mapWrapper{position:relative;width:100%}.fullscreen-map-container{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:0;margin:0;z-index:9999;background:#000}.fullscreen-map-container .mapContainer{width:100vw;height:100vh;max-height:100vh;margin:0}.fullscreen-map-container .mapContainer.fullscreen{width:100vw;height:100vh}.fullscreen-map-container .buttonsWrapper{position:absolute}.mapContainer{width:90vw;height:500px;max-height:50vh;margin-bottom:2rem;position:relative}.buttonsWrapper{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(.35rem,1.4vw,.75rem);padding:clamp(.5rem,1.8vw,1rem) clamp(.65rem,2.2vw,1.25rem);background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:clamp(16px,4vw,20px);box-shadow:0 8px 32px #0006;z-index:1000;max-width:90%}.buttonsWrapper.below-map{position:static;transform:none;margin:1.5rem auto 2rem;max-width:100%;width:fit-content}.buttonsWrapper .action-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-width:clamp(58px,17vw,90px);padding:clamp(.45rem,1.8vw,.85rem) clamp(.5rem,2.2vw,1rem);border-radius:clamp(10px,3vw,14px);border:none;color:#fff;background:linear-gradient(135deg,#017bff,#0069dc);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #017bff66;position:relative;overflow:hidden;flex-shrink:1}.buttonsWrapper .action-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff1a,#fff0);opacity:0;transition:opacity .25s ease}.buttonsWrapper .action-button:hover:before{opacity:1}.buttonsWrapper .action-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #017bff80}.buttonsWrapper .action-button:active{transform:translateY(-1px);box-shadow:0 3px 10px #017bff66}.buttonsWrapper .action-button .button-icon{font-size:clamp(1rem,3.2vw,1.5rem);line-height:1}.buttonsWrapper .action-button .button-label{font-size:clamp(.5rem,1.6vw,.75rem);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.buttonsWrapper .action-button.mark-hit{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98166}.buttonsWrapper .action-button.mark-hit:hover{box-shadow:0 6px 20px #10b98180}.buttonsWrapper .action-button.next-hole{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 12px #8b5cf666}.buttonsWrapper .action-button.next-hole:hover{box-shadow:0 6px 20px #8b5cf680}.buttonsWrapper .action-button.share{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b66}.buttonsWrapper .action-button.share:hover{box-shadow:0 6px 20px #f59e0b80}.buttonsWrapper .action-button.fullscreen{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 4px 12px #6b728066}.buttonsWrapper .action-button.fullscreen:hover{box-shadow:0 6px 20px #6b728080}@media (max-width: 768px){.buttonsWrapper{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.buttonsWrapper::-webkit-scrollbar{display:none}.buttonsWrapper.below-map{max-width:100%}.buttonsWrapper .action-button{flex-shrink:0}}.distanceIcon{display:flex;justify-content:center;align-items:center}.distanceIcon p{opacity:1;white-space:nowrap;background-color:#4287f5;padding:2px 4px;border-radius:4px}.smallerIcon p{position:absolute}.smallerIcon.Bottom p{top:0%}.smallerIcon.Top p{bottom:0%}.smallerIcon.Right p{left:100%}.smallerIcon.Left p{right:100%}.hiddenIcon{display:none}.scorecardWrapper{display:flex;justify-content:flex-start;align-items:flex-start;overflow-x:auto;max-width:100%;margin:2rem 0}.scorecardTable{border:1px solid white;border-collapse:collapse;table-layout:fixed;width:100%;font-size:clamp(.55rem,2vw,.875rem)}.scorecardTable th,.scorecardTable td{border:1px solid white;padding:.4rem .15rem;text-align:center}.scorecardTable th:first-child,.scorecardTable td:first-child{width:15%;font-weight:600}.scorecardTable th:not(:first-child),.scorecardTable td:not(:first-child){width:4.7222222222%}.scorecardTable .currentHoleScore{color:#0f0;font-weight:600}@media (min-width: 768px){.scorecardTable{font-size:1rem}.scorecardTable th,.scorecardTable td{padding:.5rem .3rem}.scorecardTable th:first-child,.scorecardTable td:first-child{width:12%}.scorecardTable th:not(:first-child),.scorecardTable td:not(:first-child){width:4.8888888889%}}@media (min-width: 1024px){.scorecardTable{width:auto;table-layout:auto}.scorecardTable th,.scorecardTable td{padding:.5rem;width:45px}.scorecardTable th:first-child,.scorecardTable td:first-child{width:70px}}.postGameModalContent .formBtns{display:flex;justify-content:center}.postGameModalContent .formBtns .loadingSpinnerWrapper{padding:1rem}.loadingSpinner{border:4px solid rgba(0,0,0,.1);width:36px;height:36px;border-radius:50%;border-left-color:#4fa94d;animation:spin 1s ease infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.distancesWrapper{display:flex;justify-content:center;flex-wrap:wrap}.distancesWrapper .holeDistanceWrapper{width:200px;border:2px solid white;padding:0 1rem 1rem;margin:1rem}.activityWrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem 0}.activityWrapper h2{margin:0rem 2rem 1rem}.activityWrapper .activityPosts{display:flex;flex-direction:column-reverse;gap:2rem;margin:1rem 0;width:50vw}.activityWrapper .mapContainer{width:100%}.shareLinkPopup{position:absolute;display:flex;justify-content:center;align-items:center;white-space:nowrap;background-color:#000000ba;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;inset:0;animation:fadeInOut 1.5s}@keyframes fadeInOut{0%{opacity:0}30%{opacity:1}70%{opacity:1}to{opacity:0}}.postWrapper{position:relative;border:2px solid white;border-radius:15px;padding:.5rem 1rem;overflow:hidden}.postWrapper .postHeader{display:flex;justify-content:space-between;align-items:center}.postWrapper .postHeader p{margin:0;padding:.35rem 0;text-align:left}.postWrapper .postHeader .detailsBtn{line-height:0}.postWrapper .postHeader .detailsBtn svg{display:none}.postWrapper .postHeader .detailsBtn:hover svg{fill:#0f0}.postWrapper .postHeader .datePosted{display:inline-block}.postWrapper .postHeader .greenBtn{margin:.25rem 0 .25rem .5rem}.postWrapper .postLocation{display:flex;justify-content:center;align-items:center;margin:1rem 0}.postWrapper .postLocation svg{height:1.25rem}.postWrapper .mapContainer{margin-bottom:1rem}.postWrapper .cardBtns{display:flex;justify-content:space-around}.postWrapper .cardBtns .cardButtonWrapper{position:relative;padding:.25rem .75rem;display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer}.postWrapper .cardBtns .cardButtonWrapper span{line-height:24px}.postWrapper .cardBtns .cardButtonWrapper.likeFilled svg{color:#0f0;stroke:#0f0;stroke-width:2px;transition:all .25s}.postWrapper .cardBtns .cardButtonWrapper.likeOutline svg{color:#0f00;stroke:#fff;stroke-width:2px;transition:all .25s}.postWrapper .cardBtns .cardButtonWrapper.disabled{cursor:not-allowed}.userLink{color:#0f0;transition:.5s all}.userLink:hover{filter:drop-shadow(0 0 .5rem lime)}@media (max-width: 800px){.activityWrapper .activityPosts{width:80vw}.postWrapper .postHeader{align-items:flex-start}.postWrapper .postHeader .detailsBtn svg{display:flex}.postWrapper .postHeader .detailsBtn .greenBtn{display:none}}.CommentModalContent form{display:flex;flex-direction:column;align-items:center;width:100%;gap:1rem}.CommentModalContent form textarea{width:100%;box-sizing:border-box;padding:.5rem;font-family:Arial;font-size:16px}.CommentModalContent form .greenBtn{margin:0;align-self:flex-end}.CommentModalContent .commentsWrapper{display:flex;flex-direction:column-reverse;margin:1rem -1.2rem 0}.CommentModalContent .commentsWrapper .commentRow{padding:1rem 1.2rem;border-top:2px solid white}.CommentModalContent .commentsWrapper .commentRow .commentHeader{display:flex;justify-content:space-between}.CommentModalContent .commentsWrapper .commentRow .commentHeader .commentAuthor{display:flex;gap:.4rem}.CommentModalContent .commentsWrapper .commentRow p{text-align:left;margin:1rem 0}.CommentModalContentLoading{display:flex;justify-content:center;align-items:center;height:100%;padding:2rem}.detailsWrapper{display:flex;flex-direction:column;align-items:center;width:90vw;padding:2rem 0;margin:0 3rem 1rem}.detailsWrapper .detailsHeader h2{margin:0rem 2rem 1rem}.detailsWrapper .cardBtns{display:flex;justify-content:space-around}.detailsWrapper .cardBtns .cardButtonWrapper{position:relative;padding:.25rem .75rem;display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer}.detailsWrapper .cardBtns .cardButtonWrapper span{line-height:24px}.detailsWrapper .cardBtns .cardButtonWrapper.likeFilled svg{color:#0f0;stroke:#0f0;stroke-width:2px;transition:all .25s}.detailsWrapper .cardBtns .cardButtonWrapper.likeOutline svg{color:#0f00;stroke:#fff;stroke-width:2px;transition:all .25s}.detailsWrapper .cardBtns .cardButtonWrapper.disabled{cursor:not-allowed}.loaderSpinner{margin:4rem}.text-muted{color:#6c6c6c}.editFormWrapper .editForm{display:flex;flex-direction:column;gap:1rem}.editFormWrapper textarea{min-width:200px;width:100%;font-size:16px;padding:.5rem;font-family:Arial;box-sizing:border-box}.editFormWrapper .formBtns{display:flex;justify-content:center}.editFormWrapper .formBtns .loadingSpinnerWrapper{padding:1rem}.editFormWrapper .formInput{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.editFormWrapper label{text-align:start;cursor:pointer}.editFormWrapper input{padding:.5rem}.ShareImageModalContent{padding:2rem;border-radius:8px;position:relative;max-width:90vw;max-height:90vh}.ShareImageModalContent img{max-width:100%;max-height:100%;object-fit:contain}.scorecard-capture-area{background-color:#fff;padding:20px;border-radius:8px;display:flex;flex-direction:column;align-items:center;width:400px;box-shadow:0 0 10px #0000001a;position:absolute;left:-9999px;top:-9999px}.header-section{display:flex;align-items:center;width:100%;margin-bottom:15px}.golfmates-logo{width:50px;height:50px;margin-right:10px}.user-info{display:flex;flex-direction:column;margin-left:10px}.username{text-align:start;font-weight:700;padding:0;margin:0;color:#000}.location{color:#666;margin:0;padding:0;font-size:.9em}.scorecard-section{width:100%}.scorecard-section .scorecardWrapper{display:flex;justify-content:flex-start;color:#000;align-items:flex-start;overflow-x:auto;width:100%;margin:1rem 0}.scorecard-section .scorecardWrapper .scorecardTable{padding:2rem;border:1px solid black;border-collapse:collapse}.scorecard-section .scorecardWrapper .scorecardTable th,.scorecard-section .scorecardWrapper .scorecardTable td{border:.5px solid black;padding:.2rem;font-size:.5rem;min-width:12px;height:20px}.loading-indicator{padding:20px;font-style:italic;color:#888}.deleteGameModalContent .formBtns{display:flex;justify-content:center}.deleteGameModalContent .formBtns .loadingSpinnerWrapper{padding:1rem}.profileWrapper{display:flex;flex-direction:column;align-items:center;width:100%;padding:2rem 0}.profileWrapper .profileHeader{display:flex;justify-content:space-between;align-items:flex-start}.profileWrapper .profileHeader .hiddenItem{width:48px}.profileWrapper .profileHeader h2{margin:0rem 2rem 1rem}.profileActionLink{color:#0f0;text-decoration:none}.profileData{display:flex;flex-direction:column;padding:0 0 1rem;gap:1rem}.profileData .activityPosts{display:flex;flex-direction:column-reverse;gap:2rem;width:50vw}.profileData .activityPosts .mapContainer{width:100%}.loaderSpinner{display:flex;justify-content:center}button{cursor:pointer}@media (max-width: 800px){.profileWrapper .profileData{width:80vw}.profileWrapper .profileData .activityPosts{width:100%}}@media (max-width: 600px){.friendsWrapper .friendsModal .friendsRowsWrapper .friendsRow a{text-align:left;overflow-wrap:anywhere}.friendsWrapper .friendsModal .friendsRowsWrapper .friendsRow .hiddenSpacer,.friendsWrapper .friendsModal .friendsRowsWrapper .friendsRow .friendRequestBtns.hiddenFRBtns{display:none}}.friendsRowsWrapper .friendsRow{display:flex;justify-content:space-between;align-items:center;padding:1rem;color:#fff;text-decoration:none;gap:1rem;margin:0 -1.2rem}.friendsRowsWrapper .friendsRow:nth-child(odd){background-color:#0000005d}.friendsRowsWrapper .friendsRow .greenBtn{margin:0}.friendsRowsWrapper .friendsRow .hiddenSpacer{width:24px}.friendsRowsWrapper .friendsRow a{color:#fff;text-decoration:none}.friendsRowsWrapper .friendsRow a:hover{color:#0f0}.friendsRowsWrapper .friendsRow .friendRequestBtns{display:flex;gap:.5rem}.friendsRowsWrapper .friendsRow .friendRequestBtns.hiddenFRBtns{opacity:0}.friendsRowsWrapper .friendsRow .friendRequestBtns svg{border-radius:100%;display:flex;justify-content:center;align-items:center;padding:4px;border:2px solid white;color:#fff;background-color:#2220}.friendsRowsWrapper .friendsRow .friendRequestBtns svg:hover{background-color:#ffffff0d}.friendsRowsWrapper .friendsRow .friendRequestBtns svg:hover.acceptBtn{cursor:pointer;fill:#0f0;border:2px solid lime;transition:all .35s}.friendsRowsWrapper .friendsRow .friendRequestBtns svg:hover.declineBtn{cursor:pointer;fill:red;border:2px solid red;transition:all .35s}.chatPageWrapper{display:flex;justify-content:center;width:100%;overflow-y:hidden;flex-grow:1;padding:3rem 0}.chatPageWrapper .chatWrapper{display:flex;flex-direction:row;border:2px solid white;width:80%}.chatPageWrapper .chatWrapper .friendsBar{height:100%;width:25%;border-right:1px solid white;overflow-y:auto}.chatPageWrapper .chatWrapper .friendsBar .friendSelectionWrapper .searchBar label{position:relative;display:flex;padding:0 1rem;width:100%;height:100%}.chatPageWrapper .chatWrapper .friendsBar .friendSelectionWrapper .searchBar label input{width:calc(100% - 4px);background:none;border:none;color:#fff;text-align:center}.chatPageWrapper .chatWrapper .friendsBar .friendSelectionWrapper .searchBar label input:focus{outline:none}.chatPageWrapper .chatWrapper .friendsBar .friendSelectionWrapper .friendSelector{display:flex;position:relative;justify-content:center;align-items:center;height:3rem;cursor:pointer}.chatPageWrapper .chatWrapper .friendsBar .friendSelectionWrapper .friendSelector:nth-of-type(odd){background-color:#0000005d}.chatPageWrapper .chatWrapper .friendsBar .activeChat{color:#0f0}.chatPageWrapper .chatWrapper .friendsBar .notificationIcon{width:10px;height:10px;background-color:#0059ff;border-radius:100%;position:absolute;right:10px}.chatPageWrapper .chatWrapper .currentChat{display:flex;flex-direction:column;justify-content:space-around;width:75%;height:100%}.chatPageWrapper .chatWrapper .currentChat .backBtn{display:none}.chatPageWrapper .chatWrapper .currentChat .chatContainer{display:flex;height:90%;flex-direction:column;padding:1rem;overflow-y:auto}.chatPageWrapper .chatWrapper .currentChat .chatContainer .msgContainer{display:flex;flex-direction:row}.chatPageWrapper .chatWrapper .currentChat .chatContainer .msgContainer .messageSent{max-width:85%;background-color:#0062ff;margin-left:auto;text-align:left;padding:.25rem;margin-bottom:1rem;border-radius:5px}.chatPageWrapper .chatWrapper .currentChat .chatContainer .msgContainer .messageRecieved{max-width:85%;background-color:#10c12b;margin-bottom:1rem;margin-right:auto;text-align:left;padding:.25rem;border-radius:5px}.chatPageWrapper .chatWrapper .currentChat .messageForm{height:3rem;margin:1rem 0}.chatPageWrapper .chatWrapper .currentChat .messageForm input{width:60%}.chatPageWrapper .chatWrapper .currentChat .messageForm .greenBtn{margin-right:0}@media (max-width: 1440px){.chatPageWrapper .chatWrapper .friendsBar{width:35%}}@media (max-width: 1280px){.chatPageWrapper .chatWrapper .friendsBar{width:45%}}@media (max-width: 900px){.chatPageWrapper{position:relative;width:100vw;overflow-x:hidden;padding:0}.chatPageWrapper .chatWrapper{width:100%;border:0px solid white;transform:translate(0);transition:transform .7s}.chatPageWrapper .chatWrapper .friendsBar{position:absolute;border-right:0px solid white;width:100%;z-index:1}.chatPageWrapper .chatWrapper .currentChat{position:absolute;width:100%;z-index:5;border-left:2px solid white;background-color:#242424;top:0;bottom:0;left:calc(100% + 2px);right:calc(-100% - 2px)}.chatPageWrapper .chatWrapper .currentChat .backBtn{display:block;position:absolute;top:4px;left:4px}.chatPageWrapper .chatWrapper.chatView{transform:translate(calc(-100% - 4px))}}.notificationsWrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem 0;flex-grow:1;max-height:80%}.notificationsWrapper h2{margin:0rem 2rem 1rem}.notificationsWrapper .notificationsList{display:flex;flex-direction:column;justify-content:flex-start;flex-grow:1;overflow-y:auto;border:2px solid white;margin:1rem 0;width:50vw}.notificationsWrapper .notificationsList .notificationRow{display:flex;justify-content:space-between;align-items:center;padding:1rem}.notificationsWrapper .notificationsList .notificationRow.controls{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.notificationsWrapper .notificationsList .notificationRow.controls .greenBtn{margin:0}.notificationsWrapper .notificationsList .notificationRow:nth-child(odd){background-color:#0000005d}.notificationsWrapper .notificationsList .notificationRow .usernameLink{overflow-wrap:anywhere}.notificationsWrapper .notificationsList .notificationRow .leftContent{display:flex;justify-content:flex-start;align-items:center}.notificationsWrapper .notificationsList .notificationRow .friendNotificationWrapper{display:flex;align-items:center;flex-wrap:wrap;padding:0 1rem 0 0}.notificationsWrapper .notificationsList .notificationRow .friendRequestBtns{display:flex;gap:.5rem}.notificationsWrapper .notificationsList .notificationRow .friendRequestBtns.hiddenFRBtns{opacity:0}.notificationsWrapper .notificationsList .notificationRow .friendRequestBtns svg{border-radius:100%;display:flex;justify-content:center;align-items:center;padding:4px;border:2px solid white;color:#fff;background-color:#2220}.notificationsWrapper .notificationsList .notificationRow .friendRequestBtns svg:hover{background-color:#ffffff0d}.notificationsWrapper .notificationsList .notificationRow .friendRequestBtns svg:hover.acceptBtn{cursor:pointer;fill:#0f0;border:2px solid lime;transition:all .35s}.notificationsWrapper .notificationsList .notificationRow .friendRequestBtns svg:hover.declineBtn{cursor:pointer;fill:red;border:2px solid red;transition:all .35s}.notificationsWrapper .notificationsList .notificationRow .rightContent{display:flex;justify-content:flex-start;align-items:center}.notificationsWrapper .notificationsList .notificationRow p{padding:0 1rem 0 0;text-align:left}.notificationsWrapper .notificationsList .notificationRow p a{color:#0f0}.notificationsWrapper .notificationsList .notificationRow .text-muted{white-space:nowrap}@media (max-width: 1600px){.notificationsWrapper .notificationsList{width:75vw}}@media (max-width: 800px){.notificationsWrapper .notificationsList{width:85vw}}.settingsWrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;color:#fff;width:100%;padding:2rem 0}.settingsWrapper h2{margin:0rem 2rem 1rem}.settingsWrapper .userForm label{width:100%;text-align:left}.settingsWrapper .userForm .formInput{align-items:center}
