@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Bungee+Tint&family=Concert+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    background: #ccc;
    display: flex;
    flex-direction: column;
    overscroll-behavior: contain;
}
a {color:#141414}
p {
    padding: 5px;
}


.wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    flex: 1;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header {
    background: #37163c;
    background-image: url(/public/wallpapers/anime/1c545ec6dba39f3a3dc5fcb089f72dcc.jpg);
    background-size: cover;
    background-position: 0 2%;
    /*background-position: center;*/
    padding: 10px 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    max-width: 600px;
    transition: .5s all;
    z-index: 9;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.site__name {
    color: #fff;
    font-size: 30px;
    font-family: "Bungee Spice", sans-serif;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.menu {
    position: fixed;
    display: none;
    flex-direction: column;
    gap: 10px;
    top: 60px;
    padding-top: 10px;
    background: #e4d153;
    border-radius: 0 0 10px 10px;
    color: #121212;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 3px 20px #827550;
    border: 1px solid #b59354;
    z-index: 8
}

.menu a {
    color: #141414;
    font-weight: bold;
    padding: 12px 15px 12px 18px;
    border-bottom: 1px solid #b59354;
    display: flex;
    gap: 10px;
    align-items: center;
}

.menu a:last-child {
    border: 0;
}

.menu a:first-child {
    border: 0;
    border-top: 1px solid #b59354;
    border-bottom: 1px solid #b59354;
}

.menu a:hover,
.menu a:active {
    background: #fff29b;
}

.menu a:last-child:hover,
.menu a:last-child:active {
    background: #fff29b;
    border-radius: 0 0 10px 10px;
}

.menu__button {
    background-color: rgb(250, 58, 132);
    text-shadow: 0 2px 0 #121212;
    --lt-shadow-color: purple;
    color: #fff;
}

.manga img {
    width: 100%;
}

.content {}

.content__box {
    padding: 5px;
}

.box__wrapper {
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.announce {
    background: #ffe5b8;
    padding: 10px;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 8px;
}

/* Profile */
.profile-wrapper {
    border: 1px solid #f3d54d;
    border-radius: 8px;
    margin: 5px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0
}

.profile-wrapper>.box__wrapper {
    padding: 0;
    box-shadow: none;
}

.profile-header {
    position: relative;
    background-color: white;
    color: black;
    text-align: left;
    border-collapse: collapse;
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom: 3px solid purple;
}

.profile-bg {
    background-size: cover;
    background-position: center;
    padding: 10px 12px 3px;

}

.avatar-box {
    position: relative;
    height: 125px;
    width: 125px;
    color: white;
    border: 2px solid #f8c13e;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.avatar {
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.disp-title {
    padding: 5px 10px;
    font-size: 13px;
    background: linear-gradient(180deg, #7ac2d6, #50aac3);
    width: 135px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    text-shadow: #2a849d 1px 1px 0;
}

.prof-data {
    border: 2px solid #50aac3 !important;
    padding: 7px 10px !important;
    border-radius: 0 8px 8px 8px !important;
    outline: none !important;
}

.upload-bg-sw {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: blanchedalmond;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
    color: orange;
}

.upload-btn,
.upload-bg-sw {
    cursor: pointer;
}

.btn {
    align-items: center;
    background-image: linear-gradient(135deg, #f34079 40%, #fc894d);
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: "Codec cold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .4px;
    line-height: 1;
    max-width: 100%;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn:active {
    outline: 0;
}

.btn:hover {
    outline: 0;
}

.btn span {
    transition: all 200ms;
}

.btn:hover span {
    transform: scale(.9);
    opacity: .75;
}

.flexy {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sign {
    color: #fff;
}

.g5 {
    gap: 5px
}

.g10 {
    gap: 10px
}

.g15 {
    gap: 15px
}

.g20 {
    gap: 20px
}

.ac {
    align-items: center;
}

.sb {
    justify-content: space-between;
}

.jc {
    justify-content: center;
}

.p5 {
    padding: 5px
}

.colb {
    display: flex;
    flex-direction: column;

}

.tinymenubox {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 8px;
    background-color: #fff;
}

.tinymenubox>.title {
    box-shadow: none;
    border: 0;
    border-radius: 8px 8px 0 0;
}

.main-menu {
    border: 1px solid #f3caca;
    border-radius: 0 0 8px 8px;

}

.main-menu li {
    /* border-radius: 8px; */
    padding: 10px;
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
}

.main-menu li:not(:last-child) {
    border-bottom: 1px solid #f3caca;
}

.main-menu li a {
    color: #29122d;
    font-weight: 600;
}

.main-menu li img {
    width: 24px;
    border-radius: 8px
}
.title span {
    display: block;
    background: #121212;
    padding: 2px 10px;
    width: 130px;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
}
.links {
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.links a {
    flex-basis: 49%;
    background: none;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;

}

.links a>span {
    display: block;
    padding: 6px 10px;

}

.links a>.shadowbox {
    height: 100%;
    width: 110px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 5px 5px 5px;
    text-align: center;
    word-break: break-word;
    float: right;
}
.main-menu > li > a > i {
    width: 25px;
    font-size: 22px;
    color: #ff93ae;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 3px 15px #747474;
}

.footer {
    height: 40px;
    position: fixed;
    bottom: 0;
    background: #444
        /*#272727*/
    ;
    padding: 5px;
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ddd;
    font-size: 12px;
}

.to-top {
    padding: 3px 22px;
    background: #cac639;
    font-size: 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 2px 2px 0 #605e00;
    ;
}

.inpt-title {
    display: block;
    background: linear-gradient(180deg, #efe055, #fbb838);
    font-weight: bold;
    border-radius: 7px 7px 0 0;
    padding: 5px 10px;
    font-size: 14px;
    color: #8c6110;
    text-shadow: #fdf1db 0 1px;
}

input[type="text"] {
    border: 2px solid #faba39;
    ;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    outline: none;
}

.edtxt {
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    border: 2px solid #121212;
    min-height: 300px;
    padding: 6px;
}

.lkb {
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 8px;
    box-shadow: 0 1px 1px #ccc;
}

.footer .fte a {
    color: #ddd;
    text-decoration: underline;
}

.title {
    background: #ea3c7f;
    padding: 5px 10px;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 4px 0 #8b2d51;
}

.sign {
    background: #e4d153;
    color: #121212;
    --lt-shadow-color: orange;
}

.fancybtn {
    padding: 5px 10px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.content__box img {
    width: 100%
}

.lts {
    box-shadow: 0 4px 0 var(--lt-shadow-color);
}

.fancybtn:active {
    margin-top: 3px;
    height: 28px;
    box-shadow: 0 2px var(--lt-shadow-color);
}

.fbbox {
    padding: 6px 2px 10px 2px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid purple;
    border-bottom: 4px solid purple;
}

.imagebox {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.imagebox img {
    border-radius: 8px;
}

.toolbar {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.toolbar a {
    background: #fff;
    border-radius: 8px;
    padding: 3px 5px;
    font-size: 14px;
    box-shadow: 0 3px 0 #747474;
    cursor: pointer;
}

.toolbar>.like>span>b {
    background: darkred;
    color: #fff;
    font-weight: 500;
    padding: 1px 6px;
    border-radius: 7px;
    text-align: center;
}

.pagination {
    background: #6f236f;
    color: #fff;
    padding: 5px 6px;
    border-radius: 6px;
    display: flex;
    gap: 10px;
}

.pagination a {
    background: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #121212;
    font-weight: bold;
}

.pagination a.selected {
    background: #e4d153;
    font-weight: 500;
    text-decoration: underline;
}

.gbtn {
    background: #66c266;
    width: fit-content;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 3px green;
    text-align: center;
    display: flex;
    gap: 5px;
    align-items: center;
}

.boxpanel {
    background: #e2e2e2;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 95%;
    margin: 0 auto;
}

.hidden {
    display: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}