@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");

:root {
    --main-color: #527EDB;
    --sub-color: #FF7800;
    --third-color: #FFCC02;
    --forth-color: #67B2E1;
    --fifth-color: #9B9B9B;
    --grey-color: #9B9B9B;
    --success-color: #64C54D;
    --border-color: #57B4BD;
}

/*========================================================== Main CSS ====================================================*/

html,
body {
    height: -webkit-fill-available !important;
    background-color: #FFF;
    font-family: 'Helvetica-Neue', 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;
    background-size: cover !important;
    background-image: url('../../assets/images/bg.png') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    width: 100%;
    height: 100vh;
    /*display: flex;*/
    overflow: auto;
    background-color: var(--main-color);
    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: "Helvetica-Neue-bold", serif !important;
}

[data-lang="AR"] .font-bold {
    font-family: "NotoKufi-Bold", serif !important;
}

.forceFont {
    font-family: 'Helvetica-Neue', 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(--main-color) !important;
}

.text-center a {
    margin: 0 5px;
}

[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;
}