
    /*
table.dataTable thead th {
    color: rgb(193, 195, 196);
    height: 40px;
    text-align: center;
    font-size: 12px !important;
    font-family: "Nanum Gothic", 굴림, 돋음, Dotum, Arial, Helvetica, sans-serif !important;
    background: rgb(46, 51, 52);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(28, 32, 33);
}
*/
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
      cursor: default !important;
      color: #666 !important;
      border: 1px solid transparent !important;
      box-shadow: none !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
      padding: 8px 12px 8px 12px !important;
      /* font-size: 12px !important;  */
      border-radius: 3px !important;
      display: inline-block !important;
      background: #2d373f !important;
      /* color: white !important; */
      margin: 2px !important;
      cursor: pointer;
    }

    .dataTables_wrapper .dataTables_paginate {
      float: none !important;
      text-align: center !important;
      padding-top: 20px !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      color: #4fc695 !important;
      border-width: 2px;
      --tw-border-opacity: 1;
      border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
      --tw-text-opacity: 1;
    }

    .table.thead-py-big thead th {
      padding-top: 12px;
      padding-bottom: 12px;
    }

    .progress_done span {
      display: block;
      min-width: 12px;
      height: 12px;
      background-color: #858d8b;
      border-radius: 6px;
    }

    .table td {
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }

    .table_s td {
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }

    .table_s {
      width: 100%;
      background: #252f35;
      /* border: solid 1px #ffa800; */
    }

    .custom_select>button:not(.nostyle) {
     /* background: #28474e; */
    }

    .no_color_bg {
      background-color: #ffffff00;
    }

    .fame_table.open {
      /* box-shadow: none; */
    }

    .pagination {
      height: 36px;
      margin: 0 !important;
      padding: 0;
    }

    .pager,
    .pagination ul {
      margin-left: 0;
      *zoom: 1
    }

    .pagination ul {
      padding: 0;
      display: inline-block;
      *display: inline;
      margin-bottom: 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
      box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
    }

    .pagination li {
      display: inline;
      margin: 0 3px;
      background-color: #2e373f;
      border-radius: 3px !important;
    }

    .pagination a {
      float: left;
      padding: 0 12px;
      line-height: 35px;
      text-decoration: none;
      border-left-width: 0
    }

    .pagination .active a,
    .pagination a:hover {
      /*background-color:#f5f5f5;color:#94999E*/
    }

    .pagination .active a {
      color: #94999E;
      cursor: default
    }

    .pagination .disabled a,
    .pagination .disabled a:hover,
    .pagination .disabled span {
      color: #94999E;
      background-color: transparent;
      cursor: default
    }

    .pagination li:first-child a,
    .pagination li:first-child span {
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px
    }

    .pagination li:last-child a {
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0
    }

    .pagination-centered {
      text-align: center
    }

    .pagination-right {
      text-align: right
    }

    .pager {
      margin-bottom: 18px;
      text-align: center
    }

    .pager:after,
    .pager:before {
      display: table;
      content: ""
    }

    .pager li {
      display: inline
    }

    .pager a {
      display: inline-block;
      padding: 5px 12px;
      background-color: #fff;
      border: 1px solid #ddd;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px
    }

    .pager a:hover {
      text-decoration: none;
      background-color: #f5f5f5
    }

    .pager .next a {
      float: right
    }

    .pager .previous a {
      float: left
    }

    .pager .disabled a,
    .pager .disabled a:hover {
      color: #999;
      background-color: #fff;
      cursor: default
    }

    .pagination .prev.disabled span {
      float: left;
      padding: 0 12px;
      line-height: 30px;
      text-decoration: none;
      border: 1px solid #ddd;
      border-left-width: 1
    }

    .pagination .next.disabled span {
      float: left;
      padding: 0 12px;
      line-height: 30px;
      text-decoration: none;
      border: 1px solid #ddd;
      border-left-width: 0
    }

    .pagination li.active,
    .pagination li.disabled {
      /* float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0 */
    }

    .pagination li.active {
      background: #2e373f;
      color: #4fc695 !important;
      border-width: 2px;
      --tw-border-opacity: 1;
      border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
      border-radius: 3px !important;
    }

    .pagination li:first-child {
      /* border-left-width: 1px; */
    }

    ::before,
    ::after {
      box-sizing: border-box;
      /* 1 */
      border-width: 0;
      /* 2 */
      /* border-style: solid; */
      /* 2 */
      /* border-color: #e5e7eb; */
      /* 2 */
    }

    .bg-danger {
      --tw-bg-opacity: 1;
      background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
    }

    .acco {
      background-color: #182128;
      border-color: #182128;
      border-width: 0px;
    }

    tr:first-child {
      border-top-width: 0px;
    }

    .table.table-striped.striped_type03 tr:nth-of-type(odd) td {
      background-color: #242e34;
    }

    tr:first-child td:first-child {
      border-top-left-radius: 10px;
    }

    tr:first-child td:last-child {
      border-top-right-radius: 10px;
    }

    tr:last-child td:first-child {
      border-bottom-left-radius: 10px;
    }

    tr:last-child td:last-child {
      border-bottom-right-radius: 10px;
    }

    tr:first-child td {
      border-top-style: solid;
    }

    tr td:first-child {
      border-left-style: solid;
    }

