@charset "utf-8";
/* CSS Document */
.t_bebasNenu {
  font-family: 'Bebas Neue', sans-serif;;
}
.t_Jost {
  font-family: 'Jost', sans-serif;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-style-none {
	list-style: none!important;
}
.bg-yellow_ {
    background-color: #FFF000;
}
.bg-sblue_ {
   background-color: #002d97;
}

img {
  max-width: 100%;
}

.required_on_ {
  color: #f00;
  font-size: 12px;
  margin-left: 5px;
}
#Akelao_Store_header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 8px;
}
.header_wrap {
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px 24px;
height: 60px;
background: rgb(255, 255, 255);
}

#Akelabo_logo_ {
  position: fixed;
  top: 0;
  width: 260px;
  left: 0;
  text-align: center;
  background: #0e50a4;
  height: 60px;
}

#Akelabo-logo-white {
  max-width: 220px;
}
.Akelabo-logo-white1 {fill: #e99413;}
.Akelabo-logo-white2 {fill: #ebc12a;}
.Akelabo-logo-white3 {fill: #fff;}
.Akelabo-logo-white4 {fill: #b5cd46;}
.Akelabo-logo-white5 {fill: #d82322;}
.Akelabo-logo-white6 {fill: #41b3da;}

.header_right_cont {
	display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.header_left_cont {
  z-index: 2;
}
#header_user {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}

.login_user {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.logout_user {
  margin-left: 1.5rem;
}
.user_icon {
  font-size: 30px;
  margin-right: 0.6rem;
  color: #007aff;
}
.none_cont {
  padding: 50px;
  text-align: center;
  color: #757575;
  font-size: 1.6rem;
  background: #eee;
}
.nav_icons ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none!important;
  flex-wrap: wrap;
}



#Title_heading {
  padding: 20px 0;
  text-align: center;
  color: #494949;
  font-size: 150%;
  font-weight: 500;
}


#Wrapper {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

#Left_contents {
  width: 260px;
  height: calc(100vh - 60px);
  background-color: #003e7b;
  color: #000;
  text-shadow: none;
  position: fixed;
  padding: 0 15px;
  z-index: 999;
}
#Right_contents {
  flex: 0 0 calc(100% - 260px);
  margin-right: 0;
  margin-left: 260px;
}
.Lc_list_nav_:first-child {
	margin-top: 15px;
}
.Lc_list_nav_ {
  margin-bottom: 20px;
}
.Lc_list_nav_ ul {
  list-style: none;
  color: #fff;
  padding: 0;
  margin: 0;
}
.Lc_list_nav_ ul li {
  margin: 10px 0;
}
.Lc_list_nav_ ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.Lc_list_nav_ ul li a:hover {
  opacity: 0.8;
}

.Asy_list_li_link_ h4 {
    font-size: 18px;
    text-decoration: none;
}
.Asy_logo_img_ {
    max-width: 150px;
    margin: 0 auto 10px;
}
.Asy_list_li_wra {
	position: relative;
	z-index: 2;
}
.Asy_list_li_wrap:hover {
	
}
.Asy_list_li_wrap a {
    text-decoration: none;
    color: #3b3b3b;
    padding: 1rem;
	z-index: 2;
}
.Asy_list_li_wrap.card {
  padding: 0;
}
.Asy_list_li_wrap::after {
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .2s ease-in-out;
	background:transparent ;
	border: 2px solid #ffffff;
	position: absolute;
	top: 0;
	left: 0;
    border-radius: 5px;
}
.Asy_list_li_wrap:hover::after  {
	border: 2px solid #003e7b;
}

.th__Asy_logo_img_ {
    padding-top: 1.5rem;
    max-width: 160px;
    margin: 0 auto;
    text-align: center;
}


.modal_albs_btn {
  width: 100%;
}
 .normal_btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  outline: none;
  display: block;
  border-radius: 5px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
  background: #0e50a4;
  color: #fff;
  padding: 10px 0;
}
.yellow_btn {
  background: #fff100!important;
  color: #000!important;
}
.normal_btn::after {
  content: "";
  display: block;
  
	
}
#addStoreModal_fooater {
  justify-content: center!important;
}

#Akelabo_Store_list_,.Akelabo_conner_,.Akelabo_container {
  margin: 0 auto 20px;
  padding: 20px;
  background: #eee;
}
.Akelabo_conner_ {
  max-width: 1000px;
}

#Akelabo_Store_list_ ul {
  list-style: none;
  padding: 0;
  margin: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
}
#Akelabo_Store_list_ ul li {
  background: #fff;
}
#Akelabo_Store_list_ ul li:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
#Akelabo_Store_list_ .albs_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.albs_Wrapper_.Staff__ {
  position: relative;
}
.albs_Wrapper_.Staff__ .albs_inner {
  position: relative;
  padding-right: 150px;
}
.button_group__.btn_staff {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.Master__ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.albs_inner a {
  display: inline-block;
  position: relative;
}
.albs_inner.game_cat_block a {
  width: auto;
}
.info_icon_ {
  position: absolute;
  right: 20px;
}
.button_group__ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 10px;
}
#Akelabo_Store_list_ .albs_inner a.hover__box {
  display: block;
  width: 100%;
}


