@charset "UTF-8";

.fnameContent {
  box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}
.fish_wrapper a,
.fish_wrapper a:hover{
  text-decoration: none;
}
.fish_wrapper ul {
  list-style: none;
}
.fish_wrapper{
  padding-bottom: 40px;
  min-height: 450px;
}
.fish_bg{
  display: block;
  position:fixed;
  width: 100VW;
  height: 100VH;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  opacity: .5;
  filter: brightness(1.1);
}
.fishing-game-list,
.fish_search_unite{
    max-width: 1280px;
    margin: 0 auto;
}

.fishing-list-items{
    width: 100vw;
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.fishing-list-items .item-name, 
.fishing-list-items .item-partner {
    position:relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.fishing-list-items .fishing-list-item::after {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(to right, rgba(45,133,93, 0) 20%, rgb(0 158 255) 50%,rgba(45,133,93, 0) 80%);
}
.fishing-list-items .fishing-list-item {
    position: relative;
    width: calc(100% / 5 - 2%);
    margin: 1%;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0,25,56, .05) , #001938 70%);
    font-size:19px;
    text-align: center;
    height: 100%;
    color: #FFFFFF;
    border-radius: 20px;
    line-height: 1.3em;
}

/* .fishing-list-item:nth-child(5n+1){
    margin-left: 0px;
}
.fishing-list-item:nth-child(5n+5){
    margin-right: 0px;
} */
.fishing-list-item > div{
    margin-bottom: 8px ;
}

.fishing-list-item .item-img{
    margin: 20px ;
}
.fishing-list-item .item-img img{
    width: 100%;
    box-shadow: 0 0 5px 5px rgba(0,0,0, .5);
}
.fishing-list-item .item-partner{
    display: block;
    width: 70%;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    border-radius: 20px;
    background: linear-gradient(#03629b 0%, #218ed0 40%, #218ed0 60%, #03629b 100%);
    border: 2px solid #218ed0;
    box-shadow: 0 5px 3px rgb(0 0 0 / 70%);
}

.fishing-list-item .item-name{
    display: block;
    padding: 5px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
html.en .fishing-list-item .item-name,
html.vi .fishing-list-item .item-name {
  font-size: 16px;
}
.fishing-list-item .item-btns{
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,25,56, .8);
    opacity: 0;
}
.fishing-list-item:hover .item-btns{
    opacity: 1;
}
.fishing-list-item .item-btn{
  color: #FFFFFF;
  width: 80%;
  transition: .3s;
}
.fishing-list-item .item-btn a{
  display: block;
  color: #FFFFFF;
  background-color: #0087c3;
  border-radius: 5px;
  margin: 8px;
  padding: 5px;
  box-shadow: 0 0 7px 3px rgba(0,25,56, 1);
  transition: inherit;
}
.fishing-list-item .item-btn a:hover{
  background-color: #fad910;
  color:  #001938;
}


/*-- Loading --*/
@-webkit-keyframes rotate_pacman_half_up {
    0% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    50% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
    100% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); } 
}
@keyframes rotate_pacman_half_up {
    0% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    50% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
    100% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); } 
}
@-webkit-keyframes pacman-balls {
    75% {
      opacity: 0.7; }
    100% {
      -webkit-transform: translate(-100px, -6.25px);
              transform: translate(-100px, -6.25px); } }
  
  @keyframes pacman-balls {
    75% {
      opacity: 0.7; }
    100% {
      -webkit-transform: translate(-100px, -6.25px);
              transform: translate(-100px, -6.25px); } }
              
#LoadingDiv{
    /* display: none; */
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    background-color: rgba(0,0,0,0.85);
}
#LoadingDiv .pacman { position: relative; left: 50%; top:40%; }
#LoadingDiv .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s -0.99s infinite linear;
            animation: pacman-balls 1s -0.99s infinite linear; }
#LoadingDiv .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -0.66s infinite linear;
            animation: pacman-balls 1s -0.66s infinite linear; }
