* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

body {
  font-family: "Rowdies", sans-serif !important;
  background: #0B0E13 !important;
}

.Bebas_Neue {
  font-family: "Bebas Neue", sans-serif;
}

a {
  text-decoration: none;
}

.gray_f {
  color: #D1D1D1 !important;
}

.yellow_f {
  color: #E5C453 !important;
}

.Revenu_Brecdown_Popup .custome_card .custome_btn_border, .Query_Page_Sec .custome_btn_border, .participed_player_details .container .custome_btn_border, .Wallet_section .container .space_part .custome_btn_border, .user_profile_turnament .show_details .custome_btn_border, .Easy_Peasy .container .space_part .custome_btn_border, .Why_Host .container .space_part .custome_btn_border, .Tunament_details .container .custome_btn_border, .About_Serach_Acording .container .space_part .border_box .serch_fild .custome_btn_border, .About_Banner .container .space_part .custome_btn_border, .Top_Tournaments .container .space_part .custome_btn_border, .Explore_Virtual .container .space_part .custome_btn_border, .Exclusive_Banner_Show .container .space_part .custome_btn_border, .Serach_Acording .container .space_part .border_box .serch_fild .custome_btn_border, .Main_Banner .container .space_part .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 70px;
  padding: 3px;
}
.Revenu_Brecdown_Popup .custome_card .custome_btn_border .custome_yellow_btn, .Query_Page_Sec .custome_btn_border .custome_yellow_btn, .participed_player_details .container .custome_btn_border .custome_yellow_btn, .Wallet_section .container .space_part .custome_btn_border .custome_yellow_btn, .user_profile_turnament .show_details .custome_btn_border .custome_yellow_btn, .Easy_Peasy .container .space_part .custome_btn_border .custome_yellow_btn, .Why_Host .container .space_part .custome_btn_border .custome_yellow_btn, .Tunament_details .container .custome_btn_border .custome_yellow_btn, .About_Serach_Acording .container .space_part .border_box .serch_fild .custome_btn_border .custome_yellow_btn, .About_Banner .container .space_part .custome_btn_border .custome_yellow_btn, .Top_Tournaments .container .space_part .custome_btn_border .custome_yellow_btn, .Explore_Virtual .container .space_part .custome_btn_border .custome_yellow_btn, .Exclusive_Banner_Show .container .space_part .custome_btn_border .custome_yellow_btn, .Serach_Acording .container .space_part .border_box .serch_fild .custome_btn_border .custome_yellow_btn, .Main_Banner .container .space_part .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 20px;
  transition: background-color 0.7s ease;
  border: none;
}
.Revenu_Brecdown_Popup .custome_card .custome_btn_border:hover .custome_yellow_btn, .Query_Page_Sec .custome_btn_border:hover .custome_yellow_btn, .participed_player_details .container .custome_btn_border:hover .custome_yellow_btn, .Wallet_section .container .space_part .custome_btn_border:hover .custome_yellow_btn, .user_profile_turnament .show_details .custome_btn_border:hover .custome_yellow_btn, .Easy_Peasy .container .space_part .custome_btn_border:hover .custome_yellow_btn, .Why_Host .container .space_part .custome_btn_border:hover .custome_yellow_btn, .Tunament_details .container .custome_btn_border:hover .custome_yellow_btn, .About_Serach_Acording .container .space_part .border_box .serch_fild .custome_btn_border:hover .custome_yellow_btn, .About_Banner .container .space_part .custome_btn_border:hover .custome_yellow_btn, .Top_Tournaments .container .space_part .custome_btn_border:hover .custome_yellow_btn, .Explore_Virtual .container .space_part .custome_btn_border:hover .custome_yellow_btn, .Exclusive_Banner_Show .container .space_part .custome_btn_border:hover .custome_yellow_btn, .Serach_Acording .container .space_part .border_box .serch_fild .custome_btn_border:hover .custome_yellow_btn, .Main_Banner .container .space_part .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}

.big_title {
  font-size: 75px;
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
}
.big_title span {
  color: transparent;
  -webkit-text-stroke: 2px #E5C453;
  margin-left: 80px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #DB7607;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #DB7607;
}

.active_mobile_menu {
  background-color: #0C3090;
}

.custome_dp_menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  background-color: #002484;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transform: translate(50%, -50%);
  border-radius: 0% 0% 0% 50%;
  transition: height 0.5s ease, width 0.5s ease, opacity 0.5s ease, transform 0.5s ease, border-radius 0.5s ease;
}
.custome_dp_menu .menu-items {
  list-style: none;
  padding: 0;
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.custome_dp_menu .menu-items .li {
  margin: 0px 0;
}
.custome_dp_menu .menu-items .li a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.custome_dp_menu .menu-items .li .menu_list_box {
  background-color: #0C3090;
  border-radius: 10px;
  padding: 35px 0px;
  height: auto;
}
.custome_dp_menu .menu-items .li .admin_img_show {
  height: 50px;
  width: 50px;
  border: 1px dashed #FFF;
  border-radius: 50%;
  overflow: hidden;
}
.custome_dp_menu .menu-items .li .admin_img_show img {
  height: 48px;
  border-radius: 50%;
  width: 48px;
}
.custome_dp_menu .menu-items .menu_user_profile_btn {
  background-color: #0C3090;
  border-radius: 10px;
  padding: 10px 10px;
  width: 285px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custome_dp_menu .menu-items .menu_user_profile_btn p {
  color: #FFF;
  font-size: 16px;
}

.custome_dp_menu.open {
  height: 100vh;
  width: 100%;
  opacity: 1;
  transform: translate(0, 0);
  border-radius: 0% 0% 0% 0%;
}

.menu_dp_btn {
  height: 15px;
  width: 20px;
}

.menu-toggle-custome {
  position: absolute;
  right: 1.5rem;
  top: 49%;
  transform: translate(0, -50%);
  height: 26px;
  width: 23px;
}
.menu-toggle-custome, .menu-toggle-custome:hover {
  color: #FFF;
}

.menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #FFF;
  transition: all 0.3s ease;
}
.menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -8px);
}
.menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 8px);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}
.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}

