/* Style */
body {
    background: #fafbfc;
    font-family: 'NunitoSansLight', sans-serif;
}

/* Header */
.header-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    font-family: 'NunitoSansBold', sans-serif;
}
.nav-icon i.fa {
    font-size: 20px;
    vertical-align: top;
}
.active-nav {
    font-weight: bold;
}

/* Content */
.content-area {
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.content-area .heading {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 8px 15px 8px;
}
.content-area h1 {
    font-family: 'NunitoSansBold', sans-serif;
    padding-bottom: 3px;
    font-size: 1.7rem;
    margin: 0;
}
.content-area p {
    font-size: 1.1rem;
    margin: 0;
}
.content-area a {
    text-decoration: none;
}
.tools-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #0189b6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
    margin-bottom: 22px;
    height: 120px;
}
.tool-icon {
    font-size: 2.5em;
    color: #006f94;
}
.tools-list:hover .tool-icon {
    color: #0189b6;
}
.tool-name {
    font-size: 0.9em;
    font-weight: 500;
    color: #484848;
}
.tools-list:hover .tool-name {
    color: #000000;
}
.tools-list:hover {
    transform: translateY(-5px);
    transition: all 0.25s;
}

/* Blog */
.blog-data h5 a,
.blog-data-v2 h5 a {
    font-size: 0.8em;
    font-weight: 600;
}
.blog-data h5 a:hover,
.blog-data-v2 h5 a:hover {
    color: #006f94 !important;
}
.blog-data {
    border: 0px solid #ffffff !important;
}
.blog-data .card-body {
    padding-top: 10px !important;
    padding-left: 0px !important;
}
.blog-data .post-thumb,
.blog-data-v2 .post-thumb {
    font-size: 13px;
}

/* Tool */
.tool-area, .tool-details {
    background: #ffffff;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
}
.tool-area .heading, .tool-details .heading {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 8px 15px 8px;
}
.tool-area .heading h1, .tool-details .heading h1 {
    margin: 0px;
    padding: 0px;
    font-size: 25px;
}
.tool-data, .tool-description {
    padding: 15px 25px 15px 25px;
}
.tool-data .form-control, .tool-data button {
    border-radius: 0px !important;
}
.tool-data #output-container {
    margin-top: 10px;
}
.tool-data #output-text {
    white-space: pre-wrap;
    padding: 15px;
    color: #b7b7b7;
    background: #3a3a3a;
}
.tool-data button:disabled,
.tool-data button[disabled] {
    cursor: not-allowed !important;
}
.tool-data .form-group {
    margin-bottom: 12px;
}
.image-item img {
    width: 100%;
    height: auto;
    background: #fefefe;
    border: 2px solid #e1e1e1;
    padding: 15px;
}
.font-required {
    font-size: 8px;
    color: red;
    vertical-align: text-top;
}

