.btn.player-btn {
    width: 155px;
    height: 60px;
    line-height: 59px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
    border: 2px solid #7c69e3;
    transition: all 0.3s ease-out;
    margin: 5px 0;
    background-color: transparent;
}
.contact-page {
    padding: 120px 20px 0 20px;
}
.popover-body {
    background-color: #fff !important;
}
.btn.player-btn:hover {
    background: #7c69e38c;
    transition: all 0.3s ease-out;
}
.btn.gradient {
    border: 2px solid linear-gradient(to right,
    #6994e3,
    rgba(124, 105, 227, 1),
    rgb(146, 129, 243),
    rgba(124, 105, 227, 1),
    #6994e3
    );
}
.btn.sc-border {
    /* width: clamp(155px, 220px, 100%);
    height: 60px;
    line-height: 59px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
    transition: all 0.3s ease-out;
    margin: 5px 0; */
    border: 2px solid #7c69e3;
    background-color: transparent;
}
.btn.sc-border:hover {
    background: #7c69e38c;
    transition: all 0.3s ease-out;
    color: #fff;
}

.btn-active {
    background-image: linear-gradient(
            135deg,
            hsl(249deg 69% 65%) 0%,
            hsl(245deg 31% 46%) 33%,
            hsl(244deg 31% 29%) 67%,
            hsl(243deg 47% 17%) 100%
    );
}
.btn-red-border {
    border: 2px solid #e36969 !important;
}
.btn-red-border:hover {
    background: #e36969 !important;
}

.bg-darker {
    background-color: #181728 !important;
}
.bg-blue {
    background-color: var(--bs-blue) !important;
}
.pt180 {
    padding-top: 180px;
    padding-bottom: 150px;
}

u.dotted {
    border-bottom: 1px dotted #c2d4f8;text-decoration: none;
}
.select-none {
    user-select: none;
}
.box__card {
    /* background:#292845;color:#c2d4f8;border-radius:5px!important */
    border-top: 2px solid #15243a;
    border-right: 2px solid #15243a;
    border-bottom: 2px solid #15243a;
    border-left: 2px solid #15243a;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #4e5765;
    margin: 0 0;
    border-width: 1px;
    border-radius: 5px;
    flex: 1 0 0;
    position: relative;
    min-height: 3em;
    background:#292845;
    color:#c2d4f8;
}
.box__card p,.box__card .h1,.box__card .h2,.box__card .h3,.box__card .h4 {
    color:#c2d4f8;
}
.box__card::before,
.box__card::after,
.box__card__bottomDecorators::before,
.box__card__bottomDecorators::after {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url('/assets/images/container-corner.png') no-repeat 0 0;
    background-size: 14px;
}
.box__card::before {
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
.box__card::after {
    top: 0;
    right: 0;
    transform: rotate(270deg);
}
.box__card__bottomDecorators::before {
    bottom: 0;
    left: 0;
    transform: rotate(90deg);
}
.box__card__bottomDecorators::after {
    bottom: 0;
    right: 0;
}
.dt__control {
    margin:15px 10px;
}
.dt__control span.selected-choice {
    color: #FFFFF4!important;
}
.dropdown-choice:hover,
.dt__control .dropdown-choice:hover {
    color: #3f3d80;
    font-weight: bold;
}
.dt__control .size-select {
    margin-top:4px;
}
.dt__control .search-bar {
    padding: .2rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}
.dt__control .search-bar {
    color: #495057;
    background-color: #fff;
    border-color: #d3d8de;
    outline: 0;
    box-shadow: none;
    max-width: 160px;
    width: 100%;
}
.dt__content {
    margin: 0 15px;
    overflow-x: scroll;
}
.dt__content table {
    width: 100%;
    color: #FFFFF4;
    border-color:#4e5765;
    overflow-x:scroll
}
.dt__content th {
    background-color: #1E1D32;
    text-align: center;
}
.dt__content th:first-child {
    border-radius: 1em 0 0 0;
}
.dt__content th:last-child {
    border-radius: 0 1em 0 0;
}
.dt__content tbody {
    background-color: #2C2B49;
}
.dt__content tr {
    border-bottom: 1px solid #1e1d32;
}
.dt__content tr:nth-child(even) td {
    background:#292845;
}
.dt__content th,
.dt__content td {
    padding: 12px;
}
.dt__content::-webkit-scrollbar {
    width: 16px;
}
.dt__content::-webkit-scrollbar-track {
    background-color: #1E1D32;
    border-radius: 0 0 1em 1em;
}
.dt__content::-webkit-scrollbar-thumb {
    background-color: #A5CCF8;
    border-radius: 10px;
    border: 4px solid #1e1d32;
}
.dt__overlay {
    --blurr:5;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
    filter: blur(1rem);
}
.dt__loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100px;
    min-height: 75px;
    background-color: #2C2B49;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #4e5765;
    text-align: center;
    z-index: 2;
}
.dt__loading span {
    line-height: 1.5em;
}
.dt__footer {
    margin: 10px;
    color: #FFFFF4;
    user-select: none;
}
.dt__footer .item{
    /* background-color: #3f3d80; */
    margin:0;
    padding:10px;
    cursor: pointer;
}
.dt__footer .item:hover{
    color: #A5CCF8;
}
.dt__footer .item.disabled{
    cursor: no-drop;
}
.dt__footer .item.disabled:hover{
    color: inherit;
}
.dt__footer .item.disabled.active{
    background-color: #A5CCF8;
    border-radius: 5px;
    font-weight: bold;
    color: #3f3d80;
    cursor: auto;
}
.dt__pagination {
    display: inline-block;
    background-color: #3f3d80;
    border-radius: 1rem;
    margin-bottom: 2px;
    padding: 7px;
}
.dt__info_page {
    margin: 10px;
    color: #FFFFF4;
    user-select: none;
    text-align: right;
    padding: 0 7px;
}
.dt__info_page span {
    background-color: #3f3d80;
    border-radius: 1rem;
    padding: 7px 14px;
}
@media (max-width: 576px) {
    .dt__footer .item {
        line-height: 2;
    }
    .dt__info_page {
        margin:0;
        text-align:center;
        margin-bottom:10px
    }
    .dt__pagination {
        margin-bottom:20px
    }
}
.breadcrumbs-pl {
    margin-bottom: 30px;
}
.breadcrumbs-pl span,
.breadcrumbs-pl a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 12.5px;
}
.breadcrumbs-pl a {
    color: #fff;
}
.breadcrumbs-pl a:hover {
    color: #3dd0d8;
}