.custome_nav {
  position: absolute;
  width: 100%;
  background: rgba(0, 36, 132, 0.5411764706);
  z-index: 10;
}
.custome_nav ul li span {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
.custome_nav ul .tournament_dropdown ul {
  background: rgba(4, 28, 94, 0.4);
  border: 1px solid #FFF;
  border-radius: 10px;
}
.custome_nav ul .tournament_dropdown ul li {
  text-align: center;
}
.custome_nav ul .tournament_dropdown ul li hr {
  background: #FFF;
  height: 2px;
}
.custome_nav ul .tournament_dropdown ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.custome_nav ul .tournament_dropdown ul li a:hover {
  background: none;
}
.custome_nav ul .tournament_dropdown:hover .dropdown-menu {
  display: block;
}
.custome_nav .notification_dropdown button {
  outline: none;
}
.custome_nav .notification_dropdown ul {
  background: rgba(4, 28, 94, 0.4);
  border: 1px solid #FFF;
  border-radius: 10px;
}
.custome_nav .notification_dropdown ul li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.custome_nav .notification_dropdown ul li a:hover {
  background: none;
}
.custome_nav .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 70px;
  padding: 4px;
}
.custome_nav .custome_btn_border .custome_login_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 20px;
  transition: background-color 0.7s ease;
}
.custome_nav .custome_btn_border:hover .custome_login_btn {
  background: #FFF;
}
.custome_nav .after_login p {
  font-size: 12px;
}
.custome_nav .after_login .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 50px;
  padding: 3px;
}
.custome_nav .after_login .custome_btn_border .custome_login_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 20px;
  transition: background-color 0.7s ease;
}
.custome_nav .after_login .custome_btn_border:hover .custome_login_btn {
  background: #FFF;
  color: #041C5E;
}
.custome_nav .after_login .admin_img_show {
  height: 50px;
  width: 50px;
  border: 1px dashed #FFF;
  border-radius: 50%;
  overflow: hidden;
}
.custome_nav .after_login .admin_img_show img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.message_sidebar {
  margin: 100px 0px !important;
  width: 40% !important;
  border-radius: 5px 0px 0px 5px;
  overflow: hidden;
}
.message_sidebar .offcanvas-header {
  background: #171A1F;
  border-radius: 5px 0px 0px 0px;
}
.message_sidebar .offcanvas-header h5 {
  color: #FFF;
  font-size: 18px;
}
.message_sidebar .offcanvas-header .close_btn {
  position: absolute;
  right: 5%;
}
.message_sidebar .offcanvas-body {
  background-color: #0B0E13;
  border-radius: 0px 0px 0px 5px;
}
.message_sidebar .offcanvas-body h4 {
  color: #FFF;
  font-size: 16px;
}
.message_sidebar .offcanvas-body .msg_box {
  background-color: #171A1F;
  padding: 10px 15px;
  border-radius: 5px;
}
.message_sidebar .offcanvas-body .msg_box h3 {
  color: #FFF;
  font-size: 16px;
}
.message_sidebar .offcanvas-body .msg_box p {
  color: #D1D1D1;
  font-size: 12px;
  font-weight: 300;
}
.message_sidebar .offcanvas-body .msg_box .dropdown-btn {
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.message_sidebar .offcanvas-body .msg_box .active {
  color: white;
}
.message_sidebar .offcanvas-body .msg_box .dropdown-container {
  display: none;
}
.message_sidebar .offcanvas-body .msg_box .dropdown-container .notification_img {
  width: 100%;
  overflow: hidden;
}
.message_sidebar .offcanvas-body .msg_box .fa-caret-down {
  float: right;
  padding-right: 8px;
}

.Main_Banner {
  background: url("../img/main_banner_img.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 150px;
}
.Main_Banner .container {
  position: relative;
  padding: 30px;
}
.Main_Banner .container .space_part {
  padding: 0px 40px;
}
.Main_Banner .container .space_part .title_part {
  position: relative;
}
.Main_Banner .container .space_part .title_part h1 {
  font-size: 75px;
  font-family: 400;
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
}
.Main_Banner .container .space_part .title_part h1 span {
  color: transparent;
  -webkit-text-stroke: 2px #E5C453;
  margin: 0;
}
.Main_Banner .container .space_part p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.Main_Banner .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Serach_Acording {
  position: relative;
}
.Serach_Acording .container .space_part {
  position: relative;
  padding: 0px 40px;
}
.Serach_Acording .container .space_part .sec_title h3 {
  color: #041C5E;
  font-size: 22px;
  background-color: #E5C453;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  z-index: 1;
}
.Serach_Acording .container .space_part .main_banner_left_img {
  position: absolute;
  max-width: 768px;
  bottom: 77%;
  right: 3%;
}
.Serach_Acording .container .space_part .border_box {
  border: 1px solid #8A8A8A;
  border-radius: 5px;
}
.Serach_Acording .container .space_part .border_box .serch_fild label {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.Serach_Acording .container .space_part .border_box .serch_fild input {
  color: #D1D1D1;
  border: 1px solid #8A8A8A;
  background: transparent;
  height: 70px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 300;
}
.Serach_Acording .container .space_part .border_box .serch_fild select {
  color: #D1D1D1;
  border: 1px solid #8A8A8A;
  background: transparent;
  height: 70px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 0.469rem 2.4rem 0.469rem 0.8rem;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Serach_Acording .container .space_part .border_box .serch_fild select option {
  color: #D1D1D1;
  background: #000;
}
.Serach_Acording .container .space_part .border_box .serch_fild select option:hover {
  color: #FFF;
  background: #FFF;
}
.Serach_Acording .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Exclusive_Banner_Show .container .space_part {
  padding: 0px 40px;
}
.Starting_Easy .container .space_part {
  padding: 0px 40px;
}
.Starting_Easy .container .space_part .custome_slider .custome_card {
  background: url("../img/card_bg_image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.Starting_Easy .container .space_part .custome_slider .custome_card p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
.Starting_Easy .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Explore_Virtual .container .space_part {
  padding: 0px 40px;
}
.Explore_Virtual .container .space_part .custome_slider .custome_card {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
.Explore_Virtual .container .space_part .custome_slider .custome_card .image_box {
  position: relative;
}
.Explore_Virtual .container .space_part .custome_slider .custome_card .image_box .image {
  display: block;
  width: 100%;
  height: auto;
}
.Explore_Virtual .container .space_part .custome_slider .custome_card .image_box .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-image: linear-gradient(rgba(8, 58, 196, 0), rgb(4, 28, 94));
}
.Explore_Virtual .container .space_part .custome_slider .custome_card .image_box .overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.Explore_Virtual .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Top_Tournaments .container .space_part {
  padding: 0px 40px;
}
.Top_Tournaments .container .space_part .custome_accordion {
  border: 1px solid #FFF;
  border-radius: 5px;
}
.Top_Tournaments .container .space_part .custome_accordion h4 {
  font-size: 18px;
  color: #FFF;
}
.Top_Tournaments .container .space_part .custome_accordion .accordion-item {
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.Top_Tournaments .container .space_part .custome_accordion .accordion-item button {
  background: transparent;
  color: #D1D1D1;
}
.Top_Tournaments .container .space_part .custome_accordion .accordion-item button::after {
  background-image: url("../img/down_arrow.png");
}
.Top_Tournaments .container .space_part .custome_accordion .accordion-item button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #FFF;
}
.Top_Tournaments .container .space_part .custome_accordion .accordion-item p {
  font-size: 16px;
  font-weight: 300;
}
.Top_Tournaments .container .space_part .custome_accordion .accordion-item h6 {
  font-size: 12px;
  font-weight: 300;
}
.Top_Tournaments .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Challenge_Accepted .container .space_part {
  padding: 0px 40px;
}
.Challenge_Accepted .container .space_part .left_right_arrow {
  width: 78px;
}
.Challenge_Accepted .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Merchandise .swiper-button-prev:after, .Merchandise .swiper-rtl .swiper-button-next:after,
.Challenge_Accepted .swiper-button-prev:after, .Challenge_Accepted .swiper-rtl .swiper-button-next:after {
  content: "prev";
  display: none;
}

.Merchandise .swiper-button-next:after, .Merchandise .swiper-rtl .swiper-button-prev:after,
.Challenge_Accepted .swiper-button-next:after, .Challenge_Accepted .swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}

.Merchandise .swiper-button-next, .Merchandise .swiper-button-prev,
.Challenge_Accepted .swiper-button-next, .Challenge_Accepted .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 44 * 52) !important;
}

.Merchandise .swiper-button-next.swiper-button-disabled, .Merchandise .swiper-button-prev.swiper-button-disabled,
.Challenge_Accepted .swiper-button-next.swiper-button-disabled, .Challenge_Accepted .swiper-button-prev.swiper-button-disabled {
  opacity: 0.8;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination-bullet {
  background: #E5C453 !important;
}

.Merchandise .container .space_part {
  padding: 0px 40px;
}
.Merchandise .container .space_part .left_right_arrow {
  width: 65px;
}
.Merchandise .container .space_part .custome_card .img_border {
  border: 1px solid #FFF;
  height: 250px;
  border-radius: 5px;
}
.Merchandise .container .space_part .custome_card .img_border .img_bg {
  border-radius: 5px;
  background: #1F242C;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.Merchandise .container .space_part .custome_card .img_border .img_bg img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Merchandise .container .space_part .custome_card p {
  font-size: 18px;
  font-weight: 300;
  color: #FFF;
}
.Merchandise .container .space_part .custome_card .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 52px;
  padding: 3px;
}
.Merchandise .container .space_part .custome_card .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 30px;
  transition: background-color 0.7s ease;
}
.Merchandise .container .space_part .custome_card .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}
.Merchandise .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

footer {
  position: relative;
  border-top: 2px solid #434343;
}
footer .container .space_part {
  padding: 0px 40px;
}
footer .container .space_part h5 {
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
}
footer .container .space_part .social_icon {
  border: 1px solid #434343;
  height: 50px;
  width: 50px;
  border-radius: 5px;
}
footer .container .space_part .social_icon:hover {
  background-color: #000;
}
footer .container .space_part .social_icon:hover svg path {
  fill: #DB7607;
}
footer .container .space_part p {
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
}
footer .container .space_part #animationContainer {
  height: 83px;
  width: 150px;
}
footer .footer_bottom {
  border-top: 2px solid #434343;
}
footer .footer_bottom p {
  font-size: 16px;
  color: #888888;
  font-weight: 300;
}
footer .footer_bottom p a {
  color: #888888;
}

.About_Banner {
  background: url("../img/about_banner_img.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 150px;
}
.About_Banner .container {
  position: relative;
  padding: 30px;
}
.About_Banner .container .space_part {
  padding: 0px 40px;
}
.About_Banner .container .space_part .title_part {
  position: relative;
}
.About_Banner .container .space_part .title_part h1 {
  font-size: 75px;
  font-family: 400;
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
}
.About_Banner .container .space_part .title_part h1 span {
  color: transparent;
  -webkit-text-stroke: 2px #E5C453;
  margin: 0;
}
.About_Banner .container .space_part p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.About_Banner .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.About_Serach_Acording {
  position: relative;
}
.About_Serach_Acording .container .space_part {
  position: relative;
  padding: 0px 40px;
}
.About_Serach_Acording .container .space_part .sec_title h3 {
  color: #041C5E;
  font-size: 22px;
  background-color: #E5C453;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  z-index: 1;
}
.About_Serach_Acording .container .space_part .main_banner_left_img {
  position: absolute;
  max-width: 370px;
  bottom: 77%;
  right: 3%;
}
.About_Serach_Acording .container .space_part .border_box {
  border: 1px solid #8A8A8A;
  border-radius: 5px;
}
.About_Serach_Acording .container .space_part .border_box .serch_fild label {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.About_Serach_Acording .container .space_part .border_box .serch_fild input {
  color: #D1D1D1;
  border: 1px solid #8A8A8A;
  background: transparent;
  height: 70px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 300;
}
.About_Serach_Acording .container .space_part .border_box .serch_fild select {
  color: #D1D1D1;
  border: 1px solid #8A8A8A;
  background: transparent;
  height: 70px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 0.469rem 2.4rem 0.469rem 0.8rem;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.About_Serach_Acording .container .space_part .border_box .serch_fild select option {
  color: #D1D1D1;
  background: #000;
}
.About_Serach_Acording .container .space_part .border_box .serch_fild select option:hover {
  color: #FFF;
  background: #FFF;
}
.About_Serach_Acording .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Our_Gaming .container .space_part {
  padding: 0px 40px;
}
.Our_Gaming .container .space_part .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 70px;
  padding: 5px;
  width: 160px;
}
.Our_Gaming .container .space_part .custome_btn_border .custome_yellow_btn {
  background: #FFF;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 20px;
  transition: background-color 0.7s ease;
  width: 100%;
}
.Our_Gaming .container .space_part .custome_card .img_border {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  position: relative;
}
.Our_Gaming .container .space_part .custome_card .img_border .game_type_btn {
  position: absolute;
  width: 75px;
  height: 35px;
  background-color: #232C89;
  border: 1px solid #434EBB;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 13px;
  top: 13px;
}
.Our_Gaming .container .space_part .custome_card .gaming_detail {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  transition: background-color 0.7s ease;
  position: relative;
}
.Our_Gaming .container .space_part .custome_card .gaming_detail .d_game_names {
  font-size: 12px;
  color: #B3B3B3;
}
.Our_Gaming .container .space_part .custome_card .gaming_detail h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}
.Our_Gaming .container .space_part .custome_card .gaming_detail .game_time {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.Our_Gaming .container .space_part .custome_card .gaming_detail .game_live {
  color: #FF0000;
  font-size: 22px;
  font-weight: 400;
}
.Our_Gaming .container .space_part .custome_card .gaming_detail h4 {
  color: #E5C453;
  font-size: 18px;
}
.Our_Gaming .container .space_part .custome_card .gaming_detail p {
  color: #FFF;
  font-size: 18px;
}
.Our_Gaming .container .space_part .custome_card:hover .gaming_detail::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #DB7607;
  bottom: -1px;
  left: 0%;
  border-radius: 2px;
}
.Our_Gaming .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Our_Gaming .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #E5C453 !important;
}

.Tunament_details {
  margin-top: -150px;
}
.Tunament_details .container .right_part {
  position: relative;
}
.Tunament_details .container .right_part h2 {
  padding-left: 40px;
  font-size: 70px;
}
.Tunament_details .container .right_part::before {
  position: absolute;
  content: "";
  height: 75px;
  width: 4px;
  background: #DB7607;
}
.Tunament_details .container .all_detail {
  background: #1F242C;
  border-radius: 5px;
}
.Tunament_details .container .all_detail p {
  color: #FFF;
  font-size: 14px;
}
.Tunament_details .container .all_detail h6 {
  color: #D1D1D1;
  font-size: 14px;
}
.Epic_Gaming .container .space_part {
  padding: 0px 40px;
}
.Epic_Gaming .container .space_part .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 70px;
  padding: 5px;
  width: 165px;
}
.Epic_Gaming .container .space_part .custome_btn_border .custome_yellow_btn {
  background: #FFF;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 100%;
}
.Epic_Gaming .container .space_part .rules_card {
  border: 1px solid #FFFFFF;
  padding: 40px;
  border-radius: 5px;
}
.Epic_Gaming .container .space_part .rules_card h3 {
  color: #FFF;
  font-size: 32px;
}
.Epic_Gaming .container .space_part .rules_card h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.Epic_Gaming .container .space_part .rules_card ul li {
  color: #D1D1D1;
  font-size: 18px;
  font-weight: 300;
}
.Epic_Gaming .container .space_part .rules_card .hr {
  border: 1px solid #D1D1D1 !important;
  margin: 30px 0px;
}
.Epic_Gaming .container .space_part .rules_card p {
  color: #D1D1D1;
  font-size: 18px;
  font-weight: 300;
}
.Epic_Gaming .container .space_part .rules_card .prizepool_tab .price_tag {
  background-color: #171B22;
  border-radius: 50px;
  width: 215px;
  margin: 0 auto;
}
.Epic_Gaming .container .space_part .rules_card .prizepool_tab .price_tag h3 {
  font-size: 35px;
  color: #FFF;
  font-weight: 300;
}
.Epic_Gaming .container .space_part .rules_card .prizepool_tab .price_tag p {
  font-size: 16px;
}
.Epic_Gaming .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Epic_Gaming .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #E5C453 !important;
}

