@font-face {
    font-family: 'KarnakProCondensedBlack';
    src: url('../font/KarnakPro-CondensedBlack.otf');
}
p{
    margin: 0;
}
.bxs-unset{
    box-shadow: unset !important;
}
.fixed-top{
    border-bottom: 1px solid #e6e6e6;
    background-color: #ffffff;
}

/*
.modal-backdrop {
    background-color: transparent;
}
*/
.first-section{
    margin-top: 1rem;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.5rem
}

.first_first-section{
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 0px;
    text-align: right;
}

.second-section{
    background-color: rgb(179, 167, 254);
    text-align: center;
    padding: 9rem 0;
}
.third-section{
    margin-bottom: 1rem;
}

.br-title{
    font-family: "KarnakProCondensedBlack";
    font-size: 42px;
    font-weight: 500;
    margin-right: 13px;
    letter-spacing: 1.5px;
  /*  color: #000000;*/
}

.br-text{
    font-size: 20px;
    font-weight: 400;
   /* color: #000000;*/
}

.br-text2{
    color: #000;
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
}

.br-text3{
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.br-play-button {
    border: none;
    height: 3em;
    border-radius: 1.5em;
    align-content: center;
    letter-spacing: .05em;
    background: #000;
    color: #fff;
    padding: 1px 16px;
    min-width: min(9.375em,300px);
}

.br-today-date{
    font-size: 28px;
    font-weight: 400;
}
.br-footer{
    border-top: 1px solid #e6e6e6;
}
.br-copyright-text{
    margin: 1rem 0;
    text-align: center;
}

#termsModal .title{
    color: #121212;
    font-size: 1.625rem;
    margin-bottom: 24px;
    font-weight: 600;
}
#termsModal .desc{
    color: #121212;
    font-size: 1.10rem;
    margin-bottom: 45px;
    font-weight: 400;
    vertical-align: baseline;
}
#termsModal a{
    color: #346eb7;
}
#termsModal .modal-body {
    padding: 3rem 2.5rem;
}
#termsModal .modal-dialog {
    max-width: 570px;
}
#termsModal .cont_button {
    background-color: #121212;
    cursor: pointer;
    width: 100%;
    color: #f8f8f8;
    padding: 10px;
    border: 0;
    font: 600 1rem;
}

.br_options_list .br_option{
    height: 80px;
    background-color: #efefe6;
    color: #000000;
    outline: none;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    cursor: pointer;
    word-break: break-all;
    padding: 7px;
    font-size: large;
}
.br_options_list .br_option.selected{
    background-color: #5a594e;
    color: #FFFFFF;
}
.br_options_list .col{
    padding: 0;
}

#playIntroModal .title{
/*    color: #121212;*/
    font-size: 1.8rem;
    margin-bottom: 14px;
    font-weight: 500;
    font-family: "KarnakProCondensedBlack";
    letter-spacing: .7px;
}

#playIntroModal .sub_title{
   /* color: #121212;*/
    margin: 10px 0;
    font-size: 1em;
    font-weight: 700;
}
#playIntroModal .ul{
    list-style: unset;
}
#playIntroModal .modal-dialog {
    max-width: 600px;
}
#playIntroModal .modal-body {
    padding: 2rem;
}
#playIntroModal .help-emoji.group-0 {
    background-color: #f9df6d;
}
#playIntroModal .help-emoji.group-1 {
    background-color: #a0c35a;
}
#playIntroModal .help-emoji.group-2 {
    background-color: #b0c4ef;
}
#playIntroModal .help-emoji.group-3 {
    background-color: #ba81c5;
}
#playIntroModal #color-descriptions {
    position: relative;
}
#playIntroModal #help-arrow {
    height: 2.2rem;
    left: 2.6rem;
    bottom: 1.4rem;
    position: absolute;
}
#playIntroModal .help-emojis > div {
    display: inline-flex;
    align-items: center;
    height: 20px;
}
#playIntroModal .help-emoji {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 2px;
    margin-bottom: 1.5px;
}

#playIntroModal .help-emojis {
    display: flex;
    flex-direction: column;
    padding: 0 1em;
}

.tool-btns, .hint-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 24px 0;
}

.shuffle-btn, .deselect-all-btn, .submit-btn{
    font-size: 16px;
    font-weight: 600;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border-radius: 32px;
    line-height: 1.5em;
    cursor: pointer;
    border: #454545 solid 1px;
    padding: 1rem 2rem;
   /* background: #FFFFFF;*/
}

