/*
* Theme Name: CodesLL V3
* Description: Theme
* Theme URI: https://codesll.com
* Version: 3.0.0
* Author: CuongIT
* Author URI: https://codesll.com
* Tags: theme game, apk,download game
* Textdomain: CodesLL.Com
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4vw;
    padding-left: 4vw;
}

/* Theme mobile */

@media all and (min-width:320px) {

    .adsense {
        min-height: 250px;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
    }

    .menu-pc {
        display: none;
    }

    .flex-container .flex-item {
        flex: 0 1 100%;
    }

    .card .photo-game {
        width: 100%;
        height: 200px;
    }

    .hide-on-med-and-down {
        display: none !important;
    }

    .right-header {
        line-height: 24px;
    }

    header {
        height: 100px;
    }

    h1 {
        font-size: 22px;
    }
	
    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 1em;
    }

}

/* Theme Ipad */

@media all and (min-width:600px) {

    .adsense {
        min-height: 280px;
    }

    .flex-container .flex-item {
        flex: 0 1 calc(50% - 1em);
    }

    body {
        font-size: 16px
    }
}

/* Theme PC */

@media all and (min-width:1024px) {

    .menu-mobile {
        display: none;
    }

    .menu-pc {
        display: inline;
    }

    #container {
        max-width: 840px;
        margin: 0 auto;
    }

    #main-content {
        width: 740px;
        margin: 0 auto;
    }

    .flex-container .flex-item {
        flex: 0 1 calc(33% - 1em);
    }

    .card .photo-game {
        width: 360px;
        height: 180px;
    }

    .hide-on-med-and-down {
        display: block !important;
    }

    .right-header {
        float: right !important;
        line-height: 64px;
    }

    header {
        height: 64px;
    }

    h1 {
        font-size: 2.25em;
    }
}

@media all and (min-width:1280px) {
    #container {
        max-width: 1024px;
        margin: 0 auto;
    }

}

/* Theme chung */

* {
    outline: none;
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: inherit;
    text-rendering: auto;
    overflow-x: hidden;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    color: #444444;
    background: #fff;
    font-weight: 350;
}