#LoadingDiv .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -0.33s infinite linear;
            animation: pacman-balls 1s -0.33s infinite linear; }
#LoadingDiv .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
            animation: pacman-balls 1s 0s infinite linear; }
#LoadingDiv .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
            animation: rotate_pacman_half_up 0.5s 0s infinite;
    position: relative;
    left: -30px; }
#LoadingDiv .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
            animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px; }
#LoadingDiv .pacman > div:nth-child(3),
#LoadingDiv .pacman > div:nth-child(4),
#LoadingDiv .pacman > div:nth-child(5),
#LoadingDiv .pacman > div:nth-child(6) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
            transform: translate(0, -6.25px);
    top: 25px;
    left: 70px; }


/*-- search bar -- */    
.fish_search_unite{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 20px;
}
.fish_search_unite #search_form{ 
  margin-top: 0px; 
  position: relative; 
  right: 175px;
  box-shadow: inset 0 4px 5px 0px rgba(0,0,0, .5);
  border-radius: 20px;
  border: 2px solid #ddd;
}
.fish_search_unite #search_game{
    color: #444;
    outline: none;
    border: none;
    background-color: #fff;
    width: 200px;
    text-align: left;
    font-size: 19px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 17px;
    padding: 0 10px;
}
#search_form #search_game,
.fish_search_unite #search_btn{
    height: 35px; 
    line-height: 35px;
    vertical-align: middle;
}
.fish_search_unite #search_btn {
    text-indent: -9999px;
    display: inline-block;
    width: 60px;
    background-color: #014496;
    border: none;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    transition: .3s;
}
.fish_search_unite #search_btn:hover {
    background-color: #0068e7;
}
.fa-search::before{
  content: "\f002";
    color: #fff;
    font-size: 20px;
    pointer-events: none;
    position: absolute;
    top: 8px;
    right: 20px;
}

