html {
    margin: 0;
    padding: 0;
    position: relative;
    /*height: 100%;*/

}

html, body {
    height: 100%;
}

html {
    overflow-y: hidden;
}

@font-face {
    font-family: 'GE_SS_BOLD';
    src: url("../fonts/GESSTwoBold.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: 'GE_SS';
    src: url("../fonts/GESSTwoMedium.otf") format("opentype");
}

@font-face {
    font-family: 'BahijTheSansArabic-SemiBold';
    src: url('../fonts/Bahij_TheSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 600; /* or appropriate weight */
    font-style: normal;
}
/* Bahij TheSansArabic Bold */
@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/Bahij_TheSansArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Bahij TheSansArabic ExtraBold */
@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/Bahij_TheSansArabic-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* ExtraBold */
    font-style: normal;
}

/* Bahij TheSansArabic SemiBold */
@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/Bahij_TheSansArabic-SemiBold2.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}

/* Bahij TheSansArabic SemiLight */
@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/Bahij_TheSansArabic-SemiLight2.ttf') format('truetype');
    font-weight: 300; /* SemiLight */
    font-style: normal;
}

/* SourceSansVariable Roman */
@font-face {
    font-family: 'Source Sans Variable';
    src: url('../fonts/SourceSansVariable-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #1266a4;
    font-family: 'Bahij TheSansArabic', sans-serif;
    background-image: url("/images/background-02-min.jpg") no-repeat center fixed;
    direction: rtl;
    text-align: right;
    position: relative;
    background-size: cover;
    overflow-y: scroll;
}
.bold-text,strong {
    font-family: 'Bahij TheSansArabic';
    font-weight: bold; /* This will use the Bold variant */
}
.extra-bold-text {
    font-family: 'Bahij TheSansArabic';
    font-weight: 800; /* This will use the ExtraBold variant */
}
.custom-fonts {
    font-family: 'BahijTheSansArabic-SemiBold', sans-serif;
}

main {
    min-height: 100%;
}

.form-control {
    /*font-family: 'sans-serif';*/
}

.top-logo {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
}

.swal2-container.swal2-center > .swal2-popup {
    border: 1px solid #fff;
    border-radius: 20px;
    background: #e8eaf3;
    background-image: url(../images/white-circle.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.swal2-success-circular-line-right,
.swal2-success-circular-line-left {
    display: none;
}



div:where(.swal2-container) h2:where(.swal2-title),
div:where(.swal2-container) .swal2-html-container,
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-family: BahijTheSansArabic-SemiBold;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix{
    display: none;
}
div:where(.swal2-container) h2:where(.swal2-title){
    padding: 0;
    color:#333;
}
div:where(.swal2-container) div:where(.swal2-actions){
    margin-top: 0!important;
}
div:where(.swal2-container) div:where(.swal2-popup){
    max-width: 90%;
}

.footer {
    padding-top: 2rem;
    position: relative;
    bottom: 0;
    width: 100%;
    clear: both;
    margin-top: 30px;
}

.footer-link {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0 !important;
    box-shadow: 0 5px 5px -6px #00529c;
    padding: 0;
    padding-bottom: 20px;
}

.footer-link li {
    width: 30%;
    text-align: center;
}

.footer-link li a {
    background: #1d3377;
    color: #fff;
    border-radius: 5px;
    padding: 0.5rem;
}

.footer-link li a:hover {
    background: #10173C;
    color: #fff;
}

.footer .footer-bottom {
    background: #fff;
    margin: 0;
}

/* Clear floats after the columns */
.footer-info:after {
    content: "";
    display: table;
    clear: both;
}

.footer-info .column {
    float: right;
    width: 50%;
    padding: 10px;
    height: 130px; /* Should be removed. Only for demonstration */
}

.footer .media {
    margin-bottom: 10px;
}

.footer .media img {
    width: 80px;
}

.footer .media-body {
    border-right: 2px solid #fff;
    margin-right: 5px;
    padding: 5px;
}


.pob-whats {
    background: #2ca840;
    color: #fff;
    font-size: 1rem;
    padding: 2px;
    display: block;
}

.pob-number {
    color: #fff;
    background: #b80072;
    padding: 2px;
    border: 1px solid #fff;
    margin-right: 5px;
    display: block;
}

.pob-link {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    padding: 0;
}

.sib-number {
    color: #fff;
}

.sib-title {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.6rem;
}

.sib-link {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    padding: 0;
}


#app {
    min-height: 100%;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

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

.the_wheel {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;

}

#canvas {
    /*background-image: url(./../images/wheel_back.png);*/
    /*background-image: url(./../images/ew-01.png);*/
    background-image: url(./../images/wheel-1.png);
    background-position: center center;
    /*background-position: 33px -46px;*/
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}

.text-info {
    color: #00529c !important;
}

.btn-info {
    color: #fff;
    background-color: #00529c;
    border-color: #00529c;
}

.wheel_action {
    text-align: center;
}

.login-form {
    background: #1d3377;
    padding: 1rem;
    direction: rtl;
    border: 3px solid #1d3377;
    border-radius: 30px;
    color: #fff;
}

.btn-yellow {
    background: #ebc31c;
    color: #1d3377;
}

.text-yellow {
    color: #ebc31c;
}

.footer-title h2 {
    font-size: 36px;
}

.footer-title h3 {
    font-size: 26px;
    margin-top: 10px;
}

.footer-website {
    font-size: 15px;
    color: #fff;
}

.footer-number {
    font-size: 15px;
    color: #fff;
}

.footer-website a {
    font-size: 32px;
    color: #fff;
}

/* Media query for smaller screens (e.g., mobile devices) */
@media (max-width: 768px) {
    .footer-title h2 {
        font-size: 24px; /* Adjust the font size for smaller screens */
    }

    .footer-title h3 {
        font-size: 20px; /* Adjust the font size for smaller screens */
        margin-top: 8px;
    }

    .footer-number h3 {
        font-size: 20px;
    }

    .footer-website a {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    .footer-link li a {
        font-size: 12px;

    }
}

#spin_button {
    background: #ebc419;
    border-color: #333;
    color: #333;
    text-align: center;
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    /* top: 35%; */
    top: 44%;
    height: 60px;
    background-image: url(../images/fin.png);
    background-repeat: no-repeat;
    background-size: 47px;
    outline: none;
    box-shadow: none;
    border-radius: 20px;
}

#spin_shadow {
    display: block;
    background: #091625ab;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 50%;
    box-shadow: 0px 1px 168px 0px var(--warning);
    -webkit-box-shadow: 0px 1px 168px 0px rgb(7 255 31 / 50%);
    -moz-box-shadow: 0px 1px 168px 0px rgba(0, 35, 161, 0.78);
}



/*.zip {*/
/*    top: 15px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    margin-left: -26px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 26px solid transparent;*/
/*    border-right: 26px solid transparent;*/
/*    border-top: 37px solid #fdd928;*/
/*}*/