.charcard-active {
    display: block;
}
.charcard-inactive {
    display: none;
}

.price-content li {
    border-bottom: 1px solid rgba(194, 212, 248, 0.2);
    padding: 18px 0;
    list-style-type: none;
}

select.general_input {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #292845;
    font-size: 14px;
    outline: none;
    font-weight: 400;
    padding: 19px 30px;
}
#keamanan p.mb20 {
    word-break: break-all;
}

/* Modal Rule */
.popover-title,
.modal-header {
    background-image: linear-gradient(
                130deg,
                hsl(249deg 60% 62%) 0%,
                hsl(245deg 31% 45%) 37%,
                hsl(244deg 31% 30%) 71%,
                hsl(243deg 43% 20%) 100%
        );
    border-bottom: 0px;
}
.popover,
.modal-content {
    background-color: #292845;
}
.modal-footer {
    border-top: 0px;
}
button.close {
    color:white;
}
.btn-confirm {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    border: 2px solid #7c69e3;
    transition: all 0.3s ease-out;
    background-color: transparent;
    min-width: 125px;
    padding: 5px 2px;
}
.btn-confirm:hover {
    color: #fff;
    background-color: #7c69e3;
}

.btn-bluelight {
    color: white;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    transition: all 0.3s ease-out;
}
.btn-bluelight:hover {
    background-color: #3dd0d8;
    border: 1px solid #c2d4f8;
    transition: all 0.3s ease-out;
}
.btn-bluelight .fa {
    font-size: 14px;
    color: #fff;
}

/* MISC */
.gender-f {
    background-color: #861657;
    background-image: linear-gradient(326deg, #861657 0%, #D56C62 74%);
}
.gender-m {
    background-color: #2a2a72;
    background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
}

.word-break {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space:normal;
}

.season span{
    background-color: transparent;
    border: 1px solid transparent;
    font-weight: 300;
    color: #c2d4f8;
    font-size: 16px;
}

.pointer {
    cursor: pointer;
}

/* Margin */
.margin-top {
    margin-top: 25px;
}
.margin-bottom {
    margin-bottom: 25px;
}

.m-center {
    margin: 0 auto;
}

.p-ig {
    height: 40px;
    width: 50px;
}
.w-max {
    width: 100%;
}
.w-80 {
    width: 80%;
}
.server-time {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-left: 10px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 0;
    color: rgb(30,29,50);
    border-radius: 20px;
}
.flag{
    margin-bottom: 2px;
}
.bg-success {
    background-color: rgba(124, 105, 227, 1);
}
.bg-warning {
    background-color:  #e36969;
}
.fw-bold {
    font-weight: bold;
}
/* Custom ID Animation */
@keyframes glowing {
    0% {
    background-position: 0 0;
    }

    100% {
    background-position: 400% 0;
    }
}

@keyframes glowing-reverse {
    0% {
    background-position: 400% 0;
    }

    100% {
    background-position: 0 0;
    }
}
.logo-header img {
    max-width: 120px;
}

.logo-footer {
    padding: 0 20%;
    max-height: 95px;
}

.w-100 {
    width: 100%;
}
/* Collapsed Card */
.panel-heading {
    color: white !important;
    background-color: #292845 !important;
    border: 4px solid #1e1d32 !important;
}
.panel {
    border: none;
}
.panel-body {
    background-color: #181728;
}
.panel-heading {
    border-radius: 0px;
}
.d-none {
    display: none;
}
.modal-title {
    font-size:24px;
}

.loader-shuriken {
    width: 80px;
    height: 80px;
    display: grid;
    color:#99d5ff;
    background:
      conic-gradient(from -153deg at right,#0000,currentColor 1deg 126deg,#0000 127deg) calc(50% + 5px) 0   /10px 50%,
      conic-gradient(from   27deg at left ,#0000,currentColor 1deg 126deg,#0000 127deg) calc(50% - 5px) 100%/10px 50%,

      linear-gradient(to top    right,currentColor 50%,#0000 0%) calc(50% + 10px) calc(50% - 10px) /20px 20px,
      linear-gradient(to bottom left ,currentColor 50%,#0000 0%) calc(50% - 10px) calc(50% + 10px) /20px 20px;
    background-repeat: no-repeat;
    -webkit-mask:radial-gradient(circle 5px,#0000 90%,#000);
    animation:sh6 1.5s infinite linear;
  }
  .loader-shuriken:before,
  .loader-shuriken:after {
    content: "";
    grid-area: 1/1;
    background:inherit;
    transform: rotate(60deg);
  }
  .loader-shuriken:after {
    transform: rotate(120deg);
  }

  @keyframes sh6 {
    100%{transform: rotate(1turn)}
  }
