/* BEGIN GLOBAL EFFECT */
html {
  scroll-behavior: smooth;
}
button {
  transition: all .3s ease-out;
}
button:focus {
  outline: none !important;
}
button:hover:not(.btn) {
  opacity: 0.7;
}
button:active {
  opacity: 1;
}
textarea:focus {
  outline: none;
}

.circle-point-info {
  border-radius: 50%;
  padding: 4px;
  color: #fff;
  text-shadow: 2px 1px 2px #636060, -1px 1px 2px #636060;
}

.bg-almost-yellow {
  background-color: #cc9a6c;
}

.bg-complete-yellow {
  background-color: #e8fd0e;
  box-shadow: -2px -2px 4px #ad8443 inset;
}

.w-100px {
  width: 100px;
}

.w-150px {
  width: 150px;
}

.w-200px {
  width: 200px;
}

.w-250px {
  width: 250px;
}

.w-300px {
  width: 300px;
}

.min-w-200px {
  min-width: 200px;
}

.min-w-300px {
  min-width: 300px;
}

@font-face{
  font-family: icomoon;
  src: url("../../fonts/icomoon-small.ttf");
}

*:not(i) {
  font-family: icomoon;
}

.table-wrapper {
  overflow-x: auto;
}
.jisusss-main-content {
  transition: all .3s ease-out;
}
.jisusss-box-shadow {
  border: 1px solid #d7daf1;
  border-radius: 10px;
  box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #ffffffbf;
}
.jisusss-size-3 {
  width: 24.4%;
  margin: 10px 0.3%;
  overflow: hidden;
  position: relative;
  /* aspect-ratio: 1.76; */
  cursor: pointer;
}
.jisusss-size-2-4 {
  width: 19.4%;
  margin: 10px 0.3%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* aspect-ratio: 1.3; */
}
.jisusss-layout-item.coming-soon img {
  width: 100%;
  height: 100%;
}
.jisusss-layout-item img:not(.logo-img) {
  width: 100%;
  background: linear-gradient(rgba(230, 230, 230, 0.7), rgba(230, 230, 230, 0.7));
  transition: all .3s ease-out;
}

.jisusss-layout-item.black img:not(.logo-img) {
  width: 100%;
  background: linear-gradient(rgba(41, 36, 36, 0.7), rgba(41, 36, 36, 0.7));
  transition: all .3s ease-out;
}
.jisusss-layout-item.img:not(.coming-soon) img:not(.logo-img) {
  width: 100%;
  /* background: linear-gradient(rgba(41, 36, 36, 0.4), rgba(41, 36, 36, 0.4)), url(../../img/jisusss-img/slot_bg.png); */
  background: linear-gradient(rgb(197 197 197 / 26%), rgb(25 25 25 / 40%));
  background-size: cover;
  background-position: center;
  transition: all .3s ease-out;
}
.jisusss-layout-item:hover img:not(.logo-img), .jisusss-layout-item.black:hover img:not(.logo-img), .jisusss-layout-item.img:hover img:not(.logo-img) {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
.jisusss-layout-item .logo-img {
  position: absolute;
  top: -45px;
  right: -25px;
  width: 125px;
}
.offset-minus-2 {
  transform: translateX(-2px);
}
.offset-plus-2 {
  transform: translateX(2px);
}
table {
  width: 100%;
}
table.jisusss-gold-header thead th {
  background-color: #cc9a6c;
  text-align: center;
  color: white;
  padding: 7px 5px;
  font-size: 13px;
}
table.jisusss-gold-header td {
  text-align: center;
  color: #cc9a6c;
  padding: 8px 4px;
  border-bottom: 1px solid #abaab7;
  transition: all .3s ease-out;
}
table.jisusss-gold-header tr {
  cursor: pointer;
}
table.jisusss-gold-header tbody tr:hover td {
  background-color: #d8d8d8;
  color: #795548;
}

.pagination-wrapper {
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 5px 16px;
  text-decoration: none;
  transition: background-color .3s;
  font-size: 12px;
}

.pagination a.active {
  background-color: dodgerblue;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.before-table-info {
  padding: 5px 10px;
  margin: 5px 0;
}

.border-icon {
  padding: 3px;
  border: 1px solid #cc9a6c;
  color: #cc9a6c;
  border-radius: 5px;
}

.received-count {
  color: #cc9a6c;
}

button.navbar-toggler {
  display: none;
}
/* END GLOBAL EFFECT */

.jisusss-body {

}

.jisusss-90-wrapper {
  width: 90%;
  margin: 0 auto;
}

/* BEGIN JISUSSS-HEADER */
.jisusss-header {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 5;
  width: calc(100% - 250px);
}

.jisusss-header-wrapper {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  height: 70px;
}

.jisusss-header-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../../img/jisusss-img/header/blur-background.png);
  width: 100%;
  height: 0;
  padding-bottom: 5%;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: .9;
  left: 0%;
}

