@import url(assets/css/bootstrap.min.css);
@import url(assets/css/toastr.min.css);
@import url(assets/css/materialdesignicons.min.css);
body {
  padding-right: 0px !important;
}
::-webkit-scrollbar {
  display: none;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: rotate(-90deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
.loading-container {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.loading-container .spinner-border {
  top: 50%;
  left: 50%;
  position: absolute;
}
.loading-container #exploding {
  width: 100%;
  height: 100%;
  text-align: -webkit-center;
}
header .navbar-toggler {
  padding: 0;
}
header .category-item-active {
  background: #feb101 !important;
}
header .category-item {
  display: flex;
  gap: 1rem;
}
header .category-item a {
  width: 100%;
}
header .category-item img {
  width: 30px;
}
header .category-item:first-child img {
  width: 30px;
  margin-right: 6px;
}
header .category-item .chevron-right {
  float: right;
  width: 30px;
  margin-right: 0px !important;
}
header .logo {
  height: 100%;
  width: 100%;
}
header .btn-group {
  height: 100%;
  gap: 5px;
}
header .btn-group button {
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 40px  11px;
  padding-right: 50px;
  background-color: #FFFFFF;
  font-family: Source Sans Pro;
  font-weight: 600;
  color: #0D262E;
  width: 75px;
}
header .btn-group .dropdown-toggle::after {
  display: table-column;
}
header .btn-group .login_user {
  align-items: center;
  display: grid;
}
header .btn-group .login_user img {
  height: 30px;
}
header #loginModal .username_prefix {
  display: flex;
}
header #loginModal .username_prefix select {
  width: 50%;
}
header #unsubModal .modal-header {
  display: block;
}
header #unsubModal .modal-header img {
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
}
header #unsubModal .modal-header .unsub-title {
  margin-bottom: 8px;
}
header #unsubModal .modal-body .unsub-desc {
  font-size: 15px;
  line-height: 1.4;
}
header #unsubModal .modal-footer button {
  width: 100%;
}
header #ShowMobileAndLogout {
  position: absolute;
  top: 49px;
  right: 0px;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
}
.score_val {
  font-family: Source Sans Pro;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.competition_name {
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.grand_prize {
  font-family: Source Sans Pro;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.contenter {
  margin-top: 2.7rem;
  padding: 2vh 15px;
  margin-bottom: 5rem;
}
.contenter #banner .default-carousel-inner {
  background: url("/assets/img/default_banner.webp");
}
.contenter #banner .carousel-inner {
  min-height: 127px;
}
.contenter #banner .carousel-item {
  cursor: pointer;
}
.contenter #banner .carousel-item img {
  animation: enter 1s;
  animation-fill-mode: forwards;
}
.contenter #games .games-title,
.contenter #games2 .games-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 25px;
}
.contenter #games .games-title .games-title-title,
.contenter #games2 .games-title .games-title-title {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
.contenter #games .games-title .games-title-btn,
.contenter #games2 .games-title .games-title-btn {
  font-weight: 600;
  padding: 5px 10px;
  width: 30vw;
}
.contenter #games .games-title .games-title-btn span,
.contenter #games2 .games-title .games-title-btn span {
  margin-right: 8px;
  font-size: 12px;
}
.contenter #games .card,
.contenter #games2 .card {
  background: rgba(0, 0, 0, 0.15);
  border: none;
}
.contenter #games .card .card-body .body-item,
.contenter #games2 .card .card-body .body-item {
  display: flex;
  align-items: center;
}
.contenter #games .card .card-body .body-item .body-action,
.contenter #games2 .card .card-body .body-item .body-action {
  padding: 0 2%;
  width: calc(70% - 64px);
}
.contenter #games .card .card-body .body-item .body-action div,
.contenter #games2 .card .card-body .body-item .body-action div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-family: SourceSansPro-SemiBold;
  font-size: 16px;
  font-weight: 400;
}
.contenter #games .card .card-body .body-item .body-action button,
.contenter #games2 .card .card-body .body-item .body-action button {
  border-radius: 5px;
  color: #FEB101;
  margin-top: 5px;
  padding: 6px 10px;
}
.contenter #games .card .card-body .body-item .play,
.contenter #games2 .card .card-body .body-item .play {
  background: linear-gradient(106deg, #ffb200, #ff7e00);
  border: 0;
  border-radius: 4px;
  color: #fff;
  height: 60%;
  opacity: 1;
  overflow: hidden;
  padding: 8px 1%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 28%;
}
.contenter #news .news-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 25px;
}
.contenter #news .news-title .news-title-title {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
.contenter #news .news-title .news-title-btn {
  font-weight: 600;
  padding: 5px 10px;
  width: 30vw;
}
.contenter #news .news-title .news-title-btn span {
  margin-right: 8px;
  font-size: 12px;
}
.contenter #news .card {
  background: rgba(0, 0, 0, 0.15);
  border: none;
}
.contenter #news .card .card-body .body-item {
  text-decoration: none;
  color: aliceblue;
  display: flex;
}
.contenter #news .card .card-body .body-item img {
  object-fit: cover;
}
.contenter #news .card .card-body .body-item .body-action {
  padding-left: 10px;
}
.contenter #news .card .card-body .body-item .body-action .action-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.contenter #news .card .card-body .body-item .body-action p {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.5;
}
.contenter #newsv {
  display: flex;
  flex-wrap: wrap;
}
.contenter #newsv .card {
  background: rgba(0, 0, 0, 0.15);
  border: none;
  width: 45%;
  border-radius: 10px;
}
.contenter #newsv .card .card-body {
  padding: 0;
}
.contenter #newsv .card .card-body .body-item {
  text-decoration: none;
  color: aliceblue;
}
.contenter #newsv .card .card-body .body-item img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.contenter #newsv .card .card-body .body-item p {
  -webkit-box-orient: vertical;
  padding: 0 0 0 10px;
  color: #fff;
  display: -webkit-box;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 600;
}
.contenter #newsv .card .card-body .body-item > p:nth-child(3) {
  font-size: 18px;
  -webkit-line-clamp: 4;
  font-weight: 400;
  opacity: 0.5;
}
.contenter #newsdetail {
  padding: 0 0 2vh 0;
}
.contenter #newsdetail .detail-content {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  height: 73vh;
  overflow-y: auto;
  padding: 1vh 10px;
}
.contenter #online .category-item-active,
.contenter #competition .category-item-active {
  background: #feb101 !important;
  color: #0d262e !important;
}
.contenter #online .categorylist,
.contenter #competition .categorylist {
  background: #051a21;
  display: flex;
  height: 8vh;
  overflow-x: auto;
  padding: 2vh 20px 1vh;
  margin: 0px -15px;
}
.contenter #online .categorylist .category-item,
.contenter #competition .categorylist .category-item {
  align-items: center;
  background: #045ca3;
  border-radius: 5.5px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: space-around;
  padding: 5px 10px;
  cursor: pointer;
}
.contenter #online .categorylist .category-item .item-image,
.contenter #competition .categorylist .category-item .item-image {
  width: 20px;
  height: 20px;
}
.contenter #online .categorylist .category-item .item-image img,
.contenter #competition .categorylist .category-item .item-image img {
  object-fit: fill;
  display: block;
  height: 100%;
  width: 100%;
}
.contenter #online .categorylist > div:not(:first-child),
.contenter #competition .categorylist > div:not(:first-child) {
  margin-left: 15px;
}
.contenter #gamedetail .card {
  background: #0d262e;
  border-radius: 24px;
  padding: 20px;
}
.contenter #gamedetail .card .card-body {
  padding: 0;
}
.contenter #gamedetail .card .card-body .body-title {
  display: flex;
  justify-content: space-between;
}
.contenter #gamedetail .card .card-body .body-title .detail-left {
  height: 18vh;
}
.contenter #gamedetail .card .card-body .body-title .detail-left img {
  object-fit: fill;
  display: block;
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.contenter #gamedetail .card .card-body .body-title .detail-right {
  width: 40vw;
}
.contenter #gamedetail .card .card-body .body-title .detail-right .detail-title {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contenter #gamedetail .card .card-body .body-title .detail-right .detail-action button {
  background: #ffc46e;
  border: 0;
  border-radius: 5px;
  color: #3c3c3c;
  font-size: 1em;
  font-weight: 600;
  margin-left: 2px;
  padding: 5px 10px;
  text-align: center;
}
.contenter #gamedetail .card .card-body .body-title .detail-right .detail-score {
  display: flex;
  margin-top: 10px;
}
.contenter #gamedetail .card .card-body .body-title .detail-right .detail-score .score-star {
  display: flex;
}
.contenter #gamedetail .card .card-body .body-title .detail-right .detail-score .score-star > div {
  margin-right: 8px;
}
.contenter #gamedetail .card .card-body .body-title .detail-right .detail-score span {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
}
.contenter #gamedetail .card .card-body .detail-play {
  background: linear-gradient(97deg, #ffb200, #ff7e00 99%);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 20px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.contenter #gamedetail .card .card-body .detail-desc {
  color: #fff;
  font-family: SourceSansPro-Regular;
  font-size: 1em;
  font-weight: 400;
  opacity: 0.5;
  padding-top: 1rem;
}
.contenter #gamedetail #games .card {
  background: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 6px;
  padding: 0;
}
.contenter #gamedetail #games .card .card-body {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.contenter #aboutus .user-info img {
  width: 64px;
}
.contenter #aboutus .user-info .mobile_no {
  color: #fff;
}
.contenter #aboutus .abouts-list {
  margin: 10px -15px 20px;
}
.contenter #aboutus .abouts-list li.list-group-item {
  background: rgba(0, 0, 0, 0.15);
  border: none;
}
.contenter #aboutus .abouts-list .about_list_item_img {
  width: 24px;
}
.contenter #aboutus .abouts-list .about_list_item_title {
  margin-left: 1rem;
  color: #fff;
}
.contenter #aboutus .abouts-list .chevron-right {
  float: right;
}
.contenter #aboutus .about-logout button {
  color: #fff;
}
.contenter #competition .categorylist {
  padding: 2vh 5% 1vh;
  background: none;
}
.contenter #competition .categorylist .category-item {
  width: 90%;
  background: var(--bs-light);
  color: var(--bs-black);
}
.contenter #competition #competition_body #carouselLive .in_progress,
.contenter #competition #competition_body #carouselEnd .in_progress {
  background: #004C89;
  border-radius: 8px;
}
.contenter #competition #competition_body #carouselLive .in_progress .in_progress_row,
.contenter #competition #competition_body #carouselEnd .in_progress .in_progress_row {
  display: flex;
  padding: 12px;
}
.contenter #competition #competition_body #carouselLive .in_progress .in_progress_row div.col-6:nth-child(2),
.contenter #competition #competition_body #carouselEnd .in_progress .in_progress_row div.col-6:nth-child(2) {
  display: grid;
}
.contenter #competition #competition_body #carouselLive .in_progress img,
.contenter #competition #competition_body #carouselEnd .in_progress img {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 213px;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_medal_title,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_medal_title {
  position: absolute;
  width: 100%;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_medal_title .medal_bj,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_medal_title .medal_bj {
  top: -20px;
  position: relative;
  height: 38px;
  background-image: url("assets/img/competition_imgs/medal_bj.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 50%;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_medal_title .medal_bj .modal_img,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_medal_title .medal_bj .modal_img {
  top: 7px;
  right: 57px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 6%;
  height: 100%;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_medal_title .medal_bj .rank_bj,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_medal_title .medal_bj .rank_bj {
  background-image: url("assets/img/competition_imgs/medal.png");
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_medal_title .medal_bj .winners_bj,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_medal_title .medal_bj .winners_bj {
  background-image: url("assets/img/competition_imgs/winners.png");
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_medal_title .medal_bj .compete_title_,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_medal_title .medal_bj .compete_title_ {
  bottom: 35px;
  position: relative;
  left: 144px;
  font-family: Source Sans Pro;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-left: 5px;
  width: 100px;
  text-align: center;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol {
  margin-top: 35px;
  padding-top: 14px;
  background: #FEB101;
  border-radius: 8px;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol {
  height: 150px;
  overflow-y: auto;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li {
  height: 100px;
  margin: 0px 20px 5px;
  border-radius: 19px;
  border: 3px #C98C00 solid;
  padding: 0;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .col_zero,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .col_zero {
  z-index: 1;
  top: 36px;
  border-radius: 100%;
  left: -1px;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  background: linear-gradient(180deg, #FEE506 0%, #FF7B00 100%);
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .col_one,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .col_one {
  width: 60%;
  background: #F4FFBF;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .col_two,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .col_two {
  width: 40%;
  height: 100px;
  overflow: auto;
  float: right;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .col_one,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .col_one,
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .col_two,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .col_two {
  display: inline-block;
  padding: 10px 16px;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .col_one,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .col_one {
  position: absolute;
  height: 100px;
  padding-top: 40px;
  padding-left: 45px;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .start_img,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .start_img {
  position: absolute;
  left: 54%;
  height: 40px;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .award_pic,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .award_pic {
  position: absolute;
  left: 54%;
  height: 40px;
  bottom: 0px;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .rank_score,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .rank_score {
  background-color: #015AA1;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .prize_1,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .prize_1 {
  background-color: #DA354D;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .prize_2,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .prize_2 {
  background-color: #015AA1;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.contenter #competition #competition_body #carouselLive #curent_ranking_or_winners .compete_ol ol li .prize_3,
.contenter #competition #competition_body #carouselEnd #curent_ranking_or_winners .compete_ol ol li .prize_3 {
  background-color: #82C40E;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.contenter #competition #competition_body #other_competition .card {
  background: rgba(0, 0, 0, 0.15);
  border: none;
}
.contenter #competition #competition_body #other_competition .card .card-body {
  padding: 0.5rem;
}
.contenter #competition #competition_body #other_competition .card .card-body .body-item {
  display: flex;
  align-items: center;
}
.contenter #competition #competition_body #other_competition .card .card-body .body-item .body-action {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  width: 100%;
  padding: 0 1rem;
}
.contenter #competition #competition_body #other_competition .card .card-body .body-item .body-action div {
  margin-bottom: 5px;
}
.contenter #competition #competition_body #other_competition .card .card-body .body-item .body-action button {
  background: #FEB101;
  border: 0;
  border-radius: 5px;
  color: #3f3e3c;
  margin-top: 5px;
  padding: 6px 10px;
}
.contenter #competition #competition_body #other_competition .card .card-body .body-item .competition_end div {
  margin-bottom: 1rem;
}
.contenter #competition #competition_body .no_competition .comming_soon {
  height: 160px;
  background-image: url("assets/img/competition_imgs/No_Competiton_Soon.png");
  background-repeat: no-repeat;
  background-position: top center;
  display: grid;
  margin: 10px 0;
  font-family: Source Sans Pro;
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.contenter #competition #competition_body .no_competition .comming_demo {
  height: 196px;
  background-size: 100%;
  background-image: url("assets/img/competition_imgs/No_Competition_Demo.png");
  background-repeat: no-repeat;
  background-position: top center;
  display: grid;
}
.contenter .compete_title {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 10px;
}
.contenter #competition_detail .compete_detail {
  background: linear-gradient(180deg, #559EDF 31%, #69B9E3 100%);
  border-radius: 8px;
}
.contenter #competition_detail .compete_detail .detail-play {
  margin: 1rem 0;
  position: relative;
}
.contenter #competition_detail .compete_detail .detail-play button {
  text-transform: uppercase;
}
.contenter #competition_detail .compete_detail .detail-play .button_icon {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 6px;
  left: 20px;
}
.contenter #competition_detail .compete_detail .detail_name_type,
.contenter #competition_detail .compete_detail .detail-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-family: SourceSansPro-SemiBold;
  font-size: 16px;
  font-weight: 400;
}
.contenter #competition_detail .compete_detail .detail_name_type div,
.contenter #competition_detail .compete_detail .detail-desc div {
  border-radius: 4px;
  background: #0178C4;
  margin-bottom: 0.5rem;
  height: 35px;
  padding: 0.5rem;
}
.contenter #competition_detail .compete_detail .detail-play,
.contenter #competition_detail .compete_detail .detail_name_type,
.contenter #competition_detail .compete_detail .detail-desc {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.contenter #competition_detail .compete_detail .detail-desc {
  margin: 0;
  height: 158px;
  padding-bottom: 0.5rem;
}
.contenter #competition_detail .compete_detail .detail-desc p {
  border-radius: 4px;
  background: #0178C4;
  height: 100%;
  padding: 0.5rem;
  display: flex;
}
.contenter #competition_detail #rank .compete_medal_title,
.contenter #competition_detail #winning .compete_medal_title {
  position: absolute;
  width: 95%;
}
.contenter #competition_detail #rank .compete_medal_title .medal_bj,
.contenter #competition_detail #winning .compete_medal_title .medal_bj {
  top: -20px;
  position: relative;
  height: 38px;
  background-image: url("assets/img/competition_imgs/medal_bj.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 50%;
}
.contenter #competition_detail #rank .compete_medal_title .medal_bj .modal_img,
.contenter #competition_detail #winning .compete_medal_title .medal_bj .modal_img {
  top: 7px;
  right: 57px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 6%;
  height: 100%;
}
.contenter #competition_detail #rank .compete_medal_title .medal_bj .rank_bj,
.contenter #competition_detail #winning .compete_medal_title .medal_bj .rank_bj {
  background-image: url("assets/img/competition_imgs/medal.png");
}
.contenter #competition_detail #rank .compete_medal_title .medal_bj .winners_bj,
.contenter #competition_detail #winning .compete_medal_title .medal_bj .winners_bj {
  background-image: url("assets/img/competition_imgs/winners.png");
}
.contenter #competition_detail #rank .compete_medal_title .medal_bj .compete_title_,
.contenter #competition_detail #winning .compete_medal_title .medal_bj .compete_title_ {
  bottom: 5px;
  position: absolute;
  left: 178px;
  font-family: Source Sans Pro;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-left: 5px;
}
.contenter #competition_detail #rank .compete_ol,
.contenter #competition_detail #winning .compete_ol {
  margin-top: 35px;
  padding-top: 14px;
  background: #FEB101;
  border-radius: 8px;
}
.contenter #competition_detail #rank .compete_ol ol,
.contenter #competition_detail #winning .compete_ol ol {
  height: 150px;
  overflow-y: auto;
}
.contenter #competition_detail #rank .compete_ol ol li,
.contenter #competition_detail #winning .compete_ol ol li {
  margin: 0px 20px 5px;
  border-radius: 19px;
  border: 3px #C98C00 solid;
  padding: 0;
}
.contenter #competition_detail #rank .compete_ol ol li .col_zero,
.contenter #competition_detail #winning .compete_ol ol li .col_zero {
  border-radius: 100%;
  left: -1px;
  top: 4px;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  background: linear-gradient(180deg, #FEE506 0%, #FF7B00 100%);
}
.contenter #competition_detail #rank .compete_ol ol li .col_one,
.contenter #competition_detail #winning .compete_ol ol li .col_one {
  width: 60%;
  background: #F4FFBF;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
