* {
    font-family: 'SF UI Display';

}
body{
    background-color: #F8F9FA !important;

}


.navbar-toggler{
    background-color: #FFA500 !important;

}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

#btn_of_10_games{
    border: 2px solid #FFA500;
    color: #FFA500;



}

#btn_of_circular_arrows{
    background-color: #FFA500;
    color: white;
    width: 100%;
    height: 100%;
    padding: 0px;
}

#btn_home{
    background-color: #FFA500;
    color: white;
    width: 100%;
    height: 100%;
    padding: 0px;
}

#btn_today{
    background-color: #FFA500;
    color: white;
    width: 100%;
    height: 100%;
    padding: 0px;
}

#current_game {
    text-align: center;
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-direction: row; /* Aligns horizontally on desktop */
    gap: 8px;
}

#current_date {
    margin-left: 50px;
    justify-content: space-between;
}

#span_of_current_game {
    font-weight: 600;
    font-size: 20px;
    line-height: 23.87px;
    text-align: center;
}

#span_of_number {
    color: #848484;
    font-weight: 600;
    font-size: 20px;
    line-height: 23.87px;
    text-align: center;
}

#span_of_date {
    color: #000;
    line-height: 23.87px;
    text-align: center;
}

#navbar_start_btn{
    background-color: #FFA500;
    color: white;
    width: 100px;

}

.navbar-nav{
    margin-left: auto;
    margin-right: auto;
}

#game_10{
    width: 100px;
    border-color:#FFA500;
    color: #FFA500;
}



#custom_bg_draw_number{
    background-color: #FFA500 !important;
    color: white !important;
    width: 20%;


}
#custom_bg_extras{
    background-color: #FFA500 !important;
    color: white !important;
    width: 20%;
}

#custom_bg_numbers{
    background-color: #FFA500 !important;
    color: white !important;
    width: 60%;
}
#footer{
    background-color: #FFA500;
    color: white;
}

@media (max-width :767px){

    #footer_quickdraw{
       text-align: center;
       order: 0;
       width: 30%;
    }
    #footer_author{
        text-align: center;
        order: 1;
        width: 70%;

    }

    #draw_table {
       width: 100%;
    }

    .footer_quickdraw {
      display: flex;
    }

    .footer_author {
      display: flex;
    }

    .table_data {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    .dropdown-menu {
        background-color: white !important;
        text-align: center;
        border-radius: 8px;
    }

    .dropdown-menu .dropdown-item:hover,
    .dropdown-menu .dropdown-item:active,
    .dropdown-menu .dropdown-item:focus {
        background-color: white !important;
        color: inherit;
    }

    #navbar-brand {
       text-align: center;
    }


    .date_input {
      padding-bottom: 5px;
    }

    #current_game {
        flex-direction: column;
        gap: 0px;
    }
    #current_date {
        margin-left: 0px;
    }

    .btn_of_circular_arrows {
        margin-right: 0px;
    }
}

#datePicker{
    font-weight: 500;
    font-size: 20px;
}

#draw_table > tbody tr td:last-of-type {
  text-align: start;
  table-layout: fixed;
  width: 90%;
}

#header-table-center {
  text-align: center;
  margin-padding: 0px 0px 0px 0px;
}

h2 {
    padding: 5px;
}

.footer_list_elements{
    font-weight: 500;
    font-size: 20px;
    line-height: 23.87px;
    text-align: center;
}

#first_column_of_number_count_table{
    background-color: #FFA500 !important;
    color: white !important;
    width: 20%;

}
#second_column_of_number_count_table{
    background-color: #FFA500 !important;
    color: white !important;
    width: 80%;
}

#first_column_of_top5_table{
    background-color: #FFA500 !important;
    color: white !important;
    width: 10%;
}

#second_column_of_top5_table{
    background-color: #FFA500 !important;
    color: white !important;
    width: 10%;
}
#third_column_of_top5_table{
    background-color: #FFA500 !important;
    color: white !important;
    width: 80%;
}
#QuickDraw_of_footer{
    font-weight: 500;
    font-size: 20px;
    line-height: 23.87px;
    text-align: center;
}

.navbar-brand {
    margin-top: 5px;
    width: 200px;
    height: 50px;
}

.footer_quickdraw_img {
  width: 125px;
  height: 25px;
}

.round_table_corner{
    border-radius: 10px;
    overflow: hidden;
}

.table_data{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

#btn_of_circular_arrows{
    background-color: #FFA500;
    color: white;
    width: 100%;
    height: 100%;
    padding: 0px;
}

#btn_home{
    background-color: #FFA500;
    color: white;
    width: 100%;
    height: 100%;
    padding: 0px;
}

.select_games{
    background-color: #fff;
    border: 2px solid #FFA500;
    color: #FFA500;
    height: 36px;
    width: 150px;
}

#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8); /* Optional overlay color */
    z-index: 9999; /* Ensure it's on top */
}

#loading-spinner {
    width: 3rem; /* Optional: set spinner size */
    height: 3rem;
}

#games {
    border-radius: 16px; /* Adjust the value for more or less rounding */
    padding: 5px; /* Optional: add padding for better appearance */
    outline: none; /* Optional: removes outline on focus */
    text-align: center;
}

.dt {
    border-radius: 16px; /* Adjust the value for more or less rounding */
    padding: 5px; /* Optional: add padding for better appearance */
    outline: none; /* Optional: removes outline on focus */
    text-align: center;

    background-color: #fff;
    border: 2px solid #FFA500;
    color: #FFA500;
    height: 36px;
    width: 150px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0; /* Hide default icon */
}

input[type="date"] {
    background-image: url('/calendar.svg'); /* Use your custom icon */
    background-size: 16px 16px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 30px; /* Add space for the icon */
}