.albs_name {
  padding: 15px 20px;
  font-size: 16px;
}
.delete_button .btn.btn-danger {
  width: 80px;
}
.btn__ {
  display: block;
  margin: 0 5px;
  max-width: 200px;
  padding: 5px 20px;
  background: #000;
  border: none;
  outline: none;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
.btn__:hover { 
  color: #fff;
  opacity: 0.8;
}
.btn__red_ {
	background: #a20000;
}
.hover__box:hover {
	background-color: #dbdbdb;
}
.bg__blue {
  background: #0e50a4!important;
}
.albs_tag_ {
  display: inline-block;
  font-size: 12px;
  border-radius: 3px;
  font-weight: bold;
  color: #ff9393;
}

#Akelabo_Contents_ {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #eee;
}

.Albs_list {
	list-style: none;
    padding: 0;
    margin: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
}
.Albs_list li {
	background: #fff;
}
.Albs_list li:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.modal-content {
  max-height: 80vh;
  overflow: scroll;
}


.cont_add_time_date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 4px;
}
.cont_add_time_date input,.cont_add_time_date label {
  flex: 0 0 calc(45% - 6px);
  max-width: calc(45% - 6px);
}
#addContensModal .cont_add_time_date input,#addContensModal .cont_add_time_date label {
  flex: 0 0 calc(50% - 6px);
  max-width: calc(50% - 6px);
}
#addContensModal .cont_add_time_date {
  justify-content: space-between;
}


.delete-btn.btn.btn-danger {
  font-size: 12px;
  width: 100%;
  min-width: 10%;
  flex: 0 0 10%;
  padding: 5px 5px;
}

#Ctd_btn,#Edit_btn {
  max-width: 50%;
  text-align: center;
  padding: 10px;
  margin: 10px auto 0;
  background: #00c6b3;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
#Ctd_btn:hover,#Edit_btn:hover {
	opacity: 0.8;
}
#Edit_btn {
    background-color: #000;
}

.full_conts {
	max-width: 100%!important;
}

.Mpc_head_tit {
    margin-bottom: 0;
}
.cont__breadcrumb_list .breadcrumb {
  padding: 10px var(--bs-gutter-x,.75rem);
  background-color: #eee;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 14px;
}
#Akelabo_Contents_ .albs_name {
  font-size: 16px;
}
.hover_ani_block_box a {
  text-decoration: none;
}
.hover_ani_block_box {
  padding: 1.6rem;
  background: #ffffff;
  color: #000;
  font-weight: 300;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.0);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: block;
  border: 2px solid #404040;
  cursor: pointer;
}
.hover_ani_block_box:hover {
  background: #fff;
  transform: translate3d(0, -10px, 0);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}



/*--- common ----*/
.common_card_ {
  padding: 3.5rem;
  margin: 2.5rem;
}
.common_tb_header {
  padding: 0 0 2.5rem;
}
.common_sub_tit {
  font-weight: bold;
  color: #0e50a4;
}
.common_input_group_label {
  background-color: #fff100 !important;
  color: #000 !important;
  border-color: #000;
  min-width: 105px;
}
.common_input_group_input {
  background-color: #fffff !important;
  color: #000 !important;
  border-color: #000;
}
.common_input_group_select {
  max-width: 200px;
}
.common_tr_tr {
  
}
.common_tr_td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.common_btn:disabled {
  background: #eee !important;
}
.return_btn {
  background: #00c6b3 !important;
}