.contenter #competition_detail #rank .compete_ol ol li .col_two,
.contenter #competition_detail #winning .compete_ol ol li .col_two {
  width: 40%;
}
.contenter #competition_detail #rank .compete_ol ol li .col_one,
.contenter #competition_detail #winning .compete_ol ol li .col_one,
.contenter #competition_detail #rank .compete_ol ol li .col_two,
.contenter #competition_detail #winning .compete_ol ol li .col_two {
  display: inline-block;
  padding: 8px 16px;
}
.contenter #competition_detail #rank .compete_ol ol li .col_one,
.contenter #competition_detail #winning .compete_ol ol li .col_one {
  padding-left: 45px;
}
.contenter #competition_detail #rank .compete_ol ol li .start_img,
.contenter #competition_detail #winning .compete_ol ol li .start_img {
  position: absolute;
  left: 54%;
  height: 40px;
}
.contenter #competition_detail #rank .compete_ol ol li .award_pic,
.contenter #competition_detail #winning .compete_ol ol li .award_pic {
  position: absolute;
  left: 54%;
  height: 40px;
  bottom: 0px;
}
.contenter #competition_detail #rank .compete_ol ol li .rank_score,
.contenter #competition_detail #winning .compete_ol ol li .rank_score {
  background-color: #015AA1;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.contenter #competition_detail #rank .compete_ol ol li .prize_1,
