:root {
    --main-color-rgba: 25, 210, 111;
    --main-color: #18d26e;
    --second-color: #608040;
    --border-hover-color: #408020;
    --border-color: #18d26f5d;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    background: #000;
    height: 100%;
    /* width: 768px; */
    font-family: "Verdana";
    overflow-x: hidden;
}

@media (max-width: 768px) {
    body {
        width: 100%;
    }
}

.navbar {
    display: flex;
    justify-content: center;
    background: #1a1818;
    height: 75px;
    box-shadow: 0px 2px 8px #000000;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.side-menu {
    display: flex;
    flex-grow: 1;
}

.navbar-hamburger {
    width: 31px;
    height: 27px;
    padding: 7px;
    border-radius: 2px;
    background: linear-gradient(to bottom, var(--main-color) 0%, var(--main-color) 50%, var(--main-color) 100%);
}

.navbar-hamburger>.icon-bar {
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
    margin-bottom: 4px;
}

.logo {
    display: flex;
    flex-grow: 0.8;
    height: 100%;
}

.logo-header {
    width: auto;
    height: 100%;
    margin-left: 10px
}

@media (max-width: 369px) {
    .logo-header {
        width: 160px;
        height: 50px;
        margin-left: 5px
    }
}

.auth-wrap {
    display: flex;
    flex-grow: 0;
}

.btn {
    font-family: sans-serif;
    color: #fff;
    border-radius: 12px;
    margin-left: 10px;
    padding: 7px 20px;
    height: 30px;
}

@media (max-width: 360px) {
    .btn {
        padding: 6px 10px;
    }
}

@media (max-width: 315px) {
    .btn {
        padding: 6px 3px;
        margin-left: 3px;
    }

    .step-image {
        width: 30px;
        height: 40px;
    }

    .step-title>span {
        font-size: 8px;
    }
}

.btn>span {
    font-size: 10px;
    font-weight: bold;
}

.btn-signup {
    background: linear-gradient(var(--main-color), var(--main-color));
    color: #000;
}

.btn-login {
    background: linear-gradient(var(--second-color), var(--second-color));
}

.btn-login:hover,
.btn-signup:hover {
    color: #fff;
    background: var(--border-color);
    transition: 0s;
}

.navbar-announcement {
    background: var(--main-color);
    height: 24px;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
    line-height: 27px;
    top: 75px;
    position: fixed;
    z-index: 20;
    width: 100%;
}

.flat-announcement * {
    display: inline;
    font-weight: bold;
    margin-right: 30px;
}

.content-wrapper {
    box-shadow: 0px 1px 12px 2px #000000;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 95px;
}

.content {
    padding-bottom: 1px;
}

.footernav-container-wrapper {
    width: 100%;
    height: 55px;
    background-size: cover;
    background: linear-gradient(to bottom, var(--main-color) 0%, var(--second-color) 100%);
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: inherit;
    z-index: 1000;
}

.footernav-link {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.footernav-link li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    height: 25px;
    top: 2px;
    position: relative;
    box-sizing: border-box;
}

.footernav-link li a {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    font-style: normal;
    font-family: "Arial Narrow", Arial, sans-serif;
    line-height: 22px;
    text-transform: capitalize;
    display: block;
    position: relative;
    height: 100%;
    -webkit-font-smoothing: auto;
}

.footernav-link li img {
    width: 30px;
    height: 30px;
}

