body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
        'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

.App {
    text-align: center;
}

.App-logo {
    height: 40vmin;
    pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
    .App-logo {
        -webkit-animation: App-logo-spin infinite 20s linear;
                animation: App-logo-spin infinite 20s linear;
    }
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
}

.App-link {
    color: #61dafb;
}

@-webkit-keyframes App-logo-spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes App-logo-spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.dropdownMenu .rc-dropdown-menu {
    background: #fff;
    border-radius: 8px;
    width: 140px;
    background: #262833;
    border: 1px solid #393543;
    opacity: 1;
    border-radius: 10px;
    padding: 10px;
    box-shadow: none;
    border: 0;
    margin-top: 10px;
}
.dropdownMenu .rc-dropdown-menu li {
    padding: 10;
    background: transparent;
    color: #aeadae;
    font-size: 16px;
    text-align: center;
}
.dropdownMenu .rc-dropdown-menu li:hover {
    background: transparent;
    /* color: #ffc414; */
}
.dropdownMenu .rc-dropdown-menu li a {
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px;
    text-decoration: none;
    color: #959aa7;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
.dropdownMenu .rc-dropdown-menu li a:hover {
    background: rgba(167, 172, 184, 0.1);
    color: rgba(77, 80, 249, 1);
}
.dropdownMenu .rc-dropdown-menu-item.isActive {
    background: transparent;
    /* color: #ffc414; */
}

.more-menu .rc-dropdown-menu {
    width: 160px;
    height: 114px;
    background: #262833;
    opacity: 1;
    border-radius: 10px;
    padding: 16px 0;
    box-shadow: none;
    border: 0;
    margin-top: 10px;
    position: relative;
}
.more-menu .rc-dropdown-menu > .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.more-menu .rc-dropdown-menu .menu-wrap {
    z-index: 1 !important;
    position: relative;
}

.more-menu .rc-dropdown-menu .menu-wrap a {
    background: transparent;
    display: flex;
    align-items: center;
    height: 36px;
    width: 100%;
    padding-left: 16px;
    color: #ecb173;
    text-shadow: 1px 1px 2px #2f251b, 0 0 1em #2f251b, 0 0 0.2em #2f251b;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.more-menu .rc-dropdown-menu .menu-wrap a:last-child {
    margin-bottom: 0;
}
.more-menu .rc-dropdown-menu .menu-wrap a:hover {
    background: #3c2b21;
    /* color: #ffc414; */
}

.ReactModal__Overlay.classic-modal-overlay {
    opacity: 0;
    transition: all 300ms ease-in-out;
    position: fixed;
    inset: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    outline: 0;
    text-align: center;
}

.ReactModal__Overlay--after-open.classic-modal-overlay {
    opacity: 1;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.ReactModal__Overlay--before-close.classic-modal-overlay {
    opacity: 0;
}
.ReactModal__Overlay.classic-modal-overlay .ReactModal__Content {
    transition: all 400ms ease-in-out !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.ReactModal__Overlay.classic-modal-overlay::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: '';
}
.ReactModal__Overlay.classic-modal-overlay.loading .ReactModal__Content {
    height: 300px !important;
}
.ReactModal__Overlay--after-open.classic-modal-overlay .ReactModal__Content {
    /* opacity: 1; */
    margin-top: 0 !important;
}

.ReactModal__Overlay--before-close.classic-modal-overlay .ReactModal__Content {
    /* opacity: 0; */
    -webkit-transform: scale(1.2) !important;
            transform: scale(1.2) !important;
}

/* init custom tooltip css */
.rc-tooltip.rc-tooltip-zoom-appear,
.rc-tooltip.rc-tooltip-zoom-enter {
    opacity: 0;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
    display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
    opacity: 0;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    /* animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28); */
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    /* animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05); */
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
    -webkit-animation-name: rcToolTipZoomIn;
            animation-name: rcToolTipZoomIn;
    -webkit-animation-play-state: running;
            animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
    -webkit-animation-name: rcToolTipZoomOut;
            animation-name: rcToolTipZoomOut;
    -webkit-animation-play-state: running;
            animation-play-state: running;
}
@-webkit-keyframes rcToolTipZoomIn {
    0% {
        opacity: 0;
        /* transform-origin: 50% 50%; */
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        /* transform-origin: 50% 50%; */
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes rcToolTipZoomIn {
    0% {
        opacity: 0;
        /* transform-origin: 50% 50%; */
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        /* transform-origin: 50% 50%; */
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes rcToolTipZoomOut {
    0% {
        opacity: 1;
        /* transform-origin: 50% 50%; */
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        /* transform-origin: 50% 50%; */
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}
@keyframes rcToolTipZoomOut {
    0% {
        opacity: 1;
        /* transform-origin: 50% 50%; */
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        /* transform-origin: 50% 50%; */
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}
.rc-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    line-height: 1.5;
    font-size: 12px;
    background: none !important;
    padding: 1px;
    opacity: 1;
    transition: all 0.5s;
}
.rc-tooltip-hidden {
    display: none;
    opacity: 0;
}
.rc-tooltip-custom-inner {
    padding: 8px 10px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: rgb(40, 43, 50);
    border-radius: 3px;
    min-height: 34px;
    border: none;
    max-width: 300px;
    word-wrap: break-word;
}
.rc-tooltip-custom-arrow,
.rc-tooltip-arrow-inner {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-custom-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-custom-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-custom-arrow {
    bottom: -5px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: rgba(0, 0, 0, 0.75);
}
.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
    bottom: 1px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #ffffff;
}
.rc-tooltip-placement-top .rc-tooltip-custom-arrow {
    left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-custom-arrow {
    left: 48px;
}
.rc-tooltip-placement-topRight .rc-tooltip-custom-arrow {
    right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-custom-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-custom-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-custom-arrow {
    left: -5px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(0, 0, 0, 0.75);
}
.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
    left: 1px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #ffffff;
}
.rc-tooltip-placement-right .rc-tooltip-custom-arrow {
    top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-custom-arrow {
    top: 15%;
    margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-custom-arrow {
    bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-custom-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-custom-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-custom-arrow {
    right: -5px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: rgba(0, 0, 0, 0.75);
}
.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
    right: 1px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #ffffff;
}
.rc-tooltip-placement-left .rc-tooltip-custom-arrow {
    top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-custom-arrow {
    top: 15%;
    margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-custom-arrow {
    bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-custom-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-custom-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-custom-arrow {
    top: -5px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: rgba(0, 0, 0, 0.75);
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
    top: 1px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #ffffff;
}
.rc-tooltip-placement-bottom .rc-tooltip-custom-arrow {
    left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-custom-arrow {
    left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-custom-arrow {
    right: 15%;
}
/* end init custom tooltip css */

/* sweet alert styles */
.toastContainer .fadeIn {
    opacity: 1 !important;
    margin-bottom: 24px !important;
    margin-right: 48px !important;
    pointer-events: default !important;
}

.toastContainer .fadeOut {
    margin-bottom: 24px !important;
    margin-right: -48px !important;
    pointer-events: none !important;
}

.swal2-backdrop-hide {
    pointer-events: none !important;
}

.toastContainer > div {
    min-width: 288px;
    max-width: 480px;
    min-height: 86px;
    padding: 16px 24px;
    border-radius: 8px;
    transition: all 0.3s;
    border-radius: 8px;
    border: 1px solid #ecb173;
    background: #292826;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
    margin-top: 100px;
}

/* .toastContainer > div::after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #ffd778 0%, #ffb04b 100%);
} */

.swal2-close:focus {
    box-shadow: none !important;
}
/* .toastContainer.error > div {
    background: #f67002;
}

.toastContainer.success > div {
    background: #0f8f40;
} */

.toastContainer .swal2-content {
    padding: 0;
}

.toastContainer .swal2-content .swal2-html-container {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}

.toastContainer .swal2-content .swal2-html-container > svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    margin-right: 12px;
}

/* end sweet alert styles */

/* start qr-code-overlay */

.qr-code-overlay {
    width: 393px !important;
    height: 389px !important;
    background-color: #392c23 !important;
    border: 1.5px solid #ffcba9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
}

.qr-code-overlay .rc-tooltip-custom-inner {
    max-width: 400px;
    background: linear-gradient(180deg, #eeecc2 0%, #f9995c 100%) !important;
}

html {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB,
        Microsoft YaHei, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

img {
    content: normal;
}

a {
    background-color: transparent;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0 !important;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}

#root {
    height: 100%;
}
html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

:root {
    font-size: 18px;
}

body {
    margin: 0;
    /* --color-text: #fff;
	--color-bg: #000;
	--color-link: #5a5a5a;
	--color-link-hover: #3eaaf1;
	--color-alt: #3ba2e5;
	--color-info: #e93f3b;
	color: var(--color-text);
	background-color: var(--color-bg); */
    font-family: ltc-bodoni-175, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes loaderAnim {
    to {
        opacity: 1;
        -webkit-transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, 180deg);
                transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, 180deg);
        border-radius: 50%;
    }
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        -webkit-transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, 180deg);
                transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, 180deg);
        border-radius: 50%;
    }
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
}

canvas {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Sofia Sans Condensed';
    src: url(/static/media/sofia.18f39308.otf) format('otf'), url(/static/media/sofia.8201407f.woff) format('woff'),
        url(/static/media/sofia.d09551ce.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url(/static/media/Roboto.1d7bff95.otf) format('otf'), url(/static/media/Roboto.54a91c21.woff) format('woff'),
        url(/static/media/Roboto.0fcd45fb.ttf) format('truetype');
}

@font-face {
    font-family: 'Black Ops One';
    src: url(/static/media/BlackOpsOne-Regular.c3a95200.otf) format('otf'), url(/static/media/BlackOpsOne-Regular.b4fc71fe.woff) format('woff'),
        url(/static/media/BlackOpsOne-Regular.b8437be3.ttf) format('truetype');
}