/* Rating */
.game-rating {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.star-rating .star {
    cursor: pointer;
    transition: color 0.3s;
    margin-right: 5px;
}
.star-rating .average {
    font-size: 20px;
    margin-left: 5px;
}
.game-rating h1,
.game-rating h2 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game-rating .thumb img {
    width: 80px;
    height: auto;
    margin-right: -15px;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}
.game-thumbnail img {
    border-radius: 15px;
    max-width: auto;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.star-rating img {
    width: 22px;
    margin-top: -5px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: -5px !important;
    padding: 0px !important;
}
.game-rates {
    margin-top: -5px !important;
    margin-bottom: -2px !important;
}
.game-rates img {
    width: 12px !important;
    height: 12px !important;
    margin-right: 2px !important;
    padding: 0px !important;
}
.average-rating {
    margin-left: 5px !important;
    font-size: 12px !important;
}
.section-grey {
    background: #fbf9f5;
}
.section-green {
    background: #e4f2ef;
}
.game-rate-title {
    font-size: 18px;
    font-weight: bold;
    margin-right: 6px;
}
.rating-divider {
    margin-right: 10px;
}
.total-votes {
    font-size: 14px;
}

/* Games */
.game-item {
    background: #fff;
    padding: 0px;
    text-decoration: none;
    text-align: center;
}
.game-item__img {
    border-radius: 10px 10px 0 0;
}
.game-item__img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform .35s;
    transform: scale(1);
}
.game-item__info {
    background: #ffffff;
    padding: 10px 15px 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
}
.game-item__title {
    color: #13141c;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    transition: .3s;
}
.game-item__text {
    color: #7e8399;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}
.game-item__bottom {
    display: flex;
    justify-content: center;
}
.game-item__play {
    color: #13141c;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    padding: 6px 54px;
    border-radius: 50px;
    transition: .3s;
    border: 1px solid #c5c6ce;
}
.game-item:hover .game-item__title {
    color: #006f94;
}
.game-item__bottom {
    display: flex;
    justify-content: center;
}
.game-item:hover .game-item__play {
    color: #fff;
    background: #006f94;
    border: 1px solid #006f94;
}

/* Sidebar */
.content-sidebar {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.content-sidebar .heading, .content-sidebar .wp-block-heading {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px;
}
.content-sidebar h2,
.content-sidebar h3 {
    font-family: 'NunitoSansBold', sans-serif;
    font-size: 1.5rem;
    margin: 0;
}
.content-sidebar ul {
    padding: 3px 10px 0px 15px;
    list-style: none;
    margin: 0;
}
.content-sidebar ul li {
    margin: 0;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    font-size: 1em;
    border-bottom: 1px solid #efefef;
}
.content-sidebar ul li:last-child {
    border-bottom: none;
}
.content-sidebar ul li a {
    color: #414141;
    text-decoration: none;
}
.content-sidebar ul li a:hover {
    color: #0189b6;
}
.content-sidebar ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 0.5em;
    color: #0189b6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.content-sidebar .current_page_item a {
    color: #0189b6;
}

/* Posts */
.recent-posts-widget li {
    padding-top: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.recent-posts-widget li:before {
    content: '' !important;
}
.recent-post-thumb img {
    width: 250px;
}
.recent-post-title {
    font-weight: 600;
    font-size: 14px;
}
.recent-post-excerpt {
    font-size: 13px;
}
.recent-post-date {
    font-size: 12px;
}

/* Form */
.search-form button {
    background: #006f94;
    outline: none;
    border: 1px solid #006f94;
}

/* Blogs */
.h2 {
    font-weight: bold;
    color: #333;
    font-size: 27px;
}
.post-meta i {
    font-size: 1rem;
    color: #6c757d;
}
.post-meta span {
    font-size: 1rem;
}
.post-meta small {
    font-size: 0.8rem;
}
.post-content p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.post-content table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}
.post-content table th,
.post-content table td {
    text-align: left;
    border: 1px solid #dee2e6;
}
.post-content table th {
    padding: 0.5rem 0.7rem;
    background-color: #f8f9fa;
    font-weight: bold;
}
.post-content table td {
    padding: 0.3rem 0.7rem;
}
.post-content blockquote {
    position: relative;
    padding: 1.5rem;
    font-style: italic;
    background-color: #f8f9fa;
    border-left: 4px solid #006f94;
    margin: 1.5rem 0;
}
.post-content blockquote:before {
    content: "\201C";
    font-size: 3rem;
    color: #006f94;
    position: absolute;
    top: -0.5rem;
    left: -0.75rem;
}
.post-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 100%;
}
.post-content img {
    width: auto;
    max-width: 100%;
}
.thumb-border img {
    padding: 3px;
    border: 1px solid #dddddd;
}
.post-thumb img {
    border-radius: 25px;
}
.featured-thumb img {
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.author-meta img {
    margin-right: 5px;
}
.author-meta a {
    color: #414714;
    text-decoration: none;
}
.author-meta a:hover {
    color: #006f94;
}
.author-data img {
    border-radius: 50px;
    border: 3px solid #e1e1e1;
    padding: 4px;
}
.bg-cate {
    color: #ffffff;
    background-color: #006f94;
    box-shadow: 0 0 15px 0 rgb(0 111 148 / 41%);
    font-size: 12px;
    padding: 8px 12px !important;
    margin-right: 5px;
    text-decoration: none;
}
.bg-cate:hover {
    background: #ffffff;
    color: #006f94;
}
.bg-tag {
    border: 1px solid #e1e1e1;
    font-size: 12px;
    padding: 8px 12px !important;
    margin-right: 5px;
    color: #414141 !important;
    text-decoration: none;
    margin: 2px;
}
.bg-tag:hover {
    border: 1px solid #006f94;
    color: #006f94 !important;
}
.font-weight-bold {
    font-weight: bold;
}
.social-icon {
    padding: 5px 10px !important;
}
.related-title {
    font-size: 2rem !important;
    font-weight: bold !important;
}

/* Pagination */
.custom-pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.custom-pagination .page-item {
    margin: 0 5px;
}
.custom-pagination .page-link {
    display: block;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #171717;
    color: #333333;
    text-decoration: none;
    border-radius: 0px;
    transition: all 0.3s ease;
}
.custom-pagination .page-link:hover {
    background-color: #006f94;
    box-shadow: 0 0 15px 0 rgb(0 111 148 / 41%);
    color: #ffffff;
    border-color: #006f94;
}
.custom-pagination .page-link.current {
    background-color: #006f94;
    color: #ffffff;
    border-color: #006f94;
}

/* 404 */
.error-container {
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.error-code {
    font-size: 100px;
    font-weight: bold;
    color: #dc3545;
}
.error-message {
    font-size: 24px;
    margin-bottom: 10px;
}
.btn-home {
    font-size: 18px;
}

/* Footer */
.main-footer {
    background: #f5f2e3;
}
.footer-menu {
    margin-bottom: 10px;
    padding: 15px 15px 1px 15px;
}
.footer-menu h3 {
    font-size: 20px;
    color: #474747;
    font-weight: 700;
    border-bottom: 1px solid #3c3f54;
    margin-bottom: 10px;
    padding: 0px 0px 12px;
}
.footer-menu ul {
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: -12px;
}
.footer-menu ul li {
    font-size: 15px;
    list-style: none;
    line-height: 27px;
    margin-left: -18px;
}
.footer-menu ul li:before {
    content: "\f101";
    color: #5c5c5c;
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.footer-menu ul li a {
    color: #5c5c5c;
    text-decoration: none;
    transition: all 0.25s;
}
.footer-menu ul li a:hover {
    color: #0189b6;
}
.footer-copyright {
    padding: 20px;
    text-align: center;
    background: #ffffff;
    color: #75798d;
}
.footer-copyright a {
    color: #006f94;
    font-weight: bold;
    text-decoration: none;
}
.footer-copyright a:hover {
    color: #0189b6;
}

/* Footer List */
.footer-menu-list {
    background: #ffffff;
    padding: 6px 12px;
    text-align: center;
    margin-top: -25px;
}
.footer-menu-list ul {
    margin: 0;
    padding: 0;
}
.footer-menu-list ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px;
}
.footer-menu-list ul li:after {
    color: #e1e1e1;
    content: "|";
    margin-left: 8px;
}
.footer-menu-list ul li:last-child:after {
    content: "";
}
.footer-menu-list ul li a {
    text-decoration: none;
    color: #2c2f3e;
}
.footer-menu-list ul li a:hover {
    color: #006f94;
}

/* Screen */
@media screen and (max-width: 500px) {
    .game-rate-title {
        display: block
    }
}