.jisusss-header-wrapper .home-notice {
  flex-grow: 1;
}

.jisusss-header-wrapper .notice-wrapper {
  display: flex;
  align-items: center;
}

.jisusss-header-wrapper .notice-wrapper .notice-text {
  display: flex;
  flex-grow: 1;
}

.jisusss-header-wrapper .notice-wrapper .notice-text marquee{
  color: #ccaa8d;
  text-shadow: 1px -1px 1px #ffc107;
}

.jisusss-header-wrapper .login-btn-group {
  display: flex;
}

.jisusss-header .notice-icon img {
  width: 30px;
}
/* END JISUSSS-HEADER */
/* BEGIN JISUSSS-NAVBAR */
.jisusss-navbar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  padding: 30px 0 0;
  background-color: #fff;
  box-shadow: #cbced8 0 0 0.6em;
  transition: all .3s;
  z-index: 10;
  overflow-y: auto;
}

.jisusss-navbar .scroll-frame {
  width: 100%;
  margin: 0 auto;
}

.jisusss-navbar .third-section, .jisusss-navbar .second-section, .jisusss-navbar .first-section {
  position: relative;
  width: 82%;
  border: 1px solid #d7daf1;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #ffffffbf;
  padding: 17px;
  margin: 0 auto 19px;
}

.jisusss-navbar .third-section {
  display: none;
}

.jisusss-navbar .jisusss-navbar-logo {
  margin-bottom: 22px;
}

.jisusss-navbar .jisusss-navbar-logo a {
  background-image: url(../../img/jisusss-img/header/pplogoZoom.png?v=31);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 240px;
  height: 95px;
  display: block;
  transition: all .3s;
}

.jisusss-navbar ul {
  list-style: none;
  list-style-type: none;  
  padding-left: 0;
}

.jisusss-navbar ul li {
  padding: 9px 3px;
  border-bottom: 1px solid #c6a586;
  position: relative;
}

.jisusss-navbar ul li a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  text-decoration: none;
}

.jisusss-navbar .third-section ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.jisusss-navbar ul li i {
  margin-right: 25px;
  font-size: 25px;
  transition: all .3s ease-out;
  min-width: 25px;
  color: #425f67;
}

.jisusss-navbar ul li a:hover i {
  transform: rotateZ(-45deg);
}

.jisusss-navbar ul li.active a i {
  transform: rotateZ(-45deg);
  color: #d9b491;
}

.jisusss-navbar ul li a:hover .txt, .jisusss-navbar ul li.active a .txt {
  color: #d9b491;
}

.jisusss-navbar ul li a .txt {
  color: #6a7391;
  font-size: 13px;
  font-weight: 700;
  transition: .3s ease-out;
}
/* END JISUSSS-NAVBAR */
/* BEGIN JISUSSS-LAYOUT-AREA */
.jisusss-main-content {
  padding-left: 250px;
}
/* END JISUSSS-LAYOUT-AREA */

/* BEGIN JISUSSS-INDEX */
.jisusss-main-content .casino-zone {
  margin-top: 20px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 17px;
  width: 100%;
}

.jisusss-main-content .casino-zone .casino-bg {
  width: 50%;
}

.jisusss-main-content .casino-zone .casino-bg img{
  width: 100%;
}

.jisusss-main-content .casino-zone .game-content-wrapper-parent {
  width: 48%;
  margin: 0 1%;
}

.jisusss-main-content .casino-zone .game-content-wrapper-parent p {
  color: #d9b491;
  font-size: 35px;
  font-weight: 700;
}