/*-- search nav --*/
#fish_game_search .search_nav {
    overflow: hidden;
    position: absolute;
    right: 10px;
    width: auto;
    height: auto;
    border-radius: 50px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  #fish_game_search .search_nav .nav_cb {
    z-index: -1000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
  #fish_game_search .search_nav::before {
    content: '';
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: block;
    border-radius: 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right,  #287BB9 25%, #6fd1df 100%);
    border: 2px solid #58E0FF;
    box-shadow: inset 0 4px 5px 0px #0000005c;
    box-sizing: border-box;
  }
  #fish_game_search .search_nav .nav_content {
    position: relative;
    width: 160px;
    height: 40px;
    -webkit-transition: height 1s cubic-bezier(0.49, -0.3, 0.68, 1.23),width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
    transition: height 1s cubic-bezier(0.49, -0.3, 0.68, 1.23), width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
}
#fish_game_search .search_nav .nav_cb:checked ~ .nav_content {
    -webkit-transition: height 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
    transition: height 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
    width: 1250px;
    height: auto;
    margin: 5px;
  }

  #fish_game_search .search_nav .nav_items {
    position: relative;
    width: 1050px;
    height: auto;
    padding-left: 30px;
    padding-right: 150px;
    list-style-type: none;
    font-size: 0;
    opacity: 0;
    box-sizing: content-box;
  }
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_content .nav_items {
    opacity: 1;
  }
  @media screen and (max-width: 1280px) {
    #fish_game_search .nav_cb:checked ~ .nav_content {
      width: 1100px;
    }
    #fish_game_search .search_nav .nav_items {
      width: 900px;
    }
  }
  @media screen and (max-width: 1024px) {
    #fish_game_search .search_nav .nav_cb:checked ~ .nav_content {
      width: 1000px;
    }
    #fish_game_search .search_nav .nav_items {
      width: 800px;
    }
  }
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_content .nav_item:not(:last-child) {
    border-right: 1px solid rgba(0,0,0, .2);
  }

  #fish_game_search .search_nav .nav_item{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transition:  0.3s;
            transition:  0.3s;
    margin: 7px 0px;
  }
  #fish_game_search .search_nav .nav_item a {
    cursor: pointer;
    padding: 2px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s;
  }

  #fish_game_search .search_nav .nav_item a:hover,
  #fish_game_search .search_nav .nav_item.active a{
    color: #fad910;
    background: linear-gradient(135deg, transparent 20%, rgba(0,0,0, .2));
  }
  #fish_game_search .search_nav .nav_item-text {
    display: block;
    height: 100%;
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg);
    opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
    transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
  }
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_content .nav_item-text {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
    transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
  }
  #fish_game_search .search_nav .nav_item:nth-child(1) .nav_item-text {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_content .nav_item:nth-child(1) .nav_item-text {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #fish_game_search .search_nav .nav_item:nth-child(2) .nav_item-text {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_content .nav_item:nth-child(2) .nav_item-text {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #fish_game_search .search_nav .nav_item:nth-child(3) .nav_item-text {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_content .nav_item:nth-child(3) .nav_item-text {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #fish_game_search .search_nav .nav_item:nth-child(4) .nav_item-text {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_content .nav_item:nth-child(4) .nav_item-text {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #fish_game_search .search_nav .nav_btn {
    position: absolute;
    left: 10px;
    right: 0;
    text-align: center;
    padding-right: 45px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s;
    top:calc(50% - 8px);
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    line-height: 20px;
  }

  #fish_game_search .search_nav .nav_cb:checked ~ .nav_btn {
    left: auto;
    text-align: right;
    color: #014496;
    text-shadow: none;
  }

  #fish_game_search .search_nav .nav_btn::before, 
  #fish_game_search .search_nav .nav_btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    width: 28px;
    height: 4px;
    border-radius: 2px;
    background: #fad910;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
    transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
    transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
    transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
    top:0px
  }
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_btn::before, 
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_btn::after {
    background: #014496;
  }
  #fish_game_search .search_nav .nav_btn::after {
    margin-top: -6px;
    top: 20px;
  }

  #fish_game_search .search_nav .nav_btn:hover::before {
    -webkit-transform: translateY(7px) rotate(180deg);
            transform: translateY(7px) rotate(180deg);
  }
  #fish_game_search .search_nav .nav_btn:hover::after {
    -webkit-transform: translateY(-7px) rotate(-90deg);
            transform: translateY(-7px) rotate(-90deg);
  }
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_btn::before {
    -webkit-transform: translateY(7px) rotate(-225deg);
            transform: translateY(7px) rotate(-225deg);
  }
  #fish_game_search .search_nav .nav_cb:checked ~ .nav_btn::after {
    -webkit-transform: translateY(-7px) rotate(225deg);
            transform: translateY(-7px) rotate(225deg);
  }

/* page 頁碼 */
.fishing-game-list .page{
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
  align-content: center;
  margin: 20px auto;
  background: linear-gradient(#218ed0 0%, #017bc7 50%, #218ed0 100%);
  border: 3px solid #4dbbff;
  border-radius: 25px;
  box-shadow: 0 5px 3px rgb(0 0 0 / 50%);
  width: 80%;
  color: #fff;
  font-size: 14px;
}
.fishing-game-list .page li{
  cursor: pointer;
  margin: 4px;
}
.fishing-game-list .page li.disabled{
  cursor: auto;
}
.fishing-game-list .page li.disabled span{
  opacity: 0.5;
}
.fishing-game-list .page li a,
.fishing-game-list .page li span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(rgba(0,0,0, .0), rgba(0,0,0, .2));
}
.fishing-game-list .page li.active a,
.fishing-game-list .page li.active span,
.fishing-game-list .page li:hover a,
.fishing-game-list .page li:hover span{
  color: #fad910;
  background: linear-gradient(rgba(0,0,0, .0), rgba(0,0,0, .5));
}

.fishing-game-list .page .dataTables_info{
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.fishing-game-list .page .fish_page_pagination{
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0;
}