.hint-btn button{
    font-size: 16px;
    font-weight: 600;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    line-height: 1.5em;
    cursor: pointer;
    border: #454545 solid 1px;
    padding: 0.8rem 1.5rem;
  /*  background: #FFFFFF;*/
}
.submit-btn{
    background: #403f3f;
    color: #FFFFFF;
}
.submit-btn.disable{
    border: 1px solid #7f7f7f;
    color: #7f7f7f;
    background: #FFFFFF;
    pointer-events: none;
}

.br_options_answer{
    margin: 4px -6px;
}
.br_options_answer .br_answer_banner{
    text-align: center;
    font-size: 20px;
    border-radius: 6px;
    line-height: 1;
    padding: 20px;
    margin-top: 6px;
    color: #2d2b2b;
}
.br_options_answer .br_answer_banner span{
    font-weight: 700;
}
.br_options_answer .br_answer_banner.br_answer_0{
    background-color: #f9df6d;
}
.br_options_answer .br_answer_banner.br_answer_1{
    background-color: #a0c35a;
}
.br_options_answer .br_answer_banner.br_answer_2{
    background-color: #b0c4ef;
}
.br_options_answer .br_answer_banner.br_answer_3{
    background-color: #ba81c5;
}
.br_attempt_txt{
    text-align: center;
    color: #c73442;
    margin: 1rem 0;
    font-size: large;
}

#userInfoInsertModal .title{
  /*  color: #121212;*/
    font-size: 1.625rem;
    margin-bottom: 24px;
    font-weight: 600;
}
#userInfoInsertModal .desc{
   /* color: #121212;*/
    font-size: 1.10rem;
    margin-bottom: 5px;
    font-weight: 400;
    vertical-align: baseline;
}
#userInfoInsertModal .modal-body {
    padding: 3rem 2.5rem;
}

#userInfoInsertModal .save_user_btn, #userInfoInsertModal .cancel_user_btn, #userEmailSubscribe .save_user_btn_email, #userEmailSubscribe .cancel_user_btn_email  {
    background-color: #121212;
    cursor: pointer;
    width: 100%;
    color: #f8f8f8;
    padding: 10px;
    border: 0;
    font: 600 1rem;
    margin-top: 3rem;
}

#userInfoInsertModal .attemp_text, #userInfoInsertModal .timing_text{
 /*   color: #121212;*/
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight: 600;
    vertical-align: baseline;
}
#userInfoInsertModal .attemp_text span, #userInfoInsertModal .timing_text span{
    font-weight: 400;
}
#userInfoInsertModal .username_err, #userEmailSubscribe .useremail_err_email {
    color: #dc3545;
}

.br_box_list{
    color: #121212;
    font-size: 1rem;
    font-weight: 400;
}
.br_box_list span{
    font-weight: 600;
}
.br_timecount{
    display: inline-table;
    margin-right: 10px;
    font-size: 20px;
}
#userList{
    padding: 1.3rem;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
}
.br-border-b{
    border-bottom: 1px solid #e6e6e6;
}


#hintModal .title{
  /*  color: #121212;*/
    font-size: 1.625rem;
    margin-bottom: 24px;
    font-weight: 600;
}
#hintModal .desc{
  /*  color: #121212;*/
    font-size: 1.10rem;
    margin-bottom: 5px;
    font-weight: 400;
    vertical-align: baseline;
}
#hintModal .modal-body {
    padding: 3rem 2.5rem;
}

#hintModal .yes_hint_btn, #hintModal .no_hint_btn {
    background-color: #121212;
    cursor: pointer;
    width: 100%;
    color: #f8f8f8;
    padding: 10px;
    border: 0;
    font: 600 1rem;
    margin-top: 3rem;
}

@media (max-width:575px) and (min-width:320px){
    .shuffle-btn, .deselect-all-btn, .submit-btn {
        font-size: 14px;
        padding: 15px 0;
        padding: .8rem 1.5rem;
    }
    .br_options_list .br_option{
        font-size: 13px;
        padding: 7px;
    }
    .br-title{
        font-size: 30px;
    }
    .br-today-date {
        font-size: 23px;
    }
    .br_options_answer .br_answer_banner {
        font-size: 18px;
    }
}