.website_page{width:100%;max-width:100vw}header{background:url(/images/header_bg.svg);background-position:bottom;background-size:cover;background-repeat:no-repeat;height:56px;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:100;width:100%}header .menu_icon{display:none}header .menu_icon:hover{border:none!important}header .custom_container{display:flex;align-items:center;justify-content:space-between}header .logo{min-width:130px}header .logo img{width:105px}header .links ul{justify-content:center;gap:30px;margin:0}header .links ul,header .links ul li,header .links ul li .link{display:flex;align-items:center}header .links ul li .link{gap:8px;font-size:17px;font-weight:600;color:#57463ca1;text-decoration:none;background:none;text-transform:uppercase;transition:all .2s}header .links ul li .link.active,header .links ul li .link:hover{color:#57463C}header .links ul li .link img{height:20px}header .icons{display:flex;align-items:center;justify-content:center;gap:20px}header .icons .icon{background:none;font-size:20px;color:#7C5B46;position:relative}header .icons img{height:24px;cursor:pointer}header .icons .unread_count{position:absolute;top:-3px;right:-3px;background-color:#9D6E40;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;width:16px;font-size:11px;line-height:1;padding:3px}header .header_right{display:flex;align-items:center;gap:13px;min-width:130px;justify-content:flex-end}header .header_right .batns{display:flex;align-items:center;gap:7px}header .header_right .link{font-size:16px;font-weight:700;color:#EFE4D7;background-color:#291B12;border-radius:8px;border:1px solid #291b12;padding:10px 14px;transition:all .3s;display:flex;align-items:center;gap:6px;max-height:38px}header .header_right .link svg{height:20px;width:20px}header .header_right .link:hover{border:1px solid #291b12;background:none;color:#291B12}header .header_right .link.light{border-color:transparent;background:none;color:#291B12}header .header_right .link.light:hover{background-color:#291B12;color:#EFE4D7}header .header_right .profile{display:flex;align-items:center;gap:8px}header .header_right .profile .img{width:42px;height:42px;border-radius:50%;overflow:hidden;position:relative}header .header_right .profile .img img{width:100%;height:100%;object-fit:cover}header .header_right .profile .img .profile_border{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.08);width:100%;height:100%}header .header_right .profile .profile_dropdown{position:absolute;top:calc(100% + 15px);right:-9px;width:290px;background-color:#F3E8DB;border-radius:20px;padding:20px;box-shadow:0 4px 15px rgba(0,0,0,.3);z-index:1000;cursor:default;display:flex;flex-direction:column}header .header_right .profile .profile_dropdown:before{content:"";position:absolute;top:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #efede6}header .header_right .profile .profile_dropdown .dropdown_header{display:flex;align-items:center;gap:16px;margin-bottom:20px}header .header_right .profile .profile_dropdown .dropdown_header .img{width:65px;height:65px;border-radius:50%;position:relative;flex-shrink:0}header .header_right .profile .profile_dropdown .dropdown_header .info{display:flex;flex-direction:column;gap:6px}header .header_right .profile .profile_dropdown .dropdown_header .name{font-size:19px;font-weight:800;color:#291B12;font-family:Melma,sans-serif;text-transform:uppercase}header .header_right .profile .profile_dropdown .dropdown_header .info .email{font-size:14px;font-weight:500;color:#291b1262;word-break:break-all}header .header_right .profile .profile_dropdown .divider{width:100%;height:1px;background-color:#D2B99B;margin-bottom:10px}header .header_right .profile .profile_dropdown .dropdown_item{display:flex;align-items:center;gap:14px;padding:10px 0;font-size:18px;color:#291B12;text-decoration:none;font-weight:500;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:all .2s}header .header_right .profile .profile_dropdown .dropdown_item:hover{color:#9D6E40}header .header_right .profile .profile_dropdown .dropdown_item svg{font-size:24px;color:#57463C}header .header_right .profile .profile_dropdown .dropdown_item:hover svg{color:#9D6E40}header .header_right .profile .profile_dropdown .dropdown_item.logout,header .header_right .profile .profile_dropdown .dropdown_item.logout svg{color:#C0392B}header .header_right .profile .profile_dropdown .dropdown_item.logout:hover,header .header_right .profile .profile_dropdown .dropdown_item.logout:hover svg{color:#A93226}header .header_right .icon{background:none;border:none}header .header_right .icon img{height:22px}.header_overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:90}.react-offcanvas{position:fixed;top:0;left:-280px;width:260px;height:100vh;background:#DFC8B1;padding:20px;z-index:100;transition:left .3s ease;box-shadow:2px 0 15px rgba(0,0,0,.1);color:#EDE1D4;overflow:auto}.react-offcanvas ul{display:flex;flex-direction:column;gap:10px;margin-top:20px}.react-offcanvas .link{color:#867369;background-color:#EBDAC9;width:100%;display:flex;align-items:center;gap:9px;padding:10px 13px;border-radius:6px;font-weight:600;border:1px solid #d2b99b;text-transform:uppercase}.react-offcanvas .link.search{display:none}.react-offcanvas .btn-close svg{color:#57463C}.react-offcanvas .link img{height:18px}.react-offcanvas.show{left:0}.btn-close{width:20px;height:20px;background:transparent;border:none;font-size:22px;line-height:20px;cursor:pointer}.search-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#EBDAC9;width:95%;max-width:800px;padding:10px;border-radius:18px;z-index:1001;height:85vh;display:flex;flex-direction:column}.search-modal .close{font-size:12px;padding:9px;border-radius:200px;position:absolute;top:0;right:0;transform:translate(30%,-30%);z-index:10;background-color:#DFC8B1}.search-modal input{width:100%;background-color:#F3E8DB;padding:13px 42px;border-radius:12px;border:none;color:#7C5B46;font-size:16px}.search-modal input:focus{outline:1px solid #99806F}.search-modal input::placeholder{color:#99806F}.search-modal .action{font-size:17px;text-transform:uppercase;font-weight:700;color:#EBDAC9;background-color:#5A4032;border-radius:6px;padding:12px;margin:10px 26px 0 auto;width:fit-content;display:block;border:1px solid #5a4032;transition:all .2s;cursor:pointer}.search-modal .action:hover{background:none;color:#5A4032}.search-modal .action:disabled{opacity:.5;cursor:not-allowed}.search-modal .search{position:relative}.search-modal .search .search_icon{position:absolute;top:50%;left:16px;transform:translateY(-50%)}.search-modal .search .cross{position:absolute;top:50%;right:16px;transform:translateY(-50%)}.search-modal .close-btn{background:none;border:none;position:absolute;top:14px;right:14px;font-size:22px;cursor:pointer}.search_overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000}.search-modal .search_tabs{display:flex;padding:16px 0;gap:16px;border-bottom:1px solid #99806f36}.search-modal .search_tabs .search_tab{background:none;font-size:14px;font-weight:500;color:#7C5B46}.search-modal .search_tabs .search_tab.active{color:#291B12;font-weight:700}.search-modal .wrapper{padding:0 26px;position:relative;height:100%;overflow:auto;margin-top:20px}.search-modal .wrapper::-webkit-scrollbar{width:5px}.search-modal .wrapper::-webkit-scrollbar-thumb{background-color:#7C5B46;border-radius:100px}.search-modal .search_section_wrapper{display:grid;grid-template-columns:repeat(1,1fr);gap:15px;margin-top:8px}.search-modal .search_section_wrapper.digital_art{display:block}.search-modal .search_section_wrapper .search_item{background-color:#F3E8DB;border-radius:10px;padding:16px;width:100%;transition:all .2s}.search-modal .search_section_wrapper .search_item.disabled{opacity:.6}.search-modal .search_section_wrapper .search_item .img{width:100%;height:220px;border-radius:10px;background-size:cover;background-position:50%;background-repeat:no-repeat;padding:10px;display:flex;justify-content:flex-end;align-items:flex-start;background-color:#DFC8B1;position:relative}.search-modal .search_section_wrapper .search_item .img .added_badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#5C321E;color:#F3E8DB;padding:6px 18px;border-radius:100px;font-weight:700;font-size:16px;z-index:2;box-shadow:0 4px 8px rgba(0,0,0,.2)}.search-modal .search_section_wrapper .search_item .img .likes{display:flex;align-items:center;gap:20px}.search-modal .search_section_wrapper .search_item .img .likes .like{display:flex;align-items:center;gap:6px}.search-modal .search_section_wrapper .search_item .img .likes .like p{font-size:20px;text-transform:uppercase;font-weight:700;color:#EBDAC9;text-shadow:1px 1px 1px #000000a6}.search-modal .search_section_wrapper .search_item .img .likes .like img{height:21px;filter:drop-shadow(1px 1px 1px #000000b3)}.search-modal .search_section_wrapper .search_item .title{font-size:20px;text-transform:uppercase;color:#48382B;margin:20px 0;font-family:Melma;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.3;overflow-wrap:break-word;word-break:break-word}.search-modal .search_section_wrapper .search_item .meta{display:flex;align-items:center;justify-content:space-between;gap:15px}.search-modal .search_section_wrapper .search_item .meta .author{display:flex;align-items:center;gap:6px}.search-modal .search_section_wrapper .search_item .meta .author .author_img{height:45px;width:45px;border:1px solid #7c5b46;border-radius:100px;overflow:hidden}.search-modal .search_section_wrapper .search_item .meta .author .author_img img{width:100%;height:100%;object-fit:cover}.search-modal .search_section_wrapper .search_item .meta .author .author_info .label{font-size:12px;font-weight:medium;text-transform:uppercase;color:#99806F;display:block}.search-modal .search_section_wrapper .search_item .meta .author .author_info .name{font-size:16px;font-weight:700;color:#7C5B46;text-transform:capitalize;margin-top:6px}.search-modal .search_section_wrapper .search_item .meta .rating{display:flex;align-items:center;gap:20px}.search-modal .search_section_wrapper .search_item .meta .rating .rating_item{display:flex;align-items:center;gap:6px}.search-modal .search_section_wrapper .search_item .meta .rating .rating_item h5{font-size:18px;font-weight:700;color:#7C5B46}.search-modal .search_section_wrapper .search_item .meta .rating .rating_item img{height:21px}.search-modal .search_section_wrapper .search_item .stats{display:flex;align-items:center;justify-content:space-around;padding:10px 0;border-top:1px solid #291b1254;border-bottom:1px solid #291b1254;margin:20px 0}.search-modal .search_section_wrapper .search_item .stats .stat{display:flex;align-items:center;gap:6px}.search-modal .search_section_wrapper .search_item .stats .stat img{height:21px}.search-modal .search_section_wrapper .search_item .stats .stat span{font-size:18px;font-weight:700;color:#7C5B46}.search-modal .search_section_wrapper .search_item .tags{display:flex;flex-wrap:wrap;gap:10px;max-height:60px;overflow:hidden}.search-modal .search_section_wrapper .search_item .tags .tag{font-size:15px;font-weight:700;color:#7C5B46;display:inline-block;position:relative;border-radius:100px;z-index:2;padding:5px 7px 6px}.search-modal .search_section_wrapper .search_item .tags .tag:before{background-color:#EBDAC9;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.search-modal .search_section_wrapper .search_item .summary{font-size:15px;color:#7C5B46;line-height:1.4;margin-top:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.search-modal .search_section_wrapper .digital_art{column-width:120px;margin-top:8px}.search-modal .search_section_wrapper .digital_art .img{width:100%;margin-bottom:10px;cursor:pointer;display:inline-block}.search-modal .search_section_wrapper .digital_art .img img{width:100%;border-radius:8px}.search-modal .search_section_wrapper .digital_art .img p{font-size:14px;font-weight:500;color:#7C5B46;margin-top:6px;text-align:end;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.search-modal .search_section_wrapper.authors{margin-top:15px}.search-modal .authors_list{display:flex;flex-direction:column;gap:12px}.search-modal .author_search_card{background:#F3E8DB;border-radius:12px;padding:12px 18px;display:flex;justify-content:space-between;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.search-modal .author_search_card .left{display:flex;align-items:center;gap:15px}.search-modal .author_search_card .left .img{width:60px;height:60px;position:relative;flex-shrink:0}.search-modal .author_search_card .left .img img:not(.border){width:100%;height:100%;object-fit:cover;border-radius:50%}.search-modal .author_search_card .left .img .border{position:absolute;top:-2px;left:-2px;width:calc(100% + 4px);height:calc(100% + 4px);pointer-events:none}.search-modal .author_search_card .left .info{display:flex;flex-direction:column;gap:7px}.search-modal .author_search_card .left .info .name{font-size:17px;color:#291B12;text-transform:uppercase;margin:0;font-family:Melma}.search-modal .author_search_card .left .info .stats{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search-modal .author_search_card .left .info .stat{font-size:13px;font-weight:700;color:#7C5B46;display:flex;align-items:center;gap:5px}.search-modal .author_search_card .left .info .stat span{color:#291B12}.search-modal .author_search_card .right .view_profile{background:transparent;border:1.5px solid #291b12;color:#291B12;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s ease;display:inline-block;text-wrap:nowrap}.search-modal .author_search_card .right .view_profile:hover{background:#291B12;color:#F3E8DB}.search-modal .search_section_wrapper .gradient{background:linear-gradient(0deg,#EBDAC9,#ebdac900);position:absolute;width:100%;left:0;bottom:-1px;height:100px}.tab_card{background-color:#EBDAC9;border:1px solid #d2b99b;border-radius:8px;height:60px;width:300px;display:flex;align-items:center;cursor:pointer;position:relative;transition:all .3s}.tab_card:hover{border:1px solid #997e5c}.tab_card .image{width:50px;height:100%;display:flex;align-items:center;justify-content:center;border-radius:8px 0 0 8px;position:relative;flex-shrink:0}.tab_card .image img{width:100%;height:100%;object-fit:cover;border-radius:8px 0 0 8px}.tab_card .image .plus{background-color:black;width:30px;height:17px;border-radius:6px;color:white;font-size:12px;font-family:Impact;display:flex;align-items:center;justify-content:center;position:absolute;bottom:5px;left:5px}.tab_card .content{display:flex;flex-direction:column;gap:6px;padding:12px;position:relative;z-index:1}.tab_card .content .name{font-size:14px;font-family:Melma;color:#867369;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.tab_card .content .likes{display:flex;align-items:center;gap:12px}.tab_card .content .likes .like{display:flex;align-items:center;gap:4px;color:#867369;font-size:14px;font-family:New Rocker}.tab_card .content .likes .like .img{height:14px}.tab_card .paint2{top:-56px;left:130px;width:216px;height:213px}.tab_card .paint1,.tab_card .paint2{position:absolute;pointer-events:none}.tab_card .paint1{top:5px;left:-44px;z-index:0}.tab_card.active{background-color:#DFC8B1;border:1px solid #bca185;width:298px;height:113px}.tab_card.active .image{width:94px}.tab_card.active .content .name{font-size:20px;color:#291B12;-webkit-line-clamp:2}.tab_card.active .content{gap:12px}.tab_card.active .content .likes .like{color:#57463C}.tab_card.active .content .likes .like.green{color:#26591C}.hero .custom_container{display:flex;gap:40px;align-items:stretch;position:relative}.hero .tabs{gap:8px;display:flex;flex-direction:column;min-width:326px;padding-top:40px}.hero .custom_container .gradient_left{right:-2px;background:linear-gradient(270deg,#F3E8DB,#f3e8db00)}.hero .custom_container .gradient_left,.hero .custom_container .gradient_right{position:absolute;top:0;height:55px;width:30px;z-index:2;pointer-events:none;display:none}.hero .custom_container .gradient_right{left:-2px;background:linear-gradient(90deg,#F3E8DB,#f3e8db00)}.hero .tabs::-webkit-scrollbar{display:none}.hero .custom_container .details{flex-grow:1;position:relative}.hero .custom_container .details .arrow_batns{display:flex;align-items:center;justify-content:center;gap:30px;font-size:24px;font-family:"Melma",var(--font-display-fallback);color:#291B12}.hero .custom_container .details .arrow_batns .arrow_batn{display:flex;align-items:center;gap:7px;cursor:pointer;transition:all .1s;text-wrap:nowrap}.hero .custom_container .details .arrow_batns .arrow_batn:active{transform:scale(.95)}.hero .custom_container .details .arrow_batns img{height:24px}.tab_detail{display:flex;flex-direction:column;justify-content:space-between;position:sticky;top:53px;gap:36px}.tab_detail .main_top{display:flex;gap:46px;margin-top:40px}.tab_detail .main_top .img_card{width:374px;flex-shrink:0}.tab_detail .main_top .img_card .image{width:100%;height:420px;border-radius:12px;overflow:hidden;position:relative;background:linear-gradient(90deg,#ebdac9,#f3e8dc 40%,#ebdac9 80%);background-size:200% 100%;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tab_detail .main_top .img_card .image img{width:100%;height:100%;object-fit:cover}.tab_detail .main_top .img_card .batns{display:flex;align-items:center;flex-direction:column;gap:4px;margin-top:8px}.tab_detail .main_top .img_card .batns .batn{width:100%;height:46px;border-radius:8px;background-color:#291B12;color:white;display:flex;align-items:center;justify-content:center;text-align:center;font-size:20px;font-weight:600;transition:all .3s}.tab_detail .main_top .img_card .batns .batn.two,.tab_detail .main_top .img_card .batns .batn:hover{color:#291B12;background:none;border:1px solid black}.tab_detail .main_top .img_card .batns .batn.two:hover{background-color:#291B12;color:white}.tab_detail .main_top .info{flex-grow:1}.tab_detail .main_top .info .top{display:flex;align-items:center;justify-content:space-between}.tab_detail .main_top .info .top .rating{display:flex;align-items:center;gap:25px}.tab_detail .main_top .info .top .rating .ph4{display:flex;align-items:center;gap:4px}.tab_detail .main_top .info .top .rating p{font-size:14px;font-weight:500;color:#867369;margin-bottom:6px}.tab_detail .main_top .info .top .rating h4{font-size:28px;color:#57463C;font-family:Metal Mania;display:flex;align-items:center;gap:9px;font-family:"New Rocker",var(--font-display-fallback)}.tab_detail .main_top .info .top .rating h4 img{height:24px}.tab_detail .main_top .info .bottom h1{color:#291B12;font-size:60px;font-family:"Melma",var(--font-display-fallback);margin-top:60px;line-height:1.2;overflow-wrap:break-word;word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.tab_detail .main_top .info .bottom .tags{margin-top:36px;display:flex;gap:15px;flex-wrap:wrap}.tab_detail .main_top .info .bottom .tags span{font-size:16px;font-weight:700;color:#5A4032;display:inline-block;position:relative;border-radius:100px;z-index:2;padding:5px 9px 6px}.tab_detail .main_top .info .bottom .tags span:before{background-color:#d1b395;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.art_modal .modal_content .modal_info .tags_likes .tags .tag.sensitive,.dashboard_story_detail .main_left .story_detail_card .tags .tag.sensitive,.dashboard_story_detail .main_right .second_card .content .content_inner .right .content_item .tags .tag.sensitive,.dashboard_story_detail .second_card_mobile .tags .tag.sensitive,.favourite_cards .favourite_card .info .top .tags .tag.sensitive,.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag.sensitive,.search-modal .search_section_wrapper .search_item .tags .tag.sensitive,.story_cards .story_card .top .tags .tag.sensitive,.tab_detail .main_top .info .bottom .tags span.sensitive,.tag-box .tag.sensitive{color:white}.art_modal .modal_content .modal_info .tags_likes .tags .tag.sensitive:before,.dashboard_story_detail .main_left .story_detail_card .tags .tag.sensitive:before,.dashboard_story_detail .main_right .second_card .content .content_inner .right .content_item .tags .tag.sensitive:before,.dashboard_story_detail .second_card_mobile .tags .tag.sensitive:before,.favourite_cards .favourite_card .info .top .tags .tag.sensitive:before,.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag.sensitive:before,.search-modal .search_section_wrapper .search_item .tags .tag.sensitive:before,.story_cards .story_card .top .tags .tag.sensitive:before,.tab_detail .main_top .info .bottom .tags span.sensitive:before,.tag-box .tag.sensitive:before{background-color:#D71F1F!important}.art_modal .modal_content .modal_info .tags_likes .tags .tag.warning,.dashboard_story_detail .main_left .story_detail_card .tags .tag.warning,.dashboard_story_detail .second_card_mobile .tags .tag.warning,.search-modal .search_section_wrapper .search_item .tags .tag.warning,.tab_detail .main_top .info .bottom .tags span.warning{color:white}.art_modal .modal_content .modal_info .tags_likes .tags .tag.warning:before,.dashboard_story_detail .main_left .story_detail_card .tags .tag.warning:before,.dashboard_story_detail .second_card_mobile .tags .tag.warning:before,.search-modal .search_section_wrapper .search_item .tags .tag.warning:before,.tab_detail .main_top .info .bottom .tags span.warning:before{background-color:maroon!important}.tab_detail .main_top .info .bottom .tags span.black,.tab_detail .main_top .info .bottom .tags span.red{color:#F3E8DB}.tab_detail .main_top .info .bottom .tags span.red:before{background-color:#D71F1F}.tab_detail .main_top .info .bottom .tags span.black:before{background-color:#29121C}.tab_detail .main_top .info .bottom p{margin-top:40px;font-size:18px;color:#7C5B46;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.story_detail_main .tab_detail .main_top .info .bottom p{-webkit-line-clamp:unset}.tab_detail .main_bottom{display:flex;gap:46px;justify-content:space-between}.tab_detail .main_bottom .left{width:374px;display:flex;align-items:center;gap:10px}.tab_detail .main_bottom .left .image{position:relative}.tab_detail .main_bottom .left .image .border_img{position:absolute;top:0;left:0;height:52px;width:52px}.tab_detail .main_bottom .left .image .img{width:50px;height:50px;border-radius:100px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.tab_detail .main_bottom .left .image .img img{width:100%;height:100%;object-fit:cover}.tab_detail .main_bottom .left .info p{color:#867369;font-weight:500;font-size:14px;margin-bottom:5px;text-transform:uppercase}.tab_detail .main_bottom .left .info h5{color:#57463C;font-size:24px;font-family:"Melma",var(--font-display-fallback);text-wrap:wrap}.tab_detail .main_bottom .right{display:flex;align-items:center;gap:50px}.tab_detail .main_bottom .right .date p{color:#867369;font-size:14px;font-weight:500;text-transform:uppercase;margin-bottom:6px}.tab_detail .main_bottom .right .date h4{color:#57463C;font-size:25px;font-family:"New Rocker",var(--font-display-fallback)}.tooltip-container{position:relative;display:inline-flex;align-items:center;justify-content:center}.tooltip{visibility:hidden;opacity:0;bottom:125%;background-color:#291B12;color:#F3E8DB;padding:5px 12px;border-radius:6px;white-space:nowrap;font-size:13px;font-weight:500;transition:opacity .3s,visibility .3s,transform .3s;z-index:10000;pointer-events:none;box-shadow:0 4px 10px rgba(0,1,0,.3)}.tooltip,.tooltip:after{position:absolute;left:50%;transform:translateX(-50%)}.tooltip:after{content:"";top:100%;border:5px solid transparent;border-top-color:#291b12}.tooltip-container:hover .tooltip{visibility:visible;opacity:1}@media (max-width:768px){.actions .tooltip-container.star .tooltip{left:0;transform:translateX(0)}.actions .tooltip-container.star .tooltip:after{left:20px;transform:translateX(-50%)}}.collection{margin-top:100px}.collection .custom_container{background-color:#EBDAC9;border:1px solid #d2b99b;border-radius:24px;padding:40px;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.collection .custom_container .top{width:100%;align-self:flex-start;display:flex;justify-content:space-between}.collection .custom_container .brush_img{position:absolute;top:0;pointer-events:none;right:20%}h1.heading{color:#291B12;font-size:40px;font-family:Melma}.para,h1.heading{position:relative;z-index:3}.para{color:#7C5B46;font-size:18px;margin-top:10px}.collection .custom_container .img_cards{column-count:5;width:100%;margin-top:40px;overflow:hidden;position:relative}.collection .custom_container .img_card{width:100%;margin-bottom:10px;position:relative;border-radius:8px;overflow:hidden}.collection .custom_container .img_card img{width:100%;height:auto;border-radius:8px;cursor:pointer;transition:all .5s}.collection .custom_container .img_card img:hover{transform:scale(1.1)}.collection .custom_container .img_card p{position:absolute;bottom:10px;right:10px;color:white;font-size:14px;font-family:Impact}.collection .custom_container .img_cards .gradient{position:absolute;width:100%;bottom:0;height:410px;background:linear-gradient(0deg,#EBDAC9 10%,#ebdac900);z-index:2;-webkit-backdrop-filter:blur(.7px);backdrop-filter:blur(.7px);pointer-events:none}.collection .custom_container .top a{color:#5A4032;font-family:Melma;font-size:24px;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .3s;background:none;position:relative}.collection .custom_container .top a:active{transform:scale(1)}.collection .custom_container .top a span{margin-bottom:1px;text-wrap:nowrap}.collection .custom_container .top a img{height:24px}.collection .custom_container .img_cards .overlay{position:absolute;top:0;left:0;border-radius:8px;height:100%;width:100%;background-image:url(/images/overlay.webp);background-position:50%;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:#7C5B46;font-size:18px;font-weight:500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:0}.collection .custom_container .img_cards .overlay img{height:20px;width:20px}.collection.showall .custom_container .img_cards .gradient{display:none}.collection.showall .custom_container .img_cards{height:auto}.creators{margin-top:100px;overflow:hidden;margin-bottom:25px}.creators .custom_container{display:flex;flex-direction:column;align-items:center}.creators .custom_container .creators_info{margin-top:40px;display:flex;align-items:center;justify-content:space-between;width:100%;gap:40px}.creators .custom_container .creators_info .creator{display:flex;align-items:center;gap:16px;position:relative;width:16%;padding-bottom:30px}.creators .custom_container .creators_info .creator .image,.creators .custom_container .creators_info .creator .info{position:relative}.creators .custom_container .creators_info .creator .img_border{position:absolute;top:-2px;left:-2px;z-index:2}.creators .custom_container .creators_info .creator .image .img{height:80px;width:80px;display:flex;align-items:center;justify-content:center;border-radius:200px;overflow:hidden}.creators .custom_container .creators_info .creator .image .img img{width:100%;height:100%;object-fit:cover}.creators .custom_container .creators_info .creator .info .name{color:#291B12;font-size:20px;font-family:Melma;text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.creators .custom_container .creators_info .creator .info .xp_lvl{font-size:18px;margin-top:10px;font-family:Melma;text-transform:uppercase;display:flex;align-items:center;gap:16px;color:#7C5B46}.creators .custom_container .creators_info .creator .info .xp_lvl .xp{display:flex;align-items:center;gap:6px}.creators .custom_container .creators_info .creator .info .xp_lvl .xp .value{font-family:New Rocker;color:#291B12}.creators .custom_container .creators_info .creator .crown{position:absolute;width:71px;top:-30px;left:-20px;z-index:3}.creators .custom_container .creators_info .creator .creator_bg{position:absolute;top:-75px;left:-57px;width:145%;z-index:0}.popular{margin-top:100px}.popular .custom_container{background-color:#EBDAC9;border:1px solid #d2b99b;border-radius:24px;padding:30px;position:relative;overflow:hidden}.popular .section_header{display:flex;align-items:center;justify-content:space-between;gap:5px}.popular .custom_pagination{position:static}.popular .custom_container .book_img{position:absolute;top:0;right:40%;pointer-events:none}.popular .custom_container .genres_cards{margin-top:40px;position:relative}.genres_card{width:445px;height:270px;border-radius:12px;padding-top:24px;text-align:center;overflow:hidden;position:relative;cursor:pointer}.genres_card h4{font-family:Melma;font-size:20px;text-transform:uppercase;color:#291B12}.genres_card img{width:150px;position:absolute;border-radius:8px;transition:all .4s}.genres_card:hover img:first-child{transform:rotate(-10deg) scale(1.1)}.genres_card:hover img:nth-child(2){transform:translateX(-50%) scale(1.1)}.genres_card:hover img:nth-child(3){transform:rotate(10deg) scale(1.1)}.genres_card img:first-child{transform:rotate(-20deg);bottom:-35px;right:55%}.genres_card img:nth-child(2){left:50%;bottom:0;transform:translateX(-50%)}.genres_card img:nth-child(3){left:55%;bottom:-35px;transform:rotate(20deg)}.popular .custom_container .custom_pagination{position:static;top:40px;right:40px;z-index:1;display:flex;align-items:center;justify-content:center;z-index:3}.popular .custom_container .custom_pagination button{background:none}.popular .custom_container .custom_pagination .page_count{font-size:24px;font-weight:700;color:#99806F;text-align:center;width:90px}.popular .custom_container .custom_pagination button.swiper-button-disabled{opacity:.6}.popular .custom_container .genres_cards .gradient_right{height:100%;width:220px;background:linear-gradient(270deg,#EBDAC9,#ebdac900);position:absolute;right:0;top:0;z-index:2;pointer-events:none}.welcome{margin-top:100px}.welcome .custom_container{background-color:#5A4032;border-radius:24px;padding:40px}.welcome .custom_container,.welcome .custom_container .content{display:flex;align-items:center;justify-content:center;position:relative}.welcome .custom_container .content{flex-direction:column;gap:30px;z-index:2}.welcome .custom_container .image{width:29%;position:relative;z-index:2}.welcome .custom_container .content .img{height:88px}.welcome .custom_container .content h1{color:#EDE1D4;font-size:54px;font-family:Melma;text-transform:uppercase;text-align:center;line-height:1.3}.welcome .custom_container .content p{color:#E2CEB7;font-size:18px;text-align:center}.welcome .custom_container .content .author_button{position:relative;cursor:pointer}.welcome .custom_container .content .author_button p{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#EDE1D4;font-size:18px;font-weight:500;width:100%;text-align:center}.welcome .custom_container .image1{position:absolute;bottom:-41px;left:-59px;pointer-events:none;z-index:0;height:170px}.welcome .custom_container .image2{position:absolute;top:-118px;pointer-events:none;right:0;z-index:0}.updates{margin-top:100px}.updates .custom_container .main_top{display:flex;align-items:center;justify-content:space-between;gap:5px}.updates .custom_pagination{position:static}.updates .custom_container{background-color:#EBDAC9;border:1px solid #d2b99b;border-radius:24px;padding:40px;position:relative;overflow:hidden}.updates .custom_container .paper_img{position:absolute;top:0;right:30%}.updates .custom_container .update_cards{margin-top:40px}.updates .custom_container .update_cards .updates_card{width:100%;height:121px;background-color:#DFC8B1;border:1px solid transparent;border-radius:12px;display:flex;align-items:center;gap:16px;overflow:hidden;margin-bottom:20px;cursor:pointer;transition:all .3s}.updates .custom_container .update_cards .updates_card:hover{border:1px solid #d2b99b}.updates .custom_container .update_cards .updates_card .img{width:100px;display:flex;align-items:center;justify-content:center;height:100%;flex-shrink:0}.updates .custom_container .update_cards .updates_card .img img{width:100%;height:100%;object-fit:cover}.updates .custom_container .update_cards .updates_card .info{display:flex;flex-direction:column;justify-content:center;gap:12px;padding-right:10px}.updates .custom_container .update_cards .updates_card .info .name{color:#57463C;font-family:Melma;font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.2;overflow-wrap:break-word;word-break:break-word}.updates .custom_container .update_cards .updates_card .info .chapters_updated{display:flex;gap:32px}.updates .custom_container .update_cards .updates_card .info .chapters_updated .chapters p{color:#99806F;font-size:12px;font-weight:500;margin-bottom:5px}.updates .custom_container .update_cards .updates_card .info .chapters_updated .chapters h5{color:#57463C;font-size:16px;font-family:New Rocker}.updates .custom_container .update_cards .custom_pagination{position:absolute;top:40px;right:40px;z-index:1;display:flex;align-items:center;justify-content:center;z-index:3}.updates .custom_container .update_cards .custom_pagination button{background:none}.updates .custom_container .update_cards .custom_pagination .page_count{font-size:24px;font-weight:700;color:#99806F;text-align:center;width:90px}.updates .custom_container .update_cards .custom_pagination button.swiper-button-disabled{opacity:.6}.stories{margin-top:100px}.stories .custom_pagination{position:static}.stories .section_header{display:flex;align-items:center;justify-content:space-between;gap:5px}.stories .custom_container,.story_cards{position:relative}.story_cards{margin-top:40px}.story_cards .story_card .batns{display:flex;align-items:center;gap:13px}.story_cards .story_card.dashboard{height:330px!important}.story_cards .story_card.dashboard button{padding:10px 40px;display:flex;align-items:center;gap:5px}.story_cards .story_card.dashboard button img{height:15px}.story_cards a.story_card_wrapper{height:fit-content;width:100%;overflow:hidden}.story_cards .story_card{background-color:#EBDAC9;border:1px solid #d2b99b;border-radius:18px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;height:260px;width:100%;gap:10px;transition:all .3s;overflow:hidden}.story_cards .gradient{position:absolute;right:-2px;pointer-events:none;top:0;height:100%;width:210px;background:linear-gradient(270deg,#F3E8DB,#f3e8db00);z-index:2}.story_cards .story_card:hover{border:1px solid #9b856b}.story_cards .story_card .top{display:flex;align-items:center;justify-content:space-between}.story_cards .story_card .top .tags{display:flex;align-items:center;gap:8px;overflow:auto}.story_cards .story_card .top .tags::-webkit-scrollbar{display:none}.story_cards .story_card .top .tags .tag{padding:6px 8px;color:#5A4032;font-size:12px;font-weight:700;text-transform:capitalize;border-radius:100px;position:relative;z-index:1;text-wrap:nowrap}.story_cards .story_card .top .tags .tag:before{background-color:#DFC8B1;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.story_cards .story_card .top .tags .tag.black,.story_cards .story_card .top .tags .tag.warning{color:#F1E6D9}.story_cards .story_card .top .tags .tag.warning:before{background-color:maroon}.story_cards .story_card .top .tags .tag.black:before{background-color:#291B12}.story_cards .story_card .top .right{display:flex;position:relative;padding-left:4px}.story_cards .story_card .top .right:before{content:"";position:absolute;top:0;left:-48px;width:50px;height:100%;background-image:linear-gradient(270deg,#EBDAC9 20%,#ebdac900);z-index:2}.story_cards .story_card .top .right .like:first-child{margin-right:18px}.story_cards .story_card .top .right .dots_icon{margin-left:5px;color:black;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;background:none;position:relative}.story_cards .story_card .top .right .dots_icon:hover{background-color:#DFC8B1}.story_cards .story_card .top .right .dots_icon svg{height:20px;width:20px}.story_action_popup{top:100%;background-color:#F3E8DB;border:1px solid #d2b99b;padding:15px 0;box-shadow:0 10px 25px rgba(0,0,0,.1);margin-top:10px}.story_action_popup .popup_item{display:flex;align-items:center;gap:15px;padding:12px 18px;cursor:pointer;transition:all .2s;color:#291B12;margin-bottom:3px}.story_action_popup .popup_item span{font-size:18px;font-weight:500}.story_action_popup .popup_item:hover{background-color:#DFC8B1}.story_action_popup .popup_item.remove{color:#D71F1F}.story_action_popup .popup_item svg{width:20px;height:20px}.story_cards .story_card .top .right .like{display:flex;align-items:center;gap:5px}.story_cards .story_card .top .right .like p{color:#57463C;font-family:Metal Mania;font-size:14px}.story_cards .story_card .chapter{color:#7C5B46;font-size:14px;font-weight:600;margin-top:5px}.story_cards .story_card .center{display:flex;align-items:center;justify-content:space-between;gap:20px}.story_cards .story_card .center .txt h3{font-size:24px;color:#291B12;font-family:Melma;text-transform:uppercase;margin-bottom:10px;line-height:1.2;-webkit-line-clamp:1}.story_cards .story_card .center .txt h3,.story_cards .story_card .center .txt p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.story_cards .story_card .center .txt p{color:#594232;font-size:14px;line-height:1.4;-webkit-line-clamp:3}.story_cards .story_card .center .img{width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;flex-shrink:0}.story_cards .story_card .center .img img{width:100%;height:100%;object-fit:cover}.story_cards .story_card .bottom{display:flex;align-items:flex-end;justify-content:space-between;width:100%;gap:6px}.story_cards .story_card .bottom .author{display:flex;flex-direction:column;gap:4px}.story_cards .story_card .bottom .author .label{font-size:12px;color:#867369;font-weight:500;text-transform:uppercase}.story_cards .story_card .bottom .author .name{font-size:18px;font-family:New Rocker;color:#57463C}.story_cards .story_card .bottom .stats{display:flex;align-items:center;gap:35px}.story_cards .story_card .bottom .stats .stat{display:flex;align-items:center;gap:5px}.story_cards .story_card .bottom .stats .stat h5{color:#57463C;font-size:20px;font-family:New Rocker;font-weight:500}.story_cards .story_card .bottom .stats .stat img{height:20px}.custom_pagination{top:40px;right:40px;z-index:3;display:flex;align-items:center;justify-content:center}.custom_pagination button{background:none}.custom_pagination .page_count{font-size:24px;font-weight:700;color:#99806F;text-align:center;width:90px}.custom_pagination button.swiper-button-disabled{opacity:.6}footer{background-color:#5A4032;padding:40px 0;margin-top:140px;position:relative}footer .custom_container .icons{display:flex;align-items:center;gap:15px}footer .custom_container .icons .img{padding:14px;background-color:rgba(246,176,133,.05);border-radius:100px;display:flex;align-items:center;justify-content:center;transition:all .3s}footer .custom_container .icons .img:hover{background-color:rgba(246,176,133,.418);transition:scale(1.04)}footer .custom_container .icons .img img{height:20px}footer .custom_container .bottom{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:white;margin-top:30px}footer .footer_bg{position:absolute;bottom:90%;left:50%;transform:translateX(-50%);width:100%}.loader_wrapper{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.search_section_wrapper .loader_wrapper{background:none;pointer-events:none}header .loader_wrapper{background-color:#F3E8DB}.loader{width:48px;height:48px;border-radius:50%;display:inline-block;border-top:5px solid #f0e5db;border-right:5px solid transparent;box-sizing:border-box;animation:rotation 1s linear infinite}header .loader{border-top:5px solid #e1c9b1}.loader:after{content:"";box-sizing:border-box;position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50%;border-bottom:5px solid #291b12;border-left:5px solid transparent}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth_wrapper{display:flex;min-height:100vh}.auth_wrapper .form{width:35%;padding:50px;height:100vh;position:relative;display:flex;flex-direction:column;gap:45px;overflow-y:auto}.auth_wrapper .form::-webkit-scrollbar{width:5px}.auth_wrapper .form::-webkit-scrollbar-thumb{background-color:#b9a48e;border-radius:100px}.auth_wrapper .auth_img{width:65%;display:flex;align-items:center;justify-content:center;background-position:50%;background-size:cover;background-repeat:no-repeat;transition:all .6s}.auth_wrapper .auth_img img{width:100%;height:100%;object-fit:cover}.auth_wrapper .form .logo{width:fit-content}.auth_wrapper .form .logo img{height:70px}.auth_wrapper .form form{width:100%;display:flex;flex-direction:column;justify-content:center;flex-grow:1}.auth_wrapper .form form h2{color:#291B12;font-family:Melma;font-size:40px}.auth_wrapper .checkbox_wrapper{margin:0}.auth_wrapper .form form .para{font-size:18px;color:#7C5B46;margin-top:14px;line-height:1.3}.auth_wrapper .form form input{width:100%;border-radius:10px;padding:17px 18px;background-color:#EBDAC9;border:none;font-size:17px;font-weight:500;color:#7C5B46;margin-top:22px}.auth_wrapper .form form input:first-child{margin-top:0!important}.auth_wrapper .form form input:focus{border:none;outline:1px solid #5A4032}.auth_wrapper .form form input::placeholder{color:#99806F}.auth_wrapper .form form .remember_forgot{display:flex;align-items:center;justify-content:space-between;margin-top:22px}.auth_wrapper .form form .remember_forgot .remember{display:flex;align-items:center;gap:8px;color:#99806F;font-size:17px;font-weight:500;padding:0}.auth_wrapper .form form .remember_forgot .remember .checkbox_label{text-wrap:wrap;line-height:1.3}.auth_wrapper .form form .remember_forgot .remember .checkbox{position:relative}.auth_wrapper .form form .remember_forgot .remember .checkbox img{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.auth_wrapper .form form .remember_forgot .remember input[type=checkbox]{margin:0;height:21px;width:21px;accent-color:#594232;-webkit-appearance:none;background:none;position:relative;appearance:none;padding:0;border-radius:6px;cursor:pointer}.auth_wrapper .form form .remember_forgot .remember input[type=checkbox]:focus{outline:navajowhite}.auth_wrapper .form form .remember_forgot .remember input[type=checkbox]:checked{border-color:#594232}.auth_wrapper .form form .remember_forgot .remember input[type=checkbox]:after{content:"";position:absolute;left:8px;top:4px;width:4px;height:9px;border:solid #ebdac9;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.auth_wrapper .form form .remember_forgot .remember input[type=checkbox]:checked:after{opacity:1}.auth_wrapper .form form .remember_forgot .remember label{text-wrap:nowrap;cursor:pointer}.auth_wrapper .form form .remember_forgot a.forgot{color:#5A4032;font-size:18px;font-weight:600}.auth_wrapper .form form p{font-size:16px;font-weight:500;color:#99806F;margin-top:10px;line-height:1.3}.auth_wrapper .form form p a{color:#5A4032;text-decoration:underline}.auth_wrapper .form form p.error{color:#D71F1F}.auth_wrapper .form form .or{display:flex;align-items:center;justify-content:center;position:relative;margin-top:5px}.auth_wrapper .form form .or p{color:#7C5B46;font-size:22px;font-weight:600;background-color:#F3E8DB;padding:0 10px}.auth_wrapper .form form .or span{position:absolute;top:calc(50% + 6px);transform:translateY(-50%);width:100%;height:1px;background-color:#7C5B46;z-index:-1}.brown_button{background-color:#5A4032;border-radius:8px;width:100%;font-size:19px;font-weight:700;color:#EBDAC9;padding:18px;margin-top:26px;cursor:pointer;text-align:center;transition:all .3s;text-transform:uppercase}.brown_button:disabled{opacity:.7;cursor:not-allowed}.brown_button:disabled:hover{background-color:#5A4032;color:#EBDAC9}.brown_button.light_button,.brown_button:hover{background-color:#EBDAC9;color:#5A4032}.brown_button.light_button:hover{background-color:#5A4032;color:#EBDAC9}.auth_wrapper .form form .google{background-color:#EBDAC9;border-radius:8px;width:fit-content;display:flex;align-items:center;justify-content:center;gap:12px;font-size:16px;color:#99806F;font-weight:500;margin:13px auto 0;cursor:pointer;transition:all .3s}.auth_wrapper .form form .google>div{width:100%;height:auto!important;transition:all .2s}.auth_wrapper .form form .google>div>div{width:100%}.auth_wrapper .form form .google>div>div>div>div{display:flex;justify-content:center;padding-top:25px;padding-bottom:25px;border:none;outline:none}.auth_wrapper .form form .google>div>div>div>div:focus{border:none;outline:none}.auth_wrapper .form form .google div div div div div{background-color:#EBDAC9;transition:all .2s}.auth_wrapper .form form .google div div div div div span{color:#99806F;font-size:16px;font-weight:500;font-family:Barlow Semi Condensed}.auth_wrapper .form form .google:hover{background-color:#edd8c3}.auth_wrapper .form form .google img{height:24px}.auth_wrapper .form form .pass_field{position:relative;margin-top:22px}.auth_wrapper .form form .pass_field img{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.auth_wrapper .form form .pass_field .show{display:none}.auth_wrapper .form form .pass_field .hide{display:block}.onboarding .custom_container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:40px;min-height:100vh}.onboarding .custom_container .logo{margin-top:50px}.onboarding .custom_container .logo img{height:76px}.onboarding .custom_container .steps{width:100%}.onboarding .custom_container .steps .step_content{display:flex;flex-direction:column;align-items:center;width:100%}.onboarding .custom_container .steps .step_content h1{font-size:52px;color:#291B12;text-transform:uppercase;text-align:center;font-family:Melma}.onboarding .custom_container .steps .step_content .para{font-size:23px;color:#7C5B46;margin-top:20px;text-align:center;line-height:1.4}.onboarding .custom_container .steps .step_content .radio_group{display:flex;justify-content:center;gap:26px;margin-top:50px}.onboarding .custom_container .steps .step_content .radio_group .radio{gap:30px;background-color:#EBDAC9;color:#5A4032;text-transform:uppercase;font-weight:700;font-size:30px;width:343px;border-radius:12px;height:148px}.onboarding .custom_container .steps .step_content .radio_group .radio label{position:relative;width:100%;padding:18px 22px;height:100%;display:flex;align-items:flex-end;border-radius:12px;cursor:pointer}.onboarding .custom_container .steps .step_content .radio_group .radio label:hover{outline:1px solid #BF8F62}.onboarding .custom_container .steps .step_content .radio_group .radio input[type=radio]{display:none}.onboarding .custom_container .steps .step_content .radio_group .radio label:before{content:"";position:absolute;top:18px;left:22px;width:25px;height:25px;border:6px solid #5a4032;border-radius:50%;background-color:transparent;transition:all .2s ease}.onboarding .custom_container .steps .step_content .radio_group .radio input[type=radio]:checked+label:before{border-color:#EBDAC9}.onboarding .custom_container .steps .step_content .radio_group .radio input[type=radio]:checked+label{background-color:#BF8F62;color:#F3E8DB}.onboarding .custom_container .button{align-self:flex-end;display:flex;align-items:center;gap:10px}.onboarding .custom_container .button .action{background-color:#BF8F62;border-radius:8px;color:#EBDAC9;font-size:19px;font-weight:700;text-transform:uppercase;padding:15px 19px;margin:30px 0;cursor:pointer;transition:all .3s,outline 0s;outline:2px solid #BF8F62}.onboarding .custom_container .button a.action.disabled{pointer-events:none}.onboarding .custom_container .button .action:disabled,.onboarding .custom_container .button a.action.disabled{cursor:not-allowed;background-color:#BF8F62!important;color:#EBDAC9!important;outline:0 solid #BF8F62!important;opacity:.7}.onboarding .custom_container .button .action.skip_btn{background:none;outline:2px solid #BF8F62;color:#BF8F62}.onboarding .custom_container .button .action.skip_btn:hover{background-color:#BF8F62;color:#EBDAC9}.onboarding .custom_container .button .action:hover{background:none;color:#BF8F62}.onboarding .custom_container .steps .step_content .avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.onboarding .custom_container .steps .step_content .bio,.onboarding .custom_container .steps .step_content .name,.onboarding .custom_container .steps .step_content.step2 select{background-color:#EBDAC9;border-radius:10px;color:#99806F;font-size:18px;padding:15px 18px;border:none;outline:none;font-weight:500;width:470px;margin-top:30px}.onboarding .custom_container .steps .step_content.step2 select{margin-top:0;cursor:pointer;-webkit-appearance:none}.onboarding .custom_container .steps .step_content .name:focus{border:none;outline:1px solid #5A4032}.onboarding .custom_container .steps .step_content.step2 .select_wrapper{width:fit-content;margin-top:20px}.onboarding .custom_container .steps .step_content.step2 .tag-box{background-color:#EBDAC9;margin-top:20px;width:470px;cursor:text}.onboarding .custom_container .steps .step_content.step2 .select_wrapper:after{content:"";position:absolute;right:15px;top:50%;width:22px;height:22px;transform:translateY(-50%);background-image:url(/images/arrow_down.svg);background-size:contain;background-repeat:no-repeat;pointer-events:none}.onboarding .custom_container .steps .step_content .bio:focus,.onboarding .custom_container .steps .step_content.step2 select:focus{border:none;outline:1px solid #5A4032}.onboarding .custom_container .steps .step_content .name::placeholder{color:#99806F;font-weight:500}.onboarding .custom_container .steps .step_content .bio{resize:vertical;margin-top:20px;font-size:17px}.onboarding .custom_container .steps .step_content .bio::placeholder{color:#99806F;font-weight:500}.onboarding .custom_container .steps .step_content .info{font-size:14px;font-weight:500;color:#99806F;margin-top:15px;text-align:left;width:470px}.onboarding .custom_container .steps .step_content .tags_wrapper{margin-top:60px}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer{margin-bottom:38px}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer h4{margin-bottom:15px;font-size:24px;color:#291B12;text-transform:uppercase;font-family:Melma}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags{display:flex;gap:16px;flex-wrap:wrap;width:870px}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag{font-size:16px;font-weight:700;color:#7C5B46;display:inline-block;position:relative;border-radius:100px;z-index:2;padding:6px 8px 7px;cursor:pointer;transition:all .2s}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag:hover{transform:translateY(-2px)}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag:before{background-color:#EBDAC9;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag.red{color:#FFFFFF}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag.red:before{background-color:#D71F1F}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag.active{color:white}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag.active:before{background-color:#291B12}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag.sensitive.active:before{background-color:#291B12!important}.onboarding .custom_container .steps .step_content .experience_content{margin-top:50px;background-color:#EBDAC9;border:1px solid rgba(90,64,50,.2);border-radius:24px;padding:60px;width:770px}.onboarding .custom_container .steps .step_content .experience_content .mature{display:flex;justify-content:space-between;align-items:center;gap:40px;padding-bottom:30px;border-bottom:2px solid rgba(90,64,50,.2);margin-bottom:30px}.onboarding .custom_container .steps .step_content .experience_content h5{font-size:32px;font-weight:700;color:#291B12;text-transform:capitalize;margin-bottom:10px}.onboarding .custom_container .steps .step_content .experience_content p{font-size:24px;color:#7C5B46;line-height:1.3}.onboarding .custom_container .steps .step_content .experience_content .mature .switch{position:relative;display:inline-block;width:60px;height:34px;flex-shrink:0}.onboarding .custom_container .steps .step_content .experience_content .mature .switch input{opacity:0;width:0;height:0}.onboarding .custom_container .steps .step_content .experience_content .mature .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#BF8F62;transition:.4s}.onboarding .custom_container .steps .step_content .experience_content .mature .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#F3E8DB;transition:.4s}.onboarding .custom_container .steps .step_content .experience_content .mature .switch input:checked+.slider{background-color:#5A4032}.onboarding .custom_container .steps .step_content .experience_content .mature .switch input:focus+.slider{box-shadow:0 0 1px #BF8F62}.onboarding .custom_container .steps .step_content .experience_content .mature .switch input:checked+.slider:before{transform:translateX(26px)}.onboarding .custom_container .steps .step_content .experience_content .mature .switch .slider.round{border-radius:34px}.onboarding .custom_container .steps .step_content .experience_content .mature .switch .slider.round:before{border-radius:50%}.onboarding .custom_container .steps .step_content .experience_content .theme{padding-bottom:40px;margin-bottom:40px;border-bottom:2px solid rgba(90,64,50,.2)}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme{display:flex;gap:17px;margin-top:30px}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme label{border:1.5px solid #bf8f62;border-radius:10px;background:#F3E8DB;color:#BF8F62;cursor:pointer;transition:.3s;-webkit-user-select:none;user-select:none;width:100%;height:70px;font-size:24px;font-weight:500;display:flex;align-items:center;justify-content:center}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme input{display:none}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme input:checked+span,.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme label:has(input:checked){background:#BF8F62;color:#F3E8DB}.onboarding .custom_container .steps .step_content .experience_content .language .language_select_wrapper{position:relative;width:100%;margin-top:30px}.onboarding .custom_container .steps .step_content .experience_content .language select{width:100%;padding:18px 28px;border-radius:15px;background-color:#F3E8DB;border:none;color:#99806F;font-size:20px;font-weight:500;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;line-height:1.2}.onboarding .custom_container .steps .step_content .experience_content .language .language_select_wrapper:after{content:"";position:absolute;right:25px;top:50%;width:30px;height:30px;transform:translateY(-50%);background-image:url(/images/arrow_down.svg);background-size:contain;background-repeat:no-repeat;pointer-events:none}.onboarding .custom_container .steps .step_content .experience_content .language select:focus{outline:1px solid #BF8F62}.onboarding .custom_container .steps .step_content .experience_content .language select:hover{outline:1px solid #bf8f6270}.onboarding .custom_container .steps .step_content .two_radios{display:flex;justify-content:center;gap:26px;margin-top:50px}.onboarding .custom_container .steps .step_content .two_radios .radio{gap:30px;background-color:#EBDAC9;color:#5A4032;text-transform:uppercase;font-weight:700;font-size:30px;width:343px;border-radius:12px;height:180px}.onboarding .custom_container .steps .step_content .two_radios .radio label{position:relative;width:100%;padding:18px 22px;height:100%;display:flex;align-items:flex-end;border-radius:12px;cursor:pointer;line-height:1.4}.onboarding .custom_container .steps .step_content .two_radios .radio input[type=radio]{display:none}.onboarding .custom_container .steps .step_content .two_radios .radio label:before{content:"";position:absolute;top:18px;left:22px;width:26px;height:26px;border:6px solid #5a4032;border-radius:50%;background-color:transparent;transition:all .2s ease}.onboarding .custom_container .steps .step_content .two_radios .radio input[type=radio]:checked+label:before{border-color:#EBDAC9}.onboarding .custom_container .steps .step_content .two_radios .radio input[type=radio]:checked+label{background-color:#BF8F62;color:#F3E8DB}.onboarding .custom_container .steps .step_content .loop{margin-top:50px;width:770px;background-color:#EBDAC9;border:1px solid rgba(90,64,50,.2);border-radius:24px;padding:60px}.onboarding .custom_container .steps .step_content .loop .content{display:flex;align-items:center;justify-content:space-between;gap:60px;padding-bottom:30px;margin-bottom:30px;border-bottom:2px solid rgba(90,64,50,.2)}.onboarding .custom_container .steps .step_content .loop .content h5{font-size:32px;font-weight:700;color:#291B12;text-transform:capitalize;margin-bottom:15px;line-height:1.4}.onboarding .custom_container .steps .step_content .loop .content p{font-size:24px;color:#7C5B46;line-height:1.3}.onboarding .custom_container .steps .step_content .loop .content .switch{position:relative;display:inline-block;width:60px;height:34px;flex-shrink:0}.onboarding .custom_container .steps .step_content .loop .content .switch input{opacity:0;width:0;height:0}.onboarding .custom_container .steps .step_content .loop .content .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#BF8F62;transition:.4s}.onboarding .custom_container .steps .step_content .loop .content .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#F3E8DB;transition:.4s}.onboarding .custom_container .steps .step_content .loop .content .switch input:checked+.slider{background-color:#5A4032}.onboarding .custom_container .steps .step_content .loop .content .switch input:focus+.slider{box-shadow:0 0 1px #BF8F62}.onboarding .custom_container .steps .step_content .loop .content .switch input:checked+.slider:before{transform:translateX(26px)}.onboarding .custom_container .steps .step_content .loop .content .switch .slider.round{border-radius:34px}.onboarding .custom_container .steps .step_content .loop .content .switch .slider.round:before{border-radius:50%}.main_wrapper{padding-top:90px;padding-left:40px;padding-right:40px;width:calc(100vw - 330px)}.main_wrapper.sidebar-collapsed{width:calc(100vw - 130px)}.sidebar{width:330px;position:sticky;padding-top:90px;left:0;height:100vh;flex-shrink:0;top:0;transition:all .3s}.sidebar .profile{background-color:#EBDACA;border:1px solid #c1a689;border-left:0;border-radius:0 20px 20px 0;padding:10px 20px 10px 30px;display:flex;align-items:center;justify-content:space-between}.sidebar .profile .content{display:flex;align-items:center;justify-content:center;gap:17px}.sidebar .profile .content .img{height:58px;width:58px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;position:relative}.sidebar .profile .content .img .profile_img{width:100%;height:100%;border-radius:50%;object-fit:cover}.sidebar .profile .content .img .profile_border{position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(1.1)}.sidebar .profile .content .info h5{color:#291B12;text-transform:uppercase;font-size:20px;font-family:Melma}.sidebar .profile .content .info p{font-size:15px;font-weight:500;margin-top:5px;color:#5A4032}.sidebar .profile .arrow img{height:27px;cursor:pointer;transition:all .3s}.sidebar .pages{padding:30px 0 0 30px;width:100%}.sidebar .pages .tab_wrapper{position:relative}.sidebar .pages .tab{width:100%;background-color:#EBDAC9;border-radius:6px;height:50px;display:flex;align-items:center;gap:18px;padding-left:26px;margin-bottom:15px;position:relative;cursor:pointer}.bg_texture_img1,.sidebar .pages .tab .bg_texture_img2,.sidebar .pages .tab.active .tab_border{display:none}.sidebar .pages .tab.active .tab_active_border{position:absolute;width:100%;height:100%;top:0;left:0;transform:scaleY(1.03);display:block}.sidebar .pages .tab .tab_active_border{display:none}.sidebar .pages .sub_tab .tab_border,.sidebar .pages .tab .tab_border{position:absolute;width:101%;height:100%;top:-1px;left:-1px}.sidebar .pages .tab.active .bg_texture_img1{position:absolute;top:-20px;left:-20px;width:96px;height:80px;display:block;z-index:-1}.sidebar .pages .tab.active .bg_texture_img2{position:absolute;top:-16px;right:-17px;width:96px;height:75px;display:block;z-index:1}.sidebar .pages .tab.active{background-color:#DFC8B1;color:#291B12}.sidebar .pages .tab.active img{opacity:1}.sidebar .pages .tab img{height:20px;opacity:.55}.sidebar .pages .title{font-size:20px;font-weight:700;color:#867369;text-transform:capitalize;margin-bottom:3px;text-wrap:nowrap}.sidebar .pages .tab.active .title{color:#291B12}.sidebar.collapsed{width:130px}.sidebar.collapsed .profile .content .info{display:none}.sidebar.collapsed .profile{padding-left:20px;padding-right:10px}.sidebar.collapsed .pages .title{display:none}.sidebar.collapsed .pages .tab{width:73%;border:1px solid #d2b99b}.sidebar.collapsed .pages .tab.active{border:1px solid #bca185}.sidebar.collapsed .pages .tab .tab_border{transition:all .3s;display:none}.sidebar.collapsed .pages .tab.active .tab_active_border{display:none}.sidebar.collapsed .pages .tab.active .bg_texture_img2{top:-16px;right:-24px;z-index:-1}.sidebar.collapsed .pages .tab.active .bg_texture_img1{top:-15px;left:-20px}.sidebar.collapsed .profile .arrow img{transform:rotate(180deg)}.dashboard .main_heading_wrapper{display:flex;align-items:center;gap:20px}.dashboard .main_heading_wrapper .bar{background-color:#EBDAC9;border:1px solid #dfc8b1;border-radius:5px;padding:5px}.dashboard .main_heading_wrapper .bar img{height:26px}.main_heading{font-size:40px;text-transform:uppercase;font-family:Melma;color:#291B12;margin-bottom:6px}.welcome_dashboard{background-color:#EBDAC9;border-radius:17px;padding:40px;display:flex;justify-content:space-between;margin-top:30px;position:relative}.welcome_dashboard .welcome_bg_img1{position:absolute;bottom:-47px;left:90px;height:200px;z-index:-1}.welcome_dashboard .welcome_bg_img2{position:absolute;top:-59px;right:200px;height:220px;z-index:-1}.welcome_dashboard h2{font-size:40px;text-transform:uppercase;font-family:Melma;color:#291B12;margin-bottom:17px}.welcome_dashboard p{font-size:16px;color:#291B12;margin-bottom:22px}.welcome_dashboard .batns{display:flex;align-items:center;gap:10px}.dashboard_main_btn{border-radius:6px;background-color:#291B12;font-size:16px;font-weight:700;text-transform:capitalize;outline:1px solid #291B12;color:#EBDAC9;padding:10px 26px;transition:all .3s;display:flex;align-items:center;gap:3px}.dashboard_main_btn:hover{color:#291B12;background:none}.dashboard_main_btn.light:hover{background-color:#291B12;color:#EBDAC9}.dashboard_main_btn.light{background:none;outline:1px solid #291B12;color:#291B12}.dashboard_main_btn.delete{background-color:#FFA6A6;color:#D71F1F;outline:none;border:1px solid transparent}.dashboard_main_btn.delete:hover{border:1px solid #d71f1f}.welcome_dashboard img{height:97px}.start_reading{margin-top:60px}.start_reading .swiper-slide{width:530px!important}.start_reading .reading_top{display:flex;justify-content:space-between;gap:20px}.dashboard_section_heading{font-size:30px;text-transform:uppercase;font-family:Melma;color:#291B12;margin-bottom:8px}.dashboard_section_para{font-size:18px;color:#7C5B46;line-height:1.3}.start_reading .reading_top .right{display:flex;align-items:center;gap:8px;flex-shrink:0}.start_reading .reading_top .right span{font-size:26px;text-transform:uppercase;font-family:Melma;color:#291B12}.start_reading .reading_top .right img{height:24px}.latest_subscriptions{width:100%;background-color:#EBDAC9;border-radius:24px;border:2px solid #dfc8b1;padding:40px;margin-top:70px;position:relative}.latest_subscriptions .bg_img{position:absolute;top:20px;right:400px;height:130px;pointer-events:none}.latest_subscriptions .bg_img.empty_data{position:absolute;top:unset;right:100px;height:130px;pointer-events:none;bottom:0}.latest_subscriptions .subscriptions_top{display:flex;justify-content:space-between;position:relative;z-index:3}.dashboard_custom_pagination{display:flex;align-items:center;flex-shrink:0}.dashboard_custom_pagination button{background:none}.dashboard_custom_pagination img{height:32px}.dashboard_custom_pagination .page_count{display:flex;align-items:center;width:75px;color:#5A4032;justify-content:center;font-size:24px;font-weight:700}.latest_subscriptions .subscription_card_swiper{position:relative;margin-right:-40px}.latest_subscriptions .subscription_card_swiper .gradient{position:absolute;right:0;top:0;height:100%;width:150px;background:linear-gradient(270deg,#EBDAC9,#ebdac900);z-index:2}.no_data{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;position:relative;z-index:2;margin-top:30px;margin-bottom:30px}.no_data h5{font-size:22px;font-weight:700;text-transform:uppercase;color:#291B12}.no_data p{font-size:18px;color:#5A4032}.subscription_card{display:flex;align-items:center;gap:20px;background-color:#DFC8B1;border-radius:12px;width:100%;height:137px;margin-top:40px}.subscription_card .img{width:100px;height:100%;display:flex;align-items:center;justify-content:center}.subscription_card .img img{width:100%;height:100%;border-radius:12px 0 0 12px;object-fit:cover}.subscription_card .info h5{color:#5A4032;font-size:16px;text-transform:uppercase;font-family:Melma}.subscription_card .info .tags{display:flex;align-items:center;gap:15px;margin-top:10px}.subscription_card .info .tag{padding:6px 8px;color:#F1E6D9;font-size:12px;font-weight:700;text-transform:capitalize;border-radius:100px;position:relative;z-index:1}.subscription_card .info .tag:before{background-color:#291B12;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.subscription_card .info .tag.red:before{background-color:#D71F1F}.subscription_card .info .updated{margin-top:10px}.subscription_card .info .updated p{color:#867369;font-size:12px;font-weight:500}.subscription_card .info .updated h6{font-size:18px;color:#5A4032;font-family:New Rocker;margin-top:4px}.latest_followings{margin-top:60px;border-radius:24px;background-color:#EBDAC9;border:2px solid #dfc8b1;padding:40px;position:relative;overflow:hidden}.latest_followings .book{position:absolute;top:-40px;right:-70px;z-index:0;height:160px}.latest_followings .followings_top{display:flex;justify-content:space-between;position:relative;z-index:2;gap:20px}.latest_followings .followers_swiper{position:relative;margin-right:-40px}.latest_followings .followers_swiper .swiper{height:130px}.latest_followings .followers_swiper .gradient{position:absolute;right:0;top:0;height:100%;width:150px;background:linear-gradient(270deg,#EBDAC9,#ebdac900);z-index:2}.follower{display:flex;align-items:center;gap:16px;margin-top:30px;position:relative;width:100%;z-index:1}.follower .bg_img{position:absolute;top:0;right:0;height:100px}.follower .img{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:500px;position:relative;flex-shrink:0}.follower .img img{width:100%;height:100%;border-radius:500px;object-fit:cover}.follower .img .border{position:absolute;top:-2px;left:-1px;width:104%;height:106%}.follower .info{position:relative;z-index:0}.follower .info .name{font-size:20px;font-family:Melma;color:#5A4032;text-transform:uppercase}.follower .info .series_followers{display:flex;align-items:center;gap:16px;margin-top:12px}.follower .info .series_followers .series{font-size:18px;font-family:Melma;color:#867369}.follower .info .series_followers .series span{font-family:New Rocker;color:#291B12}.fanart{background-color:#EBDAC9;border-radius:24px;border:2px solid #dfc8b1;padding:40px;margin-top:60px}.fanart.empty_fanart{background:none;border:none;padding:0}.fanart .fanart_top{display:flex;justify-content:space-between;gap:20px}.fanart .fanart_top .right{display:flex;align-items:center;gap:8px;flex-shrink:0}.fanart .fanart_top .right span{font-size:26px;text-transform:uppercase;font-family:Melma;color:#291B12}.fanart .fanart_top .right img{height:24px}.fanart .filteration{display:flex;align-items:center;justify-content:space-between;margin-top:20px;gap:10px}.fanart .filteration .tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.fanart .filteration .tags .tag{padding:8px 10px;color:#F1E6D9;font-size:14px;font-weight:700;text-transform:capitalize;border-radius:100px;position:relative;z-index:1}.fanart .filteration .tags .tag:before{background-color:#5A4032;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.fanart .filteration .sort_by{font-size:18px;color:black;font-family:Inter\ 18pt;flex-shrink:0}.fanart .filteration .sort_by select{background:none;border:none;color:#7C5B46;margin-left:10px;cursor:pointer}.fanart_cards{margin-top:44px;display:grid;flex-wrap:wrap;gap:9px;grid-template-columns:repeat(4,1fr)}.fanart_card{aspect-ratio:1/.8;border-radius:10px;overflow:hidden;position:relative;transition:all .3s}.fanart_card,.fanart_card .nsfw_content{width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.fanart_card .nsfw_content{position:absolute;height:100%;flex-direction:column;gap:8px;background-image:url(/images/pattern.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;background-color:rgba(226,206,183,.6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;top:0;left:0}.fanart_card .nsfw_content img{height:20px}.fanart_card .nsfw_content p{font-size:18px;color:#7C5B46;font-weight:600}.fanart_card:hover .content{opacity:1}.fanart_card .fanart_img{width:100%;height:100%;object-fit:cover}.fanart_card .content{position:absolute;top:0;left:0;height:100%;padding:20px;flex-direction:column;background:linear-gradient(0deg,rgba(0,0,0,.722),rgba(0,0,0,0));opacity:0;transition:all .3s}.fanart_card .content,.fanart_card .content .top{width:100%;display:flex;justify-content:space-between}.fanart_card .content .top{align-items:center}.fanart_card .content .top.creator{justify-content:flex-end;gap:6px}.fanart_card .content .top.creator .action{background-color:#291B12;border-radius:8px;color:#EBDAC9;font-size:16px;font-weight:700;padding:10px 12px;transition:all .3s}.fanart_card .content .top.creator .action:hover{background-color:#EBDAC9;color:#291B12}.fanart_card .content .top.creator .action.delete{background-color:#FFA6A6;color:#D71F1F;border:1px solid transparent}.fanart_card .content .top.creator .action.delete:hover{border:1px solid #d71f1f}.fanart_card .content .top.creator .status{font-size:14px;color:#5A4032;background-color:#E2CEB7;padding:7px 16px;border-radius:100px;margin-right:auto;font-weight:600}.fanart_card .content .top .heart_icon img{height:22px;cursor:pointer}.fanart_card .content .top .view_detail_icon img{height:24px;cursor:pointer}.fanart_card .content .bottom{width:100%;color:white;display:flex;align-items:flex-end;justify-content:space-between}.fanart_card .content .bottom .title{font-size:25px;font-family:Melma;text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.fanart_card .content .bottom .info{display:flex;align-items:center;justify-content:flex-end;margin-top:13px}.fanart_card .content .bottom .creator .by{font-size:16px;margin-top:8px}.fanart_card .content .bottom .creator .by span{font-weight:700}.fanart_card .content .bottom .info .likes{display:flex;align-items:center;gap:8px;font-size:14px;font-family:New Rocker}.fanart_card .content .bottom .info .likes .like{display:flex;align-items:center;gap:4px}.fanart_card .content .bottom .info .likes .like img{height:14px}.dashboard .fanart_card{cursor:pointer}.your_lists{margin-top:60px}.your_lists .list_cards{margin-top:20px;display:flex;justify-content:center;gap:22px}.list_card{padding:20px 20px 0 36px;background-color:#DDB4B4;border-radius:12px;width:100%;height:215px;position:relative;overflow:hidden}.list_card .text{display:flex;justify-content:space-between;width:100%}.list_card .text .value{color:black;font-size:47px;font-weight:700}.list_card .text .title{color:#291B12;font-size:26px;font-family:Melma;text-transform:uppercase;margin-top:15px}.list_card .text p{font-size:14px;color:#291B12;margin-top:14px}.list_card .text .right{color:#291B12;font-size:18px;text-transform:uppercase;font-family:Melma;cursor:pointer}.list_card .img1{bottom:-50px;left:40%;transform:rotate(-20deg)}.list_card .img1,.list_card .img2{position:absolute;width:76px;border-radius:4px}.list_card .img2{bottom:-34px;right:22%}.list_card .img3{position:absolute;bottom:-50px;right:10%;width:76px;border-radius:4px;transform:rotate(20deg)}.recent_activity{margin-top:60px}.recent_activity .activity_top{display:flex;justify-content:space-between;gap:20px}.recent_activity .activity_top .right{display:flex;align-items:center;gap:8px;flex-shrink:0}.recent_activity .activity_top .right span{font-size:26px;text-transform:uppercase;font-family:Melma;color:#291B12}.recent_activity .activity_top .right img{height:24px}.recent_activity .notifications{background-color:#EBDAC9;border-radius:12px;width:100%;padding:28px;margin-top:30px;position:relative}.recent_activity .notifications .book{position:absolute;top:50%;transform:translateY(-50%);left:60px;height:150px}.recent_activity .notifications .no_data{margin-top:50px;margin-bottom:50px}.recent_activity .notifications .notification_item{display:flex;align-items:center;padding-bottom:17px;margin-bottom:17px;border-bottom:1px solid rgba(153,128,111,.2)}.recent_activity .notifications .notification_item:last-child{padding:0;margin:0;border:0}.recent_activity .notifications .notification_item .img{width:47px;height:47px;border-radius:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-right:15px}.recent_activity .notifications .notification_item .img img{width:100%;height:100%;object-fit:cover}.recent_activity .notifications .notification_item .content{display:flex;align-items:center}.recent_activity .notifications .notification_item .content .text{font-size:20px;color:#7C5B46}.recent_activity .notifications .notification_item .content .text strong{font-weight:600}.recent_activity .notifications .notification_item .content .time{color:#99806F;font-size:16px;margin-left:10px;flex-shrink:0}.quick_stats .stats{display:flex;gap:22px}.quick_stats .stats .stats_box{background-color:#EBDAC9;border-radius:8px;padding:26px;width:100%;max-width:410px}.quick_stats .stats .stats_box h2{color:#291B12;font-size:47px;font-weight:700}.quick_stats .stats .stats_box p{color:#291B12;font-size:28px;margin-top:17px}.quick_stats .stats .stats_box span{color:#3C501C;font-size:13px;display:block;margin-top:16px;font-weight:600}.quick_actions{margin-top:60px}.quick_actions .actions{margin-top:20px;display:flex;align-items:center;gap:9px}.quick_actions .actions .action{border-radius:8px;color:#291B12;font-size:20px;text-transform:uppercase;outline:2px solid rgba(41,27,18,.2);padding:20px;background:none;width:100%;font-weight:700;transition:all .3s;text-align:center}.quick_actions .actions .action:hover{background-color:#DFC8B1;outline:2px solid #DFC8B1}.empty{padding:70px 20px;border-radius:10px;background-position:50%;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;outline:2px dashed #291B12;margin-top:20px;text-align:center}.empty h3{font-size:22px;font-weight:700;color:#291B12;margin-bottom:8px}.empty p{font-size:18px;color:#5A4032;margin-bottom:18px}.empty .batns{display:flex;align-items:center;gap:10px}.create_wrapper{margin-top:45px}.create_wrapper .steps_nav{display:flex;align-items:center;gap:22px;overflow:auto}.create_wrapper .steps_nav .step_item{display:flex;align-items:center;gap:16px}.create_wrapper .steps_nav .step_item.active span{background-color:#5A4032}.create_wrapper .steps_nav .step_item span{display:flex;align-items:center;justify-content:center;background-color:#BF8F62;height:50px;aspect-ratio:1/1;font-size:26px;font-weight:700;color:white;border-radius:50%;transition:all .3s}.create_wrapper .steps_nav .step_item.active p{color:#5A4032}.create_wrapper .steps_nav .step_item p{font-size:28px;font-weight:700;color:#BF8F62;transition:all .3s}.create_wrapper .steps_nav .line{width:2%;height:3px;background-color:#BF8F62}.step_wrapper{background-color:#EBDAC9;border:1px solid #d2b99b;border-radius:24px;padding:40px;margin-top:30px;width:100%;height:fit-content;position:relative}.step_heading{font-size:30px;text-transform:uppercase;font-family:Melma;margin-bottom:22px;position:relative;z-index:1}.step_wrapper .two_fields{display:flex;gap:20px;width:100%}.step_wrapper img.book{position:absolute;top:0;left:0;height:180px;z-index:0}.form_group{width:100%;position:relative}.select_wrapper{position:relative!important;width:100%}.select_wrapper .select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding-right:40px!important;cursor:pointer}.select_wrapper .select_arrow{position:absolute;right:15px;top:50%;width:22px;height:22px;transform:translateY(-50%);pointer-events:none}.form_group.bio{margin-top:15px}.form_group .main_label{font-size:16px;font-weight:500;color:#291B12;display:block;margin-bottom:13px;text-wrap:nowrap}.form_group .main_label span{color:#99806F}.form_group .main_input{background-color:#F3E8DB;border-radius:10px;color:#7C5B46;font-size:16px;padding:13px 20px;width:100%;border:none;font-weight:500;line-height:1.2;display:flex;align-items:center}.form_group textarea.main_input{line-height:1.4}.form_group .main_input:focus{outline:1px solid #99806F}.form_group .main_input::placeholder{color:#99806F;font-weight:500}.step_wrapper .help_text{font-size:14px;color:#5A4032;margin-top:16px;margin-bottom:30px;display:inline-block}.form_group .main_input.select{cursor:pointer;position:relative;padding:14.5px 20px}.form_group .main_input.select:after{content:"";position:absolute;right:25px;top:50%;width:30px;height:30px;transform:translateY(-50%);background-image:url(/images/arrow_down.svg);background-size:contain;background-repeat:no-repeat;pointer-events:none}.create_wrapper .bottom_buttons{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:40px}.create_wrapper .bottom_buttons .right{display:flex;align-items:center;gap:20px;margin-left:auto}.create_wrapper .bottom_buttons .step_button{background-color:#5A4032;border-radius:8px;color:#EBDAC9;padding:12px 15px;font-size:19px;border:2px solid #5a4032;font-weight:600;display:flex;align-items:center;gap:5px;transition:all .3s;line-height:1}.create_wrapper .bottom_buttons .step_button:disabled{opacity:.6;pointer-events:none}.create_wrapper .bottom_buttons .step_button svg{height:20px}.create_wrapper .bottom_buttons .step_button:hover{background:none;color:#5A4032}.create_wrapper .bottom_buttons .step_button.light{border:2px solid #5a4032;background:none;color:#5A4032}.create_wrapper .bottom_buttons .step_button.light:hover{color:#EBDAC9;background-color:#5A4032}.categories_presentation_step{display:flex}.categories_presentation_step .categories .form_group:last-child{margin-top:30px}.categories_presentation_step .categories{width:50%;padding-right:40px;border-right:1px solid rgba(0,0,0,.1)}.tag-box{width:100%;border-radius:10px;padding:10px 19px;background-color:#F3E8DB;min-height:160px;cursor:text;display:flex;flex-wrap:wrap;gap:6px}.tag-box .tag{font-size:18px;font-weight:400;color:#7C5B46;display:inline-block;position:relative;border-radius:100px;z-index:2;font-family:Jersey\ 10;padding:5px 9px 4px;height:fit-content}.multi-tag-input .tag-dropdown{position:absolute;z-index:50;top:100%;left:0;right:0;margin-top:6px;background:#F3E8DB;border:1px solid #7c5b46;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,.06);max-height:260px;overflow:auto}.multi-tag-input .tag-dropdown button{display:block;background:none;padding:10px;color:#7C5B46;font-weight:700;cursor:pointer;width:100%;text-align:start}.multi-tag-input .tag-dropdown button:hover{background:#DFC8B1}.tag-box .tag button{background:none;color:#7C5B46;bottom:1px}.tag-box .tag button svg{height:15px;margin-left:2px}.tag-box input{background:none;border:none;font-size:16px;font-weight:500;color:#7C5B46;height:fit-content}.tag-box input:focus{outline:none}.tag-box input::placeholder{color:#99806F}.tag-box .tag:before{background-color:#D2B7A4;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.categories_presentation_step .presentation .image_upload_boxes{display:flex;gap:30px;margin-top:20px;position:relative}.categories_presentation_step .presentation .upload_wrapper label{font-size:16px;color:#291B12;display:block;font-weight:500;margin-bottom:20px}.categories_presentation_step .presentation .upload_box{border:2px dashed #c3b6a8;background:#f3e7db;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center}.categories_presentation_step .presentation .upload_box .upload_content{padding:15px}.categories_presentation_step .presentation .upload_box p{font-size:16px;font-weight:500;color:#99806F}.categories_presentation_step .presentation .upload_box small{font-size:13px;margin-top:8px;display:inline-block;line-height:1.3}.categories_presentation_step .presentation .upload_box.vertical{height:370px;aspect-ratio:1/1.7}.categories_presentation_step .presentation .upload_box.square{height:330px;width:100%}.categories_presentation_step .presentation .preview_img{max-width:100%;max-height:100%;border-radius:20px;padding:10px}.radio_wrapper{display:flex;align-items:center;gap:8px;margin-bottom:12px;cursor:pointer}.radio_wrapper img{height:23px}.radio_wrapper .radio_label{font-size:14px;font-family:Inter\ 18pt;color:#594232;cursor:pointer;line-height:1.3}.radio_wrapper .radio_label.selected_label{font-weight:600}.content_setting .form_group.second{margin-top:22px}.checkbox_wrapper{display:flex;align-items:center;gap:8px;margin-bottom:12px}.checkbox_wrapper img{height:23px;cursor:pointer}.checkbox_wrapper .checkbox_label{font-size:14px;font-family:Inter\ 18pt;color:#594232;cursor:pointer}.checkbox_wrapper .checkbox_label.selected_label{font-weight:600}.setting_visibility{display:flex;gap:20px}.toggle_switch{width:42px;height:20px;background-color:#BF8F62;border-radius:12px;position:relative;cursor:pointer;transition:background-color .3s;flex-shrink:0}.toggle_switch.checked{background-color:#5A4032}.toggle_knob{width:16px;height:16px;background-color:#F3E8DB;border-radius:50%;position:absolute;top:2px;left:2px;transition:left .3s}.toggle_switch.checked .toggle_knob{left:24px}.settings{padding-top:40px}.settings-card{display:flex;align-items:center;justify-content:space-between;background-color:#F3E8DB;border-radius:10px;padding:13px 18px;gap:10px}.settings-card h5{font-family:Inter\ 18pt;font-size:15px;font-weight:600;color:#594232}.settings-card p{font-size:14px;color:#5A4032;margin-top:6px;line-height:1.1}.genres_step .step_content{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;z-index:1}.genres_step .step_content h1{font-size:52px;color:#291B12;text-transform:uppercase;text-align:center;font-family:Melma}.genres_step .step_content .para{font-size:23px;color:#7C5B46;margin-top:20px;text-align:center;line-height:1.4}.genres_step .step_content .tags_wrapper{margin-top:60px}.genres_step .step_content .tags_wrapper .tags_outer{margin-bottom:38px}.genres_step .step_content .tags_wrapper .tags_outer h4{margin-bottom:15px;font-size:24px;color:#291B12;text-transform:uppercase;font-family:Melma}.genres_step .step_content .tags_wrapper .tags_outer .tags{display:flex;gap:16px;flex-wrap:wrap;width:min(870px,100%)}.genres_step .step_content .tags_wrapper .tags_outer .tags .tag{font-size:16px;font-weight:700;color:#7C5B46;display:inline-block;padding:6px 8px 7px;position:relative;border-radius:100px;z-index:2;cursor:pointer;transition:all .2s}.genre_settings.genres_step .step_content .tags_wrapper{margin-top:0;width:100%}.genre_settings.genres_step .step_content .tags_wrapper .tags_outer .tags .tag.sensitive{color:white}.genre_settings.genres_step .step_content .tags_wrapper .tags_outer .tags{width:100%}.genre_settings.genres_step .step_content .tags_wrapper .tags_outer .tags .tag{color:#594232}.genre_settings.genres_step .step_content .tags_wrapper .tags_outer .tags .tag.sensitive:before{background-color:#D71F1F}.genre_settings.genres_step .step_content .tags_wrapper .tags_outer .tags .tag:before{background-color:#d1b395}.genres_step .step_content .tags_wrapper .tags_outer .tags .tag:hover{transform:translateY(-2px)}.genres_step .step_content .tags_wrapper .tags_outer .tags .tag:before{background-color:#EBDAC9;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.genres_step .step_content .tags_wrapper .tags_outer .tags .tag.red{color:#FFFFFF}.genres_step .step_content .tags_wrapper .tags_outer .tags .tag.red:before{background-color:#D71F1F}.genres_step .step_content .tags_wrapper .tags_outer .tags .tag.active{color:#FFFFFF}.genres_step .step_content .tags_wrapper .tags_outer .tags .tag.active:before,.genres_step .step_content .tags_wrapper .tags_outer .tags .tag.sensitive.active:before{background-color:#291B12!important}.policy{display:flex;margin-top:22px;gap:10px}.policy .policy_label{font-size:14px;color:#5A4032;line-height:1.4}.policy .policy_label a{color:#5A4032;font-weight:700;text-decoration:underline}.visibility_wrapper{width:100%}.art_basic_info_step textarea{min-height:160px}.art_basic_info_step .two_fields:last-child{margin-top:20px}.categories_tags_step .content{display:flex;gap:20px}.categories_tags_step .content .left{width:50%}.categories_tags_step .content .left .form_group:first-child{margin-bottom:30px}.categories_tags_step .content .right{width:50%}.categories_tags_step .content .right .tag-box{min-height:unset}.categories_tags_step .content .right .tag-box input{margin-top:0}.my-work .tab_headers{display:flex;align-items:center;gap:5px;margin-top:35px}.my-work .tab_headers .tab{width:50%;background-color:#EBDAC9;border-radius:12px;height:62px;display:flex;align-items:center;justify-content:center;color:#867369;text-transform:uppercase;font-size:26px;font-family:Melma;gap:9px}.my-work .tab_headers .tab.active{color:#291B12;background-color:#DFC8B1}.my-work .tab_headers .tab img{height:26px;opacity:.6}.my-work .tab_headers .tab.active img{opacity:1}.my-work .tab_content{position:relative}.my-work .tab_content .filter_icon{height:35px;width:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#DFC8B1;position:absolute;right:10px;top:-7px;transform:translateY(-100%);padding-top:3px;display:none}.my-work .tab_content .filter_icon svg{height:20px;width:20px}.my-work .tab_content .tab_content_story{display:flex;margin-top:40px;position:relative;gap:30px}.my-work .tab_content .tab_content_story .content{width:100%;flex-grow:0;overflow:hidden}.my-work .tab_content .tab_content_story .content .story_cards{display:grid;gap:20px;grid-template-columns:49% 49%;margin-top:0;padding-bottom:60px;position:relative}.my-work .tab_content .tab_content_story .filter{background-color:#EBDAC9;width:310px;border-radius:10px;padding:19px;flex-shrink:0;height:80vh;position:sticky;top:100px;overflow-y:auto}.my-work .tab_content .tab_content_story .filter::-webkit-scrollbar{width:7px}.my-work .tab_content .tab_content_story .filter::-webkit-scrollbar-thumb{background-color:#5A4032;border-radius:30px}.my-work .tab_content .tab_content_story .filter .top{display:flex;justify-content:space-between}.my-work .tab_content .tab_content_story .filter .top h3{font-size:24px;text-transform:uppercase;color:#291B12;font-family:Melma}.my-work .tab_content .tab_content_story .filter .top button{text-transform:uppercase;color:#99806F;font-family:Inter\ 18pt;font-size:12px;background:none}.my-work .tab_content .tab_content_story .filter .search_container{width:100%;position:relative}.my-work .tab_content .tab_content_story .filter .search_container input{width:100%;background-color:#F3E8DB;border-radius:10px;padding:14px 40px;border:none;color:#99806F}.my-work .tab_content .tab_content_story .filter .search_container input:focus{outline:1px solid #99806F}.my-work .tab_content .tab_content_story .filter .search_container .search_icon{position:absolute;top:50%;left:14px;transform:translateY(-50%)}.my-work .tab_content .tab_content_story .filter .search_container .cross_icon{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.my-work .tab_content .tab_content_story .filter .search_wrapper{padding-bottom:16px;border-bottom:1px solid rgba(153,128,111,.3);margin-top:15px;margin-bottom:16px}.my-work .tab_content .tab_content_story .filter .search_wrapper label,.my-work .tab_content .tab_content_story .filter .sort_by label:first-child{text-transform:uppercase;color:#99806F;font-family:Inter\ 18pt;font-size:12px;background:none;margin-bottom:12px}.my-work .tab_content .tab_content_story .filter .sort_by{padding-bottom:16px;border-bottom:1px solid rgba(153,128,111,.3);margin-bottom:16px}.my-work .tab_content .tab_content_story .filter .genre{padding:0;border:0;margin:0}.my-work .tab_content .tab_content_story .content .story_cards.digital_cards{grid-template-columns:1fr 1fr 1fr}.my-work .tab_content .tab_content_story .filter .cross_button{margin-left:auto;width:fit-content;position:relative;top:-10px;right:-8px;display:none}.my-work .tab_content .tab_content_story .filter .cross_button img{height:20px}.story_detail .first_card{display:flex;align-items:stretch;justify-content:space-between;background-color:#EBDAC9;border:1px solid #d2b99b;border-radius:12px;overflow:hidden}.story_detail .first_card .image{width:400px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-position:50%;background-repeat:no-repeat;background-size:cover}.story_detail .first_card .image img{width:100%;height:100%;object-fit:cover}.story_detail .first_card .content{padding:40px}.story_detail .first_card .content .tags{display:flex;align-items:center;gap:15px;margin-bottom:25px}.story_detail .first_card .content .tags .tag{color:white;font-size:16px;font-weight:700;padding:6px 8px;border-radius:100px;position:relative;z-index:1}.story_detail .first_card .content .tags .tag:before{background-color:#006C20;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.story_detail .first_card .content h2{font-size:40px;color:#291B12;text-transform:uppercase;font-family:Melma;margin-bottom:25px;line-height:1.2}.web_comic_detail .first_card .content .type{font-size:20px;color:rgba(41,27,18,.4);margin-bottom:25px}.story_detail .first_card .content .meta_info{display:flex;gap:54px}.story_detail .first_card .content .meta_info small{font-size:14px;font-weight:500;color:#99806F;text-transform:uppercase}.story_detail .first_card .content .meta_info h3{font-size:34px;font-weight:700;color:#291B12;text-transform:uppercase;margin-top:7px}.story_detail .first_card .content .meta_info h3 img{height:24px;margin-left:5px}.story_detail .first_card .content .actions{display:flex;align-items:center;gap:12px;margin-top:25px}.story_detail .first_card .content .actions .action{background-color:#5A4032;border-radius:8px;text-transform:uppercase;color:#EBDAC9;font-size:19px;font-weight:700;text-align:center;padding:15px 13px}.story_detail .first_card .content .actions .action:hover,.story_detail .first_card .content .actions .action:nth-child(2){color:#5A4032;outline:2px solid #5A4032;background:none}.story_detail .first_card .content .actions .action:nth-child(2):hover{background-color:#5A4032;outline:none;color:#EBDAC9}.story_detail .first_card .content .actions .action:nth-child(3){color:#5A4032;background:#F3E8DB}.story_detail .first_card .content .actions .action:nth-child(3):hover{background-color:#5A4032;outline:none;color:#EBDAC9}.story_detail .second_card{margin-top:20px;display:flex;align-items:stretch;background-color:#EBDAC9;border:1px solid #d2b99b;border-radius:12px;overflow:hidden}.story_detail .second_card .image{width:500px;display:flex;align-items:center;justify-content:center;flex-shrink:0;gap:10px;background-position:50%;background-repeat:no-repeat;background-size:cover}.web_comic_detail .second_card .image{padding:11px}.web_comic_detail .second_card .image .img{width:100%;height:100%;border-radius:12px;overflow:hidden;transition:all .3s;cursor:pointer;position:relative}.web_comic_detail .second_card .image .img:hover:before{content:"";position:absolute;inset:0;background-color:rgba(255,255,255,.215);transition:all .3s}.web_comic_detail .second_card .image .img.active:hover:before{display:none}.web_comic_detail .second_card .image .img .content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:none;flex-direction:column;align-items:center;justify-content:center;transition:all .3s}.web_comic_detail .second_card .image .img.active .content{display:flex}.web_comic_detail .second_card .image .img .content img.camera{width:40px;margin-bottom:10px;filter:drop-shadow(2px 2px 4px black)}.web_comic_detail .second_card .image .img .content h5{color:white;font-size:18px;font-weight:700;text-transform:uppercase;text-shadow:1px 1px 12px black}.web_comic_detail .second_card .image .img1.active{width:170%;cursor:unset}.web_comic_detail .second_card .image .img2.active{width:530%;cursor:unset}.story_detail .second_card .image img{width:100%;height:100%;object-fit:cover}.story_detail .second_card .content{padding:40px;width:100%}.story_detail .second_card .content .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.story_detail .second_card .content .top h2{font-size:35px;color:#291B12;text-transform:uppercase;font-family:Melma}.story_detail .second_card .content .top a{font-size:26px;font-family:Melma;color:#291B12;text-transform:uppercase;display:flex;align-items:center;gap:6px;text-wrap:nowrap}.story_detail .second_card .content .top a img{width:24px}.story_detail .second_card .content .content_inner{display:flex;gap:20px}.story_detail .second_card .content .content_inner .left{width:60%}.story_detail .second_card .content .content_inner .right{width:40%}.story_detail .second_card .content .content_inner .content_item{margin-bottom:25px}.story_detail .second_card .content .content_inner h5{font-size:20px;text-transform:uppercase;color:#291B12;font-family:Melma;margin-bottom:10px}.story_detail .second_card .content .content_inner p{font-size:18px;color:#7C5B46;line-height:1.3;overflow-wrap:break-word;word-break:break-word}.story_detail .second_card .content .content_inner p.title{font-weight:600;overflow-wrap:break-word;word-break:break-word}.story_detail .second_card .content .content_inner p.warning{font-weight:600;color:#9D6E40}.story_detail .second_card .content .content_inner p.status{color:#006C20;font-weight:600}.story_detail .second_card .content .content_inner h4{color:#D71F1F;font-size:34px;font-weight:700}.story_detail .second_card .content .content_inner .tags{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.story_detail .second_card .content .content_inner .tags .tag{color:#5A4032;font-size:16px;font-weight:700;padding:6px 8px;border-radius:100px;position:relative;z-index:1}.story_detail .second_card .content .content_inner .tags .tag:before{background-color:#d1b395;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.story_detail .second_card .content .content_inner .tags .tag.genre:before{background-color:#9D6E40}.story_detail .chapters{background-color:#EBDAC9;border:1px solid #d2b99b;padding:40px;border-radius:12px;margin-top:20px}.story_detail .chapters .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.story_detail .chapters .top h2{font-size:40px;text-transform:uppercase;color:#291B12;font-family:Melma}.story_detail .chapters .top .actions,.story_detail .chapters .top .actions .batns{display:flex;align-items:center;gap:10px}.story_detail .chapters .top .actions .batns .action{background-color:#5A4032;border-radius:8px;text-transform:uppercase;color:#EBDAC9;font-size:18px;font-weight:700;padding:13px;transition:all .2s;border:2px solid transparent}.story_detail .chapters .top .actions .batns .action:hover{color:#5A4032;border:2px solid #5a4032;background:none}.story_detail .chapters .top .actions .tabs{display:flex;align-items:center;justify-content:center;background-color:#F3E8DB;padding:5px;border-radius:8px}.story_detail .chapters .top .actions .tabs button{background:none;border-radius:8px;font-size:18px;font-family:Melma;text-transform:uppercase;padding:13px 14px}.story_detail .chapters .top .actions .tabs button.active{background-color:#E2CEB7}.story_detail .chapters .content .chapter{background-color:#F3E8DB;padding:24px 30px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:15px}.story_detail .chapters .content .chapter .title{font-size:22px;color:#291B12;font-family:Melma;text-transform:uppercase;margin-bottom:10px}.story_detail .chapters .content .chapter .date{color:#7C5B46;font-size:14px;font-weight:600;text-transform:uppercase}.story_detail .chapters .content .chapter .actions{display:flex;align-items:center;gap:10px}.story_detail .chapters .content .chapter .actions .action{border-radius:6px;outline:1px solid #291B12;padding:13px 24px;font-size:16px;font-weight:700;color:#291B12;background:none;transition:all .3s}.story_detail .chapters .content .chapter .actions .action:hover{background-color:#291B12;color:#F1E6D9}.story_detail .chapters .content .chapter .actions .action.edit{background-color:#291B12;color:#F1E6D9;display:flex;align-items:center;gap:4px}.story_detail .chapters .content .chapter .actions .action.edit:hover{background:none;color:#291B12}.story_detail .chapters .content .chapter .actions .action.edit svg{height:15px;width:15px}.story_detail .chapters .content .chapter .actions .action.delete{background-color:#FFA6A6;color:#D71F1F;outline:none}.story_detail .chapters .content .chapter .actions .action.delete:hover{outline:1px solid #D71F1F}.story_detail .chapters .content .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.chapter_card{background-color:#F3E8DB;border:1px solid #dfc8b1;border-radius:20px;width:100%;overflow:hidden}.chapter_card .img{height:200px;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.chapter_card .img .status{left:20px;width:fit-content}.chapter_card .img .chapter_number,.chapter_card .img .status{position:absolute;top:20px;font-size:14px;color:white;background-color:#337077;padding:6px 12px;border-radius:100px}.chapter_card .img .chapter_number{right:20px}.chapter_card .status{font-size:14px;color:white;background-color:#337077;padding:6px 12px;border-radius:100px}.chapter_card .img img{width:100%;height:100%;object-fit:cover}.chapter_card .content{padding:22px}.chapter_card .content .tags{display:flex;align-items:center;gap:8px;margin-bottom:24px;flex-wrap:nowrap;overflow:auto;position:relative}.chapter_card .content .tags::-webkit-scrollbar{display:none}.chapter_card .content .tags .tag{padding:6px 8px;color:#5A4032;font-size:14px;font-weight:700;text-transform:capitalize;border-radius:100px;position:relative;z-index:1;text-wrap:nowrap}.chapter_card .content .tags .tag:before{background-color:#DFC8B1;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.chapter_card .content .tags .tag.red{color:#F1E6D9}.chapter_card .content .tags .tag.red:before{background-color:#D71F1F}.chapter_card .content .tags .tag.brown{color:#F1E6D9}.chapter_card .content .tags .tag.brown:before{background-color:#291B12}.chapter_card .content h4{font-size:24px;color:#291B12;font-family:Melma;text-transform:uppercase;margin-bottom:12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.2}.chapter_card .content .meta_info{display:flex;margin-bottom:22px}.chapter_card .content .meta_info .meta_item{padding-right:14px;margin-right:14px;border-right:1px solid #dfc8b1}.chapter_card .content .meta_info .meta_item p{font-size:12px;font-weight:500;text-transform:uppercase;margin-bottom:6px}.chapter_card .content .meta_info .meta_item b{font-size:18px;color:#5A4032;font-family:New Rocker}.chapter_card_actions{display:flex;gap:10px;align-items:center}.chapter_card_actions .action{border-radius:6px;outline:1px solid #291B12;padding:13px 24px;font-size:16px;font-weight:700;color:#291B12;background:none;transition:all .3s}.chapter_card_actions .action.edit,.chapter_card_actions .action:hover{background-color:#291B12;color:#F1E6D9}.chapter_card_actions .action.edit{display:flex;align-items:center;gap:4px}.chapter_card_actions .action.edit:hover{background:none;color:#291B12}.chapter_card_actions .action.edit svg{height:15px;width:15px}.chapter_card_actions .action.delete{background-color:#FFA6A6;color:#D71F1F;outline:none}.chapter_card_actions .action.delete:hover{outline:1px solid #D71F1F}.detail_page_quick_stats{background-color:#EBDAC9;border:1px solid #d2b99b;padding:40px;border-radius:24px;margin-top:40px;border-radius:12px}.detail_page_quick_stats .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.detail_page_quick_stats .top h2{font-size:40px;text-transform:uppercase;color:#291B12;font-family:Melma}.detail_page_quick_stats .top a{font-size:26px;font-family:Melma;color:#291B12;text-transform:uppercase;display:flex;align-items:center;gap:6px;text-align:end}.detail_page_quick_stats .top a img{width:24px}.detail_page_quick_stats .cards{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px}.detail_page_quick_stats .cards .card{border-radius:7px;padding:22px 20px;border:none;text-align:end;width:100%}.detail_page_quick_stats .cards .card h3{font-size:28px;text-transform:uppercase;color:#291B12;font-family:Melma;margin-bottom:20px}.detail_page_quick_stats .cards .card h2{font-size:47px;font-weight:700;color:#291B12}.detail_page_quick_stats .cards .card img{width:46px;height:46px;margin-top:-29px}.story_detail .chapters .content .table{width:100%;border-radius:15px;overflow:auto}.story_detail .chapters .content .table::-webkit-scrollbar{height:5px}.story_detail .chapters .content .table::-webkit-scrollbar-thumb{background-color:#c9b5a0}.story_detail .chapters .content .table table{width:100%}.story_detail .chapters .content .table thead tr{background-color:#e3c6a5;border-radius:15px 15px 0 0}.story_detail .chapters .content .table thead tr th{padding:20px 30px;font-size:18px;color:#291B12;font-weight:600;text-wrap:nowrap}.story_detail .chapters .content .table tbody tr{background-color:#E2CEB7;border-bottom:1px solid #d2b99b}.story_detail .chapters .content .table tbody .img{width:90px;height:90px;overflow:hidden;border-radius:8px}.story_detail .chapters .content .table tbody{width:100%}.story_detail .chapters .content .table tbody tr td{padding:20px 30px;vertical-align:middle;font-size:16px;color:#291B12;line-height:1.3}.story_detail .chapters .content .table tbody tr td.image{width:120px;min-width:120px;padding:0}.story_detail .chapters .content .table tbody .img img{width:100%;height:100%;object-fit:cover;display:block}.artwork_step .upload_box{border:2px dashed #c3b6a8;background:#f3e7db;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:420px;height:350px;overflow:hidden;position:relative}.artwork_step .upload_box.image_preview{width:fit-content;height:420px}.artwork_step .upload_box .preview_image{height:100%;width:100%;object-fit:contain}.artwork_step .upload_box .upload_content p{font-size:16px;font-weight:500;color:#99806F}.artwork_step .upload_box .upload_content small{font-size:13px;margin-top:8px;display:inline-block;line-height:1.3}.chapter_content .upload_box{border:2px dashed #c3b6a8;background:#f3e7db;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;min-height:240px;margin-top:15px;padding:20px}.chapter_content .upload_box .image_grid{width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,calc(20% - 8px)));grid-auto-rows:220px;gap:10px}.chapter_content .upload_box .image_grid .image_item.editor-container{position:relative;border:1px solid #ddd;border-radius:4px;background:white}.word_count_display{position:absolute;bottom:15px;right:20px;font-size:14px;font-weight:600;color:#7C5B46;pointer-events:none;text-transform:uppercase}.chapter_content .upload_box .image_grid .image_item{border:1px solid #ddd;border-radius:8px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;cursor:grab}.chapter_content .upload_box .image_grid .image_item img{width:100%;height:100%;object-fit:cover}.chapter_content .upload_box .image_grid .image_item .drag_indicator{position:absolute;bottom:10px;left:50%;transform:translateX(-50%) rotate(90deg);color:white;font-size:30px;filter:drop-shadow(1px -1px 1px rgba(0,0,0,.3))}.chapter_content .upload_box .image_grid .image_item .trash_icon{position:absolute;right:10px;top:10px;color:red;font-size:20px;background:0;z-index:2;filter:drop-shadow(1px 1px 1px rgba(0,0,0,.3))}.chapter_content .upload_box .upload_content p{font-size:16px;font-weight:500;color:#99806F}.chapter_content .upload_box .upload_content small{font-size:13px;margin-top:8px;display:inline-block;line-height:1.3}.artwork_step .panel-row{display:flex;gap:45px;flex-wrap:wrap;margin-top:45px}.artwork_step .panel-card{width:30.8%;height:180px;background:#EBDAC9;outline:14px solid #F3E8DB;border-radius:12px;padding:16px;position:relative;display:flex;justify-content:center;align-items:center;cursor:grab;transition:.2s ease}.artwork_step .panel-card:active{cursor:grabbing;transform:scale(1.05)}.artwork_step .delete-btn{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;font-size:18px;color:#b33}.artwork_step .panel-content{text-align:center;font-family:Inter,sans-serif;color:#6a5b50;position:static}.artwork_step .file-name{font-size:16px;margin-bottom:11px;color:#99806F;font-weight:600}.artwork_step .file-size{font-size:13px;opacity:.7;margin-bottom:6px;color:#5A4032}.artwork_step .dots{font-size:20px;color:#b9a89c;position:absolute;left:50%;transform:translateX(-50%);bottom:16px}.chapter_content .top{display:flex;align-items:center;justify-content:space-between}.chapter_content .top .toolbar{display:flex;align-items:center;gap:10px;margin-bottom:20px}.chapter_content .top .toolbar .toolbar_btn{padding:8px 12px;color:#EBDAC9;font-size:19px;text-transform:capitalize;border-radius:100px;position:relative;z-index:1;background:none}.chapter_content .top .toolbar .toolbar_btn:before{background-color:#99806F;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.chapter_content .bottom{display:flex;align-items:center;gap:15px;margin-top:20px}.chapter_content .bottom .editor_info{padding:8px 10px;color:#FFFFFF;font-size:16px;text-transform:capitalize;border-radius:100px;position:relative;z-index:1;background:none}.chapter_content .bottom .editor_info:before{background-color:#291B12;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.extras_step textarea{min-height:200px}.extras_step .image_uploader{border:2px dashed #c3b6a8;background:#f3e7db;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;height:200px}.extras_step .image_uploader .preview_img{width:100%;height:100%;object-fit:cover;border-radius:12px}.extras_step .image_uploader .placeholder_content{padding:15px;width:100%}.extras_step .image_uploader .placeholder_content p{font-size:16px;font-weight:500;color:#99806F}.extras_step .image_uploader .placeholder_content small{font-size:13px;margin-top:8px;display:inline-block;line-height:1.3}.publishing_step .visibility_box{border-radius:10px;background-color:#F3E8DB;padding:20px;display:flex;align-items:center;gap:15px;width:100%}.publishing_step .visibility_box .checkbox_wrapper{margin:0}.publishing_step .visibility_box .checkbox_title{font-size:14px;font-weight:600;color:#594232;font-family:Inter\ 18pt;margin-bottom:8px}.publishing_step .visibility_box .checkbox_desc{font-size:13px;color:#5A4032;line-height:1.2}.comic_basic_info .form_group_wrapper{display:flex;gap:20px;flex-wrap:wrap;row-gap:10px}.comic_basic_info .form_group_wrapper .form_group{width:49%}.add_comic_episode .comic_name{font-size:20px;color:#291B12;font-weight:600;margin-top:10px;display:inline-block}.add_comic_episode .comic_discription{font-size:20px;color:rgba(41,27,18,.4);margin-top:10px}.panel_step .panel-order-hint{display:flex;align-items:center;padding:12px 26px;background-color:#F3E8DB;border-radius:10px;margin-top:20px;gap:15px;width:680px}.panel_step .panel-order-hint img{width:33px}.panel_step .panel-order-hint p{font-size:15px;color:#5A4032}.episode_extras_step .visibility-notice{background-color:#F3E8DB;border-radius:6px;font-size:13px;color:#5A4032;padding:10px 20px;width:fit-content}.episode_extras_step .visibility-notice-label{margin-top:25px}.updates_and_activities .top{display:flex;justify-content:space-between;margin-bottom:20px;gap:7px}.updates_and_activities .top h3{font-size:30px;font-family:Melma;color:#291B12;text-transform:uppercase;margin-bottom:7px}.updates_and_activities .top p{color:#7C5B46;font-size:18px}.updates_and_activities .top a{display:flex;align-items:center;gap:8px;height:fit-content}.updates_and_activities .top a span{font-size:26px;font-family:Melma;color:#291B12;text-transform:uppercase}.updates_and_activities .top a img{height:24px}.updates_and_activities .latest_updates{margin-bottom:40px}.updates_and_activities .latest_updates .updates_wrapper{border-radius:12px;background-color:#EBDAC9;padding:35px}.updates_and_activities .latest_updates .updates_wrapper .update_item{display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(153,128,111,.2);gap:20px}.updates_and_activities .latest_updates .updates_wrapper .update_item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.updates_and_activities .latest_updates .updates_wrapper .update_item .img{height:47px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border-radius:50%}.updates_and_activities .latest_updates .updates_wrapper .update_item .img img{width:100%;height:100%;object-fit:cover}.updates_and_activities .latest_updates .updates_wrapper .update_item .left{display:flex;align-items:center;gap:15px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text{display:flex;gap:12px;align-items:center;margin-bottom:13px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text p{font-size:20px;color:#7C5B46;font-weight:500;line-height:1.3}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text p strong{color:#54331E}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text p strong.bolded{font-weight:700}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text p .title{font-family:Melma;color:#291B12;text-transform:uppercase}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text .time{font-size:16px;color:#99806F;font-weight:500;text-wrap:nowrap}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .meta .tag{padding:4px 8px;color:white;font-size:15px;font-weight:700;text-transform:capitalize;border-radius:100px;position:relative;z-index:1}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .meta .tag:before{background-color:#99806F;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.updates_and_activities .latest_updates .updates_wrapper .update_item a{display:flex;align-items:center;gap:8px;height:fit-content}.updates_and_activities .latest_updates .updates_wrapper .update_item a span{font-size:18px;text-transform:uppercase;color:#291B12;font-family:Melma;text-wrap:nowrap}.updates_and_activities .latest_updates .updates_wrapper .update_item a img{height:24px}.updates_and_activities .latest_activities .activities_wrapper{border-radius:12px;background-color:#EBDAC9;padding:35px}.updates_and_activities .latest_activities .activities_wrapper .activity_item:last-child{border:none}.updates_and_activities .latest_activities .activities_wrapper .activity_item{display:flex;align-items:center;gap:15px;padding:20px 0;border-bottom:1px solid rgba(153,128,111,.2);cursor:pointer;transition:all .3s}.updates_and_activities .latest_activities .activities_wrapper .activity_item:hover{border-radius:15px;background-color:#F5E4D3;padding-left:10px;padding-right:10px;transform:scale(.98)}.updates_and_activities .latest_activities .activities_wrapper .activity_item .img{height:47px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%}.updates_and_activities .latest_activities .activities_wrapper .activity_item .img img{width:100%;height:100%;object-fit:cover}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info{display:flex;align-items:center;gap:12px}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info p{font-size:20px;color:#7C5B46;line-height:1}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info .time{font-size:16px;color:#99806F;font-weight:500}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info p strong{color:#54331E;text-transform:uppercase;font-family:Melma}.notifications h3.heading{font-size:30px;font-family:Melma;color:#291B12;text-transform:uppercase;margin-bottom:7px}.notifications p.desc{color:#7C5B46;font-size:18px;margin-bottom:25px}.notifications .filters{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.notifications .filters .tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.notifications .filters .tags .tag{padding:6px 12px;color:#7C5B46;font-size:18px;text-transform:capitalize;border-radius:100px;position:relative;z-index:1;font-family:Jersey\ 10;display:flex;align-items:center;gap:4px;cursor:pointer}.notifications .filters .tags .tag.active{color:#EBDAC9}.notifications .filters .tags .tag.active:before{background-color:#5A4032}.notifications .filters .tags .tag:before{background-color:#D2B7A4;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.notifications .filters .sort{display:flex;align-items:center;gap:15px;font-family:Jersey\ 10;font-size:24px;color:black;flex-shrink:0}.notifications .filters .sort select{background:none;color:#7C5B46;border:none}.notifications .filters .sort select:focus{outline:1px solid #5A4032;border-radius:2px}.notifications .notifications-list{background-color:#EBDAC9;border-radius:12px;padding:35px}.notifications .notifications-list .notification-item{display:flex;align-items:center;padding:18px 0;gap:15px;border-bottom:1px solid rgba(153,128,111,.2);cursor:pointer;transition:all .2s}.notifications .notifications-list .notification-item:last-child{border-bottom:none}.notifications .notifications-list .notification-item:hover{border-radius:5px;background-color:#F5E4D3;padding-left:20px;padding-right:20px;transform:scale(.98)}.notifications .notifications-list .notification-item img{width:36px}.notifications .notifications-list .notification-item .text{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}.notifications .notifications-list .notification-item .text p{font-size:20px;color:#7C5B46;overflow-wrap:break-word;word-break:break-word}.notifications .notifications-list .notification-item .text p strong{color:#54331E;text-transform:uppercase;font-family:Melma;line-height:1.4;overflow-wrap:break-word;word-break:break-word}.notifications .notifications-list .notification-item .text .time{font-size:16px;color:#99806F;font-weight:500;text-wrap:nowrap}.messaging-app{height:86vh;background:#EBDAC9;padding:15px;gap:15px}.messaging-app,.messaging-app .message-sidebar{display:flex;overflow:hidden;border-radius:12px;border:2px solid rgba(191,143,98,.2)}.messaging-app .message-sidebar{width:350px;background:#F5E4D3;flex-direction:column}.messaging-app .sidebar-header{padding:28px 26px;border-bottom:1px solid rgba(41,27,18,.2)}.messaging-app .sidebar-header h1{font-size:30px;font-family:Melma;color:#291B12;text-transform:uppercase}.messaging-app .conversations-list{overflow-y:auto;flex:1 1}.messaging-app .conversations-list::-webkit-scrollbar{width:6px}.messaging-app .conversations-list::-webkit-scrollbar-track{background:transparent}.messaging-app .conversations-list::-webkit-scrollbar-thumb{background:#c9b5a0;border-radius:10px}.messaging-app .conversation-item{display:flex;gap:12px;padding:16px;cursor:pointer;transition:all .2s;border-bottom:1px solid #ebdac9;align-items:center}.messaging-app .conversation-item:hover{background:#DFC8B1}.messaging-app .conversation-item:hover .conversation-name,.messaging-app .conversation-item:hover .preview-text{color:#291B12}.messaging-app .conversation-item:hover .unread-badge{background-color:#291B12}.messaging-app .conversation-item.active{background:#BF8F62}.messaging-app .conversation-item.active .conversation-name,.messaging-app .conversation-item.active .preview-text{color:#F5E4D3}.messaging-app .conversation-item.active .unread-badge{color:#99806F;background-color:#F5E4D3}.messaging-app .avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.messaging-app .avatar.small{width:48px;height:48px}.messaging-app .avatar img{width:100%;height:100%;object-fit:cover}.messaging-app .conversation-info{flex:1 1;min-width:0}.messaging-app .conversation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.messaging-app .conversation-name{font-size:16px;color:#BF8F62;text-transform:uppercase;font-family:Melma}.messaging-app .conversation-time{font-size:14px;font-family:Jersey\ 10;color:#291B12}.messaging-app .conversation-preview{display:flex;justify-content:space-between;align-items:center;gap:10px}.messaging-app .preview-text{font-size:14px;color:#7C5B46;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messaging-app .unread-badge{background:#99806F;color:white;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;padding-bottom:1px}.messaging-app .chat-area{flex:1 1;display:flex;flex-direction:column;background:#F5E4D3;border-radius:12px;overflow:hidden;border:2px solid rgba(191,143,98,.2)}.messaging-app .chat-header{padding:20px;border-bottom:1px solid rgba(41,27,18,.2)}.messaging-app .chat-user-info{display:flex;align-items:center;gap:12px}.messaging-app .user-details h2{font-size:16px;color:#291B12;margin-bottom:5px;font-family:Melma;text-transform:uppercase}.messaging-app .online-status{font-size:14px;color:#7C5B46}.messaging-app .messages-container{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:20px}.messaging-app .messages-container::-webkit-scrollbar{width:6px}.messaging-app .messages-container::-webkit-scrollbar-track{background:transparent}.messaging-app .messages-container::-webkit-scrollbar-thumb{background:#c9b5a0;border-radius:10px}.messaging-app .date-divider{text-align:center;margin:10px 0}.messaging-app .date-divider span{font-size:16px;font-family:Jersey\ 10;color:#7C5B46}.messaging-app .message{display:flex;gap:7px;max-width:70%;align-items:flex-end}.messaging-app .message.other{align-self:flex-start}.messaging-app .message.me{align-self:flex-end;flex-direction:row-reverse}.messaging-app .message-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0;border:1px solid #dfc8b1}.messaging-app .message-avatar img{width:100%;height:100%;object-fit:cover}.messaging-app .message-bubble{background:#BF8F62;padding:10px 14px;position:relative;border-radius:12px 12px 12px 0}.messaging-app .message.me .message-bubble{background:#FFEDDA;border:1px solid #bf8f62;border-radius:12px 12px 0 12px}.messaging-app .message-bubble p{font-size:14px;color:#F5E4D3;line-height:1.5;margin-bottom:5px;font-weight:500}.messaging-app .message.me .message-bubble p{color:#7C5B46}.messaging-app .message-time{font-size:14px;color:#EBDAC9;display:block;font-family:Jersey\ 10;text-align:right}.messaging-app .message.me .message-time{color:#7C5B46}.messaging-app .input-area{display:flex;align-items:center;gap:15px;padding:20px 30px;border-top:1px solid rgba(0,0,0,.05)}.messaging-app .attach-button{background:none}.messaging-app .attach-button svg{height:23px;width:23px;color:#291B12;transition:all .2s}.messaging-app .attach-button svg:hover{color:#BF8F62}.messaging-app .attach-button:hover,.messaging-app .send-button:hover{color:#2c2c2c}.messaging-app .send-button{background:none;color:white;border-radius:50%;width:48px;height:48px;padding:0 0 0 4px;border:1px solid #291b12;transition:all .1s}.messaging-app .send-button svg{height:20px;width:20px;color:#291B12;transition:all .1s}.messaging-app .send-button:hover{background:#BF8F62;border-color:#BF8F62}.messaging-app .send-button:hover svg{color:#F5E4D3}.messaging-app .input-area textarea{flex:1 1;border:1px solid rgb(41 27 18/20%);border-radius:12px;background:transparent;padding:12px;font-size:16px;color:#99806F;outline:none}.messaging-app .input-area textarea::placeholder{color:rgb(41 27 18/30%)}.create_wrapper .tabs_nav{display:flex;border-bottom:1px solid rgb(41 27 18/20%);gap:35px}.create_wrapper .tabs_nav .tab_item{background:none;font-size:26px;font-weight:700;color:#291B12;padding-bottom:20px;border-bottom:3px solid transparent}.create_wrapper .tabs_nav .tab_item.active{border-bottom:3px solid #291b12}.account_step .profile_wrapper{display:flex;align-items:center;gap:24px;transform:translate(50px,-50%);width:fit-content}.account_step .profile_wrapper .avatar-wrapper{height:200px;aspect-ratio:1/1;border-radius:50%;position:relative;border:6px solid #ebdac9}.account_step .profile_wrapper .avatar-wrapper img{width:100%;border-radius:50%;height:100%;object-fit:cover;cursor:pointer}.account_step .profile_wrapper .avatar-wrapper .upload-btn{position:absolute;top:5px;right:5px;height:40px}.account_step .profile_wrapper .actions{display:flex;align-items:center;gap:12px;margin-top:100px}.account_step .profile_wrapper .actions button{border-radius:6px;background-color:#5A4032;font-size:17px;color:#EBDAC9;font-weight:700;text-transform:uppercase;padding:12px 15px;transition:all .2s;border:2px solid #5a4032}.account_step .profile_wrapper .actions button:hover{background:none;border:2px solid #5a4032;color:#5A4032}.account_step .profile_wrapper .actions button.light{background-color:#FFA6A6;color:#D71F1F;border-color:#FFA6A6}.account_step .profile_wrapper .actions button.light:hover{border-color:#D71F1F}.account_step .fields{margin-top:-40px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.account_step .fields .tag-box{min-height:50px}.account_step .fields .tag-box input{margin-top:4px}.account_step .settings_section{display:flex;gap:20px;align-items:flex-end;margin-top:38px}.account_step .select_theme{display:flex;gap:17px}.account_step .select_theme label{border:1.5px solid #5a4032;border-radius:6px;color:#5A4032;cursor:pointer;transition:.3s;-webkit-user-select:none;user-select:none;font-size:17px;font-weight:700;padding:12px 20px}.account_step .select_theme input{display:none}.account_step .select_theme input:checked+span,.account_step .select_theme label:has(input:checked){background:#5A4032;color:#EBDAC9}.account_step .theme_setting{margin-top:38px}.security_settings_step .pass_field{position:relative}.security_settings_step .pass_field img{position:absolute;top:50%;transform:translateY(-50%);right:13px;height:22px}.security_settings_step .pass_field input{padding-right:38px}.security_settings_step .pass_field img.hide{display:none}.security_settings_step .fields{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.security_settings_step .danger_zone{margin-top:38px;display:flex;gap:20px;align-items:flex-end}.security_settings_step .danger_zone .settings-card{background-color:#BF8F62}.security_settings_step .danger_zone .settings-card h5,.security_settings_step .danger_zone .settings-card p{color:white}.security_settings_step .danger_zone .settings-card .action{background-color:#EBDAC9;border-radius:6px;font-size:15px;text-transform:uppercase;color:#5A4032;padding:12px;font-weight:700;transition:all .2s;text-wrap:nowrap}.security_settings_step .danger_zone .settings-card .action:hover{background-color:#5A4032;color:#EBDAC9}.notifications_setting .top{display:flex;justify-content:space-between;gap:10px}.notifications_setting .top .actions{display:flex;align-items:center;justify-content:end;gap:10px}.notifications_setting .top .actions button{color:#BF8F62;font-size:18px;font-weight:700;text-transform:uppercase;border:2px solid #bf8f62;border-radius:8px;padding:14px;background:none;transition:all .2s}.notifications_setting .top .actions button:hover{background:#BF8F62;color:white}.notifications_setting .top .actions button.dark{background-color:#5A4032;color:#EBDAC9;border:2px solid #5a4032}.notifications_setting .top .actions button.dark:hover{background:none;border:2px solid #5a4032;color:#5A4032}.notifications_setting .setting_wrapper{display:grid;gap:20px;margin-top:30px;grid-template-columns:1fr 1fr;align-items:flex-end}.main_content .filter{background-color:#EBDAC9;border-radius:18px;width:490px;padding:24px;flex-shrink:0;position:sticky;max-height:80vh;height:fit-content;top:93px;display:flex;flex-direction:column}.main_content .filter .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.main_content .filter .top h5{font-size:24px;text-transform:uppercase;color:#291B12;font-family:Melma}.main_content .filter button.filter_show{font-family:Jersey\ 10;font-size:18px;color:#7C5B46;background:none}.main_content .filter .search_wrapper{padding-bottom:16px;border-bottom:1px solid rgb(153 128 111/30%);margin-bottom:20px}.main_content .filter .search_wrapper label{font-size:12px;font-family:Inter\ 18pt;text-transform:uppercase;font-weight:500;color:#99806F;display:block;margin-bottom:10px}.main_content .filter .search_wrapper input{width:100%;padding:10px 24px;background-color:#F3E8DB;border-radius:8px;border:0;font-size:16px;color:#7C5B46;font-family:Inter\ 18pt}.main_content .filter .search_wrapper input:focus{outline:1px solid #99806F}.main_content .filter .search_wrapper input::placeholder{color:#99806F}.main_content .filter .filter_section_wrapper{overflow:auto}.main_content .filter .filter_section_wrapper::-webkit-scrollbar{width:5px}.main_content .filter .filter_section_wrapper::-webkit-scrollbar-thumb{background-color:#c9b5a0;border-radius:200px}.main_content .filter .filter_section{padding-bottom:16px;border-bottom:1px solid rgb(153 128 111/30%);margin-bottom:16px}.main_content .filter .filter_section:last-child{padding-bottom:0;border-bottom:0;margin-bottom:0}.main_content .filter .filter_section .filter_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.main_content .filter .filter_section .filter_header .filter_title{font-size:12px;font-weight:500;color:#99806F;text-transform:uppercase;font-family:Inter\ 18pt}.library .make_library_yours .main_content .story_cards{display:grid;grid-template-columns:49% 49%;gap:20px;margin-top:0;width:100%;padding-bottom:60px;position:relative;flex-grow:0;overflow:hidden}.c_pagination{position:absolute;bottom:0;left:0;display:flex;align-items:center;gap:20px}.c_pagination p.number{color:#EFE4D7;background-color:#5A4032;border-radius:7px;min-width:40px;height:40px;text-align:center;padding:0 10px}.c_pagination .arrow,.c_pagination p.number{font-size:20px;display:flex;align-items:center;justify-content:center}.c_pagination .arrow{border:1px solid #5a4032;padding:10px;border-radius:7px;color:#5A4032;transition:all .2s;cursor:pointer}.c_pagination .arrow.disabled{cursor:not-allowed;pointer-events:none;opacity:.5}.c_pagination .arrow:hover{background-color:#5A4032;color:#EFE4D7}.main_content .filter .cross_button{display:none}.story_detail_main .custom_container.first_container{display:flex;gap:46px;position:relative;padding-top:40px}.story_detail_main .custom_container.first_container .main_left{width:375px;flex-shrink:0;height:fit-content;position:sticky;top:93px}.story_detail_main .custom_container.first_container .main_left .image{width:100%;height:420px;border-radius:12px;overflow:hidden;position:relative}.story_detail_main .custom_container.first_container .main_left .image img{width:100%;height:100%;object-fit:cover}.story_detail_main .custom_container.first_container .main_left .batns{display:flex;align-items:center;flex-direction:column;gap:4px;margin-top:8px}.story_detail_main .custom_container.first_container .main_left .batns .batn{width:100%;height:46px;border-radius:8px;background-color:#291B12;color:white;display:flex;align-items:center;justify-content:center;text-align:center;font-size:20px;font-weight:600;transition:all .3s}.story_detail_main .custom_container .main_left .batns .batn:hover,.story_detail_main .custom_container.first_container .main_left .batns .batn.two{color:#291B12;background:none;border:1px solid black}.story_detail_main .custom_container.first_container .main_right{flex-shrink:1;width:100%}.story_detail_main .custom_container.first_container .main_right .tab_detail{height:unset;position:unset}.story_detail_main .custom_container.first_container .main_right .tab_detail .main_top{margin:0}.story_detail_main .tab_detail .main_top .img_card{width:375px;flex-shrink:0}.story_detail_main .tab_detail .main_top .info .top{gap:56px}.story_detail_main .tab_detail .main_bottom{margin-top:40px}.story_detail_main .tab_detail .main_bottom .like_dislike{display:flex;gap:13px;font-size:30px;height:fit-content;align-self:flex-end}.story_detail_main .tab_detail .main_bottom .like_dislike .icon{height:fit-content;cursor:pointer}.story_detail_main .tab_detail .main_bottom .like_dislike .icon:last-child{transform:scaleX(-1)}.story_detail_main .tab_detail .main_top .info .bottom h1{margin-top:45px;overflow-wrap:break-word;word-break:break-word;display:block}.story_detail_main .tab_detail .main_top .info .bottom .tags{margin-top:40px}.story_detail_main .tab_detail .main_top .info .bottom p{margin-top:40px;overflow-wrap:break-word;word-break:break-word}.story_detail_main .chapters_section{margin-top:50px}.story_detail_main .chapters_section .chapter_tabs{border-bottom:1px solid #291b1230;width:100%}.story_detail_main .chapters_section .chapter_tabs .chapter_tab{padding:22px 20px;font-size:24px;color:rgb(41 27 18/30%);text-transform:capitalize;font-weight:500;background:none}.story_detail_main .chapters_section .chapter_tabs .chapter_tab.active{color:#291B12;border-bottom:3px solid #291b12}.story_detail_main .chapters_section .chapter_tab_detail{margin-top:20px;width:100%}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top .action{border:1px solid #291b12;border-radius:8px;padding:13px 22px;font-size:16px;font-weight:600;color:#291B12;background:none;transition:all .2s}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top .action:hover{background-color:#291B12;color:#EFE4D7}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top .hide{margin-left:auto;display:flex;gap:10px}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top .hide label{font-size:18px;font-weight:700;color:#291B12}.chapter_card_new{background-color:#EBDAC9;border-radius:18px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:15px}.chapter_card_new .left{display:flex;align-items:center;gap:20px}.chapter_card_new .left .checkbox_wrapper{margin-bottom:0}.chapter_card_new .left .title{font-size:22px;color:#291B12;font-family:Melma;text-transform:uppercase;line-height:1.1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.chapter_card_new .right{display:flex;align-items:center}.chapter_card_new .right .info{font-size:14px;font-weight:600;color:#7C5B46;margin:0;padding:0;border:0;text-transform:uppercase;text-wrap:nowrap}.chapter_card_new .right .info.words{padding-right:20px;margin-right:20px;border-right:1px solid #291b1236}.story_detail_main .chapters_section .chapter_tab_detail .chapter_cards{display:flex;flex-direction:column;gap:16px}.story_detail_main .chapters_section .chapter_tab_detail .chapter_card_wrapper{background-color:#EBDAC9;border-radius:18px}.story_detail_main .chapters_section .custom_container .about h4{color:#291B12;font-size:18px;font-weight:500}.story_detail_main .chapters_section .custom_container .about p{margin-top:16px;font-size:18px;color:#7C5B46;line-height:1.4}.story_detail_main .chapters_section .custom_container .about .tags{margin-top:30px;display:flex;gap:15px;flex-wrap:wrap}.story_detail_main .chapters_section .custom_container .about .tags .tag{font-size:16px;font-weight:700;color:#7C5B46;display:inline-block;position:relative;border-radius:100px;z-index:2;padding:5px 9px 7px}.story_detail_main .chapters_section .custom_container .about .tags .tag:before{background-color:#EBDAC9;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.story_detail_main .chapters_section .custom_container .about{width:375px;flex-shrink:0}.story_detail_main .chapters_section .custom_container .chapters{padding-top:40px;border-top:1px solid #99806f;flex-grow:1}.story_detail_main .chapters_section .custom_container .chapters .header{display:flex;align-items:center;justify-content:space-between}.story_detail_main .chapters_section .custom_container .chapters .header h2{font-size:40px;text-transform:uppercase;font-family:Melma;color:#291B12}.story_detail_main .chapters_section .custom_container .chapters .header .sort{font-size:16px;font-weight:500;color:black;text-transform:uppercase}.story_detail_main .chapters_section .custom_container .chapters .header .sort select{background:none;font-weight:500;font-size:16px;text-transform:uppercase;color:#7C5B46;border:1px solid transparent}.story_detail_main .chapters_section .custom_container .chapters .header .sort select:focus{border:1px solid #7c5b46;border-radius:3px}.story_detail_main .chapters_section .custom_container .chapters .chapter_cards{margin-top:30px}.chapter_card_website{background-color:#EBDAC9;border-radius:18px;display:flex;overflow:hidden;align-items:stretch;margin-bottom:10px}.chapter_card_website .image{width:200px;overflow:hidden;flex-shrink:0;background-position:50%;background-size:cover;background-repeat:no-repeat}.chapter_card_website .image img{width:100%;height:100%;object-fit:cover}.chapter_card_website .info{padding:26px 20px;width:100%;display:flex;flex-direction:column;justify-content:space-between}.chapter_card_website .info h5{color:#291B12;text-transform:uppercase;font-size:22px;font-family:Melma;margin-bottom:12px}.chapter_card_website .info p{font-size:15px;color:#7C5B46;margin-bottom:19px;line-height:1.4}.chapter_card_website .info span.tags{display:flex;gap:8px;flex-wrap:wrap}.chapter_card_website .info span.tag{padding:6px 8px;color:#5A4032;font-size:12px;font-weight:700;text-transform:capitalize;border-radius:100px;position:relative;z-index:1;text-wrap:nowrap}.chapter_card_website .info span.tag:before{background-color:#DFC8B1;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.chapter_card_website .info .wrapper{display:flex;align-items:end;justify-content:space-between;width:100%;margin-top:20px}.chapter_card_website .info .wrapper .action{border-radius:8px;border:1px solid #291b12;padding:13px 20px;color:#291B12;font-size:16px;font-weight:700;background:none;transition:all .2s}.chapter_card_website .info .wrapper .action:hover{background-color:#291B12;color:#EBDAC9}.chapter_card_website .info .wrapper .stats{display:flex}.chapter_card_website .info .wrapper .stats .stat{padding-right:16px;margin-right:16px;display:flex;flex-direction:column;gap:5px;border-right:1px solid rgb(153 128 111/30%)}.chapter_card_website .info .wrapper .stats .stat:last-child{padding-right:0;margin-right:0;border-right:0}.chapter_card_website .info .wrapper .stats .stat .stat-label{color:#99806F;font-size:10px;font-weight:500;font-family:Inter\ 18pt;text-transform:uppercase}.chapter_card_website .info .wrapper .stats .stat .stat-value{font-size:20px;color:#7C5B46;font-family:Jersey\ 10;text-transform:uppercase}.story_detail_main .you_may_like{margin-top:150px}.story_detail_main .you_may_like .like_cards{display:flex;gap:20px;margin-top:40px}.like_card{background-color:#EBDAC9;border-radius:18px}.like_card,.like_card .image{overflow:hidden;width:100%;display:flex;flex-direction:column}.like_card .image{height:340px;border-radius:8px;justify-content:space-between;background-position:50%;background-size:cover;background-repeat:no-repeat;flex-shrink:0}.like_card .image span.tag{margin:8px;background-color:black;font-size:14px;font-weight:600;color:white;padding:6px 12px 7px;border-radius:100px;width:fit-content}.like_card .image .status{width:100%;display:flex;align-items:center;padding:5px;background-color:#9CBF62;color:#3C501C;font-size:14px;font-weight:700;gap:8px;justify-content:center}.like_card .info{padding:32px 16px 16px;display:flex;flex-direction:column;flex-grow:1}.like_card .info h3{font-size:20px;color:#291B12;text-transform:uppercase;font-family:Melma;margin-bottom:8px;line-height:1.2;-webkit-line-clamp:2}.like_card .info h3,.like_card .info p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.like_card .info p{color:#7C5B46;font-size:14px;margin-bottom:16px;line-height:1.35;-webkit-line-clamp:3}.like_card .info .action{color:#291B12;font-size:16px;font-weight:700;display:flex;align-items:center;gap:4px;background:none}.like_card .info .action img{height:16px}.updates.library .custom_container{background:none;border:none;padding:0;border-radius:0}.story_detail_main .updates .custom_container .update_cards .updates_card{background-color:#EBDAC9}.chapter_play .header{height:59px;position:relative;display:flex;align-items:center;position:fixed;width:100%;top:0;z-index:10}.chapter_play .back{background:none;color:#291B12;font-size:30px;position:absolute;top:66px;left:15px}.chapter_play .header .logo_wrapper .back{display:none}.chapter_play .header .custom_container{display:flex;align-items:center;justify-content:space-between;padding-bottom:7px}.chapter_play .header .bg_img{height:100%;width:100%;position:absolute;top:-4px;left:0;z-index:-1}.chapter_play .header .logo img{height:37px}.chapter_play .header .text{color:#F3E8DB;font-size:16px;font-weight:600;text-transform:uppercase;display:flex;align-items:center}.chapter_play .header .icon{display:flex;align-items:center;gap:20px}.chapter_play .header .icon img{height:20px}.chapter_play .chapter_container{max-width:900px;width:100%;position:relative;margin:50px auto 30px}.chapter_play .chapter_container .gradient{position:sticky;bottom:0;width:100%;height:150px;background:linear-gradient(0deg,#F3E8DB,#F3E8DB00)}.chapter_play .chapter_container .images{display:flex;flex-direction:column;min-height:100vh;background-color:white;border-radius:20px;margin-top:80px;padding:50px;background-color:#F3E8DB}.chapter_play .chapter_container .images .top_info{display:flex;flex-direction:column;gap:14px;padding-bottom:50px;border-bottom:1px solid #291b122e}.chapter_play .chapter_container .images .top_info .chapter_nmbr{font-size:24px;color:#BF8F62;font-weight:600;text-transform:uppercase;text-align:center}.chapter_play .chapter_container .images .top_info .title{font-size:36px;color:#291B12;font-family:Melma;text-transform:uppercase;text-align:center;line-height:1.2;overflow-wrap:break-word;word-break:break-word}.chapter_play .header .text p{overflow-wrap:break-word;word-break:break-word;max-width:200px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.chapter_play .chapter_container .images .top_info .publish_info{font-size:18px;color:#7C5B46;text-align:center;font-weight:500}.chapter_play .chapter_container .images .top_info .publish_info span{color:#BF8F62;font-weight:700}.chapter_play .chapter_container .images .top_info .tags{display:flex;align-items:center;gap:10px;justify-content:center;max-width:400px;margin:5px auto auto}.chapter_play .chapter_container .images .top_info .tags .tag{font-size:14px;font-weight:700;color:white;display:inline-block;position:relative;border-radius:100px;z-index:2;padding:5px 9px 6px;text-wrap:nowrap}.chapter_play .chapter_container .images .top_info .tags .tag:before{background-color:#D71F1F;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.chapter_play .chapter_container .images .content{padding-top:40px}.chapter_play .chapter_container .images .content h1{font-size:42px;color:#291B12;font-weight:700}.chapter_play .chapter_container .images .content h2{font-size:34px;color:#291B12;font-weight:700}.chapter_play .chapter_container .images .content h3{font-size:28px;color:#291B12;font-weight:700}.chapter_play .chapter_container .images .content h4{font-size:24px;color:#291B12;font-weight:700}.chapter_play .chapter_container .images .content h5{font-size:20px;color:#291B12;font-weight:700}.chapter_play .chapter_container .images .content p{font-size:21px;color:#5A4032;line-height:1.4}.chapter_play .chapter_container .images .content ol li{list-style:decimal;margin-left:20px}.chapter_play .chapter_container .images .content ul li{list-style:disc;margin-left:20px}.chapter_play .chapter_container .images .content mark{background-color:#fff700}.chapter_play .chapter_container .images .content strong{font-weight:700}.chapter_play .chapter_container .images img{width:90%;height:auto!important;display:block;margin:auto}.chapter_play .like_dislike{position:fixed;bottom:25px;right:25px;display:flex;gap:15px}.chapter_play .like_dislike .like{display:flex;align-items:center;gap:4px}.chapter_play .like_dislike .like span{font-size:20px;font-weight:600;color:#7C5B46}.chapter_play .like_dislike .icon{height:fit-content;cursor:pointer}.chapter_play .like_dislike .icon svg{width:26px;height:26px}.chapter_play .scroll_to_top{position:fixed;bottom:85px;right:25px;background-color:#7C5B46;color:#EFE4D7;border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;z-index:1000}.chapter_play .scroll_to_top:hover{transform:translateY(-5px)}.chapter_play .like_dislike .like:last-child .icon{transform:scaleX(-1)}.chapter_play .header .stepper{background-color:#7C5B46;display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600;color:white;transition:all .3s}.chapter_play .header .stepper button{background:none;transition:all .2s}.chapter_play .header .stepper button:hover{transform:scale(1.1)}.chapter_play .header .stepper button:disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.chapter_play .header .stepper button img{height:10px}.author .profile .banner{width:100%;height:450px;background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:0 0 20px 20px;border:1px solid #5a4032;display:flex;align-items:flex-end;justify-content:flex-end;padding:23px;margin-top:-4px}.author .profile .banner .follow{background-color:#EBDAC9;border-radius:6px;font-size:20px;color:black;font-weight:600;padding:14px 19px;display:flex;align-items:center;gap:5px;transition:all .3s}.author .profile .banner .follow:hover{background-color:#291B12;color:#EBDAC9}.author .profile .banner .follow svg{height:17px;width:17px}.author .profile .profile_content .avatar_wrapper{position:absolute;width:fit-content;transform:translateY(-50%);left:50px}.author .profile .profile_content .avatar_wrapper .img_border{position:absolute;width:100%;height:100%;top:49%;left:50%;transform:translate(-50%,-50%) scale(1.03);pointer-events:none}.author .profile .profile_content .avatar{height:296px;width:296px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%}.author .profile .profile_content .avatar img{height:100%;width:100%;object-fit:cover}.author .profile .profile_content{display:flex;position:relative}.author .profile .profile_content .content{display:flex;justify-content:space-between;width:100%;padding:30px 0 40px 390px;gap:10%}.author .profile .profile_content .content h3{font-size:38px;color:#5A4032;margin-bottom:20px}.author .profile .profile_content .content p{font-size:19px;margin-bottom:20px;color:#7C5B46;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.author .profile .profile_content .content .date{font-size:19px;color:#7C5B46;font-weight:600;display:flex;align-items:center;gap:10px}.author .profile .profile_content .content .right .icons{display:flex;align-items:center;gap:20px;margin-bottom:35px;justify-content:flex-end}.author .profile .profile_content .content .right .icons a{color:#5A4032;transition:all .2s}.author .profile .profile_content .content .right .icons a:hover{transform:scale(1.08)}.author .profile .profile_content .content .right .icons a svg{height:26px;width:26px}.author .profile .profile_content .content .right .stats{display:flex;gap:30px}.author .profile .profile_content .content .right .stats .stat .label{color:#5A4032;font-size:14px;font-weight:500;margin-bottom:8px;text-wrap:nowrap}.author .profile .profile_content .content .right .stats .stat .number{color:#5A4032;font-size:34px;font-weight:700}.author .published_works{margin-top:50px}.author .published_works .published_cards{margin-top:22px;display:grid;grid-template-columns:33.333% 33.333% 33.333%;gap:20px;padding-bottom:60px}.story_cards .story_card.published{height:260px;overflow:hidden}.author .art_and_extras{margin-top:70px}.author .art_and_extras .arts_cards{margin-top:22px;column-width:400px}.author .art_and_extras .arts_cards img{width:100%;margin-bottom:14px;border-radius:10px}.digital_art{background:none}.digital_art .header{padding-top:40px;display:flex;gap:20px}.digital_art .header h2{font-size:40px;text-transform:uppercase;color:#291B12;font-family:Melma;width:435px;flex-shrink:0}.digital_art .header .right{display:flex;align-items:center;gap:25px;width:100%}.digital_art .header .right .search{position:relative;width:100%}.digital_art .header .right .search input{width:100%;border-radius:12px;background-color:#EBDAC9;padding:13px 42px;font-size:16px;color:#7C5B46;border:none}.digital_art .header .right .search input:focus{outline:1px solid #7C5B46}.digital_art .header .right .search .search_icon{position:absolute;top:50%;transform:translateY(-50%);left:16px;height:18px}.digital_art .header .right .search .cross{position:absolute;top:50%;transform:translateY(-50%);right:16px;height:18px}.digital_art .header .right .action{font-size:20px;font-weight:600;color:black;padding:12px 17px;background-color:#EBDAC9;border-radius:6px;display:flex;align-items:center;gap:8px;flex-shrink:0;transition:all .2s}.digital_art .header .right .action:hover{background-color:#291B12;color:#EBDAC9}.digital_art .header .right .action svg{height:14px;width:14px}.digital_art .main_content{display:flex;gap:20px;margin-top:37px}.digital_art .main_content .filter{width:435px}.digital_art .main_content .right{width:100%}.digital_art .main_content .right .right_top{display:flex;align-items:center;justify-content:space-between;gap:10px}.digital_art .main_content .right .right_top h4{font-size:24px;text-transform:uppercase;color:#291B12;font-family:Melma}.digital_art .main_content .right .right_top .sort{font-size:16px;color:black;text-transform:uppercase;font-weight:500;display:flex;align-items:center;flex-wrap:nowrap;text-wrap:nowrap}.digital_art .main_content .right .right_top .sort select{background:none;border:none;font-size:16px;color:#7C5B46;text-transform:uppercase;font-weight:500}.digital_art_cards{column-count:4;column-gap:10px;margin-top:18px}.digital_art .digital_art_cards{padding-bottom:60px;position:relative}.digital_art_card{width:100%;position:relative;margin-bottom:10px;border-radius:10px;overflow:hidden;cursor:pointer}.digital_art_card:hover .content{opacity:1}.digital_art_card img.main_img{width:100%}.digital_art_card .content{position:absolute;top:0;left:0;width:100%;height:100%;padding:22px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(0deg,#000000eb,#00000029);opacity:0;transition:all .3s}.digital_art_card .content .top{display:flex;align-items:center;justify-content:space-between}.digital_art_card .content .top .heart{background:none}.digital_art_card .content .top .heart svg{height:20px;width:20px;color:white}.digital_art_card .content .top .view_detail{background:none}.digital_art_card .content .top .view_detail img{height:24px}.digital_art_card .content .bottom .title{font-size:25px;color:white;text-transform:uppercase;font-family:Melma;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.digital_art_card .content .bottom .author{font-size:16px;color:white}.digital_art_card .content .bottom .author span{font-weight:700}.digital_art_card .content .bottom .info{display:flex;align-items:center;gap:4px;justify-content:space-between;margin-top:10px}.digital_art_card .content .bottom .stats{display:flex;align-items:center;gap:8px}.digital_art_card .content .bottom .stat{font-size:14px;color:white;font-family:New Rocker;display:flex;align-items:center;gap:4px}.digital_art_card .content .bottom .stat img{height:14px}.digital_art_card .nsfw_content{position:absolute;background-image:url(/images/didital_art_card_pattern.webp);background-color:rgba(226,206,183,.6);top:0;left:0;inset:0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;justify-content:center;cursor:pointer;border-radius:10px;overflow:hidden}.digital_art_card .nsfw_content img{height:20px}.digital_art_card .nsfw_content p{font-size:18px;color:#7C5B46;font-weight:500}.comment_view .loader_wrapper{position:absolute;background:none}.art_modal{position:fixed;inset:0;z-index:9999;padding:16px}.art_modal .overlay{position:absolute;inset:0;background:rgba(0,0,0,.7)}.art_modal .modal_content{position:relative;width:fit-content;max-height:85vh;top:50%;left:50%;transform:translate(-50%,-50%);background:#EBDAC9;border-radius:18px;padding:20px;display:flex;flex-direction:column;max-width:85%;transition:all .4s cubic-bezier(.4,0,.2,1)}.art_modal .img{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:12px}.art_modal .modal_image{height:100%;border-radius:12px;object-fit:cover;width:100%}.art_modal .nav{position:absolute;top:50%;transform:translateY(-50%);font-size:60px;z-index:3;background:none;border:none;cursor:pointer;width:fit-content!important;color:white;text-shadow:0 0 6px black}.art_modal .img>.nav{display:none}.art_modal .nav.left{left:-70px}.art_modal .nav.right{right:-70px}.art_modal .modal_content.resized .nav.right{right:20px}.art_modal .modal_content.resized .nav.left{left:20px}.art_modal .resize{background:none;color:white;font-size:22px;position:absolute;bottom:20px;right:20px;filter:drop-shadow(0 0 5px black)}.art_modal .close_btn{position:absolute;top:10px;right:10px;z-index:2;color:#291B12;background-color:#EBDAC9;padding:6px;border-radius:200px}.art_modal .modal_content .modal_info{display:flex;flex-direction:column;width:100%;margin-top:12px;gap:14px;justify-content:space-between}.art_modal .modal_content .modal_info .tags_likes{display:flex;align-items:center;justify-content:space-between;gap:10px}.art_modal .modal_content .modal_info .tags_likes .tags{display:flex;gap:10px;flex-wrap:nowrap;overflow:auto}.art_modal .modal_content .modal_info .tags_likes .tags .tag{background-color:#DFC8B1;border-radius:100px;padding:5px 10px 7px;font-size:14px;font-weight:700;color:#5A4032;position:relative;z-index:1;text-wrap:nowrap}.art_modal .modal_content .modal_info .tags_likes .tags .tag:before{background-color:#d1b395;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.art_modal .modal_content .modal_info .tags_likes .like_dislike{display:flex;gap:10px}.art_modal .modal_content .modal_info .tags_likes .like_dislike .icon{cursor:pointer}.art_modal .modal_content .modal_info .tags_likes .like_dislike .icon:last-child{transform:scaleX(-1)}.art_modal .modal_content .modal_info .top h3{font-size:30px;text-transform:uppercase;color:#291B12;font-family:Melma;margin-bottom:6px;overflow-wrap:break-word;word-break:break-word}.art_modal .modal_content .modal_info .top .by{font-size:18px;color:#291B12}.art_modal .modal_content .modal_info .top .desc{display:none}.art_modal .modal_content.resized .modal_info .top .desc{display:block;max-width:60%;margin:10px auto;color:#7C5B46;overflow-wrap:break-word;word-break:break-word}.art_modal .modal_content .modal_info .top .by a{font-weight:700;color:#7C5B46}.art_modal .modal_content.resized .modal_info .tags_likes{display:none}.art_modal .modal_content.resized .modal_info .top{width:100%}.art_modal .modal_content .modal_info .bottom .info{display:flex;gap:15px}.art_modal .modal_content .modal_info .bottom .info p{font-size:10px;font-weight:500;color:#99806F;font-family:Inter\ 18pt;text-transform:uppercase;margin-bottom:3px}.art_modal .modal_content .modal_info .top .like_dislike{display:flex;gap:15px}.art_modal .modal_content .modal_info .top .like_dislike .icon:last-child{transform:scaleX(-1)}.art_modal .modal_content .modal_info .bottom .info h5{font-family:Jersey\ 10;font-size:20px;color:#9C7D69}.art_modal .modal_content .modal_info .bottom{display:flex;justify-content:space-between;gap:60px}.art_modal .modal_content .modal_info .top .stats{display:flex;justify-content:flex-end;gap:38px}.art_modal .modal_content .modal_info .top .stat p{font-size:10px;color:#99806F;text-transform:uppercase;font-weight:500}.art_modal .modal_content .modal_info .top .stat h4{font-size:24px;font-weight:700;color:#7C5B46;display:flex;align-items:center;gap:5px}.art_modal .modal_content .modal_info .top .stat h4 img{height:17px}.art_modal .modal_content .modal_info .bottom .actions{display:flex;gap:12px}.art_modal .modal_content .modal_info .bottom .actions .action{background-color:#7C5B46;border-radius:6px;display:flex;align-items:center;gap:6px;color:#EBDAC9;padding:11px 13px;font-size:18px;transition:all .3s}.art_modal .modal_content .modal_info .bottom .actions .action.light,.art_modal .modal_content .modal_info .bottom .actions .action:hover{outline:1px solid #7C5B46;color:#7C5B46;background:none}.art_modal .modal_content .modal_info .bottom .actions .action.light:hover{background-color:#7C5B46;color:#EBDAC9;outline:none}.art_modal .modal_content.comment_view{flex-direction:row;gap:20px}.art_modal .modal_content .img_bottom_info{display:none}.art_modal .modal_content.comment_view .img_bottom_info{display:flex;justify-content:space-between;align-items:flex-end;margin-top:20px;width:100%}.art_modal .modal_content.comment_view .img_bottom_info .stats{display:flex;gap:30px}.art_modal.comment_active .modal_image{height:100%;width:100%}.art_modal .modal_content.comment_view .img_bottom_info .stats .stat p{color:#99806F;font-size:10px;font-weight:700;margin-bottom:2px}.art_modal .modal_content.comment_view .img_bottom_info .stats .stat h5{color:#F3E8DB;display:flex;align-items:center;gap:10px;font-size:20px}.art_modal .modal_content.comment_view .img_bottom_info .resize_btn{background:none;color:#F3E8DB;font-size:24px}.art_modal .comment_section{width:450px;background-color:#EBDAC9;display:flex;flex-direction:column;position:relative;flex-shrink:0}.art_modal .comment_section .comment_header{padding-bottom:20px;border-bottom:1px solid #7c5b461f;padding-right:15px}.art_modal .comment_section .comment_header h3{font-family:Melma;font-size:30px;color:#291B12;text-transform:uppercase;margin-bottom:5px;display:flex;align-items:center;gap:5px;overflow-wrap:break-word;word-break:break-word}.art_modal .comment_section .comment_header h3 svg{cursor:pointer;flex-shrink:0}.art_modal .comment_section .comment_header p{color:#5A4032;font-size:17px;font-weight:500}.art_modal .comment_section .comment_list{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;gap:25px;padding-right:10px;margin-top:20px;padding-bottom:15px}.art_modal .comment_section .comment_list::-webkit-scrollbar{width:4px}.art_modal .comment_section .comment_list::-webkit-scrollbar-thumb{background-color:#7C5B46;border-radius:10px}.art_modal .comment_item{display:flex;gap:8px}.art_modal .comment_item .avatar{width:34px;height:34px;flex-shrink:0}.art_modal .comment_item .avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.art_modal .comment_item .comment_content{flex:1 1}.art_modal .comment_item .comment_top{display:flex;align-items:center;gap:10px;margin-bottom:5px}.art_modal .comment_item .comment_top .user_name{font-size:17px;font-weight:700;color:#5A4032}.art_modal .comment_item .comment_top .time{font-size:14px;color:#867369}.art_modal .comment_item .text{font-size:16px;color:#867369;line-height:1.3;margin-bottom:8px}.art_modal .comment_item .comment_actions{display:flex;gap:20px}.art_modal .comment_item .comment_action{font-size:16px;color:#5A4032;display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:500}.art_modal .replies_list{margin-left:22px;display:flex;flex-direction:column;gap:15px;margin-top:15px}.art_modal .reply_item .avatar{width:25px;height:25px}.art_modal .reply_item .user_name{font-size:15px}.art_modal .reply_item .comment_action,.art_modal .reply_item .text{font-size:14px}.art_modal .view_replies{font-size:14px;color:#7C5B46;cursor:pointer;font-weight:600;margin-left:42px;margin-top:10px;display:inline-block}.art_modal .view_replies:hover{text-decoration:underline}.art_modal .view_replies.hide{margin-left:0;margin-top:15px}.art_modal .comment_section .comment_input_wrapper{padding-top:20px;position:relative}.art_modal .comment_section .replying_to{display:flex;align-items:center;justify-content:space-between;background:#DFC8B1;padding:8px 12px;border-radius:8px 8px 0 0;margin-bottom:-5px;animation:replySlideUp .3s ease}.art_modal .comment_section .replying_to p{font-size:14px;color:#5A4032;margin:0}.art_modal .comment_section .replying_to p span{font-weight:700}.art_modal .comment_section .cancel_reply{background:none;border:none;color:#5A4032;cursor:pointer;padding:4px;display:flex;align-items:center;opacity:.7;transition:opacity .2s}.art_modal .comment_section .cancel_reply:hover{opacity:1}@keyframes replySlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.art_modal .comment_section .comment_input_wrapper:before{content:"";position:absolute;top:-14px;left:0;width:calc(100% - 5px);height:15px;background:linear-gradient(0deg,#EBDAC9,transparent);pointer-events:none}.art_modal .comment_section .comment_input{background-color:#F3E8DB;border-radius:10px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between}.art_modal .comment_section .comment_input input{background:none;border:none;outline:none;width:90%;font-size:16px;color:#291B12}.art_modal .comment_section .comment_input input::placeholder{color:#99806F}.art_modal .comment_section .comment_input .send_btn{background:none;cursor:pointer}.art_modal .comment_section .comment_input .send_btn img{height:30px;aspect-ratio:1/1}.art_modal .modal_content.resized{height:100vh;width:100%;border-radius:0;overflow:auto;overflow-x:hidden;max-width:unset;max-height:unset}.art_modal .modal_content.resized::-webkit-scrollbar{width:5px}.art_modal .modal_content.resized::-webkit-scrollbar-thumb{background-color:#8b7863;border-radius:200px}.art_modal .modal_content.resized .modal_info .bottom .date,.art_modal .modal_content.resized .modal_info .top .stats{display:none}.art_modal .modal_content.resized .modal_info{flex-direction:column;align-items:center;text-align:center}.art_modal .modal_content.resized .img{flex:1 1;display:flex;align-items:center;justify-content:center}.art_modal .modal_content.resized .modal_image{max-width:100%;max-height:74vh;width:auto;height:auto;object-fit:contain;border-radius:0}.art_modal .modal_content.resized .nav{position:fixed;color:black;text-shadow:unset;color:#5A4032;font-size:80px}.art_modal .modal_content.resized .resize{position:fixed;bottom:50px;right:50px;font-size:40px;color:#5A4032;filter:unset;font-size:27px}.art_modal.full_view{padding:0}.story_detail_main .tab_detail{min-height:unset;height:100%}.auth_wrapper .register_btn{margin-top:13px}input:-internal-autofill-selected{background:red!important}.chapter_content .top button{background-color:#5A4032;border-radius:7px;color:#EBDAC9;padding:10px 11px;font-size:18px;border:2px solid #5a4032;font-weight:600;display:flex;align-items:center;gap:5px;transition:all .3s;line-height:1;text-wrap:nowrap}.chapter_info textarea{min-height:160px}.author_note{text-align:center;margin:30px 0;padding:16px}.author_note h3{font-size:30px;text-transform:uppercase;font-family:Melma;margin-bottom:22px}.author_note p{font-size:18px;color:#7C5B46;line-height:1.3}.account_step .cover_image{height:300px;width:100%;border-radius:15px;background-image:url(/images/banner.webp);background-position:50%;background-size:cover;background-repeat:no-repeat;display:flex;align-items:flex-end;justify-content:end;padding:20px;gap:12px;position:relative}.account_step .cover_image .action{border-radius:6px;background-color:#EBDAC9;font-size:17px;color:#5A4032;font-weight:700;text-transform:uppercase;padding:12px 15px;transition:all .2s;border:2px solid #5a4032;cursor:pointer}.account_step .cover_image .action:hover{background-color:#5A4032;color:#EBDAC9}.account_step .cover_image .action.light{background-color:#FFA6A6;color:#D71F1F;border-color:#FFA6A6}.account_step .cover_image .action.light:hover{border-color:#D71F1F}.security_settings_step .help_text{margin-bottom:0!important}.art_and_extras .digital_art_cards{padding-bottom:60px;position:relative}.tab_detail .main_top .info .top .rating .like{display:none}.story_detail_main .custom_container.first_container .main_left .img_card .actions{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon{height:50px;aspect-ratio:1/1;border-radius:8px;outline:1px solid #5A4032;display:flex;align-items:center;justify-content:center;transition:all .3s;cursor:pointer}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star:hover{outline-color:#DBA700}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.eye:hover{outline-color:#5DB3DB}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.library:hover{outline-color:#7c5b46}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.eye_off:hover{outline-color:#B32222}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon svg{width:25px;height:25px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star{aspect-ratio:unset;gap:7px;padding:0 12px;color:#291B12;font-size:20px;font-weight:600}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star svg{color:#DBA700}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.eye{color:#5DB3DB}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.eye_off{color:#B32222}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.dots{color:#291B12;outline:unset;border-left:1px solid #5a40322e;border-radius:0}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.dots:hover{background-color:#EBDAC9;border-radius:8px;border-color:transparent}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star.active{background-color:#DBA700;outline-color:#DBA700;color:#F3E8DB}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star.active svg{color:#F3E8DB}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.eye.active{background-color:#5DB3DB;outline-color:#5DB3DB;color:#F3E8DB}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.eye_off.active{background-color:#B32222;color:#F3E8DB;outline-color:#B32222}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.library.active{background-color:#7c5b46;color:#F3E8DB;outline-color:#7c5b46}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon_wrapper{position:relative}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup{position:absolute;top:calc(100% + 8px);right:0;background-color:#291B12;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.3);width:250px;z-index:1000;overflow:hidden;padding:20px;animation:popupFadeIn .2s ease-out}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup.open_upward{top:auto;bottom:calc(100% + 8px)}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup .bookshelves_list{max-height:145px;overflow-y:scroll}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup .bookshelves_list::-webkit-scrollbar{width:4px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup .bookshelves_list::-webkit-scrollbar-thumb{background-color:#EBDAC9}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup .bookshelves{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #efe4d71f;display:block;color:#EFE4D7;font-weight:500;font-size:18px;text-transform:capitalize;display:flex;justify-content:space-between;align-items:center;gap:10px;cursor:pointer;transition:all .2s}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup .bookshelves .bookshelves_icon{height:fit-content;margin-right:5px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup .bookshelves .bookshelves_icon img{height:18px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup .action{color:#EFE4D7;border:1px solid #efe4d7;background:none;border-radius:8px;padding:14px;width:100%;font-weight:600;font-size:16px;transition:all .2s}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup .action:hover{background-color:#EFE4D7;color:#291B12}.bookshelf_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.create_library_modal{background-color:#EBDAC9;border-radius:24px;padding:30px;width:95%;max-width:700px;box-shadow:0 10px 40px rgba(0,0,0,.3);animation:slideUp .3s ease-out;color:#41312A;max-height:90vh;overflow:auto}.create_library_modal::-webkit-scrollbar{display:none}.create_library_modal h2{font-size:30px;color:#291B12;margin-bottom:22px;font-family:Melma,sans-serif;text-transform:uppercase}.create_library_modal .form_group{margin-bottom:22px}.create_library_modal .library_upload_box{width:100%;height:220px;background-color:#F3E8DB;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.create_library_modal .library_upload_box img{height:100%;width:100%;object-fit:cover}.create_library_modal .upload_placeholder{text-align:center;padding:20px}.create_library_modal .upload_placeholder img{width:40px;height:40px;margin-bottom:12px;opacity:.7}.create_library_modal .upload_placeholder p{font-size:16px;font-weight:500;margin-bottom:5px;color:#41312A}.create_library_modal .upload_placeholder span{font-size:13px;color:#41312A;opacity:.6}.create_library_modal .modal_actions{display:flex;justify-content:space-between;align-items:center}.create_library_modal .action{background-color:#5A4032;border:2px solid #5a4032;color:#EBDAC9;padding:13px 16px;border-radius:8px;font-size:18px;font-weight:700;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .2s}.create_library_modal .action:disabled{opacity:.5;cursor:not-allowed}.create_library_modal .action.light{background:none;color:#5A4032}.create_library_modal .action.light:hover{background:#5A4032;color:#EBDAC9}.create_library_modal .action:hover{background:none;color:#5A4032}.create_library_modal .visibility_icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none;color:#99806F;z-index:1}.create_library_modal .visibility_icon svg{height:18px;width:18px}.create_library_modal .main_input.select{padding-left:50px}.bookshelf_modal_content{background-color:#291B12;border-radius:16px;padding:20px;width:90%;width:280px;box-shadow:0 8px 32px rgba(0,0,0,.4);animation:slideUp .3s ease-out}.favourites_page .bookshelf_modal_content{background-color:#EBDAC9}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.bookshelf_modal_content h2{font-size:18px;font-weight:700;color:#EFE4D7;margin-bottom:20px;font-family:Melma}.favourites_page .bookshelf_modal_content h2{color:#291B12}.bookshelf_modal_content input{width:100%;padding:13px 16px;font-size:16px;border:1px solid #efe4d7;border-radius:6px;background-color:transparent;color:#EFE4D7;margin-bottom:20px;outline:none;transition:all .2s;font-family:Inter\ 18pt;font-weight:600}.favourites_page .bookshelf_modal_content input{border-color:#291B12;color:#291B12}.bookshelf_modal_content input::placeholder{color:#99806F}.bookshelf_modal_content .batn{color:#291B12;background-color:#EFE4D7;border:2px solid #efe4d7;border-radius:8px;padding:14px;width:100%;font-weight:600;font-size:16px;transition:all .2s;display:block;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:10px}.favourites_page .bookshelf_modal_content .batn{background-color:#291B12;color:#EFE4D7;border:2px solid #291b12}.bookshelf_modal_content .batn:hover{background:none;color:#EFE4D7}.favourites_page .bookshelf_modal_content .batn:hover{background:none;color:#291B12}.bookshelf_modal_content .batn.cancel{margin-top:10px;background:none;color:#EFE4D7}.favourites_page .bookshelf_modal_content .batn.cancel{color:#291B12;border:2px solid #291b12}.bookshelf_modal_content .batn.cancel:hover{color:#291B12;background-color:#EFE4D7}.favourites_page .bookshelf_modal_content .batn.cancel:hover{color:#EFE4D7;background-color:#291B12}.favourites_page .bookshelf_modal_content .batn.delete{border:2px solid #c42020;color:#C42020;background:none}.favourites_page .bookshelf_modal_content .batn.delete:hover{background-color:#C42020;color:#EFE4D7}.media_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .2s ease-out}.media_modal_content{background-color:#EBDAC9;border-radius:16px;padding:22px;width:95%;max-width:1000px;box-shadow:0 10px 40px rgba(0,0,0,.3);animation:slideUp .3s ease-out;color:#41312A;max-height:90vh;overflow-y:auto}.media_modal_content .tag-box{min-height:50px}.media_modal_content .editor-container .editor{max-height:60vh}.media_modal_content .help_text{font-size:13px;color:#5A4032;margin-top:16px}.media_modal_content::-webkit-scrollbar{width:5px}.media_modal_content::-webkit-scrollbar-thumb{background-color:#8b78638c;border-radius:200px}.media_modal_content h2.heading{font-size:30px;color:#291B12;margin-bottom:20px;font-family:Melma,sans-serif;text-transform:uppercase}.media_modal_content .form_group{margin-bottom:30px}.media_modal_content .form_group.warning_tag_box .form_group{margin-bottom:10px}.media_modal_content .modal_actions{display:flex;align-items:center;justify-content:space-between}.media_modal_content .btn{font-size:20px;text-transform:uppercase;color:#EBDAC9;font-weight:700;background-color:#5A4032;border-radius:8px;padding:10px 16px;border:2px solid #5a4032}.media_modal_content .btn.cancel,.media_modal_content .btn:hover{background:none;color:#5A4032}.media_modal_content .btn.cancel:hover{background-color:#5A4032;color:#EBDAC9}.media_modal_content .btn:disabled{opacity:.6;cursor:not-allowed}.story_detail_main .you_may_like h1.heading,.story_detail_main .you_may_like p.para{position:static}.sidebar .pages .sub_tabs{padding-left:36px;display:flex;flex-direction:column;gap:8px;max-height:0;opacity:0;transition:max-height .4s linear,opacity .4s linear,margin-bottom .4s linear;margin-bottom:0;padding-right:1px;padding-top:1px}.sidebar .pages .sub_tabs.open{max-height:500px;opacity:1;margin-bottom:15px}.sidebar .pages .sub_tabs:before{content:"";height:55px;border-left:2px solid #d2b99b;position:absolute;left:11px;top:50px;z-index:-1}.sidebar .pages .sub_tab{font-size:14px;background-color:#EBDAC9;height:40px;display:flex;align-items:center;gap:16px;border-radius:5px;color:#867369;font-size:18px;font-weight:700;text-transform:capitalize;padding-left:18px;position:relative}.sidebar .pages .sub_tab.active{background-color:#DFC8B1;color:#291B12}.sidebar .pages .sub_tab.active .icom img{opacity:1}.sidebar .pages .sub_tab:before{content:"";height:55px;width:40px;border-left:2px solid #d2b99b;border-bottom:2px solid #d2b99b;position:absolute;left:-25px;bottom:50%;z-index:-1;border-bottom-left-radius:10px}.sidebar .pages .sub_tab:first-child:before{height:20px}.sidebar .pages .sub_tab .icon img{height:18px;opacity:.55}.sidebar .pages .sub_tab.active{font-weight:700;opacity:1}.sidebar .pages .sub_tab.active .icon img{opacity:1}.sidebar .pages .sub_tab .bg_texture_img1,.sidebar .pages .sub_tab .bg_texture_img2{display:none}.sidebar .pages .sub_tab.active .bg_texture_img1{position:absolute;top:-16px;left:-17px;width:76px;height:70px;display:block;z-index:-1}.sidebar .pages .sub_tab.active .bg_texture_img2{position:absolute;top:-14px;right:-17px;width:76px;height:64px;display:block;z-index:1}.sidebar.collapsed .pages .sub_tab .sub_title,.sidebar.collapsed .pages .sub_tab .tab_border{display:none}.sidebar.collapsed .pages .sub_tabs{padding-left:16px}.sidebar.collapsed .pages .sub_tab:before{left:-11px}.sidebar.collapsed .pages .sub_tabs:before{left:6px}.sidebar.collapsed .pages .sub_tab{width:55px;border:1px solid #d2b99b}.sidebar.collapsed .pages .sub_tab.active{border:1px solid #bca185}.sidebar.collapsed .pages .sub_tab.active .bg_texture_img2{z-index:-1}.favourites_page .header{display:flex;gap:10px;align-items:flex-end;gap:20px;margin-bottom:20px}.favourites_page .header .left{width:340px;flex-shrink:0}.favourites_page .header .tags,.favourites_page .main_content .main_right .right_tabs .tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.favourites_page .main_content .main_right .right_tabs .tags{margin-bottom:10px;justify-content:flex-end}.favourites_page .main_content .main_right .right_tabs .right{display:flex;gap:10px;align-items:center}.favourites_page .main_content .main_right .right_tabs .right .filter_icon{height:35px;width:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#DFC8B1;padding-top:2px;display:none;flex-shrink:0;margin-bottom:10px}.favourites_page .header .tags .tag,.favourites_page .main_content .main_right .right_tabs .tags .tag{font-size:16px;font-weight:700;color:#7C5B46;display:flex;align-items:center;gap:3px;position:relative;border-radius:100px;z-index:2;padding:7px 12px}.favourites_page .header .tags .tag:before,.favourites_page .main_content .main_right .right_tabs .tags .tag:before{background-color:#D2B7A4;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.favourites_page .header .tags .tag svg,.favourites_page .main_content .main_right .right_tabs .tags .tag svg{cursor:pointer}.favourites_page .header .filter_icon{height:35px;width:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#DFC8B1;padding-top:3px;cursor:pointer;display:none;flex-shrink:0;margin-left:auto}.favourites_page .main_content .filter{width:340px;top:88px}.favourite_cards,.favourites_page .main_content{display:flex;gap:20px}.favourite_cards{flex-direction:column;width:100%;overflow:hidden;padding-bottom:45px;position:relative}.favourite_cards .favourite_card{padding:26px;border-radius:20px;background-color:#EBDAC9;border:1px solid #dfc8b1;width:100%;position:relative}.favourite_cards .favourite_card.cursor-pointer{cursor:pointer}.favourite_cards .favourite_card_inner{display:flex;align-items:center;gap:20px;width:100%;height:310px}.favourite_cards .favourite_card .img{width:400px;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;height:100%}.favourite_cards .favourite_card .img img{width:100%;height:100%;object-fit:cover}.favourite_cards .favourite_card .info{width:100%;display:flex;flex-direction:column;justify-content:space-between;height:100%;overflow:hidden}.favourite_cards .favourite_card .info .top{width:100%;display:flex;align-items:center;justify-content:space-between;padding-right:50px}.favourite_cards .favourite_card .info .top.draft{padding-right:0}.favourite_cards .favourite_card .info .top .tags{display:flex;gap:8px;align-items:center;overflow-x:auto}.favourite_cards .favourite_card .info .top .tags::-webkit-scrollbar{display:none}.favourite_cards .favourite_card .info .top .tags .tag{font-size:14px;font-weight:700;color:#7C5B46;display:inline-block;position:relative;border-radius:100px;z-index:2;padding:5px 9px 6px;text-wrap:nowrap}.favourite_cards .favourite_card .info .top .tags .tag.warning{color:white}.favourite_cards .favourite_card .info .top .tags .tag:before{background-color:#DFC8B1;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.favourite_cards .favourite_card .info .top .tags .tag.warning:before{background-color:maroon}.favourite_cards .favourite_card .info .top .right{display:flex;align-items:center;gap:20px;position:relative;height:100%;padding-left:5px}.favourite_cards .favourite_card .info .top .right:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:-58px;width:60px;height:150%;background-image:linear-gradient(270deg,#EBDAC9 20%,#ebdac900);z-index:2}.favourite_cards .favourite_card .info .top .right .stats{display:flex;align-items:center;gap:10px}.favourite_cards .favourite_card .info .top .right .stats .like{display:flex;align-items:center;gap:5px}.favourite_cards .favourite_card .info .top .right .stats .like img{height:19px}.favourite_cards .favourite_card .info .top .right .stats .like span{font-size:18px;color:#7C5B46;font-family:New Rocker}.favourite_cards .favourite_card .info .top .right .draft{background-color:#BF8F62;border-radius:100px;padding:7px 14px;color:white;font-size:16px;font-weight:500}.favourite_cards .favourite_card_inner .menu_icon{position:absolute;top:24px;right:24px;cursor:pointer;transition:all .2s;border-radius:50%;padding:4px;z-index:10}.favourite_cards .favourite_card_inner .menu_icon:hover{background-color:#DFC8B1}.favourite_cards .favourite_card_inner .menu_icon svg{height:22px;color:#291B12}.favourites_page .story_cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(370px,1fr));gap:20px;margin-top:0;width:100%;height:fit-content;padding-bottom:45px}.story_action_popup{position:absolute;right:0;top:35px;background:#F5ECE3;border-radius:20px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:10px;z-index:100;min-width:240px;border:1px solid #dfc8b1}.popup_item{display:flex;align-items:center;gap:15px;padding:12px 16px;cursor:pointer;border-radius:14px;transition:background .2s;font-weight:500;color:#291B12}.popup_item:hover{background:rgba(124,91,70,.08)}.popup_item span{font-size:18px;white-space:nowrap}.popup_item svg{flex-shrink:0;color:#4A3E37}.popup_item.active{background:rgba(124,91,70,.15)}.popup_item.active span{color:#7C5B46;font-weight:600}.popup_item.active svg{color:#7C5B46}.popup_item.remove,.popup_item.remove span,.popup_item.remove svg{color:#C13737}.favourite_cards .favourite_card .info .content .title{font-size:32px;color:#291B12;font-family:Melma;text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.2;margin-bottom:10px;overflow-wrap:break-word;word-break:break-word}.favourite_cards .favourite_card .info .content .summary{font-size:18px;color:#594232;line-height:1.4;margin-bottom:15px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.favourite_cards .favourite_card .info .content .action{text-decoration:underline;color:black;background:none;text-transform:uppercase;font-size:14px;font-weight:500}.favourite_cards .favourite_card .info .bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}.favourite_cards .favourite_card .info .bottom .author{display:flex;align-items:center;gap:10px}.favourite_cards .favourite_card .info .bottom .author .author_img{height:50px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;border:2px solid #7c5b46}.favourite_cards .favourite_card .info .bottom .author .author_img img{width:100%;height:100%;object-fit:cover}.favourite_cards .favourite_card .info .bottom .author .label{font-size:12px;text-transform:uppercase;color:#867369;margin-bottom:5px;display:block}.favourite_cards .favourite_card .info .bottom .author .name{font-size:18px;font-family:New Rocker;color:#5A4032}.favourite_cards .favourite_card .info .bottom .stats{display:flex;gap:40px;align-items:center}.favourite_cards .favourite_card .info .bottom .stats .stat{display:flex;align-items:center;gap:5px}.favourite_cards .favourite_card .info .bottom .stats .stat p{font-size:24px;font-weight:700;color:#7C5B46}.favourite_cards .favourite_card .info .bottom .stats .stat img{height:22px}.favourite_cards .favourite_card .info .bottom .actions{display:flex;align-items:center;gap:10px}.favourite_cards .favourite_card .info .bottom .actions .action{background-color:#291B12;color:#F1E6D9;padding:12px 20px;border-radius:6px;font-size:16px;font-weight:700;transition:all .2s;border:1px solid #291b12}.favourite_cards .favourite_card .info .bottom .actions .action:hover{background-color:#F1E6D9;color:#291B12}.favourite_cards .favourite_card .info .bottom .actions .action.delete{background-color:#FFA6A6;color:#D71F1F;border:1px solid #ffa6a6}.favourite_cards .favourite_card .info .bottom .actions .action.delete:hover{border:1px solid #d71f1f}.favourite_cards .favourite_card .chapters{display:flex;flex-direction:column;gap:16px;margin-left:424px;padding-top:25px;margin-top:25px;border-top:1px solid #291b1233}.favourite_cards .favourite_card .chapters.open{max-height:1000px;opacity:1}.favourite_cards .favourite_card .chapters .chapter{width:100%;padding:20px;border-radius:10px;background-color:#F3E8DB;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden}.favourite_cards .favourite_card .chapters .chapter .title{font-size:22px;text-transform:uppercase;color:#291B12;font-family:Melma;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.favourite_cards .favourite_card .chapters .chapter .stats{display:flex;gap:15px;align-items:center}.favourite_cards .favourite_card .chapters .chapter .stats .like{display:flex;align-items:center;gap:5px}.favourite_cards .favourite_card .chapters .chapter .stats .like span{font-size:18px;font-family:New Rocker;color:#7C5B46}.favourite_cards .favourite_card .chapters .chapter .stats .like img{height:20px}.favourite_cards .favourite_card .chapters .chapter .time{font-size:14px;text-transform:uppercase;font-weight:600;color:#7C5B46;text-wrap:nowrap}.favourite_cards .favourite_card .chapters .action{text-decoration:underline;color:black;background:none;text-transform:uppercase;font-size:14px;font-weight:500}.dashboard_pagination{display:flex;margin-left:auto;align-items:center;position:absolute;bottom:0;right:0}.dashboard_pagination img{height:32px}.dashboard_pagination img.cursor-pointer{cursor:pointer}.dashboard_pagination img.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.dashboard_pagination .page_count{font-size:24px;font-weight:700;color:#7C5B46;min-width:90px;text-align:center}.bookshelf_page .main_content{display:block}.bookshelf_page .main_content .main_top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.bookshelf_page .main_content .main_top .tabs{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.bookshelf_page .main_content .main_top .tabs .tab{font-size:18px;font-weight:700;color:#7C5B46;display:inline-block;padding:10px 13px;position:relative;border-radius:100px;z-index:2}.bookshelf_page .main_content .main_top .tabs .tab.active{color:#F3E8DB}.bookshelf_page .main_content .main_top .tabs .tab.active:before{background-color:#5A4032}.bookshelf_page .main_content .main_top .tabs .tab:before{background-color:#D2B7A4;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.bookshelf_page .main_content .main_top .actions{display:flex;align-items:center;gap:20px}.bookshelf_page .main_content .main_top .actions .action{color:#F3E8DB;font-size:17px;font-weight:700;text-transform:uppercase;background-color:#5A4032;padding:13px 16px;border-radius:8px;cursor:pointer;transition:all .2s;border:2px solid #5a4032;text-wrap:nowrap}.bookshelf_page .main_content .main_top .actions .action.light,.bookshelf_page .main_content .main_top .actions .action:hover{background:none;color:#5A4032}.editor-container .toolbar{display:flex;width:100%;gap:20px;margin-bottom:20px;flex-wrap:wrap}.editor-container .toolbar .upload-button,.editor-container .toolbar button{font-size:18px;font-weight:500;color:#EBDAC9;display:inline-block;padding:8px 12px;position:relative;border-radius:100px;z-index:2;background:none;cursor:pointer}.editor-container .toolbar button label{cursor:pointer}.editor-container .toolbar .upload-button svg,.editor-container .toolbar button svg{width:18px;height:18px}.editor-container .toolbar .upload-button:before,.editor-container .toolbar button:before{background-color:#99806F;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1;transition:all .2s}.editor-container .toolbar .upload-button:hover:before,.editor-container .toolbar button:hover:before{background-color:#5A4032}.editor-container .toolbar .upload-button:active,.editor-container .toolbar button:active{transform:scale(.95)}.editor-container .editor{width:100%;min-height:300px;max-height:70vh;border-radius:10px;background:#F3E8DB;overflow-y:auto}.editor-container .editor::-webkit-scrollbar{width:5px}.editor-container .editor::-webkit-scrollbar-thumb{background:#5A4032;border-radius:5px}.editor-container .editor .tiptap{color:#5A4032;min-height:300px;padding:20px 20px 40px}.editor-container .editor .tiptap:focus{outline:none}.editor-container .editor .tiptap strong{font-weight:700}.editor-container .editor .tiptap em{font-style:italic}.editor-container .editor .tiptap u{text-decoration:underline}.editor-container .editor .tiptap s{text-decoration:line-through}.editor-container .editor .tiptap mark{background-color:#FFD700;color:#291B12;padding:2px 0;border-radius:2px}.editor-container .editor .tiptap h1{font-size:32px;font-weight:700;color:#291B12;line-height:1.3}.editor-container .editor .tiptap h2{font-size:24px;font-weight:700;color:#291B12;line-height:1.3}.editor-container .editor .tiptap h3{font-size:18px;font-weight:700;color:#291B12;line-height:1.3}.editor-container .editor .tiptap h4{font-size:16px;font-weight:700;color:#291B12;line-height:1.3}.editor-container .editor .tiptap h5{font-size:14px;font-weight:700;color:#291B12;line-height:1.3}.editor-container .editor .tiptap ul li{list-style:disc}.editor-container .editor .tiptap ol li{list-style:decimal}.editor-container .editor .tiptap img{width:300px;display:block}.editor-container .editor .tiptap a{cursor:pointer}.editor-container .editor .tiptap p{line-height:1.3}.editor-container .editor .tiptap [style*="text-align: left"],.editor-container .editor .tiptap[style*="text-align: left"]{text-align:left}.editor-container .editor .tiptap [style*="text-align: center"],.editor-container .editor .tiptap[style*="text-align: center"]{text-align:center}.editor-container .editor .tiptap [style*="text-align: right"],.editor-container .editor .tiptap[style*="text-align: right"]{text-align:right}.editor-container .editor .tiptap [style*="text-align: justify"],.editor-container .editor .tiptap[style*="text-align: justify"]{text-align:justify}.link_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:99999}.link_modal_content{background:#EBDAC9;padding:30px;border-radius:12px;width:90%;max-width:500px;box-shadow:0 4px 20px rgba(0,0,0,.3)}.link_modal_content h3{margin:0 0 20px;color:#291B12;font-size:24px;font-family:Melma}.link_modal_content input{width:100%;padding:12px 16px;border:2px solid transparent;border-radius:8px;background:#F3E8DB;color:#291B12;font-size:16px;margin-bottom:20px;font-family:Inter\ 18pt}.link_modal_content input:focus{outline:none;border-color:#5A4032}.link_modal_content .modal_buttons{display:flex;gap:10px}.link_modal_content .modal_buttons button{flex:1 1;padding:12px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Inter\ 18pt}.link_modal_content .btn_submit{background:#5A4032;color:#EBDAC9;border:2px solid #5a4032}.link_modal_content .btn_submit:hover{background:none;border-color:#5A4032;color:#291B12}.link_modal_content .btn_cancel{background:none;color:#291B12;border:2px solid #5a4032}.link_modal_content .btn_cancel:hover{background:#5A4032;color:#EBDAC9}.publishing_step.step_wrapper .two_fields .left,.publishing_step.step_wrapper .two_fields .right{width:50%}.publishing_step.step_wrapper .two_fields .settings-card{margin-bottom:10px}.chapter_play .award{aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.chapter_play .award img{height:30px}.basic_info_step .language{margin-bottom:30px}.onboarding .custom_container .steps .step_content .profile_box{background:#EBDAC9;border:1px solid rgb(90 64 50/20%);border-radius:24px;padding:30px;width:800px;display:flex;margin-top:50px}.onboarding .custom_container .steps .step_content .profile_box .left{width:350px;padding-right:30px;margin-right:30px;border-right:1px solid rgb(90 64 50/20%);display:flex;flex-direction:column;align-items:center;justify-content:center}.onboarding .custom_container .steps .step_content .profile_box .left .img{height:140px;aspect-ratio:1/1;border-radius:50%;background-color:#F3E8DB;display:flex;justify-content:center;align-items:center;overflow:hidden}.onboarding .custom_container .steps .step_content .profile_box .left .img.profile_img img{height:100%;width:100%;object-fit:cover}.onboarding .custom_container .steps .step_content .profile_box .left .img img{height:40px}.onboarding .custom_container .steps .step_content .cover_img_box{width:100%;margin-top:30px}.onboarding .custom_container .steps .step_content .cover_img_box .img_preview{width:100%;height:120px;border:2.5px dashed #bf8f62;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#F3E8DB;transition:all .3s ease}.onboarding .custom_container .steps .step_content .cover_img_box .img_preview:hover{border-color:#906450;background:#EBDAC9}.onboarding .custom_container .steps .step_content .cover_img_box .img_preview img{width:100%;height:100%;object-fit:cover}.onboarding .custom_container .steps .step_content .profile_img_box{display:flex;align-items:center;justify-content:center;flex-direction:column}.onboarding .custom_container .steps .step_content .cover_img_box svg{color:#BF8F62;height:45px;width:45px}.onboarding .custom_container .steps .step_content .profile_box .left label{font-size:23px;font-weight:700;color:#291B12;margin-top:10px;text-align:center}.onboarding .custom_container .steps .step_content .profile_box .left span{font-size:18px;color:#BF8F62;margin-top:6px;text-align:center;display:block}.onboarding .custom_container .steps .step_content .profile_box .right{width:100%}.onboarding .custom_container .steps .step_content .profile_box .right .short_bio{margin-top:20px}.onboarding .custom_container .steps .step_content .profile_box .right .short_bio textarea{height:255px}.library.website_page{padding-top:40px}.library.website_page .main_content{display:flex;gap:30px}.library.website_page .main_content .filter{width:300px}.library.website_page .main_content .main_right{width:100%}.library.website_page .main_content .main_right .main_top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.library.website_page .main_content .main_right .main_top .right{display:flex;gap:20px;align-items:center}.library.website_page .main_content .main_right .main_top .right .slider_icon img{height:30px}.library.website_page .main_content .main_right .main_top .right .action{font-size:18px;font-weight:700;color:#F3E8DB;background-color:#5A4032;padding:15px 20px;border-radius:8px;text-transform:uppercase;transition:all .2s;border:2px solid #5a4032}.library.website_page .main_content .main_right .main_top .right .action:hover{color:#5A4032;background:none}.library.website_page .main_content .main_right .tags_wrapper{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:15px}.library.website_page .main_content .main_right .tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.library.website_page .main_content .main_right .tags .tag{font-size:16px;font-weight:700;color:#7C5B46;display:flex;align-items:center;gap:3px;position:relative;border-radius:100px;z-index:2;padding:7px 12px}.library.website_page .main_content .main_right .tags .tag svg{cursor:pointer}.library.website_page .main_content .main_right .tags .tag:before{background-color:#D2B7A4;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.library.website_page .main_content .main_right .tags_wrapper .filter_icon{height:35px;width:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#DFC8B1;padding-top:2px;display:none;flex-shrink:0}.library.website_page .main_content .main_right .tags_wrapper .filter_icon svg{color:#5A4032;height:20px;width:20px}.library.website_page .main_content .main_right .library_cards{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));position:relative;padding-bottom:50px}.library_card{background-color:#EBDAC9;border-radius:18px;border:1px solid #dfc8b1;padding:20px;display:flex;align-items:center;gap:16px;width:100%}.library_card .img{width:165px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;flex-shrink:0}.library_card .img img{height:100%;width:100%;object-fit:cover}.library_card .info{width:100%;display:flex;justify-content:space-evenly;flex-direction:column;height:100%}.library_card .info .top{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.library_card .info .top .dots{margin-left:5px;color:black;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;background:none;position:relative;top:-6px;right:-6px;cursor:pointer}.library_card .info .top .dots:hover{background-color:#DFC8B1}.library_card .info .title{font-size:22px;font-family:Melma;text-transform:uppercase;color:#291B12;margin-bottom:10px;-webkit-line-clamp:1}.library_card .info .summary,.library_card .info .title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.library_card .info .summary{font-size:15px;color:#5A4032;margin-bottom:15px;line-height:1.3;-webkit-line-clamp:2}.library_card .info .bottom{display:flex;align-items:center;justify-content:space-between}.library_card .info .bottom .author{display:flex;flex-direction:column;gap:4px}.library_card .info .bottom .author label{font-size:10px;color:#867369;text-transform:uppercase}.library_card .info .bottom .author .name{font-size:16px;color:#5A4032;font-family:New Rocker;text-transform:capitalize}.library_card .info .bottom .action{font-size:14px;font-weight:700;color:#F3E8DB;background-color:#5A4032;padding:13px 19px;border-radius:8px;text-transform:uppercase;border:1px solid #5a4032;transition:all .2s}.library_card .info .bottom .action:hover{background:none;color:#5A4032}.owner_popup{position:absolute;top:calc(100% + 10px);right:0;background-color:#F3E8DB;border-radius:10px;box-shadow:0 6px 20px rgba(41,27,18,.12);z-index:999;min-width:150px;overflow:hidden}.owner_option{padding:14px 20px;font-size:16px;color:#291B12;cursor:pointer;font-weight:500;transition:background-color .15s;white-space:nowrap}.owner_option:last-child{border-bottom:none}.owner_option:hover{background-color:#EBDAC9}.owner_option.active{font-weight:700;color:#291B12;background-color:#E5D0BC}.library_detail.website_page{padding-top:40px}.library_detail .library_detail_hero{display:flex;align-items:center;gap:40px;padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #99806f}.library_detail .library_detail_hero .hero_left{width:550px;flex-shrink:0}.library_detail .library_detail_hero .hero_left .img{width:100%;height:320px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.library_detail .library_detail_hero .hero_left .img img{height:100%;width:100%;object-fit:cover;border-radius:16px}.library_detail .library_detail_hero .hero_left .img .border_img{position:absolute;top:50%;left:50%;object-fit:unset;transform:translate(-50%,-50%) scale(1.015)}.library_detail .library_detail_hero .hero_left .img .bg_texture_1{position:absolute;top:-110px;left:-170px;transform:scaleX(-1);z-index:-1;height:354px;object-fit:unset;pointer-events:none}.library_detail .library_detail_hero .hero_left .img .bg_texture_2{position:absolute;top:-90px;right:-157px;z-index:-1;height:354px;object-fit:unset;transform:scale(-1);pointer-events:none}.library_detail .library_detail_hero .hero_left .action{color:#F1E6D9;background-color:#291B12;border-radius:8px;font-size:20px;font-weight:600;padding:14px;width:100%;margin-top:20px;border:2px solid #291b12;transition:all .2s}.library_detail .library_detail_hero .hero_left .action:hover{background:none;color:#291B12}.library_detail .library_detail_hero .hero_info .title{font-size:50px;color:#291B12;text-transform:uppercase;font-family:Melma;margin-bottom:30px;line-height:1.2}.library_detail .library_detail_hero .hero_info .summary{font-size:19px;color:#7C5B46;line-height:1.4;margin-bottom:30px}.library_detail .library_detail_hero .hero_info .author{display:flex;align-items:center;gap:7px;width:fit-content}.library_detail .library_detail_hero .hero_info .author .img{height:52px;width:52px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;position:relative}.library_detail .library_detail_hero .hero_info .author .img img{height:100%;width:100%;object-fit:cover}.library_detail .library_detail_hero .hero_info .author .img .border_img{position:absolute;width:100%;height:100%;top:0;left:0}.library_detail .library_detail_hero .hero_info .author .author_info label{color:rgb(134,115,105);font-weight:500;font-size:14px;margin-bottom:5px;text-transform:uppercase}.library_detail .library_detail_hero .hero_info .author .author_info .name{color:rgb(87,70,60);font-size:24px;font-family:Melma;text-wrap:wrap}.library_detail .main_content{display:flex;gap:30px}.library_detail.website_page .main_content .filter{width:300px}.library_detail.website_page .main_content .main_right{width:100%}.library_detail.website_page .main_content .main_right .tags_wrapper{margin-bottom:18px;display:flex;justify-content:space-between;align-items:center;gap:10px}.library_detail.website_page .main_content .main_right .main_tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.library_detail.website_page .main_content .main_right .main_tags .tag{font-size:16px;font-weight:700;color:#7C5B46;display:flex;align-items:center;gap:3px;position:relative;border-radius:100px;z-index:2;padding:7px 12px}.library_detail.website_page .main_content .main_right .main_tags .tag svg{cursor:pointer}.library_detail.website_page .main_content .main_right .main_tags .tag:before{background-color:#D2B7A4;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.library_detail.website_page .main_content .main_right .filter_icon{height:35px;width:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#DFC8B1;padding-top:2px;display:none;flex-shrink:0}.library_detail.website_page .main_content .main_right .filter_icon svg{color:#5A4032;height:20px;width:20px}.library_detail.website_page .main_content .story_cards{margin-top:0;width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;padding-bottom:50px;position:relative}.library-selection-modal .search_section_wrapper{grid-template-columns:1fr;height:fit-content!important}.library-selection-modal .search_section_wrapper .search_item.library_card{background:#F3E8DB;border-radius:18px;border:1px solid #dfc8b1;padding:20px;display:flex;align-items:center;gap:15px;cursor:pointer;height:fit-content}.library-selection-modal .search_section_wrapper .search_item.library_card .img{height:128px;aspect-ratio:1/1;border-radius:8px;overflow:hidden;flex-shrink:0;width:unset!important;display:flex;align-items:center;justify-content:center;padding:0!important}.library-selection-modal .search_section_wrapper .search_item.library_card .img img{width:100%;height:100%;object-fit:cover}.library-selection-modal .search_section_wrapper .search_item.library_card .info .title{font-size:20px;color:#291B12;font-family:Melma;text-transform:uppercase;margin-bottom:10px;margin-top:0!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.library-selection-modal .search_section_wrapper .search_item.library_card .info .summary{font-size:15px;line-height:1.2;color:#5A4032;margin-bottom:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:0!important}.library-selection-modal .search_section_wrapper .search_item.library_card .info .author label{display:block;color:#867369;font-size:11px;text-transform:10px;margin-bottom:4px}.library-selection-modal .search_section_wrapper .search_item.library_card .info .author span{font-size:16px;color:#5A4032;font-family:New Rocker}.new_dashboard.website_page{padding-top:40px}.new_dashboard .dashboard_tabs{display:flex;align-items:center;gap:20px;margin-top:30px;margin-bottom:40px;position:relative}.new_dashboard .dashboard_tabs_wrapper{position:relative}.new_dashboard .dashboard_tabs_wrapper:before{content:"";position:absolute;top:0;right:-2px;height:100%;width:100px;background:linear-gradient(270deg,#F3E8DB,transparent);z-index:1;display:none;pointer-events:none}.new_dashboard .dashboard_tabs .dashboard_tab_wrapper{position:relative;width:100%}.new_dashboard .dashboard_tabs .dashboard_tab{width:100%;font-size:20px;font-weight:700;color:#291B12;text-transform:uppercase;padding:20px;border-radius:8px;background-color:#F3E8DB;border:1px solid rgb(41 27 18/20%);transition:all .3s;cursor:pointer;display:flex;align-items:center;justify-content:center;text-wrap:nowrap;position:relative;text-decoration:none}.new_dashboard .dashboard_tabs .dashboard_tab.active,.new_dashboard .dashboard_tabs .dashboard_tab:hover{background-color:#DFC8B1;border:1px solid #dfc8b1}.new_dashboard .dashboard_tabs .dropdown_toggle_btn{position:absolute;right:30px;top:50%;transform:translateY(-50%);padding:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.new_dashboard .dashboard_tabs .dropdown_arrow{font-size:18px;transition:all .3s ease}.new_dashboard .dashboard_tabs .dropdown_toggle_btn:hover .dropdown_arrow{color:#57463C}.new_dashboard .dashboard_tabs .dropdown_toggle_btn:hover{transform:translateY(-50%) scale(1.2)}.new_dashboard .dashboard_dropdown{position:absolute;background-color:#F3E8DB;border-radius:16px;padding:12px;box-shadow:0 15px 35px rgba(41,27,18,.2);z-index:1000;display:flex;flex-direction:column;min-width:220px;border:1px solid rgba(41,27,18,.1);overflow:hidden;animation:dropdownFadeIn .3s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.new_dashboard .dashboard_dropdown .dropdown_link{padding:12px 18px;border-radius:10px;font-size:17px;color:#291B12;font-weight:600;text-decoration:none;transition:all .2s;margin-bottom:4px;background-color:transparent}.new_dashboard .dashboard_dropdown .dropdown_link.active,.new_dashboard .dashboard_dropdown .dropdown_link:hover{background-color:#DFC8B1}.top_performing_works .favourite_cards .favourite_card .chapters{margin-left:0;display:grid;grid-template-columns:repeat(2,1fr)}.favourites_page .bookshelf_cards{display:flex;flex-direction:column;gap:20px;width:100%;position:relative;padding-bottom:50px}.favourites_page .bookshelf_cards .bookshelf_card{display:flex;align-items:center;justify-content:space-between;padding:25px;border-radius:24px;background-color:#EBDAC9;border:1px solid #dfc8b1;cursor:pointer}.favourites_page .bookshelf_cards .bookshelf_card h3.title{font-size:28px;color:#291B12;font-family:Melma;text-transform:uppercase;margin-bottom:8px}.favourites_page .bookshelf_cards .bookshelf_card span{font-size:18px;color:#7C5B46}.favourites_page .bookshelf_cards .bookshelf_card .actions{display:flex;align-items:center;gap:15px}.favourites_page .bookshelf_cards .bookshelf_card .actions .action{color:#291B12;font-size:18px;font-weight:700;padding:12px 25px;border:1px solid #291b12;border-radius:6px;background:none;transition:all .2s}.favourites_page .bookshelf_cards .bookshelf_card .actions .action:hover{background-color:#291B12;color:#F3E8DB}.favourites_page .bookshelf_cards .bookshelf_card .actions .action.delete{color:#C42020;border-color:#C42020}.favourites_page .bookshelf_cards .bookshelf_card .actions .action.delete:hover{background-color:#C42020;color:#F3E8DB}.favourites_page .header .right{display:flex;align-items:flex-end;gap:15px;justify-content:space-between;width:100%}.favourites_page .header .right .create_button{font-size:18px;font-weight:700;color:#F3E8DB;background-color:#5A4032;padding:15px;border-radius:8px;text-transform:uppercase;transition:all .2s;border:1px solid #5a4032}.favourites_page .header .right .create_button:hover{background:none;color:#5A4032}.favourites_page .main_content .main_right .right_top .create_button{background-color:#5A4032;color:#F3E8DB;font-size:18px;font-weight:700;padding:15px;border-radius:8px;text-transform:uppercase;transition:all .2s;border:1px solid #5a4032;text-wrap:nowrap}.favourites_page .main_content .main_right .right_top .create_button.light,.favourites_page .main_content .main_right .right_top .create_button:hover{background:none;color:#5A4032}.favourites_page .main_content .main_right .right_top .create_button.light:hover{background-color:#5A4032;color:#F3E8DB}.favourites_page .main_content .main_right{width:100%;overflow:hidden}.favourites_page .main_content .main_right .right_top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.favourites_page .main_content .main_right .right_top h3{font-size:32px;color:#291B12;font-family:Melma;text-transform:uppercase;margin-bottom:8px}.favourites_page .main_content .main_right .right_top p{font-size:20px;color:#7C5B46}.top_performing_works{margin-top:70px}.top_performing_works .section_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.top_performing_works .swiper{width:100%}.favourite_cards .favourite_card .chapters .view_more{color:#291B12;font-size:18px;font-weight:700;background:none;width:fit-content}.favourites_page .header .filter_create_wrapper{display:flex;align-items:center;gap:10px}.favourites_page .main_content .main_right .right_tabs{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #291b1233;margin-bottom:20px}.favourites_page .main_content .main_right .right_tabs .tabs{display:flex;flex-shrink:0;align-self:flex-end}.favourites_page .main_content .main_right .right_tabs .tabs .tab{font-size:20px;color:#867369;text-transform:uppercase;padding:20px 35px;border-radius:10px 10px 0 0;font-family:Melma;border-bottom:3px solid transparent;background:none}.favourites_page .main_content .main_right .right_tabs .tabs .tab.active{background-color:#DFC8B1;color:#291B12;border-color:#291B12}.my_works_page .main_content .main_right .right_top{margin-bottom:30px}.my_works_page .digital_cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dashboard_story_detail{display:flex;gap:20px}.dashboard_story_detail .main_left{width:280px;position:relative;flex-shrink:0}.dashboard_story_detail .main_left .story_detail_card{width:100%;background-color:#EBDAC9;border-radius:10px;padding:20px;position:sticky;top:93px}.dashboard_story_detail .main_left .story_detail_card .img{width:100%;height:174px;background-image:linear-gradient(180deg,black -20%,transparent),url(/images/art_extras1big.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:10px;padding:15px;display:flex;justify-content:flex-end;align-items:flex-start}.dashboard_story_detail .main_left .story_detail_card .img .stats{display:flex;align-items:center;gap:15px}.dashboard_story_detail .main_left .story_detail_card .img .stats .like{color:white;font-size:14px;font-family:New Rocker;display:flex;align-items:center;gap:5px}.dashboard_story_detail .main_left .story_detail_card .tags{display:flex;align-items:center;gap:10px;overflow-x:auto;margin:15px 0}.dashboard_story_detail .main_left .story_detail_card .tags::-webkit-scrollbar{display:none}.dashboard_story_detail .main_left .story_detail_card .tags .tag{font-size:14px;font-weight:700;color:#7C5B46;display:inline-block;position:relative;border-radius:100px;z-index:2;padding:5px 9px 6px;text-wrap:nowrap}.dashboard_story_detail .main_left .story_detail_card .tags .tag:before{background-color:#DFC8B1;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.dashboard_story_detail .main_left .story_detail_card .title{font-size:20px;color:#291B12;line-height:1.2;font-family:Melma;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:15px;overflow-wrap:break-word;word-break:break-word}.dashboard_story_detail .main_left .story_detail_card .update{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:15px}.dashboard_story_detail .main_left .story_detail_card .update label{font-size:14px;color:#99806F;text-transform:uppercase}.dashboard_story_detail .main_left .story_detail_card .update span{font-size:14px;color:#291B12;font-weight:700;text-transform:uppercase}.dashboard_story_detail .main_left .story_detail_card .actions{display:flex;flex-direction:column;width:100%;gap:10px}.dashboard_story_detail .main_left .story_detail_card .actions .action{font-size:17px;font-weight:700;text-transform:uppercase;color:#EBDAC9;background-color:#5A4032;border-radius:8px;padding:12px;width:100%;border:2px solid #5a4032;transition:all .2s;text-align:center}.dashboard_story_detail .main_left .story_detail_card .actions .action.light,.dashboard_story_detail .main_left .story_detail_card .actions .action:hover{background:none;color:#5A4032}.dashboard_story_detail .main_left .story_detail_card .actions .action.light:hover{background-color:#5A4032;color:#EBDAC9}.dashboard_story_detail .main_right{width:100%}.dashboard_story_detail .main_right .main_right_top{display:flex;justify-content:space-between;align-items:center;gap:10px}.dashboard_story_detail .main_right .main_right_top .left{display:flex;align-items:center;gap:10px}.dashboard_story_detail .main_right .main_right_top .left h2.heading{font-size:30px;font-weight:700;color:#291B12;font-family:Melma;overflow-wrap:break-word;word-break:break-word}.dashboard_story_detail .main_right .main_right_top .actions{display:flex;gap:10px}.dashboard_story_detail .main_right .main_right_top .actions .action{font-size:16px;font-weight:700;color:#F3E8DB;background-color:#5A4032;border-radius:6px;padding:10px 19px;transition:all .2s;border:1px solid transparent;display:none}.dashboard_story_detail .main_right .main_right_top .actions .action.edit,.dashboard_story_detail .main_right .main_right_top .actions .action:hover{background:none;border:1px solid #5a4032;color:#5A4032}.dashboard_story_detail .main_right .main_right_top .actions .action.edit:hover{background-color:#5A4032;color:#F3E8DB}.dashboard_story_detail .main_right .main_right_top .delete_btn{font-size:16px;font-weight:700;color:#D71F1F;background-color:#FFA6A6;border-radius:6px;padding:12px 24px;transition:all .2s;border:1px solid transparent;text-wrap:nowrap}.dashboard_story_detail .main_right .main_right_top .delete_btn:hover{border-color:#D71F1F}.dashboard_story_detail .chapters_wrapper{margin-top:40px}.dashboard_story_detail .chapters_wrapper .top{display:flex;justify-content:space-between;align-items:center;gap:10px}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs{display:flex;align-items:center;gap:10px}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs .chapter_tab{font-size:25px;font-weight:500;color:#291b1282;cursor:pointer;transition:all .2s;background:none;padding:25px 20px;border-bottom:4px solid transparent;font-weight:600}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs .chapter_tab:hover{color:#291B12}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs .chapter_tab.active{color:#291B12;border-color:#291B12}.dashboard_story_detail .chapters_wrapper .top .action{font-size:20px;font-weight:700;text-transform:uppercase;color:#F3E8DB;background-color:#5A4032;padding:16px 22px;border-radius:8px;border:2px solid #5a4032;transition:all .2s}.dashboard_story_detail .chapters_wrapper .top .action:hover{background:none;color:#5A4032}.dashboard_story_detail .chapters_wrapper .tab_content{margin-top:20px;width:100%;display:flex;flex-direction:column;gap:15px;padding-bottom:50px}.chapter_card_dashboard{display:flex;align-items:center;justify-content:space-between;gap:20px;background-color:#EBDAC9;padding:19px 26px;border-radius:18px}.chapter_card_dashboard .title{font-size:22px;color:#291B12;text-transform:uppercase;font-family:Melma;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.chapter_card_dashboard .left{display:flex;align-items:center;gap:10px}.chapter_card_dashboard .info .info_item{font-size:14px;font-weight:600;color:#7C5B46;text-transform:uppercase;display:flex;align-items:center;gap:12px;text-wrap:nowrap}.chapter_card_dashboard .info .status{font-size:12px;padding:4px 10px 6px;margin-right:0;color:white;border-radius:100px;margin-left:auto;display:none}.chapter_card_dashboard .info .info_item.published{padding-right:20px;margin-right:20px;border-right:1px solid #7c5b46}.chapter_card_dashboard .info{display:flex;align-items:center}.chapter_card_dashboard .info .info_item .stat{display:flex;align-items:center;gap:4px}.chapter_card_dashboard .info .info_item .stat img{width:14px}.chapter_card_dashboard .info .info_item .stat span{font-family:New Rocker;font-weight:400}.chapter_card_dashboard .actions{display:flex;align-items:center;gap:10px}.chapter_card_dashboard .actions .status{font-size:14px;color:white;background-color:#26591C;border-radius:100px;padding:6px 15px;margin-right:10px}.chapter_card_dashboard .actions .action{color:#F1E6D9;font-size:16px;font-weight:700;padding:12px 20px;background-color:#291B12;border-radius:8px;outline:1px solid #291B12;transition:all .2s;text-wrap:nowrap}.chapter_card_dashboard .actions .action.light,.chapter_card_dashboard .actions .action:hover{background:none;color:#291B12}.chapter_card_dashboard .actions .action.light:hover{background-color:#291B12;color:#F1E6D9}.chapter_card_dashboard .actions .action.delete{color:#D71F1F;background-color:#FFA6A6;outline-color:#FFA6A6}.chapter_card_dashboard .actions .action.delete:hover{outline-color:#D71F1F}.dashboard_story_detail .second_card_mobile{width:100%;background-color:#EBDAC9;border:1px solid #d2b99b;border-radius:20px;padding:20px;display:none}.dashboard_story_detail .second_card_mobile .img{width:100%;height:300px;border-radius:18px;display:flex;align-items:center;justify-content:center;overflow:hidden}.dashboard_story_detail .second_card_mobile .img img{width:100%;height:100%;object-fit:cover}.dashboard_story_detail .second_card_mobile .tags{display:flex;align-items:center;gap:10px;overflow-x:auto;margin:20px 0}.dashboard_story_detail .second_card_mobile .tags::-webkit-scrollbar{display:none}.dashboard_story_detail .second_card_mobile .tags .tag{font-size:14px;font-weight:700;color:#7C5B46;display:inline-block;position:relative;border-radius:100px;z-index:2;padding:5px 9px 6px;text-wrap:nowrap}.dashboard_story_detail .second_card_mobile .tags .tag:before{background-color:#DFC8B1;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.dashboard_story_detail .second_card_mobile .title{font-size:26px;font-weight:700;color:#291B12;font-family:Melma;margin-bottom:20px}.dashboard_story_detail .second_card_mobile .update{display:flex;align-items:center;gap:10px}.dashboard_story_detail .second_card_mobile .update label{font-size:16px;color:#99806F;font-weight:500;text-transform:uppercase}.dashboard_story_detail .second_card_mobile .update span{font-size:16px;color:#291B12;font-weight:700;text-transform:uppercase}.dashboard_story_detail .second_card_mobile .genre_rating{display:flex;gap:10px;align-items:center;justify-content:space-between;margin:20px 0;padding:20px 0;border-bottom:1px solid #d2b99b;border-top:1px solid #d2b99b}.dashboard_story_detail .second_card_mobile .item h4{font-size:18px;font-weight:700;color:#291B12;font-family:Melma;margin-bottom:10px}.dashboard_story_detail .second_card_mobile .item .rating{font-size:20px;font-weight:700;color:#7C5B46}.dashboard_story_detail .second_card_mobile .item .summary{font-size:18px;color:#7C5B46;line-height:1.3;margin-bottom:20px}.dashboard_story_detail .second_card_mobile .item b{font-size:18px;font-weight:700;color:#7C5B46}.dashboard_story_detail .second_card_mobile .actions{display:flex;align-items:center;gap:10px;margin-top:25px}.dashboard_story_detail .second_card_mobile .actions div{display:flex;align-items:center;gap:10px}.dashboard_story_detail .second_card_mobile .actions .action{font-size:18px;font-weight:700;color:#EBDAC9;padding:12px 20px;background-color:#5A4032;border-radius:6px;outline:1px solid #5A4032;transition:all .2s;text-align:center}.dashboard_story_detail .second_card_mobile .actions .action.light,.dashboard_story_detail .second_card_mobile .actions .action:hover{background:none;color:#5A4032}.dashboard_story_detail .second_card_mobile .actions .action.light:hover{background-color:#5A4032;color:#EBDAC9}.dashboard_story_detail .second_card_mobile .actions .action.delete{color:#D71F1F;background-color:#FFA6A6;outline-color:#FFA6A6}.dashboard_story_detail .second_card_mobile .actions .action.delete:hover{outline-color:#D71F1F}.dashboard_story_detail .second_card_mobile .item .tags{margin:0}.create_new_story .custom_container{padding-top:40px}.categories_presentation_step .presentation,.categories_presentation_step .presentation .upload_wrapper{width:100%}.step_wrapper .visibility{width:50%;padding-right:40px;border-right:1px solid #d2b99b}.step_wrapper .contribution{width:50%;padding-left:40px}.categories_tags_step .two_fields .left,.categories_tags_step .two_fields .right{width:50%}.categories_tags_step .two_fields .form_group{margin-bottom:20px}.categories_tags_step .tag-box{min-height:48px}.categories_tags_step .tag-box input{margin-top:3px}.categories_tags_step .fandom_tag_input_area .tag-box input{margin-top:0}.categories_tags_step .help_text{display:none}.categories_tags_step .checkbox_wrapper{margin-bottom:0}.multi_select_dropdown{position:absolute;top:100%;left:0;right:0;background-color:#F3E8DB;border-radius:8px;margin-top:4px;z-index:10;max-height:220px;overflow-y:auto;box-shadow:0 4px 15px rgba(0,0,0,.1);padding:10px}.multi_select_dropdown .dropdown_item{padding:8px 11px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background-color .2s;border-radius:8px}.multi_select_dropdown .dropdown_item:hover{background-color:#EBDAC9}.multi_select_dropdown .dropdown_item span{font-size:16px;color:#7C5B46;font-weight:500}.trope_selector_container .select_wrapper{position:relative;border-radius:12px;background-color:#F3E8DB;padding:0;transition:box-shadow .3s ease}.trope_selector_container .select_wrapper.active{box-shadow:0 4px 15px rgba(0,0,0,.1)}.trope_selector_container .tag-box{background:none;padding:10px 45px 10px 15px;display:flex;flex-wrap:wrap;gap:8px;cursor:pointer;align-items:center}.trope_selector_container .placeholder_text{color:#99806F;font-size:16px;font-weight:500}.trope_selector_container .trope_tag{background:none!important;z-index:1}.trope_selector_container .trope_tag:before{background-color:#D2B7A4;filter:url(#roughEdges);border-radius:100px}.trope_selector_container .select_arrow{position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:transform .3s ease;cursor:pointer;z-index:2}.trope_selector_container .select_arrow.rotated{transform:translateY(-50%) rotate(180deg)}.trope_dropdown_popup{position:absolute;top:calc(100% + 5px);left:0;width:100%;background-color:#F3E8DB;border-radius:15px;padding:20px;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:2000;overflow-x:auto}.trope_columns{display:flex;gap:30px;justify-content:space-between}.trope_column{flex:1 1}.trope_column .column_title{font-size:18px;color:#291B12;margin-bottom:20px;font-weight:500}.items_list{display:flex;flex-direction:column;gap:12px}.trope_item_row{cursor:pointer;transition:opacity .2s}.trope_item_row .checkbox_label{font-size:14px;color:#594232;font-weight:500}.trope_item_row.selected .checkbox_label{font-weight:700}.publishing_step .tag-box{min-height:48px;align-items:center}.publishing_step .checkbox_wrapper{margin-bottom:0}.step_wrapper .warning{display:flex;align-items:center;gap:10px;background-color:#D2B7A4;border-radius:10px;padding:13px 18px;margin-bottom:20px;position:relative}.step_wrapper .warning img{height:30px}.step_wrapper .warning p{color:#291B12;font-size:18px;line-height:1.3}.following_new .following_tabs{display:flex}.following_new .following_tabs .following_tab{color:#867369;font-size:22px;font-family:Melma;padding:20px 40px;border-radius:15px 15px 0 0;background:none}.following_new .following_tabs .following_tab.active{background-color:#EBDAC9;color:#291B12}.following_new .following_content{background-color:#EBDAC9;padding:40px;border-radius:0 20px 20px}.following_new .following_content.active{border-radius:20px}.following_new .following_content .following_heading{font-size:28px;color:#291B12;font-family:Melma;margin-bottom:10px}.following_new .following_content .following_para{color:#5A4032;font-size:18px}.following_new .following_content .following_arts{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}.following_new .following_content .following_followings{margin-top:40px;display:flex;flex-direction:column;gap:20px;width:100%}.following_card{background-color:#F3E8DB;border-radius:10px}.following_card .following_inner{display:flex;align-items:center;justify-content:space-between;padding:20px 30px}.following_card .following_inner .img{height:80px;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.following_card .following_inner img{width:100%;height:100%;border-radius:50%;object-fit:cover}.following_card .following_inner img.border{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.05);width:100%;height:100%}.following_card .following_inner .left{display:flex;align-items:center;gap:20px}.following_card .following_inner .info .name{font-size:20px;color:#5A4032;font-family:Melma;margin-bottom:16px}.following_card .following_inner .info .stats{display:flex;align-items:center;gap:20px}.following_card .following_inner .info .stats .stat{font-size:18px;color:#867369;font-family:Melma}.following_card .following_inner .info .stats .stat span{color:#5A4032}.following_card .following_inner .right{display:flex;align-items:center;gap:20px}.following_card .following_inner .right button{color:#291B12;font-size:20px;padding:0 18px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:1px solid #291b12;background:none;font-weight:700;height:50px;transition:all .2s}.following_card .following_inner .right button:hover{background-color:#291B12;color:#F3E8DB}.following_card .following_card_detail{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:30px}.following_new .fanart_card{cursor:pointer}.top_performing_works .swiper-slide{width:1100px}.top_performing_works .favourite_cards{padding-bottom:0!important}.top_performing_works .favourite_cards .view_more{display:none}.top_work_swiper{position:relative}.top_work_swiper:after{content:"";position:absolute;top:0;right:0;width:120px;height:100%;background:linear-gradient(270deg,#F3E8DB,transparent);z-index:1;pointer-events:none}.overview_graph_container{background-color:#F8ECE6;border-radius:15px;padding:30px;margin-top:70px;width:100%;filter:drop-shadow(0 4px 6px rgba(0,0,0,.05))}.graph_header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.graph_title{font-size:24px;font-weight:800;color:#291B12;font-family:Melma,sans-serif;letter-spacing:1px;margin:0}.graph_legend{display:flex;gap:20px;margin-top:10px}.legend_item{display:flex;align-items:center;gap:8px}.legend_item .dot{width:10px;height:10px;border-radius:50%}.legend_item .dot.views{background-color:#1B4D3E}.legend_item .dot.likes{background-color:#B22222}.legend_item .label{font-size:14px;font-weight:600;color:#7C5B46}.date_dropdown{background-color:#F3E8DB;border:1px solid #d2b99b;padding:11px 17px;border-radius:6px;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:600;color:#291B12;transition:all .3s}.date_dropdown:hover{background-color:#EFEDE6}.dropdown_icon{width:12px;transition:transform .3s ease}.dropdown_icon.rotate{transform:rotate(180deg)}.header_right{position:relative}.dropdown_menu{position:absolute;top:calc(100% + 5px);right:0;min-width:160px;background-color:#F3E8DB;border:1px solid #d2b99b;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:100;overflow:hidden}.dropdown_menu .dropdown_item{padding:10px 15px;font-size:14px;font-weight:500;color:#7C5B46;cursor:pointer;transition:all .2s}.dropdown_menu .dropdown_item:hover{background-color:#EFEDE6;color:#291B12}.dropdown_menu .dropdown_item.active{background-color:#D2B99B;color:#FFF}.graph_body{width:100%;margin-top:10px}.fandom_selector_container .main-display{min-height:52px;align-items:center;padding-left:15px}.fandom_dropdown_popup{position:absolute;top:calc(100% + 5px);left:0;width:100%;background-color:#F3E8DB;border-radius:15px;padding:20px;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:2000}.fandom_section .section_title{font-size:18px;color:#291B12;margin-bottom:15px;font-weight:500}.fandom_tag_input_area{display:flex;border:1px solid #7c5b46;border-radius:12px;background-color:transparent;overflow:hidden}.fandom_tag_input_area .tags_container{flex:1 1;display:flex;flex-wrap:wrap;gap:8px;padding:10px 15px;align-items:center}.fandom_tag_input_area .tags_container input{background:none;border:none;outline:none;font-size:16px;color:#99806F;flex:1 1;min-width:100px}.mt_20{margin-top:25px}.search_page{padding-top:40px}.search_page .filter{width:300px!important}.search_page .main_content{display:flex;gap:30px}.search_page .main_content .main_content_right{width:100%;overflow:hidden}.search_page .main_content .main_content_right .main_top{display:flex;gap:10px;align-items:center;justify-content:space-between;width:100%}.search_page .main_content .main_content_right .main_top .top_inner{display:flex;gap:10px;align-items:flex-start;justify-content:space-between;width:100%}.search_page .main_content .main_content_right .main_top h3{font-size:30px;color:#291B12;font-family:Melma,sans-serif;margin-bottom:20px}.search_page .main_content .main_content_right .main_top .tags{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.search_page .main_content .main_content_right .main_top .tags .tag{font-size:16px;font-weight:700;color:#7C5B46;display:flex;align-items:center;gap:3px;position:relative;border-radius:100px;z-index:2;padding:7px 12px;text-wrap:nowrap}.search_page .main_content .main_content_right .main_top .tags .tag:before{background-color:#D2B7A4;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.search_page .filter_icon{display:none}.search_page .digital_art_cards{position:relative;padding-bottom:60px}.chapter_play_wrapper{background-color:#DFC8B1;background-image:url(/images/chapter_play_bg.svg);background-size:800px}.story_page .top_rated{margin-top:120px;padding:70px 0;background-color:#EBDAC9;position:relative}.story_page .top_rated .bg_texture1{position:absolute;top:-153px;left:0;height:500px;width:500px;z-index:0}.story_page .top_rated .bg_texture2{position:absolute;bottom:-183px;right:10px;height:500px;width:500px;z-index:0}.top_rated .custom_container{position:relative;z-index:1}.top_rated .tab_detail .main_top .info .bottom .tags span:before{background-color:#F1E6D9}.top_rated .tab_detail .main_top .info .bottom .tags span.red:before{background-color:#D71F1F}.top_rated .tab_detail .main_top .info .bottom .tags span.black:before{background-color:#29121C}.story_page .tab_detail .main_bottom{margin-top:50px}.fandom_tag_input_area .tag-box{align-items:center}.onboarding .custom_container .steps .step_content .social_link_box{background-color:#EBDAC9;border-radius:24px;border:1px solid #5a40323d;padding:40px;display:flex;flex-direction:column;gap:20px;margin-top:50px;width:770px}.onboarding .custom_container .steps .step_content .social_link_box .social_link{display:flex;gap:20px;align-items:center}.onboarding .custom_container .steps .step_content .social_link_box .social_link .img{height:60px;aspect-ratio:1/1;border-radius:10px;display:flex;align-items:center;justify-content:center;background-color:#F3E8DB;color:#5A4032;font-size:25px}.onboarding .custom_container .steps .step_content .social_link_box .social_link input{background-color:#F3E8DB;border:none;outline:none;font-size:18px;color:#7C5B46;flex:1 1;height:60px;border-radius:10px;padding:0 20px;font-weight:500}.onboarding .custom_container .steps .step_content .social_link_box .social_link input::placeholder{color:#99806F}.account_step .form_group.social_links{margin-top:38px}.account_step .form_group.social_links .social_links_wrapper{display:grid;grid-template-columns:repeat(2,1fr);row-gap:20px;column-gap:40px}.account_step .form_group.social_links .social_links_wrapper .social_link{display:flex;gap:20px;align-items:center}.account_step .form_group.social_links .social_links_wrapper .social_link .img{height:60px;aspect-ratio:1/1;border-radius:10px;display:flex;align-items:center;justify-content:center;background-color:#F3E8DB;color:#5A4032;font-size:25px;flex-shrink:0}.account_step .form_group.social_links .social_links_wrapper .social_link input{height:60px;font-size:18px}.onboarding .custom_container .steps .step_content .account_box{width:900px;background-color:#EBDAC9;border-radius:24px;border:1px solid #5a40323d;padding:40px;display:flex;flex-direction:column;gap:20px;margin-top:50px}.onboarding .custom_container .steps .step_content .account_box .cover_image{width:100%;height:250px;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:18px;padding:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#F3E8DB;cursor:pointer}.onboarding .custom_container .steps .step_content .account_box .cover_image .cover_image_text{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;margin-bottom:50px}.onboarding .custom_container .steps .step_content .account_box .cover_image .cover_image_text img{height:50px}.onboarding .custom_container .steps .step_content .account_box .cover_image .cover_image_text p{font-size:16px;color:#7C5B46}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper{display:flex;gap:20px;align-items:center;flex-direction:column;text-align:center;margin-top:-100px;margin-left:auto;margin-right:auto;width:fit-content}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper .avatar-wrapper{position:relative;width:160px;height:160px;border-radius:50%;border:6px solid #ebdac9;background-color:#F3E8DB;display:flex;justify-content:center;align-items:center;cursor:pointer;overflow:hidden}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper .avatar-wrapper img.avatar{width:100%;height:100%;object-fit:cover}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper .avatar-wrapper .empty-avatar-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:10px}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper .avatar-wrapper .empty-avatar-placeholder .camera-icon{width:36px;height:36px}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper .avatar-wrapper .empty-avatar-placeholder span{font-size:13px;color:#7C5B46;line-height:1.2;font-weight:500}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper .avatar-wrapper .upload-btn{position:absolute;top:0;right:0}.onboarding .custom_container .steps .step_content .account_box .fields{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.onboarding .custom_container .steps .step_content .account_box .tag-box{min-height:50px;align-items:center}.author .author_tabs{display:flex;align-items:flex-end;border-bottom:1px solid #99806f52;gap:20px}.author .author_tabs .author_tab{background:none;color:#BF8F62;font-size:24px;font-weight:500;text-transform:uppercase;padding:15px 18px;border-bottom:3px solid transparent}.author .author_tabs .author_tab.active{color:#5A4032;border-color:#5A4032}.author .about_author{background-color:#EBDAC9;border:1px solid #dfc8b1;border-radius:20px;padding:30px;margin-top:50px}.author .about_author .bio{font-size:19px;color:#7C5B46;line-height:1.4}.author .about_author .stats{margin-top:50px}.author .about_author .stats .stat{display:flex;align-items:center;gap:20px;margin-bottom:20px}.author .about_author .stats .stat .label{font-size:18px;color:#5A4032;font-weight:500}.author .about_author .stats .stat .number{font-size:18px;color:#5A4032;font-weight:700;text-transform:capitalize}.author .about_author .work_tags{margin-top:50px}.author .about_author .work_tags h1{font-size:38px;color:#5A4032}.author .about_author .work_tags .tags{margin-top:20px;display:flex;gap:10px;flex-wrap:wrap}.author .about_author .work_tags .tags .tag{font-size:16px;font-weight:700;color:#5A4032;display:inline-block;position:relative;border-radius:100px;z-index:2;padding:5px 9px 6px;text-wrap:nowrap}.author .about_author .work_tags .tags .tag:before{background-color:#d1b395;border-radius:100px;content:"";width:100%;height:100%;filter:url(#roughEdges);position:absolute;top:0;left:0;z-index:-1}.library_detail .story_card_wrapper{overflow:visible!important}.library_detail .story_card_wrapper .story_card{overflow:visible}@media (max-width:1707px){.auth_wrapper .form .logo img{height:53px}.auth_wrapper .form form h2{font-size:36px}.auth_wrapper .form form .para{font-size:17px;margin-top:11px}.auth_wrapper .form form input{font-size:15px}.auth_wrapper .form form .or p{font-size:20px}.brown_button{font-size:18px;padding:15px}.auth_wrapper .form form .remember_forgot .remember,.auth_wrapper .form form .remember_forgot a.forgot{font-size:16px}.auth_wrapper .form form .remember_forgot .remember label{margin-bottom:5px}.auth_wrapper .form form p{font-size:15px}.categories_presentation_step .presentation .upload_box.vertical{height:340px}.categories_presentation_step .presentation .upload_box.square{height:300px}.categories_presentation_step .presentation .upload_box p{font-size:15px}}@media (max-width:1650px){.onboarding .custom_container .logo img{height:68px}.onboarding .custom_container .logo{margin-top:40px}.tab_detail .main_top .img_card{width:320px}.tab_detail .main_top .info .top .rating h4{font-size:25px;gap:5px}.tab_detail .main_top .info .top .rating p{font-size:13px}.tab_detail .main_top .info .bottom h1{font-size:50px;margin-top:40px}.tab_detail .main_top .info .bottom .tags{gap:8px;margin-top:30px}.tab_detail .main_top .info .bottom p{font-size:17px;margin-top:30px}.tab_detail .main_top .info .top .rating{gap:17px}.tab_detail .main_top .info .top .rating h4 img{height:20px}.tab_detail .tooltip-container img{width:15px}.tab_detail .main_top .img_card .image{height:372px}.tab_detail .main_bottom .left{width:284px}.hero .custom_container .details .arrow_batns .arrow_batn{font-size:21px}.tab_detail .main_bottom .right .date h4{font-size:25px}.tab_detail .main_bottom .left .info h5{font-size:23px}.hero .custom_container{gap:20px}h1.heading{font-size:35px}.para{font-size:16px}.creators .custom_container .creators_info .creator .image .img{height:70px;width:70px}.creators .custom_container .creators_info .creator .img_border{height:73px;width:73px}.creators .custom_container .creators_info .creator{gap:10px}.creators .custom_container .creators_info .creator .info .name{font-size:18px}.creators .custom_container .creators_info .creator .info .xp_lvl{font-size:17px;margin-top:10px;gap:10px}.creators .custom_container .creators_info .creator .creator_bg{top:-60px;left:-38px;width:135%}.popular .custom_container .genres_cards .gradient_right{right:-3px}.genres_card{width:100%;height:240px}.genres_card img{width:130px}.welcome .custom_container .content h1{font-size:44px}.welcome .custom_container .content .img{height:71px}.welcome .custom_container .content .author_button p,.welcome .custom_container .content p{font-size:16px}.welcome .custom_container .content .author_button{width:250px}.updates .custom_container .update_cards .updates_card{height:108px}.updates .custom_container .update_cards .updates_card .info .name{font-size:14px}.updates .custom_container .update_cards .updates_card .info .chapters_updated .chapters h5{font-size:15px}.story_card .center .txt h3{font-size:21px}.story_card .bottom h5{font-size:16px}.story_card .center .img{width:87px;height:86px}.story_card .top .tags .tag{font-size:11px}.onboarding .custom_container .steps .step_content h1{font-size:40px}.onboarding .custom_container .steps .step_content .para{font-size:18px;margin-top:12px}.onboarding .custom_container .steps .step_content .radio_group{margin-top:40px}.onboarding .custom_container .steps .step_content .radio_group .radio{font-size:25px;width:270px;height:130px}.onboarding .custom_container .steps .step_content .radio_group .radio label:before{width:21px;height:21px;border:5px solid #5a4032}.onboarding .custom_container .button .action{font-size:16px;padding:13px 17px}.onboarding .custom_container .steps .step_content .bio,.onboarding .custom_container .steps .step_content .name,.onboarding .custom_container .steps .step_content.step2 select{font-size:16px;padding:14px 17px;width:420px}.onboarding .custom_container .steps .step_content .info{width:420px;font-size:12px}.genres_step .step_content .tags_wrapper .tags_outer .tags .tag,.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag{font-size:14px}.genres_step .step_content .tags_wrapper .tags_outer h4,.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer h4{margin-bottom:12px;font-size:22px}.onboarding .custom_container .steps .step_content .experience_content{margin-top:40px;width:700px;padding:50px}.onboarding .custom_container .steps .step_content .experience_content h5{font-size:29px;margin-bottom:6px}.onboarding .custom_container .steps .step_content .experience_content p{font-size:22px}.onboarding .custom_container .steps .step_content .experience_content .mature{padding-bottom:20px;margin-bottom:20px;border-width:1px}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme{margin-top:20px;gap:14px}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme label{height:65px;font-size:23px}.onboarding .custom_container .steps .step_content .experience_content .theme{padding-bottom:30px;margin-bottom:30px;border-width:1px}.onboarding .custom_container .steps .step_content .loop{margin-top:40px;width:700px;padding:50px}.onboarding .custom_container .steps .step_content .loop .content h5{font-size:29px;margin-bottom:10px}.onboarding .custom_container .steps .step_content .loop .content p{font-size:22px}.onboarding .custom_container .steps .step_content .two_radios{margin-top:40px}.onboarding .custom_container .steps .step_content .two_radios .radio{font-size:25px;width:290px;height:160px}.sidebar{width:300px}.sidebar .profile .content .img{height:53px;width:53px}.sidebar .profile .content .info h5{font-size:19px}.sidebar .pages .tab.active .tab_active_border{transform:scaleY(1.04)}.sidebar .pages .tab .tab_border{transform:scale(1.01,1.04)}.sidebar .pages .title{font-size:19px}.sidebar .pages .tab{gap:13px}.main_heading{font-size:36px}.welcome_dashboard h2{font-size:36px;margin-bottom:14px}.welcome_dashboard{margin-top:20px;padding:35px}.welcome_dashboard p{margin-bottom:20px}.welcome_dashboard img{height:80px}.start_reading{margin-top:50px}.story_cards{margin-top:30px}.start_reading .reading_top .right span{font-size:23px}.fanart,.latest_followings,.latest_subscriptions,.your_lists{margin-top:50px}.list_card .text .value{font-size:44px}.list_card{padding:20px 20px 0 26px;height:195px}.list_card .text .title{font-size:24px;margin-top:7px}.list_card .text p{margin-top:10px}.list_card .text .right{font-size:16px}.fanart .fanart_top .right span{font-size:23px}.fanart_cards{margin-top:34px}.fanart .filteration .sort_by{font-size:17px}.fanart .filteration .tags .tag{font-size:13px}.recent_activity{margin-top:50px}.recent_activity .notifications .notification_item .content .text{font-size:19px}.recent_activity .notifications .notification_item{padding-bottom:14px;margin-bottom:14px}.main_wrapper{width:calc(100vw - 300px);padding-right:30px}.main_wrapper.sidebar-collapsed{width:calc(100vw - 130px)}.quick_stats .stats .stats_box h2{font-size:40px}.quick_stats .stats .stats_box p{font-size:23px;margin-top:13px}.quick_stats .stats .stats_box span{margin-top:13px}.quick_actions .actions .action{font-size:18px;padding:18px}.quick_actions{margin-top:50px}.fanart_cards{grid-template-columns:repeat(3,1fr)}.create_wrapper .steps_nav .step_item span{height:45px;font-size:23px}.create_wrapper .steps_nav .step_item p{font-size:24px}.create_wrapper .steps_nav .step_item{gap:10px}.create_wrapper .steps_nav{gap:15px}.step_heading{font-size:28px}.step_wrapper{padding:34px;margin-top:30px}.categories_presentation_step .presentation .image_upload_boxes{gap:20px}.categories_presentation_step .presentation .upload_box.vertical{height:320px}.categories_presentation_step .presentation .upload_box.square{height:280px}.create_wrapper .bottom_buttons .step_button{padding:11px 15px;font-size:18px}.tag-box .tag{font-size:17px;padding:3px 9px}.tag-box{padding:13px}.step_wrapper img.book{height:150px}.my-work .tab_headers .tab{font-size:22px;border-radius:10px;height:56px}.my-work .tab_content .tab_content_story .filter{width:280px}.my-work .tab_content .tab_content_story{gap:20px}.my-work .tab_content .tab_content_story .content .story_cards{gap:14px}.tab_content_story .story_cards .story_card .chapter{font-size:13px}.tab_content_story .story_cards .story_card .center .img{width:85px;height:85px}.tab_content_story .story_cards .story_card .center .txt h3{font-size:21px}.tab_content_story .story_cards .story_card.dashboard{height:300px!important}.tab_content_story .story_cards .story_card .top .tags .tag{padding:5px 7px;font-size:11px}.my-work .tab_content .tab_content_story .content .story_cards.digital_cards{grid-template-columns:1fr 1fr}.story_detail .first_card .content{padding:30px}.story_detail .first_card .content h2{font-size:36px}.story_detail .first_card .content .tags .tag{font-size:14px}.story_detail .first_card .content .meta_info small{font-size:13px}.story_detail .first_card .content .meta_info h3{font-size:29px}.story_detail .first_card .content .meta_info{gap:30px}.story_detail .first_card .content .meta_info h3 img{height:22px;margin-left:0}.story_detail .first_card .content .actions .action{font-size:17px;padding:13px;border-radius:6px}.story_detail .first_card .image{width:370px}.story_detail .second_card .content .top h2{font-size:31px}.story_detail .second_card .content .top a{font-size:22px}.story_detail .second_card .content .content_inner h5{font-size:19px;margin-bottom:4px}.story_detail .second_card .content .content_inner p{font-size:17px}.story_detail .second_card .content .content_inner .content_item{margin-bottom:20px}.story_detail .second_card .content{padding:30px}.story_detail .second_card .image{width:370px}.story_detail .second_card .content .content_inner .tags .tag{font-size:14px}.story_detail .second_card .content .content_inner h4{font-size:32px}.story_detail .chapters{padding:30px}.story_detail .chapters .top h2{font-size:36px}.story_detail .chapters .top .actions .batns .action{font-size:17px;padding:12px;border-radius:6px}.story_detail .chapters .top .actions .tabs button{border-radius:6px;font-size:16px;padding:11px 14px}.chapter_card .content{padding:18px}.chapter_card .content .tags .tag{padding:6px;font-size:12px}.chapter_card .content h4{font-size:21px}.chapter_card .content .tags{gap:6px;margin-bottom:16px}.chapter_card .content .meta_info .meta_item p{font-size:11px}.chapter_card .content .meta_info .meta_item b{font-size:16px}.chapter_card_actions .action{padding:12px 24px;font-size:15px}.story_detail .chapters .content .cards{gap:15px}.chapter_card .img{height:170px}.detail_page_quick_stats .top h2{font-size:36px}.detail_page_quick_stats{padding:30px}.detail_page_quick_stats .top a{font-size:22px}.detail_page_quick_stats .cards .card{padding:18px}.detail_page_quick_stats .cards .card h3{font-size:23px}.detail_page_quick_stats .cards .card h2{font-size:36px}.detail_page_quick_stats .cards .card img{width:40px;height:40px}.detail_page_quick_stats .cards{gap:14px}.artwork_step .panel-card{outline:11px solid #F3E8DB}.artwork_step .file-name{font-size:15px}.artwork_step .file-size{font-size:12px}.artwork_step .panel-row{gap:40px}.chapter_content .top .toolbar .toolbar_btn{padding:6px 10px;font-size:16px}.chapter_content .top .toolbar{margin-bottom:16px}.chapter_content .bottom .editor_info{padding:6px 10px;font-size:13px}.chapter_content .bottom{gap:10px;margin-top:15px}.extras_step .image_uploader .placeholder_content img{height:30px}.extras_step .image_uploader .placeholder_content p{font-size:15px}.extras_step .image_uploader .placeholder_content small{font-size:12px;margin-top:6px}.web_comic_detail .first_card .content .type{font-size:18px}.add_comic_episode .comic_name{font-size:18px;margin-top:5px}.add_comic_episode .comic_discription{font-size:18px;margin-top:8px}.panel_step .panel-order-hint img{width:26px}.panel_step .panel-order-hint p{font-size:14px}.updates_and_activities .top h3{font-size:28px}.updates_and_activities .top p{font-size:17px}.updates_and_activities .top a span{font-size:24px}.updates_and_activities .top a img{height:22px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text p{font-size:18px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .meta .tag{padding:3px 6px;font-size:13px}.updates_and_activities .latest_updates .updates_wrapper .update_item .img{height:43px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text .time{font-size:15px}.updates_and_activities .latest_updates .updates_wrapper .update_item a span{font-size:17px}.updates_and_activities .latest_updates .updates_wrapper .update_item a img{height:22px}.updates_and_activities .latest_activities .activities_wrapper .activity_item .img{height:43px}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info p{font-size:18px}.updates_and_activities .latest_activities .activities_wrapper .activity_item{padding:16px 0}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info .time{font-size:15px}.notifications h3.heading{font-size:28px}.notifications p.desc{font-size:17px}.notifications .filters .tags .tag{padding:5px 12px;font-size:17px}.notifications .filters .sort{gap:10px;font-size:22px}.notifications .notifications-list{padding:22px 30px}.notifications .notifications-list .notification-item img{width:32px}.notifications .notifications-list .notification-item .text p{font-size:18px}.notifications .notifications-list .notification-item .text .time{font-size:15px}.notifications .notifications-list .notification-item{padding:16px 0}.messaging-app .sidebar-header h1{font-size:28px}.messaging-app .sidebar-header{padding:25px 23px}.messaging-app .message-sidebar{width:315px}.messaging-app{padding:10px;gap:10px}.messaging-app .avatar{width:44px;height:44px}.messaging-app .conversation-item{gap:9px;padding:14px 13px}.messaging-app .conversation-header{margin-bottom:3px}.messaging-app .avatar.small{width:45px;height:45px}.messaging-app .chat-header{padding:16px}.messaging-app .input-area{padding:13px 20px}.messaging-app .send-button{width:43px;height:43px}.messaging-app .send-button svg{height:18px;width:18px}.create_wrapper .tabs_nav .tab_item{font-size:23px;padding-bottom:18px}.account_step .profile_wrapper .avatar-wrapper{height:180px}.account_step .profile_wrapper .actions button{font-size:16px;padding:11px 13px}.account_step .select_theme{gap:10px}.account_step .fields,.security_settings_step .danger_zone,.security_settings_step .fields{gap:15px}.account_step .settings_section{gap:10px}.account_step .profile_wrapper .actions{gap:7px}.notifications_setting .top .actions button{font-size:16px;border-radius:6px;padding:11px}.main_content .filter{width:400px}.story_detail_main .chapters_section .custom_container .about p{font-size:17px}.story_detail_main .chapters_section .custom_container .about .tags .tag{font-size:14px}.story_detail_main .chapters_section .custom_container .chapters .header h2{font-size:37px}.like_card .image{height:270px}.like_card .info{padding:22px 16px 16px}.like_card .info h3{font-size:19px}.chapter_play .header .logo img{height:34px}.chapter_play .chapter_container{max-width:800px}.chapter_play .chapter_container .images .top_info .chapter_nmbr{font-size:21px}.chapter_play .chapter_container .images .top_info .title{font-size:32px}.chapter_play .chapter_container .images .top_info .publish_info{font-size:16px}.chapter_play .chapter_container .images .top_info{gap:10px;padding-bottom:40px}.chapter_play .chapter_container .images{padding:40px}.chapter_play .chapter_container .images .content h1{font-size:36px}.chapter_play .chapter_container .images .content h2{font-size:30px}.chapter_play .chapter_container .images .content h3{font-size:26px}.chapter_play .chapter_container .images .content h4{font-size:21px}.chapter_play .chapter_container .images .content h5{font-size:18px}.chapter_play .chapter_container .images .content p{font-size:18px;line-height:1.5}.chapter_play .header .icon img{height:18px}.chapter_play .header .icon{gap:15px}.author .profile .banner{height:330px}.author .profile .profile_content .avatar{height:246px;width:246px}.author .profile .banner .follow{font-size:18px;padding:11px 16px}.author .profile .banner .follow svg{height:14px;width:14px}.author .profile .profile_content .content{padding:24px 0 30px 334px}.author .profile .profile_content .content h3{font-size:34px;margin-bottom:15px}.author .profile .profile_content .content p{font-size:18px;margin-bottom:18px}.author .profile .profile_content .content .date{font-size:18px}.author .profile .profile_content .content .date img{height:22px}.author .profile .profile_content .content .right .stats .stat .number{font-size:30px}.author .profile .profile_content .content .right .stats .stat .label{font-size:13px}.digital_art .header h2{font-size:35px;width:370px}.digital_art .main_content .filter{width:370px;padding:20px}.digital_art .header .right{gap:15px}.digital_art .header .right .action{font-size:18px}.digital_art .main_content .right .right_top h4,.digital_art_card .content .bottom .title{font-size:23px}.digital_art_card .content .bottom .author{font-size:14px}.digital_art_card .content .bottom .stat{font-size:12px}.digital_art_card .content .bottom .stat img{height:12px}.digital_art_card .content .bottom .info{margin-top:7px}.digital_art_card .content{padding:14px}.art_modal .modal_content .modal_info .top h3{font-size:27px;margin-bottom:4px}.art_modal .modal_content .modal_info .top .by{font-size:17px}.art_modal .modal_content .modal_info .top .stat h4{font-size:21px}.art_modal .modal_content .modal_info .top .stat h4 img{height:15px}.art_modal .modal_content .modal_info .bottom .actions .action{padding:10px 12px;font-size:17px}.art_modal .modal_content .modal_info .bottom .actions{gap:8px}.art_modal .modal_content .modal_info .top .stats{gap:24px}.main_content .filter .top h5{font-size:22px}.main_content .filter .search_wrapper input{padding:10px 14px;font-size:15px}.onboarding .custom_container .steps .step_content.step2 .tag-box,.onboarding .custom_container .steps .step_content.step2 select{width:420px}.chapter_content .top button{border-radius:6px;padding:9px 11px;font-size:16px}.chapter_card_website .info span.tag{padding:5px 7px;font-size:11px}.account_step .cover_image{height:260px}.account_step .cover_image .action{font-size:16px;padding:11px 13px}.account_step .cover_image{gap:7px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon{height:45px;border-radius:6px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon svg{width:22px;height:22px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star{font-size:18px}.search-modal .search_section_wrapper{height:58vh}.sidebar .pages .sub_tab{font-size:17px}.favourites_page .main_content .filter{width:300px}.favourite_cards .favourite_card{padding:19px}.favourite_cards .favourite_card_inner{height:270px}.favourite_cards .favourite_card .img{width:350px}.favourite_cards .favourite_card .info .content .title{font-size:28px}.favourite_cards .favourite_card .info .content .summary{font-size:16px}.favourite_cards .favourite_card .info .content .action{font-size:13px}.favourite_cards .favourite_card .info .bottom .stats .stat p{font-size:19px}.favourite_cards .favourite_card .info .bottom .stats .stat img{height:19px}.favourite_cards .favourite_card .info .bottom .stats{gap:30px}.favourite_cards .favourite_card .chapters .chapter .title{font-size:18px}.favourite_cards .favourite_card .chapters .chapter .time{font-size:13px}.favourite_cards .favourite_card .info .bottom .author .author_img{height:46px}.favourite_cards .favourite_card .chapters{margin-left:374px;gap:14px}.favourite_cards .favourite_card .chapters .view_more{font-size:17px}.favourite_cards .favourite_card .chapters .chapter{padding:17px;border-radius:8px}.favourite_cards .favourite_card .chapters .action{font-size:13px}.favourites_page .header .left{width:300px}.favourites_page .header .tags .tag,.favourites_page .main_content .main_right .right_tabs .tags .tag{font-size:15px}.story_cards .story_card .bottom .stats .stat h5{font-size:18px}.story_cards .story_card .bottom .stats .stat img{height:18px}.story_cards .story_card .bottom .stats{gap:25px}.story_cards .story_card .bottom .author .name{font-size:16px}.story_cards .story_card .bottom .author .label{font-size:11px}.bookshelf_page .main_content .main_top .tabs .tab{font-size:16px;padding:8px 12px}.bookshelf_page .main_content .main_top .tabs{gap:10px}.bookshelf_page .main_content .main_top .actions .action{font-size:15px;padding:12px 13px;border-radius:6px}.editor-container .toolbar .upload-button,.editor-container .toolbar button{font-size:16px}.editor-container .toolbar .upload-button svg,.editor-container .toolbar button svg{height:16px;width:16px}.editor-container .toolbar{gap:14px;margin-bottom:12px}.story_detail .chapters .content .chapter{padding:20px 25px;border-radius:14px;margin-bottom:15px}.story_detail .chapters .content .chapter .title{font-size:20px}.onboarding .custom_container .steps .step_content .profile_box{margin-top:40px}.onboarding .custom_container .steps .step_content .profile_box .left .img{height:110px}.onboarding .custom_container .steps .step_content .profile_box .left label{font-size:21px;margin-top:8px}.onboarding .custom_container .steps .step_content .profile_box .right .short_bio textarea{height:215px}.onboarding .custom_container .steps .step_content .profile_box .left span{font-size:16px;margin-top:5px}.onboarding .custom_container .steps .step_content .profile_box{width:730px;padding:25px}.onboarding .custom_container .steps .step_content .profile_box .left .img img{height:32px}.library.website_page .main_content .main_right .main_top .right .action{font-size:16px;padding:14px 15px}.library.website_page .main_content .main_right .main_top .right .slider_icon img{height:27px}.library.website_page .main_content .main_right .tags .tag{font-size:15px}.library_detail .library_detail_hero .hero_left{width:480px}.library_detail .library_detail_hero .hero_left .img{height:280px;border-radius:13px}.library_detail .library_detail_hero .hero_left .action{font-size:18px;padding:12px;margin-top:14px}.library_detail .library_detail_hero .hero_info .title{font-size:45px;margin-bottom:22px}.library_detail .library_detail_hero .hero_info .summary{font-size:18px;margin-bottom:25px}.library_detail .library_detail_hero .hero_info .author .author_info .name{font-size:22px}.library_detail.website_page .main_content .main_right .main_tags .tag{font-size:15px}.library_detail .library_detail_hero .hero_left .img .bg_texture_1{left:-140px}.library_detail .library_detail_hero .hero_left .img .bg_texture_2{right:-127px}.library_detail .library_detail_hero .hero_left .img .border_img{transform:translate(-50%,-50%) scale(1.01,1.015)}.library-selection-modal .search_section_wrapper .search_item.library_card .img{height:110px}.library-selection-modal .search_section_wrapper .search_item.library_card .info .title{font-size:18px;margin-bottom:5px}.library-selection-modal .search_section_wrapper .search_item.library_card .info .summary{font-size:14px}.library-selection-modal .search_section_wrapper .search_item.library_card{padding:16px;border-radius:14px;gap:13px}.library-selection-modal .search_section_wrapper{gap:10px}.chapter_card_new{padding:21px;border-radius:14px}.chapter_card_new .left .title{font-size:20px}.chapter_card_new .left{gap:13px}.story_detail_main .chapters_section .chapter_tab_detail .chapter_cards{gap:10px}.story_detail_main .chapters_section .chapter_tabs .chapter_tab{padding:19px 21px;font-size:21px}.story_detail_main .chapters_section{margin-top:40px}.media_modal_content .btn{font-size:18px;padding:7px 12px}header .header_right .profile .img{width:40px;height:40px}header .header_right .profile .profile_dropdown .dropdown_item{font-size:17px;padding:8px 0}header .header_right .profile .profile_dropdown .dropdown_item svg{font-size:22px}header .header_right .profile .profile_dropdown .dropdown_header .img{width:60px;height:60px}header .header_right .profile .profile_dropdown .dropdown_header{gap:12px;margin-bottom:15px}.new_dashboard .dashboard_tabs{margin:20px 0 30px;gap:10px}.new_dashboard .dashboard_tabs .dashboard_tab{font-size:17px;padding:17px;border-radius:6px}.favourites_page .bookshelf_cards .bookshelf_card h3.title{font-size:25px;margin-bottom:5px}.favourites_page .bookshelf_cards .bookshelf_card span{font-size:16px}.favourites_page .bookshelf_cards .bookshelf_card .actions .action{font-size:16px;padding:10px 19px}.favourites_page .bookshelf_cards .bookshelf_card .actions{gap:10px}.favourites_page .bookshelf_cards .bookshelf_card{padding:20px;border-radius:19px}.favourites_page .bookshelf_cards{gap:15px}.favourites_page .header .right .create_button,.favourites_page .main_content .main_right .right_top .create_button{font-size:16px;padding:14px}.favourites_page .main_content .main_right .right_top h3{font-size:28px;margin-bottom:6px}.favourites_page .main_content .main_right .right_top p{font-size:18px}.favourites_page .main_content .main_right .right_tabs .tabs .tab{font-size:18px;padding:17px 28px}.my_works_page .main_content .main_right .right_top{margin-bottom:20px}.dashboard_story_detail .main_right .main_right_top .left h2.heading{font-size:26px}.dashboard_story_detail .chapters_wrapper .top .action{font-size:17px;padding:13px 14px}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs .chapter_tab{font-size:22px;padding:20px 16px}.chapter_card_dashboard .title{font-size:20px}.chapter_card_dashboard{padding:16px 24px;border-radius:15px}.chapter_card_dashboard .info .info_item.published{padding-right:15px;margin-right:15px}.chapter_card_dashboard .actions .action{font-size:15px;padding:10px 17px;border-radius:6px}.step_wrapper .warning p{font-size:16px}.step_wrapper .warning img{height:25px}.step_wrapper .warning{padding:11px 16px}.following_new .following_tabs .following_tab{font-size:20px;padding:18px 36px}.following_new .following_content .following_heading{font-size:26px}.following_new .following_content .following_para{font-size:17px}.following_card .following_inner .img{height:66px}.following_card .following_inner .left{gap:15px}.following_card .following_inner .info .stats .stat{font-size:17px}.following_card .following_inner .info .name{margin-bottom:10px}.following_card .following_inner .right button{font-size:18px;height:45px}.following_card .following_inner .right button svg{height:24px;width:24px}.following_card .following_inner .right{gap:10px}.following_card .following_inner{padding:18px 25px}.top_performing_works .section_header{margin-bottom:30px}.chapter_play_wrapper{background-size:700px}.art_modal .modal_content{padding:16px}.art_modal .modal_content.comment_view{gap:16px}.art_modal .comment_section{width:350px}.art_modal .comment_section .comment_header h3{font-size:25px}.art_modal .comment_section .comment_header p{font-size:15px}.art_modal .comment_section .comment_header{padding-bottom:15px}.art_modal .comment_section .comment_list{margin-top:15px}.art_modal .comment_item .avatar{width:27px;height:27px}.art_modal .reply_item .avatar{width:22px;height:22px}.art_modal .comment_item .comment_top .user_name{font-size:15px}.art_modal .comment_item .comment_top .time{font-size:13px}.art_modal .comment_item .comment_action,.art_modal .comment_item .text{font-size:14px}.art_modal .comment_section .comment_input .send_btn img{height:23px}.art_modal .comment_section .comment_input input{font-size:15px}.art_modal .comment_section .comment_input_wrapper{padding-top:10px}.favourite_cards .favourite_card_inner .menu_icon{top:17px;right:17px}.favourite_cards .favourite_card .info .top .right .draft{font-size:14px;padding:6px 12px}.favourite_cards .favourite_card .info .bottom .actions .action{padding:10px 15px}.onboarding .custom_container .steps .step_content .social_link_box{width:700px;margin-top:40px;padding:32px;gap:15px}.onboarding .custom_container .steps .step_content .social_link_box .social_link{gap:15px}.onboarding .custom_container .steps .step_content .social_link_box .social_link .img{height:55px;font-size:22px}.onboarding .custom_container .steps .step_content .social_link_box .social_link input{font-size:16px;height:55px}.account_step .form_group.social_links .social_links_wrapper .social_link .img{height:55px;font-size:22px}.account_step .form_group.social_links .social_links_wrapper .social_link input{font-size:17px;height:55px}.account_step .form_group.social_links .social_links_wrapper .social_link{gap:15px}.account_step .form_group.social_links .social_links_wrapper{row-gap:17px;column-gap:30px}.onboarding .custom_container .steps .step_content .account_box{width:800px;padding:32px}.onboarding .custom_container .steps .step_content .account_box .cover_image{height:230px}.onboarding .custom_container .steps .step_content .account_box .cover_image .cover_image_text img{height:42px}.author .about_author .bio{font-size:18px}.author .about_author .work_tags h1{font-size:32px}.author .about_author,.author .published_works{margin-top:40px}}@media (max-width:1537px){.auth_wrapper .form .logo img{height:45px}.auth_wrapper .form{padding:40px}.auth_wrapper .form form h2{font-size:32px}.auth_wrapper .form form .para{font-size:15px;margin-top:9px}.auth_wrapper .form form input{font-size:14px;padding:15px;margin-top:18px;border-radius:8px}.auth_wrapper .form form .pass_field{margin-top:18px}.auth_wrapper .form form .remember_forgot .remember{font-size:14px;gap:5px}.auth_wrapper .form form .remember_forgot .remember input[type=checkbox]{height:18px;width:18px}.auth_wrapper .form form .remember_forgot .remember input[type=checkbox]:after{left:6px;top:3px;width:3px}.auth_wrapper .form form .remember_forgot a.forgot{font-size:15px}.auth_wrapper .form form .remember_forgot .remember label{margin-bottom:2px}.auth_wrapper .form form .or p{font-size:16px}.brown_button{font-size:15px;padding:13px;margin-top:22px}.auth_wrapper .form form .google img{height:19px}.auth_wrapper .form form .google{font-size:14px;margin-top:12px;gap:6px}.auth_wrapper .form form p{font-size:14px}.auth_wrapper .form form .google>div>div>div>div{padding-top:22px;padding-bottom:22px}}@media (max-width:1450px){.onboarding .custom_container .logo{margin-top:30px}.onboarding .custom_container .logo img{height:60px}.story_cards .story_card .top .right .like:first-child{margin-right:10px}.tab_detail .main_top .img_card{width:290px}.tab_detail .main_top .img_card .image{height:312px}.tab_detail .main_top .img_card .batns .batn{font-size:17px;height:40px;padding-bottom:3px}.tab_detail .main_top{gap:26px}.tab_card.active .content .name{font-size:18px}.tab_card.active .image{min-width:80px}.tab_card.active{width:278px;height:100px}.tab_card .paint2{top:-56px;left:113px;width:226px;height:188px}.tab_card .paint1{top:-35px}.tab_card .content .likes .like,.tab_card .content .name{font-size:13px}.tab_card .image .plus{font-size:10px}.tab_detail .main_top .info .bottom h1{font-size:41px;margin-top:27px}.tab_detail .main_top .info .top .rating h4{font-size:21px}.tab_card{width:280px}.hero .tabs{min-width:300px}.tab_detail .main_top .info .top .rating h4 img{height:19px}.tab_detail .main_top .info .top .rating{gap:10px}.tab_detail .tooltip-container img{width:13px}.tab_detail .main_top .info .bottom p{font-size:16px;margin-top:20px}.tab_detail .main_top .info .bottom .tags span{font-size:14px}.tab_detail .main_top .info .bottom .tags{gap:7px;margin-top:20px}.tab_detail .main_bottom .left .info h5{font-size:20px}.tab_detail .main_bottom .left .image .img{width:45px;height:45px}.tab_detail .main_bottom .left .image .border_img{height:47px;width:47px}.tab_detail .main_bottom .left .info p{font-size:12px}.tab_detail .main_bottom .right .date h4{font-size:20px}.tab_detail .main_bottom .right .date p{font-size:12px}.hero .custom_container .details .arrow_batns .arrow_batn{font-size:16px}.hero .custom_container .details .arrow_batns{bottom:10px}header .links ul li .link{font-size:15px}header .logo img{width:91px}header .icons img{height:20px}h1.heading{font-size:31px}.para{font-size:15px}.collection .custom_container{padding:28px}.collection .custom_container .img_cards{margin-top:28px;column-count:4}.collection .custom_container .img_card p{font-size:12px}.collection .custom_container .brush_img{height:150px}.collection .custom_container .img_cards .gradient{height:290px}.collection .custom_container .img_cards button{bottom:40px;font-size:15px}.creators .custom_container .creators_info .creator .image .img{height:60px;width:60px}.creators .custom_container .creators_info .creator .img_border{height:63px;width:63px}.creators .custom_container .creators_info .creator .crown{width:61px;top:-25px}.creators .custom_container .creators_info{flex-wrap:wrap;gap:46px;justify-content:center}.popular .custom_container{padding:28px}.genres_card{height:210px}.genres_card img{width:110px}.popular .custom_container .genres_cards{margin-top:30px}.popular .custom_container .custom_pagination button img{height:26px}.popular .custom_container .custom_pagination{z-index:3}.popular .custom_container .custom_pagination .page_count{width:80px}.welcome .custom_container .content h1{font-size:38px}.welcome .custom_container .content{gap:20px}.welcome .custom_container .content .author_button p{font-size:15px}.updates .custom_container{padding:28px}.updates .custom_container .update_cards{margin-top:30px}.updates .custom_container .update_cards .custom_pagination{z-index:3}.updates .custom_container .update_cards .custom_pagination button img{height:26px}.custom_pagination{z-index:3}.custom_pagination button img{height:26px}.story_cards{margin-top:30px}footer .footer_bg{bottom:97%}footer .custom_container .icons .img img{height:17px}footer .custom_container .icons .img{padding:11px}footer{padding:23px 0}.onboarding .custom_container .steps .step_content .radio_group{margin-top:30px;gap:16px}.onboarding .custom_container .steps .step_content .radio_group .radio{font-size:23px;width:240px;height:118px}.onboarding .custom_container .steps .step_content .radio_group .radio label:before{width:19px;height:19px;border:4px solid #5a4032}.genres_step .step_content .tags_wrapper .tags_outer .tags,.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags{gap:10px}.genres_step .step_content .tags_wrapper .tags_outer .tags .tag,.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags .tag{font-size:13px;padding:5px 8px}.genres_step .step_content .tags_wrapper .tags_outer h4,.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer h4{margin-bottom:10px;font-size:20px}.genres_step .step_content .tags_wrapper,.onboarding .custom_container .steps .step_content .tags_wrapper{margin-top:40px}.onboarding .custom_container .steps .step_content .experience_content h5{font-size:25px;margin-bottom:5px}.onboarding .custom_container .steps .step_content .experience_content p{font-size:20px}.onboarding .custom_container .steps .step_content .experience_content{width:600px;padding:40px}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme label{height:55px;font-size:21px}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme{margin-top:10px;gap:10px}.onboarding .custom_container .steps .step_content .experience_content .theme{padding-bottom:25px;margin-bottom:26px}.onboarding .custom_container .steps .step_content .experience_content .mature .switch{width:56px;height:30px}.onboarding .custom_container .steps .step_content .experience_content .mature .switch .slider:before{height:22px;width:23px;left:4px;bottom:4px}.onboarding .custom_container .steps .step_content .experience_content .mature .switch input:checked+.slider:before{transform:translateX(25px)}.onboarding .custom_container .steps .step_content .loop{width:600px;padding:40px}.onboarding .custom_container .steps .step_content .loop .content h5{font-size:25px}.onboarding .custom_container .steps .step_content .loop .content p{font-size:20px}.onboarding .custom_container .steps .step_content .loop .content{padding-bottom:20px;margin-bottom:20px}.onboarding .custom_container .steps .step_content .loop .content .switch{width:56px;height:30px}.onboarding .custom_container .steps .step_content .loop .content .switch .slider.round:before{height:22px;width:23px;left:4px;bottom:4px}.onboarding .custom_container .steps .step_content .loop .content .switch input:checked+.slider:before{transform:translateX(25px)}.onboarding .custom_container .steps .step_content .two_radios .radio{font-size:23px;width:250px;height:175px}.onboarding .custom_container .steps .step_content .two_radios .radio label:before{content:"";width:23px;height:23px;border:5px solid #5a4032}.sidebar{width:260px}.sidebar .profile{padding:10px 20px;border-radius:0 15px 15px 0}.sidebar .profile .content .img{height:49px;width:49px}.sidebar .profile .content{gap:10px}.sidebar .profile .content .info h5{font-size:17px}.sidebar .profile .content .info p{font-size:13px;margin-top:4px}.sidebar .pages .title{font-size:17px}.sidebar .pages .tab img{height:16px}.sidebar .pages .tab.active .bg_texture_img2{right:-22px;width:86px;height:63px;top:-11px}.sidebar .pages .tab.active .bg_texture_img1{top:-16px;left:-21px;width:96px;height:70px}.sidebar .pages .tab .tab_border,.sidebar .pages .tab.active .tab_active_border{transform:scaleY(1.04)}.sidebar .pages{padding:20px 0 0 20px}.sidebar .pages .tab{margin-bottom:12px;height:42px}.main_wrapper{width:calc(100vw - 260px)}.main_heading{font-size:33px}.welcome_dashboard h2{font-size:32px;margin-bottom:12px}.dashboard_main_btn{font-size:15px;padding:9px 22px}.welcome_dashboard img{height:70px}.dashboard_section_heading{font-size:28px;margin-bottom:6px}.dashboard_section_para{font-size:16px}.start_reading .reading_top .right span{font-size:20px}.start_reading .reading_top .right img{height:20px}.story_cards .story_card .top .tags .tag{padding:5px 7px;font-size:10px}.story_cards .story_card .center .txt h3{font-size:20px;margin-bottom:5px}.story_cards .story_card .center .txt p{font-size:13px}.story_cards .story_card .center .img{width:80px;height:80px}.story_cards .story_card.dashboard{height:290px!important}.story_card_swiper .story_cards .swiper-slide{width:490px!important}.latest_subscriptions,.start_reading{margin-top:40px}.latest_subscriptions{padding:30px}.latest_subscriptions .bg_img{top:30px;right:220px;height:80px}.latest_subscriptions .subscription_card_swiper{margin-right:-30px}.subscription_card{margin-top:20px;height:110px;gap:15px}.subscription_card .img{width:80px}.subscription_card .info h5{font-size:15px}.subscription_card .info .tag{font-size:10px}.subscription_card .info .tags{gap:5px}.latest_subscriptions .subscription_card_swiper .swiper-slide{width:330px!important}.subscription_card .info .updated h6{font-size:15px}.dashboard_custom_pagination img{height:26px}.dashboard_custom_pagination .page_count{font-size:20px;width:60px}.latest_followings{margin-top:40px;padding:30px}.follower .img{width:60px;height:60px}.follower .info .name{font-size:19px}.follower .info .series_followers .series{font-size:14px}.follower .info .series_followers{gap:6px;margin-top:7px}.follower{gap:8px;margin-top:25px}.latest_followings .followers_swiper .swiper-slide{width:240px!important}.follower .bg_img{right:20px;height:70px}.latest_followings .followers_swiper .swiper{height:100px}.fanart .fanart_top .right span{font-size:20px}.fanart .fanart_top .right img{height:20px}.fanart{margin-top:40px;padding:30px}.fanart .filteration .tags .tag{font-size:12px;padding:6px 8px}.fanart .filteration .sort_by{font-size:15px}.fanart_cards{margin-top:25px}.fanart_card .content .bottom .title{font-size:22px}.fanart_card .content .bottom .creator .by{font-size:14px}.fanart_card .content .bottom .info{margin-top:8px}.fanart_card .content .bottom .info .likes .like{font-size:12px}.fanart_card .content{padding:13px}.fanart_card .content .top .heart_icon img{height:19px}.fanart_card .content .top .view_detail_icon img{height:22px}.your_lists .list_cards{flex-wrap:wrap;gap:15px}.list_card{width:48.8%}.list_card .img1{left:50%}.recent_activity .activity_top .right span{font-size:20px}.recent_activity .activity_top .right img{height:20px}.recent_activity{margin-top:40px}.recent_activity .notifications{margin-top:20px;padding:20px}.recent_activity .notifications .notification_item .content .text{font-size:18px}.recent_activity .notifications .notification_item .content .time{font-size:14px}.recent_activity .notifications .notification_item{padding-bottom:10px;margin-bottom:10px}.recent_activity .notifications .notification_item .img{width:43px;height:43px;margin-right:10px}.sidebar.collapsed{width:113px}.main_wrapper.sidebar-collapsed{width:calc(100vw - 113px)}.latest_followings .followers_swiper{position:relative;margin-right:-30px}.quick_stats .stats .stats_box h2{font-size:34px}.quick_stats .stats .stats_box p{font-size:20px;margin-top:11px}.quick_stats .stats .stats_box{padding:18px}.quick_actions{margin-top:40px}.quick_actions .actions .action{font-size:17px;padding:16px;border-radius:6px}.story_cards .story_card .chapter{font-size:12px}.fanart_card .content .top.creator .action{font-size:13px;border-radius:6px}.welcome_dashboard .welcome_bg_img1{bottom:-45px;left:40px}.welcome_dashboard .welcome_bg_img2{right:110px}.empty h3{font-size:20px}.empty p{font-size:15px;margin-bottom:12px}.create_wrapper .steps_nav .step_item span{height:40px;font-size:20px}.create_wrapper .steps_nav .step_item p{font-size:22px}.create_wrapper .steps_nav .line{width:50px}.step_heading{font-size:24px}.step_wrapper{padding:30px}.form_group .main_input,.form_group .main_label{font-size:15px}.step_wrapper .help_text{font-size:13px;margin-top:10px}.tag-box input{font-size:14px}.tab_detail .main_bottom .right{gap:30px}.tab_detail .main_bottom{gap:36px}.categories_presentation_step .presentation .upload_wrapper label{font-size:15px}.categories_presentation_step .presentation .upload_box{border-radius:8px}.categories_presentation_step .presentation .upload_box.vertical{height:290px}.categories_presentation_step .presentation .upload_box .upload_content img{height:32px}.categories_presentation_step .categories{padding-right:25px}.form_group .main_label{font-size:14px}.radio_wrapper .radio_label{font-size:13px}.checkbox_wrapper img,.radio_wrapper img{height:20px}.checkbox_wrapper .checkbox_label,.policy .policy_label{font-size:13px}.settings-card p{font-size:13px;margin-top:4px}.create_wrapper .bottom_buttons .step_button{border-radius:7px;padding:10px 13px;font-size:17px}.create_wrapper .bottom_buttons .right{gap:13px}.create_wrapper .bottom_buttons{margin-top:30px}.tag-box .tag{font-size:16px}.tag-box .tag button svg{height:13px;margin-left:0}.step_wrapper img.book{height:130px}.my-work .tab_content .tab_content_story .content .story_cards{grid-template-columns:100%}.my-work .tab_headers .tab{font-size:19px;border-radius:9px;height:50px}.my-work .tab_content .tab_content_story,.my-work .tab_headers{margin-top:25px}.my-work .tab_content .tab_content_story .filter{top:90px}.story_detail .first_card .content{padding:23px}.story_detail .first_card .content .tags .tag{font-size:13px}.story_detail .first_card .content .tags{gap:9px;margin-bottom:15px}.story_detail .first_card .content h2{font-size:32px;margin-bottom:18px}.story_detail .first_card .content .meta_info h3{font-size:25px;margin-top:3px}.story_detail .first_card .content .actions .action{font-size:15px;padding:12px 11px;border-radius:5px}.story_detail .first_card .image,.story_detail .second_card .image{width:300px}.story_detail .second_card .content .top h2{font-size:28px}.story_detail .second_card .content .top a{font-size:21px}.story_detail .second_card .content .top a img{width:20px}.story_detail .second_card .content .content_inner p{font-size:15px}.story_detail .second_card .content .content_inner h5{font-size:17px;margin-bottom:3px}.story_detail .second_card .content .content_inner .content_item{margin-bottom:15px}.story_detail .second_card .content{padding:25px}.story_detail .second_card .content .content_inner .tags .tag{font-size:12px}.story_detail .second_card .content .content_inner .tags{gap:5px}.story_detail .second_card .content .content_inner h4{font-size:30px}.story_detail .chapters .top h2{font-size:32px}.story_detail .chapters{padding:25px}.story_detail .chapters .top{margin-bottom:30px}.story_detail .chapters .content .cards{grid-template-columns:repeat(2,1fr)}.story_detail .chapters .top .actions .batns .action{font-size:15px;padding:11px;border-radius:5px}.story_detail .chapters .top .actions .tabs button{font-size:15px;padding:11px 19px}.story_detail .chapters .content .table tbody tr td{padding:20px 15px;font-size:15px}.story_detail .chapters .content .table thead tr th{padding:20px 15px;font-size:16px}.story_detail .chapters .content .table tbody .img{width:75px;height:75px;border-radius:5px}.detail_page_quick_stats .top h2{font-size:32px}.detail_page_quick_stats{padding:25px;border-radius:12px}.detail_page_quick_stats .top a{font-size:21px}.detail_page_quick_stats .top a img{width:20px}.detail_page_quick_stats .top{margin-bottom:25px}.artwork_step .panel-card{width:30.3%;outline:10px solid #F3E8DB;border-radius:8px}.chapter_content .top .toolbar .toolbar_btn{padding:5px 8px;font-size:15px}.chapter_content .top .toolbar{gap:6px}.comic_basic_info .form_group_wrapper .form_group{width:48.5%}.web_comic_detail .second_card .image .img{border-radius:5px}.story_detail .second_card .image{gap:5px}.web_comic_detail .second_card .image{padding:8px}.web_comic_detail .second_card .image .img .content img.camera{width:30px;margin-bottom:6px}.web_comic_detail .second_card .image .img .content h5{color:white;font-size:16px}.add_comic_episode .comic_name{font-size:16px;margin-top:4px}.add_comic_episode .comic_discription{font-size:16px;margin-top:7px}.updates_and_activities .top h3{font-size:26px}.updates_and_activities .top p{font-size:16px}.updates_and_activities .top a span{font-size:22px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text p{font-size:17px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .meta .tag{padding:4px 6px;font-size:12px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text{margin-bottom:8px;gap:6px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text .time{font-size:14px}.updates_and_activities .latest_updates .updates_wrapper .update_item a span{font-size:16px}.updates_and_activities .latest_updates .updates_wrapper .update_item a img{height:20px}.updates_and_activities .latest_updates .updates_wrapper .update_item{margin-bottom:18px;padding-bottom:18px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left{gap:10px}.updates_and_activities .latest_updates .updates_wrapper .update_item .img{height:40px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text .time{font-size:13px}.updates_and_activities .latest_activities .activities_wrapper,.updates_and_activities .latest_updates .updates_wrapper{border-radius:10px;padding:26px}.updates_and_activities .latest_activities .activities_wrapper .activity_item .img{height:40px}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info p{font-size:16px}.updates_and_activities .latest_activities .activities_wrapper .activity_item{padding:13px 0}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info .time{font-size:13px}.notifications h3.heading{font-size:27px}.notifications p.desc{font-size:16px}.notifications .filters .sort{gap:6px;font-size:20px}.notifications .filters{margin-bottom:14px}.notifications .notifications-list .notification-item img{width:30px}.notifications .notifications-list .notification-item .text p{font-size:16px}.notifications .notifications-list .notification-item{padding:13px 0;gap:10px}.notifications .notifications-list .notification-item .text .time{font-size:14px}.notifications .notifications-list{padding:20px 25px}.messaging-app .message{max-width:80%}.messaging-app{height:82vh}.create_wrapper .tabs_nav .tab_item{font-size:20px;padding-bottom:16px}.create_wrapper .tabs_nav{gap:30px}.create_wrapper{margin-top:27px}.account_step .profile_wrapper .avatar-wrapper{height:160px}.account_step .profile_wrapper{gap:16px}.account_step .profile_wrapper .actions button{font-size:15px;padding:10px 11px}.account_step .fields,.security_settings_step .fields{row-gap:5px}.security_settings_step .danger_zone .settings-card .action{border-radius:5px;font-size:14px;padding:10px}.create_wrapper .tabs_nav .tab_item{font-size:19px}.account_step .settings_section{margin-top:24px}.main_content .filter{width:350px}.chapter_card_website .info h5{font-size:21px}.chapter_card_website .info p{margin-bottom:11px}.chapter_card_website .image{width:160px}.chapter_card_website .info .wrapper .action{border-radius:6px;padding:10px 12px;font-size:15px}.chapter_card_website .info{padding:19px 17px}.chapter_card_website .info .wrapper .stats .stat{padding-right:13px;margin-right:13px;gap:3px}.story_detail_main .chapters_section .custom_container .chapters .header h2{font-size:35px}.story_detail_main .you_may_like .like_cards{flex-wrap:wrap}.like_card{border-radius:16px;width:23.7%}.story_detail_main .chapters_section .custom_container .about p{font-size:16px;margin-top:10px}.story_detail_main .tab_detail .main_top .info .bottom h1{margin-top:23px}.story_detail_main .tab_detail .main_top .info .bottom .tags{margin-top:22px}.story_detail_main .tab_detail .main_bottom,.story_detail_main .tab_detail .main_top .info .bottom p{margin-top:26px}.story_detail_main .chapters_section .custom_container .about p{font-size:15px}.story_detail_main .chapters_section .custom_container .about .tags .tag{font-size:10px}.story_detail_main .chapters_section .custom_container .about .tags{margin-top:20px;gap:8px}.chapter_play .chapter_container{max-width:700px;margin-top:40px}.chapter_play .chapter_container .stepper{font-size:18px;gap:9px;padding:9px 13px}.chapter_play .chapter_container .stepper button img{height:13px}.chapter_play .chapter_container .images .top_info .chapter_nmbr{font-size:18px}.chapter_play .chapter_container .images .top_info .title{font-size:26px}.chapter_play .chapter_container .images .top_info .publish_info{font-size:14px}.chapter_play .chapter_container .images{padding:30px}.chapter_play .chapter_container .images .top_info{padding-bottom:30px}.chapter_play .chapter_container .images .content{padding-top:25px}.chapter_play .chapter_container .images .content h1{font-size:33px}.chapter_play .chapter_container .images .content h2{font-size:28px}.chapter_play .chapter_container .images .content h3{font-size:25px}.chapter_play .chapter_container .images .content p{font-size:17px}.chapter_play .chapter_container .images img{width:80%}.chapter_play .header .logo img{height:29px}.chapter_play .header .text{font-size:14px}.chapter_play .header{height:52px}.author .profile .banner{height:280px;border-radius:0 0 15px 15px}.author .profile .profile_content .avatar{height:220px;width:220px}.author .profile .profile_content .content{padding:26px 0 30px 300px}.author .profile .profile_content .content h3{font-size:30px;margin-bottom:14px}.author .profile .profile_content .content p{font-size:17px;margin-bottom:15px}.author .profile .profile_content .content .date{font-size:17px}.author .profile .profile_content .content .right .icons a svg{height:23px;width:23px}.author .published_works .published_cards{grid-template-columns:1fr 1fr;gap:10px}.author .art_and_extras .arts_cards{column-width:300px}.digital_art .header h2{font-size:31px;width:330px}.digital_art .main_content .filter{width:330px}.digital_art .header .right .search .search_icon{height:16px;left:13px}.digital_art .header .right .search .cross{height:16px;right:13px}.digital_art .header .right .search input{border-radius:9px;font-size:15px;padding:11px 35px}.digital_art .header .right .action{font-size:16px;gap:5px;padding:11px}.digital_art .header .right .action svg{height:13px;width:13px}.digital_art .main_content .right .right_top h4{font-size:21px}.digital_art .main_content .right .right_top .sort,.digital_art .main_content .right .right_top .sort select{font-size:15px}.digital_art_cards{margin-top:10px}.art_modal .modal_content{height:85vh}.art_modal .modal_image{height:calc(85vh - 176px)}.art_modal .modal_content .modal_info .top h3{font-size:25px;margin-bottom:3px}.art_modal .modal_content .modal_info .top .by{font-size:16px}.art_modal .modal_content .modal_info .bottom .actions .action{padding:9px 11px;font-size:16px}.art_modal .close_btn{font-size:12px}.art_modal .nav{font-size:50px}.art_modal .resize{font-size:20px}.art_modal .modal_content .modal_info .top .stat h4{font-size:19px}.art_modal .modal_content.resized .nav{font-size:70px}.art_modal .modal_content.resized .resize{bottom:40px;right:40px;font-size:30px}.hero .custom_container .details .arrow_batns{gap:20px}.hero .custom_container .details .arrow_batns img{height:18px}.chapter_content .top button{padding:8px;font-size:15px}.story_detail_main .custom_container.first_container .main_left .image{height:360px}.story_detail_main .custom_container.first_container .main_left .batns .batn{font-size:17px;height:40px;padding-bottom:3px}.story_detail_main .custom_container.first_container{gap:26px}.story_detail_main .chapters_section{margin-top:30px}.c_pagination .arrow{padding:8px;font-size:18px;border-radius:6px}.c_pagination p.number{font-size:18px;height:34px;border-radius:6px;min-width:34px}.c_pagination{gap:12px}.artwork_step .upload_box.image_preview{width:fit-content;height:320px}.art_modal .modal_content .modal_info .tags_likes .tags .tag{padding:4px 8px 6px;font-size:13px}.account_step .cover_image{height:230px}.account_step .profile_wrapper .actions{margin-top:80px}.account_step .cover_image .action{font-size:15px;padding:10px 11px}.sidebar .pages .sub_tabs{padding-left:26px}.sidebar .pages .sub_tab:before{left:-15px}.sidebar .pages .sub_tab{font-size:16px;height:37px;gap:10px}.sidebar .pages .sub_tabs:before{top:42px}.sidebar .pages .sub_tab .icon img{height:16px}.sidebar .pages .sub_tab.active .bg_texture_img2{height:57px;top:-11px;right:-15px}.sidebar .pages .sub_tab.active .bg_texture_img1{top:-12px;left:-14px;height:64px}.sidebar.collapsed .pages .sub_tab{width:51px}.sidebar.collapsed .pages .sub_tab .icon img{height:15px}.favourites_page .main_content .filter{width:260px}.favourite_cards .favourite_card{padding:15px;border-radius:17px}.favourite_cards .favourite_card_inner{gap:14px;height:230px}.favourite_cards .favourite_card .info .content .summary{margin-bottom:8px}.favourite_cards .favourite_card .img{width:300px}.favourite_cards .favourite_card .info .content .title{font-size:25px;margin-bottom:7px}.favourite_cards .favourite_card .info .bottom .author{gap:7px}.favourite_cards .favourite_card .info .bottom .author .author_img{height:43px}.favourite_cards .favourite_card .info .bottom .author .name{font-size:17px}.favourite_cards .favourite_card .chapters{margin-left:317px;gap:13px}.favourite_cards{gap:12px}.favourite_cards .favourite_card .info .top .tags .tag{font-size:13px}.favourite_cards .favourite_card .chapters .chapter .title{font-size:16px}.favourite_cards .favourite_card .chapters .chapter{padding:14px 17px}.favourites_page .header .left{width:260px}.favourites_page .header .tags .tag,.favourites_page .main_content .main_right .right_tabs .tags .tag{font-size:14px;padding:6px 8px}.story_cards .story_card .bottom .stats{gap:20px}.story_cards .story_card .bottom .stats .stat{gap:3px}.bookshelf_page .main_content .main_top{margin-bottom:15px}.bookshelf_page .main_content .main_top .tabs .tab{font-size:15px}.bookshelf_page .main_content .main_top .actions .action{font-size:14px;padding:11px 12px}.bookshelf_page .main_content .main_top .actions{gap:8px}.story_detail .chapters .content .chapter .actions .action{font-size:16px;padding:11px 16px}.chapter_play .award{right:110px}.onboarding .custom_container .steps .step_content .profile_box .left{padding-right:25px;margin-right:25px}.onboarding .custom_container .steps .step_content .profile_box{width:650px}.library.website_page .main_content .main_right .library_cards{grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:13px}.library_card{padding:16px}.library_card .img{width:145px;gap:12px}.library_card .info .title{font-size:20px;margin-bottom:7px}.library_card .info .summary{margin-bottom:7px}.library_card .info .bottom .action{padding:12px 14px;font-size:13px;border-radius:6px}.library.website_page .main_content .main_right .tags .tag{font-size:14px}.library.website_page .main_content .main_right .main_top .right .slider_icon img{height:25px}.library.website_page .main_content .main_right .tags_wrapper{margin-bottom:15px}.library.website_page .main_content{gap:20px}.library.website_page .main_content .filter{width:270px}.library_detail .library_detail_hero .hero_left{width:440px}.library_detail .library_detail_hero .hero_left .img{height:250px}.library_detail .library_detail_hero .hero_left .action{font-size:16px;padding:10px;margin-top:10px}.library_detail .library_detail_hero{gap:30px}.library_detail .library_detail_hero .hero_info .title{font-size:36px;margin-bottom:19px}.library_detail .library_detail_hero .hero_info .summary{font-size:17px}.library_detail .library_detail_hero .hero_info .author .img{height:45px;width:45px}.library_detail .library_detail_hero .hero_info .author .author_info label{font-size:13px;margin-bottom:3px}.library_detail .library_detail_hero .hero_info .author .author_info .name{font-size:20px}.library_detail.website_page .main_content .main_right .main_tags .tag{font-size:14px}.library_detail .main_content{gap:20px}.library_detail.website_page .main_content .story_cards{gap:15px}.library_detail.website_page .main_content .filter{width:270px}.library_detail .library_detail_hero .hero_left .img .bg_texture_1{top:-86px;height:254px}.library_detail .library_detail_hero .hero_left .img .bg_texture_2{top:-71px;right:-137px;height:254px}.search-modal .action{font-size:15px;border-radius:5px;padding:10px}.story_detail_main .chapters_section .chapter_tabs .chapter_tab{padding:18px 17px;font-size:19px}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top .action{border-radius:7px;padding:11px 16px}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top .hide label{font-size:17px}.story_detail_main .chapters_section .chapter_tab_detail{margin-top:13px}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top{margin-bottom:13px}.chapter_card_new .left .title{font-size:18px}.chapter_card_new{padding:18px;border-radius:12px}.chapter_card_new .right .info{font-size:12px}.chapter_card_new .right .info.words{padding-right:10px;margin-right:10px}header .header_right .profile .profile_dropdown .dropdown_header .img{width:56px;height:56px}header .header_right .profile .profile_dropdown .dropdown_header .name{font-size:18px}header .header_right .profile .profile_dropdown .dropdown_header .info .email{font-size:13px}header .header_right .profile .profile_dropdown .dropdown_item{font-size:16px}header .header_right .profile .profile_dropdown .dropdown_item svg{font-size:20px}header .header_right .profile .profile_dropdown{width:260px}.new_dashboard .dashboard_tabs .dashboard_tab{font-size:16px;padding:15px}.new_dashboard .dashboard_tabs .dropdown_toggle_btn{right:18px}.favourites_page .bookshelf_cards .bookshelf_card h3.title{font-size:23px}.favourites_page .bookshelf_cards .bookshelf_card span{font-size:15px}.favourites_page .bookshelf_cards .bookshelf_card{padding:18px}.favourites_page .main_content .main_right .right_top h3{font-size:24px;margin-bottom:4px}.favourites_page .main_content .main_right .right_top p{font-size:17px}.favourites_page .main_content .main_right .right_tabs .tabs .tab{font-size:17px;padding:15px 23px}.dashboard_story_detail .main_right .main_right_top .left h2.heading{font-size:24px}.dashboard_story_detail .main_right .main_right_top .delete_btn{padding:10px 19px}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs .chapter_tab{font-size:20px;padding:18px 15px}.dashboard_story_detail .chapters_wrapper .top .action{font-size:16px;padding:11px}.chapter_card_dashboard .info .info_item{font-size:13px}.chapter_card_dashboard .title{font-size:18px}.chapter_card_dashboard .actions .action{font-size:14px;padding:9px 15px;border-radius:5px}.following_new .following_tabs .following_tab{font-size:18px;padding:16px 31px}.following_card .following_inner .img{height:60px}.following_card .following_inner .info .stats .stat{font-size:16px}.following_card .following_inner .right button{font-size:17px;height:43px}.following_card .following_inner{padding:16px 21px}.top_performing_works .swiper-slide{width:900px}.favourite_cards .favourite_card .chapters .chapter .stats .like img{height:16px}.favourite_cards .favourite_card .chapters .chapter .stats .like span{font-size:16px}.search_page .main_content .main_content_right .main_top h3{font-size:26px;margin-bottom:15px}.chapter_play_wrapper{background-size:600px}.onboarding .custom_container .steps .step_content .cover_img_box svg{height:35px;width:35px}.onboarding .custom_container .steps .step_content .cover_img_box{border-radius:15px}.onboarding .custom_container .steps .step_content .profile_box .right .short_bio textarea{height:195px}.dashboard_story_detail .main_left{width:260px}.favourite_cards .favourite_card_inner .menu_icon{top:13px;right:13px}.favourite_cards .favourite_card .info .top .right .draft{font-size:13px}.favourite_cards .favourite_card .info .bottom .actions .action{padding:9px 14px;font-size:15px}.chapter_card_dashboard .actions .status{font-size:12px;padding:4px 10px 6px;margin-right:0}.onboarding .custom_container .steps .step_content .social_link_box{width:600px;padding:25px}.onboarding .custom_container .steps .step_content .social_link_box .social_link .img{height:50px;font-size:20px}.onboarding .custom_container .steps .step_content .social_link_box .social_link input{font-size:15px;height:50px}.account_step .form_group.social_links .social_links_wrapper .social_link .img{height:50px;font-size:19px}.account_step .form_group.social_links .social_links_wrapper .social_link input{font-size:16px;height:50px}.account_step .form_group.social_links .social_links_wrapper{row-gap:15px;column-gap:25px}.account_step .form_group.social_links .social_links_wrapper .social_link{gap:10px}.onboarding .custom_container .steps .step_content .account_box{width:700px;padding:25px}.onboarding .custom_container .steps .step_content .account_box .cover_image{height:200px}.onboarding .custom_container .steps .step_content .account_box .cover_image .cover_image_text img{height:35px}.onboarding .custom_container .steps .step_content .account_box .cover_image .cover_image_text p{font-size:14px}.author .about_author,.author .published_works{margin-top:30px}.author .about_author .bio{font-size:17px}.author .about_author .stats,.author .about_author .work_tags{margin-top:40px}.author .about_author .stats .stat .label,.author .about_author .stats .stat .number{font-size:17px}.author .about_author .stats .stat{gap:14px}.author .about_author .work_tags h1{font-size:28px}.author .about_author .work_tags .tags .tag{font-size:14px}}@media (max-width:1337px){.auth_wrapper .form .logo img{height:38px}.auth_wrapper .form{padding:34px}.auth_wrapper .form form .para{font-size:14px}.auth_wrapper .form form h2{font-size:29px}.auth_wrapper .form form input{padding:14px;margin-top:15px}.auth_wrapper .form form .pass_field{margin-top:15px}.auth_wrapper .form form .remember_forgot{margin-top:18px}.auth_wrapper .form form .or p{font-size:15px}.auth_wrapper .form form .or{margin-top:0}}@media (max-width:1250px){.onboarding .custom_container .steps .step_content .radio_group .radio label{border-radius:8px}.onboarding .custom_container .logo img{height:50px}.popular .custom_container .custom_pagination{top:30px}.updates .custom_container .update_cards .custom_pagination{top:33px}.creators .custom_container .creators_info .creator .creator_bg{top:-50px;left:-28px}.hero .custom_container{gap:0}.tab_detail .main_top .img_card{width:230px}.tab_detail .main_top .img_card .image{border-radius:7px;height:267px}.tab_detail .main_top .img_card .batns .batn{font-size:15px;height:37px;padding-bottom:2px;border-radius:5px}.tab_card.active{width:248px;height:91px}.tab_card.active .content .name{font-size:17px}.tab_card .paint2{width:176px}.tab_card{width:250px;height:55px;border-radius:6px}.hero .tabs{min-width:273px;padding-top:25px}.tab_detail .main_top .info .top .rating .ph4{gap:2px}.tab_detail .tooltip-container img{width:11px}.tab_detail .main_top .info .bottom h1{font-size:35px;margin-top:23px}.tab_detail .main_top .info .bottom .tags{gap:5px;margin-top:20px}.tab_detail .main_top .info .bottom p{margin-top:16px}.tab_detail .main_top{margin-top:28px}.tab_detail .main_bottom .left{width:180px}.tab_detail .main_bottom .right .date h4{font-size:20px}.tab_detail .main_bottom .left .info h5{font-size:18px}.hero .custom_container .details .arrow_batns{gap:16px}header .logo img{width:80px}header .links ul li .link img{height:18px}header .links ul{gap:20px}.collection .custom_container{border-radius:15px;padding:21px}h1.heading{font-size:28px}.para{font-size:14px}.collection .custom_container .img_cards .gradient{height:200px}.collection,.creators,.popular{margin-top:70px}.popular .custom_container{border-radius:15px;padding:21px}.popular .custom_container .genres_cards{margin-top:20px}.genres_card{padding:16px;height:180px}.genres_card img{width:95px}.genres_card h4{font-size:17px}.welcome .custom_container .content .img{height:60px}.welcome .custom_container .content h1{font-size:33px}.welcome .custom_container .content p{font-size:15px}.welcome .custom_container .content .author_button p{font-size:14px}.welcome .custom_container .content{gap:14px}.welcome .custom_container{border-radius:15px;padding:20px}.welcome{margin-top:70px}.updates .custom_container{padding:21px;border-radius:15px}.updates .custom_container .update_cards{margin-top:20px}.updates .custom_container .update_cards .updates_card{margin-bottom:12px}.stories{margin-top:70px}.story_cards{margin-top:20px}.custom_pagination{top:10px;right:10px}.story_cards .stories_card_wrapper{gap:10px!important}.story_cards .story_card{border-radius:14px;padding:16px;height:220px}.story_cards .story_card .center .img{width:70px;height:70px;border-radius:5px}.story_cards .story_card .center .txt h3{font-size:18px}footer{padding:13px 0;margin-top:100px}footer .custom_container .bottom{margin-top:20px}.creators .custom_container .creators_info .creator .image .img{height:50px;width:50px}.creators .custom_container .creators_info .creator .img_border{height:53px;width:53px}.creators .custom_container .creators_info .creator .info .name{font-size:16px}.creators .custom_container .creators_info .creator .info .xp_lvl{font-size:13px;margin-top:7px;gap:10px}.creators .custom_container .creators_info .creator .crown{width:51px;top:-19px}.onboarding .custom_container .steps .step_content h1{font-size:36px}.onboarding .custom_container .steps .step_content .para{font-size:17px;margin-top:7px}.onboarding .custom_container .steps .step_content .radio_group .radio{font-size:21px;width:220px;height:100px;border-radius:8px}.onboarding .custom_container .steps .step_content .bio,.onboarding .custom_container .steps .step_content .name,.onboarding .custom_container .steps .step_content.step2 select{border-radius:8px}.onboarding .custom_container .steps .step_content .experience_content h5{font-size:23px;margin-bottom:3px}.onboarding .custom_container .steps .step_content .experience_content p{font-size:18px}.onboarding .custom_container .steps .step_content .experience_content .mature{padding-bottom:15px;margin-bottom:15px}.onboarding .custom_container .steps .step_content .experience_content .language .language_select_wrapper{margin-top:16px}.onboarding .custom_container .steps .step_content .experience_content{width:500px;padding:32px;margin-top:30px;border-radius:16px}.onboarding .custom_container .steps .step_content .two_radios .radio{border-radius:8px}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme label{height:49px;font-size:17px}.onboarding .custom_container .steps .step_content .loop{width:500px;padding:32px;border-radius:16px;margin-top:30px}.onboarding .custom_container .steps .step_content .loop .content p{font-size:18px}.onboarding .custom_container .steps .step_content .loop .content{padding-bottom:15px;margin-bottom:15px}.onboarding .custom_container .steps .step_content .two_radios{margin-top:30px}.main_heading{font-size:29px}.sidebar{width:240px;padding-top:75px}.sidebar .pages .tab .tab_border{transform:scale(1.01,1.04)}.sidebar .pages .tab.active .tab_active_border{transform:scaleY(1.02)}.sidebar .profile .content .img{height:45px;width:45px}.sidebar .profile .arrow img{height:24px}.main_wrapper{width:calc(100vw - 240px);padding-top:75px}.sidebar .pages .tab.active .bg_texture_img2{height:63px}.sidebar .pages .tab.active .bg_texture_img1{top:-14px;height:65px}.sidebar .pages .title{font-size:16px}.sidebar .pages .tab{margin-bottom:9px}.sidebar .pages{padding:16px 0 0 15px}.welcome_dashboard h2{font-size:27px}.welcome_dashboard img{height:60px}.welcome_dashboard{padding:30px;border-radius:12px}.dashboard_section_heading{font-size:25px;margin-bottom:5px}.dashboard_section_para{font-size:15px}.start_reading .reading_top .right span{font-size:18px}.start_reading{margin-top:30px}.story_cards .story_card.dashboard{height:280px!important}.story_card_swiper .story_cards .swiper-slide{width:430px!important}.dashboard_main_btn{font-size:14px;border-radius:4px}.latest_subscriptions{padding:25px;border-radius:18px;border:1px solid #dfc8b1}.latest_subscriptions .subscription_card_swiper{margin-right:-25px}.latest_followings{padding:25px;border-radius:18px;border:1px solid #dfc8b1}.fanart{padding:25px;border-radius:18px}.fanart .fanart_top .right span{font-size:18px}.fanart_cards{grid-template-columns:repeat(3,1fr)}.sidebar.collapsed{width:105px}.sidebar.collapsed .pages .tab{padding-left:24px}.sidebar.collapsed .pages .tab.active .bg_texture_img1{height:75px}.main_wrapper.sidebar-collapsed{width:calc(100vw - 105px)}.story_cards .gradient{width:100px}.latest_followings .followers_swiper .gradient,.latest_subscriptions .subscription_card_swiper .gradient{width:50px}.latest_followings .followers_swiper{position:relative;margin-right:-25px}.main_wrapper{padding-left:30px;padding-right:20px}.quick_stats .stats .stats_box h2{font-size:31px}.quick_stats .stats .stats_box p{font-size:17px;margin-top:9px}.quick_stats .stats{gap:12px}.quick_actions .actions .action{font-size:16px;padding:14px;border-radius:5px;outline-width:1px}.quick_actions{margin-top:30px}.create_wrapper .steps_nav .step_item span{height:35px;font-size:17px}.create_wrapper .steps_nav .step_item p{font-size:18px}.create_wrapper .steps_nav .step_item{gap:5px}.create_wrapper .steps_nav{gap:8px}.create_wrapper .steps_nav .line{width:30px}.create_wrapper{margin-top:17px}.step_wrapper{padding:25px;border-radius:15px}.step_heading{font-size:22px}.form_group .main_label{font-size:13px}.form_group .main_input{border-radius:7px}.step_wrapper .help_text{font-size:12px;margin-top:6px}.categories_presentation_step .presentation .upload_wrapper label{font-size:14px}.categories_presentation_step .presentation .upload_box.vertical{height:240px}.categories_presentation_step .presentation .image_upload_boxes{gap:10px}.categories_presentation_step .categories .form_group:last-child{margin-top:22px}.policy{display:flex}.checkbox_wrapper img,.radio_wrapper img{height:18px}.settings-card h5{font-size:14px}.create_wrapper .bottom_buttons .step_button{font-size:16px}.create_wrapper .bottom_buttons .step_button svg{height:16px}.tag-box .tag{font-size:14px}.my-work .tab_headers .tab{font-size:17px;border-radius:8px;height:47px;gap:4px}.my-work .tab_headers .tab img{height:20px}.my-work .tab_content .tab_content_story .filter{width:250px}.story_detail .first_card .content h2{font-size:28px;margin-bottom:16px}.story_detail .first_card .content .meta_info h3{font-size:22px}.story_detail .first_card .content .meta_info{gap:20px}.story_detail .first_card .image,.story_detail .second_card .image{width:240px}.story_detail .second_card .content .top h2{font-size:29px}.story_detail .second_card .content .top a{font-size:19px}.detail_page_quick_stats .top h2,.story_detail .chapters .top h2{font-size:29px}.detail_page_quick_stats .top a{font-size:19px}.artwork_step .panel-card{width:47.5%}.artwork_step .panel-row{gap:34px}.artwork_step .panel-rowimg{width:10px}.web_comic_detail .first_card .content .type{font-size:16px;margin-bottom:16px}.add_comic_episode .comic_discription{font-size:15px}.panel_step .panel-order-hint img{width:22px}.panel_step .panel-order-hint{gap:8px;padding:12px 20px;width:fit-content;border-radius:7px}.artwork_step .upload_box{height:200px}.chapter_content .upload_box{min-height:200px}.extras_step .image_uploader{height:170px}.extras_step textarea{min-height:170px}.artwork_step .upload_box{height:160px;height:170px}.artwork_step .upload_box img{height:30px}.artwork_step .upload_box .upload_content p{font-size:15px}.artwork_step .upload_box .upload_content small{font-size:12px}.chapter_content .upload_box{min-height:170px}.chapter_content .upload_box img{height:30px}.chapter_content .upload_box .upload_content p{font-size:15px}.chapter_content .upload_box .upload_content small{font-size:12px}.panel_step .panel-order-hint img{width:18px}.panel_step .panel-order-hint p{font-size:13px}.panel_step .panel-order-hint{gap:6px;padding:9px 16px}.episode_extras_step .visibility-notice{border-radius:4px;font-size:12px;padding:7px 13px}.updates_and_activities .top h3{font-size:24px}.updates_and_activities .top p{font-size:15px}.updates_and_activities .top a span{font-size:20px}.updates_and_activities .top a img{height:19px}.updates_and_activities .latest_updates .updates_wrapper{padding:22px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text p{font-size:16px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .meta .tag{font-size:11px}.updates_and_activities .latest_activities .activities_wrapper{padding:22px}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info p{font-size:15px}.notifications h3.heading{font-size:26px;margin-bottom:6px}.notifications p.desc{font-size:15px}.notifications .filters .tags .tag{padding:4px 10px;font-size:15px}.notifications .filters .tags{gap:5px}.notifications .notifications-list .notification-item img{width:27px}.notifications .notifications-list .notification-item .text p{font-size:15px}.notifications .notifications-list .notification-item .text .time{font-size:13px}.main_content .filter{width:330px}.story_detail_main .chapters_section .custom_container .about,.story_detail_main .tab_detail .main_top .img_card{width:280px}.story_detail_main .chapters_section .custom_container .chapters{padding-top:30px}.story_detail_main .chapters_section .custom_container .chapters .header h2{font-size:31px}.story_detail_main .chapters_section .custom_container .chapters .chapter_cards{margin-top:20px}.chapter_card_website{border-radius:13px}.chapter_card_website .image{width:130px}.chapter_card_website .info .wrapper .action{border-radius:5px;padding:8px 10px;font-size:14px}.chapter_card_website .info .wrapper{margin-top:16px}.chapter_card_website .info .wrapper .stats .stat .stat-value{font-size:18px}.chapter_card_website .info .wrapper .stats .stat .stat-label{color:#99806F;font-size:9px}.chapter_card_website .info .wrapper .stats .stat{padding-right:10px;margin-right:10px;gap:2px}.chapter_card_website .info p{font-size:14px}.chapter_card_website .info h5{font-size:20px}.story_detail_main .you_may_like{margin-top:70px}.story_detail_main .you_may_like .like_cards{margin-top:30px}.like_card{border-radius:14px;width:23.5%}.like_card .info{padding:16px 14px 14px}.like_card .info p{margin-bottom:11px}.updates{margin-top:70px}.tab_detail .main_top .img_card .image{height:270px}.author .profile .banner{height:240px;padding:18px}.author .profile .profile_content .avatar{height:180px;width:180px}.author .profile .profile_content .avatar_wrapper{left:40px}.author .profile .profile_content .content{padding:22px 0 25px 247px}.author .profile .profile_content .content h3{font-size:25px;margin-bottom:11px}.author .profile .profile_content .content p{font-size:16px;margin-bottom:11px}.author .profile .profile_content .content .date{font-size:15px;gap:5px}.author .profile .profile_content .content .date img{height:19px}.author .profile .profile_content .content .right .icons a svg{height:19px;width:19px}.author .profile .profile_content .content .right .stats .stat .number{font-size:26px}.author .profile .profile_content .content .right .stats .stat .label{font-size:12px}.author .profile .profile_content .content .right .stats{gap:20px}.author .profile .banner .follow{font-size:16px;padding:9px 12px;border-radius:4px}.author .profile .banner .follow svg{height:12px;width:12px}.story_cards .story_card.published{height:220px}.digital_art .header h2{font-size:28px;width:290px}.digital_art .main_content .filter{width:290px}.digital_art_cards{column-count:3}.digital_art .header .right .action{font-size:15px;padding:10px}.digital_art .header .right{gap:8px}.digital_art .main_content .right .right_top h4{font-size:20px}.digital_art .main_content .right .right_top .sort,.digital_art .main_content .right .right_top .sort select{font-size:14px}.hero .custom_container .details .arrow_batns .arrow_batn span{display:none}.hero .custom_container .details .arrow_batns img{height:27px}.story_detail_main .custom_container.first_container .main_left{width:280px}.story_detail_main .custom_container.first_container .main_left .image{height:290px}.story_detail_main .custom_container.first_container .main_left .batns .batn{font-size:15px;height:37px;padding-bottom:2px;border-radius:5px}.story_detail_main .custom_container.first_container .main_left .image{border-radius:7px}.story_detail_main .custom_container.first_container{padding-top:28px}.story_detail_main .custom_container.first_container .main_left{top:83px}.artwork_step .upload_box.image_preview{width:fit-content;height:260px}.digital_art_card .content .bottom .title{font-size:20px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon{height:38px;border-radius:5px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon svg{width:19px;height:19px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star{font-size:15px;padding:0 7px;gap:4px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup{width:210px;padding:15px;border-radius:10px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup .bookshelves{padding-bottom:10px;margin-bottom:10px;font-size:16px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .bookshelves_popup .action{padding:11px;font-size:15px}.bookshelf_modal_content h2{margin-bottom:12px}.bookshelf_modal_content input{padding:11px 13px;font-size:15px;margin-bottom:15px}.bookshelf_modal_content{border-radius:13px}.bookshelf_modal_content .batn{padding:13px}.sidebar .pages .sub_tab{font-size:14px}.sidebar .pages .sub_tab .icon img{height:15px}.sidebar .pages .sub_tabs.open{margin-bottom:9px}.sidebar.collapsed .pages .sub_tab{width:48px;padding-left:16px}.favourites_page .main_content .filter{width:250px}.favourite_cards .favourite_card .img{width:170px}.favourite_cards .favourite_card .info .content .summary{font-size:15px;margin-bottom:5px}.favourite_cards .favourite_card .info .bottom .author .author_img{height:38px}.favourite_cards .favourite_card .info .top .right .stats .like img{height:17px}.favourite_cards .favourite_card .info .top .right .stats .like span{font-size:17px}.favourite_cards .favourite_card .chapters{margin-left:277px;gap:11px;padding-top:20px;margin-top:20px}.favourite_cards .favourite_card .chapters .view_more{font-size:16px}.new_dashboard .dashboard_tabs .dashboard_tab{font-size:15px;padding:14px}.new_dashboard .dashboard_tabs .dropdown_toggle_btn{right:7px}.favourite_cards .favourite_card_inner{height:210px}.favourite_cards .favourite_card .info .content .title{font-size:23px;margin-bottom:5px}.story_cards .story_card .bottom .stats .stat h5{font-size:16px}.story_cards .story_card .bottom .stats .stat img{height:16px}.story_detail .chapters .content .chapter .date{font-size:13px}.story_detail .chapters .content .chapter .title{font-size:18px;margin-bottom:6px}.story_detail .chapters .content .chapter{padding:18px 21px;border-radius:12px;margin-bottom:11px}.chapter_play .award{right:100px}.onboarding .custom_container .steps .step_content .profile_box .left .img{height:95px}.onboarding .custom_container .steps .step_content .profile_box .left .img img{height:28px}.onboarding .custom_container .steps .step_content .profile_box .left label{font-size:18px;margin-top:7px}.onboarding .custom_container .steps .step_content .profile_box .left span{font-size:14px;margin-top:5px}.onboarding .custom_container .steps .step_content .cover_img_box{gap:2px}.onboarding .custom_container .steps .step_content .profile_box .right .short_bio textarea{height:165px}.onboarding .custom_container .steps .step_content .profile_box{border-radius:16px;margin-top:30px}.library.website_page{padding-top:28px}.dashboard_pagination img{height:28px}.dashboard_pagination .page_count{font-size:22px;min-width:70px}.library_detail .library_detail_hero .hero_left{width:370px}.library_detail .library_detail_hero .hero_left .img{height:220px;border-radius:10px}.library_detail .library_detail_hero .hero_left .action{border-radius:6px;font-size:15px;padding:9px;margin-top:8px}.library_detail .library_detail_hero .hero_info .summary{font-size:16px;margin-bottom:20px}.library_detail .library_detail_hero .hero_info .title{font-size:34px;margin-bottom:16px}.library_detail .library_detail_hero .hero_info .author .author_info .name{font-size:18px}.library_detail.website_page{padding-top:30px}.library_detail .library_detail_hero .hero_left .img .bg_texture_1{left:-110px}.library_detail .library_detail_hero .hero_left .img .bg_texture_2{top:-63px;right:-107px}.story_action_popup .popup_item span{font-size:16px}.story_cards .story_card .top .right .dots_icon svg{height:17px;width:17px}.story_action_popup .popup_item{gap:7px;padding:8px;border-radius:10px}.story_action_popup{min-width:200px}.chapter_card_new .left .title{font-size:17px}.story_detail_main .chapters_section .chapter_tabs .chapter_tab{padding:15px 13px;font-size:17px}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top .hide label{font-size:16px}header .header_right{gap:10px}.favourite_cards .favourite_card .img{width:260px}.favourites_page .header .right .create_button,.favourites_page .main_content .main_right .right_top .create_button{font-size:15px;padding:12px}.favourites_page .bookshelf_cards .bookshelf_card{padding:15px 18px}.favourites_page .bookshelf_cards .bookshelf_card .actions .action{font-size:15px;padding:9px 16px}.favourites_page .main_content .main_right .right_tabs .tabs .tab{font-size:16px}.dashboard_story_detail .main_left{display:none}.dashboard_story_detail .main_right .main_right_top .actions .action{display:block}.step_wrapper .warning img{height:23px}.step_wrapper .warning p{font-size:14px}.step_wrapper .warning{padding:10px 15px;gap:5px;border-radius:8px}.following_new .following_content .following_heading{font-size:23px}.following_new .following_content .following_para{font-size:16px}.following_new .following_content{padding:30px}.following_new .following_content .following_arts{margin-top:25px;grid-template-columns:repeat(3,1fr);gap:15px}.following_card .following_card_detail{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.following_new .following_content .following_followings{margin-top:30px}.following_card .following_inner .img{height:55px}.following_card .following_inner .left{gap:10px}.following_card .following_inner .info .name{margin-bottom:6px;font-size:18px}.following_card .following_inner .right button svg{height:22px;width:22px}.following_card .following_card_detail{padding:20px}.new_dashboard.website_page{padding-top:28px}.top_performing_works .swiper-slide{width:720px}.top_performing_works .section_header{margin-bottom:20px}.search_page .main_content{gap:20px}.search_page .main_content .main_content_right .main_top .tags .tag{font-size:14px;padding:5px 8px}.chapter_play_wrapper{background-size:500px}.story_page .top_rated{margin-top:90px;padding:50px 0}.story_page .top_rated .bg_texture1{top:-113px;height:400px;width:400px}.story_page .top_rated .bg_texture2{bottom:-150px;height:400px;width:400px}.story_page .tab_detail .main_bottom{margin-top:30px}.story_page .tab_detail{min-height:unset!important}.favourite_cards .favourite_card .info .top{padding-right:40px}.onboarding .custom_container .steps .step_content .social_link_box{margin-top:30px;width:500px;border-radius:16px}}@media (max-width:1137px){.auth_wrapper .auth_img{width:55%}.auth_wrapper .form{width:45%}.chapter_content .upload_box .image_grid{grid-template-columns:repeat(auto-fit,18.7%);grid-auto-rows:200px}}@media (max-width:1050px){.collection .custom_container .top a{font-size:20px}.hero .tabs{flex-direction:row;overflow-x:auto;overflow-y:hidden;padding-top:0}.hero{padding-top:25px}.hero .custom_container{flex-direction:column}.tab_card.active{height:55px}.tab_card.active .image{width:50px;min-width:50px}.tab_card.active .content .name{font-size:13px;-webkit-line-clamp:1}.tab_card .paint2{top:-32px;left:146px;width:129px;height:112px}.welcome .custom_container .image2{height:380px}.welcome .custom_container .image{width:22%}.tab_detail .main_top .img_card .image{height:247px}.onboarding .custom_container .steps .step_content h1{font-size:34px}.onboarding .custom_container .steps .step_content .para{font-size:16px}.onboarding .custom_container .steps .step_content .radio_group .radio{font-size:19px;width:200px;height:94px}.onboarding .custom_container .button .action{font-size:15px;padding:12px 16px}.onboarding .custom_container .steps .step_content .bio,.onboarding .custom_container .steps .step_content .name,.onboarding .custom_container .steps .step_content.step2 select{font-size:15px;margin-top:20px}.onboarding .custom_container .steps .step_content .bio{margin-top:10px}.onboarding .custom_container .steps .step_content .tags_wrapper .tags_outer .tags{width:100%}.onboarding .custom_container .steps .step_content .experience_content p{font-size:16px}.onboarding .custom_container .steps .step_content .experience_content h5{font-size:21px;margin-bottom:5px}.onboarding .custom_container .steps .step_content .experience_content .language select{border-radius:10px;padding:14px 20px;font-size:16px}.onboarding .custom_container .steps .step_content .experience_content{width:430px;padding:28px}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme label{height:44px;font-size:15px;border-radius:6px}.onboarding .custom_container .steps .step_content .experience_content .language .language_select_wrapper:after{right:15px;width:23px;height:23px}.onboarding .custom_container .steps .step_content .loop{width:430px;padding:28px}.onboarding .custom_container .steps .step_content .loop .content h5{font-size:21px;margin-bottom:5px}.onboarding .custom_container .steps .step_content .loop .content p{font-size:16px}.onboarding .custom_container .steps .step_content .two_radios .radio{font-size:20px;width:220px;height:130px}.onboarding .custom_container .steps .step_content .two_radios .radio label:before{width:20px;height:20px;border:4px solid #5a4032}.onboarding .custom_container .steps .step_content .two_radios{gap:16px}.latest_subscriptions .bg_img{top:39px;right:123px;height:55px}.latest_followings .book{top:-20px;right:30px;height:100px}.no_data h5{font-size:19px}.no_data p{font-size:15px}.no_data{gap:10px;text-align:center}.latest_subscriptions .bg_img.empty_data{height:60px}.recent_activity .notifications .book{height:90px}.quick_stats .stats{flex-wrap:wrap}.quick_stats .stats .stats_box{width:48.9%}.quick_actions .actions .action{font-size:15px}.quick_actions .actions{margin-top:12px}.fanart_cards{grid-template-columns:repeat(2,1fr)}.welcome_dashboard .welcome_bg_img1{bottom:-32px;height:130px}.welcome_dashboard .welcome_bg_img2{right:10px;height:150px;top:-50px}.empty{border-radius:4px;padding:60px 20px}.empty p{font-size:14px}.empty h3{font-size:19px}.create_wrapper .steps_nav .step_item p{font-size:16px}.form_group .main_input{padding:12px 14px}.form_group .main_label{margin-bottom:9px}.categories_presentation_step{flex-direction:column}.categories_presentation_step .categories{padding-right:0;border:none;width:100%}.categories_presentation_step .presentation .image_upload_boxes .upload_wrapper{width:100%}.categories_presentation_step .presentation .upload_box.vertical{height:auto;width:100%}.categories_presentation_step .presentation .upload_box.square{width:100%}.setting_visibility{flex-direction:column}.visibility.step_wrapper{margin-top:0}.create_new_story.digital_art_form .create_wrapper .steps_nav .line{display:none}.my-work .tab_content .tab_content_story .content .story_cards.digital_cards{grid-template-columns:1fr}.story_detail .first_card .image{width:190px}.story_detail .first_card .content h2{font-size:27px;margin-bottom:14px}.story_detail .first_card .content .meta_info h3{font-size:20px}.story_detail .first_card .content .meta_info small{font-size:11px}.story_detail .first_card .content .meta_info h3 img{height:17px}.story_detail .first_card .content .actions .action{font-size:14px;padding:12px 7px}.story_detail .first_card .content .actions{gap:8px;margin-top:20px}.story_detail .second_card .content .content_inner{flex-direction:column}.story_detail .second_card .content .top h2{font-size:27px}.story_detail .second_card .image{width:220px}.story_detail .second_card .content .top a{font-size:17px}.story_detail .chapters .top h2{font-size:27px}.story_detail .chapters .top .actions{align-items:self-end;flex-direction:column-reverse}.story_detail .chapters .content .table{overflow-x:auto}.artwork_step .panel-card{width:46.6%}.publishing_step .visibility_box{border-radius:8px;padding:16px;gap:10px}.publishing_step .visibility_box .checkbox_desc{font-size:12px}.publishing_step .visibility_box .checkbox_title{margin-bottom:4px}.chapter_content .top .toolbar .toolbar_btn{padding:4px 7px;font-size:14px}.chapter_content .top .toolbar{gap:4px}.chapter_content .bottom .editor_info{padding:3px 10px 6px;font-size:12px}.chapter_content .bottom{gap:5px;margin-top:10px}.comic_basic_info .form_group_wrapper .form_group{width:48%}.comic_basic_info .form_group_wrapper{gap:10px;row-gap:0}.updates_and_activities .top h3{font-size:23px}.updates_and_activities .top p{font-size:14px}.updates_and_activities .top a span{font-size:15px}.updates_and_activities .top a{gap:4px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text p,.updates_and_activities .latest_updates .updates_wrapper .update_item a span{font-size:14px}.updates_and_activities .latest_updates .updates_wrapper .update_item a img{height:18px}.updates_and_activities .latest_updates .updates_wrapper .update_item a{gap:3px}.updates_and_activities .latest_activities .activities_wrapper .activity_item .img,.updates_and_activities .latest_updates .updates_wrapper .update_item .img{height:35px}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info p{font-size:16px}.updates_and_activities .latest_updates{margin-bottom:30px}.updates_and_activities .latest_updates .updates_wrapper .update_item .left .info .text{gap:4px;flex-direction:column;align-items:flex-start}.updates_and_activities .latest_activities .activities_wrapper .activity_item:hover{border-radius:8px}.notifications h3.heading{font-size:25px;margin-bottom:5px}.notifications p.desc{font-size:14px}.messaging-app .message-sidebar{width:250px}.messaging-app .sidebar-header h1{font-size:26px}.account_step .profile_wrapper .avatar-wrapper{height:140px}.account_step .profile_wrapper .avatar-wrapper .upload-btn{height:26px}.account_step .fields,.security_settings_step .fields{grid-template-columns:repeat(2,1fr)}.security_settings_step .fields{row-gap:25px}.account_step .help_text,.security_settings_step .help_text{margin-bottom:0}.account_step .fields{row-gap:25px}.account_step .bio{margin-top:25px}.security_settings_step .danger_zone .settings-card .action{font-size:13px;padding:10px}.notifications_setting .top .actions button{font-size:14px;border-radius:5px;padding:10px;text-wrap:nowrap}.notifications_setting .top .actions{gap:7px;flex-wrap:wrap}.security_settings_step .danger_zone{flex-direction:column}.main_content .filter{width:290px;border-radius:12px;padding:17px}.tab_detail .main_top .img_card .image{height:270px}.story_detail_main .tab_detail .main_top .img_card{width:230px}.onboarding .custom_container .steps .step_content.step2 select{margin-top:0}.onboarding .custom_container .steps .step_content.step2 .select_wrapper{margin-top:10px}.story_detail_main .chapters_section .custom_container .about{width:230px}.story_detail_main .chapters_section .custom_container .chapters{padding-top:20px}.chapter_card_website{flex-direction:column}.chapter_card_website .image{width:100%;height:170px}.like_card{border-radius:14px;width:31.6%}.story_detail_main .you_may_like .like_cards{margin-top:20px}.chapter_play .header .logo img{height:26px}.chapter_play .header .icon img{height:16px}.chapter_play .header .icon{gap:8px}.chapter_play .chapter_container{max-width:600px}.chapter_play .chapter_container .stepper{font-size:16px;gap:8px;padding:7px 9px;border-radius:6px;top:65px}.chapter_play .chapter_container .stepper button img{height:11px}.author .profile .banner{height:230px;padding:16px}.author .profile .profile_content .avatar{height:160px;width:160px}.author .profile .profile_content .content{padding:19px 0 25px 210px}.author .profile .profile_content .content h3{font-size:23px;margin-bottom:9px}.author .profile .profile_content .content p{margin-bottom:10px}.author .profile .profile_content .avatar_wrapper{left:30px}.author .art_and_extras .arts_cards{column-width:250px}.author .art_and_extras .arts_cards img{border-radius:5px}.digital_art .header{padding-top:28px}.digital_art .header h2{font-size:25px;width:260px}.digital_art .header .right .action{font-size:14px}.digital_art .header .right .action svg{height:11px;width:11px}.digital_art_cards{column-count:2}.search_page .filter{width:260px!important}.search_page .favourite_cards .favourite_card .img{width:160px}.digital_art .main_content .filter{width:260px}.art_modal .modal_content.resized .nav{font-size:60px}.art_modal .modal_content.resized .resize{bottom:30px;right:30px;font-size:23px}.hero .custom_container .gradient_left,.hero .custom_container .gradient_right{display:block}.tab_card .paint1,.tab_card .paint2{display:none}.onboarding .custom_container .steps .step_content.step2 .tag-box{margin-top:10px}.chapter_content .upload_box{padding:10px;gap:6px}.chapter_content .upload_box .image_grid{grid-template-columns:repeat(auto-fit,23.7%)}.story_detail .second_card .content .content_inner .left,.story_detail .second_card .content .content_inner .right{width:100%}.story_detail_main .custom_container.first_container .main_left{width:230px}.story_detail_main .chapters_section{margin-top:35px}.artwork_step .upload_box.image_preview{width:fit-content;height:220px}.art_modal .modal_content.resized .modal_info .top .desc{max-width:80%}.digital_art_card .content .bottom .title{font-size:18px}.collection .custom_container .img_cards{column-count:3}.account_step .cover_image{height:190px;padding:12px}.account_step .profile_wrapper{transform:translate(30px,-50%)}.creators .custom_container .creators_info .creator{width:21%}.tab_card.active .content{gap:6px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star p{display:none}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star{aspect-ratio:1/1;padding:0}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon{height:34px;border-radius:4px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon svg{width:17px;height:17px}.search-modal .search_section_wrapper .search_item .tags .tag{font-size:13px;padding:4px 6px}.search-modal .search_section_wrapper .search_item .stats,.search-modal .search_section_wrapper .search_item .title{margin:15px 0}.search-modal .search_section_wrapper .search_item .summary{margin-top:15px}.search-modal .search_section_wrapper .search_item .tags{max-height:50px}.favourites_page .main_content .filter{display:none;top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;height:80vh;z-index:101;box-shadow:2px 3px 10px 1px #0000003d;transition:all .3s}.favourites_page .main_content .filter .cross_button,.favourites_page .main_content .filter.show{display:block}.favourites_page .header .tags .tag,.favourites_page .main_content .main_right .right_tabs .tags .tag{font-size:13px;padding:5px 8px}.favourites_page .header{flex-direction:column;width:100%;align-items:flex-start;gap:0}.favourites_page .header .filter_icon{display:flex}.favourites_page .header .right{display:flex;width:100%;align-items:center;gap:13px;justify-content:space-between}.bookshelf_page .main_content .main_top .tabs .tab{font-size:14px;padding:8px 11px}.bookshelf_page .main_content .main_top .actions .action{padding:10px 12px}.editor-container .toolbar{gap:9px}.editor-container .editor .tiptap img{width:200px}.publishing_step.step_wrapper .two_fields{flex-direction:column}.publishing_step.step_wrapper .two_fields .left,.publishing_step.step_wrapper .two_fields .right{width:100%}.library_detail .library_detail_hero .hero_left{width:300px}.library_detail .library_detail_hero{gap:20px}.library_detail .library_detail_hero .hero_info .title{font-size:30px;margin-bottom:12px}.library_detail .library_detail_hero .hero_info .summary{margin-bottom:17px}.library_detail .library_detail_hero .hero_left .img .bg_texture_1{top:-77px;height:233px;left:-80px}.library_detail .library_detail_hero .hero_left .img .bg_texture_2{top:-51px;right:-82px;height:194px}.chapter_card_new .left .title{font-size:16px}.chapter_card_new{padding:16px;border-radius:10px}header .header_right .link{font-size:15px}header .header_right .batns{gap:3px}.new_dashboard .dashboard_tabs .dashboard_tab{font-size:14px;padding:11px}.new_dashboard .dashboard_tabs .dropdown_toggle_btn{right:-7px}.favourites_page .main_content .main_right .right_tabs .right .filter_icon{display:flex}.dashboard_story_detail .main_right .main_right_top .actions .action,.story_detail .second_card{display:none}.story_detail .second_card_mobile{display:block}.dashboard_story_detail .main_right .main_right_top{display:none}.chapter_card_dashboard .left{flex-direction:column;align-items:flex-start;width:100%}.chapter_card_dashboard .info{width:100%}.categories_tags_step .two_fields{flex-direction:column}.categories_tags_step .two_fields .left,.categories_tags_step .two_fields .right,.top_performing_works .swiper-slide{width:100%}.top_work_swiper:after{display:none}.search_page .main_content .main_content_right .main_top h3{font-size:23px}.search_page .main_content .main_content_right .main_top .tags{gap:5px}.search_page,.settings{padding-top:25px}.main_content .filter{top:78px}.onboarding .custom_container .steps .step_content .account_box{width:600px;padding:25px}.onboarding .custom_container .steps .step_content .account_box .cover_image{height:190px}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper .avatar-wrapper{width:140px;height:140px}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper .avatar-wrapper .empty-avatar-placeholder .camera-icon{height:32px;width:32px}}@media (max-width:1000px){.story_detail .chapters .content .cards{grid-template-columns:repeat(1,1fr)}.chapter_content .upload_box .image_grid{grid-template-columns:repeat(auto-fit,31.8%)}}@media (max-width:900px){.auth_wrapper .form{padding:34px 24px}.messaging-app .message-sidebar{width:100%}.messaging-app .chat-area,.messaging-app .message-sidebar.hide{display:none}.messaging-app .chat-area.show{display:flex;width:100%}.messaging-app{height:calc(100vh - 95px)}.messaging-app .back-button{background:none}.messaging-app .back-button svg{height:23px;width:23px;color:#291B12}}@media (max-width:850px){header .links{display:none}header .header_right .link{max-height:33px}.tab_detail .main_top .img_card .image{height:207px}.tab_detail .main_top .img_card{width:210px}.tab_detail .main_top .info .bottom h1{font-size:30px;margin-top:20px}.tab_detail .main_top .info .top .rating h4{font-size:16px;gap:4px}.tab_detail .main_top .info .top .rating h4 img{height:13px}.tab_detail .main_top .info .bottom p{margin-top:11px}.hero .custom_container .details .arrow_batns span{display:none}.tab_detail .main_bottom .right .date h4{font-size:18px}.tab_detail .main_bottom .right .date p{font-size:10px}.tab_detail .main_top{gap:16px}.tab_detail .main_bottom .left .info p{font-size:11px}.tab_detail .main_bottom .left .info h5{font-size:17px}.welcome .custom_container .image{display:none}.welcome .custom_container .content h1{font-size:28px}.welcome .custom_container .image2{height:220px;top:-68px;right:0}.welcome .custom_container .image1{height:117px;bottom:-36px;left:0}.welcome .custom_container .content .img{height:40px}.popular .custom_container .genres_cards .gradient_right{width:70px}.onboarding .custom_container .logo img{height:40px}.onboarding .custom_container .logo{margin-top:20px}.onboarding .custom_container .steps .step_content h1{font-size:30px}.onboarding .custom_container .steps .step_content .radio_group .radio{font-size:17px;width:100%;height:110px;line-height:1.2}.onboarding .custom_container .steps .step_content .radio_group{margin-top:20px;gap:10px}.main_wrapper{padding-top:75px;width:100vw}.sidebar{transform:translateX(-110%);position:fixed}.dashboard{padding-right:0}.main_wrapper{padding-right:30px}.content_setting .form_group:nth-child(4){margin-top:25px}.story_detail .chapters .content .cards{grid-template-columns:repeat(2,1fr)}header .header_right .link{font-size:15px;padding:8px 10px;border-radius:5px}.main_content .filter{width:250px}.main_content .filter .search_wrapper input{padding:10px 14px;border-radius:6px;font-size:14px}.story_detail_main .tab_detail .main_top .img_card{width:200px}.tab_detail .main_top .img_card .image{height:260px}.story_detail_main .chapters_section .custom_container .chapters .header h2{font-size:26px}.story_detail_main .chapters_section .custom_container .about{width:200px}.story_detail_main .chapters_section .custom_container .chapters .header .sort,.story_detail_main .chapters_section .custom_container .chapters .header .sort select{font-size:15px}.chapter_card_website .info .wrapper{flex-direction:column-reverse;gap:16px}.chapter_card_website .info .wrapper .stats{align-self:flex-start}.like_card{width:48.3%}.author .profile .profile_content .content{padding:115px 0 10px;flex-direction:column;text-align:center;align-items:center}.author .profile .profile_content .avatar_wrapper{left:50%;transform:translate(-50%,-50%)}.author .profile .banner{height:180px;padding:10px}.author .profile .profile_content .avatar{height:190px;width:190px}.author .profile .profile_content .content .date{justify-content:center}.author .profile .profile_content .content .right{display:flex;justify-content:space-between;gap:25px;align-items:center;width:100%}.author .profile .profile_content .content .right .icons{margin:0}.author .published_works .published_cards{grid-template-columns:1fr}.author .art_and_extras .arts_cards{column-width:180px}.author .art_and_extras{margin-top:50px}.search-modal .wrapper{padding:0 16px}.art_modal .modal_content.resized .nav{display:none}.art_modal .nav.right{right:10px}.art_modal .nav.left{left:10px}.story_detail_main .custom_container.first_container .main_left{width:210px}.story_detail_main .custom_container.first_container .main_left .image{height:260px}.art_modal .modal_content{max-width:90%}.author .profile .profile_content .content{gap:25px}.creators .custom_container .creators_info .creator{width:28%}.tab_detail .main_top .info .top .rating{gap:6px}.tab_detail .tooltip-container img{width:10px}.favourites_page .story_cards{grid-template-columns:repeat(auto-fill,minmax(310px,1fr))}.onboarding .custom_container .steps .step_content .profile_box{width:100%}.library.website_page .main_content .filter{display:none}.library.website_page .main_content .main_right .tags_wrapper .filter_icon{display:flex}.library.website_page .main_content .main_right .main_top h1.heading{font-size:31px}.library.website_page .main_content .main_right .tags .tag{font-size:13px;padding:6px 9px}.library.website_page .main_content .filter.show{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);height:fit-content;width:85vw;display:block;z-index:100;box-shadow:2px 3px 10px 1px #0000003d}.library_detail.website_page .main_content .filter{display:none}.library_detail.website_page .main_content .filter.show{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);height:85vh;width:85vw;display:block;z-index:100;box-shadow:2px 3px 10px 1px #0000003d}.library_detail .library_detail_hero .hero_left{width:230px}.library_detail .library_detail_hero{padding-bottom:25px;margin-bottom:25px}.library_detail.website_page .main_content .main_right .main_tags .tag{font-size:13px;padding:6px 9px}.library_detail .library_detail_hero .hero_info .title{font-size:26px}.library_detail .library_detail_hero .hero_info .summary{font-size:15px}.library_detail.website_page .main_content .main_right .filter_icon{display:flex}.library_detail.website_page .main_content .main_right .tags_wrapper{margin-bottom:14px!important}.library_detail .library_detail_hero .hero_left .img .bg_texture_1{left:-50px}.library_detail .library_detail_hero .hero_left .img .bg_texture_2{right:-52px}.search-modal .action{margin:10px 17px 0 auto}.story_detail_main .chapters_section .chapter_tabs .chapter_tab{padding:14px 12px;font-size:16px}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top .action{border-radius:6px;padding:10px 12px;font-size:15px}.story_detail_main .chapters_section .chapter_tab_detail .chapter_tab_detail_top .hide label{font-size:15px}header .menu_icon{display:block;background:none}.new_dashboard .dashboard_tabs{overflow-x:auto}.new_dashboard .dashboard_tabs::-webkit-scrollbar{display:none}.new_dashboard .dashboard_tabs .dashboard_tab{padding:13px 35px}.new_dashboard .dashboard_tabs .dropdown_toggle_btn{right:4px}.favourite_cards .favourite_card_inner{height:auto;flex-direction:column}.favourite_cards .favourite_card .img{width:100%;height:200px}.favourite_cards .favourite_card .info .content .summary,.favourite_cards .favourite_card .info .top{margin-bottom:10px}.favourite_cards .favourite_card .chapters{width:100%;margin-left:0}.new_dashboard .dashboard_tabs_wrapper:before{display:block}.favourite_cards .favourite_card .info{overflow:unset}.favourites_page .bookshelf_cards .bookshelf_card h3.title{font-size:21px}.favourites_page .bookshelf_cards .bookshelf_card span{font-size:14px}.favourites_page .bookshelf_cards .bookshelf_card .actions .action{font-size:14px;padding:8px 13px}.favourites_page .bookshelf_cards .bookshelf_card{padding:12px 16px;border-radius:15px}.favourites_page .header .right .create_button,.favourites_page .main_content .main_right .right_top .create_button{font-size:14px;padding:11px}.my_works_page .digital_cards{grid-template-columns:repeat(2,1fr);gap:10px}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs .chapter_tab{font-size:18px;padding:14px 10px}.detail_page_quick_stats .cards{grid-template-columns:1fr 1fr}.following_card .following_card_detail,.following_new .following_content .following_arts{grid-template-columns:repeat(2,1fr)}.following_card .following_inner .right button{font-size:16px;height:38px}.following_card .following_inner .right button svg{height:20px;width:20px}.following_card .following_inner{padding:12px 18px}.following_card .following_inner .img{height:49px}.following_card .following_inner .info .stats{gap:10px}.following_card .following_inner .info .stats .stat{font-size:14px}.top_performing_works .favourite_cards .favourite_card .chapters{grid-template-columns:1fr}.search_page .favourite_cards .favourite_card .img{width:100%}.digital_art_cards{column-count:1}.search_page .filter{width:220px!important}.favourite_cards .favourite_card_inner .menu_icon{top:225px;right:15px}.account_step .form_group.social_links .social_links_wrapper{grid-template-columns:1fr}.onboarding .custom_container .steps .step_content .account_box{width:550px;padding:20px}.author .author_tabs .author_tab{font-size:20px}.author .author_tabs{margin-top:30px}header .header_right,header .logo{min-width:unset}}@media (max-width:800px){.auth_wrapper .auth_img{width:100%}.auth_wrapper .form{width:unset;min-width:350px}}@media (max-width:750px){.my-work .tab_content .tab_content_story .filter{display:none;top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;height:80vh;box-shadow:2px 3px 10px 1px #0000003d;z-index:101;transition:all .3s}.my-work .tab_content .tab_content_story .filter.show{display:block}.my-work .tab_content .tab_content_story{margin-top:50px}.my-work .tab_content .filter_icon{display:flex}.my-work .tab_content .tab_content_story .filter .cross_button{display:block}.story_detail .chapters .content .cards{grid-template-columns:repeat(1,1fr)}.bookshelf_page .main_content .main_top{flex-direction:column-reverse;align-items:flex-start}.comment_view .img{display:none}.art_modal .comment_section .comment_header{padding-right:15px}}@media (max-width:700px){.auth_wrapper .auth_img{display:none}.auth_wrapper .form{width:unset;min-width:100%;height:auto;min-height:100vh;overflow:hidden}.dashboard_section_para{font-size:14px}.fanart_cards{grid-template-columns:repeat(2,1fr)}.list_card{width:48.6%}.story_detail .chapters .content .chapter{flex-direction:column;align-items:flex-start}.story_detail .chapters .content .chapter .actions{align-self:flex-end}.search-modal .search_section_wrapper{grid-template-columns:1fr}.art_modal.full_view.comment_active .modal_content.resized.comment_view .img{display:none}.art_modal.full_view.comment_active .modal_content.resized.comment_view .comment_section{width:100%}}@media (max-width:650px){.story_cards .story_card .top .tags .tag{font-size:10px}.artwork_step .panel-card{width:100%}.hero{padding:25px 20px 0}.collection,.creators,.popular,.stories,.updates,.welcome,header{padding:0 20px}footer{padding:15px 20px}.tab_detail .main_top{flex-direction:column;gap:60px}.tab_detail .main_top .img_card .image{height:260px}.hero .custom_container .details .arrow_batns{bottom:unset;top:390px;justify-content:space-between;width:100%;position:absolute}.hero .custom_container .details .arrow_batns .arrow_batn span{display:block}.tab_detail .main_top .info .bottom p{margin-top:22px}.tab_detail .main_top .info .bottom .tags{margin-top:22px;gap:7px}.tab_detail .main_bottom{justify-content:space-between}.welcome .custom_container .content .author_button{width:200px}.welcome .custom_container .content .author_button img{width:100%}.welcome .custom_container .image2{height:150px;top:-48px;right:0}.welcome .custom_container .content{gap:10px}.welcome .custom_container .content h1{font-size:25px}.popular .custom_container .genres_cards .gradient_right{display:none}.onboarding{padding:0 20px}.onboarding .custom_container .steps,.onboarding .custom_container .steps .step_content .bio,.onboarding .custom_container .steps .step_content .experience_content,.onboarding .custom_container .steps .step_content .info,.onboarding .custom_container .steps .step_content .loop,.onboarding .custom_container .steps .step_content .name,.onboarding .custom_container .steps .step_content .radio_group,.onboarding .custom_container .steps .step_content.step2 select{width:100%}.onboarding .custom_container .steps .step_content .two_radios .radio{font-size:18px;width:100%}.quick_actions .actions{flex-wrap:wrap}.quick_stats .stats .stats_box{width:48.6%}.step_wrapper .two_fields{flex-direction:column}.create_wrapper .steps_nav .line{display:none}.categories_tags_step .content{flex-direction:column}.categories_tags_step .content .left{width:100%}.categories_tags_step .content .right{width:100%;margin-top:-10px}.story_detail .first_card{flex-direction:column-reverse}.story_detail .first_card .image{width:100%;height:320px}.story_detail .second_card{flex-direction:column}.story_detail .second_card .image{width:100%;height:310px}.chapter_info .help_text{margin-bottom:10px}.comic_basic_info .form_group_wrapper .form_group{width:100%}.comic_basic_info .form_group_wrapper{row-gap:14px}.comic_basic_info .help_text,.episode_info .help_text{margin-bottom:10px}.updates_and_activities .top h3{font-size:21px}.updates_and_activities .latest_activities .activities_wrapper .activity_item .info{flex-direction:column;align-items:flex-start;gap:3px}.messaging-app .avatar.small{width:41px;height:41px}.messaging-app .chat-user-info{gap:9px}.messaging-app .user-details h2{margin-bottom:3px}.messaging-app .chat-header{padding:14px 12px}.messaging-app .message-avatar{width:19px;height:19px}.messaging-app .message{gap:5px}.messaging-app .messages-container{padding:15px}.messaging-app .attach-button svg{height:20px;width:20px}.messaging-app .send-button{width:39px;height:39px}.messaging-app .send-button svg{height:16px;width:17px}.messaging-app .input-area textarea{border-radius:8px}.messaging-app .input-area{gap:10px;padding:13px}.messaging-app .message{max-width:90%}.account_step .fields{grid-template-columns:repeat(1,1fr)}.account_step .settings_section{flex-direction:column;gap:15px}.onboarding .custom_container .steps .step_content.step2 .select_wrapper{width:100%}.account_step .select_theme label{font-size:16px;padding:11px 16px}.security_settings_step .fields{grid-template-columns:repeat(1,1fr);row-gap:25px}.notifications_setting .setting_wrapper{display:grid;gap:20px;margin-top:30px;grid-template-columns:1fr}.notifications_setting .top .actions button{font-size:13px;padding:9px}.main_content .filter{display:none}.main_content .filter.show{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);height:85vh;width:85vw;display:block;z-index:100;box-shadow:2px 3px 10px 1px #0000003d}.main_content .filter.show .cross_button{width:fit-content;margin-left:auto;display:block;cursor:pointer}.main_content .filter.show .cross_button img{height:23px;width:23px;margin-bottom:10px}.main_content .filter .filter_section_wrapper{max-height:69%}.search_page .filter_icon{display:flex;align-items:center;justify-content:center;width:48px;height:45px;background:#EBDAC9;border-radius:100px;cursor:pointer;color:#7C5B46;margin-left:auto}.search_page .main_top{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;flex-wrap:wrap}.search_page .main_top .top_inner{width:calc(100% - 60px)!important}.search_page .filter{width:85vw!important}.story_detail_main{padding:0 20px}.story_detail_main .tab_detail .main_top .img_card{width:100%}.story_detail_main .tab_detail .main_top{gap:35px}.story_detail_main .chapters_section .custom_container .about{width:100%}.chapter_card_website{margin-bottom:20px}.like_card{width:100%}.story_detail_main .tab_detail .main_top .info .top{gap:18px}.chapter_play .header{padding:0 20px}.author .profile .profile_content .content{padding:115px 20px 10px}.author .art_and_extras,.author .published_works{padding:0 20px}.author .art_and_extras .arts_cards{column-width:200px}.digital_art{padding:0 20px}.digital_art .header{flex-direction:column}.chapter_play .header .text p{display:none}.collection .custom_container .img_cards{column-count:2}.onboarding .custom_container .steps .step_content.step2 .tag-box{width:100%}.story_detail .second_card .content .top a{font-size:15px}.chapter_play .like_dislike{background:#ffffff59;border-radius:200px;padding:7px 11px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.story_detail_main .custom_container.first_container{flex-direction:column}.story_detail_main .custom_container.first_container .main_left{width:100%;position:static}.artwork_step .upload_box.image_preview{width:100%;height:auto}.art_basic_info_step .two_fields:last-child{margin-top:20px}.art_basic_info_step .help_text{margin-bottom:0}.art_modal .modal_content.resized .modal_info .top .desc{max-width:100%}.author_note p{font-size:16px}.author_note h3{font-size:26px}.account_step .profile_wrapper{flex-direction:column}.account_step .profile_wrapper .actions{margin-top:0}.account_step .profile_wrapper{transform:unset;width:100%;align-items:center;transform:translateY(-72px)}.account_step .cover_image{align-items:flex-start;border-radius:10px;height:160px}.creators .custom_container .creators_info .creator{width:175px}.tab_detail .main_top .img_card{width:100%}.step_wrapper .two_fields.rating{margin-top:13px}.tab_detail .main_top .info .top .rating h4{font-size:20px}.tab_detail .main_top .info .top .rating h4 img{height:18px}.tab_detail .main_top .info .top .rating{gap:13px}.tab_detail .tooltip-container img{width:12px}.story_detail_main .custom_container.first_container .main_left .img_card .actions{justify-content:flex-start;gap:20px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star{aspect-ratio:unset;padding:0 10px}.story_detail_main .custom_container.first_container .main_left .img_card .actions .icon.star p{display:block}.library.website_page{padding:28px 20px 0}.library_detail.website_page{padding:30px 20px 0}.library_detail .library_detail_hero .hero_left .img .bg_texture_2{width:180px;height:170px;right:0}.library_detail .library_detail_hero .hero_left .img .bg_texture_1{height:200px;width:200px;top:-70px;left:-40px}.library_detail .library_detail_hero .hero_left .img img{border-radius:12px}.media_modal_content h2.heading{font-size:27px}.media_modal_content .btn{font-size:16px;padding:5px 12px;border-radius:6px}.new_dashboard{padding:28px 20px}.favourites_page .main_content .main_right .right_tabs{flex-direction:column-reverse}.favourites_page .main_content .main_right .right_tabs .tabs{align-self:flex-start}.favourites_page .main_content .main_right .right_tabs .tags{align-self:center;margin-bottom:0;justify-content:flex-start}.favourites_page .main_content .main_right .right_tabs .right .filter_icon{margin-bottom:0}.favourites_page .main_content .main_right .right_tabs .right{width:100%;justify-content:space-between}.favourites_page .main_content .main_right .right_top p{font-size:16px}.dashboard_story_detail .chapters_wrapper .top{flex-direction:column;align-items:flex-start}.dashboard_story_detail .chapters_wrapper .top .action{align-self:flex-end}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs{width:100%;gap:0}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs .chapter_tab{width:20%}.chapter_card_dashboard{flex-direction:column;align-items:flex-start}.chapter_card_dashboard .actions{align-self:flex-end}.search_page{padding:25px 0}.search_page .main_content{padding:0 20px}.search_page .main_content .main_content_right .main_top .top_inner{flex-direction:column;gap:10px}.search_page .main_content .main_content_right .main_top h3{margin-bottom:0}.search_page .main_content .main_content_right .main_top{margin-bottom:15px}.story_page .top_rated{padding:50px 20px}.story_page .tab_detail .main_top{gap:30px}.digital_art_cards{column-count:2}.settings{padding:25px 20px 0}.onboarding .custom_container .steps .step_content .social_link_box{width:100%;padding:20px}.onboarding .custom_container .steps .step_content .account_box{width:100%}.author .about_author,.author .author_tabs{margin:30px 20px 0}.author .author_tabs .author_tab{font-size:20px;padding:13px 16px}.author .about_author .bio{font-size:16px}}@media (max-width:600px){.welcome_dashboard h2{font-size:23px}.welcome_dashboard p{font-size:14px;margin-bottom:16px}.dashboard_section_heading{font-size:22px;margin-bottom:6px}.story_cards .gradient{width:20px}.list_card{width:100%}.fanart .fanart_top .right span,.recent_activity .activity_top .right span,.start_reading .reading_top .right span{font-size:16px}.dashboard_custom_pagination img{height:22px}.dashboard_custom_pagination .page_count{font-size:18px;width:50px}.chapter_content .top .toolbar{flex-wrap:wrap;justify-content:end}.updates_and_activities .latest_updates .updates_wrapper .update_item{flex-direction:column;gap:0}.updates_and_activities .latest_updates .updates_wrapper .update_item a{align-self:flex-end}.chapter_play .back{display:none}.chapter_play .header .logo_wrapper .back{display:block;position:static;color:#F3E8DB;font-size:23px}.chapter_play .header .logo_wrapper{display:flex;align-items:center;gap:7px}.chapter_content .upload_box .image_grid{grid-template-columns:repeat(auto-fit,48%)}.chapter_play .chapter_container .images{margin-top:0;border-radius:0}.chapter_play .chapter_container{margin-bottom:0}.library_detail .library_detail_hero{flex-direction:column;align-items:flex-start}.library_detail .library_detail_hero .hero_left{width:100%}.following_new .following_content .following_arts{grid-template-columns:repeat(1,1fr)}.following_new .following_content{padding:30px 20px 20px}.following_card .following_card_detail{grid-template-columns:repeat(1,1fr)}.search-modal .search_section_wrapper .search_item .title{font-size:17px}.search-modal .search_section_wrapper .search_item .stats .stat span{font-size:16px}.search-modal .search_section_wrapper .search_item .stats .stat img{height:17px}.search-modal .search_section_wrapper .search_item .meta .author .author_img{height:35px;width:35px}.search-modal .search_section_wrapper .search_item .meta .author .author_info .name{font-size:15px}.search-modal .search_section_wrapper .search_item .img .likes .like p{font-size:18px}.search-modal .search_section_wrapper .search_item .img .likes .like img{height:18px}.top_work_swiper:after{width:40px}}@media (max-width:550px){.welcome_dashboard img{height:50px}.no_data h5,.recent_activity .notifications .notification_item .content .text{font-size:16px}.no_data p{font-size:13px}.main_wrapper{padding-right:20px;padding-left:20px}.welcome_dashboard .welcome_bg_img2{height:120px;top:-40px}.welcome_dashboard .welcome_bg_img1{bottom:-26px;height:92px;left:20px}.detail_page_quick_stats .cards .card{width:100%}.notifications .notifications-list .notification-item .text{flex-direction:column;align-items:flex-start;gap:3px}.notifications .notifications-list .notification-item:hover{padding-left:10px;padding-right:10px;transform:scale(.99)}.tab_detail .main_top .info .top .left{display:none}.tab_detail .main_top .info .top .rating{width:100%;flex-wrap:wrap}.tab_detail .main_top .info .top .rating .like{display:flex}.story_detail_main .custom_container.first_container .main_left .img_card .actions{justify-content:space-between;gap:10px}.favourite_cards .favourite_card_inner{flex-direction:column;height:auto}.favourite_cards .favourite_card .img{width:100%;height:150px}.favourite_cards .favourite_card .info .top{margin-bottom:10px}.favourite_cards .favourite_card .info .bottom{margin-top:10px}.favourite_cards .favourite_card .info .content .summary{margin-bottom:10px}.favourite_cards .favourite_card .info .bottom .author .label{font-size:11px}.favourite_cards .favourite_card .info .bottom .stats .stat p{font-size:17px}.favourite_cards .favourite_card .info .bottom .stats{gap:20px}.onboarding .custom_container .steps .step_content .profile_box{flex-direction:column;align-items:center;padding:20px}.onboarding .custom_container .steps .step_content .profile_box .left{padding-right:0;margin-right:0;border-right:0;flex-direction:row;width:100%;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgb(90 64 50/20%)}.onboarding .custom_container .steps .step_content .profile_box .left .img{height:110px}.onboarding .custom_container .steps .step_content .profile_box .left .img img{height:33px}.onboarding .custom_container .steps .step_content .profile_box .left{justify-content:flex-start;gap:20px;flex-direction:column}.dashboard_story_detail .second_card_mobile .img{height:200px;border-radius:12px}.dashboard_story_detail .second_card_mobile{border-radius:14px;padding:16px}.dashboard_story_detail .second_card_mobile .tags{margin:15px 0}.dashboard_story_detail .second_card_mobile .update{justify-content:space-between}.dashboard_story_detail .second_card_mobile .update label,.dashboard_story_detail .second_card_mobile .update span{font-size:14px}.dashboard_story_detail .second_card_mobile .title{margin-bottom:15px}.dashboard_story_detail .second_card_mobile .genre_rating{margin:15px 0;padding:15px 0}.dashboard_story_detail .second_card_mobile .title{font-size:21px}.dashboard_story_detail .second_card_mobile .item h4{font-size:16px;margin-bottom:6px}.dashboard_story_detail .second_card_mobile .item .summary,.dashboard_story_detail .second_card_mobile .item b{font-size:16px}.dashboard_story_detail .second_card_mobile .actions .action{font-size:17px}.following_card .following_inner{flex-direction:column;align-items:flex-start;gap:15px}.onboarding .custom_container .steps .step_content .cover_img_box{margin-top:0}.favourite_cards .favourite_card_inner .menu_icon{top:175px}}@media (max-width:500px){.story_detail .chapters .top .actions .batns .action{font-size:13px;padding:12px 8px}.story_detail .chapters .top .actions .tabs button{font-size:14px;padding:11px 10px}.chapter_card .img span{font-size:12px;padding:4px 10px 5px}.search-modal .wrapper{padding:0 6px}.favourite_cards .favourite_card .chapters .chapter .title{font-size:15px}.library_card .info .top .dots{padding:4px}.library_card .info .top .dots svg{height:20px;width:20px}header .header_right .icon.search_icon{display:none}.my_works_page .digital_cards{grid-template-columns:repeat(1,1fr)}.search-modal .author_search_card{flex-direction:column;align-items:flex-start;gap:10px}.search-modal .author_search_card .right{align-self:flex-end}.digital_art_cards{column-count:1}.react-offcanvas .link.search{display:flex}.onboarding .custom_container .steps .step_content .account_box .fields{grid-template-columns:1fr}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper .avatar-wrapper{width:130px;height:130px}.onboarding .custom_container .steps .step_content .account_box .cover_image{height:180px}.onboarding .custom_container .steps .step_content .account_box .cover_image .cover_image_text img{height:35px}.onboarding .custom_container .steps .step_content .account_box .profile_wrapper{margin-top:-90px}.author .about_author{padding:20px}.author .about_author .work_tags h1{font-size:24px}.author .profile .profile_content .content .right{flex-direction:column-reverse}}@media (max-width:460px){.tab_detail .main_bottom .left .image .img{width:40px;height:40px}.tab_detail .main_bottom .left .image .border_img{height:42px;width:41px}.tab_detail .main_bottom .right .date h4{font-size:16px}.tab_detail .main_bottom .left{width:unset}.tab_detail .main_top .info .top .rating{gap:6px}h1.heading{font-size:24px}.creators .custom_container .creators_info .creator .image .img{height:45px;width:45px}.creators .custom_container .creators_info .creator .img_border{height:48px;width:49px;top:0}.story_cards .story_card .top .tags{gap:6px}.creators .custom_container .creators_info .creator .crown{width:44px;top:-15px}.creators .custom_container .creators_info .creator .info .name{font-size:15px}.collection .custom_container .top a{font-size:17px;gap:3px}.collection .custom_container .top a img{height:18px}.popular .custom_container .custom_pagination .page_count{width:50px;font-size:20px}.popular .custom_container .custom_pagination button img{height:23px}.popular .custom_container .custom_pagination{top:33px;right:20px}.updates .custom_container .update_cards .custom_pagination button img{height:23px}.updates .custom_container .update_cards .custom_pagination .page_count{width:50px;font-size:20px}.updates .custom_container .update_cards .custom_pagination{top:0;right:20px}.custom_pagination button img{height:23px}.custom_pagination .page_count{font-size:20px;width:50px}.tab_detail .main_bottom,.tab_detail .main_bottom .right{gap:6px}.tab_detail .main_bottom .left{gap:5px}.tab_detail .main_top .info .top .rating{gap:15px}.hero{padding:25px 16px 0}.collection,.creators,.popular,.stories,.updates,.welcome,header{padding:0 16px}footer{padding:15px 16px}.creators .custom_container .creators_info{gap:unset;column-gap:21px;row-gap:36px}.welcome_dashboard .batns button{padding:9px 14px}.fanart_cards{grid-template-columns:repeat(1,1fr)}.main_wrapper{padding-right:16px;padding-left:16px}.quick_stats .stats .stats_box{width:100%}.story_card_swiper .story_cards .swiper-slide{width:100%!important}.story_cards .gradient{display:none}.updates_and_activities .latest_activities .activities_wrapper,.updates_and_activities .latest_updates .updates_wrapper{padding:19px 16px}.story_detail_main{padding:0 16px}.story_detail_main .tab_detail .main_top{gap:22px}.chapter_card_website .info .wrapper .stats .stat{padding-right:7px;margin-right:7px}.story_detail_main .chapters_section .custom_container .chapters .header h2{font-size:22px}.story_detail_main .chapters_section .custom_container .chapters .header .sort,.story_detail_main .chapters_section .custom_container .chapters .header .sort select{font-size:14px}.story_detail_main .updates{padding:0}.chapter_play .chapter_container{max-width:unset}.chapter_play .header{padding:0 16px}.art_modal .modal_content .modal_info .bottom{flex-direction:column;gap:10px}.art_modal .modal_content .modal_info{gap:15px}.art_modal .modal_image{height:calc(85vh - 220px)}.art_modal .modal_content.resized .resize{bottom:20px;right:20px}.search-modal .search_section_wrapper .digital_art{column-width:unset;column-count:2;padding:0 10px}.chapter_content .upload_box .image_grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-auto-rows:170px}.chapter_content .upload_box .image_grid .image_item .drag_indicator{font-size:23px}.art_modal .modal_content{max-width:100%;border-radius:10px}.digital_art_card .content .bottom .title{font-size:16px}.digital_art_card .content .bottom .author{font-size:12px}.digital_art_card .content{padding:9px}.digital_art_card{border-radius:6px;margin-bottom:7px}.collection .custom_container .img_cards{column-gap:8px}.account_step .cover_image .action{font-size:13px;padding:7px}.account_step .profile_wrapper .avatar-wrapper{height:120px}.author .profile .profile_content .avatar{height:130px;width:130px}.author .profile .profile_content .content{padding-top:80px}.editor-container .editor .tiptap img{width:100%}.editor-container .toolbar .upload-button,.editor-container .toolbar button{font-size:15px}.editor-container .toolbar .upload-button svg,.editor-container .toolbar button svg{height:15px;width:15px}.editor-container .editor .tiptap p{font-size:15px}.link_modal_content h3{font-size:20px;margin:0 0 15px}.link_modal_content{padding:20px}.link_modal_content input{font-size:14px;margin-bottom:15px}.link_modal_content .modal_buttons button{font-size:14px;padding:11px}.chapter_play .chapter_container .images{border-radius:0;margin-top:0;padding:34px 16px 16px}.chapter_play .chapter_container .images img{margin-left:-16px;width:calc(100% + 32px)}.chapter_play .scroll_to_top{width:40px;height:40px;font-size:18px;bottom:75px}.create_library_modal{padding:20px}.create_library_modal .form_group{margin-bottom:12px}.create_library_modal h2{margin-bottom:15px}.create_library_modal .library_upload_box{border-radius:10px}.library.website_page{padding:28px 16px 0}.library.website_page .main_content .main_right .library_cards{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.library.website_page .main_content .main_right .main_top .right .action{font-size:15px;padding:12px;text-wrap:nowrap}.library_detail.website_page .main_content .story_cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.library_detail .library_detail_hero{gap:15px}.library_detail .library_detail_hero .hero_info .title{font-size:25px}.library_detail.website_page{padding:30px 16px 0}.chapter_card_new .right .info.words{display:none}.new_dashboard{padding:28px 16px}.favourite_cards .favourite_card .info .bottom .author .author_img{display:none}.favourite_cards .favourite_card .info .top .right{gap:5px}.favourite_cards .favourite_card .info .content .title{font-size:19px}.detail_page_quick_stats .cards{grid-template-columns:1fr}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs .chapter_tab{width:100%}.fandom_dropdown_popup,.trope_dropdown_popup{padding:15px}.story_page .top_rated .bg_texture2{bottom:-103px;height:250px;width:250px;right:0}.story_page .top_rated .bg_texture1{top:-83px;height:250px;width:250px}.story_page .top_rated{padding:50px 16px}.search_page .main_content{padding:0 16px}.settings{padding:25px 16px 0}.search-modal .wrapper{margin-top:0}.search-modal .search_section_wrapper .search_item .meta .rating .rating_item img{height:18px}.search-modal .search_section_wrapper .search_item .meta .rating .rating_item h5{font-size:16px}.author .author_tabs{margin:30px 16px 0}.author .published_works{padding:0 16px}.author .about_author{margin:30px 16px 0 20px}}@media (max-width:430px){.security_settings_step .danger_zone .settings-card{flex-direction:column;align-items:flex-start}.security_settings_step .danger_zone .settings-card .action{align-self:flex-end}.chapter_play .header .stepper{gap:8px;font-size:14px}.chapter_play .header .logo_wrapper .back{font-size:20px}.tab_detail .main_bottom .left .info h5{text-wrap:wrap}.welcome .custom_container .image1{height:77px;bottom:-24px}header .icons{gap:10px}.dashboard_story_detail .second_card_mobile .actions{flex-direction:column}.dashboard_story_detail .second_card_mobile .actions .action,.dashboard_story_detail .second_card_mobile .actions div{width:100%}.dashboard_story_detail .chapters_wrapper .top .chapter_tabs .chapter_tab{font-size:16px;padding:14px 8px}.chapter_card_dashboard .info .info_item.published{padding-right:10px;margin-right:10px}.art_modal .comment_section{width:100%}.onboarding .custom_container .steps .step_content .social_link_box .social_link{gap:10px}.account_step .profile_wrapper .actions button{font-size:14px;padding:8px}.account_step .profile_wrapper{gap:10px}}@media (max-width:420px){.onboarding .custom_container .steps .step_content .radio_group{flex-direction:column}.onboarding .custom_container .steps .step_content .experience_content{padding:25px 20px}.onboarding .custom_container .steps .step_content .experience_content p{font-size:14px}.onboarding .custom_container .steps .step_content .experience_content h5{font-size:19px;margin-bottom:3px}.onboarding .custom_container .steps .step_content .experience_content .theme .select_theme label{height:34px;font-size:14px}.onboarding .custom_container .steps .step_content .experience_content .mature .switch{width:44px;height:23px}.onboarding .custom_container .steps .step_content .experience_content .mature .switch .slider:before{height:17px;width:18px;left:3px;bottom:3px}.onboarding .custom_container .steps .step_content .experience_content .mature .switch input:checked+.slider:before{transform:translateX(20px)}.onboarding .custom_container .steps .step_content .loop{padding:25px 20px}.onboarding .custom_container .steps .step_content .loop .content h5{font-size:19px;margin-bottom:3px}.onboarding .custom_container .steps .step_content .loop .content{gap:20px}.onboarding .custom_container .steps .step_content .loop .content p{font-size:14px}.onboarding .custom_container .steps .step_content .loop .content .switch{width:44px;height:23px}.onboarding .custom_container .steps .step_content .loop .content .switch .slider.round:before{height:17px;width:18px;left:3px;bottom:3px}.onboarding .custom_container .steps .step_content .loop .content .switch input:checked+.slider:before{transform:translateX(20px)}.onboarding .custom_container .steps .step_content .two_radios{flex-direction:column}.welcome_dashboard{padding:17px;border-radius:10px}.welcome_dashboard h2{font-size:20px}.main_heading{font-size:26px}.welcome_dashboard .batns button{padding:9px 8px;font-size:13px}.welcome_dashboard img{height:40px}.start_reading .reading_top{gap:7px}.dashboard_section_heading{font-size:19px;margin-bottom:4px}.dashboard_section_para{font-size:13px;line-height:1.3}.start_reading .reading_top .right span{font-size:15px}.story_cards .story_card .center{gap:7px}.latest_subscriptions{padding:17px}.latest_subscriptions .subscription_card_swiper{margin-right:-17px}.latest_subscriptions .subscription_card_swiper .gradient{width:15px}.fanart,.latest_followings{padding:17px}.recent_activity .notifications .notification_item .content .text{font-size:14px}.recent_activity .notifications .notification_item .img{width:40px;height:40px;flex-shrink:0}.recent_activity .notifications{padding:17px}.notifications .notifications-list{padding:12px 16px}.messaging-app .input-area textarea{padding:7px}.account_step .profile_wrapper{flex-direction:column}.create_wrapper .tabs_nav .tab_item{font-size:17px;padding-bottom:14px}.create_wrapper .tabs_nav{gap:23px}header .header_right .link{font-size:13px;padding:8px 4px;max-height:31px}.chapter_play .chapter_container .images .content p{font-size:16px}.library.website_page .main_content .main_right .library_cards{grid-template-columns:1fr}.library_card{flex-direction:column;border-radius:14px}.library_card .img{aspect-ratio:unset;width:100%;height:145px}.library_card .info .summary{margin-bottom:10px}.library.website_page .main_content .main_right .main_top p.para{margin-bottom:6px}.library-selection-modal .search_section_wrapper .search_item.library_card .img{width:100%!important}.library-selection-modal .search_section_wrapper .search_item.library_card .info .summary{margin-bottom:11px}.story_detail_main .chapters_section .chapter_tabs{display:flex;flex-wrap:nowrap}.story_detail_main .chapters_section .chapter_tabs .chapter_tab{padding:13px 11px;width:100%;font-size:15px}.following_new .following_tabs .following_tab{font-size:16px;padding:15px 19px;border-radius:10px 10px 0 0}.favourite_cards .favourite_card .chapters .chapter .stats{gap:10px}.favourite_cards .favourite_card .chapters .chapter .stats .like img{height:15px}.favourite_cards .favourite_card .chapters .chapter .stats .like span{font-size:15px}.favourite_cards .favourite_card .chapters .chapter{padding:14px 12px}.overview_graph_container{padding:25px 20px}.collection .custom_container .img_cards{column-count:1}}@media (max-width:410px){.create_wrapper .steps_nav .step_item span{height:31px;font-size:14px}.create_wrapper .steps_nav .step_item p{font-size:14px}.step_wrapper{padding:24px 18px;margin-top:25px}.categories_presentation_step .presentation .image_upload_boxes{flex-direction:column}.categories_presentation_step .presentation .image_upload_boxes .upload_wrapper{margin-bottom:16px}.story_detail .first_card .content{padding:15px}.story_detail .first_card .content .tags .tag{font-size:12px}.story_detail .first_card .content h2{font-size:23px}.story_detail .second_card .content{padding:17px}.story_detail .second_card .content .top h2{font-size:23px}.story_detail .chapters{padding:15px}.detail_page_quick_stats .top h2,.story_detail .chapters .top h2{font-size:23px}.updates_and_activities .latest_activities .activities_wrapper .activity_item{gap:8px}.messaging-app{padding:6px}.author .profile .banner{align-items:flex-start}.search-modal .search_section .search_item h5{font-size:15px;margin-bottom:4px}.search-modal .search_section .search_item .img{width:51px;height:56px;border-radius:4px}.search-modal .search_section .search_item p{font-size:12px}}@media (max-width:400px){.auth_wrapper .form{padding:20px 16px}.story_detail .second_card .content .top a{text-wrap:wrap}.story_detail .chapters .top .actions .batns{align-items:flex-end;flex-direction:column}.chapter_card_dashboard .info .status{display:block}.chapter_card_dashboard .actions .status{display:none}}@media (max-width:380px){.create_wrapper .bottom_buttons .step_button{font-size:15px;padding:9px}.create_wrapper .bottom_buttons .right{gap:8px}.create_wrapper .steps_nav .step_item{gap:4px}.create_wrapper .steps_nav{gap:3px}.chapter_card_actions .action{padding:12px 17px}.chapter_card .content .meta_info .meta_item{padding-right:5px;margin-right:8px}.messaging-app{height:calc(100vh - 150px)}.messaging-app .messages-container{padding:12px 8px}.messaging-app .message-bubble{padding:7px 12px;border-radius:9px 9px 9px 0}.messaging-app .message.me .message-bubble{border-radius:9px 9px 0 9px}.messaging-app .messages-container{gap:10px}.notifications_setting .top .actions button{text-wrap:wrap}.create_wrapper .tabs_nav{gap:18px}.story_detail_main .tab_detail .main_top .info .top{gap:10px}.digital_art .header .right{flex-direction:column-reverse;align-items:flex-end}.digital_art .header{gap:15px}.digital_art .main_content{margin-top:25px}.chapter_card_dashboard .info .info_item{gap:8px}.chapter_card_dashboard .info .info_item.published{padding-right:5px;margin-right:5px}}@media (max-width:360px){.account_step .form_group.social_links .social_links_wrapper .social_link .img,.onboarding .custom_container .steps .step_content .social_link_box .social_link .img{display:none}.account_step .form_group.social_links .social_links_wrapper .social_link input{font-size:15px}}.pointer-events-none{pointer-events:none}.opacity-50{opacity:.5}.tooltip-container.left .tooltip{left:auto!important;right:0!important;transform:translateX(0)!important}.tooltip-container.left .tooltip:after{left:auto!important;right:15px!important;transform:translateX(0)!important}.custom_select_container{position:relative;width:100%}.custom_select_box{display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:#F3E8DB;padding:0 15px;height:48px;border-radius:8px;border:1px solid #7c5b46;font-size:16px;transition:all .3s ease;color:#291B12}.custom_select_box.open{border-color:#5A4032;background-color:#EFEDE6}.custom_select_box .genre_placeholder{color:#99806F}.custom_select_box .select_arrow{width:22px;transition:transform .3s ease}.custom_select_box .select_arrow.rotate{transform:rotate(180deg)}.custom_select_options{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#F3E8DB;border:1px solid #d2b99b;border-radius:8px;max-height:250px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.1)}.custom_select_options::-webkit-scrollbar{width:6px}.custom_select_options::-webkit-scrollbar-thumb{background:#D2B99B;border-radius:3px}.custom_select_options .option{padding:12px 15px;cursor:pointer;font-size:15px;color:#7C5B46;transition:all .2s ease;font-weight:500}.custom_select_options .option.highlighted{background-color:#d2b99b4a;color:#291B12}.custom_select_options .option.selected{background-color:#D2B99B;color:#FFF;font-weight:500}.custom_select_options .custom_select_search{padding:8px 12px;border-bottom:1px solid #d2b99b;background:#F3E8DB}.custom_select_options .custom_select_search input{width:100%;padding:8px 10px;border-radius:6px;border:1px solid #d2b99b;background:#fff;color:#291B12;font-size:14px;box-shadow:inset 0 1px 3px rgba(0,0,0,.1);outline:none}.custom_select_options .custom_select_search input:focus{border-color:#7C5B46}.custom_select_options .option.loading{color:#99806F;text-align:center;cursor:default}