em {
    font-style: italic;
    font-size: 15px;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.content {
    overflow: hidden
}

.adsense {
    display: block;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    width: 100%;
}

.adsense-hide {
    height: 280px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    width: 100%;
}

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section {
    display: block;
}

/* List Home */

.right {
    float: right !important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clickable {
    opacity: 1;
    transition: 250ms ease-in-out;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.clickable:hover {
    opacity: .75;
    transition: .25s ease-in-out;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    background-color: #eee;
    border-radius: 10px;
}

.card {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    color: inherit;
    display: grid;
    grid-template-rows: 90px;
    grid-template-columns: 80px calc(100% - 80px - 10px);
    gap: 15px;
    width: 100%;
}


.card-body {
    width: 100%;
    position: relative;
    align-self: center;
}

.card .card-excerpt {
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-tag {
    padding: 2px 6px;
    border-radius: 10px;
    background-color: #1a73e8;
    color: #FFF;
    font-weight: 500;
}


/* Form */


.search-button {
    border: none;
    background-color: white;
    color: #212511;
}

.search-input {
    height: 30px;
}

.input-group {
    position: relative;
    border-collapse: separate;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input,
textarea {
    padding: 4px;
    border: none;
    padding: 0 17px;
}

button {
    color: #fff;
    cursor: pointer;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

b,
strong {
    font-weight: bold;
}


h1 {
    font-weight: bold;
    line-height: 1.5;
}

h1 a {
    color: #444444;
}

h1 a:hover {
    text-decoration: none
}

h2 {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .75em;
}

a {
    color: #1a73e8;
    text-decoration: none;
    transition: border .25s linear, color .25s linear, background-color .25s linear
}


a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

article {
    position: relative;
    clear: both;
    background: #fff;
    padding: 5px 10px 5px 10px;
}

article p {
    display: block;
    overflow: hidden;
}

article a:hover {
    text-decoration: none
}


.center {
    text-align: center
}

.bgwhite {
    background: #fff
}

.content-bottom {
    border-top: 1px solid #eee;
    padding-top: 5px;
    overflow: auto;
    text-align: center
}

.content-bottom a {
    color: #595959;
    font-size: 13px;
}

.photo {
    float: left;
    margin: 0 8px 0 0;
    height: 60px;
    width: 90px;
    border-radius: 5px;
}

.photo-pc {
    width: 120px;
    float: left;
    margin: 0 8px 0 0;
    height: 80px;
    border-radius: 3%;
}

.photo-game {
    border-radius: 3%;
}

.thumb {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 10px;
}

.title {
    color: #444444;
    display: block;
    text-align: left;
    padding: 15px 2px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
    margin-top: 20px;
}

.title_h1 {
    position: relative;
    color: inherit;
    display: grid;
    grid-template-columns: 80px calc(100% - 80px - 10px);
    gap: 15px;
    width: 100%;
}

.title-name {
	margin-bottom: 20px;
    width: 100%;
    position: relative;
    align-self: center;
}


.countdown {
    background: #fbfbfb;
    color: #666;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}


.clear {
    clear: both;
    margin: 0;
}


.start_align {
    padding: 5px;
    display: block;
    text-align: center;
}


.info-post {
    border-top: 1px dashed #e2e2e2;
    font-weight: 400;
    font-size: 14px;
    cursor: default;
    background-color: #FFF;
    margin-bottom: 5px;

}

.info-post p {
    padding: 6px 8px;
    line-height: 20px;
    margin-bottom: 0;
}

.info-post a {
    color: #000;
}

.info-post-show {
    width: 49%;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.caption-text {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    font-size: 13px;
}

.font-small {
    color: #646f78 !important;
    font-size: 13px;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.share {
    text-align: center;
    padding-bottom: 10px;
}

.download {
    border-radius: 5px;
    margin-top: 8px;
    text-align: center;
    background-color: #212511;
    margin-bottom: 5px;
    padding: 2px;
    color: white;
    font-weight: 400;
}

.code-full-detail {
	margin-top: 15px;
    background-color: #fff;
    border: 2px dashed #ddd;
	padding: 5px 10px;
    border-radius: 5px;
}

.code-full-detail-hide {
    position: absolute;
    z-index: 2;
    display: table;
    background-color: #fff;
    border: 2px dashed #ddd;
    border-radius: 5px;
}

.get-code {
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #666;
/*     float: right; */
    padding: 2px 5px;
}

.entry-meta {
    padding: 5px;
    font-size: 14px;
}

.entry-content {
    line-height: 1.8;
/*     text-align: justify; */
    /*     color: #444; */
}

.entry-content p {
    margin-top: 15px;
    margin-bottom: 0;

}

.entry-content h2,
.entry-content h3,
article {
    padding-top: 15px;
}


.category1 a {
    color: #F44336;
    font-weight: 600;
}

.paginave {
    text-align: center;
    margin-bottom: 5px;
    background: #FFF;
    padding: 7px;
}

.logo {
    color: #fff;
    background: #444444;
    padding: 5px 15px;
    border: #444444 solid 2px;
    border-radius: 24px;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 3px;
    margin-block-end: 3px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;
}

ol {
    display: block;
    list-style-type: circle;
    margin-block-start: 3px;
    margin-block-end: 3px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 25px;
}

li {
    font-size: 15px;
    line-height: 2.2;
}

#wp_page {
    margin: 8px;
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
}

#wp_page a {
    padding: 7px 15px;
    border-radius: 1.55em;
    background-color: #32373c;
    color: white;
    margin: 0 5px;
}

#wp_page a:hover {
    opacity: .75;
    transition: .25s ease-in-out;
}

#wp_page .current {
    padding: 7px 15px;
    background: #4898CE;
    margin: 0 5px;
    color: white;
    border-radius: 1.55em;

}

/* header */


header {
    background: #fff;
    position: relative;
    z-index: 1;
    color: white;
    margin-bottom: 5px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
}

nav .sidenav-trigger {
    position: relative;
    display: inline-block;
}

nav {
    line-height: 64px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

#sidenav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    height: calc(100% + 60px);
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    transition: transform .25s;
    background-color: white;
}

#sidenav a {
    color: #212511;
}

#nav-check {
    display: none;
}

#nav-check:checked~#sidenav {
    transform: translate(0em, 0);
}

.title-mobile {
    display: block;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
    background-color: #fbfbfb;
}


.list-sidenav {
    padding: 0 0 0 20px;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.dropbtn {
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
}

.dropbtn a {
    color: #212511;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    line-height: 40px;
    padding: 10px;
}

.dropdown-content a:hover {
    background-color: #222;
    opacity: .75;
    transition: .25s ease-in-out;
    color: white;
}

.dropdown-content a {
    display: block;
    color: #666;
    padding: 2px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

/* footer */

footer {
    display: block;
    line-height: 50px;
    background-color: #eeeeee;
    color: #212511;
}

footer a {
    margin: 0 5px;
    color: #212511;
    font-weight: 350;

}

footer .socials a {
    color: inherit;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 10px;
}

footer .socials a:hover {
    background-color: #212511;
    fill: #fff;

}

/* SVG */

.btn-secondary svg,
.btn-secondary:not(:disabled):not(.disabled):active:focus svg {
    fill: #fff;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.svg-2 {
    width: 1.00rem;
    height: 1.00rem;
    margin-right: .15rem !important;
    margin-bottom: 3px;
}

.svg-3 {
    width: 1.25rem;
    height: 1.25rem;
}

.svg-5 {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .15rem !important;
    margin-bottom: 3px;
}

.svg-date {
    width: 1.00rem;
    height: 1.00rem;
    margin-right: .15rem !important;
    margin-bottom: 3px;
}

.svg-time {
    width: 1.00rem;
    height: 1.00rem;
    margin-left: .15rem !important;
}

/* Bang Table */

/* figure {
margin: 0 0 1rem;
} */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
}

th {
    text-align: left;
}

td {
    text-align: right;
}

/* .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05);
}
*/
.table th {
    font-weight: 400;
}

.table th,
.table td {
    padding: .625rem;
}

.table th,
.table td {
    padding: .625rem;
}


/* More info MOD */

.card-mod {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
}

#info-mod {
    display: block;
    transition: transform .50s;
    margin: 10px;

}

.info-mod {
    display: block;
    background-color: #F0F2F5 !important;
    padding: 5px 10px;
}

#list-check {
    display: none;
}

#list-check:checked~#info-mod {
    display: none;
}