.Tournaments_Leaderboard .leader_board_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.Tournaments_Leaderboard .container {
  padding-top: 250px;
  padding-bottom: 150px;
  position: relative;
}
.Tournaments_Leaderboard .container .space_part {
  padding: 0px 40px;
}
.Tournaments_Leaderboard .container .custome_accordion {
  border: 1px solid #FFF;
  border-radius: 5px;
}
.Tournaments_Leaderboard .container .custome_accordion h4 {
  font-size: 18px;
  color: #FFF;
}
.Tournaments_Leaderboard .container .custome_accordion .accordion-item {
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.Tournaments_Leaderboard .container .custome_accordion .accordion-item button {
  background: transparent;
  color: #D1D1D1;
}
.Tournaments_Leaderboard .container .custome_accordion .accordion-item button::after {
  background-image: url("../img/down_arrow.png");
}
.Tournaments_Leaderboard .container .custome_accordion .accordion-item button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #FFF;
}
.Tournaments_Leaderboard .container .custome_accordion .accordion-item p {
  font-size: 16px;
  font-weight: 300;
}
.Tournaments_Leaderboard .container .custome_accordion .accordion-item h6 {
  font-size: 12px;
  font-weight: 300;
}
.Tournaments_Leaderboard .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Tournaments_Leaderboard #numberFilter button.active {
  border: 1px solid #FFF;
}
.Tournaments_Leaderboard #numberFilter button.active .num {
  background-color: #E5C453;
  color: white;
  height: 44px;
  width: 44px;
  border-radius: 5px;
  font-size: 18px;
}

.Tournaments_Leaderboard #numberFilter button .num {
  color: white;
  height: 44px;
  width: 44px;
  border-radius: 5px;
  font-size: 18px;
}

.How_Assist {
  padding-top: 250px;
  padding-bottom: 150px;
}
.How_Assist .container .space_part {
  padding: 0px 40px;
}
.How_Assist .container .cusome_card {
  border: 1px solid #FFF;
  padding: 60px;
  border-radius: 5px;
}
.How_Assist .container .cusome_card h3 {
  color: #FFF;
  font-size: 32px;
}
.How_Assist .container .cusome_card p {
  color: #D1D1D1;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}
.How_Assist .container .cusome_card p span {
  color: #E5C453;
}
.How_Assist .container .cusome_card .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 52px;
  padding: 3px;
}
.How_Assist .container .cusome_card .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 142px;
  border: none;
}
.How_Assist .container .cusome_card .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}
.How_Assist .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Organize_Banner {
  background: url("../img/main_banner_img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 50px;
}
.Organize_Banner .container {
  position: relative;
  padding: 30px;
}
.Organize_Banner .container .space_part {
  padding: 0px 40px;
}
.Organize_Banner .container .space_part .title_part {
  position: relative;
}
.Organize_Banner .container .space_part .title_part h1 {
  font-size: 75px;
  font-family: 400;
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
}
.Organize_Banner .container .space_part .title_part h1 span {
  color: transparent;
  -webkit-text-stroke: 2px #E5C453;
  margin: 0;
}
.Organize_Banner .container .space_part p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.Organize_Banner .container .space_part .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 70px;
  padding: 4px;
}
.Organize_Banner .container .space_part .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 142px;
}
.Organize_Banner .container .space_part .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}
.Organize_Banner .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  top: 25%;
  background: #DB7607;
}

.Login_page {
  margin: auto 0px;
  display: flex;
  align-items: center;
  height: 100vh;
}

.slider {
  position: relative;
  width: 100%;
}

.items {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 83%;
  border-radius: 20px;
  height: 100%;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.item.current {
  opacity: 1;
}
.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button {
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent center no-repeat;
  cursor: pointer;
  opacity: 0.4;
}
.button.prev {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
}
.button.next {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
}
.button:hover {
  opacity: 0.8;
}

.dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0;
  background: #777;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.dot:nth-child(n+2) {
  margin-left: 5px;
}
.dot.current {
  opacity: 1;
}

.login_form {
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.8), rgba(77, 77, 77, 0.8), rgba(50, 50, 50, 0.8), rgba(77, 77, 77, 0.8));
  padding: 30px 30px;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
.login_form h2 {
  font-size: 34px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
.login_form form label {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
.login_form form .form_field {
  border: 1px solid #8A8A8A;
  position: relative;
}
.login_form form .form_field select {
  background: transparent;
  padding: 12px 20px;
  color: #D1D1D1;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.login_form form .form_field select option {
  background: rgba(77, 77, 77, 0.8);
  border: 1px solid #8A8A8A;
}
.login_form form .form_field select option li {
  color: red;
}
.login_form form .form_field select option li:hover {
  background-color: #161616 !important;
}
.login_form form .form_field input {
  background: transparent;
  padding: 12px 20px;
  color: #D1D1D1;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #ccc;
  outline: none;
}
.login_form form .form_field .password-toggle-icon {
  position: absolute;
  top: 69%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}
.login_form form .form_field .password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #7D7D7D;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}
.login_form form .form_field .password-toggle-icon i:hover {
  color: #FFF;
}
.login_form form .form_field .fild_icon {
  position: absolute;
  right: 17px;
  top: 9px;
}
.login_form form input[type=checkbox] {
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.login_form form input[type=checkbox]:checked {
  background-color: transparent;
  border: 2px solid #FFF;
}
.login_form form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.login_form form .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 50px;
  padding: 3px;
}
.login_form form .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 30px;
  transition: background-color 0.7s ease;
}
.login_form form .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}
.login_form form .or_login {
  position: relative;
}
.login_form form .or_login::before {
  position: absolute;
  content: "";
  width: 36%;
  height: 1px;
  background: #8A8A8A;
  top: 50%;
}
.login_form form .or_login::after {
  position: absolute;
  content: "";
  width: 36%;
  height: 1px;
  background: #8A8A8A;
  top: 50%;
  right: 0%;
}
.login_form form .custome_Login_btn {
  border: 1px solid #8A8A8A;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 8px 0px;
  color: #D1D1D1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register_form {
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.8), rgba(77, 77, 77, 0.8), rgba(50, 50, 50, 0.8), rgba(77, 77, 77, 0.8));
  padding: 30px 30px;
  border-radius: 20px;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  width: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.register_form::-webkit-scrollbar {
  width: 5px;
}
.register_form::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.register_form::-webkit-scrollbar-thumb {
  background: #161616;
  border-radius: 10px;
}
.register_form::-webkit-scrollbar-thumb:hover {
  background: #161616;
}
.register_form h2 {
  font-size: 34px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
.register_form form label {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
.register_form form .form_field {
  border: 1px solid #8A8A8A;
  position: relative;
}
.register_form form .form_field select {
  background: transparent;
  padding: 12px 20px;
  color: #D1D1D1;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.register_form form .form_field select option {
  background: rgba(77, 77, 77, 0.8);
  border: 1px solid #8A8A8A;
}
.register_form form .form_field select option li {
  color: red;
}
.register_form form .form_field select option li:hover {
  background-color: #161616 !important;
}
.register_form form .form_field input[type=date] {
  display: block;
  width: 100%;
  padding: 0.5rem;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 8h18M5 3v5m14-5v5M3 8v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8M8 11h8m-8 4h5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 19px 19px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none; /* For Chrome */
  -moz-appearance: none; /* For Firefox */
}
.register_form form .form_field input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.register_form form .form_field input {
  background: transparent;
  padding: 12px 20px;
  color: #D1D1D1;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #ccc;
  outline: none;
}
.register_form form .form_field .password-toggle-icon {
  position: absolute;
  top: 69%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}
.register_form form .form_field .password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #7D7D7D;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}
.register_form form .form_field .password-toggle-icon i:hover {
  color: #FFF;
}
.register_form form .form_field .fild_icon {
  position: absolute;
  right: 17px;
  top: 9px;
}
.register_form form input[type=checkbox] {
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.register_form form input[type=checkbox]:checked {
  background-color: transparent;
  border: 2px solid #FFF;
}
.register_form form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.register_form form .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 50px;
  padding: 3px;
}
.register_form form .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 30px;
  transition: background-color 0.7s ease;
  border: none;
}
.register_form form .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}
.register_form form .or_login {
  position: relative;
}
.register_form form .or_login::before {
  position: absolute;
  content: "";
  width: 36%;
  height: 1px;
  background: #8A8A8A;
  top: 50%;
}
.register_form form .or_login::after {
  position: absolute;
  content: "";
  width: 36%;
  height: 1px;
  background: #8A8A8A;
  top: 50%;
  right: 0%;
}
.register_form form .custome_Login_btn {
  border: 1px solid #8A8A8A;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 8px 0px;
  color: #D1D1D1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp_form {
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.8), rgba(77, 77, 77, 0.8), rgba(50, 50, 50, 0.8), rgba(77, 77, 77, 0.8));
  padding: 30px 30px;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
.otp_form h2 {
  font-size: 32px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
.otp_form h6 {
  color: #D1D1D1;
  font-size: 15px;
  font-weight: 300;
}
.otp_form h5 {
  font-size: 16px;
  color: #FFFFFF;
}
.otp_form h5 span {
  color: #E5C453;
  font-size: 14px;
}
.otp_form form {
  /* otp code start */
  /* otp code end */
}
.otp_form form label {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
.otp_form form .verification-code {
  position: relative;
  margin: 25px 0px;
}
.otp_form form .verification-code input {
  background: transparent !important;
  color: #D1D1D1 !important;
  text-align: center !important;
  border: 1px solid #8A8A8A;
  position: relative;
  font-size: 20px;
  border-radius: 3px !important;
}
.otp_form form .control-label {
  display: block;
  margin: 40px 0px;
  font-weight: 900;
}
.otp_form form .verification-code--inputs input[type=text] {
  /* border: 2px solid #e1e1e1; */
  width: 80px;
  height: 46px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.otp_form form .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 55px;
  padding: 3px;
}
.otp_form form .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 30px;
  transition: background-color 0.7s ease;
}
.otp_form form .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}