.jisusss-main-content .casino-zone .game-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.jisusss-main-content .casino-zone .game-content-wrapper.casino-content .jisusss-layout-item {
  height: unset;
}

.jisusss-main-content .casino-zone .game-content-wrapper.casino-content .jisusss-layout-item .logo-img {
  width: 100px;
}

.jisusss-main-content .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.jisusss-main-content .title .logo-img {
  width: 45px;
}
.jisusss-main-content .title .logo-img img{
  width: 100%;
}
.jisusss-main-content .title .txt {
  display: flex;
  align-items: center;
  color: #cececd;
  font-size: 24px;
  font-weight: 700;
  margin: 0 3px;
}
.jisusss-main-content .title .txt h3{
  margin-bottom: 0;
  margin-left: 4px;
  color: #c9aa8d;
  font-size: 24px;
}
.jisusss-main-content .jisusss-carousel-area {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  height: 33vw;
}
.jisusss-main-content .jisusss-carousel-area .carousel {
  width: 1px;
  flex-grow: 1;
}
.jisusss-main-content .jisusss-carousel-area .carousel .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jisusss-main-content .jisusss-carousel-area .carousel-item img {
  width: 100%;
  height: 100%;
}
.jisusss-main-content .jisusss-carousel-area .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.jisusss-main-content .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* END JISUSSS-INDEX */
/* BEGIN JISUSSS-NOTIFICATION */
.jisusss-main-content .notification-zone {
  margin-top: 70px;
  padding-bottom: 17px;
  width: 100%;
}

.gold-header tr, .gold-header td {
  transition: all .3s;
}

.jisusss-main-content .notification-zone .title, .jisusss-main-content .casino-zone.has-line .title {
  position: relative;
}

.jisusss-main-content .notification-zone .title::after, .jisusss-main-content .casino-zone.has-line .title::after {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  width: calc(100% - 300px);
  border: 1px solid #cc9a6c;
  right: 0;
}
.jisusss-main-content .notification-zone .notification-content-pane {
  background-color: #b1b1b1;
  padding: 10px 0;
}
.jisusss-main-content .notification-zone .notification-content-pane td {
  color: white;
}

.table-format-area {
  width: 100%;
}

.table-format-area-header {
  display: flex;
  width: 100%;
  background-color: #cc9a6c;
  border: 2px solid #cc9a6c;
}

.table-format-area-header div, .table-format-item-header div {
  text-align: center;
}

.table-format-area-header div {
  background-color: #000000;
  color: white;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 12px;

}

.table-format-area-body .table-format-item-header div {
  padding: 8px 2px;
  color: #5f4949;
}

.table-format-item-header div {
  font-size: 13px;
}

.table-format-item-header {
  width: 100%;
  display: flex;
  border-bottom: 1px solid blanchedalmond;
  cursor: pointer;
  transition: all .3s;
}

.table-format-item-header:hover {
  background-color: rgb(236, 243, 243);
}

.table-format-item-header:hover div {
  color:rgb(102, 97, 97);
}

.table-format-item-content {
  padding: 20px 10px;
  background-color: #5d5d5d;
  color: #ffffff;
  font-size: 14px;
}
/* END JISUSSS-NOTIFICATION */

/* BEGIN JISUSSS-QUESTION */
.jisusss-main-content .question-edit-pane, .jisusss-main-content .money-edit-pane {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 3px solid #cc9a6c;
  border-bottom: 3px solid #cc9a6c;
  margin-bottom: 40px;
}

.jisusss-main-content .money-edit-pane {
  display: block;
}

.jisusss-main-content .money-edit-pane-wrapper {
  width: 100%;
  display: flex;
  border-bottom: 2px solid rgb(206, 209, 238);
}

.jisusss-main-content .money-edit-pane-wrapper .content {
  width: 1px;
}

.jisusss-main-content .money-edit-pane-wrapper .content button {
  margin: 2px 4px;
  padding: 4px;
}

.jisusss-main-content .question-edit-pane .indicator{
  width: 150px;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  background-color: #f8f8f8;
}