.contenter #competition_detail #winning .compete_ol ol li .prize_1 {
  background-color: #DA354D;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.contenter #competition_detail #rank .compete_ol ol li .prize_2,
.contenter #competition_detail #winning .compete_ol ol li .prize_2 {
  background-color: #015AA1;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.contenter #competition_detail #rank .compete_ol ol li .prize_3,
.contenter #competition_detail #winning .compete_ol ol li .prize_3 {
  background-color: #82C40E;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.contenter #competition_detail #rank .compete_ol ol .alert_title,
.contenter #competition_detail #winning .compete_ol ol .alert_title {
  height: 100%;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #003056;
}
.contenter #competition_detail #winning .compete_ol {
  margin-top: 35px;
  padding-top: 14px;
  background: #FEB101;
  border-radius: 8px;
}
.contenter #competition_detail #winning .compete_ol ol {
  height: 150px;
  overflow-y: auto;
}
.contenter #competition_detail #winning .compete_ol ol li {
  margin: 0px 20px 5px;
  border-radius: 19px;
  border: 3px #C98C00 solid;
  padding: 0;
}
.contenter #competition_detail #winning .compete_ol ol li .col_zero {
  z-index: 1;
  top: 36px;
}
.contenter #competition_detail #winning .compete_ol ol li .col_one {
  position: absolute;
  padding-top: 35px;
}
.contenter #competition_detail #winning .compete_ol ol li .col_two {
  width: 40%;
  height: 100px;
  overflow: auto;
  float: right;
}
.contenter #competition_detail #winning .compete_ol ol li .col_one,
.contenter #competition_detail #winning .compete_ol ol li .col_two {
  display: inline-block;
  padding: 8px 16px;
}
.contenter #competition_detail #winning .compete_ol ol li .col_one {
  position: absolute;
  height: 100px;
  padding-top: 40px;
  padding-left: 45px;
}
.contenter #competition_detail #winning .compete_ol ol li .start_img {
  position: absolute;
  left: 54%;
  height: 40px;
}
.contenter #competition_detail #winning .compete_ol ol li .award_pic {
  position: absolute;
  left: 54%;
  height: 40px;
  bottom: 0px;
}
footer .row .footer-item {
  text-decoration: none;
  color: #FFFFFF;
}
footer .row .footer-item img {
  width: 32px;
}
footer .row .footer-item span {
  width: 100%;
  display: block;
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0px;
}
footer .row .footer-item.active {
  color: #FEB101;
}
[data-bs-theme="myblue"] body {
  background-color: #005aa2;
}
[data-bs-theme="myblue"] body header {
  background: #003056;
}
[data-bs-theme="myblue"] body header .row {
  background: #0d262e;
}
[data-bs-theme="myblue"] body header .navbar-toggler {
  background-color: var(--bs-body-bg);
}
[data-bs-theme="myblue"] body header .btn-group button {
  background-color: #0d262e;
  color: var(--bs-body-bg);
}
[data-bs-theme="myblue"] body header #navbarSupportedContent {
  background-color: #005aa2;
}
[data-bs-theme="myblue"] body header #navbarSupportedContent .offcanvas-header {
  background-color: #005aa2;
}
[data-bs-theme="myblue"] body header #navbarSupportedContent .offcanvas-body {
  margin-bottom: 3rem;
}
[data-bs-theme="myblue"] body header #navbarSupportedContent .offcanvas-body .list-group-item {
  background-color: #005aa2;
}
[data-bs-theme="myblue"] body header #navbarSupportedContent .offcanvas-body .list-group-item .menu-item-title {
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
  position: absolute;
  top: 34%;
}
[data-bs-theme="myblue"] body footer .row {
  background: #003056;
  border-top: none !important;
}