.Why_Host .container .space_part {
  padding: 0px 40px;
}
.Why_Host .container .space_part .custome_accordion h4 {
  font-size: 18px;
  color: #FFF;
}
.Why_Host .container .space_part .custome_accordion .accordion-item {
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.Why_Host .container .space_part .custome_accordion .accordion-item button {
  background: transparent;
  color: #D1D1D1;
}
.Why_Host .container .space_part .custome_accordion .accordion-item button::after {
  background-image: url("../img/down_arrow.png");
}
.Why_Host .container .space_part .custome_accordion .accordion-item button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #FFF;
}
.Why_Host .container .space_part .custome_accordion .accordion-item .contains p {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 300;
}
.Why_Host .container .space_part .custome_accordion .accordion-item p {
  font-size: 16px;
  font-weight: 300;
}
.Why_Host .container .space_part .custome_accordion .accordion-item h6 {
  font-size: 12px;
  font-weight: 300;
}
.Why_Host .container .space_part .right_cards {
  background: url("../img/card_bg_image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.Why_Host .container .space_part .right_cards p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
.Why_Host .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Easy_Peasy .container .space_part {
  padding: 0px 40px;
}
.Easy_Peasy .container .space_part .custome_card {
  background-color: #1F1F1F;
  border-radius: 8px;
  padding: 60px 30px;
  text-align: center;
  height: 100%;
}
.Easy_Peasy .container .space_part .custome_card h4 {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.Easy_Peasy .container .space_part .custome_card p {
  font-size: 16px;
  font-weight: 300;
  color: #ADADAD;
}
.Easy_Peasy .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Launch_Your_Journey .container .Journey_part {
  background-image: url("../img/Journey_background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 150px 0px;
}
.Launch_Your_Journey .container .Journey_part .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 70px;
  padding: 5px;
}
.Launch_Your_Journey .container .Journey_part .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 200px;
}
.Launch_Your_Journey .container .Journey_part .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}

.User_Login {
  background-image: linear-gradient(#091022, rgb(11, 14, 19));
  height: 100vh;
}
.User_Login h2 {
  font-family: "Bebas Neue", sans-serif;
  color: #FFF;
  font-size: 52px;
  font-weight: 400;
}
.User_Login h2 span {
  color: #E5C453;
}
.User_Login p {
  font-size: 18px;
  font-weight: 300;
  color: #FFF;
}
.User_Login form {
  width: 50%;
  margin: 0 auto;
}
.User_Login form .avatar-upload {
  position: relative;
  max-width: 147px;
  margin: 50px auto;
}
.User_Login form .avatar-upload .avatar-edit {
  position: absolute;
  right: -5px;
  z-index: 1;
  bottom: 8px;
}
.User_Login form .avatar-upload .avatar-edit input {
  display: none;
}
.User_Login form .avatar-upload .avatar-edit input + label {
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #1F2D53;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.User_Login form .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.User_Login form .avatar-upload .avatar-preview {
  width: 145px;
  height: 145px;
  position: relative;
  border-radius: 100%;
}
.User_Login form .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.User_Login form label {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.User_Login form input {
  border: 1px solid #686868;
  border-radius: 5px;
  background: #0C142B;
  color: #FFF;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
}
.User_Login form .password-toggle-icon {
  position: absolute;
  top: 80%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}
.User_Login form .password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #7D7D7D;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}
.User_Login form .password-toggle-icon i:hover {
  color: #FFF;
}
.User_Login .next_back_part {
  border-top: 1px solid #686868;
}
.User_Login .next_back_part .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 70px;
  padding: 5px;
}
.User_Login .next_back_part .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 150px;
}
.User_Login .next_back_part .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}
.User_Login .next_back_part .custome_btn_border .custome_white_btn {
  background: #FFF;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 150px;
}
.User_Login .next_back_part .custome_btn_border:hover .custome_white_btn {
  background: #E5C453;
}

.select_game_card {
  width: 70%;
  margin: 0 auto;
}
.select_game_card .custome_game_card {
  text-align: center;
}
.select_game_card .custome_game_card .img_border {
  border: 2px solid transparent;
  cursor: pointer;
  padding: 5px;
  transition: border 0.3s ease;
  border-radius: 5px;
}
.select_game_card .custome_game_card .img_border.selected {
  border: 2px solid #E5C453;
  box-shadow: 0 0 10px #E5C453;
}
.select_game_card .custome_game_card p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}

.process25 {
  position: absolute;
  content: "";
  width: 25%;
  background: #E5C453;
  height: 2px;
  border-radius: 2px;
}

.rules_books {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding: 50px 50px;
}
.rules_books h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.rules_books ul li {
  color: #D1D1D1;
  font-size: 18px;
  font-weight: 300;
}

.process50 {
  position: absolute;
  content: "";
  width: 50%;
  background: #E5C453;
  height: 2px;
  border-radius: 2px;
}

.user_banners {
  position: relative;
}
.user_banners .avatar-upload {
  position: relative;
  max-width: 100%;
  margin: 50px auto;
}
.user_banners .avatar-upload .avatar-edit {
  position: absolute;
  right: 31px;
  z-index: 1;
  top: 28px;
}
.user_banners .avatar-upload .avatar-edit input {
  display: none;
}
.user_banners .avatar-upload .avatar-edit input + label {
  width: 170px;
  height: 41px;
  margin-bottom: 0;
  color: #FFF;
  background: #1F2D53;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.user_banners .avatar-upload .avatar-preview {
  width: 100%;
  height: 600px;
  position: relative;
  border-radius: 5px;
}
.user_banners .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.user_banners .show_details {
  position: absolute;
  top: 0%;
}
.user_banners .show_details .user_img_uplode .avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.user_banners .show_details .user_img_uplode .avatar-upload .avatar-edit {
  position: absolute;
  right: -12px;
  z-index: 1;
  top: 102px;
}
.user_banners .show_details .user_img_uplode .avatar-upload .avatar-edit input {
  display: none;
}
.user_banners .show_details .user_img_uplode .avatar-upload .avatar-edit input + label {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #1F2D53;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_banners .show_details .user_img_uplode .avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
}
.user_banners .show_details .user_img_uplode .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.user_banners .show_details .user_name h3 {
  color: #FFF;
  font-size: 30px;
}
.user_banners .show_details .custome_card .user_bg {
  height: 49px;
  width: 66px;
  border-radius: 50%;
}

.process75 {
  position: absolute;
  content: "";
  width: 75%;
  background: #E5C453;
  height: 2px;
  border-radius: 2px;
}

.All_Set_part h2 {
  color: #FFF;
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
}
.All_Set_part p {
  color: #FFF;
  font-size: 18px;
  width: 50%;
  margin: 0 auto;
}

.process100 {
  position: absolute;
  content: "";
  width: 100%;
  background: #E5C453;
  height: 2px;
  border-radius: 2px;
}

