@import url(https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);*{box-sizing:border-box;font-family:Merriweather,serif;margin:0;padding:0}html{scroll-behavior:smooth}.link{text-decoration:none}.button2{background-color:transparent;border-radius:7px;color:#2e475d;height:35px;padding:5px 15px;text-transform:capitalize}.button2,button,input{border:2px solid #2e475d;font-weight:700;width:auto}button,input{border-radius:5px;height:auto;margin-bottom:20px;padding:0 20px}input:focus{border-color:#74c0fc;outline:none}button{background-color:#2e475d;color:#fff;font-size:15px;font-weight:400}.passwordInput{align-items:center;border:2px solid #2e475d;border-radius:7px;display:flex;height:40px;justify-content:space-between;margin-bottom:20px;overflow:hidden;width:400px}.passwordInput input{border:none;border-radius:0;height:100%;margin:0;width:90%}.passwordInput .icon{align-items:center;background-color:#fff;display:flex;height:40px;justify-content:center;width:10%}.passwordInput .icon i{color:#2e475d;font-size:13px}.passwordInput:has(input:focus){border-color:#74c0fc}.rectify{color:#2e475d;font-size:14px;font-weight:700}.rectify .link{color:#74c0fc}.rectify span{margin-left:3px}.rectify span:hover{cursor:pointer;text-decoration:underline}.error{color:red;font-size:13px;font-weight:700;height:20px;margin-bottom:15px;margin-top:-15px;width:400px}textarea{border-radius:5px;height:auto;min-height:150px;min-width:40%;padding:10px 20px;resize:none;width:auto}textarea:focus{outline:none}button.cancel{background-color:transparent;border:2px solid red;color:red}body{padding-top:98px}body:has(.dark){background-color:#1f2937}.dark .passwordInput{border:2px solid #d1d5db}.dark .rectify,.dark button{color:#d1d5db}.dark .error{color:red}@media screen and (max-width:420px){body{padding-top:78px}}header{background-color:#fff;height:90px;left:0;margin:0 auto;position:fixed;right:0;top:0;width:100%;z-index:4}header .header__container{align-items:center;display:flex;height:100%;justify-content:space-between;margin-inline:auto;max-width:824px;padding:0 20px;width:100%}header .header__container .left__side{height:40px;width:auto}header .header__container .left__side .content{align-items:center;display:flex;height:100%;justify-content:space-between;max-width:100%}header .header__container .left__side .content .ctas,header .header__container .left__side .content .profile{align-items:center;display:flex;height:100%;justify-content:space-between;width:200px}header .header__container .left__side .content .ctas{margin-left:20px}header .header__container .left__side .content .ctas button{display:block;margin:0}header .header__container .left__side .content .profile__menu{align-items:center;display:flex;height:auto;justify-content:space-between;margin-right:10px;width:auto}header .header__container .left__side .content .profile__menu .link,header .header__container .left__side .content .profile__menu p{color:#2e475d;font-size:14px;font-weight:bolder;margin:10px}header .header__container .left__side .content .profile__menu .link:hover,header .header__container .left__side .content .profile__menu p:hover{cursor:pointer;text-decoration:underline}header .header__container .left__side .content .controls,header .header__container .left__side .content .user__notices{align-items:center;display:flex;gap:10px;height:100%;justify-content:space-between;padding:0 10px;width:auto}header .header__container .left__side .content .controls button,header .header__container .left__side .content .user__notices button{background-color:transparent;border:none;margin:0;padding:0}header .header__container .left__side .content .controls i,header .header__container .left__side .content .user__notices i{color:#2e475d;font-size:12px}header .header__container .left__side .content .controls i:hover,header .header__container .left__side .content .user__notices i:hover{cursor:pointer}header .header__container .left__side .content .controls .unread,header .header__container .left__side .content .user__notices .unread{color:red}header .header__container .left__side .content .controls p:hover,header .header__container .left__side .content .user__notices p:hover{cursor:pointer}header .header__container .left__side .content .user__notices{position:relative}header .header__container .left__side .content .search i{color:#2e475d;font-size:12px;font-weight:bolder;margin-right:10px}header .header__container .left__side .content p.balance{font-size:12px;font-weight:bolder;margin-left:5px}header .header__container .left__side .content .phoneMenuBtn{display:none}header .header__container .left__side .content .desktop__menu{background-color:#fff;border-radius:5px;box-shadow:2px 2px 3px hsla(0,9%,94%,.781),-2px -2px 3px hsla(0,9%,94%,.781);height:320px;padding:10px;position:absolute;right:0;top:30px;width:205px;z-index:4}header .header__container .left__side .content .desktop__menu .profile{align-items:center;display:flex;height:40px;justify-content:flex-start;margin:0;width:100%}header .header__container .left__side .content .desktop__menu .profile .image{align-items:center;border:1px solid #2e475d;border-radius:50%;display:flex;height:30px;justify-content:center;margin-right:10px;width:30px}header .header__container .left__side .content .desktop__menu .profile .image img{border-radius:50%;height:100%;width:100%}header .header__container .left__side .content .desktop__menu .profile .image i{font-size:16px}header .header__container .left__side .content .desktop__menu .profile .text{color:#2e475d;font-size:14px}header .header__container .left__side .content .desktop__menu .profile .text:hover{text-decoration:underline}header .header__container .left__side .content .desktop__menu .menuItem{display:block;font-size:13px;font-weight:700;margin-bottom:10px;opacity:.8;text-align:right;width:100%}header .header__container .left__side .content .desktop__menu .menuItem span{display:block;font-size:12px;opacity:.4}header .header__container .left__side .content .desktop__menu .menuItem:hover{opacity:1;text-decoration:underline}header .header__container .left__side .content .desktop__menu .logout{color:red}header .header__container .left__side .content .desktop__menu button{background-color:transparent;border:none;color:#2e475d;height:30px;width:120px}header .header__container .left__side .username{color:#2e475d;font-family:Merriweather,serif;font-size:13px;margin-bottom:20px;margin-top:-5px;opacity:.6;text-align:right;text-transform:capitalize;width:auto;z-index:-2}header .header__container .left__side .register{background-color:#2e475d}header .header__container .left__side .register .link{color:#fff}header .header__container .left__side nav{align-items:center;display:flex;height:40px;justify-content:space-between;width:45%}header .header__container .link{color:#2e475d}header .topics{background-color:#fff;border:1px solid #bdbdbd;border-radius:2px;display:inline;height:auto;left:0;margin:0 auto;margin-inline:auto;max-width:824px;min-height:80px;padding:10px;position:absolute;right:0;text-transform:capitalize;top:80%;width:100%;width:auto;z-index:3}header .topics .link{color:#2e475d;display:inline-block;font-family:Lato,sans-serif;font-size:14px;margin-bottom:0;margin-right:20px}header .topics .link:hover{text-decoration:underline}.phoneMenu{display:none}@media screen and (max-width:520px){header{height:80px}header .header__container .left__side{max-width:200px;width:auto}header .header__container .left__side .content{margin:0;padding:0}header .header__container .left__side .content .ctas,header .header__container .left__side .content .profile__menu{display:none}header .header__container .left__side .content .controls,header .header__container .left__side .content .user__notices{margin-left:-5px;margin-top:-3px}header .header__container .left__side .content .phoneMenuBtn{color:#2e475d;display:block;font-size:14px}header .header__container .left__side .content .desktop__menu{display:none}.phoneMenu{background-color:#fff;display:block;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:4}.phoneMenu .top{align-items:center;display:flex;height:50px;justify-content:flex-end;padding:0 20px;width:100%}.phoneMenu .top .menuClose{align-items:center;background-color:transparent;border-radius:50%;color:#2e475d;display:flex;font-family:Lato,sans-serif;font-size:14px;font-weight:700;height:25px;justify-content:center;margin:0;padding:0;width:25px}.phoneMenu .content{height:auto;margin:10px auto;width:90%}.phoneMenu .content button{border-radius:0;margin:0;padding:0}.phoneMenu .content .link,.phoneMenu .content button{align-items:center;background-color:transparent;border:none;border-bottom:1px solid #2e475d;color:#2e475d;display:block;display:flex;font-family:Cabin,sans-serif;font-size:16px;justify-content:center;margin-bottom:20px;padding-bottom:5px;width:100%}}.dark header{background-color:#19222e}.dark header .header__container .left__side .content .controls i,.dark header .header__container .left__side .content .profile__menu .link,.dark header .header__container .left__side .content .profile__menu p,.dark header .header__container .left__side .content .user__notices i,.dark header .header__container h3.logo>.link{color:#d1d5db}.dark header .header__container .left__side .content .controls i.unread,.dark header .header__container .left__side .content .user__notices i.unread{color:red}.dark header .header__container .left__side .content .phoneMenuBtn,.dark header .header__container .left__side .content .search i,.dark header .header__container .left__side .content p.balance{color:#d1d5db}.dark header .header__container .left__side .content .desktop__menu{background-color:#19222e;box-shadow:2px 2px 3px hsla(0,3%,7%,.781),-2px -2px 3px rgba(29,28,28,.781)}.dark header .header__container .left__side .content .desktop__menu .profile .image{border:1px solid #d1d5db}.dark header .header__container .left__side .content .desktop__menu .menuItem,.dark header .header__container .left__side .content .desktop__menu .profile .text{color:#d1d5db}.dark header .header__container .left__side .content .desktop__menu .menuItem span{display:block;font-size:12px;opacity:.4}.dark header .header__container .left__side .content .desktop__menu .logout{color:red}.dark header .header__container .left__side .content .desktop__menu button{background-color:transparent;border:none;color:#2e475d;height:30px;width:120px}.dark header .header__container .left__side .username{color:#d1d5db;opacity:.9}.dark header .header__container .left__side .register{background-color:#d1d5db;border:2px solid #d1d5db}.dark header .header__container .left__side .register .link{color:#2e475d}.dark header .header__container .left__side .login{border:2px solid #d1d5db}.dark header .header__container .left__side .login .link{color:#d1d5db}.dark header .topics{background-color:#1f2937}.dark header .topics .link{color:#d1d5db}.dark .phoneMenu{background-color:#1f2937}.dark .phoneMenu .top .menuClose{border:2px solid #d1d5db;color:#d1d5db}.dark .phoneMenu .content .link,.dark .phoneMenu .content button{border-bottom:1px solid #d1d5db;color:#d1d5db}main{align-items:center;display:flex;flex-direction:column;height:80vh;justify-content:center;width:100%}main h3{color:#2e475d;margin-bottom:30px}main form{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}main form button,main form input{height:40px;width:400px}main form .forgotPassword{color:#2e475d;font-family:Lato,sans-serif;font-size:14px;margin-bottom:5px;text-align:right;width:400px}main form .forgotPassword:hover{text-decoration:underline}.dark main form .forgotPassword,.dark main h3{color:#d1d5db}.userInfo{align-items:flex-start;display:flex;gap:30px;height:auto;justify-content:center;padding:30px 0;width:100%}.userInfo .section__image{align-items:center;border:1px solid #2e475d;border-radius:50%;display:flex;height:100px;justify-content:center;position:relative;width:100px}.userInfo .section__image i{font-size:52px}.userInfo .section__image img{border-radius:50%;height:100%;width:100%}.userInfo .section__image input{display:none}.userInfo .section__image label{align-items:center;background-color:#fff;border:1px solid #2e475d;border-radius:50%;bottom:10px;display:block;display:flex;height:30px;justify-content:center;position:absolute;right:-10px;width:30px}.userInfo .section__image label i{color:#2e475d;font-size:16px}.userInfo .section__text{height:100%;max-width:calc(90% - 100px);min-width:40%;width:auto}.userInfo .section__text h3{font-size:28px;font-weight:400;margin:0}.userInfo .section__text .bio{align-items:center;display:flex;height:auto;justify-content:space-between;width:100%}.userInfo .section__text .bio .icon{align-items:center;background-color:#fff;border:1px solid #2e475d;border-radius:50%;display:flex;height:30px;justify-content:center;margin-left:10px;width:32px}.userInfo .section__text .bio .icon i{font-size:12px}.userInfo .section__text p{color:#2e475d;font-size:14px;margin-top:10px;opacity:.7;width:100%}.userInfo .section__text .subs{align-items:center;display:flex;justify-content:flex-start;margin-top:10px;width:auto}.userInfo .section__text .subs .subCount{align-items:center;display:flex;height:auto;justify-content:flex-start;min-width:30px;width:auto}.userInfo .section__text .subs .subCount .icon{align-items:center;display:flex;height:auto;justify-content:center;margin-right:8px;opacity:.5;width:auto}.userInfo .section__text .subs .subCount .icon i{font-size:14px}.userInfo .section__text .subs .subCount p{align-items:center;display:flex;font-size:14px;font-weight:700;justify-content:center;margin:0}.userInfo .section__text .subs button{font-size:12px;height:30px;margin:0 0 0 20px;min-width:100px;padding:0 10px;width:auto}.userInfo .section__text .subs .link{align-items:center;background-color:#1f2937;border-radius:5px;color:#d1d5db;display:flex;font-size:13px;height:30px;justify-content:center;margin:0 0 0 20px}.userInfo .section__text .subs .link:hover{text-decoration:underline}.userInfo .section__text .subs .block{background-color:transparent;border:2px solid red;color:red;padding:0 10px}.userInfo .section__text .subs .unblock{background-color:transparent;color:#2e475d}@media screen and (max-width:560px){.userInfo{align-items:flex-start;display:flex;gap:15px;justify-content:flex-start}.userInfo .section__image{height:70px;margin-right:0;width:70px}.userInfo .section__text{max-width:calc(90% - 45px);width:auto}.userInfo .section__text h3{margin-bottom:3px}}.dark .userInfo .section__text h3{color:#d1d5db}.dark .userInfo .section__text .bio{color:#fff}.dark .userInfo .section__text .bio .icon{background-color:#fff;border:1px solid #d1d5db}.dark .userInfo .section__text .bio .icon i{color:#2e475d}.dark .userInfo .section__text .subs .subCount .icon i,.dark .userInfo .section__text .unblock,.dark .userInfo .section__text p{color:#d1d5db}section.popup{align-items:center;background:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;opacity:1;position:fixed;top:0;width:100%;z-index:5;z-index:3}section.popup .container{height:auto;max-width:500px;width:100%}section.popup h3{font-size:13px;font-weight:700;margin-bottom:40px;text-align:center;width:100%}section.popup .actions{align-items:center;display:flex;gap:20px;justify-content:space-between;max-width:540px;width:90%}section.popup .actions button{font-weight:700;margin:0}section.popup form{width:100%}section.popup form input{height:40px;width:90%}.formPopUp textarea{margin-bottom:20px;min-height:200px;width:95%}section.confirmPopUp .actions{align-items:center;display:flex;justify-content:center;margin-top:20px}section.confirmPopUp .actions .opt1{background-color:red;border:none}section.confirmPopUp .actions .opt2{background-color:transparent;color:#2e475d}section.confirmPopUp button{height:35px}@media screen and (max-width:560px){section.popup .container h3{margin:10px auto 30px;width:90%}section.popup .container .actions{align-items:flex-start;flex-direction:column}section.popup .container .actions button{width:70%}section.confirmpopUp{background-color:red}}.dark section.popup{background-color:#1f2937}.dark section.confirmPopUp .actions button.opt1,.dark section.popup p{color:#d1d5db}.dark section.confirmPopUp .actions button.opt2{background-color:transparent;border:2px solid #fff;color:#fff}.dark .formPopUp form p.error{color:red;font-size:14px;margin-top:2px}.likes{align-items:center;display:flex;justify-content:center}.likes .active,.likes .dislike{opacity:.9}.likes .active i,.likes .dislike i{color:#4063eb}.likes .dislike i{color:red}.rating i,.rating p{font-size:16px;opacity:.6}.rating i:hover,.rating p:hover{cursor:pointer}.rating .up:hover{color:blue}.rating .down:hover{color:red}.dark i,.dark p{color:#d1d5db}.errorOccurred,.loading{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:auto;justify-content:center;max-height:200px;overflow:hidden;width:100%}.errorOccurred img,.loading img{height:100%;opacity:.6}.errorOccurred p{color:red;margin-bottom:20px}.errorOccurred button{font-size:14px;height:35px;width:120px}.dark .errorOccurred,.dark .loading{background-color:#1f2937}#sponsors{border:1px solid #f3f4f6;border-radius:5px;box-shadow:2px 2px 3px #f3f4f6,-2px -2px 3px #f3f4f6;height:auto;margin-top:40px;max-width:924px;padding:20px}#sponsors .sponsors_intro{font-family:Cabin,sans-serif;margin-bottom:20px;opacity:.6;text-align:center}#sponsors .sponsors__container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);height:auto;margin-bottom:20px}#sponsors .sponsors__container .loading{grid-column:2/3;height:170px}#sponsors .sponsors__container .sponsor{background-color:#f3f4f6;border-radius:5px;box-shadow:2px 2px 3px #f3f4f6;height:100px;width:100%}#sponsors .sponsors__container .sponsor .image{border-radius:5px;display:block;height:100%;width:100%}#sponsors .sponsors__container .sponsor .image img{border-radius:5px;height:100%;width:100%}#sponsors .sponsors__container .sponsor .empty{display:flex;font-size:14px;font-weight:700;height:100%;opacity:.6;text-transform:lowercase;width:100%}#sponsors .button,#sponsors .sponsors__container .sponsor .empty{align-items:center;font-family:Cabin,sans-serif;justify-content:center}#sponsors .button{background-color:#2e475d;border-radius:3px;color:#fff;display:block;display:flex;font-size:13px;height:40px;margin:0 auto;text-align:center;text-decoration:none;width:150px}.dark #sponsors{border:1px solid #e5e7eb;box-shadow:none}.dark #sponsors .sponsors_intro{color:#d1d5db}.dark #sponsors .sponsors__container .sponsor{box-shadow:none}.blogPreview{background-color:#fff;border-radius:5px;height:auto;margin-inline:auto;margin-bottom:20px;max-width:824px;padding:10px 20px;width:100%}.blogPreview .link{color:#2e475d}.blogPreview .content{height:auto;width:100%}.blogPreview .content .leadImage{float:right;height:70px;margin:10px 0 10px 10px;width:140px}.blogPreview .content .leadImage img{height:100%;width:100%}.blogPreview .content h3.preview__heading{font-family:Lato,sans-serif;font-size:20px;margin-bottom:10px}.blogPreview .content p{font-family:Lato,sans-serif}.blogPreview .content .actions{align-items:center;display:flex;gap:20px;height:20px;justify-content:flex-start;margin-top:10px;width:100%}.blogPreview .content .actions .action{align-items:center;display:flex;height:100%;justify-content:flex-start;width:auto}.blogPreview .content .actions .action .icon{align-items:center;display:flex;font-size:13px;height:100%;justify-content:center;margin-right:10px;opacity:.3;width:20px}.blogPreview .content .actions .action .icon:hover{cursor:pointer}.blogPreview .content .actions .action .icon i{font-size:13px}.blogPreview .content .actions .action .active,.blogPreview .content .actions .action .dislike{opacity:.9}.blogPreview .content .actions .action .active i,.blogPreview .content .actions .action .dislike i{color:#4063eb}.blogPreview .content .actions .action .dislike i{color:red}.blogPreview .content .actions .rating i.up{margin:0!important}.blogPreview .content .actions .rating p{margin:0 10px 0 0;padding:0}.blogPreview .content .actions p{font-family:Cabin,sans-serif;font-size:12px;font-weight:400;margin-right:10px;opacity:.8}.blogPreview .content .actions .username.link{font-size:14px}.blogPreview .content .actions .blog_controls{align-items:center;background-color:#bdbdbd;display:flex;height:20px;justify-content:center;margin-left:auto;position:relative;width:30px}.blogPreview .content .actions .blog_controls i{font-size:12px}.blogPreview .content .actions .blog_controls:hover{cursor:pointer}.blogPreview .content .actions .blog_controls .controls_sub{background-color:#fff;border:1px solid #bdbdbd;border-radius:2px;height:auto;position:absolute;right:-100px;top:20px;width:200px}.blogPreview .content .actions .blog_controls .controls_sub .elem{align-items:center;border-bottom:1px solid #bdbdbd;color:#2e475d;display:flex;font-size:14px;font-weight:700;height:45px;justify-content:center;opacity:.8;text-decoration:none;width:100%}.blogPreview .content .actions .blog_controls .controls_sub .elem:hover{background-color:#bdbdbd}.blogPreview .content .actions .blog_controls .controls_sub .elem:last-child{border:none}.blogPreview .content .actions .comments{color:#000;text-decoration:none}.dark .blogPreview{background-color:#293448}.dark .blogPreview .link{color:#d1d5db}.dark .blogPreview .actions .action .icon{color:#e5e7eb}.dark .blogPreview .actions p{color:#fff}.dark .blogPreview .actions .blog_controls{background-color:#bdbdbd}.dark .blogPreview .actions .blog_controls i{color:#2e475d}.dark .blogPreview .actions .blog_controls .controls_sub{background-color:#293448;border:1px solid #1f2937}.dark .blogPreview .actions .blog_controls .controls_sub .elem{border-bottom:1px solid #bdbdbd;color:#d1d5db}.dark .blogPreview .actions .blog_controls .controls_sub .elem:hover{background-color:#1f2937}.dark .blogPreview .actions .blog_controls .controls_sub .elem:last-child{border:none}@media screen and (max-width:760px){.blogPreview .content .leadImage{height:55px;margin-bottom:3px;width:100px}.blogPreview .content .link h3{font-size:16px;margin-bottom:5px}.blogPreview .content .actions{gap:12px}.blogPreview .content .actions .action{margin-right:0;width:auto}.blogPreview .content .actions .action .icon{margin-right:0}.blogPreview .content .actions .action .icon i{font-size:12px}.blogPreview .content .actions .action p{font-size:12px;margin-left:4px;margin-right:4px}.blogPreview .content .actions .username.link,.blogPreview .content .actions p{font-size:12px}.blogPreview .content .actions .blog_controls .controls_sub{right:-33px;width:120px}.blogPreview .content .actions .blog_controls .controls_sub .elem{font-size:12px}}.upvotes{height:200px;margin-inline:auto;margin-top:30px;max-width:824px;padding:0;width:100%;width:90%}.upvotes .tips{height:50px;position:relative;width:100%}.upvotes .tips,.upvotes .tips .tippers{align-items:center;display:flex;justify-content:flex-start}.upvotes .tips .tippers{height:100%;margin-left:20px;padding-left:40px;width:200px}.upvotes .image{height:50px;margin-left:30px;margin-top:20px;width:auto}.upvotes .image img{height:100%;width:160px}.dark .upvotes .tips{color:#d1d5db}.upvote{align-items:center;border:2px solid #bdbdbd;border-radius:3px;display:flex;height:100%;justify-content:flex-start;min-width:120px;padding:0 10px;width:auto}.upvote i{font-size:20px;font-weight:700;margin-right:10px}.upvote p{font-size:16px;font-weight:700}.tipForm{background-color:#fff;margin-inline:auto;margin:0 auto;max-width:824px;padding:20px 0;position:absolute;top:-5px;width:100%;z-index:2}.tipForm .container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:480px;width:100%}.tipForm .container label{margin-bottom:20px}.tipForm .container label span{font-weight:700;opacity:.7}.tipForm .container input{width:100%}.tipForm .container .actions{align-items:center;display:flex;justify-content:flex-start}.tipForm .container .actions button{width:150px}.tipForm .container .actions .cancel{margin-left:20px}.tipForm .container .actions .waiting{align-items:center;border:none;border-radius:0;display:flex;height:35px;justify-content:center;opacity:.5}@media screen and (max-width:560px){.upvote{min-width:100px}}.dark .tipForm{background-color:#374151}.tipper{align-items:center;background-color:#fff;border:1px solid #bdbdbd;border-radius:50%;display:flex;height:45px;justify-content:center;position:relative;width:45px}.tipper:nth-child(n+1){margin-left:-20px}.tipper:hover{border:2px solid #4063eb;cursor:pointer}.tipper img{border-radius:50%;height:100%;width:100%}.tipper i{color:#bdbdbd;font-size:20px}.tipper .blog_info{background-color:#fff;border:1px solid #bdbdbd;border-radius:3px;color:#2e475d;display:block;font-size:14px;left:20px;max-width:none;min-width:200px;padding:10px;position:absolute;top:30px;width:auto}.dark .tipper{background-color:#1f2937}.dark .tipper .blog_info{background-color:#19222e;color:#d1d5db}main.profile{display:block;height:auto;margin-inline:auto;margin-bottom:30px;margin-top:30px;max-width:824px;padding:0 20px;width:100%}main.profile .blocked{align-items:center;display:flex;justify-content:center;margin-top:70px;opacity:.5}#articles{height:auto;margin-top:30px;min-height:40vh;padding:20px 0;width:100%}#articles,.noblogs,.profileLoading{background-color:#f3f4f6}.noblogs{align-items:center;display:flex;font-weight:700;height:40vh;justify-content:center;text-align:center;width:100%}.dark #articles,.dark .noblogs{background-color:#19222e}.dark .noblogs{color:#d1d5db}.account{height:auto;margin-inline:auto;max-width:824px;padding:0 20px;width:100%}.account h3{font-family:Lato,sans-serif;font-size:18px}.account .details{align-items:flex-start;display:flex;gap:20px;height:auto;justify-content:space-between;margin-top:20px;width:100%}.account .details h3{border-bottom:1px solid #bdbdbd;height:40px;margin-bottom:20px;text-align:center}.account .details .email,.account .details .password{background-color:#f3f4f6;border:1px solid #bdbdbd;border-radius:3px;height:auto;padding:30px 20px 50px;width:50%}.account .details .email button,.account .details .password button{border-radius:0;height:40px}.account .details .email p{font-family:Lato,sans-serif;font-size:14px;font-weight:700}.account .details .email .email__address{align-items:center;border:1px solid #bdbdbd;border-radius:3px;display:flex;font-family:Lato,sans-serif;font-size:14px;height:40px;justify-content:flex-start;margin-top:10px;opacity:.5;padding:0 10px;width:100%}.account .details .email .warning{color:red;font-weight:400;margin-bottom:5px;margin-top:20px}.account .details .email .desc{font-size:13px;font-weight:400;margin-top:10px;opacity:.5}.account .details .password button{display:block;font-family:Lato,sans-serif;margin:0 auto;padding:0 40px}.account .details .password form input,.account .details .password form label{display:block}.account .details .password form label{font-family:Lato,sans-serif;font-size:14px;font-weight:700;margin-bottom:10px}.account .details .password form input{border-radius:3px;font-family:Lato,sans-serif;height:40px;width:100%}.account .details .password form p.error{font-family:Lato,sans-serif;margin-top:5px;width:100%}.account .details .password form .controls{align-items:center;display:flex;justify-content:center;margin-top:20px;width:100%}.account .details .password form .controls #cancel{background-color:transparent;border:none;color:#2e475d;text-decoration:underline}.account .waiting{opacity:.6}@media screen and (max-width:660px){.account h3{text-align:center}.account .details{flex-direction:column}.account .details .email,.account .details .password{margin:0 auto;max-width:540px;width:100%}}.dark .account h3{color:#d1d5db}.dark .account .details h3{text-align:center}.dark .account .details .email,.dark .account .details .password{background-color:#1f2937;border:none}.dark .account .details .email p{color:#fff}.dark .account .details .email .email__address{background-color:#374151;color:#fff}.dark .account .details .password form input,.dark .account .details .password form label{display:block}.dark .account .details .password form label{color:#fff}.dark .account .details .password form input{background-color:#374151;border:none;color:#fff}.dark .account .details .password form input:focus{border:none}.dark .account .details .password form .controls{align-items:center;display:flex;justify-content:center;margin-top:20px;width:100%}.dark .account .details .password form .controls .change{background-color:#bdbdbd;border:none;color:#2e475d;font-weight:700}.dark .account .details .password form .controls #cancel{color:#d1d5db}.notFound{align-items:center;display:flex;font-family:Lato,sans-serif;font-size:18px;height:90vh;justify-content:center;margin-inline:auto;max-width:824px;padding:0 20px;text-transform:uppercase;width:100%;word-spacing:8px}.dark .notFound{color:#d1d5db}.comingSoon{align-items:center;display:flex;height:90vh;justify-content:center;margin-inline:auto;max-width:824px;padding:0 20px;width:100%}.comingSoon h3{font-size:42px}section.createBlog{height:auto;margin-inline:auto;max-width:824px;min-height:30vh;padding:0 20px;width:100%}section.createBlog p{color:#2e475d;font-weight:700}section.createBlog .controls{align-items:center;display:flex;gap:20px;height:40px;justify-content:flex-end;margin-bottom:10px;margin-left:auto;width:auto}section.createBlog .controls .delete{color:red;font-size:14px;font-weight:700}section.createBlog .controls .delete:hover{cursor:pointer;text-decoration:underline}section.createBlog .controls .actions{align-items:center;display:flex;gap:10px;height:100%;justify-content:space-between;margin:0;width:50%}section.createBlog .controls .actions .discard{background-color:red;border:none}section.createBlog .controls .actions .draft{background-color:transparent;border:2px solid #74c0fc;color:#74c0fc}section.createBlog .controls button{border-radius:0}section.createBlog .controls a{color:#2e475d;font-size:12px}section.createBlog .controls button{border:none;display:block;margin:0;padding:10px;width:auto}section.createBlog .controls .draft,section.createBlog .controls button.waiting{opacity:.5}section.createBlog .controls .draft{width:150px}section.createBlog .adds{align-items:center;display:flex;height:40px;justify-content:flex-start;margin-bottom:30px;width:100%}section.createBlog .adds input{display:none}section.createBlog .adds button,section.createBlog .adds label{background-color:transparent;border:none;color:#2e475d;font-size:14px;margin:0;padding:0 5px;text-decoration:underline;width:auto}section.createBlog .adds button:hover,section.createBlog .adds label:hover{cursor:pointer}section.createBlog .adds .blogSelectedTopics{font-family:Lato,sans-serif;font-size:13px;font-weight:400;height:auto;margin-right:20px;max-width:80%;text-transform:capitalize;width:auto}section.createBlog .adds .blogSelectedTopics span{font-family:Lato,sans-serif}section.createBlog .editors{height:auto;position:relative;width:100%}section.createBlog .editors section.selectedTopics{background-color:#fff;border:1px solid #bdbdbd;border-radius:5px;height:60vh;left:0;margin-inline:auto;margin:0 auto;max-width:824px;padding:0;position:absolute;right:0;text-transform:capitalize;top:0;width:100%;z-index:2}section.createBlog .editors section.selectedTopics .topics{align-items:flex-start;display:flex;height:auto;justify-content:space-between;min-height:30px;padding:5px}section.createBlog .editors section.selectedTopics .topics .left{height:auto;width:80%}section.createBlog .editors section.selectedTopics .topics button{align-self:center;font-size:12px;height:30px}section.createBlog .editors section.selectedTopics .topics span{border:2px solid #bdbdbd;border-radius:4px;display:inline-block;font-size:13px;margin-bottom:5px;margin-right:10px;padding:3px 5px}section.createBlog .editors section.selectedTopics .topics span i{font-size:10px;margin:0 0 0 4px}section.createBlog .editors section.selectedTopics .select{background-color:#fff;height:auto;max-height:92.5%;overflow-y:scroll;padding:10px 0;text-transform:capitalize;width:100%}section.createBlog .editors section.selectedTopics .select .topicItem{color:#2e475d;font-size:13px;margin-bottom:2px;padding-left:20px}section.createBlog .editors section.selectedTopics .select .topicItem:hover{background-color:#3b82f6}section.createBlog .editors article.editor{border-radius:5px;color:#2e475d;font-size:14px;height:100%;margin-bottom:30px;width:100%}section.createBlog .editors article.editor p{font-weight:400;line-height:30px}section.createBlog .editors article.header p{font-weight:700}.blogError{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;margin-inline:auto;margin:0 auto;max-width:824px;min-height:90vh;padding:0 20px;position:fixed;right:0;top:80px;width:100%;z-index:3}.blogError button{height:40px;margin-top:20px}.blogWaiting{align-items:center;background-color:#fff;display:flex;font-weight:700;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2}.blogWaiting p{opacity:.6}@media screen and (max-width:860px){section.createBlog .adds{margin-top:20px}section.createBlog .adds label{font-size:13px;min-width:120px}section.createBlog .adds button.edit_topics{font-size:13px}.blogError{min-height:calc(100vh - 60px);top:60px}}.dark section.createBlog h2,.dark section.createBlog p{color:#d1d5db}.dark section.createBlog .controls a{color:#d1d5db;font-size:12px}.dark section.createBlog .controls button.delete{color:red}.dark section.createBlog .controls button{color:#d1d5db;font-weight:700}.dark section.createBlog .adds button,.dark section.createBlog .adds label,.dark section.createBlog .editors section.selectedTopics .topics .left span{color:#d1d5db}.dark section.createBlog .editors section.selectedTopics .topics .left span i{opacity:.5}.dark .blogError,.dark section.createBlog .editors section.selectedTopics{background-color:#1f2937}.dark .blogError p{color:red}.dark .blogWaiting{background-color:#1f2937;color:#d1d5db}main.blog{display:block;height:auto}main.blog .article__image{align-items:center;display:flex;height:280px;justify-content:center;overflow:hidden;width:100%}main.blog .article__image img{-webkit-filter:blur(2px);filter:blur(2px);height:250%;width:100%}main.blog .article__image:before{color:#fff;content:attr(data-heading);font-family:Cabin,sans-serif;font-size:36px;font-weight:700;max-width:80%;opacity:1;position:absolute;text-align:center;text-shadow:2px 2px 3px #000;width:auto;z-index:3}main.blog .blog__content .content{border-bottom:2px solid #bdbdbd;line-height:25px;margin-inline:auto;margin-top:50px;max-width:824px;padding:0 20px 50px;width:100%}main.blog .blog__content .content img{margin-block:20px;width:100%}main.blog .blog__content .content p{font-size:18px;line-height:28px;opacity:.8}main.blog .blog__content .content a{color:#4063eb;opacity:.8}main.blog .blog__content .content blockquote{padding-left:20px;position:relative}main.blog .blog__content .content blockquote:before{background-color:#bdbdbd;content:"";height:100%;left:0;position:absolute;width:5px}main.blog .blog__content .rating{margin-top:15px}main.blog .blog__content .rating p{margin:0 15px}main.blog .blog__content #sponsors{border:1px solid #bdbdbd;margin:-50px auto 0;margin-inline:auto;max-width:824px;padding:20px;width:100%}main.blog .blog__content #sponsors .sponsor{border:1px solid #bdbdbd}main.blog .blog__content #sponsors button{font-size:15px;height:40px;width:170px}.blocked{align-items:center;display:flex;justify-content:center;margin-top:70px;opacity:.5}#comments{background-color:#f3f4f6;border-top:1px solid #bdbdbd;margin-top:10px;position:relative}#comments .comments__container{height:auto;margin-inline:auto;max-width:824px;padding:50px 0;width:100%;width:auto}#comments .comments__container h3{font-size:24px;margin-bottom:20px}#comments .comments__container textarea{border:1px solid #2e475d;border-radius:0;display:block;font-size:16px;margin:0 auto;min-height:100px;width:98%}#comments .comments__container textarea::-webkit-scrollbar{display:none}#comments .comments__container textarea:focus{border-radius:0;outline:none;resize:vertical}#comments .comments__container button{border-radius:0;height:40px;margin-top:20px}#comments .comments__container button.waiting{opacity:.6}#comments .comments__container .content{margin-top:30px;min-height:200px;padding:0}@media screen and (max-width:860px){main.blog .article__image{height:230px}main.blog .blog__content .content p{font-size:14px}#comments,#comments .comments__container{padding-inline:5px}#comments .comments__container h3{margin-left:10px}}.dark main.blog .blog__content{background-color:#374151;margin-inline:auto;max-width:824px;padding:20px 20px 0;width:100%}.dark main.blog .blog__content .content{color:#d1d5db}.dark #comments{background-color:#19222e}@media screen and (max-width:860px){.dark main.blog .blog__content{padding-inline:0}}body:has(section.block){align-items:center;display:flex;justify-content:center;padding:0}body:has(section.block) .actions{margin-top:30px}body:has(section.block) .actions .block{background-color:transparent;border:2px solid red;color:red}body:has(section.block) .actions .cancel{color:#2e475d}body:has(section.block) .actions .cancel:hover{text-decoration:underline}.dark section.block .actions .cancel{color:#d1d5db}.saved{margin-inline:auto;max-width:824px;padding:0 20px;width:100%}.saved h3{margin-bottom:30px;opacity:.6}.saved p.nothing{font-weight:700;margin-top:50px;opacity:.6;text-align:center}.dark h3{color:#d1d5db}.author_info{align-items:flex-start;display:flex;justify-content:flex-start;margin-inline:auto;margin-top:40px;max-width:824px;min-height:120px;padding:0 20px;width:100%}.author_info .image{align-items:center;align-self:center;border-radius:50%;display:flex;height:100px;justify-content:center;margin-right:20px;width:100px}.author_info .image img{border-radius:50%;height:100%;width:100%}.author_info .image i{color:#bdbdbd;font-size:42px}.author_info .image.icon{border:2px solid #bdbdbd}.author_info .desc{height:100%;width:auto}.author_info .desc .actions{align-items:center;display:flex;justify-content:flex-start;margin-bottom:10px}.author_info .desc .actions .link,.author_info .desc .actions p{color:#2e475d}.author_info .desc .actions p{opacity:1}.author_info .desc .actions p .link{font-size:15px;margin-left:3px}.author_info .desc .actions .edit,.author_info .desc .actions .subscribe{background-color:transparent;border:1px solid #2e475d;border-radius:5px;color:#2e475d;font-size:12px;margin:0 10px 0 0;padding:5px 10px}.author_info .desc .actions .subscribers{align-items:center;display:flex;justify-content:flex-start}.author_info .desc .actions .subscribers .icon{height:15px;margin-right:10px;width:15px}.author_info .desc .actions .subscribers .icon i{font-size:14px;opacity:.5}.author_info .desc .actions .subscribers p{font-size:14px}.author_info .desc p{font-size:16px;margin-right:20px;opacity:.7}.author_info .desc p .link{font-weight:700}.author_info .desc p .link:hover{cursor:pointer}.author_info .desc .bio,.author_info .desc .topics{font-size:14px;height:auto;margin-bottom:5px;min-height:20px;opacity:.7;width:100%}.author_info .desc .topics{font-family:Lato,sans-serif;text-transform:capitalize}.author_info .desc .userTime{align-items:center;display:flex;justify-content:flex-start}.author_info .desc .userTime .complain{align-items:center;background-color:#bdbdbd;display:flex;height:25px;justify-content:center;position:relative;width:35px}.author_info .desc .userTime .complain .drop{background-color:#fff;border:1px solid #bdbdbd;border-radius:3px;height:auto;left:0;overflow:hidden;position:absolute;top:25px;width:170px;z-index:2}.author_info .desc .userTime .complain .drop .drop_elem{align-items:center;background-color:#fff;border-bottom:1px solid #bdbdbd;color:#000;display:flex;font-size:14px;font-weight:700;height:45px;justify-content:center;opacity:.8;text-decoration:none;width:100%}.author_info .desc .userTime .complain .drop .drop_elem:hover{background-color:#bdbdbd;cursor:pointer}.author_info .desc .editTime{font-size:13px;margin-top:10px}@media screen and (max-width:720px){.author_info .image{height:70px;width:70px}.author_info .desc{max-width:calc(90% - 45px)}.author_info .desc .actions{align-items:flex-start;flex-direction:column;gap:10px}.author_info .desc .actions .subscribers{order:3}.author_info .desc .actions .subscribe{order:2}.author_info .desc .bio{margin-bottom:10px}}.dark .author_info .desc .actions .link,.dark .author_info .desc .actions p{color:#d1d5db}.dark .author_info .desc .actions .edit,.dark .author_info .desc .actions .subscribe{border:1px solid #d1d5db;color:#d1d5db}.dark .author_info .desc .bio{color:#d1d5db}.dark .author_info .desc .userTime .complain{background-color:#bdbdbd}.dark .author_info .desc .userTime .complain .drop{background-color:#19222e;border:1px solid #1f2937}.dark .author_info .desc .userTime .complain .drop .drop_elem{background-color:#1f2937;border-bottom:1px solid #bdbdbd;color:#d1d5db}.dark .author_info .desc .userTime .complain .drop .drop_elem:hover{background-color:#19222e}.dark .author_info .desc .userTime .complain .drop .drop_elem:last-child{border:none}.dark .author_info .desc .editTime{font-size:13px;margin-top:10px}.blogControls{align-items:center;display:flex;gap:30px;height:40px;justify-content:flex-start;margin-inline:auto;max-width:824px;padding:0 20px;width:100%}.blogControls .control{align-items:center;color:#2e475d;display:flex;gap:15px;height:auto;justify-content:space-between;width:auto}.blogControls .control i{font-size:14px}.blogControls .control:hover{color:red;cursor:pointer}.blogControls .control p{font-family:Cabin,sans-serif;font-size:16px}.blogControls .booked{color:red}.blogControls .views:hover{color:#2e475d}.dark .blogControls .control.booked i,.dark .blogControls .control.booked p{color:red}.comment{border-left:2px solid #2e475d;display:block;margin-bottom:30px;min-height:90px;padding:10px 0 10px 20px;position:relative;width:98%}.comment .reply_info{color:#2e475d;font-size:13px;margin-bottom:10px}.comment .actions{align-items:center;background-color:#bdbdbd;display:flex;float:right;height:25px;justify-content:center;margin-left:5px;width:30px}.comment .actions .controls_sub{background-color:#fff;border:1px solid #bdbdbd;border-radius:2px;height:auto;position:absolute;right:-100px;top:35px;width:200px}.comment .actions .controls_sub .elem{align-items:center;border-bottom:1px solid #bdbdbd;color:#2e475d;display:flex;font-size:14px;font-weight:700;height:45px;justify-content:center;opacity:.8;text-decoration:none;width:100%}.comment .actions .controls_sub .elem:hover{background-color:#bdbdbd}.comment .actions .controls_sub .elem:last-child{border:none}.comment .actions i{color:#fff}.comment .interactions{height:auto;margin-top:10px}.comment .interactions,.comment .interactions .left{align-items:center;display:flex;justify-content:flex-start}.comment .interactions .left{width:60%}.comment .interactions .left .rating{gap:10px}.comment .interactions .left .rating .icon{align-items:center;display:flex;justify-content:center;margin:0}.comment .interactions .left img{border-radius:50%;height:40px;margin-left:10px;width:40px}.comment .interactions .left .link{color:#2e475d;margin-left:10px}.comment .interactions .left .link:hover{text-decoration:underline}.comment .interactions .left>div{border:1px solid #bdbdbd;height:40px;margin-right:15px;width:120px}.comment .interactions .right{align-items:center;display:flex;justify-content:flex-start;width:40%}.comment .interactions .right .time{margin-left:10px;opacity:.7}.comment .interactions .right .reply{margin-left:20px;opacity:1}.comment .interactions .right .reply:hover{text-decoration:underline}.comment .interactions .tipForm{background-color:#f3f4f6;height:auto;left:0;min-height:120px;width:100%}.comment .interactions .tipForm .container{height:auto;margin:0 auto;max-width:450px;width:98%}.comment .interactions .tipForm .container label{margin-bottom:5px}.comment .interactions .tipForm .container input{height:40px;width:100%}.comment .interactions .tipForm .container .actions{align-items:center;background-color:transparent;gap:10px;height:auto;margin-top:-14px;padding:0;width:100%}.comment .interactions .tipForm .container .actions button{margin:0;width:140px}.comment .showReplies{color:blue;margin-top:10px;text-decoration:underline}.replies{margin-left:5%;width:95%}.replyForm{align-items:flex-start;background-color:#f3f4f6;bottom:0;display:flex;height:auto;justify-content:center;left:-4px;margin-inline:auto;margin:auto;max-width:824px;padding:0 20px;position:absolute;right:0;top:10px;width:100%;z-index:2}.replyForm .container{height:auto;margin-top:70px;min-height:200px;width:100%}.replyForm .container textarea{width:100%}.replyForm .container button{min-width:170px}.replyForm .container .waiting{opacity:.5}.replyForm .container .cancel{margin-left:20px}.activeReply{background-color:#aa73b4}@media screen and (max-width:860px){.comment{font-size:13px;padding-left:15px}.comment .interactions{align-items:flex-start;flex-direction:column;height:auto;width:100%}.comment .interactions .left,.comment .interactions .right{width:100%}.comment .interactions .left p,.comment .interactions .right p{font-size:13px}.comment .interactions .left>div{padding:0 10px;width:70px}.comment .interactions .left .author_img,.comment .interactions .left .fa-user{margin-left:-7px}.comment .interactions .left .author_img{height:25px;width:25px}.comment .interactions .right{margin-top:10px}.comment .interactions .right p{font-size:13px;font-weight:700;min-width:150px}.replies{margin-left:2%;width:98%}}.dark .comment .reply_info{color:#d1d5db}.dark .comment .interactions .link,.dark .comment .interactions .time{color:#d1d5db;opacity:.7}.dark .comment .interactions .tipForm{background-color:#19222e}.dark .comment .interactions .tipForm label{color:#d1d5db}.dark .replyForm{background-color:#1f2937}.dark .activeReply{background-color:#324932}.homepage{background-color:#f3f4f6;height:auto;min-height:400px;padding:20px 0 50px}.homepage .container{margin-inline:auto;max-width:824px;padding:0 20px;width:100%}.homepage .container .blogs{height:auto;width:100%}.dark .homepage{background-color:#1f2937}@media screen and (max-width:420px){.homepage{padding-inline:0}.homepage .container{padding:0 10px}}section.search{background-color:#f3f4f6;height:auto;padding-top:30px}section.search .container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-inline:auto;max-width:824px;min-height:60vh;padding:0 20px;width:100%}section.search .container form{align-items:center;background-color:#fff;border:2px solid #bdbdbd;border-radius:3px;display:flex;height:auto;justify-content:space-between;margin-bottom:10px;padding:0 1%;width:100%}section.search .container form input{border:0;border-radius:0;font-size:16px;height:45px;margin:0;width:95%}section.search .container form button{align-items:center;background-color:transparent;border-color:#bdbdbd;display:flex;height:30px;justify-content:center;margin:0;padding:0 15px;width:20px}section.search .container form button i{color:#2e475d}section.search .container .example{font-size:14px;font-weight:700}section.search .container .example span{font-style:italic;font-weight:400}section.search .container .results{margin-top:30px}section.search .container .results .empty{margin-top:30px;opacity:.6}.dark section.search{background-color:#1f2937}section.report{height:auto;margin-inline:auto;max-width:824px;padding:0 20px;width:100%}section.report h3,section.report p{margin-bottom:20px}section.report .editor{border-radius:20px;height:auto;margin-bottom:30px}section.report button{border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;margin-top:20px;padding:14px 20px;width:100%}section.report .saved{text-align:center}.sponsorships{height:auto;margin-inline:auto;max-width:824px;padding:0 20px;position:relative;width:100%}.sponsorships h3{margin-bottom:20px}.sponsorships table{gap:0;height:auto;width:100%}.sponsorships tr{height:auto;min-height:80px}.sponsorships tr:last-child td{border:0}.sponsorships td{border-bottom:1px solid #bdbdbd;font-size:14px;padding:10px}.sponsorships td img{border-radius:50%;height:50px;width:50px}.sponsorships td .approved{color:green;font-weight:700}.sponsorships td .status{opacity:.7}.sponsorships td span{font-size:12px;margin-top:3px;opacity:.5}.sponsorships td span:hover{cursor:pointer;text-decoration:underline}.sponsorships td .cancel{color:red;font-size:14px}.sponsorships td .cancel:hover{cursor:pointer;text-decoration:underline}.nothingHere{margin-top:100px;opacity:.5;text-align:center}.insufficientFunds{align-items:center;background-color:#f3f4f6;display:flex;flex-direction:column;height:130%;justify-content:center;left:0;margin-inline:auto;max-width:824px;padding:0 20px;position:absolute;top:0;width:100%;z-index:2}.insufficientFunds button{height:40px;margin-top:20px;width:120px}.dark .nothingHere,.dark table{color:#d1d5db}.dark .insufficientFunds{background-color:#1f2937}section.passwordReset{align-items:flex-start;align-self:center;display:flex;flex-direction:column;justify-content:center;margin-inline:auto;max-width:824px;min-height:200px;padding:0 20px;width:100%;width:500px}section.passwordReset h3{font-size:14px;margin-bottom:20px}section.passwordReset input{height:40px;width:400px}section.passwordReset button{height:40px}section.passwordReset label{display:block;font-size:14px;margin-bottom:10px}section.passwordReset .error{height:auto}body:has(section.passwordReset){align-items:center;display:flex;justify-content:center;padding:0}.dark section.passwordReset label{color:#d1d5db}.newSponsorship,.newSponsorshipForm{height:auto;margin-inline:auto;margin-top:50px;max-width:824px;padding:0 20px;width:100%}.newSponsorship h3{font-family:Lato,sans-serif;font-size:25px;margin-bottom:20px}.newSponsorship p{line-height:30px}.newSponsorship p.notice{margin-bottom:50px;opacity:.8}.newSponsorship button{border-radius:0;height:40px;margin-top:10px}.newSponsorship .limitExceeded{opacity:.5}.newSponsorshipForm input,.newSponsorshipForm label{display:block}.newSponsorshipForm input{border:1px solid #2e475d;border-radius:0;height:40px;width:80%}.newSponsorshipForm label{margin-bottom:10px}.newSponsorshipForm button{border-radius:0;height:40px}.newSponsorshipForm .waiting{opacity:.4}.newSponsorshipForm #promo_image{display:none}.newSponsorshipForm label.adImage{border:1px solid #bdbdbd;border-radius:50%;height:100px;margin-bottom:25px;position:relative;width:100px}.newSponsorshipForm label.adImage p{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.newSponsorshipForm label.adImage img{border-radius:50%;height:100%;width:100%}.newSponsorshipForm label.adImage span{align-items:center;background-color:#fff;border:1px solid #bdbdbd;border-radius:50%;bottom:0;display:flex;font-size:20px;height:30px;justify-content:center;position:absolute;right:0;width:30px}.newSponsorshipForm .error{font-family:Lato,sans-serif;font-size:14px;font-weight:700;margin-top:25px}.dark .newSponsorshipForm label{color:#d1d5db}.dark .newSponsorshipForm label.adImage span{color:#2e475d}.requests{height:auto;margin-inline:auto;max-width:824px;padding:0 20px;width:100%}.requests h3{margin-bottom:20px}.requests .request{align-items:center;border:2px solid #bdbdbd;border-radius:5px;display:flex;height:auto;justify-content:flex-start;margin-bottom:20px;padding:10px 20px;width:100%}.requests .request .image{height:50px;width:50px}.requests .request .image img{border-radius:50%;height:100%;width:100%}.requests .request .desc{color:#2e475d;font-size:14px;height:auto;margin-left:20px;opacity:.8;text-decoration:none;width:70%}.requests .request .desc:hover{text-decoration:underline}.requests .request .moderate{font-size:14px}h3.nothingHere{margin-top:200px}.dark .requests .request .desc{color:#d1d5db}.requestSponsorship{height:auto;margin-inline:auto;margin-top:20px;max-width:824px;padding:0 20px;width:100%}.requestSponsorship img{border-radius:50%;height:250px;width:40%}.requestSponsorship a{display:block;font-weight:700;margin-bottom:20px;text-decoration:none}.requestSponsorship p{color:#2e475d;margin-bottom:30px;margin-top:30px}.requestSponsorship button{display:block;font-size:14px;height:40px;width:120px}@media screen and (max-width:580px){.requestSponsorship img{display:block;height:250px;margin:0 auto;width:250px}.requestSponsorship button{width:300px}}.dark p{color:#d1d5db}.notifications{height:auto;margin-inline:auto;max-width:824px;padding:0 20px;width:100%}.notifications .actions{align-items:center;border-bottom:2px solid gray;display:flex;height:auto;justify-content:flex-end;margin-top:10px;padding-bottom:20px;width:100%}.notifications .actions .filter,.notifications .actions button{border-radius:0;color:#fff;font-family:Lato,sans-serif;font-size:12px;font-weight:700;margin:0;text-transform:uppercase}.notifications .actions .filter{align-items:center;background-color:#2e475d;border:1px solid #bdbdbd;display:flex;justify-content:space-between;margin-right:20px;padding:3px 10px;position:relative}.notifications .actions .filter p{font-family:Lato,sans-serif}.notifications .actions .filter i{font-size:12px;margin-right:10px}.notifications .actions .filter .filter_options{background-color:#fff;border:1px solid #bdbdbd;border-radius:3px;height:auto;left:-25px;overflow:none;position:absolute;top:25px;width:130px;z-index:2}.notifications .actions .filter .filter_options .option{border-bottom:1px solid #bdbdbd;color:#2e475d;padding:8px 10px;text-transform:capitalize}.notifications .actions .filter .filter_options .option:last-child{border:none}.notifications .actions .filter .filter_options .option:hover{background-color:#f3f4f6}.notifications .actions button{background-color:#5a95db;border:0;height:22px}.notifications .content{margin-top:20px}.notifications .content .notification{border-bottom:1px solid #bdbdbd;height:auto;margin-bottom:20px;padding:10px 5px;width:100%}.notifications .content .notification:hover{background-color:#bdbdbd}.notifications .content .notification .title{align-items:flex-start;display:flex;height:auto;justify-content:flex-start}.notifications .content .notification .title .unread{align-self:center;background-color:#5a95db;border-radius:50%;height:7px;margin-right:7px;width:7px}.notifications .content .notification .title p{font-family:Lato,sans-serif;font-size:14px}.notifications .content .notification .timestamp{font-size:12px;height:20px;margin-top:5px;opacity:.6}.notifications .content .notification .attached_content{border-left:2px solid #bdbdbd;font-size:12px;margin-top:10px;opacity:.7;padding:10px;width:100%}.waiting.notifications{align-items:center;display:flex;height:80vh;justify-content:center}.waiting.notifications img{height:50px;opacity:.5;width:50px}.dark .notifications .actions .filter .filter_options{background-color:#19222e;border:1px solid #bdbdbd}.dark .notifications .actions .filter .filter_options .option{color:#d1d5db}.dark .notifications .actions .filter .filter_options .option:hover{background-color:#f3f4f6;color:#2e475d}.dark .notifications .actions button{background-color:#5a95db;border:0;height:22px}.dark .notifications .content{margin-top:20px}.dark .notifications .content .notification:hover{background-color:hsla(0,0%,91%,.075)}.dark .notifications .content .notification .attached_content{color:#d1d5db}body{background-color:#fff;min-height:100vh;overflow-x:hidden;width:100%}
/*# sourceMappingURL=main.e7075df3.css.map*/