.page_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1.6rem;
  text-align: center;
  background: #FFF000;
  padding: 10px 15px;
  border-bottom: 8px solid #c1c1c1;
}
.albs_table_flex {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.albs_inner_th {
  flex: 1;
}
.albs_inner_td {
  flex: 0 0 300px;
  text-align: left;
  padding: 0 15px;
}
.albs_period_date {
  color: #7d7d7d;
}

.Albs_game_info_ {
  background-color: #FFF000;
  padding: 5%;
  border-radius: 10px;
  border: 3px solid #0d0d0d;
  box-shadow: 5px 5px 5px #e6e6e6;
  color: #000;
}
.cow-tes_ {
  padding: .375rem 1.05rem .375rem;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 20px;
}
.cow-h,.cow-t {
  font-size: 16px;
}
.cow-h {
  margin-bottom: 0.3rem;
}
.cow-t{
  margin-bottom: 0;
  font-weight: 400;
  color: #f70000;
  font-size: 18px;
}
.pbtn__ {
	border: 1px solid #000;
}
.bow_stick_head {
  display: flex;
  padding: 1rem;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 60px;
  z-index: 5;
  margin-bottom: 20px;
}

.yellow_Btn_md {
  max-width: 300px;
  width: 100%;
  background: #FFF000;
  color: #000;
  text-decoration: none !important;
  padding: 10px 3.6rem;
  border-radius: 5px;
  border: 1px solid #000;
}
.yellow_Btn_md:hover {
	background: #000;
	color: #fff;
}


.table_td_inner_ table tr {
    
}
.table_td_inner_ table tr th,
.table_td_inner_ table tr td {
  
}
.table_td_inner_ table tr th {
  text-align: right;
  font-weight: 500;
  border-bottom: 5px solid transparent;
  word-break: keep-all;
  vertical-align: top;
}
.table_td_inner_ table tr td {
  text-align: left;
  font-weight: 400;
  padding-left: 0.5rem;
}
span.ti_th_ {
  text-align: center;
  display: block;
  padding: 0.1rem 0.5rem;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.tb_font_ms {
  font-size: 15px;
  line-height: 1.8;
}
.s_radio_option {
  column-gap: 15px;
  padding: 8px 10px;
  border: 1px solid #ced4da;
  width: 100%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}



/*---- login & register ------*/

#Register_form form,#Login_form form {
  max-width: 500px;
  margin: 0 auto;
}
.h_icons {
  margin-right: 0.4rem;
}


/*---- game ------*/

#game_contenw_ .albs_Wrapper_ {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.game_table_ {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding: 3px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.title__g {
  padding: 10px;
  background: #fff;
  margin-right: 5px;
  font-size: 20px;
  flex: 0 0 calc(30% - 5px);
  max-width: 30%;
  display: inline-block;
}
.conts__g {
  padding: 10px;
  background: #fff;
  font-size: 20px;
  flex: 0 0 70%;
  max-width: 70%;
  display: inline-block;
}
.title__g,.conts__g {
	min-height: 50px;
}
.modal_icon,.btn_icon {
    margin-right: 0.5rem;
}

.modal p.input-group-text {
    padding-bottom: 0;
}
.modal .input-group-text {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#Ctd_conts_headding label {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.Ctd_wrap_1 input ,#Edit_time_date .cont_edit_input:first-child input{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


 [id*="Ctd_Wrap_co"] input,#Edit_time_date .cont_edit_input:not(:first-child) input {
  border: 1px solid #ced4da!important;
  border-radius: .25rem!important;
}

#GameInfoModal #Edit_time_date [id*="Ctd_wrap_"]:first-of-type input[name='inputDate[]'],
#GameInfoModal #Edit_time_date [id*="Ctd_wrap_"]:first-of-type input[name='inputTime[]'] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}
#GameInfoModal #Edit_time_date [id*="Ctd_wrap_"]:nth-of-type(n+2) input[name='inputDate[]'],
#GameInfoModal #Edit_time_date [id*="Ctd_wrap_"]:nth-of-type(n+2) input[name='inputTime[]'] {
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
  border-top: 1px solid #ced4da;
}
.delete-btn.btn.btn-danger {
  margin: 0 0 0 auto;
}

#Ctd_wrap_1 .delete-btn {
  display: none;
}

#addStoreModal .input-group-text {
  width: 100px;
  text-align: right;
  justify-content: center;
}
#modalContent label.input-group-text {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff100;
}
#modalContent input.form-control {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #868686;
  background: #fff;
}


