@import url("app-styling/header-footer.css");
@import url("app-styling/language-switcher.css");
@import url("app-styling/home-signin.css");
@import url("app-styling/profile.css");
@import url("app-styling/winners.css");
@import url("app-styling/info-footer.css");
@import url("app-styling/features.css");
@import url("app-styling/how-to-play.css");
@import url("app-styling/faq.css");
@import url("app-styling/play.css");
@import url("app-styling/modals.css");
@import url("app-styling/spinner.css");
@import url("app-styling/navs.css");
@import url("app-styling/carousel.css");
@import url("app-styling/animations.css");
@import url("app-styling/tilted-card.css");
@import url("app-styling/scroll-button.css");

/* Tapli Banner & Popup */
.tapli-banner-section {
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.tapli-banner-img {
    display: block;
    width: 100%;
    height: auto;
}

.tapli-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tapli-popup-content {
    max-width: 420px;
    width: 90%;
}

.tapli-popup-img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 12px;
}

/* Terms page white background */
.terms-page-wrapper {
    background-color: #FFFFFF;
    min-height: 100vh;
}

:root {
   --main-color: #202A44; /* Batelco dark blue */
    --sub-color: #CE0037; /* Batelco red */
    --third-color: #70D7C1;
    --forth-color: #67B2E1;
    --fifth-color: #9B9B9B;
    --sixth-color: #F7D247;
    --success-color: #6FD8C1;
    --border-color: #57B4BD;
    --error-color: red;
}

/*========================================================== Main CSS ====================================================*/

html,
body {
    height: -webkit-fill-available !important;
    background-color: #FFF;
    font-family: Arial, sans-serif;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body[data-lang="AR"] {
    font-family: 'NotoKufi-Regular', serif !important;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

@media (orientation: landscape) and (max-width: 989px) {
    html, body {
        height: unset;
    }
}

#megapromo-root {
    width: 100%;
    height: 100%;
}

main[data-lang="AR"] {
    direction: rtl;
    text-align: right;
    margin-bottom: 10px;
}

.cover-container {
    max-width: 100%;
}

.cover {
    padding: 0 1.5rem;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}

.mastfoot {
    color: rgba(255, 255, 255, .5);
    height: 100% !important;
}

a,
a:focus,
a:hover {
    color: #fff;
}

#main-container {
    min-height: 100vh !important;
    /* width: 100%; */
    height: 100vh;
    /*display: flex;*/
    overflow: auto;
    background-color: var(--sub-color);
    /* White doodle pattern over the Batelco red */
    background-image: url('../../assets/images/background-items.png');
    background-repeat: repeat;
    background-size: 1400px auto;
    scroll-behavior: smooth;
}

#main-container[data-lang="AR"] {
    font-family: 'NotoKufi-Regular', serif !important;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/*=========================================================================================================================*/

/*========================================================== Colors CSS ====================================================*/

.main-color {
    color: var(--main-color) !important;
}

.sub-color {
    color: var(--sub-color) !important;
}

.text-grey {
    color: var(--grey-color) !important;
}

.forth-text-color {
    color: var(--forth-color);
}

.sixth-text-color {
    color: var(--fifth-color);
}

/*===========================================================================================================================*/

/*========================================================== General CSS =====================================================*/

.pointer {
    cursor: pointer
}

.clickable {
    cursor: pointer;
}

.font-bold {
    font-family: Arial, sans-serif !important;
    font-weight: bold;
}

/* Brand headings use Kanit */
.font-kanit {
    font-family: 'Kanit', Arial, sans-serif !important;
}

/* Body copy uses Averta Std (see fonts.css for the licensed-file note) */
.font-averta {
    font-family: 'Averta Std', 'Segoe UI', Arial, sans-serif !important;
}

/* Every button (including the quiz answers) is Kanit */
button,
.btn,
.subs-btn,
.answerContainer,
.orderedAnswerContainer {
    font-family: 'Kanit', Arial, sans-serif !important;
}

/* Arabic keeps its own typeface throughout */
[data-lang="AR"] .font-averta {
    font-family: 'NotoKufi-Regular', serif !important;
}

[data-lang="AR"] .font-kanit,
[data-lang="AR"] button,
[data-lang="AR"] .btn,
[data-lang="AR"] .subs-btn,
[data-lang="AR"] .answerContainer,
[data-lang="AR"] .orderedAnswerContainer {
    font-family: 'NotoKufi-Bold', serif !important;
}

[data-lang="AR"] .font-bold {
    font-family: "NotoKufi-Bold", serif !important;
}

.forceFont {
    font-family: Arial, sans-serif !important;
}

.forceFont[data-lang="AR"] {
    font-family: 'NotoKufi-Regular', serif !important;
}

.fontSize {
    font-size: 13px;
}

[data-lang="AR"] .fontSize {
    font-size: 16px;
}

.no-underline {
    text-decoration: none; /* Remove the underline */
    cursor: pointer; /* Keep the pointer cursor */
}

[dir="rtl"] .text-start {
    text-align: right !important;
}

.loader-overlay {
    min-height: 100vh !important;
    /* background-size: cover !important; */
    /* background-image: url('../../assets/images/bg.png') !important; */
    /* background-repeat: no-repeat !important; */
    /* background-attachment: fixed !important; */
    background-color: var(--sub-color) !important;
}

.text-center a {
    margin: 0 0px;
}

.text-blue{
    color: var(--sub-color) !important
}

.text-red{
    color: var(--sub-color) !important
}

[data-lang="AR"] a {
    font-family: 'NotoKufi-Regular', serif !important
}

.float-end[data-lang="AR"] {
    float: left !important;
}

.spinner-border.space {
    margin: 0 5px;
}

[data-lang="AR"] .me-2 {
    margin-left: 0.5rem !important;
}

.centered {
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
}

::marker {
    color: white !important;
}

.force-ltr {
    direction: ltr !important;
    text-align: left !important;
}

.second-table{
    border: 1px solid #000000;
    padding: 10px !important;
    text-align: center !important;
}

.table{
    background-color: transparent !important;
    --bs-table-bg: transparent !important;
}

.table>:not(caption)>*>*{
    background-color: transparent !important;
}
.c12{
    color: black !important;
    font-weight: bold !important;
}