#site-title h1,#site-title h2 {
    text-indent: -9999px;
    font-size: 0;
    display: none;
}
a {
    color: #5be1ff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none !important;
}
a:hover {
    text-decoration: none;
    color: #fa3b88;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.transition-nopadid {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@font-face {
    font-family: pelak;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/woff/PelakFA-Thin.woff') format('woff'),
    url('fonts/woff2/PelakFA-Thin.woff2') format('woff2');
}
@font-face {
    font-family: pelak;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/woff/PelakFA-light.woff') format('woff'),
    url('fonts/woff2/PelakFA-light.woff2') format('woff2');
}
@font-face {
    font-family: pelak;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/woff/PelakFA-Regular.woff') format('woff'),
    url('fonts/woff2/PelakFA-Regular.woff2') format('woff2');
}
@font-face {
    font-family: pelak;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/woff/PelakFA-Medium.woff') format('woff'),
    url('fonts/woff2/PelakFA-Medium.woff2') format('woff2');
}
@font-face {
    font-family: pelak;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/woff/PelakFA-SemiBold.woff') format('woff'),
    url('fonts/woff2/PelakFA-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: pelak;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/woff/PelakFA-Bold.woff') format('woff'),
    url('fonts/woff2/PelakFA-Bold.woff2') format('woff2');
}
@font-face {
    font-family: pelak;
    font-style: normal;
    font-weight: 800;
    src: url('fonts/woff/PelakFA-ExtraBold.woff') format('woff'),
    url('fonts/woff2/PelakFA-ExtraBold.woff2') format('woff2');
}
@font-face {
    font-family: pelak;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff/PelakFA-Black.woff') format('woff'),
    url('fonts/woff2/PelakFA-Black.woff2') format('woff2');
}
body {
    position: relative;
    text-align: right;
    font: 1em pelak;
    font-weight: normal;
    /*-moz-font-feature-settings: "ss02";*/
    /*-webkit-font-feature-settings: "ss02";*/
    /*font-feature-settings: "ss02";*/
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-nopadid {
    margin: 0 auto;
    width: 100%;
}
.text-100 {
    font-weight: 100;
}
.text-200 {
    font-weight: 200;
}
.text-300 {
    font-weight: 300;
}
.text-400 {
    font-weight: normal;
}
.text-500 {
    font-weight: 500;
}
.text-600 {
    font-weight: 600;
}
.text-700 {
    font-weight: bold;
}
.text-800 {
    font-weight: 800;
}
.text-900 {
    font-weight: 900;
}
.navbar-nopadid-menu {
    margin: .8rem 0 1rem;
}
.navbar-nopadid-menu ul {
    padding: 0 !important;
}
.navbar-nopadid-menu a {
    color: #000000;
    position: relative;
    display: block;
    padding-top: 3rem;
}
.navbar-nopadid-menu li {
    margin-left: 2rem;
    position: relative;
    z-index: 1;
}
.navbar-nopadid-menu ul li:last-of-type {
    margin-left: 0;
}
.navbar-nopadid-menu li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: no-repeat center top;
    background-size: 100%;
    width: 3rem;
    height: 3rem;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nopadid-menu li:hover:before, .navbar-nopadid-menu li.active:before, .navbar-nopadid-menu li.current_page_item:before {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.navbar-nopadid-menu li.games:before {
    background-image: url("img/games-icon.svg");
}
.navbar-nopadid-menu li.country:before {
    background-image: url("img/country-icon.svg");
}
.navbar-nopadid-menu li.creators:before {
    background-image: url("img/creators-icon.svg");
}
.navbar-nopadid-menu li.academy:before {
    background-image: url("img/academy-icon.svg");
}
.navbar-nopadid-menu li.my-account:before {
    background-image: url("img/user-icon.svg");
}
.logo-header {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#searchInput {
    border: none;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
    padding: .5rem 2rem;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 300;
}
#searchInput:focus {
    -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.35);
}
::placeholder {
    color: #999999 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #999999 !important;
}
::-ms-input-placeholder {
    color: #999999 !important;
}
.categoryItem {
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    padding: .2rem .7rem;
    font-size: 1rem;
    margin-bottom: .8rem;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
}
.categoryItem img {
    height: 1.7rem;
    width: auto;
    margin-left: .3rem;
}
.categoryItem h5, .categoryItem span {
    font-size: .8rem;
    font-weight: 400;
    margin: 0;
}
.categoryItem i {
    font-size: .75rem;
    margin: 0 .2rem;
}
.categoryItems a:not(:last-of-type) {
    margin-left: .6rem;
}
.categoryItems a:hover .categoryItem {
    -webkit-box-shadow: 0 0 5px 1px rgba(61, 61, 61, 0.2);
    box-shadow: 0 0 5px 1px rgba(61, 61, 61, 0.2);
}
.nopadid-game-box {
    background-color: #ffffff;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    overflow: hidden;
    position: relative;
    border: 2px solid #f2efe9;
}
.game-box-thumb {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.game-box-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.game-country-flag {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.game-country img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.game-country h6 {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
    margin-right: .3rem;
    color: #212529;
}
.nopadid-game-box h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: .5rem;
    color: #000000;
    min-height: 2.68rem;
}
.nopadid-game-box a:hover h3 {
    color: #fa3b88;
}
.nopadid-game-box p {
    font-size: .9rem;
    font-weight: 300;
    text-align: justify;
    line-height: 1.6rem;
    margin-bottom: .5rem;
}
.game-inf {
    font-size: .9rem;
    font-weight: 500;
    position: relative;
    padding: 0;
    margin: 0;
}
.game-inf li {
    position: relative;
    margin-left: .5rem;
    padding-left: .5rem;
    margin-bottom: .6rem;
}
.game-inf li:not(:last-of-type):after {
    content: '';
    height: 13px;
    width: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}
.shre-card-btn {
    background-color: transparent;
    border: none;
    font-size: 1.3rem;
    color: #000000;
}
.shre-card-btn:hover {
    color: rgba(0, 0, 0, 0.5);
}
.shre-card-btn img {
    width: 1.5rem;
    margin-top: -9px;
}
.shre-card-btn:hover img {
    opacity: .7;
}
.rsh-bookmark-btn-parent {
    font-size: 1.3rem;
}
.rsh-bookmark-btn-parent a {
    color: #000000;
}
.rsh-bookmark-btn-parent a:hover {
    color: #00000070;
}
.rsh-bookmark-btn-parent a .bookmark-btn-full {
    color: #5be1ff;
}
.rsh-like-btn {
    font-size: 1.3rem;
    color: #000000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rsh-like-btn:hover {
    color: #00000070;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rsh-like-btn-f {
    color: red;
}
.rsh-like-btn-f:hover {
    color: red;
}
.kh-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kh-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kh-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#footer {
    background-color: #f6fbfc;
    color: #000000;
    font-size: 1rem;
    margin-top: 3rem;
    padding: 1.3rem 0 0;
}
.logo-footer {
    width: 160px;
    height: auto;
}
.footer-content {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 300;
}
.footer-menu {
    padding: 0;
    margin: 0;
}
.footer-menu li {
    float: right;
    position: relative;
    margin-left: .7rem;
    padding-left: .7rem;
    margin-bottom: .6rem;
    font-weight: 400;
}
.footer-menu li:not(:last-of-type):after {
    content: '';
    height: 13px;
    width: 1px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}
