@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Pacifico&display=swap);*{box-sizing:border-box;margin:0;padding:0}::selection{background:#212a3e;color:#fff}body{font-family:Montserrat,sans-serif}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.5)}img{width:100%}button{transition:.5s}button:active{-webkit-transform:scale(.9);transform:scale(.9)}html{font-size:100%;scroll-behavior:smooth}.page{box-shadow:0 0 3px rgba(0,0,0,.2);margin:0 25%;min-height:100vh;overflow:hidden}.mockman-container{position:relative;width:100%;z-index:3}@media only screen and (max-width:450px){.page{margin:0!important;min-height:100vh;padding-bottom:4rem;width:100vw}}@media only screen and (max-width:900px){.page{margin:0 35% 0 15%}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media only screen and (max-width:450px){.homepage .header{width:100%!important}.homepage .header .declaration{font-size:.75rem!important;left:.5rem!important;width:2.5rem}}.homepage .header{background-color:hsla(0,0%,100%,.92);box-shadow:0 5px 20px -10px rgba(0,0,0,.45);padding:.5rem;position:fixed;top:0;width:50%}.homepage .header .declaration{font-size:1rem;font-style:italic;left:1rem;position:absolute;top:.65rem}.homepage .header .heading{font-size:1.5rem;font-weight:500;text-align:center}.homepage .header .sort{position:absolute;right:1rem;top:.65rem}.homepage .header .sort .menu-container .icon{background-color:initial;border:0;cursor:pointer;font-size:1.5rem}.homepage .header .sort .menu-container .menu{background-color:#fff;border-radius:.35rem;box-shadow:0 0 8px rgba(0,0,0,.4);margin-left:-5rem;margin-top:0;padding:.5rem;position:absolute;transition:.5s;width:rem}.homepage .header .sort .menu-container .menu input{display:none}.homepage .header .sort .menu-container .menu label{align-items:center;border-radius:.35rem;display:block;display:flex;justify-content:flex-start;padding:.75rem;text-align:start;transition:.5s}.homepage .header .sort .menu-container .menu label:hover{background-color:#000;color:#fff;cursor:pointer}.homepage .header .sort .menu-container .menu .active-style{background-color:#000;color:#fff}.homepage .no-post-div{align-items:center;display:flex;height:80vh;justify-content:center;padding:0 2rem;width:100%}.homepage .no-post-div p{font-size:1.5rem;font-weight:500}.homepage .post-container{padding-top:3.8rem}.homepage .post-container .loading-container{margin-bottom:1.5rem}.homepage .post-container .loading-container p{font-size:1.5rem;padding:0 1.5rem;text-align:center}.loader{align-items:center;background-color:var(--blue-200);display:flex;height:100vh;justify-content:center;opacity:.9;top:0;width:100%;z-index:9999}@media only screen and (max-width:900px){.post-card-container .post-card{width:85%!important}.edit-post-modal-container .edit-post-modal{width:80%!important}.edit-post-modal-container .edit-post-modal .btn-container button,.edit-post-modal-container .edit-post-modal .img-and-text .post-textarea,.edit-post-modal-container .edit-post-modal .post-modal-fileinput-container .fileinput-label{font-size:1rem!important}.edit-post-modal-container .edit-post-modal .post-modal-fileinput-container .fileinput-label .text{display:none}.edit-post-modal-container .edit-post-modal .btn-container .btn:hover{background-color:#000!important;color:#fff!important}}@media only screen and (max-width:450px){.post-card-container .post-card{width:100%!important}.edit-post-modal-container .edit-post-modal{max-height:100vh!important;width:100%!important}}.post-card-container{margin-bottom:1rem;width:100%}.post-card-container .post-card{border-radius:.35rem;box-shadow:0 0 5px rgba(0,0,0,.2);margin:auto;overflow:hidden;transition:.5s;width:70%}.post-card-container .post-card:hover{box-shadow:0 0 7px rgba(0,0,0,.5);cursor:pointer}.post-card-container .post-card .post-card-head{display:flex;justify-content:space-between;margin:.5rem}.post-card-container .post-card .post-card-head .kebab-menu-container{align-items:center;display:flex}.post-card-container .post-card .post-card-head .kebab-menu-container .kebab-icon{background-color:initial;border:0;cursor:pointer;font-size:1.5rem}.post-card-container .post-card .post-card-head .kebab-menu-container .menu{background-color:#fff;border-radius:.35rem;box-shadow:0 0 8px rgba(0,0,0,.4);margin-left:-4rem;margin-top:7rem;padding:.5rem;position:absolute;transition:.5s}.post-card-container .post-card .post-card-head .kebab-menu-container .menu .option-1{margin-bottom:.35rem}.post-card-container .post-card .post-card-head .kebab-menu-container .menu *{border-radius:.35rem;padding:.5rem}.post-card-container .post-card .post-card-head .kebab-menu-container .menu :hover{background-color:#000;color:#fff;transition:.5s}.post-card-container .post-card .posted-by{display:flex}.post-card-container .post-card .posted-by .profile-pic-container{align-items:center;border:0;border-radius:100%;display:flex;height:3rem;justify-content:center;margin-right:.5rem;overflow:hidden;width:3rem}.post-card-container .post-card .posted-by .profile-pic-container img{height:100%;width:auto}.post-card-container .post-card .posted-by .name-username-date{display:flex;flex-direction:column;justify-content:center;margin-right:.5rem}.post-card-container .post-card .posted-by .name-username-date .name{font-size:1rem}.post-card-container .post-card .posted-by .name-username-date .username{color:rgba(0,0,0,.7);font-size:.75rem;font-style:oblique}.post-card-container .post-card .posted-by .name-username-date .date{color:rgba(0,0,0,.7);font-size:.75rem}.post-card-container .post-card .content{font-size:1.1rem;margin:.5rem}.post-card-container .post-card .post-img-container{margin:.5rem 0}.post-card-container .post-card .heart-modal-container{align-items:center;display:flex;height:100%;justify-content:center}.post-card-container .post-card .heart-modal-container .heart-modal{color:#f9fbe7;font-size:8rem;opacity:.9;position:absolute}.post-card-container .post-card .btn-container{display:flex;justify-content:space-evenly;margin:.5rem 0}.post-card-container .post-card .btn-container .like-btn-container{align-items:center;display:flex}.post-card-container .post-card .btn-container .like-btn-container .likes-num{margin:0 0 .5rem .5rem}.post-card-container .post-card .btn-container button{background-color:initial;border:0;cursor:pointer;font-size:1.5rem}.post-card-container .post-card .btn-container .filled-bookmark{color:#212a3e}.post-card-container .post-card .btn-container .heart{color:red}.post-card-container .post-card .comment-input-div{align-items:center;border:1.1px solid rgba(0,0,0,.3);border-radius:.2rem;display:flex;margin:0 auto 1rem;width:85%}.post-card-container .post-card .comment-input-div .comment-input{display:block;width:100%}.post-card-container .post-card .comment-input-div .comment-input input{border:0;color:rgba(0,0,0,.7);font-size:1.25rem;outline:0;padding:.5rem;width:100%}.post-card-container .post-card .comment-input-div .comment-input input::-webkit-input-placeholder{color:rgba(0,0,0,.3);font-size:1rem;font-style:italic}.post-card-container .post-card .comment-input-div .comment-input input::placeholder{color:rgba(0,0,0,.3);font-size:1rem;font-style:italic}.post-card-container .post-card .comment-input-div .add-comment{align-items:center;background-color:initial;border:0;cursor:pointer;display:flex;font-size:1.75rem;margin:0 .5rem;width:5%}.edit-post-modal-container{align-items:center;background-color:rgba(0,0,0,.2);display:flex;height:100vh;justify-content:center;position:fixed;right:0;top:0;width:100%;z-index:1}.edit-post-modal-container .edit-post-modal{background-color:#fff;border:.2px solid rgba(0,0,0,.2);border-radius:.35rem;box-shadow:0 30px 90px rgba(0,0,0,.4);max-height:80vh;overflow:auto;padding:1rem;width:30%}.edit-post-modal-container .edit-post-modal .close-btn{background-color:initial;border:0;border-radius:100px;cursor:pointer;font-size:1.15rem;margin:-.5rem 0 .5rem -.5rem;padding:.5rem;z-index:1}.edit-post-modal-container .edit-post-modal .close-btn:active{background-color:rgba(0,0,0,.03)}.edit-post-modal-container .edit-post-modal .img-and-text{display:flex}.edit-post-modal-container .edit-post-modal .img-and-text .profile-pic-container{align-items:center;border-radius:100%;display:flex;height:5rem;justify-content:center;margin-right:1rem;overflow:hidden;width:6rem}.edit-post-modal-container .edit-post-modal .img-and-text .profile-pic-container img{height:100%;width:auto}.edit-post-modal-container .edit-post-modal .img-and-text .post-textarea{background-color:initial;border:none;box-shadow:none;font-family:Montserrat,sans-serif;font-size:1.25rem;margin:0;outline:none;overflow:auto;padding:0 1rem 0 0;resize:none}.edit-post-modal-container .edit-post-modal .img-and-text .post-textarea::-webkit-scrollbar{width:3px}.edit-post-modal-container .edit-post-modal .img-and-text .post-textarea::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:10px}.edit-post-modal-container .edit-post-modal .img-and-text .post-textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.6)}.edit-post-modal-container .edit-post-modal .input-img-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto auto;position:relative;width:90%}.edit-post-modal-container .edit-post-modal .input-img-container .remove-img{background-color:initial;border:0;color:#fc0101;cursor:pointer;font-size:2rem;position:absolute}.edit-post-modal-container .edit-post-modal .post-modal-hr{margin:1rem 0}.edit-post-modal-container .edit-post-modal .post-modal-foot{display:flex;justify-content:space-between}.edit-post-modal-container .edit-post-modal .post-modal-fileinput-container .post-modal-fileinput{display:none}.edit-post-modal-container .edit-post-modal .post-modal-fileinput-container .fileinput-label{background-color:#000;border-radius:.35rem;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;font-weight:500;padding:.35rem}.edit-post-modal-container .edit-post-modal .post-modal-fileinput-container .fileinput-label .img{align-items:center;display:flex;margin-right:.35rem}.edit-post-modal-container .edit-post-modal .btn-container button{background-color:#000;border:.25px solid #000;border-radius:.5rem;color:#fff;font-size:1.25rem;font-weight:500;padding:.35rem;transition:.5s}.edit-post-modal-container .edit-post-modal .btn-container .disabled-btn{cursor:not-allowed;opacity:.5}.edit-post-modal-container .edit-post-modal .btn-container .disabled-btn:active{-webkit-transform:scale(1);transform:scale(1)}.edit-post-modal-container .edit-post-modal .btn-container .btn:hover{background-color:#fff;color:#000;cursor:pointer}.edit-post-modal-container .edit-post-modal .btn-container .btn:active{background-color:#000;color:#fff}.edit-post-modal-container .edit-post-modal .btn-container .cancel{margin-left:.5rem}.small-loader{align-items:center;background-color:var(--blue-200);display:flex;height:100%;justify-content:center;opacity:.9;top:0;width:100%;z-index:9999}@media only screen and (max-width:900px){.login-page .login-modal{width:60%!important}}@media only screen and (max-width:450px){.login-page .login-modal{width:100%!important}}.login-page{align-items:center;background-color:#ccc;display:flex;height:100vh;justify-content:center;position:relative;width:100%}.login-page:before{background:url(https://picsum.photos/1280/720);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";filter:blur(12px);-webkit-filter:blur(12px);height:100vh;width:100%}.login-page .login-modal{background-color:#fff;border-radius:.5rem;box-shadow:0 54px 55px rgba(0,0,0,.25),0 -12px 30px rgba(0,0,0,.12),0 4px 6px rgba(0,0,0,.12),0 12px 13px rgba(0,0,0,.17),0 -3px 5px rgba(0,0,0,.09);padding:1rem;position:fixed;width:18rem;z-index:100}.login-page .login-modal .login-heading{font-size:1.2rem;font-weight:500;margin-bottom:1rem}.login-page .login-modal .input-title{font-size:1.05rem;font-weight:400}.login-page .login-modal .login input{font-size:1.05rem;font-weight:300;margin-top:.2rem;outline:0;padding:.25rem;width:100%}.login-page .login-modal .login .input-field-container{margin-bottom:1rem}.login-page .login-modal .login-btn{background-color:#000;border:.25px solid;border-radius:10px;color:#fff;font-size:1rem;margin-bottom:.5rem;padding:.25rem;transition:.5s;width:100%}.login-page .login-modal .login-btn:hover{background-color:#fff;color:#000;cursor:pointer}.login-page .login-modal .login-btn:active{background-color:#000;color:#fff}.login-page .login-modal .signup{background-color:initial;border:0;color:rgba(0,0,0,.8);cursor:pointer;display:block;margin:auto;padding:1rem 0 0}@media only screen and (max-width:900px){.signup-page .signup-modal{margin-top:1.5rem;width:60%!important}}@media only screen and (max-width:450px){.signup-page .signup-modal{margin-top:1.5rem;width:100%!important}}.signup-page{align-items:center;background-color:#ccc;display:flex;height:100vh;justify-content:center;position:relative;width:100%}.signup-page:before{background:url(https://picsum.photos/1280/720);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";filter:blur(12px);-webkit-filter:blur(12px);height:100vh;width:100%}.signup-page .signup-modal{background-color:#fff;border-radius:.5rem;box-shadow:0 54px 55px rgba(0,0,0,.25),0 -12px 30px rgba(0,0,0,.12),0 4px 6px rgba(0,0,0,.12),0 12px 13px rgba(0,0,0,.17),0 -3px 5px rgba(0,0,0,.09);padding:1rem;position:fixed;width:18rem;z-index:100}.signup-page .signup-modal .signup-heading{font-size:1.2rem;font-weight:500;margin-bottom:1rem}.signup-page .signup-modal .input-title{font-size:1.05rem;font-weight:400}.signup-page .signup-modal .signup input{font-size:1.05rem;font-weight:300;margin-top:.2rem;padding:.25rem;width:100%}.signup-page .signup-modal .signup .input-field-container{margin-bottom:.75rem}.signup-page .signup-modal .signup .input-field-container .error{color:#c80000;font-size:.75rem;margin-top:.25rem;padding:0}.signup-page .signup-modal .signup-btn{background-color:#000;border:0;border-radius:.25rem;color:#fff;font-size:1rem;margin-bottom:.5rem;padding:.25rem;transition:.5s;width:100%}.signup-page .signup-modal .signup-btn:hover{background-color:#fff;border:1px solid;color:#000;cursor:pointer}.signup-page .signup-modal .signup-btn:active{background-color:#000;color:#fff}@media only screen and (max-width:450px){.explore-page .header{width:100%!important}}.explore-page .header{background-color:hsla(0,0%,100%,.92);box-shadow:0 5px 20px -10px rgba(0,0,0,.45);position:fixed;width:50%}.explore-page .header .heading{font-size:1.75rem;font-weight:500;margin:.5rem;text-align:center}.explore-page .header .search-bar-container .search{background-color:hsla(0,0%,100%,.3);border:0;border-top:.1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.75);font-size:1.25rem;outline:0;padding:.75rem;width:100%}.explore-page .no-post-div{align-items:center;display:flex;height:80vh;justify-content:center;padding-top:7rem;width:100%}.explore-page .no-post-div p{font-size:1.5rem;font-weight:500}.explore-page .post-container{padding-top:7rem}.explore-page .post-container .not-found{align-items:center;display:flex;height:100vh;justify-content:center;margin-top:-7rem;padding:3rem;width:100%}.explore-page .post-container .not-found p{font-size:1.5rem;font-weight:500}.explore-page .post-container .loading-container{margin-bottom:1.5rem}.explore-page .post-container .loading-container p{font-size:1.5rem;padding:0 1.5rem;text-align:center}@media only screen and (max-width:900px){.profile-page .profile-btn-container button{font-size:1rem!important;margin:0 .25rem!important}.profile-page .img-container .cover-pic-container{height:200px!important}.profile-page .img-container .profile-pic-container{height:8rem!important;margin-left:.5rem!important;top:130px!important;width:8rem!important}.profile-page .img-container .profile-pic-container img:hover{-webkit-transform:scale(1)!important;transform:scale(1)!important}.profile-page .followers-btn-container button{margin-right:.5rem!important}.follower-following-modal-container .modal{width:70%!important}.profile-pic-zoom-modal-container .profile-pic-zoom-modal{height:10rem!important;width:10rem!important}.cover-pic-zoom-modal-container .cover-pic-zoom-modal{width:100%!important}}@media only screen and (max-width:450px){.follower-following-modal-container .modal{width:100%!important}.profile-page .img-container .profile-pic-container{height:5.5rem!important;top:90px!important;width:5.5rem!important}.profile-page .img-container .cover-pic-container{height:125px!important}.profile-edit-modal-container .profile-edit-modal{border-radius:0!important;height:100vh!important;width:100%!important}.profile-edit-modal-container .profile-edit-modal .edit-modal-header{border-top-left-radius:0!important;border-top-right-radius:0!important;bottom:0;justify-content:space-between;width:100%!important}.profile-edit-modal-container .profile-edit-modal .edit-user-data{margin-top:0!important}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .cover-pic-container{height:8rem!important}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .profile-pic-container{top:5rem!important}.profile-edit-modal-container .profile-edit-modal .edit-user-data .profile-content-container{margin-top:3.75rem!important;padding-bottom:3.5rem!important}.follower-following-modal-container .modal .following-or-followers .follower-div .follower-img-container{height:3rem!important;width:3rem!important}}.profile-page .img-container{position:relative}.profile-page .img-container .cover-pic-container{background-color:#000;cursor:pointer;display:flex;height:255px;position:relative;width:100%}.profile-page .img-container .profile-pic-container{align-items:center;border:2px solid #fff;border-radius:100%;cursor:pointer;display:flex;height:8.75rem;justify-content:center;margin-left:1rem;overflow:hidden;position:absolute;top:11.25rem;width:8.75rem}.profile-page .img-container .profile-pic-container img{height:100%;transition:.5s;width:auto}.profile-page .img-container .profile-pic-container img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.profile-page .profile-btn-container{display:flex;justify-content:flex-end;padding:.5rem 1rem}.profile-page .profile-btn-container .edit{background-color:#000;border-radius:.35rem;border-width:.25px;color:#fff;display:flex;font-size:1.1rem;justify-content:center;margin:0 .5rem;padding:.35rem;transition:.5s;width:8rem}.profile-page .profile-btn-container .edit .text{margin-left:.25rem}.profile-page .profile-btn-container .edit:hover{background-color:#fff;color:#000;cursor:pointer}.profile-page .profile-btn-container .edit:active{background-color:#000;color:#fff}.profile-page .profile-btn-container .logout{align-items:center;background-color:initial;border:0;border-radius:50px;cursor:pointer;display:flex;font-size:1.5rem;margin:0 .5rem;padding:0 .25rem;transition:.5s}.profile-page .profile-btn-container .logout:active{background-color:rgba(0,0,0,.3);-webkit-transform:scale(1);transform:scale(1)}.profile-page .content{margin:1rem}.profile-page .content .name-username .user-name{font-size:1.5rem;font-weight:600}.profile-page .content .name-username .user-username{color:rgba(0,0,0,.7);font-size:.85rem;font-style:italic;margin-bottom:.5rem}.profile-page .content .user-email:before{content:"Email: "}.profile-page .content .user-email{color:#000;display:inline-block;margin-bottom:.5rem;text-decoration:none}.profile-page .content .user-bio{margin-bottom:.5rem}.profile-page .content .link{color:#000}.profile-page .followers-btn-container{margin:1rem}.profile-page .followers-btn-container button{background-color:#000;border-radius:.35rem;border-width:.25px;color:#fff;font-size:1rem;margin-right:1rem;padding:.25rem 1rem;transition:.5s}.profile-page .followers-btn-container button:hover{background-color:#fff;color:#000;cursor:pointer}.profile-page .followers-btn-container button:active{background-color:#000;color:#fff}.profile-page .post-content{box-shadow:inset 0 8px 5px -8px rgba(0,0,0,.2);padding-top:1rem}.profile-page .post-content .not-posted{align-items:center;display:flex;height:20vh;justify-content:center;padding:3rem}.follower-following-modal-container{align-items:center;background-color:rgba(0,0,0,.2);display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:100%;z-index:1}.follower-following-modal-container .modal{background-color:#fff;border:.2px solid rgba(0,0,0,.2);border-radius:.35rem;box-shadow:0 30px 90px rgba(0,0,0,.4);padding:1rem;width:30%}.follower-following-modal-container .modal .close-btn{background-color:initial;border:0;border-radius:100px;cursor:pointer;font-size:1.15rem;margin:-.5rem 0 .5rem -.5rem;padding:.5rem}.follower-following-modal-container .modal .close-btn:active{background-color:rgba(0,0,0,.03)}.follower-following-modal-container .modal .none{align-items:center;display:flex;font-size:1.5rem;height:10rem;justify-content:center}.follower-following-modal-container .modal .following-or-followers{max-height:28rem;overflow:auto}.follower-following-modal-container .modal .following-or-followers::-webkit-scrollbar{width:3px}.follower-following-modal-container .modal .following-or-followers::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:10px}.follower-following-modal-container .modal .following-or-followers::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.6)}.follower-following-modal-container .modal .following-or-followers .follower-div{cursor:pointer}.follower-following-modal-container .modal .following-or-followers .follower-div:not(.follower-following-modal-container .modal .following-or-followers .follower-div:last-of-type){margin-bottom:1rem}.follower-following-modal-container .modal .following-or-followers .follower-div .follower-img-container{align-items:center;border-radius:100%;display:flex;height:5rem;justify-content:center;overflow:hidden;width:5rem}.follower-following-modal-container .modal .following-or-followers .follower-div .follower-img-container img{height:100%;width:auto}.follower-following-modal-container .modal .following-or-followers .follower-div{align-items:center;display:flex;justify-content:space-between}.follower-following-modal-container .modal .following-or-followers .follower-div .left-section{align-items:center;display:flex}.follower-following-modal-container .modal .following-or-followers .follower-div .left-section .details{margin-left:.5rem}.follower-following-modal-container .modal .following-or-followers .follower-div .left-section .details .follower-name{font-size:1.25rem;font-weight:500}.follower-following-modal-container .modal .following-or-followers .follower-div .left-section .details .follower-username{color:rgba(0,0,0,.8);font-size:.85rem;font-style:italic}.follower-following-modal-container .modal .following-or-followers .follower-div .unfollow{background-color:#000;border-radius:.35rem;border-width:.25px;color:#fff;font-size:1rem;padding:.25rem .5rem;transition:.5s}.follower-following-modal-container .modal .following-or-followers .follower-div .unfollow:hover{background-color:#fff;color:#000;cursor:pointer}.follower-following-modal-container .modal .following-or-followers .follower-div .unfollow:active{background-color:#000;color:#fff}.profile-pic-zoom-modal-container{align-items:center;background-color:rgba(0,0,0,.2);display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:100%;z-index:1}.profile-pic-zoom-modal-container .profile-pic-zoom-modal{align-items:center;background-color:#fff;border-radius:100%;box-shadow:0 30px 90px rgba(0,0,0,.4);display:flex;height:18rem;justify-content:center;overflow:hidden;width:18rem}.profile-pic-zoom-modal-container .profile-pic-zoom-modal img{height:100%;width:auto}.cover-pic-zoom-modal-container{align-items:center;background-color:rgba(0,0,0,.2);display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:100%;z-index:1}.cover-pic-zoom-modal-container .cover-pic-zoom-modal{align-items:center;background-color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.4);display:flex;overflow:hidden;width:80%}.profile-edit-modal-container{align-items:center;background-color:rgba(0,0,0,.2);display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:100%;z-index:1}.profile-edit-modal-container .profile-edit-modal{background-color:#fff;border:0;border-radius:.5rem;box-shadow:0 30px 90px rgba(0,0,0,.4);height:35rem;overflow:auto;position:relative;width:30rem}.profile-edit-modal-container .profile-edit-modal::-webkit-scrollbar{width:3px}.profile-edit-modal-container .profile-edit-modal::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:10px}.profile-edit-modal-container .profile-edit-modal::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.6)}.profile-edit-modal-container .profile-edit-modal .edit-modal-header{background-color:rgba(0,0,0,.85);border-top-left-radius:.5rem;border-top-right-radius:.5rem;display:flex;justify-content:space-between;overflow:hidden;position:fixed;width:30rem;z-index:1}.profile-edit-modal-container .profile-edit-modal .edit-modal-header .left-section{display:flex}.profile-edit-modal-container .profile-edit-modal .edit-modal-header .left-section .close-btn{background-color:initial;border:0;border-radius:100%;color:#fff;font-size:1.05rem;margin:.65rem 1rem .5rem .5rem;padding:.25rem;transition:.5s}.profile-edit-modal-container .profile-edit-modal .edit-modal-header .left-section .close-btn:hover{background-color:rgba(0,0,0,.2);cursor:pointer;opacity:.9}.profile-edit-modal-container .profile-edit-modal .edit-modal-header .left-section .heading{color:#fff;font-size:1.5rem;font-weight:500;margin:.5rem 1rem .5rem 0}.profile-edit-modal-container .profile-edit-modal .edit-modal-header .save-btn-container{align-items:center;display:flex}.profile-edit-modal-container .profile-edit-modal .edit-modal-header .save-btn-container .save{background-color:#000;border:0;border-radius:50px;color:#fff;font-size:1.15rem;font-weight:400;margin-right:1rem;padding:.25rem;transition:.5s;width:7rem}.profile-edit-modal-container .profile-edit-modal .edit-modal-header .save-btn-container .save:hover{background-color:rgba(0,0,0,.5);color:#fff;cursor:pointer;opacity:.8}.profile-edit-modal-container .profile-edit-modal .edit-modal-header .save-btn-container .save:active{background-color:#000;color:#fff}.profile-edit-modal-container .profile-edit-modal .edit-user-data{margin-top:2.97rem}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container{position:relative}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .cover-pic-container{display:flex;height:10rem;position:relative}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .cover-pic-container .edit-user-fileinput-container{align-items:center;display:flex;height:95%;justify-content:center;position:absolute;top:0;width:100%}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .cover-pic-container .edit-user-fileinput-container .edit-user-fileinput{display:none}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .cover-pic-container .edit-user-fileinput-container .fileinput-label{background-color:rgba(0,0,0,.5);border-radius:100%;color:#fff;font-size:1.5rem;height:2.5rem;padding:.5rem;transition:.5s;width:2.5rem}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .cover-pic-container .edit-user-fileinput-container .fileinput-label:hover{background-color:rgba(0,0,0,.7);cursor:pointer}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .profile-pic-container{margin-left:1rem;position:absolute;top:6.5rem}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .profile-pic-container .container{align-items:center;border:2px solid #fff;border-radius:100%;display:flex;height:6.5rem;justify-content:center;overflow:hidden;width:6.5rem}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .profile-pic-container .container img{height:100%;width:auto}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .profile-pic-container .edit-user-fileinput-container{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .profile-pic-container .edit-user-fileinput-container .edit-user-fileinput{display:none}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .profile-pic-container .edit-user-fileinput-container .fileinput-label{background-color:rgba(0,0,0,.5);border-radius:100%;color:#fff;font-size:1.5rem;height:2.5rem;padding:.5rem;transition:.5s;width:2.5rem}.profile-edit-modal-container .profile-edit-modal .edit-user-data .img-container .profile-pic-container .edit-user-fileinput-container .fileinput-label:hover{background-color:rgba(0,0,0,.7);cursor:pointer}.profile-edit-modal-container .profile-edit-modal .edit-user-data .profile-content-container{margin-top:3rem;padding:.5rem 1rem 1rem}.profile-edit-modal-container .profile-edit-modal .edit-user-data .profile-content-container *{display:block}.profile-edit-modal-container .profile-edit-modal .edit-user-data .profile-content-container label:not(:first-of-type){margin-top:.5rem}.profile-edit-modal-container .profile-edit-modal .edit-user-data .profile-content-container input{border-radius:.35rem;border-width:.15px;font-size:1.25rem;outline:0;padding:.5rem;width:100%}@media only screen and (max-width:900px){.single-post-page .comment-container{width:75%!important}}@media only screen and (max-width:450px){.single-post-page .header{width:100%!important}.single-post-page .comment-container{width:95%!important}.single-post-page .post-content .content{font-size:1rem!important}}.single-post-page{padding-top:3.75rem}.single-post-page .comment-container{margin:auto;width:65%}.single-post-page .header{align-items:center;background-color:hsla(0,0%,100%,.92);box-shadow:0 5px 20px -10px rgba(0,0,0,.45);display:flex;padding:.5rem;position:fixed;top:0;width:50%}.single-post-page .header .back-btn{background-color:initial;border:0;cursor:pointer;font-size:1.5rem;margin-bottom:-5px;margin-right:.5rem;padding:0 .5rem}.single-post-page .header .heading{font-size:1.5rem;font-weight:500}.single-post-page .posted-by{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.single-post-page .posted-by .left-section{align-items:center;cursor:pointer;display:flex}.single-post-page .posted-by .left-section .profile-pic-container{align-items:center;border-radius:100%;display:flex;height:3.5rem;justify-content:center;margin-right:.5rem;overflow:hidden;width:3.5rem}.single-post-page .posted-by .left-section .profile-pic-container img{height:100%;width:auto}.single-post-page .posted-by .left-section .name-username-date .name{font-size:1rem}.single-post-page .posted-by .left-section .name-username-date .username{color:rgba(0,0,0,.6);font-size:.85rem;font-style:oblique}.single-post-page .posted-by .left-section .name-username-date .date{color:rgba(0,0,0,.6);font-size:.85rem}.single-post-page .posted-by .right-section .kebab-menu-container .kebab-icon{background-color:initial;border:0;cursor:pointer;font-size:1.5rem}.single-post-page .posted-by .right-section .kebab-menu-container .menu{background-color:#fff;border-radius:.35rem;box-shadow:0 0 8px rgba(0,0,0,.4);margin-left:-4rem;margin-top:0;padding:.5rem;position:absolute;transition:.5s}.single-post-page .posted-by .right-section .kebab-menu-container .menu .option-1{margin-bottom:.35rem}.single-post-page .posted-by .right-section .kebab-menu-container .menu *{border-radius:.35rem;padding:.5rem}.single-post-page .posted-by .right-section .kebab-menu-container .menu :hover{background-color:#000;color:#fff;cursor:pointer;transition:.5s}.single-post-page .post-content{margin-bottom:1rem}.single-post-page .post-content .content{font-size:1.35rem;margin-bottom:1rem}.single-post-page .post-content .heart-modal-container{align-items:center;display:flex;height:100%;justify-content:center}.single-post-page .post-content .heart-modal-container .heart-modal{color:#f9fbe7;font-size:8rem;opacity:.9;position:absolute}.single-post-page .btn-container{display:flex;justify-content:space-evenly;margin-bottom:1rem}.single-post-page .btn-container button{align-items:center;background-color:initial;border:0;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;outline:0;padding:.5rem}.single-post-page .btn-container .like-btn-container{align-items:center;display:flex}.single-post-page .btn-container .like-btn-container .dislike{color:red}.comment-section .comment-input-div{align-items:center;border:1.1px solid rgba(0,0,0,.3);border-radius:.2rem;display:flex;margin-bottom:1rem}.comment-section .comment-input-div .comment-input{display:block;width:100%}.comment-section .comment-input-div .comment-input input{border:0;color:rgba(0,0,0,.7);font-size:1.25rem;outline:0;padding:.5rem;width:100%}.comment-section .comment-input-div .comment-input input::-webkit-input-placeholder{color:rgba(0,0,0,.4);font-size:1rem;font-style:italic}.comment-section .comment-input-div .comment-input input::placeholder{color:rgba(0,0,0,.4);font-size:1rem;font-style:italic}.comment-section .comment-input-div .add-comment{align-items:center;background-color:initial;border:0;cursor:pointer;display:flex;font-size:1.75rem;margin:0 .5rem;width:5%}.comment-section .comments .single-comment-div{border:.1px solid rgba(0,0,0,.1);border-radius:.45rem;margin-bottom:.5rem;padding:.5rem}.comment-section .comments .single-comment-div .commented-by{align-items:center;display:flex;justify-content:space-between}.comment-section .comments .single-comment-div .commented-by .left-section{align-items:center;cursor:pointer;display:flex}.comment-section .comments .single-comment-div .commented-by .profile-pic-container{align-items:center;border-radius:100%;display:flex;height:2.8rem;justify-content:center;margin-right:.35rem;overflow:hidden;width:2.8rem}.comment-section .comments .single-comment-div .commented-by .profile-pic-container img{height:100%;width:auto}.comment-section .comments .single-comment-div .commented-by .name-username-date .name{font-size:.9rem}.comment-section .comments .single-comment-div .commented-by .name-username-date .username{color:rgba(0,0,0,.7);font-size:.75rem;font-style:italic}.comment-section .comments .single-comment-div .commented-by .name-username-date .date{color:rgba(0,0,0,.7);font-size:.75rem}.comment-section .comments .single-comment-div .commented-by .right-section button{background-color:initial;border:0;cursor:pointer;font-size:1.15rem;padding-left:.35rem}.comment-section .comments .single-comment-div .content{font-size:1rem;margin:.35rem 0 0 .25rem}.comment-section .comments .single-comment-div .comment-input-div{margin:.35rem 0 0 .25rem}.comment-section .comments .single-comment-div .comment-input input{font-size:1rem;margin:0}.comment-section .comments .single-comment-div .reply-btn{background-color:initial;border:1px solid rgba(0,0,0,.1);border-radius:.35rem;color:rgba(0,0,0,.7);cursor:pointer;font-style:italic;margin:.35rem 0 0 .75rem;padding:.25rem .5rem}.comment-section .comments .single-comment-div .reply{margin:.5rem 0 0 3rem}.comment-section .comments .single-comment-div .reply .replied-by{align-items:center;cursor:pointer;display:flex}.comment-section .comments .single-comment-div .reply .replied-by .profile-pic-container{align-items:center;border-radius:100%;display:flex;height:2.8rem;justify-content:center;margin-right:.25rem;overflow:hidden;width:2.8rem}.comment-section .comments .single-comment-div .reply .replied-by .profile-pic-container img{height:100%;width:auto}.comment-section .comments .single-comment-div .reply .replied-by .name-username .name{font-size:.9rem}.comment-section .comments .single-comment-div .reply .replied-by .name-username .username{color:rgba(0,0,0,.7);font-size:.75rem;font-style:italic}.comment-section .comments .single-comment-div .reply .reply{font-size:1rem;margin:.35rem 0 0 .25rem}.comment-section .comments .single-comment-div .comment-reply-input-div{margin:.5rem 0 0 3rem}@media only screen and (max-width:900px){.navbar{width:15%!important}.navbar .nav-head{justify-content:center}.navbar .nav-head .nav-text{display:none}.navbar .nav-link{justify-content:center}.navbar .nav-link .nav-text{display:none}.navbar .btn-container .post-btn{border:0!important}.navbar .btn-container .post-btn:hover{background-color:initial!important;box-shadow:0 0 0 transparent!important;color:#000!important}.navbar .btn-container .post-btn .text{display:none}.navbar .profile .content{display:none!important}.post-modal-container .post-modal{width:80%!important}.post-modal-container .post-modal .btn-container button,.post-modal-container .post-modal .img-and-text .post-textarea,.post-modal-container .post-modal .post-modal-fileinput-container .fileinput-label{font-size:1rem!important}.post-modal-container .post-modal .post-modal-fileinput-container .fileinput-label .text{display:none}.post-modal-container .post-modal .btn-container .btn:hover{background-color:#000!important;color:#fff!important}.post-modal-confirmation-dialog-container .post-modal-confirmation-dialog{width:75%!important}}@media only screen and (max-width:450px){.navbar{background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.5);display:flex;flex-direction:row!important;height:10vh!important;justify-content:space-between!important;margin-top:90vh;padding:.25rem!important;width:100%!important}.navbar *{margin:0!important;padding:0!important}.navbar .nav-upper-section{display:flex;justify-content:space-between;width:70%}.navbar .nav-upper-section .nav-links{display:flex;justify-content:space-between;width:35%}.navbar .btn-container{align-items:center;display:flex;justify-content:center}.post-modal-container .post-modal{width:100%!important}.navbar .nav-head .home-icon{display:block!important}.navbar .nav-head .nav-img-container{display:none}}.navbar{align-items:flex-end;display:flex;flex-direction:column;height:100vh;justify-content:space-between;overflow:auto;padding:.25rem 2% .75rem;position:fixed;width:25%}.navbar::-webkit-scrollbar{width:3px}.navbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:10px}.navbar::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.6)}.navbar .nav-head{display:flex;font-family:Pacifico,cursive;font-size:2rem;transition:.5s}.navbar .nav-head:hover{cursor:pointer;-webkit-transform:scale(1.015);transform:scale(1.015)}.navbar .nav-head:active{-webkit-transform:scale(1);transform:scale(1)}.navbar .nav-head .nav-img-container{margin-right:.5rem;width:2rem}.navbar .nav-head .home-icon{display:none}.navbar .nav-links{margin-top:30%}.navbar .nav-links .nav-link{align-items:center;color:#000;display:flex;font-size:1.5rem;font-weight:500;margin:1rem 0;text-decoration:none;transition:.5s}.navbar .nav-links .nav-link:hover{text-shadow:0 0 3px rgba(0,0,0,.3)}.navbar .nav-links .nav-link .nav-img{margin-right:1rem}.navbar .btn-container .post-btn{align-items:center;background-color:initial;border:.25px dashed rgba(0,0,0,.5);border-radius:.5rem;display:flex;font-size:1.5rem;margin:2rem 0;padding:.5rem;transition:.5s ease;width:100%}.navbar .btn-container .post-btn:hover{background-color:#000;box-shadow:0 0 4px rgba(0,0,0,.25);color:#fff}.navbar .btn-container .post-btn .btn-img{margin-right:.75rem}.navbar .btn-container .post-btn:hover{cursor:pointer}.navbar .profile{cursor:pointer;display:flex}.navbar .profile .profile-pic-container{align-items:center;border-radius:100%;display:flex;height:3rem;justify-content:center;margin-right:.25rem;overflow:hidden;width:3rem}.navbar .profile .profile-pic-container img{height:100%;transition:.5s;width:auto}.navbar .profile .profile-pic-container img:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.navbar .profile .content{display:flex;flex-direction:column;justify-content:center}.navbar .profile .content .profile-name{font-size:1.25rem;font-weight:500}.navbar .profile .content .profile-username{font-size:.8rem;font-style:italic;font-weight:300}.navbar .profile .content .profile-username:before{content:"@"}.post-modal-container{align-items:center;background-color:rgba(0,0,0,.2);display:flex;height:100vh;justify-content:center;position:fixed;width:100%;z-index:1}.post-modal-container .post-modal{background-color:#fff;border:.2px solid rgba(0,0,0,.2);border-radius:.35rem;box-shadow:0 30px 90px rgba(0,0,0,.4);padding:1rem;width:30%}.post-modal-container .post-modal .close-btn{background-color:initial;border:0;border-radius:100px;cursor:pointer;font-size:1.15rem;margin:-.5rem 0 .5rem -.5rem;padding:.5rem;z-index:1}.post-modal-container .post-modal .close-btn:active{background-color:rgba(0,0,0,.03)}.post-modal-container .post-modal .img-and-text{display:flex}.post-modal-container .post-modal .img-and-text .profile-pic-container{align-items:center;border-radius:100%;display:flex;height:5rem;justify-content:center;margin-right:1rem;overflow:hidden;width:6rem}.post-modal-container .post-modal .img-and-text .profile-pic-container img{height:100%;width:auto}.post-modal-container .post-modal .img-and-text .post-textarea{background-color:initial;border:none;box-shadow:none;font-family:Montserrat,sans-serif;font-size:1.25rem;margin:0;outline:none;overflow:auto;padding:0 1rem 0 0;resize:none}.post-modal-container .post-modal .img-and-text .post-textarea::-webkit-scrollbar{width:3px}.post-modal-container .post-modal .img-and-text .post-textarea::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:10px}.post-modal-container .post-modal .img-and-text .post-textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.6)}.post-modal-container .post-modal .input-img-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto auto;position:relative;width:10rem}.post-modal-container .post-modal .input-img-container .remove-img{background-color:initial;border:0;color:#fc0101;cursor:pointer;font-size:2rem;position:fixed}.post-modal-container .post-modal .post-modal-hr{margin:1rem 0}.post-modal-container .post-modal .post-modal-foot{display:flex;justify-content:space-between}.post-modal-container .post-modal .post-modal-fileinput-container .post-modal-fileinput{display:none}.post-modal-container .post-modal .post-modal-fileinput-container .fileinput-label{background-color:#000;border-radius:.35rem;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;font-weight:500;padding:.35rem}.post-modal-container .post-modal .post-modal-fileinput-container .fileinput-label .img{align-items:center;display:flex;margin-right:.35rem}.post-modal-container .post-modal .btn-container button{background-color:#000;border:.25px solid #000;border-radius:.5rem;color:#fff;font-size:1.25rem;font-weight:500;padding:.35rem;transition:.5s}.post-modal-container .post-modal .btn-container .disabled-btn{cursor:not-allowed;opacity:.5}.post-modal-container .post-modal .btn-container .disabled-btn:active{-webkit-transform:scale(1);transform:scale(1)}.post-modal-container .post-modal .btn-container .btn:hover{background-color:#fff;color:#000;cursor:pointer}.post-modal-container .post-modal .btn-container .btn:active{background-color:#000;color:#fff}.post-modal-container .post-modal .btn-container .cancel{margin-left:.5rem}.post-modal-confirmation-dialog-container{align-items:center;background-color:rgba(0,0,0,.2);display:flex;height:100vh;justify-content:center;position:fixed;width:100%;z-index:1}.post-modal-confirmation-dialog-container .post-modal-confirmation-dialog{background-color:#fff;border:.2px solid rgba(0,0,0,.2);border-radius:.35rem;box-shadow:0 30px 90px rgba(0,0,0,.4);padding:1rem;width:20%}.post-modal-confirmation-dialog-container .post-modal-confirmation-dialog .confirmation-text{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.post-modal-confirmation-dialog-container .post-modal-confirmation-dialog .btn-container{display:flex;justify-content:space-between}.post-modal-confirmation-dialog-container .post-modal-confirmation-dialog .btn-container button{background-color:initial;border:0;cursor:pointer;font-size:1.15rem;padding:.25rem;transition:.5s;width:48%}.post-modal-confirmation-dialog-container .post-modal-confirmation-dialog .btn-container button:active{border-radius:20px}.post-modal-confirmation-dialog-container .post-modal-confirmation-dialog .btn-container .save{color:#2e7d32}.post-modal-confirmation-dialog-container .post-modal-confirmation-dialog .btn-container .save:active{background-color:#b4fe98;color:#1b5e20}.post-modal-confirmation-dialog-container .post-modal-confirmation-dialog .btn-container .discard{color:#e57373}.post-modal-confirmation-dialog-container .post-modal-confirmation-dialog .btn-container .discard:active{background-color:#ffcdd2;color:#ff1744}@media only screen and (max-width:450px){.bookmark-page .header{width:100%!important}}.bookmark-page .header{background-color:hsla(0,0%,100%,.92);box-shadow:0 5px 20px -10px rgba(0,0,0,.45);padding:.5rem;position:fixed;top:0;width:50%}.bookmark-page .header .heading{font-size:1.5rem;font-weight:500;text-align:center}.bookmark-page .no-post-div{align-items:center;display:flex;height:80vh;justify-content:center;padding-top:7rem;width:100%}.bookmark-page .no-post-div p{font-size:1.5rem;font-weight:500}.bookmark-page .post-container{padding-top:3.8rem}@media only screen and (max-width:900px){.people-desktop-view{width:35%!important}}@media only screen and (max-width:450px){.people-desktop-view{display:none}.people-mobile-view{align-items:center!important;background-color:rgba(0,0,0,.8);display:flex!important;height:90vh;justify-content:center!important;position:fixed;top:0;width:100vw;z-index:1}.toggle-people-mobile-view{bottom:12vh;display:block!important;left:1vh;position:fixed;z-index:1}}.people-desktop-view{height:100vh;padding:.25rem 2% .75rem;position:fixed;right:0;width:25%;z-index:0}.people-mobile-view{display:none}.people-mobile-view-modal{background-color:#fff;max-height:50vh;min-height:20vh;overflow:auto;width:95%}.toggle-people-mobile-view{background-color:rgba(0,0,0,.8);border:0;border-radius:100%;color:#fff;display:none;font-size:1rem;height:2.25rem;transition:.5s;width:2.25rem}@media only screen and (max-width:1000px){.people-component .user-data .user{flex-direction:column}}@media only screen and (max-width:900px){.people-component .user-data .user{flex-direction:row}}@media only screen and (max-width:675px){.people-component .user-data .user{flex-direction:column}}@media only screen and (max-width:450px){.people-component .user-data .user{flex-direction:row}}.people-component .head{font-size:1.5rem;font-weight:500;margin:.5rem auto 1rem;text-align:center}.people-component .user-data .no-one{text-align:center}.people-component .user-data .user{align-items:center;box-shadow:0 0 2px rgba(0,0,0,.2);cursor:pointer;display:flex;justify-content:space-between;margin:.5rem;padding:.25rem;transition:.5s}.people-component .user-data .user:hover{box-shadow:0 0 2px rgba(0,0,0,.4)}.people-component .user-data .user .left-section{align-items:center;display:flex}.people-component .user-data .user .profile-pic-container{align-items:center;border-radius:100%;display:flex;height:3rem;justify-content:center;overflow:hidden;width:3rem}.people-component .user-data .user .profile-pic-container img{height:100%;width:auto}.people-component .user-data .user .name-username{margin-left:.5rem}.people-component .user-data .user .name-username .name{font-size:.95rem}.people-component .user-data .user .name-username .username{color:rgba(0,0,0,.6);font-size:.75rem;font-style:oblique}.people-component .user-data .user .right-section .follow{background-color:#000;border-radius:.35rem;border-width:.1px;color:#fff;cursor:pointer;font-size:.85rem;padding:.25rem .5rem;transition:.5s}.people-component .user-data .user .right-section .follow:active{background-color:#fff;color:#000}.people-component .search-bar{border:.15px solid rgba(0,0,0,.4);border-radius:.35rem;display:block;margin:1rem auto;outline:0;padding:.5rem;width:90%}.people-component .search-results{background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.5);margin-left:.5rem;max-height:10rem;overflow:auto;position:absolute;width:16rem}.people-component .search-results .user{align-items:center;cursor:pointer;display:flex;margin:.75rem}.people-component .search-results .img-container{align-items:center;border-radius:100%;display:flex;height:3rem;justify-content:center;margin-right:.5rem;overflow:hidden;width:3rem}.people-component .search-results .img-container img{height:100%;width:auto}.people-component .search-results .username-name .name{font-size:.95rem}.people-component .search-results .username-name .username{color:rgba(0,0,0,.6);font-size:.8rem;font-style:italic}@media only screen and (max-width:900px){.individual-user-page .profile-btn-container button{font-size:1rem!important;margin:0 .25rem!important}.individual-user-page .img-container .cover-pic-container{height:200px!important}.individual-user-page .img-container .profile-pic-container{height:8rem!important;margin-left:.5rem!important;top:130px!important;width:8rem!important}.individual-user-page .img-container .profile-pic-container img:hover{-webkit-transform:scale(1)!important;transform:scale(1)!important}.individual-user-page .followers-btn-container button{margin-right:.5rem!important}}@media only screen and (max-width:450px){.individual-user-page .img-container .profile-pic-container{height:5.5rem!important;top:90px!important;width:5.5rem!important}.individual-user-page .img-container .cover-pic-container{height:125px!important}}.individual-user-page .img-container{position:relative}.individual-user-page .img-container .cover-pic-container{background-color:#000;cursor:pointer;display:flex;height:255px;position:relative;width:100%}.individual-user-page .img-container .profile-pic-container{align-items:center;border:2px solid #fff;border-radius:100%;cursor:pointer;display:flex;height:8.75rem;justify-content:center;margin-left:1rem;overflow:hidden;position:absolute;top:11.25rem;width:8.75rem}.individual-user-page .img-container .profile-pic-container img{height:100%;transition:.5s;width:auto}.individual-user-page .img-container .profile-pic-container img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.individual-user-page .profile-btn-container{display:flex;justify-content:flex-end;padding:.5rem 1rem}.individual-user-page .profile-btn-container .unfollow-follow{background-color:#000;border-radius:.35rem;border-width:.25px;color:#fff;display:flex;font-size:1.1rem;justify-content:center;margin:0 .5rem;padding:.35rem;transition:.5s;width:8rem}.individual-user-page .profile-btn-container .unfollow-follow:hover{background-color:#fff;color:#000;cursor:pointer}.individual-user-page .profile-btn-container .unfollow-follow:active{background-color:#000;color:#fff}.individual-user-page .content{margin:1rem}.individual-user-page .content .name-username .user-name{font-size:1.5rem;font-weight:600}.individual-user-page .content .name-username .user-username{color:rgba(0,0,0,.7);font-size:.85rem;font-style:italic;margin-bottom:.5rem}.individual-user-page .content .user-email:before{content:"Email: "}.individual-user-page .content .user-email{color:#000;display:inline-block;margin-bottom:.5rem;text-decoration:none}.individual-user-page .content .user-bio{margin-bottom:.5rem}.individual-user-page .content .link{color:#000}.individual-user-page .followers-btn-container{margin:1rem}.individual-user-page .followers-btn-container button{background-color:#000;border-radius:.35rem;border-width:.25px;color:#fff;font-size:1rem;margin-right:1rem;padding:.25rem 1rem;transition:.5s}.individual-user-page .followers-btn-container button:hover{background-color:#fff;color:#000;cursor:pointer}.individual-user-page .followers-btn-container button:active{background-color:#000;color:#fff}.individual-user-page .post-content{box-shadow:inset 0 8px 5px -8px rgba(0,0,0,.2);padding-top:1rem}.individual-user-page .post-content .not-posted{align-items:center;display:flex;height:20vh;justify-content:center;padding:3rem}
/*# sourceMappingURL=main.76931306.css.map*/