.user_custome_nav {
  position: relative;
  width: 100%;
  background: rgba(0, 36, 132, 0.5411764706);
  z-index: 10;
}
.user_custome_nav ul li span {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
.user_custome_nav ul .tournament_dropdown ul {
  background: rgba(4, 28, 94, 0.4);
  border: 1px solid #FFF;
  border-radius: 10px;
}
.user_custome_nav ul .tournament_dropdown ul li {
  text-align: center;
}
.user_custome_nav ul .tournament_dropdown ul li hr {
  background: #FFF;
  height: 2px;
}
.user_custome_nav ul .tournament_dropdown ul li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.user_custome_nav ul .tournament_dropdown ul li a:hover {
  background: none;
}
.user_custome_nav ul .tournament_dropdown:hover .dropdown-menu {
  display: block;
}
.user_custome_nav .notification_dropdown button {
  outline: none;
}
.user_custome_nav .notification_dropdown ul {
  background: rgba(4, 28, 94, 0.4);
  border: 1px solid #FFF;
  border-radius: 10px;
}
.user_custome_nav .notification_dropdown ul li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.user_custome_nav .notification_dropdown ul li a:hover {
  background: none;
}
.user_custome_nav .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 70px;
  padding: 5px;
}
.user_custome_nav .custome_btn_border .custome_login_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 20px;
  transition: background-color 0.7s ease;
}
.user_custome_nav .custome_btn_border:hover .custome_login_btn {
  background: #FFF;
}
.user_custome_nav .admin_img_show {
  height: 50px;
  width: 50px;
  border: 1px dashed #FFF;
  border-radius: 50%;
  overflow: hidden;
}
.user_custome_nav .admin_img_show img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.admin_profile_turnament {
  position: relative;
}
.admin_profile_turnament .avatar-upload {
  position: relative;
  max-width: 100%;
  margin: 0px auto;
}
.admin_profile_turnament .avatar-upload .avatar-edit {
  position: absolute;
  right: 9%;
  z-index: 1;
  top: 28px;
}
.admin_profile_turnament .avatar-upload .avatar-edit input {
  display: none;
}
.admin_profile_turnament .avatar-upload .avatar-edit input + label {
  width: 170px;
  height: 41px;
  margin-bottom: 0;
  color: #FFF;
  background: #3C3C3C;
  border: 1px solid #1C232F;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin_profile_turnament .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
  color: #1F2D53;
}
.admin_profile_turnament .avatar-upload .avatar-edit input + label:hover svg path {
  fill: #1F2D53;
}
.admin_profile_turnament .avatar-upload .avatar-preview {
  width: 100%;
  height: 450px;
  position: relative;
  border-radius: 5px;
}
.admin_profile_turnament .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.admin_profile_turnament .avatar-upload .avatar-preview .overlay {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(4, 28, 94, 0), #0B0E13);
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  opacity: 1;
}
.admin_profile_turnament .show_details {
  position: absolute;
  top: 60%;
  width: 100%;
}
.admin_profile_turnament .show_details .user_img_uplode .avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.admin_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-edit {
  position: absolute;
  right: -12px;
  z-index: 1;
  top: 102px;
}
.admin_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-edit input {
  display: none;
}
.admin_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-edit input + label {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #1F2D53;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.admin_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-preview {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 100%;
  padding: 52px;
}
.admin_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-preview .frem_set {
  position: absolute;
  height: 139%;
  width: 154%;
  left: -49px;
  top: -36px;
}
.admin_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.admin_profile_turnament .show_details .user_name h3 {
  color: #FFF;
  font-size: 30px;
}
.admin_profile_turnament .show_details .EXP_Level {
  background: #041C5E;
  border-radius: 35px;
  font-size: 16px;
  color: #FFF;
  padding: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin_profile_turnament .show_details .exp_range_bar {
  width: 350px;
}
.admin_profile_turnament .show_details .exp_range_bar p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.admin_profile_turnament .show_details .exp_range_bar #myinput {
  background: linear-gradient(to right, #E5C453 0%, #E5C453 50%, #fff 50%, #fff 100%);
  border: solid 1px #E5C453;
  border-radius: 8px;
  height: 4px;
  width: 356px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}
.admin_profile_turnament .show_details .create_turnament_btn {
  background-color: #3C3C3C;
  border-radius: 5px;
  padding: 9px 20px;
  color: #FFF;
  font-size: 18px;
}
.admin_profile_turnament .show_details .create_turnament_btn:hover {
  color: #071640;
  background-color: #FFF;
}
.admin_profile_turnament .show_details .create_turnament_btn:hover svg path {
  fill: #071640;
}

.turmanebt_show .turnament_list .dp_turnament_tab .custome_blue_player_card {
  background-color: #051338;
  border-radius: 20px;
  padding: 25px;
}
.turmanebt_show .turnament_list .dp_turnament_tab .custome_blue_player_card h4 {
  color: #E5C453;
  font-size: 18px;
}
.turmanebt_show .turnament_list .dp_turnament_tab .custome_blue_player_card p {
  color: #FFF;
  font-size: 18px;
}
.turmanebt_show .turnament_list .dp_turnament_tab .nav-tabs {
  border-bottom: 4px solid #071744;
}
.turmanebt_show .turnament_list .dp_turnament_tab .nav-tabs .nav-link {
  color: #5E5E5E;
  border: none;
  position: relative;
}
.turmanebt_show .turnament_list .dp_turnament_tab .nav-tabs .nav-link:hover {
  background-color: transparent !important;
  border: none;
}
.turmanebt_show .turnament_list .dp_turnament_tab .nav-tabs .nav-link .active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #E5C453;
}
.turmanebt_show .turnament_list .dp_turnament_tab .tab-content form label {
  color: #FFF;
  font-size: 16px;
  font-weight: 300px;
}
.turmanebt_show .turnament_list .dp_turnament_tab .tab-content form .input_field {
  background: transparent;
  border: 1px solid #8A8A8A;
  padding: 15px 20px;
  border-radius: 4px;
  color: #D1D1D1;
}
.turmanebt_show .turnament_list .dp_turnament_tab .tab-content form select {
  background: transparent;
  border: 1px solid #8A8A8A;
  padding: 15px 20px;
  border-radius: 4px;
  color: #D1D1D1;
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.turmanebt_show .turnament_list .dp_turnament_tab .tab-content form select option {
  background: rgba(77, 77, 77, 0.8);
  border: 1px solid #8A8A8A;
}
.turmanebt_show .turnament_list .dp_turnament_tab .tab-content form input[type=date] {
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 8h18M5 3v5m14-5v5M3 8v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8M8 11h8m-8 4h5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 19px 19px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none; /* For Chrome */
  -moz-appearance: none; /* For Firefox */
}
.turmanebt_show .turnament_list .dp_turnament_tab .tab-content form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.turmanebt_show .turnament_list .dp_turnament_tab .tab-content form .iti {
  width: 100%;
}
.turmanebt_show .turnament_list .dp_turnament_tab .tab-content form .iti--separate-dial-code .iti__selected-dial-code {
  color: #D1D1D1;
}
.turmanebt_show .turnament_list .dp_turnament_tab .tab-content form .up_profile_link {
  color: #FFF;
  text-decoration: underline;
}
.turmanebt_show .turnament_list .dp_turnament_tab h3 {
  color: #FFF;
  font-size: 22px;
}
.turmanebt_show .turnament_list .dp_turnament_tab .custome_card {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.turmanebt_show .turnament_list .dp_turnament_tab .custome_card .t_u_img {
  background: #1C232F;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  padding: 5px;
}
.turmanebt_show .turnament_list .dp_turnament_tab .custome_card h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.turmanebt_show .turnament_list .dp_turnament_tab .custome_card p {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 300;
}
.turmanebt_show .turnament_list .dp_turnament_tab .custome_card .live_btn {
  position: absolute;
  width: 76px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #FF1E22;
  border: 1px solid #FF5255;
  color: #FFF;
  font-size: 12px;
  right: 7px;
  top: 7px;
}
.turmanebt_show .turnament_list .dp_turnament_tab .custome_card .Upcoming_btn {
  position: absolute;
  width: 76px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #232C89;
  border: 1px solid #434EBB;
  color: #FFF;
  font-size: 12px;
  right: 7px;
  top: 7px;
}
.turmanebt_show .turnament_list .dp_turnament_tab .custome_card .Result_btn {
  position: absolute;
  width: 76px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #DB7607;
  border: 1px solid #F6AE5F;
  color: #FFF;
  font-size: 12px;
  right: 7px;
  top: 7px;
}

.dp_turnament_tab .nav-tabs .nav-item.show .nav-link, .dp_turnament_tab .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom: 4px solid #E5C453 !important;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  border-radius: 5px;
  color: #FFF !important;
}

.create_turnament_part h2 {
  color: #FFF;
  font-size: 52px;
  font-family: "Bebas Neue", sans-serif;
}
.create_turnament_part .logo_img {
  width: 150px;
}
.create_turnament_part form {
  width: 60%;
  margin: 0 auto;
}
.create_turnament_part form .turnament_filter label {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 300;
}
.create_turnament_part form .turnament_filter .field_part {
  position: relative;
  background-color: #121925;
  border-radius: 5px;
}
.create_turnament_part form .turnament_filter .field_part select {
  border: none;
  outline: none;
  background: transparent;
  color: #7D7D7D;
}
.create_turnament_part form .turnament_filter .field_part input {
  border: none;
  outline: none;
  background: transparent;
  color: #7D7D7D;
}
.create_turnament_part form .turnament_filter .field_part input[type=date] {
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 8h18M5 3v5m14-5v5M3 8v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8M8 11h8m-8 4h5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 19px 19px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none; /* For Chrome */
  -moz-appearance: none; /* For Firefox */
}
.create_turnament_part form .turnament_filter .field_part input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.create_turnament_part form .turnament_filter .field_part input[type=time] {
  display: block;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cline x1='12' y1='6' x2='12' y2='12' stroke='%23ffffff' stroke-width='2'/%3E%3Cline x1='12' y1='12' x2='16' y2='10' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 20px 20px;
  appearance: none;
  -webkit-appearance: none; /* For Chrome */
  -moz-appearance: none; /* For Firefox */
}
.create_turnament_part form .turnament_filter .field_part input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.create_turnament_part form .turnament_filter .field_part .remove_rules {
  position: absolute;
  right: 2%;
  top: 26%;
}
.create_turnament_part form .turnament_filter .custome_game_card {
  text-align: center;
}
.create_turnament_part form .turnament_filter .custome_game_card .img_border {
  border: 2px solid transparent;
  cursor: pointer;
  padding: 5px;
  transition: border 0.3s ease;
}
.create_turnament_part form .turnament_filter .custome_game_card .img_border.selected {
  border: 2px solid #E5C453;
  box-shadow: 0 0 10px #E5C453;
}
.create_turnament_part form .turnament_filter .custome_game_card p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}
.create_turnament_part form .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 70px;
  padding: 5px;
}
.create_turnament_part form .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 20px;
  transition: background-color 0.7s ease;
}
.create_turnament_part form .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}
.create_turnament_part form .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 55px;
  padding: 3px;
  cursor: pointer;
}
.create_turnament_part form .custome_btn_border .custome_white_btn {
  background: #FFF;
  border-radius: 5px;
  color: #041C5E;
  font-size: 18px;
  padding: 5px 20px;
  transition: background-color 0.7s ease;
}
.create_turnament_part form .custome_btn_border:hover .custome_white_btn {
  background: #E5C453;
}
.create_turnament_part form .prize_distribution {
  color: #FFF;
  font-size: 22px;
  text-align: center;
  position: relative;
}
.create_turnament_part form .prize_distribution::before {
  position: absolute;
  content: "";
  width: 35%;
  background: #FFF;
  height: 1px;
  top: 50%;
  left: 0%;
}
.create_turnament_part form .prize_distribution::after {
  position: absolute;
  content: "";
  width: 35%;
  background: #FFF;
  height: 1px;
  top: 50%;
  right: 0%;
}
.create_turnament_part form input[type=checkbox] {
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.create_turnament_part form input[type=checkbox]:checked {
  background-color: transparent; /* Background color when checked */
  border: 2px solid #FFF;
  /* Add white arrow-style checkmark */
}
.create_turnament_part form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); /* Rotate to form the arrow */
}

.user_profile_turnament {
  position: relative;
}
.user_profile_turnament .avatar-upload {
  position: relative;
  max-width: 100%;
  margin: 0px auto;
}
.user_profile_turnament .avatar-upload .avatar-edit {
  position: absolute;
  right: 9%;
  z-index: 1;
  top: 28px;
}
.user_profile_turnament .avatar-upload .avatar-edit input {
  display: none;
}
.user_profile_turnament .avatar-upload .avatar-edit input + label {
  width: 170px;
  height: 41px;
  margin-bottom: 0;
  color: #FFF;
  background: #0C142B;
  border: 1px solid #1C232F;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_profile_turnament .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
  color: #1F2D53;
}
.user_profile_turnament .avatar-upload .avatar-edit input + label:hover svg path {
  fill: #1F2D53;
}
.user_profile_turnament .avatar-upload .avatar-preview {
  width: 100%;
  height: 450px;
  position: relative;
  border-radius: 5px;
}
.user_profile_turnament .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.user_profile_turnament .avatar-upload .avatar-preview .overlay {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(4, 28, 94, 0), #0B0E13);
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  opacity: 1;
}
.user_profile_turnament .show_details {
  position: absolute;
  top: 60%;
  width: 100%;
}
.user_profile_turnament .show_details .user_img_uplode .avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.user_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-edit {
  position: absolute;
  right: -12px;
  z-index: 1;
  top: 102px;
}
.user_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-edit input {
  display: none;
}
.user_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-edit input + label {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #1F2D53;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.user_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-preview {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 100%;
  padding: 52px;
}
.user_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-preview .frem_set {
  position: absolute;
  height: 139%;
  width: 154%;
  left: -49px;
  top: -36px;
}
.user_profile_turnament .show_details .user_img_uplode .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.user_profile_turnament .show_details .user_name h3 {
  color: #FFF;
  font-size: 30px;
}
.user_profile_turnament .show_details .EXP_Level {
  background: #041C5E;
  border-radius: 35px;
  font-size: 16px;
  color: #FFF;
  width: 111px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.user_profile_turnament .show_details .exp_range_bar {
  width: 350px;
}
.user_profile_turnament .show_details .exp_range_bar p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.user_profile_turnament .show_details #myinput {
  background: linear-gradient(to right, #E5C453 0%, #E5C453 0%, #fff 0%, #fff 100%);
  border: solid 1px #E5C453;
  border-radius: 8px;
  height: 4px;
  width: 356px;
  outline: none;
  -webkit-appearance: none;
}
.user_profile_turnament .show_details #myinput::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}
.user_profile_turnament .show_details #myinput::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background-color: #E5C453;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -4px;
}
.user_profile_turnament .show_details #myinput::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background-color: #E5C453;
  border: none;
  border-radius: 50%;
}
.Wallet_section {
  padding-top: 200px;
  padding-bottom: 100px;
}
.Wallet_section .container .space_part {
  padding: 0px 40px;
}
.Wallet_section .container .cusome_card {
  border: 1px solid #FFF;
  padding: 40px;
  border-radius: 5px;
  background-color: #141414;
}
.Wallet_section .container .cusome_card h4 {
  color: #FFF;
  font-size: 24px;
}
.Wallet_section .container .cusome_card p {
  color: #D1D1D1;
  font-size: 20px;
  font-weight: 300;
}
.Wallet_section .container .cusome_card .exp_convert {
  font-size: 14px;
}
.Wallet_section .container .cusome_card .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 52px;
  padding: 3px;
}
.Wallet_section .container .cusome_card .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 160px;
  border: none;
}
.Wallet_section .container .cusome_card .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
  color: #1F2D53;
}
.Wallet_section .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.UserProfileTab .custome_blue_player_card {
  background-color: #051338;
  border-radius: 20px;
  padding: 25px;
}
.UserProfileTab .custome_blue_player_card h4 {
  color: #E5C453;
  font-size: 18px;
}
.UserProfileTab .custome_blue_player_card p {
  color: #FFF;
  font-size: 18px;
}
.UserProfileTab .nav-tabs {
  border-bottom: 4px solid #071744;
}
.UserProfileTab .nav-tabs .nav-link {
  color: #5E5E5E;
  border: none !important;
  position: relative;
}
.UserProfileTab .nav-tabs .nav-link:hover {
  background-color: transparent !important;
  border: none;
}
.UserProfileTab .nav-tabs .nav-link .active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #E5C453;
}
.UserProfileTab .tab-content form label {
  color: #FFF;
  font-size: 16px;
  font-weight: 300px;
}
.UserProfileTab .tab-content form .input_field {
  background: transparent;
  border: 1px solid #8A8A8A;
  padding: 15px 20px;
  border-radius: 4px;
  color: #D1D1D1;
}
.UserProfileTab .tab-content form select {
  background: transparent;
  border: 1px solid #8A8A8A;
  padding: 15px 20px;
  border-radius: 4px;
  color: #D1D1D1;
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.UserProfileTab .tab-content form select option {
  background: rgba(77, 77, 77, 0.8);
  border: 1px solid #8A8A8A;
}
.UserProfileTab .tab-content form input[type=date] {
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 8h18M5 3v5m14-5v5M3 8v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8M8 11h8m-8 4h5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 19px 19px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none; /* For Chrome */
  -moz-appearance: none; /* For Firefox */
}
.UserProfileTab .tab-content form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.UserProfileTab .tab-content form .iti {
  width: 100%;
}
.UserProfileTab .tab-content form .iti--separate-dial-code .iti__selected-dial-code {
  color: #D1D1D1;
}
.UserProfileTab .tab-content form .up_profile_link {
  color: #FFF;
  text-decoration: underline;
}
.UserProfileTab .Without_turnament {
  border: 1px solid #D9D9D9;
  padding: 15px;
}
.UserProfileTab .Without_turnament h4 {
  color: #FFFFFF;
  font-size: 18px;
}
.UserProfileTab .Without_turnament p {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 300;
}
.UserProfileTab .tournament_card {
  cursor: pointer;
}
.UserProfileTab .tournament_card .game_type {
  position: absolute;
  background-color: #FF1E22;
  border: 1px solid #FF5255;
  border-radius: 17px;
  font-size: 12px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 35px;
  top: 4%;
  right: 2%;
}
.UserProfileTab .tournament_card .logo_div {
  height: 74px;
  width: 74px;
  background-color: #1C232F;
  border-radius: 50%;
}
.UserProfileTab .tournament_card .logo_div img {
  border-radius: 50%;
}
.UserProfileTab .tournament_card .small_title {
  color: #B3B3B3;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.UserProfileTab .tournament_card h4 {
  color: #FFFFFF;
  font-size: 18px;
}
.UserProfileTab .tournament_card .date_time {
  color: #ADADAD;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.UserProfileTab .tournament_card .custome_start_turnament {
  background: #161A21;
  border-radius: 17px;
  color: #FFF;
  font-size: 12px;
  padding: 7px 0px;
  transition: background-color 0.7s ease;
  width: 75px;
  text-align: center;
}
.UserProfileTab .tournament_card .custome_start_turnament:hover {
  background: #FFF;
  color: #1F2D53;
}
.UserProfileTab .tournament_card .win_status p {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 300;
}

.UserProfileTab .nav-tabs .nav-item.show .nav-link, .UserProfileTab .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom: 4px solid #E5C453 !important;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  border-radius: 5px;
  color: #FFF;
}

