/*
Theme Name: King Child
Theme URI: http://kingthemes.net
Template: king
Version: 2.1.0
Author: RedKings
Author URI: http://themeforest.net/user/RedKings
Description: Description
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: king
*/

/*************** Add your custom css here  ***************/

/*List page custom  backgroung color css*/

.list-template-default.single {
    background-color: #000;
}
.list-item .list-item-title .list-item-number{
    color: #eeee22;
}
.widget_custom h2.widget-title, .widgettitle {
    background-color: #0d0d0d;
    color: #ffffff;
}

#top-users-3 .king-users-v2 {
    background-color: #15202b;
}

#top-users-3 h2.widget-title {
    background-color: #0d0d0d;
    color: #ffffff;
}

.users-info-v2 .users-followers {
    color: #fff !important;
}

.users-info-v2 a.users-info-name {
    color: #71737b !important;
}
.king-leaderboard .lb-username{
    color: #fff;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    width: 98px;

}
.king-leaderboard .lb-numbers i
{
    color: #e3df29;
}
/*date and impression*/

.editorschoice-post-img:after{
    background: linear-gradient(180deg,rgba(0,0,0,0.0001) 18.88%,rgba(0,0,0,0.8) 100%);
}
.site-header{
    top:-1px !important;
}

.king-post-item .entry-meta {
    display: none !important;
}

.single-post-back .v5-header-second {
    background: rgb(52 52 52 / 90%);
    padding: 5px 20px;
    border-radius: 10px !important;
}

.v5-header-second {
    border-radius: 10px;
}

/* Remove feature  from all posts / site wide */
div.post-page-ft {
    display: none;
}

/*Css for remove date and impression in footer*/
.entry-footer .post-meta {
    display: none;
}


.nav-list i,
.nav-poll i,
.nav-trivia i {
    color: #e3df29 !important;
}

/*Css for corrent answers in green background*/
.king-quiz-answer.correct .king-poll-answer-in {
    background-color: #0ebb10;
    color: #fff;
}

/* Style for answers correctly  show check when they answer incorrectly wrong */
.king-quiz-answer.not-correct .king-poll-answer-in:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    top: 50%;
    font-weight: 900;
    transform: translateY(-50%);
    color: #fff;
}

.king-quiz-answer .king-poll-answer-in:after {
    content: none;
}

.king-quiz-answer.correct .king-poll-answer-in:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    top: 50%;
    font-weight: 900;
    transform: translateY(-50%);
    color: #fff;
}

/* Remove search  function */
.king-header-right #searchv2-button {
    display: none;
}

/*Remove Tags Css*/
.v5-header-second .tags-links {
    display: none;
}

/* Remove  rings / circles */
.poll-circle .circle {
    display: none;
}

.king-poll-title {
    padding-left: 0px;
}

/* Remove related post reaction */
.king-simple-post .entry-meta {
    display: none;
}

/*Result ring css*/
.result-circle .circle-chart {
    stroke: #4e148c;
    stroke-width: 3;
}

/*Change color nav categories*/
.header-nav .current-menu-item a {
    color: #eeee22 !important;
}

.header-nav a {
    color: #eeee22 !important;
}


/*Login modal change link colr and hover*/
p.LogInModal-forgotPassword a {
    color: #2c0735;
}

p.LogInModal-signUp a {
    color: #2c0735;
}

p.LogInModal-signUp a:hover {
    color: #2c0735c9;
}

p.LogInModal-forgotPassword a:hover {
    color: #2c0735c9;
}
/* Millix Notice*/
label.millix_note {
    color: #e11012 !important;
    font-size: 12px;
    margin-top: -10px;
    margin-left: 5px;
    text-transform: none;
}
/*Add Ad banner in post page*/
.ads_banner {
    margin: 10px 0 35px;
}

.king-poll {
    display: block;
    margin: 20px 10px 25px;
}

.download_link span {
    font-size: 12px;
}

a.down_link {
    color: #4e148c;
}

a.down_link:hover {
    color: #5305cf;
}

.trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem !important;
    width: 24rem;
    border-radius: 0.5rem;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
/* model */

span.close {
    position: absolute;
    top: -11px;
    right: -13px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 8040;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 26px;
    border-radius: 50px;
    font-size: 19px;
}

.modal-content p a {
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #4e148c;
    width: 121px;
    margin: 0 auto;
    margin-top: 13px;
}

.error_message1 {
    display: none;
}

.model_btn {
    display: none;
}

.modal-content {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid red;
    background-color: #fff6f6;
}

.modal-content .error_message2,
.error_message3 {
    margin-bottom: 0;
    color: red;
}

.error_message1 {
    color: #000;
    display: inline-grid;
    margin-bottom: 0 !important;
}

.error {
    display: none;
    visibility: visible;
    opacity: 1;
}

/* Change Color of Category Badges*/

.king-categories .king-categories-head {
    border-bottom: 1px solid #eeee22;
}

.king-categories .king-categories-head i {
    border: none;
    color: #fff;
}

.categories-post-title .completed_quiz {
    width: 90px;
}



/* timer - model */