.footer-menu a {
    color: #000000;
}
.footer-menu a:hover {
    color: #fa3b88;
}
.btn-light {
    color: #949494;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-nopadid {
    font-size: 1rem;
    font-weight: 600;
}
#more_posts, #more_posts2, #more_posts3, #more_posts4, #more_posts5, #more_posts6, #more_posts7 {
    display: block;
}
.main-navbar-toggler {
    border: none;
    background-color: #ffffff;
}
.main-navbar-toggler img {
    width: 35px;
}
.main-navbar-toggler:hover img {
    opacity: .65;
}
.main-navbar-logo img {
    height: 65px;
    width: auto;
}
.userItemNavbar {
    height: 50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.userItemNavbar:hover, .userItemNavbar.active, .userItemNavbarLink:hover .userItemNavbar {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.userNameInHeader {
    color: rgba(0, 0, 0, 0.6);
    font-size: .8rem;
}
.userItemNavbarLink:hover .userNameInHeader {
    color: #000000;
}
.singleCategoryGame .categoryItem img {
    height: 4rem;
    margin-left: 1rem;
}
.singleCategoryGame .categoryItem h5, .singleCategoryGame .categoryItem span {
    font-size: 2rem;
}
.singleCategoryGame .categoryItem {
    padding: .5rem 2rem;
}
.singleCategoryGame .categoryItem i {
    font-size: 1.3rem;
    margin: 0 .6rem;
}
.singleCategoryDes {
    text-align: center;
    font-size: 1rem;
    margin: .5rem 0 1rem;
    line-height: 1.7rem;
}
.singleCategoryDes p {
    margin: 0;
}
.btn-close {
    width: 1.7em;
    height: 1.7em;
    background-size: 1.7em;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.offcanvas {
    background-color: rgba(246, 246, 246, 0.95);
    -webkit-box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.55);
    box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.55);
}
.nopadid-navbar-side li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
.nopadid-navbar-side li:before {
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: no-repeat center center;
    background-size: 100%;
}
.nopadid-navbar-side a {
    padding-right: 3.5rem;
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 3rem;
}
.nopadid-navbar-side li.my-account {
    display: none;
}
.pageTitle {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.pageTitle2 {
    color: #000000;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: -0.8rem;
}
.game-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -webkit-box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.2);
}
.game-year-creator {
    padding: 0;
    margin: 1rem 0 .5rem;
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
}
.game-year-creator li {
    background-color: #f5f5f5;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    margin-bottom: .5rem;
}
.game-year-creator li a {
    color: #000000;
    padding: 0 1rem;
}
.game-year-creator li:not(:last-of-type):hover {
    background-color: #cccccc;
}
.game-year-creator li:last-of-type {
    padding: 0 1rem;
}
.game-website {
    display: block;
    margin-bottom: .7rem;
    font-size: 1.2rem;
    font-weight: 300;
}
.game-website a {
    color: #4472c4;
}
.game-website a:hover {
    color: #fa3b88;
}
.game-excerpt {
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.7rem;
}
.game-excerpt p {
    margin-bottom: 0;
}
.game-author {
    margin-bottom: .5rem;
    font-size: .8rem;
    text-align: justify;
    line-height: 1.7rem;
    color: rgba(33, 37, 41, 0.6);
}
.game-author p {
    margin-bottom: 0;
}
.game-author span {
    margin-bottom: 0;
    color: #212529;
}
.singleGamePage .game-inf {
    font-size: 1rem;
}
.game-content {
    padding-bottom: .4rem;
}
.singleGamePage .shre-card-btn img {
    width: 1.7rem;
}
.singleGamePage .rsh-bookmark-btn-parent {
    font-size: 1.55rem;
}
.singleGamePage .rsh-like-btn {
    font-size: 1.55rem;
}
.game-gallery-item {
    position: relative;
    padding-top: 56.25%;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.2);
    margin: .6rem 0;
}
.game-gallery-item img {
    position: absolute;
    width: 101%;
    height: 101%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 1;
}
.game-gallery-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.game-gallery-item i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 2rem;
    text-shadow: 0 0 5px #000000;
    z-index: 2;
}
.swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-prev:after {
    content: 'next';
    display: none;
}
.swiper-button-next:after {
    content: 'prev';
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    font-size: 2rem;
    color: #000000;
}
.singleGameContent {
    color: #000000;
    font-size: 1rem;
    line-height: 1.7rem;
    text-align: justify;
}
.singleGameContent img {
    display: block;
    margin: 0 auto 1rem;
    max-width: 100%;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
}
.singleGameContent p {
    margin-bottom: 1rem;
}
.singleGameContent h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.singleGameContent h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.singleGameContent h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.nopadid-country-box {
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 75px !important;
}
.country-box-flag {
    position: relative;
    display: inline-block;
    margin: calc(-1.5rem - 75px) auto .5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
}
.country-box-flag img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.nopadid-country-boxes {
    padding-top: 60px !important;
}
.nopadid-country-box h3 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: .1rem;
    color: #000000;
}
.nopadid-country-box h6 {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: .6rem;
}
.nopadid-country-box p {
    font-size: .85rem;
    font-weight: 300;
    margin-bottom: 0;
    text-align: justify;
    line-height: 1.5rem;
}
.nopadid-country-box a:hover h3 {
    color: #fa3b88;
}
.nopadid-country-box .game-year-creator li:hover {
    background-color: #cccccc;
}
.countryItem {
    background-color: #f5f5f5;
    color: #000000;
}
.country-single-flag {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
}
.country-single-flag img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.countryDet h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: .1rem;
    color: #000000;
}
.countryDet h6 {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: .6rem;
}
.nopadid-creator-box {
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    padding: 1rem 1.5rem;
}
.creator-thumb {
    position: relative;
    padding-top: 56.25%;
}
.creator-thumb img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
    -o-object-fit: cover;
}
.nopadid-creator-box h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: .1rem;
    color: #000000;
}
.nopadid-creator-box a:hover h3 {
    color: #fa3b88;
}
.nopadid-creator-box .game-year-creator li:hover {
    background-color: #cccccc;
}
.nopadid-creator-box p {
    font-size: .9rem;
    font-weight: 300;
    text-align: justify;
    line-height: 1.6rem;
    margin-bottom: .5rem;
}
.creator-thumbnail {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.page-thumbnail {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -webkit-box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto 1rem;
}
.courseCategoryItems .categoryItem {
    background-color: #f5f5f5;
    color: #000000;
}
.nopadid-course-box {
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    overflow: hidden;
}
.course-thumb-box {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    overflow: hidden;
}
.course-thumb-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.nopadid-course-box h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: .1rem;
    color: #000000;
}
.nopadid-course-box a:hover h3 {
    color: #fa3b88;
}
.nopadid-course-box .game-year-creator li:hover {
    background-color: #cccccc;
}
.nopadid-course-box p {
    font-size: .9rem;
    font-weight: 300;
    text-align: justify;
    line-height: 1.6rem;
    margin-bottom: .5rem;
}
.course-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
}
.accordion-button:focus {
    border-color: #e9ecef;
    box-shadow: none;
}
.accordion-button {
    background-color: #f8f9fa;
    color: #000000;
    font-size: .9rem;
    border-radius: .5rem !important;
    -webkit-border-radius: .5rem !important;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f8f9fa;
    box-shadow: none;
    border-radius: .5rem .5rem 0 0 !important;
    -webkit-border-radius: .5rem .5rem 0 0 !important;
}
.accordion-item {
    border-radius: .5rem !important;
    -webkit-border-radius: .5rem !important;
    border: 1px solid #e9ecef !important;
}
.accordion-button i {
    font-size: 1.3rem;
}
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}
.creator-thumbnail-small {
    height: 70px;
    width: auto;
    display: inline-block;
    margin: 0 auto 1rem;
}
.nopadid-profile-header {
    position: relative;
    width: 100%;
    background: url("img/user-icon.svg") no-repeat center center;
    height: 20vh;
    background-size: 100% 100%;
}
.nopadid-profile-summary {
    background-color: #f6fbfc;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 1.2rem;
}
.nopadid-profile-summary h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: .6rem;
}
.nopadid-profile-summary h4 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: .6rem;
}
.nopadid-profile-summary h5 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: .6rem;
}
.user-activity-summary span {
    margin-left: 30px;
    white-space: nowrap;
}
.user-activity-summary {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 10px;
}
.user-activity-summary i {
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.user-activity-summary img.icon {
    width: 1.7rem;
    display: inline-block;
    margin-left: 5px;
}
.nopadid-sidebar-profile {
    background-color: #f5f5f5;
    height: 100%;
    width: 100%;
    font-size: 1.1rem;
}
.nopadid-sidebar-profile .nav-link {
    color: #000000;
    text-align: right;
    border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 4px solid #f5f5f5;
    margin: 5px 0;
    padding-bottom: 10px;
}
.nopadid-sidebar-profile .nav-pills .nav-link.active, .nopadid-sidebar-profile .nav-pills .show > .nav-link {
    color: #000000;
    background-color: transparent;
    font-weight: 700;
}
.nopadid-sidebar-profile i {
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.nopadid-sidebar-profile img.icon {
    width: 1.7rem;
    display: inline-block;
    margin-left: 5px;
}
.nopadid-content-profile {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.title-profile-tab {
    font-size: 1.5rem;
    margin-bottom: .7rem;
    color: #000000;
}
.nopadid-profile-panel .list-group-item:hover, .nopadid-profile-panel .list-group-item.active {
    color: #ffffff;
    background-color: #8496af;
    border-color: #8496af;
}
.page-number-f {
    text-align: center;
}
.wp-pagenavi {
    clear: both;
    padding: 15px 5px;
    direction: ltr;
    margin: 0 auto;
    display: inline-block;
}
.wp-pagenavi ul {
    list-style: none;
}
.wp-pagenavi h3 {
    font-weight: normal;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 1px 10px;
    margin: 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.wp-pagenavi a:hover {
    background-color: #8496af;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #8496af;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    padding: 1px 12px;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
    filter: alpha(Opacity=65) !important;
    opacity: .65 !important;
}
.lb-nav a.lb-prev:hover, .lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
}
.nopadid-profile-panel .dig_wc_countrycodecontainer {
    display: none !important;
}
.nopadid-profile-panel #username {
    text-align: center;
    padding-left: 0 !important;
}
.wppb-user-forms input[type="text"], .wppb-user-forms input[type="number"], .wppb-user-forms input[type="email"], .wppb-user-forms input[type="url"], .wppb-user-forms input[type="password"], .wppb-user-forms input[type="search"] {
    padding: 5px 15px !important;
}
.wppb-form-field .wppb-checkboxes label, .wppb-form-field .wppb-radios label {
    padding-right: 5px;
}
#LoginModal .digloginpage button[type="submit"], #LoginModal .forgot .forgotpassword, #LoginModal .register .registerbutton, #LoginModal .digoneclickls .button,
#LoginPage .digloginpage button[type="submit"], #LoginPage .forgot .forgotpassword, #LoginPage .register .registerbutton, #LoginPage .digoneclickls .button {
    width: 100%;
    background-color: #fa3b88;
    color: #fff;
}
#LoginModal .digloginpage button[type="submit"]:hover, #LoginModal .forgot .forgotpassword:hover, #LoginModal .register .registerbutton:hover, #LoginModal .digoneclickls .button:hover,
#LoginPage .digloginpage button[type="submit"]:hover, #LoginPage .forgot .forgotpassword:hover, #LoginPage .register .registerbutton:hover, #LoginPage .digoneclickls .button:hover {
    background-color: #fa3b88;
}
#LoginModal .digloginpage .loginviasmsotp, #LoginModal .digloginpage .signupbutton,
#LoginPage .digloginpage .loginviasmsotp, #LoginPage .digloginpage .signupbutton {
    border: 1px solid #fa3b88;
    color: #fa3b88;
}
#LoginModal .digloginpage .loginviasmsotp:hover, #LoginModal .digloginpage .signupbutton:hover,
#LoginPage .digloginpage .loginviasmsotp:hover, #LoginPage .digloginpage .signupbutton:hover {
    background-color: #fa3b88;
    color: #fa3b88;
}
#LoginModal .forgot .backtoLogin, #LoginModal .register .backtoLogin,
#LoginPage .forgot .backtoLogin, #LoginPage .register .backtoLogin {
    margin-top: 10px;
}
.comment-section-b .avatar-com {
    width: 50px;
    height: 50px;
    float: right;
}
.comment-section-b .comment-author {
    color: #000;
    font-weight: 500;
}
.comment-section-b .date-comment-sendf {
    color: #231f20;
    font-size: 0.9em;
}
.comment-section-b .comm-aut-inf {
    font-size: 1em;
    line-height: 2em;
    direction: rtl;
    float: right;
    width: 25%;
    text-align: center;
}
.comment-reply-f {
    color: #ffffff;
    display: block;
}
.comment-reply-f a, #cancel-comment-reply-link {
    color: #ffffff;
    background-color: #5be1ff;
    padding: 3px 13px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: .9rem;
}
.comment-reply-f a:hover, #cancel-comment-reply-link:hover {
    color: #ffffff;
    background-color: #fa3b88;
}
.comment-section-b .comment-text-f {
    color: #414042;
    text-align: justify;
    direction: rtl;
    font-size: 1em;
    padding: 5px;
    position: relative;
    float: right;
    width: 75%;
}
.comment-section-b .comment-text-f p, .comment-section-b .comment-text-f ul {
    margin: 0;
}
.acomment, .comment {
    margin-bottom: 25px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
}
.acomment, .children {
    padding-right: 30px;
}
.comment-section-b #commentform {
    direction: rtl;
    margin-top: 25px;
}
.comment-section-b #commentform #author, .comment-section-b #commentform #email, .comment-section-b #commentform #comment {
    width: 100%;
    font-size: 1em;
    padding: 5px;
    color: #414042;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #a09fa2;
}
.comment-section-b #commentform #email {
    margin-top: 15px;
}
.comment-section-b #commentform #comment {
    min-height: 94px;
    height: auto;
    padding: 6px 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 20px;
    background-color: transparent;
}
.comment-section-b #commentform #submit {
    color: #fff;
    float: left;
    margin-top: 22px;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 25px;
    padding: 3px 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.acomment {
    padding-right: 10px;
}
.qqqq {
    position: relative;
}
.textarea-k-com {
    width: 60%;
    float: right;
    padding-right: 15px;
}
.submit-k-com {

}
.submit-k-com input {
    color: #ffffff;
    background-color: #5be1ff;
    padding: 0 13px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
}
.submit-k-com input:hover {
    color: #ffffff !important;
    background-color: #fa3b88;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.input-k-com {
    width: 40%;
    float: right;
}
.comment-inf-tot {
    width: 100%;
    display: block;
}
.comment-section-b .comment-reply-link {
    position: relative;
}
.comment-section-b .submit-k-com {
    position: relative;
}
.comment-section-b .comm-aut-inf {
    float: none;
    width: 100%;
    text-align: right;
}
.comment-section-b .comment-text-f {
    float: none;
    width: 100%;
}
.comment-section-b .comment-author, .comment-section-b .date-comment-sendf {
    float: right;
    margin-left: 10px;
}
.comment-reply-f a, #cancel-comment-reply-link {
    white-space: nowrap;
}
.input-k-com {
    width: 100%;
    float: none;
}
.textarea-k-com {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 15px;
}
.comment-reply-f {
    display: inline-block;
}
.logos-footer {

}
.logos-footer img {
    height: 25px;
    display: inline-block;
    margin-bottom: .6rem;
    margin-left: .5rem;
    margin-right: .5rem;
}

@media only screen and (min-width: 1400px) {

}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 576px) {

}

@media only screen and (max-width: 1399.98px) {

}
@media only screen and (max-width: 1199.98px) {

}
@media only screen and (max-width: 991.98px) {

}
@media only screen and (max-width: 767.98px) {
    .logo-footer {
        width: 120px;
    }
    .user-activity-summary {
        display: inline-block;
        text-align: right;
    }

    .user-activity-summary span {
        display: block;
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 575.98px) {
    .navbar-nopadid-menu li {
        margin-left: 1.4rem;
    }
}