.Tournament_joining .container .space_part {
  padding: 0px 40px;
}
.Tournament_joining .container .space_part .join_form {
  border: 1px solid #FFFFFF;
  padding: 40px;
  border-radius: 5px;
}
.Tournament_joining .container .space_part .join_form h3 {
  color: #FFF;
  font-size: 32px;
}
.Tournament_joining .container .space_part .join_form form {
  width: 80%;
  margin: 0 auto;
}
.Tournament_joining .container .space_part .join_form form label {
  color: #FFFFFF;
  font-size: 16px;
}
.Tournament_joining .container .space_part .join_form form .input_field {
  background-color: #121925;
  border-radius: 5px;
  color: #D1D1D1;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 15px 15px;
}
.Tournament_joining .container .space_part .join_form form .select2-single {
  background-color: #121925;
  border-radius: 5px;
  color: #D1D1D1;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 15px 15px;
}
.Tournament_joining .container .space_part .join_form form input[type=checkbox] {
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.Tournament_joining .container .space_part .join_form form input[type=checkbox]:checked {
  background-color: transparent; /* Background color when checked */
  border: 2px solid #FFF;
  /* Add white arrow-style checkmark */
}
.Tournament_joining .container .space_part .join_form form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); /* Rotate to form the arrow */
}
.Tournament_joining .container .space_part .join_form form .remove_id_name {
  position: absolute;
  width: 46px;
  right: 1%;
  top: 56%;
  cursor: pointer;
}
.Tournament_joining .container .space_part .join_form form .add_id_name {
  color: #FFF;
  cursor: pointer;
}
.Tournament_joining .container .space_part .join_form form .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 52px;
  padding: 3px;
}
.Tournament_joining .container .space_part .join_form form .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #1F2D53;
  font-size: 16px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 220px;
}
.Tournament_joining .container .space_part .join_form form .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
  color: #1F2D53;
}
.Tournament_joining .container .space_part .turnament_joining_balance h6 {
  font-size: 16px;
}
.Tournament_joining .container .space_part .turnament_joining_balance .hr_line {
  width: 200px;
  background-color: #E5C453;
  height: 2px;
  margin: 8px 0px;
}
.Tournament_joining .container .space_part .turnament_joining_condition {
  font-size: 16px;
}
.Tournament_joining .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #121925 !important;
  border: none !important;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  outline: 0;
  padding: 15px 15px !important;
}

.select2-container--bootstrap .select2-selection--single {
  height: auto !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #D1D1D1 !important;
  padding: 0;
}

.faqs_page_section {
  margin-top: -130px;
}
.faqs_page_section .container .space_part {
  padding: 0px 40px;
}
.faqs_page_section .container .space_part .custome_accordion h4 {
  font-size: 18px;
  color: #FFF;
}
.faqs_page_section .container .space_part .custome_accordion .accordion-item {
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.faqs_page_section .container .space_part .custome_accordion .accordion-item button {
  background: transparent;
  color: #D1D1D1;
}
.faqs_page_section .container .space_part .custome_accordion .accordion-item button::after {
  background-image: url("../img/down_arrow.png");
}
.faqs_page_section .container .space_part .custome_accordion .accordion-item button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #FFF;
}
.faqs_page_section .container .space_part .custome_accordion .accordion-item .contains p {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 300;
}
.faqs_page_section .container .space_part .custome_accordion .accordion-item p {
  font-size: 16px;
  font-weight: 300;
}
.faqs_page_section .container .space_part .custome_accordion .accordion-item h6 {
  font-size: 12px;
  font-weight: 300;
}
.faqs_page_section .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Frequently_section .container .space_part {
  padding: 0px 40px;
}
.Frequently_section .container .space_part .custome_accordion h4 {
  font-size: 18px;
  color: #FFF;
}
.Frequently_section .container .space_part .custome_accordion .accordion-item {
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.Frequently_section .container .space_part .custome_accordion .accordion-item button {
  background: transparent;
  color: #D1D1D1;
}
.Frequently_section .container .space_part .custome_accordion .accordion-item button::after {
  background-image: url("../img/down_arrow.png");
}
.Frequently_section .container .space_part .custome_accordion .accordion-item button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #FFF;
}
.Frequently_section .container .space_part .custome_accordion .accordion-item .contains p {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 300;
}
.Frequently_section .container .space_part .custome_accordion .accordion-item p {
  font-size: 16px;
  font-weight: 300;
}
.Frequently_section .container .space_part .custome_accordion .accordion-item h6 {
  font-size: 12px;
  font-weight: 300;
}
.Frequently_section .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Pricing_page_section {
  margin-top: -150px;
}
.Pricing_page_section .container .space_part {
  padding: 0px 40px;
}
.Pricing_page_section .container .space_part .custome_price_card {
  border: 2px solid #434343;
  border-radius: 5px;
  background-color: #060709;
  position: relative;
}
.Pricing_page_section .container .space_part .custome_price_card .dp_card_labels {
  background-color: #E5C453;
  border-radius: 5px;
  width: 125px;
  padding: 4px 10px;
  color: #041C5E;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  right: 0%;
  top: 0%;
  text-align: center;
}
.Pricing_page_section .container .space_part .custome_price_card h5 {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.Pricing_page_section .container .space_part .custome_price_card h3 {
  font-size: 35px;
  color: #FFF;
}
.Pricing_page_section .container .space_part .custome_price_card h3 span {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 300;
  font-family: "Rowdies", sans-serif;
}
.Pricing_page_section .container .space_part .custome_price_card p {
  color: #ADADAD;
  font-size: 16px;
}
.Pricing_page_section .container .space_part .custome_price_card .custome_Li_teg {
  color: #ADADAD;
  font-size: 16px;
}
.Pricing_page_section .container .space_part .custome_price_card .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 50px;
  padding: 4px;
}
.Pricing_page_section .container .space_part .custome_price_card .custome_btn_border .custome_white_btn {
  background: #FFF;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 10px;
  transition: background-color 0.7s ease;
}
.Pricing_page_section .container .space_part .custome_price_card .custome_btn_border:hover .custome_white_btn {
  background: #E5C453;
}
.Pricing_page_section .container .space_part .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 60px;
  padding: 3px;
}
.Pricing_page_section .container .space_part .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 140px;
}
.Pricing_page_section .container .space_part .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}
.Pricing_page_section .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Membership_page_section {
  margin-top: -150px;
}
.Membership_page_section .container .space_part {
  padding: 0px 40px;
}
.Membership_page_section .container .space_part .custome_price_card {
  border-radius: 5px;
  background-color: #060709;
  position: relative;
}
.Membership_page_section .container .space_part .custome_price_card .hr_line {
  width: 100%;
  background-color: #E5C453;
  height: 1px;
}
.Membership_page_section .container .space_part .custome_price_card .dp_card_labels {
  background-color: #E5C453;
  border-radius: 5px;
  width: 125px;
  padding: 4px 10px;
  color: #041C5E;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  right: 0%;
  top: 0%;
  text-align: center;
}
.Membership_page_section .container .space_part .custome_price_card h5 {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.Membership_page_section .container .space_part .custome_price_card h3 {
  font-size: 35px;
  color: #FFF;
}
.Membership_page_section .container .space_part .custome_price_card h3 span {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 300;
  font-family: "Rowdies", sans-serif;
}
.Membership_page_section .container .space_part .custome_price_card ul li {
  color: #ADADAD;
  font-size: 12px;
  font-weight: 300;
}
.Membership_page_section .container .space_part .custome_price_card p {
  color: #ADADAD;
  font-size: 14px;
}
.Membership_page_section .container .space_part .custome_price_card .custome_Li_teg {
  color: #FFF;
  font-size: 16px;
}
.Membership_page_section .container .space_part .custome_price_card .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 50px;
  padding: 3px;
}
.Membership_page_section .container .space_part .custome_price_card .custome_btn_border .custome_white_btn {
  outline: none;
  border: none;
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 10px;
  transition: background-color 0.7s ease;
}
.Membership_page_section .container .space_part .custome_price_card .custome_btn_border:hover .custome_white_btn {
  background: #FFF;
}
.Membership_page_section .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Control_Panel_section h2 {
  color: #FFF;
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
}
.Control_Panel_section .midle_text h3 {
  color: #FFF;
  font-size: 28px;
}
.Control_Panel_section .midle_text p {
  color: #C2C2C2;
  font-size: 16px;
  width: 65%;
  margin: 0 auto;
}
.Control_Panel_section .next_back_part .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 60px;
  padding: 5px;
}
.Control_Panel_section .next_back_part .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 140px;
}
.Control_Panel_section .next_back_part .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}
.Control_Panel_section .next_back_part .custome_btn_border .custome_white_btn {
  background: #FFF;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 140px;
}
.Control_Panel_section .next_back_part .custome_btn_border:hover .custome_white_btn {
  background: #E5C453;
}
.Control_Panel_section .Custome_complated_step .step_number {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #786523;
  font-size: 35px;
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
}
.Control_Panel_section .Custome_complated_step .border_color {
  border: 4px solid #E5C453;
}
.Control_Panel_section .Custome_complated_step label {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  margin-left: -13px;
  margin-top: 6px;
}
.Control_Panel_section .Custome_complated_step span {
  width: 21%;
  height: 2px;
  background: #3B3B3B;
}
.Control_Panel_section .Custome_complated_step .span_1 {
  background: #E5C453;
  height: 3px;
}
.Control_Panel_section .result_screensort_form {
  /* Add loading animation */
}
.Control_Panel_section .result_screensort_form .file-upload-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.Control_Panel_section .result_screensort_form .file-upload-box {
  position: relative;
  padding: 1rem;
  text-align: center;
  border: 1px solid #868686;
  border-radius: 8px;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}
