
body {
    margin: 0 !important;
    padding: 0;
    background: #2a0000 url('../img/body-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Segoe UI', sans-serif;
    color: #fff;
    width: 100%;
    height: 100vh;
}

html{
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none !important;
    padding-left: 0 !important;
}

@font-face {
    font-family: "f1";
    src: url(../fonts/DMSans-Regular.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../fonts/DMSans-Medium.ttf);
}

@font-face {
    font-family: "f3";
    src: url(../fonts/Sora-Medium.ttf);
}
@font-face {
    font-family: "f4";
    src: url(../fonts/Sora-Bold.ttf);
}


.w-50 {
    width: 50%;
    margin: auto;
}
.w-70 {
    width: 70%;
    margin: auto;
}

.w-90 {
    width: 90%;
    margin: auto;
}
.w-95 {
    width: 95%;
    margin: auto;
}

.w-100 {
    width: 100%;
}

h1 {
    font-size: 30px !important;
    color: #000;
    font-family: "f4";
}

h6 {
    color: #808080;
    font-size: 20px;
    font-family: "f2";
}

p {
    font-size: 16px;
    font-family: "f1";
    /* text-align: justify; */
    color: #000;
    line-height: 2;
    margin: 0;
}

.d-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.d-flex-jc-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.d-flex-je-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
.d-flex-jb-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* nav starts */
.dropdown-item:focus, .dropdown-item:hover {
    display: block !important;
    background-color: #000000 !important;
}
.dropdown-menu {
    background-color: #000 !important;
}
.nav_me img {
    width: 80px !important;
}

.nav_me {
    z-index: 11;
    background-color: #00000021;
}
.dropdown-item img{
    /* background-color: #fff; */
    width: 20px !important;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.842) !important;
    /* padding: 5px; */
    border-radius: 5px;
}
.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}


.nav_me .nav_a li a {
    font-family: "f1";
    font-size: 16px;
    line-height: 30px;
    color: #ffffff !important;
}
.nav_me .nav_a li  {
    margin: 0px 15px;
}

.nav-item {
    position: relative;
}

.nav-link::before {
    position: absolute;
    content: "";
    background: #e100ff !important;
    margin: auto;
    bottom: 0;
    left: 23%;
    width: 50%;
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link.active {
    font-family: "f3";
    color: #e100ff !important;
}

.navbar-light .navbar-nav .nav-link:hover::before {
    opacity: 1;
    transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link.active::before {
    opacity: 1;
}

.navbar-light .navbar-toggler {
    background-color: #e100ff;
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0px 10px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

element.style {
    position: absolute;
    background-color: #fff;
    padding: 20px !important;
    transition: 2s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dr_hv:hover {
    background: #e100ff !important;
}

/* nav ends */



.btn_div {
    background-color: #ffd700;
    color: #000;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
.btn_div_download {
    background-color: #017e21;
    color: #ffffff;
    border: 2px solid #c6a800;
    padding: 8px 24px;
    font-size: 16px;
    font-family: "f3";
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .btn_div:hover {
    background-color: #e6c200;
  }
.arrow_div{
    margin-left: 10px;
    width: 30px;
    height: 30px;
    margin: 0px 2px;
    border-radius: 100px;
}


.carousel-control-next-icon, .carousel-control-prev-icon{
   display: none !important;
}

/* banner end */

/* home table */
.table_score{
    width: 80%;
    margin:30px  auto;
}

.table_score_result {
    background-image: url(../img/bg-table.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /* height: 400px; */
    min-height: 400px;
    width: 100%;
    border-radius: 10px;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
  }
  .table_score_result::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .border_main{
    /* background: linear-gradient(to right, #e1bd00, #ffe86a, #a97c00, #ffe65b, #fdd300); */
    background-image: url(../img/gold_gradient.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    border-radius: 10px;
    margin: 0px 2px;
  }

  table {
    table-layout: fixed;
    width: 180px;

  }
  table tr,th {

    border-color: #ffd700;
    color: #ffd700; /* Gold color */
    text-align: center;
    padding: 20px 10px !important;
    font-size: 20px;
    font-family: "f3";
  }
  table tr,th {

    border-color: #ffd700;
    color: #ffd700; /* Gold color */
    text-align: center;
    padding: 20px 10px !important;
    font-size: 16px;
    font-family: "f1";
  }
  .tab_right{
    background-image: url(../img/bg-table.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /* height: 400px; */
    min-height: 400px;
    width: 100%;
    background-color: #00000062;
    border-radius: 10px;
  }
  .nav-tabs{
    border-bottom: none !important;
  }
 .margin_table .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    width: 97%;
    box-shadow: rgb(255 255 255 / 53%) 0px 3px 8px;
    color: #fff !important;
    margin: 3px;
    text-align: center;
    border-radius: 7px;
    background-color: #af1112 !important;
    border-bottom: 2px dotted #ffffff !important;
    font-family: "f2";
}

.margin_table .nav-link{
    color: #fff !important;
    text-align: center !important;
    width: 97%;
    font-family: "f1";
}
.tab-pane h2{
    font-size: 16px;
    margin-top: -56px;
    color: #ffffff; /* Gold color */
    font-family: "f3";
}
.date_bg img{
width: 275px;
margin: 20px 0px;
}
.margin_table{
    margin-bottom: 30px !important;

}
.date_bg {
    margin-bottom: 30px;
}

.date_picker {

    border: none;
    padding: 7px;
    border-radius: 5px;
    font-family: 'f2';
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin:10px auto;
}

.date_picker input{
    cursor: pointer;
    background: #ffd700;
    border: 2px solid #fff;
    padding: 7px;
    border-radius: 5px;
    font-family: 'f2';
    text-align: center;
}
.date_picker .input[type="date" i] {
    cursor: pointer !important;

}
.date_picker label{
  color: #fff;
  font-family: "f3";
  margin-right: 10px;
}

/* home table */
.download_result {
    display: none;
  }
