/* body {
    margin-top: 0px !important;
} */



.sidebar-bg {
    height: 100%;
    background-color: #0000006b;
    display: none;
    position: fixed;
    transition: opacity .1s linear;
    top: 0px;
    width: 100%;
    z-index: 501;
}

.language-bg {
    height: 100%;
    display: none;
    position: fixed;
    transition: opacity .1s linear;
    top: 0px;
    width: 100%;
    z-index: 1;
}



.sidebar {
    align-items: stretch;
    background-color: var(--sidebar);
    display: flex;
    flex-direction: column;
    height: 100dvh;
    justify-content: flex-start;
    left: -300px;
    position: fixed;
    top: 0px;
    transition: left .2s cubic-bezier(0, 0, 0, 0.95);
    width: 300px;
    z-index: 502;
}


.sidebar .close-hd {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: flex-start;
    padding-left: 30px;
}

.sidebar .close-hd .close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}
.sidebar .close-hd .close:focus-visible {
    outline: 3px solid #fff;
    background-color: #8e8e8e2b
}
.sidebar .close-hd .close:hover {
    background-color: #8e8e8e2b
}
.sidebar .close-hd .close:active:focus-visible {
    background-color: #8e8e8e;
    outline: 3px solid #8e8e8e;
}
.sidebar .close-hd .close:active {
    background-color: #8e8e8e;
}



.sidebar .close-hd .close img.default {
    height: 40px;
    width: 40px;
}
.sidebar .close-hd .close img.hovered, .sidebar .close-hd .close img.pressed {
    display: none;
    height: 40px;
    width: 40px;
}

.sidebar .close-hd .close:focus-visible img.hovered {
    display: block;
}
.sidebar .close-hd .close:focus-visible img.default, .sidebar .close-hd .close:focus-visible img.pressed  {
    display: none;
}

.sidebar .close-hd .close:hover img.hovered {
    display: block;
}
.sidebar .close-hd .close:hover img.default, .sidebar .close-hd .close:hover img.pressed  {
    display: none;
}

.sidebar .close-hd .close:active img.pressed {
    display: block;
}
.sidebar .close-hd .close:active img.default, .sidebar .close-hd .close:active img.hovered {
    display: none;
}


.sidebar .nav {
    display: flex;
    height: calc(100% - 200px);
    width: 100%;
}

.sidebar .nav a {
    align-items: center;
    border-bottom: 3px solid #79797944;
    border-top: 3px solid #79797944;
    display: flex;
    height: 80px;
    margin-top: 50px;
    width: 100%;
}
.sidebar .nav a:hover {
    background-color: #79797935;
}

.sidebar .nav a h1 {
    margin-left: 20px;
}
.sidebar .nav a:hover h1 {
    color: #fff;
}


.sidebar .lang {
    align-items: flex-end;
    bottom: 50px;
    display: flex;
    height: 100px;
    justify-content: flex-start;
    padding: 20px 35px;
    position: absolute;
    z-index: 2;
}


.sidebar .lang .button-outline .lang-ind {
    align-items: center;
    background-color: #58585a;
    border-bottom: 3px solid #3e3e3f;
    border-left: 3px solid #68686a;
    border-right: 3px solid #3e3e3f;
    border-top: 3px solid #68686a;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: space-evenly;
    margin: 3px;
    outline: var(--button-outline);
    width: 90px;
}
.sidebar .lang .button-outline .lang-ind:hover {
    background-color: #48494a;
    border-bottom: 3px solid #333334;
    border-left: 3px solid #5a5b5c;
    border-right: 3px solid #333334;
    border-top: 3px solid #5a5b5c;
}
.sidebar .lang .button-outline .lang-ind:active {
    background-color: #313233;
    border-bottom: 3px solid #222324;
    border-left: 3px solid #454647;
    border-right: 3px solid #222324;
    border-top: 3px solid #454647;
}


.sidebar .lang .lang-con {
    align-items: stretch;
    background-color: #313234;
    display: none;
    /* display: flex; */
    flex-direction: column;
    height: 341px;
    outline: var(--button-outline);
    overflow-y: scroll;
    position: absolute;
    scrollbar-color: #313234 #1e1e1f;
    transform: translate(3px, -3px);
    width: 110px;
}

.sidebar .lang .lang-con a {
    margin-bottom: 3px;
}
.sidebar .lang .lang-con a:focus-visible {
    background-color: #616161;
    outline: none;
}
.sidebar .lang .lang-con a:last-child {
    margin-bottom: 0px;
}

.sidebar .lang .lang-con a .lang-opt {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-evenly;
    outline: var(--button-outline);
}
.sidebar .lang .lang-con a .lang-opt:hover {
    background-color: #37383a;
}

.sidebar .lang .lang-con a .lang-opt img {
    background-color: #bbbbbb61;
    color: #ffffff00;
    max-height: 20px;
    width: 30px;
}



.header .menu {
    align-items: center;
    cursor: pointer;
    display: flex;
    /* display: none; */
    justify-content: center;
    transition: margin-right .5s ease;
}

.header .menu:focus-visible {
    outline: var(--focus-outline-wh);
    background-color: #8e8e8e2b;
}
.header .menu:hover {
    background-color: #8e8e8e2b;
}
.header .menu:active:focus-visible {
    outline: 3px solid #8e8e8e;
    background-color: #8e8e8e;
}
.header .menu:active {
    background-color: #8e8e8e;
}