.jisusss-main-content .money-edit-pane .indicator {
  padding: 10px 30px 10px 20px;
  width: 200px;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
}
.jisusss-main-content .money-edit-pane .content {
  padding: 10px 30px 10px 20px;
}

.jisusss-main-content .question-edit-pane .question-content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 10px;
}
.jisusss-main-content .question-edit-pane textarea {
  width: 100%;
}

.jisusss-main-content .question-btn-pane {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.jisusss-main-content .question-btn-pane button {
  width: 200px;
  padding: 10px 30px;
  color: white;
  background-color: gray;
  border-radius: 10px;
  border: none;
}

/* END JISUSSS-QUESTION */

/* BEGIN JISUSSS-CREDIT */
.jisusss-tab-pane {
  display: flex;
  width: 100%;
  border: 2px solid #ca8b50;
  border-radius: 4px 4px 0 0;
}

.jisusss-tab-pane .tab-item {
  width: 50%;
  text-align: center;
  padding: 5px;
  color: #deb997;
  background-color: white;
  font-weight: bold;
  cursor: pointer;
  transition: all .3s ease-out;
}

.jisusss-tab-pane .tab-item.active {
  background-color: #deb997;
  color: white;
}

.jisusss-tab-pane .tab-item:first-child {
  border-right: 2px solid #ca8b50;
}

.jisusss-tab-content-wrapper {
  padding: 10px 10px;
  display: flex;
  width: 100%;
}

.jisusss-tab-content {
  width: 100%;
  display: none;
}

.jisusss-tab-content.active {
  display: block;
}

.jisusss-tab-content .introduction {
  padding: 30px;
}

.jisusss-tab-content .introduction p{
  text-align: center;  
}

.jisusss-tab-content .introduction p:nth-child(1) {
  font-size: 30px;
  font-weight: 700;
}

.jisusss-tab-content .introduction p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  color: #deb997;
}

.number-card-group {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
  flex-wrap: wrap;
}

.number-card {
  padding: 30px 100px 10px;
  background-color: rgba(251, 249, 247);
  margin: 5px 10px;
  min-width: 200px;
  transition: all .3s ease-out;
}

.number-card p:nth-child(1) {
  font-size: 13px;
  text-align: center;
}