.Control_Panel_section .result_screensort_form .file-upload-box:hover {
  background-color: #213467;
  border-color: #adb5bd;
}
.Control_Panel_section .result_screensort_form .file-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.Control_Panel_section .result_screensort_form .upload-content {
  position: relative;
  z-index: 0;
}
.Control_Panel_section .result_screensort_form .upload-content h5 {
  color: #C2C2C2;
  font-size: 28px;
}
.Control_Panel_section .result_screensort_form .upload-icon {
  font-size: 2.5rem;
  color: #6c757d;
  margin-bottom: 1rem;
}
.Control_Panel_section .result_screensort_form .file-list {
  margin-top: 1.5rem;
}
.Control_Panel_section .result_screensort_form .file-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
}
.Control_Panel_section .result_screensort_form .file-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.Control_Panel_section .result_screensort_form .file-icon {
  color: #6c757d;
  margin-right: 0.75rem;
  font-size: 1.25rem;
}
.Control_Panel_section .result_screensort_form .file-name {
  flex-grow: 1;
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1rem;
  display: none;
}
.Control_Panel_section .result_screensort_form .file-name:hover {
  color: #007bff;
  text-decoration: none;
}
.Control_Panel_section .result_screensort_form .remove-file {
  color: #dc3545;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  transition: color 0.2s ease;
  flex-shrink: 0;
}
.Control_Panel_section .result_screensort_form .remove-file:hover {
  color: #c82333;
}
.Control_Panel_section .result_screensort_form .drag-over {
  background-color: #e9ecef;
  border-color: #007bff;
}
.Control_Panel_section .result_screensort_form .file-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: transparent;
  border: 1px solid #213467;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  position: relative;
}
.Control_Panel_section .result_screensort_form .image-preview {
  width: 96%;
  height: auto;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}
.Control_Panel_section .result_screensort_form .uploaded-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@keyframes upload-progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.Control_Panel_section .result_screensort_form .upload-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #007bff;
  animation: upload-progress 1s ease-in-out;
}
.Control_Panel_section .result_screensort_form .select_winner {
  border: 1px solid #868686;
  border-radius: 8px;
}
.Control_Panel_section .result_screensort_form .select_winner h4 {
  font-size: 28px;
}
.Control_Panel_section .result_screensort_form .select_winner .turnament_filter {
  position: relative;
}
.Control_Panel_section .result_screensort_form .select_winner .turnament_filter label {
  font-size: 16px;
  color: #C2C2C2;
  font-weight: 300;
}
.Control_Panel_section .result_screensort_form .select_winner .turnament_filter .field_part {
  background-color: #121925;
  border-radius: 5px;
}
.Control_Panel_section .result_screensort_form .select_winner .turnament_filter .field_part select {
  border: none;
  outline: none;
  background: transparent;
  color: #7D7D7D;
}
.Control_Panel_section .result_screensort_form .select_winner .turnament_filter .field_part input {
  border: none;
  outline: none;
  background: transparent;
  color: #7D7D7D;
}