.header .menu img.default {
    height: 48px;
    width: 48px;
}
.header .menu img.hovered, .header .menu img.pressed {
    display: none;
    height: 48px;
    width: 48px;
}

.header .menu:focus-visible img.hovered {
    display: block;
}
.header .menu:focus-visible img.default, .header .menu:focus-visible img.pressed {
    display: none;
}

.header .menu:hover img.hovered {
    display: block;
}
.header .menu:hover img.default, .header .menu:hover img.pressed  {
    display: none;
}

.header .menu:active img.pressed {
    display: block;
}
.header .menu:active img.default, .header .menu:active img.hovered {
    display: none;
}



.header img.logo {
    height: 60px;
    transition: all .5s ease;
}



.content {
    display: flex;
    flex-direction: column;
}



.content .pack-options {
    margin-bottom: 50px;
}



.content .pack-category {
    align-items: center;
    display: flex;
    height: 355px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
}
.content .pack-category:last-child {
    margin-bottom: 100px;
}


.content .pack-category .category {
    background-color: var(--pack-category-bg);
    border-bottom: var(--pack-category-bottom-border);
    border-top: var(--pack-category-top-border);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1550px;
    width: 95%;
}


.content .pack-category .category h2 {
    margin: 15px;
    min-width: 200px;
    position: absolute;
    width: 85%;
}



.content .pack-category .packs-list {
    align-items: flex-end;
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0px 15px 20px;
    scroll-snap-type: x;
    scrollbar-width: none;
    width: 100%;
}
.content .pack-category .packs-list:focus-visible {
    background-color: var(--focus-bg-wh);
    outline: none;
}


.content .pack-category .packs-list a {
    margin-right: 10px;
}
.content .pack-category .packs-list a:last-child {
    margin-right: 0px;
}


.content .pack-category .packs-list a .pack {
    background-color: #252422;
    display: flex;
    flex-direction: column;
    height: 270px;
    position: relative;
    scroll-snap-align: center;
    transition: transform .1s ease-in-out;
    width: 250px;
}
.content .pack-category .packs-list a .pack:focus-visible {
    outline: var(--pack-focus-outline);
}
.content .pack-category .packs-list a .pack:hover, .content .pack-category .packs-list a .pack:hover:focus-visible {
    background-color: var(--pack-hover);
}
.content .pack-category .packs-list a .pack:active,.content .pack-category .packs-list a .pack:active:focus-visible {
    background-color: var(--pack-hover);
    outline: var(--pack-active-outline);
    transform: scale(.95);
}


.content .pack-category .packs-list a .pack .thumbnail {
    background-color: #2b2b2b;
    display: flex;
    height: 126.56px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    outline: 1px solid #000;
    position: relative;
    width: 90%;
}
.content .pack-category .packs-list a .pack .thumbnail::after {
    content: "";
    display: block;
    padding-bottom: 37.04%;
}
.content .pack-category .packs-list a .pack .thumbnail img {
    color: #000;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}


.content .pack-category .packs-list a .pack .info {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    height: 100px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 90%;
}


.content .pack-category .packs-list a .pack .info .title {
    max-height: 49px;
}
.content .pack-category .packs-list a .pack .info .title h3 {
    display: -webkit-box;
    height: 100%;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.content .pack-category .packs-list a .pack .info .author {
    margin-bottom: 10px;
    margin-top: 5px;
}
.content .pack-category .packs-list a .pack .info .author h5 {
    max-height: 20px;
    white-space: nowrap;
}


.content .pack-category .packs-list a .pack .panel-three {
    align-items: center;
    display: flex;
    height: 25.2px;
    margin-top: auto;
    justify-content: space-between;
}


.content .pack-category .packs-list a .pack .panel-three .pack-type {
    align-items: center;
    background-color: #0d0d0d;
    display: flex;
    padding: 5px;
}
.content .pack-category .packs-list a .pack .panel-three .pack-type img.pack-icon {
    height: 15px;
    margin-right: 5px;
    overflow: hidden;
    width: 15px;
}
.content .pack-category .packs-list a .pack .panel-three .pack-type p {
    font-size: .75rem;
}


.content .pack-category .packs-list a .pack .panel-three .price h3 {
    color: var(--rfb-blue);
    text-shadow: var(--rfb-blue-shadow);
}
.content .pack-category .packs-list a .pack .panel-three .price h3.free {
    color: var(--rfb-green) !important;
    text-shadow: var(--rfb-green-shadow) !important;
}



.content .logo-out {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}


.content .logo-out a {
    align-items: center;
    display: flex;
    height: 46px;
    justify-content: center;
}
.content .logo-out a:hover:focus-visible {
    background-color: var(--rfb-green-very-transparent);
    outline: 3px solid var(--rfb-green);
}
.content .logo-out a:active:focus-visible {
    background-color: var(--rfb-green-slight-transparent);
    outline: 3px solid var(--rfb-green);
}


.content .logo-out a img {
    height: calc(100% - 6px);
}


.content .logo-out h6 {
    padding: 20px 60px;
    text-align: center;
}



/* @media area for header */
@media only screen and (min-width: 360px) {
    .header img.logo {
        height: 65px;
    }
}



@media only screen and (min-width: 376px) {
    .header .menu {
        margin-right: 18px;
    }
}



@media only screen and (max-width: 752px) {
    .header {
        padding-left: 20px;
    }
}



@media only screen and (max-height: 500px) {
    .header .menu img.default, .header .menu img.hovered, .header .menu img.pressed {
        height: 28px;
        width: 28px;
    }



    .header img.logo {
        height: 50px;
    }
}