/* Table Of Contents */

.card-mod {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.table-of-content {
    display: block;
    background-color: #F1F1F1;
    padding: 10px;
}

#list_toc {
    display: block;
    transition: transform .50s;
    margin: 10px;
}

#table-of-content {
    display: none;
}

#table-of-content:checked~#list_toc {
    display: none;
}

.more {
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    background-color: #F1F1F1;
    margin-bottom: 10px;
}

.more a {
    color: #212511;
}

/* footer */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4vw;
    padding-left: 4vw;
    max-width: calc(1024px + 8vw);
    /* max-width: 1024px; */
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.wp-block-columns .footer-menu li {
    margin-bottom: 10px;
}

footer details summary strong {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    display: block;
    padding-top: 10px;
}

details {
    overflow: hidden;
}

footer details summary {
    background: #eee;
}

details summary {
    position: relative;
    cursor: pointer;
    display: block;
    list-style: none;
    z-index: 2;
}

details[open]>*:not(summary) {
    animation: collapse 500ms ease-in-out;
}


details ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}


details>*:not(summary) {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

button,
select,
summary {
    outline: transparent;
}

footer details summary {
    background: #eee;
}

details summary {
    position: relative;
    cursor: pointer;
    display: block;
    list-style: none;
    z-index: 2;
}


@media (min-width: 782px) {

    .wp-block-columns {
        flex-wrap: nowrap;
    }
}

@media (max-width: 599px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

}