.footernav-link li p {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.step-title {
    color: #ffffff;
    display: table-cell;
    margin: 20px 0px;
    padding: 20px 20px 20px 0px;
    min-width: 80px;
    max-width: 80px;
}

.step-image {
    min-height: 50;
    max-height: 50;
    min-width: 50;
    max-width: 50;
}

.step-title>span {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

@media (max-width: 315px) {

    .step-image {
        width: 30px;
        height: 40px;
    }

    .step-title>span {
        font-size: 8px;
    }

    .step-title {
        min-width: 0px;
    }
}

.sidebar {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    background-color: #111;
    /* transition: 0.5s; */
    padding-top: 75px;
    overflow-x: scroll;
}

.sidebar-menu {
    padding-bottom: 25%;
}

.sidebar-menu a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    margin: 13px 25px;
    padding: 5px 10px;
}

.sidebar-text {
    margin: 0px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar-menu a:hover span {
    color: #696666;
}

.sidebar-menu a:hover {
    color: #696666;
    border: 2px solid var(--border-hover-color);
}

.sidebar-menu a img {
    width: 30px;
    height: 30px;
}

.sidebar-opened {
    width: 250px;
}

.sidebar-opened-ml {
    margin-left: 250px;
    width: 100%;
    /* transition: 0.5s; */
}

.sbar-logo {
    width: 100%;
    text-align: center;
}

.sidebar-logo {
    width: 210px;
    height: 60px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.sidebar-logo-wrapper {
    background: #1a1818;
    height: auto;
    padding-bottom: 0px;
    box-shadow: 0px 2px 8px #000000;
}

.sidebar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    height: 50px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #17a2b8;
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-track {
    background-color: rgb(0 0 0 / 60%);
}

.body-container {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1250px) {
    .sidebar {
        width: 250px;
    }

    .side-menu a {
        display: none;
    }

    .body-container {
        margin-left: 250px;
    }

    /* .logo {
        margin-left: 250px;
    } */

    .footernav-container-wrapper {
        display: none;
    }

    .sidebar::-webkit-scrollbar {
        height: 1px;
    }
}

.navbar-login-join {
    font-size: 14px;
    text-align: center;
    padding-bottom: 7px;
}

.navbar-login-join>span {
    color: #fff;
}

.navbar-logged {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 2px;
    margin-top: 5px;
}

.navbar-logged>span {
    color: white;
    background: var(--border-color);
    padding: 4px;
    border-radius: 4px;
}

.navbar-login-join>a {
    color: #0abab5 !important;
    text-transform: uppercase;
    text-decoration: underline;
}

.product-items {
    width: 50%;
    text-align: center;
}

.product-img-wrapper {
    /* border: 1px solid #ffc107; */
    border-radius: 5px;
    height: 200px;
    width: 100%;
}

@media (max-width: 420px) {
    .product-img-wrapper {
        height: 140px;
    }
}

.product-img {
    margin-top: 40px;
    width: 100%;
}

.product-download {
    position: absolute;
    width: 100%;
    bottom: -30px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}

.product-download a:hover {
    transform: translate(0, -5px);
}

.product-download img {
    width: 50px;
    margin: 0 2px;
    background: #000;
}

.disable {
    pointer-events: none;
    cursor: no-drop;
    filter: brightness(0.5);
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: white;
}

.about-title {
    text-align: center;
    margin-bottom: 3px;
}

.m-width {
    max-width: 100%;
}

.image-about-custom {
    max-width: 414px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 368px) {
    .product-download img {
        width: 38px;
    }
}

.about-content {
    text-align: center;
    color: #ffffff;
    padding: 10px;
    padding-bottom: 30px;
    margin-top: 7px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 20px;
    font-size: 12px;
}

.about-icons {
    text-align: center;
}

.icon-wrapper {
    color: #ffffff;
    display: table-cell;
    margin: 2px;
    padding: 3px;

}

.icon-wrapper img {
    height: 50px;
    width: 50px;
}

.icon-wrapper p {
    font-size: 12px;
}

.contact-us-title {
    text-align: center;
    margin: 3px 0;
}

.copyright-block {
    text-align: center;
    color: var(--main-color);
    font-family: sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 110px;
    display: block;
    margin-top: 25px;
    text-transform: uppercase;
}

.contact-info-wrapper {
    text-align: center;
}

.contact-inner {
    margin: 8px;
    padding: 10px 8px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.contact-icon .row a:hover {
    border: 2px solid var(--border-hover-color);
}

.contact-number-inner {
    color: #fff;
    font-size: 14px;
    word-break: break-word;
}

#contact-name {
    text-transform: uppercase;
    color: var(--main-color);
}

.contact-number {
    padding: 15px 1px;
}

.contact-icon {
    padding: 15px 1px;
    width: 100%;
    text-align: center;
}

.sprite {
    background: center no-repeat url('/images/template/3/social_media_sprite.png');
    display: inline-block;
}

.sprite-facebook {
    background-position: -37px 0px;
    width: 33px;
    height: 34px;
}

.sprite-twitter {
    width: 33px;
    height: 33px;
    background-position: -76px -0px;
}

.sprite-instagram {
    width: 33px;
    height: 33px;
    background-position: -115px -0px;
}

.sprite-whatsapp {
    background-position: -270px 0px;
    width: 33px;
    height: 34px;
}

.sprite-wechat {
    width: 33px;
    height: 33px;
    background-position: -308px 0px;
}

.sprite-line {
    width: 33px;
    height: 33px;
    background-position: -346px 0px;
}

.sprite-zalo {
    width: 33px;
    height: 33px;
    background-position: -384px -0px;
}

.sprite-telegram {
    width: 33px;
    height: 33px;
    background-position: -422px -0px;
}

.contact-img {
    width: 33px;
    height: 33px;
    display: inline-block;
}

.contact-livechat {
    background: center no-repeat url('/images/template/3/livechat_white.png');
    background-size: cover;
}

.contact-phone {
    background: center no-repeat url('/images/template/3/phone_white.png');
    background-size: cover;
}

.copyright-wrapper {
    border-top: 2px solid var(--main-color);
}

.product-tab-container {
    margin: 0px 15px;
}

.product-tab-wrapper {
    text-align: center;
    padding: 1px;
}

.product-tab-wrapper a:hover {
    text-decoration: none;
}

.product-tab-wrapper a:hover div {
    color: #696666;
    border: 2px solid var(--border-hover-color);
}

.product-tab img {
    width: 100%;
    padding: 3px;
    margin-bottom: 5px;
}

.product-tab div {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    padding: 8px 10px;
    margin: 0px 5px;
}

@media (max-width: 768px) {
    .product-tab div {
        font-size: 10px;
    }
    
    .flex-container {
        margin:0px !important;
    }
}


@media (max-width: 365px) {

    .product-tab div {
        font-size: 8px;
    }
}

.swal2-popup.swal2-modal.swal2-show {
    /* display: flex !important; */
    justify-content: center;
}

.pop-up-ann-inner {
    max-width: 900px;
    text-align: center;
    background: white;
    font-size: 15px;
    color: black;
    border-radius: 5px;
    padding: 2px;
}

.pop-up-ann-inner>* *,
.pop-up-ann-inner>*,
.pop-up-ann-inner {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

.swal2-html-container {
    padding: 3px !important;
}

.shortcut-contact {
    position:fixed;
    top: 100px;
    bottom: 0;
    z-index:1061;
}

.contact-btn {
    text-align: center;
    position: absolute;
    height: 50px;
    width: 47px;
    z-index: 1061;
    font-family: sans-serif;
    font-size: 10px;
    color: #fff;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    animation: blink 2s linear infinite;
    outline: none;
}

.contact-btn:focus {
    outline: none;
}

@keyframes blink {
    0% {
        background: transparent;

    }

    50% {
        background: var(--border-hover-color);

    }

    100% {
        background: transparent;

    }
}

@-webkit-keyframes blink {
    0% {
        background: transparent;

    }

    50% {
        background: var(--border-hover-color);

    }

    100% {
        background: transparent;

    }
}

.payment-wrapper *,
.payment-wrapper {
    color: #fff;
    font-size: 14px;
    margin: 2px;
    padding: 3px;
}

.promo-container {
    padding-top: 15px;
}

.promo-wrapper {
    margin: 0px 5px;
    margin-bottom: 30px;
    cursor: pointer;
}

.promo-img {
    border: 2px solid var(--main-color);
}

.promo-content {
    width: 100%;
    background-color: var(--main-color);
    padding: 3px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 0.8rem;
    line-height: 20px;
}

.promo-toggle {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 0.8rem;
    border: 1px solid var(--main-color);
    border-radius: 0;
    padding: 10px;
}

#promotion-info * {
    color: #fff;
    font-size: 0.7rem;
}

.empty-msg-wrapper {
    text-align: center;
    padding: 10px;
}

.empty-msg {
    font-size: 20px;
    color: #fff;
}

.form-wrapper {
    margin: 110px 10px;
    background: rgb(0 0 0 / 50%);
    border-radius: 7px;
    border: 1px solid var(--border-color);
}

.form-group {
    margin: 10px 5%;
    color: #fff;
}

.form-control {
    height: calc(1.3em + .45rem + 0px);
    background: none;
    border: none;
    border-top: 0px;
    border-radius: 0px;
    border-bottom: 2px solid var(--border-color);
    padding-left: 0px;
    color: #ECF0F5;
    font-size: 0.85rem;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white;
}

.form-control-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1px;
    font-family: "Open Sans", sans-serif;
}

.form-control:focus {
    background: none;
    border-bottom: 2px solid #f5f5f5;
    color: white;
    outline: 0;
    box-shadow: none;
}

.form-submit {
    text-align: center;
    font-size: 18px;
}

.form-submit button {
    margin: 15px 5px;
    padding: 1px;
    width: 95px;
    height: 40px;
    color: white;
    text-align: center;
    background: linear-gradient(var(--main-color), var(--second-color));
    border: 2px solid #fff;
    border-radius: 6px;
}

.form-button:active,
.form-button:focus {
    background: #fff;
    color: var(--border-color);
    border: 2px solid var(--border-color);
    outline: none;
}

.error-msg {
    color: red;
    background: rgb(0 0 0 / 60%);
    margin: 5px 5% 0;
}

.seg-title {
    font-size: 1rem;
    padding-left: 1%;
    padding-top: 10px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-select {
    width: 100%;
    background: none;
    margin-top: 3px;
    color: #fff;
    border: none;
    outline: none;
    border-bottom: 2px solid var(--border-color);
    font-size: 0.85rem;
}

.seg-option {
    background: #000;
}

.bank-account-wrapper {
    padding: 0px 10px;
    background: rgb(255 255 255 / 15%);
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 60px;
    font-size: 0.8rem;
}

.bank-account-wrapper>img {
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    top: 16px;
}

#copied {
    margin: 0px 5% 0px;
    color: green;
    display: none;
    font-size: 0.85rem;
}

.custom-radio-input {
    margin-right: 5px;
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.custom-radio-btn>label {
    cursor: pointer;
    color: #fff;
    background: transparent;
    border: 2px solid;
    padding: 3px 10px;
    margin: 5px 5px 5px 0px;
    border-radius: 7px;
    width: 100px;
    text-align: center;
}

.custom-radio-input:checked+label {
    background: linear-gradient(var(--main-color), var(--second-color));
    color: #fff;
}

.file-input {
    cursor: pointer;
    border: 2px solid #fff;
    color: white;
    margin-top: 10px;
    padding: 10px 28px;
    border-radius: 10px;
}

/* custom loading bar*/
.loading-bar {
    z-index: 999999;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.loading-bar-content {
    position: absolute;
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid var(--main-color);
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (min-width: 1250px) {
    .loading-bar-content {
        left: 250px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.white-text {
    color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid var(--main-color);
    font-size: 16px;
}

.nav-custom.active {
    color: white !important;
    background: linear-gradient(var(--main-color), var(--second-color));
    border: none !important;
    outline: none !important;
}

.nav-custom {
    border: none !important;
    outline: none !important;
}

a {
    color: #fff;
}

a:hover {
    color: var(--main-color);
    text-decoration: none;
}

.form-control:disabled,
.form-control[readonly] {
    background: none;
    opacity: 1;
    color: grey;
    pointer-events: none;
}

.bank-list {
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    font-size: 16px;
}

.bank-list:hover {
    background: rgb(255 255 255 / 15%);
    text-decoration: none;
}

.icon-position {
    float: right;
    position: relative;
    bottom: 23px;
    right: 12px;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.pagination {
    justify-content: center;
}

.history-table {
    color: #fff;
    overflow-y: scroll;
}

.history-table::-webkit-scrollbar {
    width: 0px !important
}

.history-table-inner {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
}

.detail-button {
    text-decoration: underline;
    text-transform: uppercase;
    color: var(--main-color);
    vertical-align: inherit !important;
}

.tr-link:hover {
    background: rgb(128 128 128 / 50%);
    cursor: pointer;
}

.page-link {
    background: none;
    border: none;
    color: var(--main-color);
}

.page-link:hover {
    color: #fff;
    background: none;
}

.page-link:focus {
    box-shadow: none;
}

.top-close-icon {
    position: relative;
    float: right;
    margin-right: 5%;
    color: #fff;
    bottom: 20px;
}

#ticket-detail>.form-group>.form-control[readonly] {
    color: #fff;
}

.notify {
    color: #fff;
    background-color: #dc3545;
    position: relative;
    font-size: 12px;
    bottom: 1px;
}

.notification-margin {
    margin-left: 23px !important;
    font-size: 12px;
    position: fixed;
    bottom: 35px;
}

.seg-content {
    margin: 10px 5% 20px;
    color: #fff;
    display: flex;
}

.product-wrapper {
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 10px 6px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    margin: 8px 0;
    font-size: 14px;
    overflow-x: scroll;
}

.product-wrapper::-webkit-scrollbar {
    width: 0px !important;
}

.copy {
    margin: 0px 5% 0px;
    color: green;
    display: none;
    font-size: 0.85rem;
}

.cursor-pointer {
    cursor: pointer;
}

.pm-game {
    text-decoration: underline;
    margin-top: 10px;
}

.product-logo,
.product-info,
.product-actions {
    align-self: center;
}

.product-logo>img {
    /* width: 100px; */
    height: 36px;
}

.product-info {
    width: 200px;
    text-align: start;
}

.product-username,
.product-password {
    padding: 8px 5px;
    display: flex;
}

.product-username>div,
.product-password>div {
    margin: 0 3px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-username>*,
.product-password>* {
    align-self: center;
}

.product-actions>a {
    width: 70px;
    margin: 5px;
    padding: 2px;
    height: 25px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
    -webkit-appearance: button;
}

.product-actions>a:hover {
    color: var(--second-color);
    background: #fff;
}

.product-actions>a:active,
.product-actions>a:focus {
    border: none;
}

.bg-in {
    background: #1b9405;
}

.bg-out {
    background: #FF0000;
}

.flex-space {
    flex-grow: 1;
    flex-basis: 0;
}

.profile-button-wrapper {
    width: 100%;
    padding: 10px 5px;
}

.profile-button {
    margin: 5px 0px;
    padding: 3px 0px 5px;
    font-size: 0.85rem;
    width: 100%;
    color: #fff;
    text-align: center;
    background: linear-gradient(var(--main-color), var(--second-color));
    border: 1px solid #fff;
    text-align: center;
    border-radius: 6px;
}

.text-orange {
    color: #ddb523 !important;
}

.product-download-wrapper {
    padding: 20px 5px;
}

.product-download-title {
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px var(--border-hover-color);
}

.dropdown {
    margin-top: 10px;
}

.lang-arrow {
    float: right;
    margin-top: 9px;
    font-size: 16px;
    margin-right: 3px;
    transform: rotate(0);
    transition: all 1s;
}

.arrow-active {
    transform: rotate(90deg);
}

.sidemenu-common {
    display: block;
}

.lang-dropdown-menu {
    display: none;
}

.custom-register {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 15px;
    color: var(--main-color);
}

.custom-register:hover {
    color: #fff;
}


.custom-detail {
    padding: 5px;
    text-transform: uppercase;
}


.custom-detail-info {
    padding: 4px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    bottom: 2px;
    right: 4px;
}

.detail-button i {
    color: white !important;
}

.detail-button img,
.fpg-tab img,
.custom-detail-info img {
    filter: drop-shadow(1px 0px 0 #fff) drop-shadow(0px 0px 0 #fff);
}

.fpg-tab {
    display: flex;
    align-items: center;
}

.fpg-link {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 8px;
    background: var(--main-color);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    animation: blink-contact 2.3s linear infinite;
}

.fpg-link:focus {
    outline: none;
}

@keyframes blink-contact {
    0% {
        box-shadow: 0px 0px 3px #fff;
        color: white;
    }

    50% {
        box-shadow: 0px 0px 10px #fff;
        text-shadow: 0px 0px 10px #fff;
        color: white;
    }

    100% {
        box-shadow: 0px 0px 3px #fff;
        color: white;
    }
}

.detail-top-right {
    min-width: 150px;
}

.mb-01 {
    margin-bottom: 1px;
}


.fpg-container {
    display: flex;
    flex-wrap: wrap;
}

.fpg-inner {
    display: flex;
    /* flex: 1 1 0; */
    margin: 8px 10px 0;
    /* margin-top: 8px; */
}

.fpg-bank-img {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 5px;
}

.fpg-radio {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.custom-label-fpg {
    margin-bottom: 0 !important;
}

.custom-label-duitnow {
    margin-bottom: 0 !important;
}

.duitNow-container {
    display: flex;
    flex-wrap: wrap;
}

.duitNow-inner {
    display: flex;
    margin: 8px 10px 0;
}

.duitNow-bank-img {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 5px;
}

.duitNow-radio {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#agreement{
    min-height: 1.2rem;
    min-width: 1.2rem;
    margin-top: 0.2rem;
}

.swal2-html-container{
    padding:0 !important;
}
.swal2-popup {
    padding:0 !important;
}

.swal2-container{
    height:inherit;
    padding:0px !important
} 

.custom-receipt-format {
    font-weight: 400;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}





.flex-container {
    margin: 0px 10px;
    display: flex;
}

.flex-container > div {
margin: 0 10px;
    width:50%
}
.plus-product{
    font-size: 14px;
    margin-top: 10px;
    width: 40%;
    margin-right: 25px;
    color: var(--third-color);
    padding: 1px 10px;
    border-radius: 25px;
    background: white;
    border: 1px solid white;
    cursor: pointer;
}
  
.remove-product {
    border: 1px solid white;
    border-radius: 25px;
    font-size: 12px;
    color: white;
    padding: 1px 5px;
    cursor: pointer;
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
   }

.remove-product:hover {
    box-shadow: inset 1px 1px 1px 0px rgba(27, 253, 156,.5),
    7px 7px 20px 0px rgba(27, 253, 156, 0.1),
    4px 4px 5px 0px rgba(27, 253, 156,.1);
    background:   linear-gradient(var(--main-color), var(--second-color));
    color:white;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.add-product-btn {
    width: 25%;
    font-size: 13px;
    padding: 0.5em 0px 0.5em 1em;
    letter-spacing: 0.06em;
    position: relative;
    font-family: inherit;
    border-radius: 0.6em;
    overflow: hidden;
    transition: all 0.3s;
    line-height: 1.4em;
    border: 2px solid white;
    background: transparent;
    color: white;
    box-shadow: inset 0 0 10px var(--third-color), 0 0 9px 3px rgba(27, 253, 156, 0.1);
}
   
.add-product-btn:hover {
    color: white;
    box-shadow: inset 0 0 10px var(--third-color), 0 0 9px 3px var(--third-color);
}

.add-product-btn:before {
    content: "";
    position: absolute;
    left: -4em;
    width: 4em;
    height: 100%;
    top: 0;
    transition: transform .4s ease-in-out;
    background: linear-gradient(to right, transparent 1%, rgba(1,205,244, 0.4) 40%,rgba(7, 154, 184, 0.4) 60% , transparent 100%);
}

.add-product-btn:hover:before {
    transform: translateX(15em);
}

.progress {
    margin:40px 0px;
    position: relative;
    height: 3vh;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
    font-weight:bold;
 }

 .content-multipleTicket-carousel {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 50px;
    margin-bottom:50px;
}

.daily-check-in-title {
    text-shadow:
    -1.25px 0px 0px var(--main-color),
    1.25px 0px 0px var(--main-color),
    0px -1.25px 0px var(--main-color),
    0px 1.25px 0px var(--main-color);
    color: black;
    font-weight: bold;
    margin: 0 1em;
}

.custom-label-crypto {
    margin-bottom: 0 !important;
}

.crypto-container {
    display: flex;
    flex-wrap: wrap;
}

.crypto-inner {
    display: flex;
    margin: 8px 10px 0;
}

.crypto-bank-img {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 5px;
}

.crypto-radio {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

@keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.refreshIcon{
    background: white;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
}

hr {
    background: var(--border-color);
}