.custome_coman_model .modal-content {
  background-color: #051338;
  border-radius: 20px;
}
.custome_coman_model .modal-content .Player_popup p {
  color: #FFF;
  font-size: 16px;
}
.custome_coman_model .modal-content .Player_popup p span {
  color: #E5C453;
  font-size: 16px;
}
.custome_coman_model .modal-content .Page_open_popup .close-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 4%;
}
.custome_coman_model .modal-content .Page_open_popup .close-btn svg {
  transition: transform 0.5s ease;
}
.custome_coman_model .modal-content .Page_open_popup .close-btn:hover svg {
  transform: rotate(180deg);
}
.custome_coman_model .modal-content .Page_open_popup h3 {
  color: #FFF;
  font-size: 24px;
}
.custome_coman_model .modal-content .Page_open_popup span {
  color: #C2C2C2;
  font-size: 14px;
}
.custome_coman_model .modal-content .Page_open_popup .copy_lick_part {
  border: 1px solid #213467;
  border-radius: 20px;
  overflow-wrap: anywhere;
}
.custome_coman_model .modal-content .Page_open_popup .copy_lick_part .copy_icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #0A1C4C;
  cursor: pointer;
}
.custome_coman_model .modal-content .Page_open_popup .copy_lick_part h4 {
  color: #FFF;
  font-size: 16px;
}
.custome_coman_model .modal-content .Page_open_popup .copy_lick_part p {
  color: #153794;
  font-size: 12px;
}
.custome_coman_model .modal-content .Page_open_popup .popup_white_yellow_btn .custome_btn_border {
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 60px;
  padding: 3px;
}
.custome_coman_model .modal-content .Page_open_popup .popup_white_yellow_btn .custome_btn_border .custome_yellow_btn {
  background: #E5C453;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 140px;
}
.custome_coman_model .modal-content .Page_open_popup .popup_white_yellow_btn .custome_btn_border:hover .custome_yellow_btn {
  background: #FFF;
}
.custome_coman_model .modal-content .Page_open_popup .popup_white_yellow_btn .custome_btn_border .custome_white_btn {
  background: #FFF;
  border-radius: 5px;
  color: #041C5E;
  font-size: 16px;
  padding: 5px 0px;
  transition: background-color 0.7s ease;
  width: 140px;
}
.custome_coman_model .modal-content .Page_open_popup .popup_white_yellow_btn .custome_btn_border:hover .custome_white_btn {
  background: #E5C453;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form {
  /* Add loading animation */
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .suchna p {
  color: #969696;
  font-size: 14px;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form label {
  color: #FFF;
  font-size: 16px;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .input_field {
  background-color: #121925;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 15px 15px;
  color: #C2C2C2;
  font-weight: 300;
  max-height: 500px;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-upload-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-upload-box {
  position: relative;
  padding: 2rem;
  text-align: center;
  border: 2px dashed #213467;
  border-radius: 8px;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-upload-box:hover {
  background-color: #213467;
  border-color: #adb5bd;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .upload-content {
  position: relative;
  z-index: 0;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .upload-content h5 {
  color: #C2C2C2;
  font-size: 16px;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .upload-icon {
  font-size: 2.5rem;
  color: #6c757d;
  margin-bottom: 1rem;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-list {
  margin-top: 1.5rem;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-icon {
  color: #6c757d;
  margin-right: 0.75rem;
  font-size: 1.25rem;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-name {
  flex-grow: 1;
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1rem;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-name:hover {
  color: #007bff;
  text-decoration: none;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .remove-file {
  color: #dc3545;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  transition: color 0.2s ease;
  flex-shrink: 0;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .remove-file:hover {
  color: #c82333;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .drag-over {
  background-color: #e9ecef;
  border-color: #007bff;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .file-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: transparent;
  border: 1px solid #213467;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  position: relative;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .image-preview {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .uploaded-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@keyframes upload-progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.custome_coman_model .modal-content .Page_open_popup .popup_form .upload-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #007bff;
  animation: upload-progress 1s ease-in-out;
}

.custome_coman_model .Page_open_popup .nav-pills .nav-link.active, .custome_coman_model .Page_open_popup .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: transparent !important;
  border-bottom: 2px solid #E5C453 !important;
  border-radius: 0px;
}

/* CSS */
.button-85 {
  padding: 0.4em 1em;
  font-size: 16px;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #ff9b00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.history_page_section {
  margin-top: -130px;
  position: relative;
}
.history_page_section .container .space_part {
  padding: 0px 40px;
}
.history_page_section .container .space_part .history_table table thead tr th {
  background-color: transparent;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 15px 7px;
}
.history_page_section .container .space_part .history_table table tbody {
  border-spacing: 10px;
}
.history_page_section .container .space_part .history_table table tbody tr {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.history_page_section .container .space_part .history_table table tbody tr td {
  background-color: transparent;
}
.history_page_section .container .space_part .history_table table tbody tr td .list_box {
  height: 50px;
  display: flex;
  align-items: center;
}
.history_page_section .container .space_part .history_table table tbody tr td .list_box .style_text {
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
}
.history_page_section .container .space_part .history_table table tbody tr td .list_box .status_btn {
  background: #DBF6CB;
  border-radius: 50px;
  color: #1C9E08;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_page_section .container .space_part .history_table table tbody tr td .list_box .fail_btn {
  background: #FDE2E2;
  border-radius: 50px;
  color: #E22727;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_page_section .container .space_part .history_table table tbody tr td .list_box .Pending_btn {
  background: #ECEFF3;
  border-radius: 50px;
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_page_section .container .space_part .history_table table tbody tr td .list_box p {
  color: #979797;
  font-size: 14px;
  font-weight: 300;
}
.history_page_section .container .space_part .custome_accordion h4 {
  font-size: 18px;
  color: #FFF;
}
.history_page_section .container .space_part .custome_accordion .accordion-item {
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.history_page_section .container .space_part .custome_accordion .accordion-item button {
  background: transparent;
  color: #D1D1D1;
}
.history_page_section .container .space_part .custome_accordion .accordion-item button::after {
  background-image: url("../img/down_arrow.png");
}
.history_page_section .container .space_part .custome_accordion .accordion-item button .style_text {
  font-size: 16px;
}
.history_page_section .container .space_part .custome_accordion .accordion-item button .style_text p {
  font-size: 14px;
  color: #979797;
}
.history_page_section .container .space_part .custome_accordion .accordion-item button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #FFF;
}
.history_page_section .container .space_part .custome_accordion .accordion-item .contains p {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 300;
}
.history_page_section .container .space_part .custome_accordion .accordion-item .contains .status_btn {
  background: #DBF6CB;
  border-radius: 50px;
  color: #1C9E08;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_page_section .container .space_part .custome_accordion .accordion-item .contains .fail_btn {
  background: #FDE2E2;
  border-radius: 50px;
  color: #E22727;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_page_section .container .space_part .custome_accordion .accordion-item .contains .Pending_btn {
  background: #ECEFF3;
  border-radius: 50px;
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_page_section .container .space_part .custome_accordion .accordion-item p {
  font-size: 16px;
  font-weight: 300;
}
.history_page_section .container .space_part .custome_accordion .accordion-item h6 {
  font-size: 12px;
  font-weight: 300;
}
.history_page_section .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.count-down .flipdown {
  margin: auto;
  margin-top: 30px;
}

.count-down {
  width: 90%;
  max-width: 550px;
  margin: 20px auto;
  text-align: center;
}

.count-down h1 {
  font-size: 2em;
  margin-bottom: 10px;
}

@media (max-width: 550px) {
  .count-down {
    width: 100%;
    height: 180px;
  }
  .count-down h1 {
    font-size: 2.5em;
  }
}
.about_page_section {
  margin-top: -130px;
}
.about_page_section .container .space_part {
  padding: 0px 40px;
}
.about_page_section .container .space_part .about_details p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.about_page_section .container .space_part .about_details .left_line {
  border-left: 4px solid #E5C453;
  padding-left: 15px;
}
.about_page_section .container .space_part .about_details .right_part img {
  width: 100%;
}
.about_page_section .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.participed_player_details {
  margin-top: -150px;
}
.participed_player_details .container .right_part {
  position: relative;
}
.participed_player_details .container .right_part h2 {
  padding-left: 40px;
  font-size: 70px;
}
.participed_player_details .container .right_part::before {
  position: absolute;
  content: "";
  height: 75px;
  width: 4px;
  background: #DB7607;
}
.participed_player_details .container .all_detail {
  background: #1F242C;
  border-radius: 5px;
}
.participed_player_details .container .all_detail p {
  color: #FFF;
  font-size: 14px;
}
.participed_player_details .container .all_detail h6 {
  color: #D1D1D1;
  font-size: 14px;
}
.All_player_details .container .space_part {
  padding: 0px 40px;
}
.All_player_details .container label {
  color: #FFF;
  font-size: 16px;
}
.All_player_details .container .blue_border {
  border: 1px solid #041C5E;
  border-radius: 5px;
  padding: 15px;
}
.All_player_details .container .blue_border p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
.All_player_details .container .blue_border .img_box {
  height: auto;
  max-height: 100px;
  max-width: 100px;
  width: 100%;
  border: 2px solid #FFF;
  border-radius: 8px;
  overflow: hidden;
}
.All_player_details .container .blue_border .img_box img {
  height: 100%;
  width: 100%;
}
.All_player_details .container::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 4px;
  background: #DB7607;
}

.Privicy_policy_detail h2 {
  color: #E5C453;
  font-size: 30px;
}
.Privicy_policy_detail h3 {
  color: #FFF;
  font-size: 22px;
}
.Privicy_policy_detail p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
.Privicy_policy_detail ul li {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}

.level_show_model h4 {
  color: #E5C453;
  font-size: 20px;
}
.level_show_model p {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
}

.Fram_show_model h4 {
  color: #E5C453;
  font-size: 16px;
  text-align: center;
}
.Fram_show_model img {
  width: 60%;
}
.Fram_show_model ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.Fram_show_model ul li {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
}

.Basic_Insights_Popup h4 {
  font-size: 16px;
}
.Basic_Insights_Popup p {
  font-size: 12px;
  color: #FFF;
}

.button-wallet {
  padding: 0.4em 1em;
  font-size: 16px;
  border: 1px solid #FFF;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 9px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-wallet h5 {
  color: #E5C453;
  font-size: 12px;
}
.button-wallet p {
  color: #FFF;
  font-size: 10px !important;
}

.button-wallet:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #ff9b00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.button-wallet:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custome_admin_drop {
  background-color: #0B0E13;
}

.custome_admin_profile .dropdown-menu-arrow::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #0B0E13;
  position: absolute;
  top: -7px;
  right: 20px;
  transform: rotate(45deg);
  border-top: 1px solid #eaedf1;
  border-left: 1px solid #eaedf1;
}

.custome_admin_drop .dropdown-header {
  text-align: center;
}

.custome_admin_drop .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #D1D1D1;
}

.custome_admin_drop .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #FFF;
}

.custome_admin_drop .dropdown-header span {
  font-size: 14px;
  color: #D1D1D1;
}

.custome_admin_drop .dropdown-item span {
  font-size: 14px;
  padding: 5px 15px;
  transition: 0.3s;
}

.custome_admin_drop .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.custome_admin_drop .dropdown-item:hover {
  background-color: #000;
}

.register_time_img {
  width: 150px;
  width: 150px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.Tournament_History_List .custome_blue_player_card {
  background-color: #051338;
  border-radius: 20px;
  padding: 25px;
}
.Tournament_History_List .custome_blue_player_card h4 {
  color: #E5C453;
  font-size: 18px;
}
.Tournament_History_List .custome_blue_player_card p {
  color: #FFF;
  font-size: 18px;
}
.Tournament_History_List .nav-tabs {
  border-bottom: 4px solid #071744;
}
.Tournament_History_List .nav-tabs .nav-link {
  color: #5E5E5E;
  border: none;
  position: relative;
}
.Tournament_History_List .nav-tabs .nav-link:hover {
  background-color: transparent !important;
  border: none;
}
.Tournament_History_List .nav-tabs .nav-link .active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #E5C453;
}
.Tournament_History_List .tab-content form label {
  color: #FFF;
  font-size: 16px;
  font-weight: 300px;
}
.Tournament_History_List .tab-content form .input_field {
  background: transparent;
  border: 1px solid #8A8A8A;
  padding: 15px 20px;
  border-radius: 4px;
  color: #D1D1D1;
}
.Tournament_History_List .tab-content form select {
  background: transparent;
  border: 1px solid #8A8A8A;
  padding: 15px 20px;
  border-radius: 4px;
  color: #D1D1D1;
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Tournament_History_List .tab-content form select option {
  background: rgba(77, 77, 77, 0.8);
  border: 1px solid #8A8A8A;
}
.Tournament_History_List .tab-content form input[type=date] {
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.8rem - 3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 8h18M5 3v5m14-5v5M3 8v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8M8 11h8m-8 4h5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 19px 19px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none; /* For Chrome */
  -moz-appearance: none; /* For Firefox */
}
.Tournament_History_List .tab-content form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.Tournament_History_List .tab-content form .iti {
  width: 100%;
}
.Tournament_History_List .tab-content form .iti--separate-dial-code .iti__selected-dial-code {
  color: #D1D1D1;
}
.Tournament_History_List .tab-content form .up_profile_link {
  color: #FFF;
  text-decoration: underline;
}
.Tournament_History_List h3 {
  color: #FFF;
  font-size: 22px;
}
.Tournament_History_List .custome_card {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.Tournament_History_List .custome_card .t_u_img {
  background: #1C232F;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  padding: 5px;
}
.Tournament_History_List .custome_card h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.Tournament_History_List .custome_card p {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 300;
}
.Tournament_History_List .custome_card .live_btn {
  position: absolute;
  width: 76px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #FF1E22;
  border: 1px solid #FF5255;
  color: #FFF;
  font-size: 12px;
  right: 7px;
  top: 7px;
}
.Tournament_History_List .custome_card .Upcoming_btn {
  position: absolute;
  width: 76px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #232C89;
  border: 1px solid #434EBB;
  color: #FFF;
  font-size: 12px;
  right: 7px;
  top: 7px;
}
.Tournament_History_List .custome_card .Result_btn {
  position: absolute;
  width: 76px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #DB7607;
  border: 1px solid #F6AE5F;
  color: #FFF;
  font-size: 12px;
  right: 7px;
  top: 7px;
}

.Trends_Hosted_Tournaments .Custome_card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.Trends_Hosted_Tournaments .Custome_card img {
  width: 100%;
  height: 100%;
}
.Trends_Hosted_Tournaments .Custome_card .text_contain {
  position: absolute;
  bottom: 5%;
  left: 10%;
}
.Trends_Hosted_Tournaments .Custome_card .text_contain h3 {
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif !important;
  text-transform: uppercase;
}
.Trends_Hosted_Tournaments .Custome_card_two {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.Trends_Hosted_Tournaments .Custome_card_two img {
  width: 100%;
  height: 100%;
}
.Trends_Hosted_Tournaments .Custome_card_two .text_contain {
  position: absolute;
  bottom: 5%;
  left: 10%;
}
.Trends_Hosted_Tournaments .Custome_card_two .text_contain h3 {
  font-size: 24px;
  font-family: "Bebas Neue", sans-serif !important;
  text-transform: uppercase;
}

.Revenu_Brecdown_Popup .custome_card .img_border {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  position: relative;
}
.Revenu_Brecdown_Popup .custome_card .img_border .game_type_btn {
  position: absolute;
  width: 75px;
  height: 35px;
  background-color: #232C89;
  border: 1px solid #434EBB;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 13px;
  top: 13px;
}
.Revenu_Brecdown_Popup .custome_card .gaming_detail {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  transition: background-color 0.7s ease;
  position: relative;
}
.Revenu_Brecdown_Popup .custome_card .gaming_detail .d_game_names {
  font-size: 12px;
  color: #B3B3B3;
}
.Revenu_Brecdown_Popup .custome_card .gaming_detail h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}
.Revenu_Brecdown_Popup .custome_card .gaming_detail .game_time {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.Revenu_Brecdown_Popup .custome_card .gaming_detail .game_live {
  color: #FF0000;
  font-size: 22px;
  font-weight: 400;
}
.Revenu_Brecdown_Popup .custome_card .gaming_detail h4 {
  color: #E5C453;
  font-size: 18px;
}
.Revenu_Brecdown_Popup .custome_card .gaming_detail p {
  color: #FFF;
  font-size: 18px;
}
.Revenu_Brecdown_Popup .custome_card:hover .gaming_detail::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #DB7607;
  bottom: -1px;
  left: 0%;
  border-radius: 2px;
}
.Revenu_Brecdown_Popup .custome_card .price_win .price_amount {
  background-color: #171B22;
  border-radius: 50px;
  text-align: center;
  padding: 5px 10px;
}
.Revenu_Brecdown_Popup .custome_card .price_win .price_amount h4 {
  color: #FFF;
  font-size: 14px;
}
.Revenu_Brecdown_Popup .custome_card .price_win .price_amount p {
  color: #FFF;
  font-size: 8px;
}
.F_M_Active {
  color: #DB7607 !important;
}

#dataTables_processing {
  display: none !important;
}

div.dataTables_wrapper div.dataTables_processing {
  display: none !important;
}/*# sourceMappingURL=style.css.map */