.clock_timer {
    position: fixed;
    right: 0;
    left: auto;
    top: 120px;
    width: fit-content;
    transform: scale(0.7);
    background-color: #eeee22;
    border-radius: 100%;
    display: flex;
    color: #000;
    z-index: 999;
}

.clock_timer h2 {
    text-align: center;
    position: absolute;
    line-height: 161px;
    width: 100%;
}

svg {
    transform: rotate(-90deg);
}

.circle_animation {
    stroke-dasharray: 440;
    /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 440;
    transition: all 1s linear;
}

/* Timer css 2*/

.base-timer {
    position: relative;
    width: 150px;
    height: 150px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.profile-stats-num img {
    width: 15px;
    vertical-align: inherit;
    margin-left: 4px;
    margin-right: 4px;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

/* Lodaer */

.king-form-group .loder .true_add,
.king-form-group .loder .load_add {
    position: absolute;
    top: 45px;
    right: 45px;
}

.loder img {
    width: 30px;
    display: none;
}

.king-form-group .loder.loder-register .true_add,
.king-form-group .loder.loder-register .load_add {
    top: 9px;
}


/*Model quiz page Css*/


#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0);
    background-image: url('http://www.wavyl.com/tangledtrivia/wp-content/uploads/2022/04/quiz_model_bg-1.jpg');
    z-index: 99999;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.modalPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 50%;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    border-radius: 10px;
}





/* Quiz - Model */


.headerBar {
    width: 100%;
    background: #edcb04 url(http://cognex.com/gfx/site/bg-global-header.png) repeat-x 0 0;
    margin: 0;
    text-align: center;
}

.headerBar img {
    margin: 1em .7em;
}

h1 {
    margin-bottom: .2em;
    font-size: 26px;
    text-transform: capitalize;
}

h1.model_heading {
    color: #eeee22;
    background-color: #4e148c;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.quiz_category {
    padding: 0 15px;
    margin: 17px 0 30px 0;
}

p.model_post_title {
    text-align: center;
    color: #4e148c;
    font-weight: 600;
    margin-top: 31px;
    margin-bottom: 10px;
    font-size: 22px;
}

p.model_post_tag {
    text-align: center;
    color: #4e148c;
    font-weight: 600;
    padding: 3px 7px;
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 3px;
}

.model_button {
    margin: 18px 0px;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.model_button .btn_start {
    padding: 9px 22px;
    border-radius: 4px;
    background-color: #eeee22;
    color: #4e148c;
    font-weight: 800;
    text-transform: uppercase;
    width: 124px;
}

.btn_start {
    display: none;
}

p.msg_model {
    text-align: center;
    color: #4e148c;
    font-weight: 900;
    font-size: 18px;
    /* display: none; */
    margin-left: 10px;
    margin-right: 10px;
}

/* p.msg_model.hide_msg {
    display: none;
} */

p.msg_model_rul {
    text-align: center;
    color: #4e148c;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}
.model_button .btn_start:hover {
    box-shadow: 0 0 5px 4px #eeee223b;
}

.model_button #close_btn {
    padding: 9px 31px;
    border-radius: 4px;
    background-color: #4e148c;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    width: 124px;
    display: none;
}

.model_button #close_btn:hover {
    box-shadow: 0 0 5px 4px #4e148c38;
}

.returnToProfile {
    text-align: center;
    margin: 3em;
}

.returnToProfile a,
.returnToProfile a:visited {
    color: #ddd;
}

.returnToProfile a:hover {
    color: #fff;
}

.quiz-result.Hello h3 {
    margin-bottom: 80px;
}

.millix-points {
    margin-top: 0;
    white-space: nowrap;
    width: 100%;
    margin-left: 0;
    font-size: 18px;
}

.msg_model a {
    color: #eeee22;
    font-size: 16px;
    font-weight: 600;
    background: #4e148c;
    padding: 3px 10px;
    border-radius: 10px;
}

/*Time Up model CSS*/


/* The Modal (background) */
.ebcf_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 3;
    /* Sit on top */
    padding-top: 250px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgb(0 0 0 / 79%);
    /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 40%;
    border-radius: 12px;
    border: 2px solid #4e148c;
    text-align: center;
    z-index: 3;
}

