@charset "UTF-8";
@import "fontawesome.min.css";
@import "simplebar.min.css";
@import "sweetalert.min.css";

a,
a:hover,
a:focus,
a:active {
    cursor: pointer
}

a:hover,
a:focus,
a:active {
    color: #4b73e7
}

.nav-pills .nav-link {
    background: #00ffff;
    margin-right: 4px
}

.form-select.server:first-child {
    border-radius: 20px 0 0 20px
}

.form-select.type:last-child {
    border-radius: 0 20px 20px 0;
    border-left: 0
}

.d-flex-start-center {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.d-flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.d-flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.sidebar-link .icon-wrapper {
    display: inline-block;
    width: 24px;
    text-align: center
}

.menu-text {
    line-height: 1
}

#master-qr-info {
    display: none
}

.bg-item {
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.bg-main {
    position: relative;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); /* Fallback or initial */
    background: linear-gradient(-45deg, #ff4e50, #fc913a, #f9d423, #ff4e50);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    background-attachment: fixed;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.bg-character {
    background-image: url(../img/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#confirm-convert-coin {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.63)
}

#confirm-convert-coin .confirm-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px
}

#confirm-convert-coin .confirm-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#confirm-convert-coin .confirm-modal-header h2 {
    margin: 0
}

#confirm-convert-coin .confirm-modal-header .close {
    cursor: pointer
}

#confirm-convert-coin .confirm-modal-body p {
    margin: 0
}

#confirm-convert-coin .confirm-modal-footer {
    margin-top: 20px;
    text-align: right
}

#confirm-convert-coin .confirm-modal-footer button {
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer
}

#btn-cc-coin {
    background-color: #0a58ca;
    color: #fff
}

#captcha_img {
    cursor: pointer
}

.logo-img {
    padding-top: 20px
}

.notify {
    color: #343a40;
    font-size: 15px;
    background-color: #f28a1a33;
    padding: 5px;
    border-radius: 5px
}

.news img {
    width: 35%
}

.news h3 {
    font-size: 17px
}

.news p {
    font-size: 14px
}

.news b,
.news strong {
    font-weight: 600
}

.dt-container div.dt-layout-table>div,
.row .dt-layout-start,
.row .dt-layout-end {
    padding: 0
}

table.dataTable th.dt-type-numeric,
table.dataTable td.dt-type-numeric {
    text-align: center
}

.form-label {
    margin-bottom: 0.25rem
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

/* Character & Island Alignment */
.island-1,
.island-2,
.island-3 {
    display: block;
    max-width: 100%;
}

.island-character-1,
.island-character-2,
.island-character-3 {
    margin: 0 10px;
    -webkit-animation: up 1.2s infinite alternate;
    animation: up 1.2s infinite alternate;
}

.character-container {
    pointer-events: none;
}

/* Character names are now centered via index.blade.php flex/text-align */
.name-character-1 h2,
.name-character-2 h2,
.name-character-3 h2 {
    color: #ffec88;
    text-shadow: 2px 0 0 #913b18, -2px 0 0 #913b18, 0 2px 0 #913b18, 0 -2px 0 #913b18, 2px 2px #913b18, -2px -2px 0 #913b18, 2px -2px 0 #913b18, -2px 2px 0 #913b18;
}

@-webkit-keyframes up {
    0% {
        transform: scale(1.0) translateY(0)
    }

    100% {
        transform: scale(1.0) translateY(-5px)
    }
}

@keyframes up {
    0% {
        transform: scale(1.0) translateY(0)
    }

    100% {
        transform: scale(1.0) translateY(-5px)
    }
}

@-webkit-keyframes moveXFace {
    from {
        background-position-x: 2000px
    }

    to {
        background-position-x: -2000px
    }
}

@-moz-keyframes moveXFace {
    from {
        background-position-x: 2000px
    }

    to {
        background-position-x: -2000px
    }
}

@-o-keyframes moveXFace {
    from {
        background-position-x: 2000px
    }

    to {
        background-position-x: -2000px
    }
}

@keyframes moveXFace {
    from {
        background-position-x: 2000px
    }

    to {
        background-position-x: -2000px
    }
}

@supports not (display: grid) {
    .island-1 {
        position: relative !important;
        right: 0 !important;
        left: 0 !important;
        bottom: -124px !important;
        top: 40% !important
    }

    .island-2 {
        position: relative !important;
        right: 0 !important;
        left: 0 !important;
        bottom: -58px !important;
        top: 25% !important
    }

    .island-3 {
        position: relative !important;
        right: 0 !important;
        left: 0 !important;
        bottom: -100px !important;
        top: 40% !important
    }
}