.sub-loader {
    z-index: 9;
    position: relative;
    left: 0;
    top: 10%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: radial-gradient(100% 200% at 0% 0%, #35444e, #19242d); */
	min-height:80vh;
}
.sub-loader.hide {display:none; }
.sub-loader_end.hide {display:none; }
.sub-loader_end.show {
	display:block; 
	min-height:50vh;
	max-width: 100%;
}

.table.table-striped.striped_type03 > tbody > tr> td, .table.table-striped.striped_type03 > tbody > tr > td td {
    background-color: #131b23;
    text-align: center;
}


.reward_box {
    overflow-x: auto;
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(7, 1fr);
    justify-items: center;
    align-items: center;
}
.reward_box > div {
    width: 100%;
    height: 100%;
    min-width: 7rem;
    min-height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0f212e;
    text-align: center;
	font-size: 0.8rem;
}
.reward_box > div.sticky {
    position: sticky;
    left: 0;
}
.reward_box > div svg {
    stroke-width: 0;
    /*stroke: currentColor; */
    fill: currentColor;
}
svg {
    fill: currentColor;
    /*stroke: currentColor; */
    width: 1em;
    height: 1em;
}

.gray_box {
    filter: grayscale(1);
    transform: scale(0.85) !important;
}
.game_category > div .img {
    bottom: 10px;
}

.level_box {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: right center; */
    /* padding: 20px; */ 
    /* border: solid #ffffff00 20px; */
}

.game_category > div {
    background-color: unset;
}

.not_gray {
	filter: none !important;
    transform: scale(1) !important;
}

.vip_level_slide li {
	filter:grayscale(1); 
	transform:scale(0.85);
}

.agree_box p {
    font-size: 13px;
    line-height: 1.1;
}

.font_002_1 {
    color: rgb(var(--color-success) / var(--tw-text-opacity)) !important;
}

.inquiry_wrap_1 {
	width:100%; 
	float:left; 
	overflow: hidden;
	max-height: 435px;
	height: 60%;
}

.w-4\/5{
    width: 80%;
}

.my_chat_icon{
    /* position: relative; */
    width: 40px;
    height: 40px;
    background: var(--sub-color);
    border: 2px solid rgb(var(--color-primary) / 1);
    border-radius: 50%;
}

.h-50vh{
    height: 50vh;
}
.h-45vh{
    height: 45vh;
}
@media (min-width: 768px){
    .md\:h-60vh{
        height: 60vh;
    }
}