.ebcf_modal-content p {
    margin: 0;
    text-align: center;
    color: #4e148c;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}

img.clock_time {
    width: 150px;
}

.ebcf_modal-content a {
    background: #eeee22;
    color: #4e148c;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 7px;
    border: 0.5px solid #4e148c;
}

.ebcf_modal-content a:hover {
    color: #8252b5;
}

/* The Close Button */
.ebcf_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.card-c {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.card-c .entry-title {
    margin: 0;
}

.completed_quiz {
    background: #00c500;
    padding: 2px 8px;
    border-radius: 100px;
    color: #fff;
}

.completed:hover {
    cursor: not-allowed;
}

.completed:hover .entry-image-link {
    cursor: not-allowed;
}

.completed:hover .cat-links a {
    cursor: not-allowed;
}

.completed:hover .entry-title a {
    cursor: not-allowed;
}

.featured-complete {
    width: 85px;
}

img.model_loader {
    display: none !important;
}

.link_btn_1 a {
    display: none;
}

p.msg_quiz {
    text-align: center;
    color: #4e148c;
    font-weight: 500;
    display: none;
}

.editorschoice-post-title a{
    color: #eeee22;
}
.king-featured-small .editorschoice-post-in{z-index: 1;}


/* Ticker CSS */

.ticker_section {
    width: 100%;
}

@keyframes ticker-tape-scrolling {
    0% {
        left: 0
    }

    100% {
        left: -50%
    }
}

.ticker-tape {
    background: #000;
    width: 100%;
    height: 2.5rem;
    margin: 0 auto 0;
}

.ticker-tape-title {
    float: left;
    white-space: nowrap;
    line-height: 2.5rem;
    padding: 0 1.25rem;
    font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: #fff
}

.ticker-tape .ticker-tape-scroll {
    overflow: hidden;
    white-space: nowrap;
}

.ticker-tape .ticker-tape-collection {
    display: table-cell;
    position: relative;
    animation: ticker-tape-scrolling 75.2s linear infinite running;
}

.ticker-tape .ticker-tape-collection:hover {
    animation-play-state: paused;
}

.ticker-tape .ticker-tape-story {
    display: inline-block;
    vertical-align: top;
    line-height: 2.5rem;
}

.ticker-tape .ticker-tape-story:after {
    overflow: hidden;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    content: "line after";
    display: inline-block;
    height: 1.875rem;
    margin-bottom: 0.1875rem;
    /* border-right: 1px solid rgba(255, 255, 255, 0.35); */
    vertical-align: middle;
}

.ticker-tape .ticker-tape-link {
    display: inline-block;
    padding: 0 1.25rem;
    color: rgba(255, 255, 255, 0.7)
}

.ticker-tape .ticker-tape-link:hover {
    color: #fff;
}

.ticker-tape-story span {
    padding-right: 0.3125rem;
    font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
}

span.number_color {
    color: #f2d32a;
    font-weight: 700;
}

img.millix_logo {
    width: 15px;
    height: 15px;
    top: -1px;
    position: relative;
}

span.dot_class {
    margin-left: -20px;
    color: #fff;
    font-size: 20px;
}

.ticker-tape-story {
    margin-left: -26px;
}

.ticker-tape-collection {
    padding: 0px 20px;
}

.c-media__title .profile_link_scoreboard {
    color: #fff;
}

/* Millix Model */
.model_button .btn_submit {
    padding: 9px 22px;
    border-radius: 4px;
    background-color: #eeee22;
    color: #4e148c;
    font-weight: 800;
    text-transform: uppercase;
    width: 124px;
}


p.validation_message {
    margin: 0;
    font-size: 14px;
    color: #ff0000;
    display: none;
}

.model_button img.load_add_model {
    height: 40px;
    display: none;
}



.show {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    margin-top: -20px;
    margin-left: -75px;
    background: #e74c3c;
    color: #fff;
    border-radius: 5px;
    border: 0;
    border-bottom: 2px solid #c0392b;
    cursor: pointer;

    &:hover {
        background: #c0392b;
    }

    &:active {
        transform: scale(0.9);
    }
}

/* // Close Button */

.model_millix .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 30px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
}

/* // The mask  */

.model_millix .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 73, 94, 0.8);
    z-index: 50;
    visibility: hidden;

    opacity: 0;

    transition: 0.7s;
}

/* // Modal */

.model_millix .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 500px;
    max-height: 350px;
    margin-left: -200px;
    margin-top: -150px;
    background: #ffffff;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    transform: translateY(45px);
    border-radius: 15px;
}
.inner_content{
    padding: 15px;
}


.input-fileds-modal button.btn.btn-default.icon_only.open_modal_qr_code_scan {
    position: absolute !important;
    top: 2px !important;
    right: 8px !important;
}

 .input-fileds-modal input#confirm_millix {
    width: 100%;
}

.input-fileds-modal .king-form-group .input-loader {
    width: 100% !important;
}
.type-trivia .ebcf_modal-content{
    padding: 0 !important;
}
.type-trivia .ebcf_modal{
padding-top: 150px !important;
}
#mymillixModal .ebcf_modal-content p.error_message3, .error_message2, .error_message1{
    margin: 0;
    text-align: center;
    color: #ff0000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
}
#mymillixModal .ebcf_modal-content{
    max-width: 500px;
    width: 100%;
}
/* // Class Active */

.active {
    visibility: visible;
    opacity: 1;
}

/* // When active class is added, that affects the modal class */

.active+.modal {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

div#myModal_reg {
    z-index: 999;
}


.error_millix_msg p.error_message3 {
    display: none;
}

.error_millix_msg p.error_message2 {
    display: none;
}


.error_millix_msg {
    color: red;
    text-align: center;
}

.error_millix_msg p.error_message1 {
    display: none;
    font-size: 14px;
    color: red;
    margin-top: -10px;
    padding: 0;
    font-weight: 600;
}

button.show.call_millix_model {
    display: none;
}

/* Scoreboard CSS */