.number-card p:nth-child(2) {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.date-search {
  margin: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.inline-group {
  display: flex;
  align-items: center;
  margin: 0 2px;
}

.note-component {
  padding: 30px 0 40px;
  border-bottom: 2px solid rgb(206, 209, 238);
  display: flex;
  font-size: 15px;
  font-weight: 500;
}

.note-opponent {
  width: 250px;
}

.note-content {
  flex-grow: 1;
}

.note-step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.note-step span {
  margin-right: 10px;
  padding: 5px;
  border-radius: 10px;
}
/* END JISUSSS-CREDIT */

/* BEGIN JISUSSS-LOGIN */
.info-group {
  display: flex;
  align-items: center;
}
.info-item {
  color: #ccaa8d;
  margin: 0 6px;
  text-shadow: 1px -1px 1px #ffc107;
  cursor: pointer;
}
.info-item.money {
  font-size: 16px;
}
.info-item.user {
  font-size: 15px;
  position: relative;
  padding: 0 2px;
}
/* END JISUSSS-LOGIN */

/* BEGIN RESPONSIVE AREA */
@media only screen and (max-width: 1900px) {
  .jisusss-main-content {
    padding-left: 80px;
  }
  .jisusss-header {
    width: calc(100% - 80px);
  }
  .jisusss-navbar {
    width: 80px;
  }
  .jisusss-navbar:hover{
    width: 250px;
  }
  .jisusss-navbar .third-section, .jisusss-navbar .second-section, .jisusss-navbar .first-section {
    border: 0px;
    background-color: #ffffff;
    box-shadow: none;
    padding: 17px 23px 3px 16px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .jisusss-navbar:hover .third-section, .jisusss-navbar:hover .second-section, .jisusss-navbar:hover .first-section {
    position: relative;
    border: 1px solid #d7daf1;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #ffffffbf;
    padding: 17px;
    margin: 0 auto 19px;
  }
  
  .jisusss-navbar .third-section::after, .jisusss-navbar .second-section::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #d7daf1;
    position: absolute;
    top: 0px;
  }
  .jisusss-navbar:hover .third-section::after, .jisusss-navbar:hover .second-section::after {
    display: none;
  }

  .jisusss-navbar ul li {
    border-bottom: none;
  }
  
  .jisusss-navbar:hover ul li {
    border-bottom: 1px solid #c6a586;
  }

  .jisusss-navbar ul li .txt {
    display: none;
  }
  .jisusss-navbar:hover ul li .txt {
    display: block;
  }
  .jisusss-navbar ul li i {
    margin-right: 0px;
  }
  .jisusss-navbar:hover ul li i {
    margin-right: 25px !important;
  }
  .jisusss-navbar .jisusss-navbar-logo a {
    background-image: url(../../img/jisusss-img/header/logo.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 48px;
    display: block;
  }
  
  .jisusss-navbar:hover .jisusss-navbar-logo a {
    background-image: url(../../img/jisusss-img/header/pplogoZoom.png?v=31);
  }

  .jisusss-navbar:hover .jisusss-navbar-logo a {
    width: 215px;
  }
}

@media only screen and (max-width: 1200px) {
  .jisusss-size-3 {
    width: 32%;
    margin: 10px 0.66%;
  }
  .number-card {
    padding: 30px 60px 10px;
  }
  .jisusss-size-2-4 {
    height: unset;
  }
  .jisusss-size-2-4 img{
    aspect-ratio: 1;
  }
}

@media only screen and (max-width: 876px) {
  .date-search {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .jisusss-main-content .casino-zone .content.casino {
    display: block;
  }
  .jisusss-main-content .casino-zone .casino-bg {
    width: 100%;
  }
  .jisusss-main-content .casino-zone .game-content-wrapper-parent {
    width: 100%;
    margin: 0;
  }
  .jisusss-navbar .third-section {
    display: block;
  }
  /* .jisusss-size-3 {
    width: 24.4%;
    margin: 10px 0.3%;
  } */
  .jisusss-size-2-4 {
    width: 32%;
    margin: 10px 0.66%;
  }
  .jisusss-size-2-4 img{
    aspect-ratio: 1.2;
  }
  .note-component {
    display: block;
  }
  .account-verify {
    display: block !important;
  }
  .account-verify button {
    margin-left: 0 !important;
  }
  .jisusss-main-content .money-edit-pane .content {
    padding: 10px;
  }
  .round-btn {
    padding: 10px 10px;
    width: 100%;
  }
  .login-btn-group {
    display: block !important;
    margin-top: 10px;
    padding: 0 10px;
  }
  button.navbar-toggler {
    display: block;
  }
  .info-group {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .jisusss-size-3, .jisusss-size-2-4 {
    width: 48%;
    margin: 10px 1%;
  }
  .question-edit-pane {
    display: block !important;
  }
  .jisusss-main-content .question-edit-pane .indicator {
    width: 100%;
    padding: 10px;
  }
  .jisusss-tab-pane {
    display: block;
  }
  .jisusss-tab-pane .tab-item {
    width: 100%;
  }
  .jisusss-tab-pane .tab-item:first-child {
    border-right: none;
    border-bottom: 2px solid #ca8b50;
  }
  .number-card {
    padding: 30px 130px 10px;
  }
  .round-btn {
    padding: 3px;
    font-size: 10px;
    white-space: nowrap;
  }
  .banner-girl-img {
    display: none;
  }
}
/* END RESPONSIVE AREA */


/* BEFORE ELEMENTS */
.info-group-wrapper .info-item.user::before {
  position: absolute;
  top: 4px;
  left: -8px;
  content: '';
  border-right: 1px solid #c3bdbd;
  height: 15px;
  box-shadow: 0px 0px 1.5px 0px #524b4b;
}
/* BEFORE ELEMENTS */

/* SLOT PAGE */
.corps-list {
  display: flex;
  justify-content: flex-start;
}

.corps-item {
  margin: 4px 8px;
}
/* SLOT PAGE */


/* FOOTER */
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-content img {
  height: 37px;
  margin: 7px 15px 7px 15px;
  padding: 3px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-color: rgba(0, 0, 0); */
  background: rgb(93 93 93 / 69%);
  /* padding-left: 80px; */
}
/* FOOTER */