* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Định nghĩa font-face */
@font-face {
    font-family: 'Kode Mono';
    src: url('../webfonts/KodeMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VT323';
    src: url('../webfonts/VT323-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --strong-color: #F15A29;
    --strong-blue-color: #00A79D;
    --error-background-color: #ed99a1;
    --danger-color: #CC0101;
    --color: #444444;
    --background-color: #fbfbfb;
    --muted-color: #818181;
    --border-color: #9D9D9D;
    --border-strong-color: #F15A29;
    --bg-grey-color: #FBFBFB;
    --btn-primary-color: #F15A29;
    --btn-primary-hover-color: #00A79D;
    --box-shadow-color: rgba(80, 210, 250, .25);
    --my-btn-disabled-bg: #b4b4b4 !important;
    --my-btn-disabled-border-color: #b4b4b4 !important;
    --input-focus-color: #fdffa1;
    --background-warning-color: #ffc720;
    --background-warning-color-hover: #ffde7a;
    --warning-color: #ffbf00;
    --success-color: #008f26;
    --reject-color: #585858;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.strong-color {
    color: var(--strong-color);
}

.text-strong {
    font-weight: 700;
}

.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.container-lg {
    max-width: 100%;
    padding: 1rem;
}
html {
    font-size: 62.5%;
    /* Mac dinh ve gia tri 10px */
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--color);
    background-color: var(--background-color);
    font-size: 1.6rem;
    position: relative;
    padding-bottom: 100px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

html,
body {
    min-height: 100vh;
}

body.scrolled {
    padding-top: 50px;
}
.alert {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.main-body {
    padding: 0 2rem;
    margin: 0;
}

ul {
    margin-bottom: 0;
    margin-left: 0;
}

a {
    text-decoration: none !important;
    color: var(--strong-color);
}

.hidden-mobile {
    display: none;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mr-1 {
    margin-right: 1rem;
}

.mr-2 {
    margin-right: 2rem;
}

.mr-3 {
    margin-right: 3rem;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.ml-3 {
    margin-left: 3;
}

.table>:not(caption)>*>* {
    padding: 1.5rem 0.5rem;
}

.text-primary {
    color: var(--strong-color) !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.dropdown-menu {
    font-size: 1.6rem;

}
.form-group {
    margin-bottom: 2rem;
}
.input-group-append .btn {
    border-radius: 0 10px 10px 0!important;
    box-shadow: none;
}
.form-control {
    font-size: 1.6rem;
    border: 1px solid var(--border-color);
    padding: 11px 20px;
    background-color: var(--bg-grey-color) !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.form-control:focus {
    color: #212529;
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--strong-blue-color);
}

.form-control.success {
    background-color: #bae7c6;
}
select.form-control {

}
.input-group-text {
    background-color: transparent;
    border-color: var(--border-color);
    min-width: 60px;
    text-align: center;
}

.form-group {
    position: relative;
}

.form-group>label {
    position: absolute;
    font-size: 1.2rem;
    color: var(--border-color);
    left: 2.5rem;
    top: -1.5rem;
    padding: .1rem;
    background-color: var(--background-color);
    border-radius: 1rem;
    z-index: 99;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}
.customize-link.error .form-control,
.customize-link.error.input-group .input-group-text {
    background-color: #fccfcf !important;
}

.customize-link.success .form-control,
.customize-link.success.input-group .input-group-text {
    background-color: #bae7c6 !important;
}
.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 1rem;
    font-size: 1.6rem;
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
.btn-primary {
    background-color: var(--btn-primary-color);
    border: none;
    background: linear-gradient(0deg, rgb(255 65 3) 0%, rgb(253 95 0) 100%);
}

.btn-primary:hover {
    background-color: var(--btn-primary-hover-color);
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: 1.6rem;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--my-btn-disabled-bg);
    border-color: var(--my-btn-disabled-border-color);
    opacity: var(--my-btn-disabled-opacity);
}

.btn-block {
    width: 100%;
}
.btn-sm {
    padding: 1.3rem 1.5rem;
    font-size: 1.4rem;
}
.input-group-text {
    padding: 1.1rem 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.input-group-prepend .input-group-text {
    border-color: var(--border-color);
    padding: 1.1rem 0 1.1rem 2rem;
    border-radius: 2.4rem 0 0 2.5rem;
    -webkit-border-radius: 2.4rem 0 0 2.5rem;
    -moz-border-radius: 2.4rem 0 0 2.5rem;
    -ms-border-radius: 2.4rem 0 0 2.5rem;
    -o-border-radius: 2.4rem 0 0 2.5rem;
}

.text-muted {
    color: var(--muted-color) !important;
}

.input-group.focus .input-group-prepend .input-group-text {
    border-color: var(--border-strong-color) !important;
}

.customize-link.input-group .input-group-text {
    background-color: transparent !important;
    border-right: 0;
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

.customize-link.input-group .form-control {
    border-left: 0;
    padding-left: 0;
}

.customize-link .input-group-append .input-group-text {
    border: 1px solid var(--border-color);
    border-left: 0;
    border-radius: 0 2.5rem 2.5rem 0;
    -webkit-border-radius: 0 2.5rem 2.5rem 0;
    -moz-border-radius: 0 2.5rem 2.5rem 0;
    -ms-border-radius: 0 2.5rem 2.5rem 0;
    -o-border-radius: 0 2.5rem 2.5rem 0;
}

.customize-link.shortened-link .form-control {
    border-left: 1px solid var(--border-color);
    padding-left: 20px;
}

.customize-link.shortened-link.focus .form-control {
    border: 1px solid var(--border-strong-color);
}
.header {
    background-color: #f1f1f1f1;
}
.logo {
    outline: 0;
    width: 200px;
    padding: 1.2rem 0;
    display: inline-block;
}

.flag {
    padding: 2.5rem 1rem;
}
.flag a.icon {
    display: inline-block;
    margin-right: 1rem;
    padding: 0;
    height: 24px;
    width: 36px;
}
.flag a.icon img {
    display: block;
    height: 24px;
    width: 36px;
}

.user-dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    padding: .3rem 0.5rem;
    font-size: 1.1rem;
    margin-top: -3px;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.header .flag .dropdown-item {
    padding: 1rem 1rem;
}
.header .flag .dropdown-menu li {
    border-bottom: 1px solid #e8e8e8;
}
.header .flag .dropdown-menu li:last-child {
    border-bottom: none;
}

.header .top .user-menu {
    padding: 1.2rem 2rem;
    margin-top: 3rem;
}
.header .top .user-menu a {
    display: inline-block;
    color: var(--color);
}

.btn-signi-head {
    border-radius: 0;
    box-shadow: none;
    padding: .1rem 0.5rem !important;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 2rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.btn-signi-head:focus, .btn-signi-head:hover {
    color: #fff !important;
    background-color: var(--strong-color);
    border-color: var(--strong-color);
}
.section {
    padding: 10rem;
    margin: 0;
    --bs-gutter-x: 0;
    background-color: #f5f5f5;
}
.section-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    padding: 3rem 0;
}
.section-features-item {
    padding: 4rem;
    flex-grow: 1;
    width: 265px;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
}
.section-features-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.section-features-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
}
.section-features-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.section-features-item:hover .section-features-title {
    color: var(--strong-color);
}
.signin-section {
    background-image: url(../images/section-singin-bg.jpg);
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.signin-section p:last-child {
    margin-bottom: 0;
}

.history-section {
    display: none;
    margin-bottom: 3rem;
}

.history-section.show {
    display: block;
}

.history-section .title {
    margin-bottom: 2rem;
    font-size: 1.6rem;
}

.history-section .history-links {
    max-height: 222px;
    overflow: hidden;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
}

.history-section .history-links.full {
    max-height: 1000000000px;
}

.history-section .history-links .link {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border: 1px dashed var(--border-color);
    margin-bottom: 2rem;
}

.history-section .history-links .link .item {
    border-bottom: 1px dashed var(--border-color);
    padding: 1rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.history-section .history-links .link .item:last-child {
    border: 0
}

.history-section .history-links .link .item.long-link a {
    color: var(--color);
}

.history-section .history-links .link .item .history-copy-short-link {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.2rem;
    padding: 1rem;
    cursor: pointer;
}

.history-section .history-links .link .item .history-copy-short-link:hover {
    color: var(--strong-color);
}

.history-section .show-more-history,
.history-section .show-less-history {
    cursor: pointer;
    width: 200px;
    margin: 0 auto;
    display: none;
}

.history-section .show-more-history.show,
.history-section .show-less-history.show {
    display: block;
}

.history-section .show-more-history:hover,
.history-section .show-less-history:hover {
    color: var(--strong-color);
}

.loading-section {
    height: 18px;
    margin-bottom: 2rem;
}

.loading-section img {
    display: none;
}

.loading-section.show img {
    display: block;
}

#customize-link-copy,
#shortened-link-copy {
    cursor: pointer;
}

.customize-link.success.input-group #customize-link-copy:hover,
.customize-link.success.input-group #shortened-link-copy:hover {
    background-color: var(--btn-primary-color) !important;
    color: #fff !important;
}

.customize-link.success.input-group .input-group-text.bg-primary {
    background-color: var(--border-strong-color) !important;
}

.customize-link.success.input-group .input-group-text.bg-primary,
.customize-link.success.input-group .input-group-text#customize-link-copy.bg-primary {
    background-color: var(--border-strong-color) !important;
    color: #fff !important;
}


.login-modal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.login-modal .form-group {
    margin-bottom: 20px;
}

.login-modal .title {
    font-size: 24px;
    margin-bottom: 20px;
}

.login-modal .form-check {
    margin-left: 10px;
    margin-top: 10px;
}

.forgot-password {
    text-align: center;
    display: block;
    margin: 1.5rem;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.login-modal .title {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.login-modal .left {
    padding-right: 20px;
    border-right: 1px solid #E8E8E8;
}

.login-modal .right {
    padding-left: 20px;
}

.login-modal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.user-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    background-color: rgba(0, 105, 100, .8);
    z-index: 99;
}

.user-section a {
    color: #fff;
}

.user-section a:hover {
    color: #b9b9b9;
}

.history-section .title .clear-history {
    font-size: 1.2rem;
}

.infomation-form .title {
    text-align: center;
    font-size: 2.8rem;
    color: var(--border-strong-color);
}

.infomation-form .title-description {
    text-align: center;
    margin-bottom: 2rem;
}

.shortened-link-section .link {
    padding: 0;
    margin-bottom: 2rem;
}

.shortened-link-section .link .form-control {
    border: none;
    background-color: transparent !important;
    padding: 11px 0;
}

.shortened-link-section .link .card-header {
    margin: 0 !important;
}

.shortened-link-section .link .card-header .form-control {
    font-weight: bold;
}

.shortened-link-section .link a {
    color: var(--color);
}

.shortened-link-section .link .list-group-item {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}

.more-info {
    font-size: 1.2rem;
}

.shortened-link-section .list-group .input-group {
    margin-bottom: 0 !important;
}

.shortened-link-section .list-group .input-group-prepend .input-group-text {
    border: none !important;
    padding-right: .5rem;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.shortened-link-section .list-group .form-control {
    padding: 0 !important;
}

.qrcode-link {
    width: 25px;
    margin-right: 1rem;
}
.modal-body {
    padding: 2rem;
}
.modal-body .qr-image {
    width: 100%;
}

.page-link {
    padding: 1rem 1.5rem;
    color: #444;
}

.active>.page-link,
.page-link.active {
    background-color: var(--border-strong-color) !important;
    border-color: var(--border-strong-color) !important;
}

.progress {
    display: block;
    text-align: center;
    width: 0;
    height: 3px;
    background: red;
    transition: width .3s;
}

.progress.hide {
    opacity: 0;
    transition: opacity 1.3s;
}

.btn-signin {
    margin-top: 3rem;
    background-color: var(--btn-primary-color);
    border: 1px solid var(--btn-primary-color);
    color: #fff
}

.btn-signin:hover {
    background-color: var(--btn-primary-hover-color);
    border: 1px solid var(--btn-primary-hover-color);
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item {
    border: 1px solid var(--border-color);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 2rem;
}
footer {
    background-color: #0c1430;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.foot-title {
    color: var(--strong-blue-color);
    font-weight: bold;
}
footer ul {
    display: inline-block;
    list-style: none;
    margin: 10px 0 0 0;
}
footer ul li {
    display: inline;
    padding: 0 12px;
    border-right: 1px solid #a1a1a1;
    height: 18px;
}
footer ul li:last-child {
    border: none;
}
footer ul li a {
    color: #fff;
}
footer ul li a:hover {
    color: var(--strong-blue-color);
}
.half-post-entry {
    margin-bottom: 3rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transform: all .25s ease-in-out;
    -webkit-transform: all .25s ease-in-out;
    -moz-transform: all .25s ease-in-out;
    -ms-transform: all .25s ease-in-out;
    -o-transform: all .25s ease-in-out;
}
.half-post-entry:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.half-post-entry .contents h2:hover a {
    color: var(--strong-color);
}
.half-post-entry .img-bg{
    width: 20%;
}
.half-post-entry .contents {
    width: 70%;
}
.half-post-entry:first-child .img-bg{
    width: 50%;
}
.half-post-entry:first-child .contents {
    width: 50%;
}
.half-post-entry .img-bg {
    border-radius: 5px 0 0 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
}
.half-post-entry .contents {
    padding: 2rem;
    font-size: 1.4rem;
    height: auto;
}
.half-post-entry:first-child .contents {
    padding: 5rem;
}
.half-post-entry .caption {
    font-size: 1.2rem;
    text-transform: uppercase;
}
.half-post-entry .contents h2 {
    font-size: 2.6rem;
    line-height: 2;
}
.half-post-entry .contents h2 a {
    color: #000;
}
.post-meta {
    font-size: 1em;
}
.post-meta a {
    color: #000;
}
.bg-light {
    background-color: #f8f8f8 !important;
}

.articles-list {
    padding: 3rem;
}

.pagination .page-item .page-link {
    font-size: 1.6rem;
}

.article-info {
    text-align: justify;
    padding: 3rem 0;
    line-height: 1.5;
}
.article-info img {
    max-width: 100%;
}
.head-article {
    text-align: center;
    color: #fff;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 2rem;
}
.head-article .meta {
    font-size: 1.4rem;
    margin: 1rem 0;
    color: #e9e9e9;
}


.crossword-question {
    padding: 1rem;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 2rem;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
}
.crossword-question:hover {
    box-shadow: 0 0 20px rgb(118, 118, 118, .8);
}
.crossword-question > input, .crossword-question .form-control {
    padding: 1rem;
    border: none;
    width: 100%;
    border: 1px dashed var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.crossword-question > input:focus {
    outline: none;
}

.crossword-word {
    display: flex;
    white-space: nowrap;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.crossword-question-keyword-group {
    width: 50px;
    border-left: 1px solid var(--border-color);
}
.crossword-question-keyword-group:first-child {
    border-left: none;
}
.crossword-question-keyword-group:last-child {
    border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
}
.crossword-prinmary-keyword {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
}
.crossword-answer {
    width: 100%;
}
.crossword-answer input {
    line-height: 40px;
    border: none;
    width: 100%;
    border: none;
    text-align: center;
}
.crossword-question-keyword-group:first-child .crossword-answer input{
    border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -ms-border-radius: 0 0 0 10px;
    -o-border-radius: 0 0 0 10px;
}
.crossword-question-keyword-group:last-child .crossword-answer input{
    border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
}
.crossword-answer input:focus {
    outline: none;

}
.crossword-answer-input.filled {
    background-color: var(--strong-blue-color);
    color: #fff;
}
.crossword-answer-input.primary-keyword {
    background-color: var(--strong-color);
    color: #fff;
}
.crossword-word .crossword-question-keyword-group:last-child {
    border-right: 1px solid var(--border-color);
}
.btn-add-input {
    border-left: 1px solid var(--border-color);
    border-radius: 0;
    width: 5%;
    text-align: center;
    padding: 1rem 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    cursor: pointer;
    background-color: var(--btn-primary-hover-color);
    color: #fff;
}
.btn-add-input i {
    font-size: 1.6rem;
}

.breadcrumb {
    margin-top: 1rem;
}

.foot-question .btn {
    border: 1px dashed var(--border-color);
    color: var(--muted-color);
    margin-left: 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: none;
}
.foot-question .btn:hover {
    background-color: var(--strong-blue-color);
    color: #fff;
    border: 1px solid var(--strong-blue-color);
}
.question-container {
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question-container-top {
    padding: 1rem;
    border: 1px solid var(--btn-primary-hover-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.question-row {
    display: flex;
    flex-wrap: nowrap;
}

.question-row .question-item {
    width: 50px;
    border: none;
    border-radius: 5px;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    background: #ebebeb;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    margin: 1px;
    background-color: #4dccc6;
    background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
    z-index: 1;
    color: #444;

}
.question-row .question-item.no-word {
    border-bottom: 1px dotted #d6d6d6;
    background-color: var(--background-color);
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 0;
}
/* .question-row:nth-child(2n) .question-item:nth-child(2n) {
    background-color: #ebebeb;
}
.question-row:nth-child(2n) .question-item:nth-child(2n+1) {
    background-color: #cadbdd;
}
.question-row:nth-child(2n+1) .question-item:nth-child(2n) {
    background-color: #cadbdd;
}
.question-row:nth-child(2n+1) .question-item:nth-child(2n+1) {
    background-color: #ebebeb;
} */
.question-row .question-item.row-keyword {
    background: rgb(251, 33, 117);
    background: linear-gradient(0deg, rgb(255 65 3) 0%, rgb(253 95 0) 100%);
    color: #fff;
}
.question-row .question-item.correct-word {
    background: linear-gradient(0deg, rgb(0, 184, 9) 0%, rgb(40, 240, 0) 100%);
    color: #fff;
}
.question-row .question-item.in-correct-word {
    background: linear-gradient(0deg, rgb(184, 135, 0) 0%, rgb(240, 184, 0) 100%);
    color: #fff;
}
.question-row .question-item.row-keyword.correct-word {
    background: linear-gradient(0deg, rgb(0, 128, 38) 0%, rgb(0, 182, 9) 100%);
    color: #fff;
}
.question-number {
    padding: 1.2rem 1.5rem;
}
.question-item-input:focus, .question-row .question-item.row-keyword:focus {
    outline: none;
    background: rgb(255, 151, 0) !important;
    color: #fff;
}

.modal-question {
    border-radius: 10px;
    margin-top: 1rem;
    position: relative;
    display: none;
    height: auto;
    background-color: #fff2d6;
    z-index: 9999999;
    border: 1px solid #e8e8e8;
    padding: 2rem;
    padding-left: 5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.modal-question.show {
    display: block;
}

.modal-question-content {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.modal-question .close {
    font-size: 2rem;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    color: var(--strong-color);
}
.modal-question-number {
    position: absolute;
    padding: .5rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    top: 1rem;
    left: 1rem;
    background-color:var(--strong-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/* Date time picker */

.datetimepicker table tr td.minute:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
    color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: #003399;
}

.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1.4rem;
}

.datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
    width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
    margin-bottom: inherit;
    line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px;
}

.datetimepicker table tr td span:hover {
    background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #003399;
}

.datetimepicker table tr td span.old {
    color: #999999;
}

.datetimepicker th.switch {
    width: 145px;
}

.datetimepicker th span.glyphicon {
    pointer-events: none;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
    cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
    background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.datetimepicker {
    /* width: 265px; */
    padding: 10px;
    left: auto;
    border-radius: 0.675rem;
}

.datetimepicker.datetimepicker-orient-top {
    margin-top: 8px;
}

.datetimepicker table {
    width: 100%;
}

.datetimepicker td,
.datetimepicker th {
    font-size: 1.4rem;
    width: 33px;
    height: 33px;
    font-weight: regular;
    border-radius: 0.675rem;
}

.datetimepicker thead th i {
    font-size: 1.2rem;
}

.datetimepicker thead th.prev,
.datetimepicker thead th.switch,
.datetimepicker thead th.next {
    color: #3F4254;
    font-weight: 500;
    display: table-cell;
    text-align: center;
}

.datetimepicker thead th.prev .glyphicon,
.datetimepicker thead th.switch .glyphicon,
.datetimepicker thead th.next .glyphicon {
    color: #7E8299;
}

.datetimepicker thead th.prev:hover,
.datetimepicker thead th.switch:hover,
.datetimepicker thead th.next:hover {
    background: #F3F6F9 !important;
}

.datetimepicker thead th.dow {
    font-weight: 500;
    color: #3F4254;
}

.datetimepicker thead th.next>span:before {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    font-size: 0.7rem;
}

.datetimepicker thead th.prev>span:before {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    font-size: 0.7rem;
}

.datetimepicker tbody tr>td span {
    color: #7E8299;
    font-weight: `0;
}

.datetimepicker tbody tr>td.day {
    color: #333333;
    text-align: center;
}

.datetimepicker tbody tr>td.day:hover {
    background: #F3F6F9;
}

.datetimepicker tbody tr>td.day.old {
    color: #bdbdbd;
}

.datetimepicker tbody tr>td.day.new {
    color: #3F4254;
}

.datetimepicker tbody tr>td.day.selected,
.datetimepicker tbody tr>td.day.active {
    background: var(--strong-color);
    color: #ffffff;
}

.datetimepicker tbody tr>td.day.today {
    position: relative;
    background: var(--strong-color);
    color: #fff;
}

.datetimepicker tbody tr>td.day.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #ffffff;
    border-top-color: #EBEDF3;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.datetimepicker tbody tr>td.day.range {
    background: #F3F6F9;
}

.datetimepicker tbody tr>td span.year,
.datetimepicker tbody tr>td span.hour,
.datetimepicker tbody tr>td span.minute,
.datetimepicker tbody tr>td span.month {
    color: #7E8299;
    text-align: center;
}

.datetimepicker tbody tr>td span.year.focused,
.datetimepicker tbody tr>td span.year:hover,
.datetimepicker tbody tr>td span.hour.focused,
.datetimepicker tbody tr>td span.hour:hover,
.datetimepicker tbody tr>td span.minute.focused,
.datetimepicker tbody tr>td span.minute:hover,
.datetimepicker tbody tr>td span.month.focused,
.datetimepicker tbody tr>td span.month:hover {
    background: #F3F6F9;
}

.datetimepicker tbody tr>td span.year.active:hover,
.datetimepicker tbody tr>td span.year.active,
.datetimepicker tbody tr>td span.hour.active:hover,
.datetimepicker tbody tr>td span.hour.active,
.datetimepicker tbody tr>td span.minute.active:hover,
.datetimepicker tbody tr>td span.minute.active,
.datetimepicker tbody tr>td span.month.active:hover,
.datetimepicker tbody tr>td span.month.active {
    background: var(--strong-color);
    color: #ffffff;
}

.datetimepicker tfoot tr>th.today,
.datetimepicker tfoot tr>th.clear {
    border-radius: 0.675rem;
    font-weight: 500;
}

.datetimepicker tfoot tr>th.today:hover,
.datetimepicker tfoot tr>th.clear:hover {
    background-color: #F3F6F9;
}

.datetimepicker.datetimepicker-inline {
    border: 1px solid #F3F6F9;
}

.datetimepicker th span {
    position: relative;
    color: transparent;
}

.datetimepicker th span.glyphicon::before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    content: '';
    color: transparent;
}

.datetimepicker th span.glyphicon.glyphicon-arrow-left::before {
    border-right: 5px solid rgba(0, 0, 0, 0.5);
}

.datetimepicker th span.glyphicon.glyphicon-arrow-right::before {
    border-left: 5px solid rgba(0, 0, 0, 0.5);
}
/* End date time picker */
.clock {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.clock .item {
    width: 80px;
    margin-left: 1rem;
    background-color: var(--background-warning-color);
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: #444;
}

.clock .item .time {
    font-size: 2.4rem;
    font-weight: bold;
}

.clock-start,
.clock-end {
    text-align: center;
    font-weight: bold;
    color: var(--background-success-color-hover);
}

.game-list .game-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--strong-color);
    text-transform: uppercase;
}
.modal-title {
    font-size: 1.6rem !important;
    font-weight: bold;
}

.table.table-count {
    counter-reset: rowNumber;
}

.table.table-count tbody tr {
    counter-increment: rowNumber;
}

.table.table-count tr td {
    position: relative;
    vertical-align: middle;
}
.table.table-count tr td:first-child {
    text-align: center;
}
.table.table-count tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
}
.content-section {
    padding: 3rem 0;
    min-height: calc(100vh - 105px);
}
.content-description {
    font-size: 1.6rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 2rem;
}

.card-list {
    padding: 1rem;
    display: flex;
}

.player-card {
    display: flex;
    align-items: center;
    width: 32%;
    padding: 15px;
    margin-right: 2%;
    margin-bottom: 2rem;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    border-radius: 10px;
}
.player-card:nth-child(3n) {
    margin-right: 0;
}

.player-card:hover {
    transform: scale(1.02);
}

.player-card .btn-share-link {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
    color: var(--my-btn-disabled-border-color);
}
.player-avatar {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.player-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-info {
    flex: 1;
    text-align: center;
}
.player-info-icon {
    display: inline-block;
    width: 23px;
    text-align: center;
}
.player-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.player-code {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--strong-color);
}
.player-date {
    font-size: 14px;
    color: #666;
}

.game-player-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.game-player-pagination button {
    padding: 10px 15px;
    margin: 0 5px;
    border: none;
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.game-player-pagination button.active {
    background-color: #0056b3;
}

.game-player-pagination button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}

.sort-select  {
    max-width: 200px;
}
.search-box, .sort-select {
    position: relative;
}
#searchInput, .sort-select select {
    padding-right: 40px;
}
.search-box i, .sort-select i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #888;
}
.player-status {
    display: inline;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pending-status {

    background-color: var(--warning-color);
    color: #585858;
}
.accept-status {
    background-color: var(--success-color);
    color: #fff;
}

.reject-status {
    background-color: var(--reject-color);
    color: #fff;
}

#load-player-info .player-info {
    display: flex;
    justify-content: center;
    line-height: 1.5;
    background-color: #fff7e0;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}
#load-player-info .player-info .player-avatar {
    border: 1px solid #e8e8e8;
    margin-right: 2rem;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#load-player-info .player-info .player-info-content {
    text-align: left;
}
#load-player-info .player-info .player-name {
    margin-bottom: 0;
}
.player-images {
    padding: 2rem 1rem 1rem 2rem;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.player-images a {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 33.333333%;
    max-width: 100px;
}

.player-images a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
}
#player-video-container {
    margin-bottom: 2rem;
}
#player-video-container #video-iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.vote-player-section {
    padding: 3rem;
    width: 100%;
    max-width: 600px;
    min-height: calc(100vh - 105px);
}
.vote-player-info {
    display: flex;
    justify-content: center;
    background-color: #f3f3f3;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #e8e8e8;

}
.vote-player-info .player-info {
    display: flex;
    justify-content: center;
    line-height: 1.5;
    background-color: #fff7e0;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}
.vote-player-info .vote-player-avatar {
    border: 1px solid #e8e8e8;
    margin-right: 2rem;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    border-radius: 10px;
}
.vote-player-info .vote-player-avatar img {
    width: 100%;
    border-radius: 10px;
}
.vote-player-info .vote-player-name {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.player-contest-entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.player-contest-entry a {
    flex-grow: 1;
    width: 265px;
    display: inline-block;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.player-contest-entry a:nth-child(2n) {
    margin-right: 0;
}
.player-contest-entry a img {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.player-contest-entry-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: var(--strong-color);
}
.player-contest-entry-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: var(--strong-color);
    margin: 0 auto 2rem  auto;
}
.player-contest-entry-content {
    background-color: #fff7e0;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 1rem;
}
#player-contest-entry-video-iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.content-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--warning-color);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Tab  */
.gamne-tab {
    justify-content: center;
    margin-bottom: 2rem;
}
.gamne-tab .nav-link {

    color: #444;
    padding: 1rem 1.5rem;
    background-color: #f0f0f0;
    margin-right: 1rem;
    margin-bottom: 1REM;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-weight: bold;
}
.gamne-tab .nav-link.active {
    background-color: var(--strong-color);
    color: #fff;
}
/* End Tab  */
.home-slider .slider-item {
    background-position: center center;
    background-size: cover;
    width: 100%;
    aspect-ratio: 24 / 7;
    position: relative;
}
.home-slider .slider-icon {
    position: absolute;
    max-width: 500px;
    top: 26%;
    right: 14.5%;
}
.home-slider .slider-icon img {
    width: 100%;
    display: block;
}

.home-slider .slider-text {
    position: absolute;
    max-width: 612px;
    top: 21%;
    left: 12.5%;
}
.home-slider .slider-text  .slider-title {
    font-family: "VT323", serif;
    font-size: 10rem;
    font-weight: 400;
    font-style: normal;
    color: #00eddf;
    line-height: 1.2;
}
.home-slider .slider-text  .slider-description {
    font-family: "Kode Mono", serif;
    font-size: 1.8rem;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    margin-bottom: 2rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-slider .btn-slider {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    background-color: var(--strong-color);
    border: none;
    color: #fff;
    font-family: "Kode Mono", serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.home-slider .btn-slider:hover {
    background-color: #00eddf;
    color: #212529
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.slick-dots li {
    margin: 0 5px;
}
.slick-dots li button {
    width: 40px;
    height: 10px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    color: transparent;
}
.slick-dots li button:hover {
    background-color: var(--strong-color);
}
.slick-dots li.slick-active button {
    background-color: var(--strong-color);
}
/* End Home Slider */
.home-game-section {
    padding: 3rem 0;
    background-image: url(../images/home-game-section-bg.png);
    background-size: cover;
    background-position: top center;
}
.home-game-section.section-vote {
    padding: 3rem 0;
    background-image: url(../images/home-game-section-bg-trans.png);
    background-size: cover;
    background-position: top center;
}
.home-game-section.section-crossword {
    color: #fff;
}
.section-crossword .home-game-section-left {
    padding-top: 6rem;
    text-align: center;
}
.section-crossword .home-game-section-left img {
    width: 100%;
    max-width: 350px;
}
.section-crossword .home-game-section-right {
    padding: 3rem 0;
}
.home-game-section .section-title {
    font-size: 3.2rem;
}
.home-game-section  .btn-section {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    background-color: var(--strong-color);
    border: none;
    color: #fff;
    font-family: "Kode Mono", serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.home-game-section .section-description {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.home-game-section .btn-section:hover {
    background-color: #00eddf;
    color: #212529;
}
.section-vote .home-game-section-right img{
    width: 100%;
    max-width: 350px;
}
.section-vote .home-game-section-right {
    padding-top: 6rem;
    text-align: center;
}
.section-vote .home-game-section-left {
    padding: 3rem 0;
}

/* Range Slider */
.slidecontainer {
    width: 100%; /* Width of the outside container */
  }

  /* The slider itself */
  .slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
  }

  /* Mouse-over effects */
  .slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }

  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: #04AA6D;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

  .slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04AA6D; /* Green background */
    cursor: pointer; /* Cursor on hover */
  }
/* End Range Slider */