.l-grid__item ul#list {
    height: 400px !important;
    overflow-y: scroll;
    padding :10px;
}
/* width */
.l-grid__item ul#list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.l-grid__item ul#list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.l-grid__item ul#list::-webkit-scrollbar-thumb {
  background: #ff0; 
}

/* Handle on hover */
.l-grid__item ul#list::-webkit-scrollbar-thumb:hover {
  background: #ff0; 
}


html {
    --black: #000000;
    --white: #ffffff;
    --darkest: #101010;
    --darker: #16171A;
    --dark: #A3AFBF;
    --medium: #DFE7EF;
    --light: #CAD4E1;
    --lighter: #F5F8FC;
    --lightest: var(--white);
    --primary: #7B16FF;
    --primary-light: #DDD9FF;
    --primary-trans: rgba(123, 22, 255, 0.4);
    --yellow: #FDCB6E;
    --orange: #E17055;
    --teal: #00CEC9;
    --bg: var(--darkest);
    --color: var(--lightest);
    --surface: var(--darker);
}

h1.your_score_title {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

h3.your_score {
    color: #fff;
}

h3.title_score {
    font-size: 32px;
    line-height: 40px;
    color: #fff;

}

.c-media__content{
    padding-left: 1.2rem;
}

.l-wrapper {
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 1.6rem 1.6rem 3.2rem;
}

.l-grid {
    /* display: grid; */
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    position: relative;
}

strong.score {
    font-size: 18px;
}

p.score_title {
    margin: 0;
    padding: 0;
    color: #fdf800;
    font-size: 50px;
    font-weight: 500;
}

@media screen and (max-width: 700px) {
    .l-grid {
        grid-template-columns: 1fr;
    }
}

.c-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.4rem;
    position: relative;
}

.c-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0.2rem;
    background: var(--primary-trans);
}

.c-card {
    border-radius: 0.8rem;
    background: #16171a;
    width: 100%;
    margin-bottom: 1.6rem;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.12);
}

.c-card__body,
.c-card__header {
    padding: 2.4rem;
}

strong.score {
    font-size: 18px;
}

@media screen and (max-width: 700px) {

    .c-card__body,
    .c-card__header {
        padding: 1.2rem;
    }
}

.c-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
}