.modal_edit_img_ {
  position: relative;
  text-align: center;
}
.delete_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  flex-wrap: wrap;
  border: 1px solid #eee;
}
.delete_img:hover {
  background:rgba(69,69,69,0.60);
}
span.delete_img_txt {
  display: none;
}
.delete_img:hover span.delete_img_txt {
  display: block;
  color: #fff;
}
#GameInfoModal input[name="gameCategory"]{
    background: #fff;
}
.albs_img_block_ {
    padding: 10px;
    text-align: center;
}
.albs_img_inner_ {
    width: 120px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.albs_img_inner_ p {
    margin-bottom: 0;
}
.albs_img_block_ + .albs_inner {
    flex: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
  column-gap: 5px;
}
.pagination a {
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  background-color: #FFF000;
  color: #000000;
  border: 1px solid #000000;
}
.pagination a.active {
  background-color: #000000;
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}
.pagination a:hover:not(.active) {
  background-color: #000000;
  color: #ffffff;
}
.page_count, .item_count {
  text-align: center;
}

.submit__Btn_ {
  max-width: 300px;
  width: 100%;
  margin: 20px auto;
  display: inherit;
  background: #FFF000;
  color: #000;
  text-decoration: none !important;
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid #000;
}
.submit__Btn_:hover {
	background: #000;
	color: #fff;
}
.form-control::file-selector-button {
    background-color: #ffb831;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
.form-control:hover::file-selector-button {
    background-color: #ffde9f;
}

#GameInfoModal .edit_game_info_file .form-control {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
}
#GameInfoModal .edit_game_info_file label {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/*
@media screen and (max-width: 1024px){
  #Akelabo-logo-white {
    max-width: 150px;
    width: 100%;
  }
#Akelabo_logo_,
#Left_contents {
  width: 180px;
}
#Right_contents {
  flex: 0 0 calc(100% - 180px);
  margin-right: 0;
  margin-left: 180px;
}	  
}
*/
@media screen and (min-width: 1024px){
	#Sp_header_humbarger_btn {
		display: none!important;
	}
}
@media screen and (max-width: 1024px){
  .header_wrap {
    background: #0e50a4;
    padding: 0 15px;
  }
 #Akelabo_logo_ {
    background: transparent;
    margin: 0;
    position: relative;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    max-width: 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #Left_contents {
	opacity: 0;
	pointer-events: none;
    position: fixed;
    left: 0;
    z-index: -1;
	transform: translateX(-100%);
	transition: 0.3s ease-in-out;
  }
#Left_contents.active__ {
  pointer-events: auto;
  display: block;
  z-index: 9;
  width: 50%;
  transform: translateX(0);
  padding: 0;
  opacity: 1;
}
#Left_contents.active__ #sp_bg_btn_ {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vh;
  background:rgba(18,18,18,0.50);
  z-index: 1;
  height: 100%;
}	
#Lc_list_wrap_ {
   z-index: 2;
   background: #003e7b;
   height: 100%;
   top: 0;
   position: absolute;
   left: 0;
   width: 100%;
   padding: 10px;
}	
	
#Right_contents {
  flex: 0 0 100%;
  margin-left: 0;
}
#Login_form .btn.btn-primary {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  display: block;
  padding: 5px 0;
}
.logout_user .logout {
  display: none;
}
.login_user {
  display: none;
}	
#Akelabo_Store_list_ .albs_inner {
  flex: 0 0 100%;
  font-size: 12px;
}
 #Akelabo_Store_list_ ul {
    margin: 0;
    padding: 10px 10px 30px;
    background: #fff;
  }
.button_group__ {
  justify-content: start;
}
  .Albs_list li a {
    font-size: 12px;
    padding: 5px 10px;
  }
.delete_button {
  font-size: 12px;
}
  .albs_name {
    font-size: 16px;
    padding: 10px 0;
  }
#Akelabo_Store_list_, .Akelabo_conner_ {
	padding: 10px;
}	
#Akelabo_Store_list_ ul li:not(:last-child) {
  padding-bottom: 30px;
}	
.logout_user a {
  padding: 8px 9px;
}	
.Albs_list {
  margin: 0;
  padding: 10px;
  background: #fff;
}	
  .logout_user {
    margin-left: 0;
    margin-right: 15px;
  }
#Title_heading {
  font-size: 18px;
}	
#Sp_header_humbarger_btn {
  font-size: 30px;
  color: #fff;
}	
.open__ #Sp_header_humbarger_btn {
  color: #f7ff09;
}	
	.albs_Wrapper_.Staff__ .albs_inner {
		padding-right: 0;
	}
.button_group__.btn_staff {
  top: auto;
  right: auto;
  transform: none;
  position: relative;
  margin: 10px 0;
  justify-content: end;
}	
.Asi_btn {
  width: 80%;
}
}

@media screen and (max-width:568px){
 #Akelabo_Store_list_ ul {
    padding: 0;
  }
  #Akelabo_Store_list_ ul li {
      padding: 0!important;
  }
 .albs_name {
    font-size: 14px;
    padding: 5px 0;
  }    
}