@media screen and (max-width: 700px) {
    .c-card__header {
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {
    .c-place {
        transform: translateY(4px);
    }
}

.c-logo {
    display: inline-block;
    width: 100%;
    max-width: 17.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.c-list__item {
    /* padding: 1.6rem 0; */
    color: #fff;
}

.c-list__item .c-flag {
    margin-top: 0.8rem;
}

@media screen and (max-width: 700px) {
    .c-list__item .c-flag {
        margin-top: 0.4rem;
    }
}

.c-list__grid {
    display: grid;
    grid-template-columns: 11.8rem 3fr 1fr;
    grid-column-gap: 2.4rem;
}

@media screen and (max-width: 700px) {
    .c-list__grid {
        grid-template-columns: 3.2rem 3fr 1fr;
        grid-column-gap: 0.8rem;
    }
}

.c-media {
    display: inline-flex;
    align-items: center;
}

@media screen and (max-width: 700px) {
    .c-media__content {
        padding-left: 0.8rem;
        padding-left: 0;
    }
}

.c-media__title {
    margin-bottom: 0.4rem;
    margin-top: 0.8rem;
    font-size: 18px;
}

@media screen and (max-width: 700px) {
    .c-media__title {
        font-size: 1.4rem;
    }
}
.c-media .user-header-noavatar{
    width: 2.8rem;
    height: 2.8rem;
}
.c-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    box-shadow: inset 0px 0px 0px 1px currentColor;
    border-radius: 50%;
    background: var(--lightest);
    color: var(--dark);
}

@media screen and (max-width: 700px) {
    .c-avatar {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.c-avatar--lg {
    width: 9.6rem;
    height: 9.6rem;
}

.c-button {
    display: inline-block;
    background: var(--dark);
    border: 0;
    border-radius: 0.4rem;
    padding: 1.2rem 2rem;
    transition: all 120ms ease-out 0s;
}

.c-button--block {
    display: block;
    width: 100%;
}

.c-button:hover,
.c-button:focus {
    filter: brightness(0.9);
}

.c-button:focus {
    box-shadow: 0px 0px 0px 0.4rem var(--primary-trans);
}

.c-button:active {
    box-shadow: 0px 0px 0px 0.4rem var(--primary-trans), inset 0px 0px 0.8rem rgba(0, 0, 0, 0.2);
    filter: brightness(0.8);
}

.c-select {
    background: transparent;
    padding: 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.4rem;
    border-color: rgba(255, 255, 255, 0.2);
    transition: all 120ms ease-out 0s;
}

.c-select:hover {
    background: var(--darkest);
}

.u-row--dark1,
.u-row--dark2,
.u-row--dark3 {
    color: #040404 !important;
}

.c-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    /* background: var(--lightest); */
    color: #fff;
    border-radius: 0.4rem;
    font-size: 18px;
}

@media screen and (max-width: 700px) {
    .c-flag {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.c-button--light {
    background: var(--lightest);
}

.c-button--primary {
    background: var(--primary);
}

.c-button--dark {
    background: var(--darkest);
}

.c-button--transparent {
    background: transparent;
}

.c-button--medium {
    background: var(--medium);
}

.c-button--yellow {
    background: var(--yellow);
}

.c-button--orange {
    background: var(--orange);
}

.c-button--teal {
    background: var(--teal);
}

.c-button--light-gradient {
    background: linear-gradient(to top, var(--light), var(--lightest));
}

.u-text--title {
    font-family: "Oswald", system-ui;
}

.u-text--left {
    text-align: left;
}

.u-text--center {
    text-align: center;
}

.u-text--right {
    text-align: right;
}

.u-bg--light {
    background: var(--lightest) !important;
}

.u-text--light {
    color: var(--lightest) !important;
}

.u-bg--primary {
    background: var(--primary) !important;
}

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

.u-bg--dark {
    background: var(--darkest) !important;
}

.u-text--dark {
    color: #000 !important;
}

.u-bg--transparent {
    background: transparent !important;
}

.u-text--transparent {
    color: transparent !important;
}

.u-text--dark1 {
    color: #ffff00;
}

.u-text--dark2 {
    color: #00cec9;
}

.u-text--dark3 {
    color: #e17055;
}

.u-bg--medium {
    background: var(--medium) !important;
}

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

.u-bg--yellow1 {
    background: yellow !important;
}

.u-bg--yellow2 {
    background: #00cec9 !important;
}

.u-bg--yellow3 {
    background: #e17055 !important;
}

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

.u-bg--orange {
    background: var(--orange) !important;
}

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

.u-bg--teal {
    background: var(--teal) !important;
}

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

.u-bg--light-gradient {
    background-color: #fff !important;
}

.u-text--light-gradient {
    color: linear-gradient(to top, var(--light), var(--lightest)) !important;
}

.u-display--flex {
    display: flex;
}

.u-align--center {
    align-items: center;
}

.u-justify--center {
    justify-content: center;
}

.u-align--flex-end {
    align-items: flex-end;
}

.u-justify--flex-end {
    justify-content: flex-end;
}

.u-align--flex-start {
    align-items: flex-start;
}

.u-justify--flex-start {
    justify-content: flex-start;
}

.u-align--space-between {
    align-items: space-between;
}

.u-justify--space-between {
    justify-content: space-between;
}

.u-text--small {
    font-size: 1.4rem;
}

.u-pl--2 {
    padding-left: 0.2rem;
}

.u-ml--2 {
    margin-left: 0.2rem;
}

.u-pr--2 {
    padding-right: 0.2rem;
}

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

.u-pb--2 {
    padding-bottom: 0.2rem;
}

.u-mb--2 {
    margin-bottom: 0.2rem;
}

.u-pt--2 {
    padding-top: 0.2rem;
}

.u-mt--2 {
    margin-top: 0.2rem;
}

.u-pl--4 {
    padding-left: 0.4rem;
}

.u-ml--4 {
    margin-left: 0.4rem;
}

.u-pr--4 {
    padding-right: 0.4rem;
}

.u-mr--4 {
    margin-right: 0.4rem;
}

.u-pb--4 {
    padding-bottom: 0.4rem;
}

.u-mb--4 {
    margin-bottom: 0.4rem;
}

.u-pt--4 {
    padding-top: 0.4rem;
}

.u-mt--4 {
    margin-top: 0.4rem;
}

.u-pl--8 {
    padding-left: 0.8rem;
}

.u-ml--8 {
    margin-left: 0.8rem;
}

.u-pr--8 {
    padding-right: 0.8rem;
}

.u-mr--8 {
    margin-right: 0.8rem;
}

.u-pb--8 {
    padding-bottom: 0.8rem;
}

.u-mb--8 {
    margin-bottom: 0.8rem;
}

.u-pt--8 {
    padding-top: 0.8rem;
}

.u-mt--8 {
    margin-top: 0.8rem;
}

.u-pl--16 {
    padding-left: 1.6rem;
}

.u-ml--16 {
    margin-left: 1.6rem;
}

.u-pr--16 {
    padding-right: 1.6rem;
}

.u-mr--16 {
    margin-right: 1.6rem;
}

.u-pb--16 {
    padding-bottom: 1.6rem;
}

.u-mb--16 {
    margin-bottom: 1.6rem;
}

.u-pt--16 {
    padding-top: 1.6rem;
}

.u-mt--16 {
    margin-top: 1.6rem;
}

.u-pl--24 {
    padding-left: 2.4rem;
}

.u-ml--24 {
    margin-left: 2.4rem;
}

.u-pr--24 {
    padding-right: 2.4rem;
}

.u-mr--24 {
    margin-right: 2.4rem;
}

.u-pb--24 {
    padding-bottom: 2.4rem;
}

.u-mb--24 {
    margin-bottom: 2.4rem;
}

.u-pt--24 {
    padding-top: 2.4rem;
}

.u-mt--24 {
    margin-top: 2.4rem;
}

.u-pl--32 {
    padding-left: 3.2rem;
}

.u-ml--32 {
    margin-left: 3.2rem;
}

.u-pr--32 {
    padding-right: 3.2rem;
}

.u-mr--32 {
    margin-right: 3.2rem;
}

.u-pb--32 {
    padding-bottom: 3.2rem;
}

.u-mb--32 {
    margin-bottom: 3.2rem;
}

.u-pt--32 {
    padding-top: 3.2rem;
}

.u-mt--32 {
    margin-top: 3.2rem;
}

.quiz-disabled {
    pointer-events: none;
    opacity: 0.7;
}

a.scoreboard {
    color: #00ffff;
}

a.scoreboard:hover {
    color: #ffff;
}

a.address {
    color: #00ffff !important;
}

a.address:hover {
    color: #ffff !important;
}

article .entry-title a {
    width: 292px;
}

/* Profile Completed Quiz List   */

.quiz-listing-container {
    max-width: 1140px;
    margin: 0 auto;
}

.quiz-listing-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.quiz-listing-box-outer {
    width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.quiz-listing-box {
    background: #000;
    padding: 15px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quiz-listing-box img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
}

h2.quiz-title {
    font-size: 30px;
    color: #fff;
    padding: 0 15px;
    font-weight: bold;
}

.quiz-listing-box h6 {
    margin: 0;
    font-size: 18px;
    color: #eeee22;
    padding-right: 10px;
}

/* User Statement CSS */

.tans-table .sorting {
    color: #fff;
}

.dataTable {
    border: 1px solid #fff;
}

.tans-table tfoot tr th {
    color: #fff;
}

.tans-table thead {
    background-color: #4e148c !important;
}

.dataTables_length label {
    color: #fff;
}

.dataTables_wrapper .dataTables_length select {
    color: #fff;
    background-color: #2c0735;
}

.dataTables_filter label {
    color: #fff;
}

.dataTables_filter input {
    color: #fff !important;
    border-radius: 5px !important;
}

.dataTables_length {
    margin-bottom: 15px;
}

.tans-table td a {
    color: #6e1883;
    font-weight: 600;
    text-decoration: underline;
}

.tans-table td {
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

.dataTables_info {
    color: #fff !important;
}

.paginate_button {
    border-radius: 7px !important;
    font-weight: 600;
}

.tans-table .odd {
    background: #ecdaff !important;
}

.tans-table .sorting_1 {
    background: transparent !important;
}

.tans-table .even {
    background: #f2d3f9 !important;
}



#content .google-auto-placed {
    height: 1px !important;
    max-height: 1px !important;
}

.google-auto-placed .adsbygoogle {
    height: 1px !important;
    max-height: 1px !important;
}

.tableWrp {
    overflow-x: scroll;
}
.dataTables_wrapper .dataTables_filter input{
    margin-bottom: 10px;
}
.announcements_text {
    text-align: center;
    padding: 10px;
    font-size: 19px;
    font-weight: 700;
}
/*Custom Css*/

/*Trivia Quiz Image CSS*/

.type-trivia .king-poll img.king-poll-img {
    max-height: inherit;
}

/*First Footer widget area*/

.user-header-menus a:hover {color: #4e148c;font-weight: 600;}
.first.widget-area {
    display: flex !important;
}
.placeholder-image {
    margin: 15px;
}


.fancybox-content-inside {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #D2D2D2;
  -moz-box-shadow: 0 0 10px #CCC;
  -webkit-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left 5, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 5px);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
  line-height: inherit;
	max-width:500px;
	width:auto !important;
	text-align: center !important;
}


.fancybox-content-inside a:hover{
	color:#fd2c56;
}

.fancybox-content-inside a{
	color:#4e148c;
}
/*Round Corner css*/
.single-post-back .v5-header-second{
	border-radius:10px !important;
}
/*Categories Post Title Color*/
.categories-post-title {
    color: white;
}
/*Hover Color Css*/
.post-nav-np:hover a {
    color: #ffffff;
}
a.prev-link
{
	color:#eeee22;
}
a.next-link{
	color:#eeee22;
}
/*Register login css*/
.login-register{
	background-color: #4e148c !important;
}
/*Result circle css*/
.result-circle .result-circle-in {
    color: #e7ee22;
}
/*Remove featured-meta in slider*/
.owl-carousel .featured-posts .featured-meta {
    display: none;
}
/*Not correct answer text css*/
.king-quiz-answer.not-correct .king-poll-answer-in {
    color: #ffffff;
}
/*Answer Hover color css*/
.king-poll-answers li:hover {
    cursor: pointer;
    border-color: #e3df29;
}
/*Silder title background*/
.king-featured-grid .featured-posts .featured-content {
    background-color: #00000061;
    border-radius: 10px;
}
/*Hide featured meta in slider*/
.king-featured-grid .featured-content .featured-meta {
    display: none;
}
/*slider css*/
.featured-posts .featured-content{
	    top: inherit;
    left: 5%;
    bottom: 10px;
    transform: inherit;
    text-align: left;
    min-width: 400px;
    border-radius: 10px;
    background-color: #00000061;
}
.owl-dots .active{
	-webkit-box-shadow:inset 0 0 0 2px #4e148c;
}
.owl-prev:hover, .owl-next:hover{
	color:#4e148c !important
}
.owl-loaded .owl-dots {
    background-color: black;
}
.owl-dots .owl-dot {
    box-shadow: inset 0 0 0 8px #f2d32a;
}
.owl-dots .active {
    -webkit-box-shadow: inset 0 0 0 2px #6216ae;
	background-color: #f2d32a;   
}
.owl-prev:hover, .owl-next:hover {
    color: #f2d32a !important;
}
span.user-header-noavatar {
    background-color: #000000;
}
/*Login remember me button*/
label.rememberme-label {
    color: #6a3876;
}
/*Profile page css*/
.king-form-group label {
    color: #4e148cc2;
}
.owl-drag .owl-nav {
    background-color: #000000;
}

.featured-posts .king-post-format a{
    padding: 3px 10px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}
.featured_millix p {
    position: relative;
    margin: 0;
    top: 1px;
}

.pformat-trivia.nav-trivia {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px !important;
    justify-content: flex-end;
}
.king-post-format.small_millix a {width: fit-content;display: flex;align-items: center;gap: 10px;position: absolute;top: 10px;padding: 0px 10px;right: 10px;}

.top-post {display: flex;align-items: center;gap: 10px;}
.featured_millix {
    background-color: #00000052 !important;
}
.featured_millix {opacity: 0;transition: 0.5s;}
.owl-item:hover .featured_millix {opacity: 1;}
li.king-post-item:hover .featured_millix {opacity: 1;}
.featured-posts .king-post-format i{
    position: inherit;
    top: inherit !important;
    left: 0;
}

a.announcements_link {
    color: #6200bb;
}

a.announcements_link:hover {
    color: #8428df;
}
/*Category Bar*/
.cetagory_menu {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: hidden;
    margin: 0 16px;
}
 
.cetagory_menu .main-navigation .menu-item-has-children:after{
    bottom: -20px;
}
.catagory-menu a{
    height: 30px !important;
}
.header-nav.catagory-menu {
    margin: 8px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-top: 8px;
}
.main-navigation .menu-item-has-children:after{
    
    bottom: -20px !important;

}
.cetagory_menu .king-categories-head a {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
}
.categories-btn a {
    line-height: 30px;
}

.cetagory_menu .king-categories-head a i {
    border: none;
    color: #fff;
}
.cetagory_menu .king-categories-head{
    margin-bottom: 0px;
}

/*List page title css*/

.list-item .list-item-title h3{
    color: #858ae3;
}
/* Categories hover css*/

.menu-item a:after {
    bottom: -9px;
}

/* user points header css*/

.user_millix_title {
    color: #fff;
    font-size: 11px;
    text-align: left;
    font-weight: 600;
}

a#home_btn {
    display: none ;
}
.millix_header {
    padding-right: 25px;
}

.user_millix_number {
    color: #eeee22;
    font-size: 15px;
    font-weight: 600;
    margin-top: -2px
}

img.millix_header_logo {
    width: 15px;
}

p.plyed_quiz {
    font-size: 30px;
    font-weight: 500;
}
.plyed_quiz{
    display: none;
}

.user_millix_had {
    display: flex;
    align-items: center;
    gap: 5px;
}
.featured-post .overlay,
.editorschoice-post .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.6;
    
}
.editorschoice-post{position: relative;}
/*Category page title css*/

.page-title .fa-lg {
    margin-right: 10px;
}
/* Category Button Css*/

button.accordion {
    display: none;
    color: #ffff00;
    padding: 10px 25px;
    margin-bottom: 8px;
}
.accordion .fa-lg {
    margin-right: 5px;
}
/* Profile page css */
textarea#send-request {
    min-height: auto !important;
}
#send_request_textbox{
    display: none;
}
a.profile_link_scoreboard{
    display: flex;
}
/* 
.Qr-scnner{
    display: none;
} */

button.btn.btn-default.icon_only.open_modal_qr_code_scan {
    position: absolute !important;
    top: 0px !important;
    top: 1px !important;
    right: -7px !important;
}

.input-loader {
    width: 95% !important;
}

.Qr-scnner {
    margin-top: 12px !important;
    display: none;
}

input.millix_valid_ajax {
    display: none;
}

button.btn.btn-default.icon_only.open_modal_qr_code_scan {
    background: transparent;
    border: none;
    color: #000;
    font-size: 20px;
    width: 42px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 5px;
}

button#qr-reader__camera_permission_button {
    padding: 10px;
}

div#qr-reader__scan_region img {
    display: block;
    margin: 0 auto;
    width: 60px;
}
/* Media Query ----------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .featured-posts .featured-content {
        min-width: inherit !important;
        width: 70%;
    }

    .card-c {
        flex-wrap: wrap;
    }
    i.crc-chevron {
        border: none;
    }
    
}

@media (max-width: 991px) {
    .millix-points {
        white-space: inherit;
    }
    .modal-content{
        width: 210PX;
    font-size: 12px;
    }
    i.crc-chevron {
        border: none;
    }

    
    
}

@media (max-width: 768px) {
    .featured-posts .featured-content {
        width: 70%;
        min-width: inherit !important;
    }

    .quiz-listing-row {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-around;
    }
    .quiz-listing-box-outer{
        flex: 0 0 43.33%;
    }
    .categories-posts{
        flex-wrap: wrap;
    justify-content: center;
    display: flex !important;
    gap: 20px;
    display: flex;
    }
    .categories-post{
        max-width: 40%;
        flex: 20%;
    }
    .header-nav.catagory-menu{display: flex;}
    .cetagory_menu {
        display: block;
        margin: 0;
        overflow-y: auto;
        min-height: auto;
        max-height: 250px;
        width: 100%;
    }
    button.accordion {
        display: block;
    }
    .category_nav_bar{
        display: flex;
    }
    .cetagory_menu{
        display: none;
    }

    .menu-menu-container {
        position: absolute;
        z-index: 1;
        width: 80%;
        top: 48% ;
    }
    i.crc-chevron {
        border: none;
    }

    .categories-btn {
        padding: 5px 9px;
    }
    
    button.king-categories-head {
        width: 50%;
    }

    .cetagory_menu {
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 50%;
        left:0;
    }

    i.fas.fa-chevron-down.crc-chevron {
        float: right;
    }
    
}

@media (max-width: 575px) {
    .header-template-04.site .king-head-nav-a {
        text-transform: inherit;
    }

    .modalPopup {
        width: 70%;
    }

    h1.model_heading {
        font-size: 18px;
    }

    p.model_post_title {
        font-size: 19px;
        margin-top: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .model_button {
        margin: 10px;
        flex-wrap: wrap;
    }

    .quiz_category {
        margin: 17px 0 19px 0;
    }

    .king-poll-title h4 {
        font-size: 18px;
    }

    .king-poll-answer-in {
        font-size: 14px;
        padding: 8px 14px;
    }

    .entry-header .entry-title {
        font-size: 22px;
    }

    .base-timer {
        width: 100px;
        height: 100px;
    }

    .base-timer__label {
        width: 100px;
        height: 100px;
        font-size: 22px;
    }

    strong.score {
        font-size: 14px;
    }

    .c-flag {
        width: 1.9rem;
        height: 1.9rem;
    }

    .c-media__title {
        font-size: 15px;
    }

    p.score_title {
        font-size: 32px;
    }

    h3.title_score {
        font-size: 26px;
    }

    .u-text--small {
        font-size: 17px;
    }

    .u-text--left h2 {
        font-size: 30px;
    }

    .quiz-listing-box-outer {
        flex: 0 0 83.33%;
    }
    .king-ads.main-top br {
		display: none;
	}

	.king-ads.main-top img {
		margin: 0 5px;
	}

    .king-header-right.child {
        gap: 14px;
    }

    .user_millix_number
    {
        font-size: 10px;
    }

    .user_millix_title
    {
        font-size: 10px;
    }
    .millix_header
    {
        padding-right: 0px;
    }
    .header-nav.catagory-menu {
        display: flex;
        align-items: center;
    }
    button.accordion {
        display: block;
    }
    .category_nav_bar{
        display: flex;
    }
    .cetagory_menu{
        display: none;
    }
    .menu-menu-container {
        position: absolute;
        z-index: 1;
        width: 80%;
        top: 70%;
    }

    i.crc-chevron {
        border: none;
    }

    .categories-btn {
        padding: 5px 9px;
    }
    
    button.king-categories-head {
        width: 50%;
    }

    .cetagory_menu {
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 71%;
        left:0;
    }

    i.fas.fa-chevron-down.crc-chevron {
        float: right;
    }
}

@media (max-width: 425px) {
    .featured-posts .featured-content {
        min-width: 254px !important;
        max-width: 253px;
    }

    .featured-posts .featured-title {
        font-size: 22px;
    }
    .categories-posts{
        flex-direction: column;
    }
    .c-list__item span.user-header-noavatar {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }
    .c-list__item .c-media__title .profile_link_scoreboard {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100px;
    }
    
    .c-list__item .c-media__title {
        margin: 0;
        display: flex;
    }
    
    .c-list__item .c-avatar {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

    .menu-menu-container {
        position: absolute;
        z-index: 1;
        width: 80%;
        top: 70%;
    }

    i.crc-chevron {
        border: none;
    }

    .cetagory_menu {
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 71%;
        left:0;
    }

    .king-menu-toggle{
        margin-top: 0;
    }

    .categories-btn {
        padding: 5px 9px;
    }
    
    button.king-categories-head {
        width: 50%;
    }

    i.fas.fa-chevron-down.crc-chevron {
        float: right;
    }

}
@media (max-width: 374px) {
    .c-list__item .c-media__title .profile_link_scoreboard {width: 60px;}
}
@media (max-width: 320px) {

    .c-list__item .c-media__title .profile_link_scoreboard {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 50px !important;
    }

    /* .c-card__body, .c-card__header {
        padding: 1.2rem;
    } */

    .c-card__body {
        padding: 8px !important;
    }

    .l-grid__item ul#list {
        padding: 5px;
    }

    .c-list__grid {
        grid-column-gap: 0.4rem;
    }

    .c-media {
        gap: 2px;
    }
    .c-kudos > div {
        margin-top: 8px;
    }
}