.iti {
    display: block !important;
}

.iti__flag {
    background-image: url("/intl-tel-input-17.0.0/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/intl-tel-input-17.0.0/img/flags@2x.png");
    }
}

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&display=swap');


body {
    font-family: 'Fira Sans', sans-serif;
  /*  background: url(../css/circle_left.png) no-repeat 0% top, url(../css/Line_left.png) repeat-y, url(../css/circle_right.png) no-repeat 100% top, url(../css/Line_right.png) repeat-y 100%, url(../css/background_im.png);*/
    background: url(../css/circle_left_1.png) no-repeat 0% top, url(../css/Line_left.png) repeat-y, url(../css/circle_right_1.png) no-repeat 100% top, url(../css/Line_right.png) repeat-y 100%, url(../css/background_im_violet3.png);
    color: rgba(215, 215, 215, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}


.row {
    margin-right: calc(var(--bs-gutter-x) * 0);
    margin-left: calc(var(--bs-gutter-x) * 0);
}

.bg-light {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

/*
.navbar {
   position: fixed;
   transition: top 0.3s;
   width: 100%;
   z-index: 5;
}
*/

nav > .container-fluid {
    margin-left: 24px;
    margin-right: 24px;
}

.navbar-nav {
    height: 90px;
    align-items: center;
}

.navbar-light .navbar-text {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    padding-right: 5px;
}

.navbar-light .navbar-text > div:nth-child(2) > a {
    font-weight: 500;
    font-size: 24px;
    transition: 0.2s;
    white-space: nowrap;
}
.navbar-light .navbar-text > div:nth-child(2) > a::after {
    content: "";
    width: 16px;
    height: 16px;
    transition: 0.3s;
    margin-left: 8px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../css/top_up.svg);
}

.navbar-light .navbar-text > div:nth-child(2) > a:hover::after,
.navbar-light .navbar-text > div:nth-child(2) > a:focus::after{
    opacity: 0.5!important;
}

.account-menu {
    right: 0!important;
    left: auto!important;
}

.account {
    font-size: 0!important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-left: 5px;
}

.account::before {
    content: "";
    width: 30px;
    height: 40px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../css/account_1.svg);
}
/*
.account:hover::before {
    opacity: 0.5;
}*/

.account.show::before{
    content: "";
    width: 30px;
    height: 40px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../css/account_2.svg);
}

.account:focus::before {
    background-image: url(../css/account_2.svg);
}

.account.active::before {
    background-image: url(../css/account_3.svg);
}

.table-history {
    font-weight: 300;
    color: #313131 !important;
    margin-bottom: -1rem;

   /* display: inline-block;*/
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    display: inline-table;
}

.table-history>tbody {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}


.table-history.table > :not(caption) > * > * {
    border-bottom-width: 1px !important;
    border-color: rgba(0,0,0,.12) !important;
}

.table-history.table > tbody:last-child {
    border-bottom: 2px solid rgba(0,0,0,0) !important;
}

.table-history>thead {
    vertical-align: top;
}

.table-history small{
    font-size: .675em;
    font-weight: bold;
}

.table-history td:nth-last-child(2) {
    text-align: end;
}

.table-history.table > thead > tr > th:nth-last-child(2),
.table-history.table > thead > tr > th:last-child {
    text-align: end;
}

/*
.table-history.table > thead > tr > th {
    text-align: center;
}
*/
/*
.table-history .badge {
    width: 100%;
    text-align: start
}
*/

.table-history.table > tbody > tr > td:last-child {
    text-align: end;
}


.mb-5 > .nav-item > .nav-link {
    padding: 0.5rem 0rem;
}

.nav-link {
    font-size: 26px;
    color: rgba(143, 143, 143, 1);
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 8px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FFFFFF;
    background-color: rgba(255, 104, 131, 0.2);
}

.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(174, 0, 32, 1);
}

#navbarNav ul:nth-child(2) > li:nth-child(1) > a:focus {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-light #navbarNav ul:nth-child(1) .active, .navbar-light #navbarNav.show > ul:nth-child(1) {
    color: rgba(232, 41, 75, 1);
}


.navbar-light #navbarNav ul:nth-child(2) > li:nth-child(1) .active, .navbar-light #navbarNav.show > li:nth-child(1) {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0px;
}

.navbar-light #navbarNav ul:nth-child(2) > li:nth-child(2) .active, .navbar-light #navbarNav.show > li:nth-child(2) {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(174, 0, 32, 1);
}

.dropdown-item.active, .dropdown-item:active {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(232, 41, 75, 1) !important;
}

.border-bottom {
    border-bottom: 0px solid #dee2e6 !important;
}


#navbarNav > ul:nth-child(2) > li:nth-child(1) > a {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    width: 135px;
    margin-right: 10px;
    transition: 0.2s;
}

#navbarNav > ul:nth-child(2) > li:nth-child(2) > a {
    background-color: rgba(232, 41, 75, 1);
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    width: 135px;
    margin-left: 10px;
    transition: 0.2s;
}

#navbarNav > ul:nth-child(2) > li:nth-child(1) > a:hover {
    background-color: #ffffff;
    color: #000000;
}

#navbarNav > ul:nth-child(2) > li:nth-child(2) > a:hover {
    background: #FF002E;
    box-shadow: 0px 0px 20px #FF002E;
}

@media (min-width: 991px) {
.dropdown-menu[data-bs-popper] {
    margin-top: 0.3rem;
}
}

.dropdown-menu {
    border-radius: 8px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
    border-radius: 8px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    transition: 0.2s;
}



.dropdown-item:hover {
    background-color: #E9ECEF;
}

.dropdown-item:focus {
color: rgba(255, 0, 46, 1);
background-color: rgba(255, 104, 131, 0.2);
}

.dropdown-toggle::after {
vertical-align: 0.15em;
transition: 0.2s;
}

.dropdown-toggle.show::after {
-webkit-transform: rotate(180deg) translateY(1px);
transform: rotate(180deg) translateY(1px);
}


.btn-outline-secondary {
color: #ffffff;
border-color: #ffffff;
border: 2px solid #ffffff !important;
}

.btn-outline-secondary:hover {
color: #000;
background-color: #ffffff;
border: 2px solid #ffffff !important;
}

.toast-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #000000;
}

.toast-body {
    font-size: 18px;
    font-weight: 400;
    padding: 24px !important;
    color: #2a2a2a;
}

#login_required_toast .toast-body {
    justify-content: center!important;
}

.toast-body > a {
    color: rgba(40, 103, 198, 1);
}

.toast-body > a:hover {
    color: rgba(40, 103, 198, 0.7);
}

.toast {
    background: #ffffff!important;
}

.h1, h1 {
font-size: 30px;
color: #FFFFFF;
line-height: 30px;
word-break: break-word;
}

.h2, h2 {
font-size: 20px;
color: #FFFFFF;
padding-top: 10px;
}

.card-img-top {
border-radius: 14px;
}

.col-lg-7 > h1 {
    margin-bottom: 15px;
    padding-left: 12px;
}

@media (max-width: 991px){
    .col-lg-7 > h1 {
        margin-top: 20px;
        padding-left: 8px;
    }
    /*
    .col-lg-7 .col-4 {
        width: 50%;
    }
    */
    .col-lg-7 > .container {
        margin-top: 1em!important;
    }
    .col-lg-7 .row {
        --bs-gutter-x: 1rem;
    }

    .col-lg-7 .mb-3 {
        margin-bottom: 0rem!important;
    }
}

@media (max-width: 576px) {
    .col-lg-7 .col-2 {
        width: 50% !important;
    }
}

.col-lg-7 .col-2 {
    width: 32.666666%;
    margin-bottom: 1.5rem!important;
}

.col-lg-4 .mb-3 {
    margin-bottom: 1.5rem!important;
}
.col-lg-4 .row {
    --bs-gutter-x: 1rem;
}

.col-lg-4 .card {
    background: #FFFFFF;
    border-radius: 12px;
}

.col-lg-4 .card-img-top {
    border-radius: 12px;
    transition: 0.2s;
}

.col-lg-4 .card-img-top:hover {
    opacity: 0.5;
}

.col-lg-4 .active .card-img-top:hover {
    opacity: 1;
}

.card.active:hover {
    transform: translate(0%, 0%);
}

.card.active {
    border: 4px solid #FFCB45;
    border-radius: 12px;
    box-shadow: 0px 0px 24px rgba(255, 153, 0, 0.8), inset 0px 0px 11px rgba(0, 0, 0, 0.6);
    background: #e8e8e8 !important;
}

.card.active > a {
    mix-blend-mode: multiply;
}

.card {
position: relative;
background: rgba(36, 36, 36, 1);
border-radius: 14px;
transition: 0.3s;
}

.card:hover {
transform: translate(0%, -3%);
}

.card-body {
padding: 1.5rem 1.5rem;
position: absolute;
left: 0;
bottom: 0;
right: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
display: none;
border-radius: 14px;
box-shadow: 0px 22px 30px rgba(0, 0, 0, 0.4);
}

.card:hover .card-body {
display: block;
}

.btn-success {
    background: #3FBC74 !important;
    border: none;
    transition: 0.3s;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #23A55A !important;
    box-shadow: 0px 0px 20px #23A55A;
    border: none !important;
}

.btn-primary {
background-color: rgba(232, 41, 75, 1) !important;
border-color: rgba(232, 41, 75, 1) !important;
transition: 0.3s;
}

.btn-primary:focus {
box-shadow: 0px 0px 0px #FF002E;
}

.btn-primary:hover {
background: #FF002E !important;
border-color: #FF002E !important;
box-shadow: 0px 0px 20px #FF002E;
}

.btn-primary:disabled {
background-color: #a4a4a4 !important;
border-color: #a4a4a4 !important;
cursor: default;
box-shadow: none;
}

.btn {
border-radius: 8px;
padding: 10px;
}


.btn.disabled, .btn:disabled, fieldset:disabled .btn {
opacity: 1;
}

.card-body > button {
position: relative;
top: 50%;
width: 100%;
transform: translate(0, -50%);
}

.card-body > button::before {
content: "";
margin-right: 2px;
width: 30px;
height: 30px;
transition: 0.3s;
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-image: url(../css/play.svg);
}

.btn-primary:focus {
box-shadow: none !important;
}


.row > .col > div {
display: flex;
justify-content: flex-start;
}

.row > .col {
display: flex;
justify-content: space-between;
}


.footer > .row {
margin-right: calc(var(--bs-gutter-x) * 0.5);
margin-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: 10px;
}

.footer > .row > .col {
display: block;
}

.footer > .mx-3 {
margin-top: 30px;
margin-right: 0rem !important;
margin-left: 0rem !important;
}

.footer > .row > .col > .nav > .nav-item > .nav-link {
text-align: left;
font-weight: 400;
font-size: 16px;
line-height: 21px;
text-transform: inherit;
}

.footer .nav-link:hover {
text-decoration: underline;
}

.footer > .row:nth-child(2) > .col {
background-color: #181818;
margin-bottom: -1rem !important;
padding: 1rem 1.5rem 0rem 1.5rem !important;
}

.footer {
background-color: #1F1F1F !important;
}

.footer > .row > .col:nth-child(1) > div {
float: left;
}

.copyright {
width: 100%;
padding-top: 5px;
line-height: 18px;
}

@media (min-width: 577px) and (max-width: 781px) {
.footer > .row > .col:nth-child(2) {
    display: none;
}
}

@media (max-width: 576px) {
.footer > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.footer > .row > .col:nth-child(1) {
    padding-top: 25px;
}

.footer > .mx-3 {
    margin-top: 0px;
}
}

#apg-13048ff2-f68b-40f7-86b9-e9e95d7b8176 {
margin-right: 16px !important;
}

.\31 8-icon {
margin-top: 10px;
margin-bottom: 10px;
}

.\31 8-icon > svg {
height: 44px;
}


form > .row > .col {
    display: block !important;
}

.col > a {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 16px;
}

.row > .col > a {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 20px;
    white-space: nowrap;
    padding-left: 10px;
    padding-bottom: 1px;
}

h1 > .btn-primary {
    width: 39px;
    height: 39px;
    border: 2px solid #FFFFFF !important;
    border-radius: 20px;
    text-align-last: none;
    font-size: 0;
    background-color: rgba(217, 214, 214, 0) !important;
    margin-bottom: 4px;
}

h1 > .btn-primary:hover {
    background-color: #ffffff !important;
    box-shadow: none !important;
    border: 2px solid #FFFFFF !important;
}

h1 > .btn-primary::before {
    content: "";
    margin-top: 1px;
    width: 18px;
    height: 13px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../css/back_arrow.svg);
}

h1 > .btn-primary:hover::before {
    content: "";
    margin-top: 1px;
    width: 18px;
    height: 13px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../css/back_arrow_b.svg);
}

.col > .btn-primary {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    transition: 0.3s;
}

.col > .btn {
    padding: 0px;
}

.col > .btn-primary:hover {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-decoration: underline;
}

.col > .btn-primary:focus {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.col > .mb-3 {
    margin-bottom: 6px !important;
    margin-top: 16px!important;
}

.row:nth-child(1) > .col > .mb-3{
    margin-top: 0px!important;
}


.card-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-text {
    font-size: 16px;
}

.col-sm-2 {
    padding-bottom: 10px;
}

.mb-3 > .nav-pills .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: inherit;
    line-height: 18px;
    padding: 0.7rem 1rem;
}

.mb-3 > .nav-pills .nav-link:focus {
    color: #dee2e6;
}

.mb-3 > .nav-pills .nav-link:hover {
    color: #FFFFFF;
}

.mb-3 > .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-radius: 8px;
    background-color: rgba(232, 41, 75, 1);
}


.mb-3 > ul > li {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4px;
}

.mb-3 > ul > li:nth-child(1) {
    border-radius: 12px 0px 0px 12px;
}

.mb-3 > ul > li:nth-child(2) {
    border-radius: 0px 12px 12px 0px;
}


form > .btn-primary {
    width: 100%;
}

.table {
    color: rgba(215, 215, 215, 1);
    border-color: rgba(188, 163, 27, 0.5);
}

.table > :not(caption) > * > * {
    border-bottom-width: 6px;
}

tbody, td, tfoot, th, thead, tr {
    border-color: rgba(188, 163, 27, 0.5) !important;
}

a {
    color: #A5AA59;
}

a:hover {
    color: #E9CA24;
}

b, strong {
    font-weight: 500;
}

main > div > .col-sm-4 {
    padding: 26px;
    background: #F5F5F5;
    border-radius: 8px;
    margin-top: 100px;
    margin-bottom: 100px;
}

main > div > .col-sm-3 {
    padding: 26px;
    background: #F5F5F5;
    border-radius: 8px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.mb-2 {
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 24px;
}
/*
.table-history .badge {
    width: 100%;
    text-align: start;
}
*/

.badge {
    vertical-align: middle;
    padding-top: 6px;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 18px;
    margin-top: 0px;
    padding-right: 9px;
    border-radius: 6px;
}
/*
.table-history .bg-danger::before,
.table-history .bg-success::before,
.table-history .bg-warning::before,
.table-history .bg-secondary::before {
    margin-left: 0px;
}
*/
.bg-danger::before,
.bg-success::before,
.bg-warning::before,
.bg-secondary::before {
    content: "";
    background-size: contain;
    margin-right: 6px;
    margin-left: 0px;
    margin-top: -3px;
    width: 16px;
    height: 16px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.bg-secondary {
    background-color: #6e94a5 !important;
}
.bg-secondary::before {
    background-image: url(../css/status_5.svg);
}


.bg-success {
    background-color: #5ac97f !important;
}
.bg-success::before {
    background-image: url(../css/status_1.svg);
}

.bg-danger {
    background-color: #EC6449 !important;;
}
.bg-danger::before {
    background-image: url(../css/status_4.svg);
}

.bg-warning {
    background-color: #F9B03A !important;;
}
.bg-warning::before {
    background-image: url(../css/status_3.svg);
}



.mt-5 {
margin-top: 1.5rem !important;
}

.row .mb-3 > .col {
background: none;
}

.lead {
color: #ffffff;
}

.my-5 {
margin-top: 0px !important;
margin-bottom: 16px !important;
padding-top: 0px;
font-weight: bold;
font-size: 28px;
text-align: center;
color: #000000;
}

.container p:first-child > a {
font-weight: 400;
color: #ff2829;
}

.container p:first-child > a:hover {
text-decoration: none;
}

.container p:first-child > a::before {
content: '';
height: 55px;
width: 50px;
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-image: url(../css/PDF.svg);
margin-left: -14px;
}

.container p:first-child > a:hover::before{
opacity: 0.9;
}


.needs-validation > a {
background-color: rgba(12, 16, 32, 0) !important;
border: 2px solid #454545 !important;
color: #000000;
margin-top: 12px;
}

.needs-validation > a:hover {
background-color: rgba(12, 16, 32, 1) !important;
border: 2px solid rgba(12, 16, 32, 1) !important;
box-shadow: 0px 0px 0px rgba(12, 16, 32, 0);
}

.needs-validation > a:focus {
background-color: rgb(57 57 57) !important;
border: 2px solid rgb(57 57 57) !important;
}

.mb-3 {
margin-top: 0px !important;
text-align: left;
margin-bottom: 0.5rem!important;
}

.mb-3 > label {
color: #8C8C8C;
margin-bottom: 2px;
}

main > .alert {
margin-left: 1rem;
margin-right: 1rem;
}

.row > .col-form-label {
color: #000000;
font-size: inherit;
text-align: left;
font-size: 18px;
font-weight: 400;

padding-top: 0;
}

.col-sm-4 > .form-control {
padding-right: 7px;
border-radius: 0px 0px 8px 8px;
width: inherit;
float: left;
}

.col-sm-4 > .form-control:focus {
border-radius: 0px 0px 8px 8px;
background-color: #C7CBCF;
}

.col-sm-4 > .form-control:hover {
border-radius: 0px 0px 8px 8px;
background-color: #C7CBCF;
}

.form-control {
padding: 10px;
color: #8C8C8C;
background-color: #e9ecef;
border: 0px solid #D4D9DE;
border-radius: 8px;
transition: 0.3s;
margin-bottom: 4px;
}

.form-control:hover {
background-color: #C7CBCF;
border: 0px solid #C7CBCF;
border-radius: 8px;
}

.form-control:focus {
background-color: #D4D9DE;
border: 0px solid #D4D9DE;
border-radius: 8px;
}

.form-control:read-only {
box-shadow: none;
background-color: #e9ecef;
}

#inputCountry:disabled,
#inputPhone:read-only,
#inputFirstName:read-only,
#inputLastName:read-only,
#inputCity:read-only,
#inputAddress:read-only,
#inputBirthday:read-only {
box-shadow: none;
background-color: #e9ecef;
background-position: right 0.9rem center;
background-size: 16px;
background-repeat: no-repeat;
background-image: url(../css/lock.svg);
color: #c4c4c4; !important;
}

.form-check-input {
margin-top: 0.15em;
background-color: #e3e7eb;
border-color: #e3e7eb;
}

.form-check-input:hover {
background-color: #C7CBCF;
border-color: #C7CBCF;
}

.form-check-input:checked {
background-color: #0C1020;
border-color: #0C1020;
}


body > .container {
    border: 8px solid rgba(188, 163, 27, 0.5);
    box-sizing: content-box;
    border-bottom: none;
    border-radius: 30px 30px 0px 0px;
    padding: 30px 80px !important;
    margin-top: 40px !important;
    margin-bottom: 0px !important;
  /*  height: 100%;*/
    height: inherit;
    display: inline-table;
}

.container .mb-3 > .btn {
    display: inline-block;
}

main > .container {
    box-sizing: content-box;
    border-radius: 18px 18px 18px 18px;
    margin-top: 90px !important;
    margin-bottom: 90px !important;
    background: #F5F5F5;
    width: 690px;
    padding: 20px !important;
}

.border {
    border: none !important;
}


form > .row > * {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
}


.mx-0 > .row > * {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
}

.form-select {
    border: 0px solid #ced4da;
    border-radius: 8px;
    padding: 10px;
    background-color: rgba(233, 236, 239, 1);
    transition: 0.3s;
    /*  margin-bottom: 10px;*/
}

.form-select:hover {
    background-color: #ced4da;
}

.col-sm-5 > .form-check {
    position: relative;
}

.col-form-label {
    color: #8C8C8C;
    padding-bottom: calc(0rem + 1px) !important;
}

.form-check-label {
    color: #8C8C8C;
}


.row > .col-6 {
    width: 49%;
    display: block;
    white-space: nowrap;
}

.form-label {
    display: contents;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.col-6 > .form-label {
    margin-bottom: 2px;
    color: #000000;
    font-weight: 400;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

form.needs-validation > .row:last-child {
    width: calc(100% / 1);
}

.profile {
    width: 100%!important;
}

.form-button {
    width: 50%!important;
}


.container > .needs-validation{
    padding: 0px -5px!important;
    margin: 0px -5px;
    display: flex;
    flex-wrap: wrap;
}

.needs-validation > .row {
    margin: auto;
    width: calc(100% / 2);
    padding: 0px 5px;

    display: block;
    margin-top: 0!important;
    margin-left: 0;
}

#btn_send_phone_confirm {
    width: 100%;
   /* width: calc(200% + 0.5rem)
    transform: translateX(-50.7%); */
    margin-top: 0rem;
}

#btn_send_phone_confirm:disabled {
    background-color: lightgray !important;
}

img, svg {
    width: inherit;
}

.rounded {
    border-radius: 8px 8px 0px 0px !important;
}

main > .container .my-3 {
    padding: 0 !important;
    /*  padding-right: 1rem !important; */
    /*  padding-left: 1rem !important; */
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

main > .container > .mb-5 {
    margin-top: 0rem;
    margin-bottom: 1rem !important;
}

main > .container > h1 {
    padding-top: 10px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #000000;
}

main > .container > ul > li {
    width: 33.333%;
    text-align: center;
}





#snap_webcam {
    border-radius: 0px 0px 8px 8px !important;
    /*  width: 320px; */
    float: left;
    margin-top: 0rem;
}


.mb-2:last-child > .col-sm-4 {
    position: relative;
}

div:last-child > .col-sm-5 > .img-thumbnail {
    margin-top: 240px;
    border-radius: 0px !important;
}

.img-thumbnail {
    background-color: #c9ccd1;
    width: 100% !important;
    border-radius: 8px 8px 0px 0px !important;
    max-width: 100% !important;
   /* float: left !important;*/
    height: 240px;
    border: 1px solid #c9ccd1;
}


.col-sm-4 > #webcam {
    background-color: rgba(158, 164, 174, 0.5);
    width: inherit !important;
    border-radius: 8px 8px 0px 0px !important;
}

.col-sm-4 > #webcam > video {
    width: inherit !important;
    /* position: absolute;*/
    /*margin: 0px -100%;*/
    background-color: #c9ccd1;
    border-radius: 8px 8px 0px 0px !important;
}

rect {
    fill: rgba(158, 164, 174, 0.5);
}

.bd-placeholder-img {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../css/img_edd.png);
    /*  float: left !important;*/
}

.col-sm-5 {
    width: 100%;
}


.row > label {
    color: #8C8C8C;
    width: 100%;
}

.nav-tabs {
    border-bottom: 0px solid rgba(188, 163, 27, 0.5);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4px;
    border-radius: 12px 12px 12px 12px;
}

.nav-tabs > .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: inherit;
}

.nav-tabs > .nav-item .nav-link:hover {
    color: #ffffff;
}

.nav-tabs > .nav-item .nav-link:focus {
    color: #ffffff;
}

.nav-tabs .nav-link {
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 8px !important;
}

.nav-tabs .nav-link.active {
    background-color: rgba(232, 41, 75, 1);
    color: #ffffff;
}

.invalid-feedback {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #ff617d;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
}


.page-link {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    padding: 4px 8px 4px 8px;
    border: 0px solid #dee2e6;
    border-radius: 6px;
    font-weight: 400;
    font-size: 18px;
    margin-left: 4px;
    margin-right: 4px;
}

.page-link:hover {
    color: #000000;
}

.page-link:focus {
    color: #000000;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.page-item:first-child .page-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: rgba(232, 41, 75, 1);
    border-color: #0d6efd;
}

.mt-3 {
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
}

.alert-danger,
.alert-success {
    margin: 0px -1rem;
}

.container > .container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
}

.container-fluid > .alert-danger,
.container-fluid > .alert-success {
    width: 100%;
    position: relative;
    margin-left: 0!important;
    margin-right: 0!important;
}

.input-group-text {
    border: 0px solid #ced4da;
    border-radius: 8px;
    margin-bottom: 4px;
}


.container .row > .col-6:nth-child(1) {
    margin-right: auto;
}

.bi-pencil::before {
    content: "";
    background-image: url(../css/edit-1.svg);
    height: 16px;
    width: 16px;
    cursor: pointer;
    background-size: cover;
    opacity: 0.5;
    transition: 0.2s;
}

.bi-pencil-fill::before {
    content: "";
    background-image: url(../css/edit-2.svg);
    height: 16px;
    width: 16px;
    cursor: pointer;
    background-size: cover;
    opacity: 0.5;
    transition: 0.2s;
}

.bi-pencil:hover::before,
.bi-pencil-fill:hover::before {
    opacity: 1;
}

.lead {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-right: 5px;
    padding-left: 5px;

    text-align: center;
}

.lead > a {
    color: rgba(40, 103, 198, 1);
}

.lead > a:hover {
    color: rgba(40, 103, 198, 0.7);
}

form .row > .col > a {
    margin: -2.1em 1em 0 0 !important;
    color: red;
}

form .row > .col > a:hover {
    text-decoration: none;
}



.form-simple {
    width: 100% !important;
    display: flex!important;
}

.form-code-simple {
    width: 50% !important;
    padding: 0px 5px 0px 0px!important;
}

.button-simple {
    width: 50% !important;
    padding: 0px 0px 0px 5px!important;
}

.btn-warning {
    margin-top: 6px;
    color: #fff;
    background-color: #e8294b !important;
    border: none;
    border-color: rgba(0, 0, 0, 0);
    height: 48px;
    width: 100%;
    padding: 10px;
}

.btn-warning:hover {
    color: #fff;
    background-color: rgba(174, 0, 32, 1) !important;
    border: none;
    border-color: rgba(0, 0, 0, 0);
    height: 48px;
    width: 100%;
    padding: 10px;
}

.btn-warning:focus {
    color: #fff;
    background-color: rgba(174, 0, 32, 1) !important;
    border: none;
    border-color: rgba(0, 0, 0, 0);
    height: 48px;
    width: 100%;
    padding: 10px;
    box-shadow: none;
}

.btn-warning:active {
    box-shadow: none !important;
}

.btn-info {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.8); !important;
    border: none;
    width: inherit;
    border-radius: 8px !important;
    margin: auto;

    margin-top: 1.7rem;
}

.btn-info:focus {
    background-color: rgba(0, 0, 0, 0.9) !important;
    box-shadow: none;
}

.btn-info:active {
    box-shadow: none !important;
}

.btn-info:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
    border: none;
}

.btn-info.disabled, .btn-info:disabled {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
/*
.btn-warning {
    margin-top: 6px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
    height: 48px;
    width: 100%;
    padding: 10px;
}

.btn-warning:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
      background-color: #242424;
    border-color: #242424;
    height: 48px;
    width: 100%;
    padding: 10px;
}

.btn-warning:focus {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
    height: 48px;
    width: 100%;
    padding: 10px;
    box-shadow: none;
}

.btn-warning:active {
    box-shadow: none !important;
}

.btn-info {
    color: #fff !important;
    background-color: #e8294b !important;
    border: none;
    width: inherit;
    border-radius: 8px !important;
    margin: auto;

    margin-top: 1.7rem;
}

.btn-info:focus {
    background-color: #e8294b !important;
    box-shadow: none;
}

.btn-info:active {
    box-shadow: none !important;
}

.btn-info:hover {
    background-color: rgba(174, 0, 32, 1) !important;
}
*/

.container-fluid > button {
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
}

.container-fluid > button:focus {
    box-shadow: none;
}



.navbar-toggler-icon {
    background-image: none!important;
}


.navbar-toggler > span,
.navbar-toggler > span::before,
.navbar-toggler > span::after {
    display: block;
    position: absolute;
    width: 34px;
    height: 2px;
    border-radius: 10px;
    background-color: #ffffff;
}

.navbar-toggler > span::before,
.navbar-toggler > span::after {
    content: '';
    transition: 0.2s;
}

.navbar-toggler > span::before {
    transform: translateY(-8px);
}

.navbar-toggler > span::after {
    transform: translateY(8px);
}

.navbar-toggler_active > span::before {
    transform: rotate(45deg) translate(2px, -2px);
    width: 30px;
}

.navbar-toggler_active > span {
    height: 0;
}

.navbar-toggler_active > span::after {
    transform: rotate(-45deg) translate(2px, 2px);
    width: 30px;
}



.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(142, 142, 142, 1);
}

.navbar-toggler {
    padding: 0.3rem 0.5rem;
    border: 0px solid transparent;
    transition: 0.2s;
}

.navbar-toggler:hover {
    box-shadow: none;
    opacity: 1;
}





#inputDepositAmount {
    border-radius: 0px 8px 8px 0px !important;
}

.toast-container {
    /*    width: 100%; */
    z-index: 6;
    position: fixed !important;
}

.toast {
    background-color: #f5f5f5;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #2a2a2a;
    border-radius: 8px;
}

.toast-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.toast-body > .mt-2 > .btn-secondary {
    padding-left: 10px;
    color: #fff;
    background-color: rgba(232, 41, 75, 1) !important;
    border-color: rgba(232, 41, 75, 1) !important;
    transition: 0.3s;
}

.toast-body > .mt-2 > .btn-secondary:active {
    box-shadow: none;
    background: #AE0020 !important;
}

.btn-group-sm > .btn, .btn-sm {
    font-weight: 400;
    font-size: 18px;
    width: 135px;
}

.btn-group-sm > .btn, .btn-sm:hover {
    background: #FF002E;
    box-shadow: 0px 0px 20px #FF002E;
}

.btn-group-sm > .btn, .btn-sm:focus {
    box-shadow: none;
    background: rgba(174, 0, 32, 1);
}

.toast-body > .border-top {
    border-top: none !important;
}

.toast-body > .pt-2 {
    padding-top: 0rem !important;
}

.toast-body > .mt-2 {
    margin-top: 0rem !important;
    margin-left: 10px;
}

.iti__selected-dial-code {
    color: #212529;
    font-size: 18px;
    font-weight: 400;
}

.iti--separate-dial-code .iti__selected-flag {
    border-radius: 8px 0px 0px 8px;
}


@media (max-width: 1515px) {
    body > .container {
        padding: 30px 30px !important;
        box-sizing: border-box;
    }
}

@media (max-width: 1405px) {
    body > .container {
        padding: 30px 30px !important;
    }
}


@media (max-width: 1234px) {
    body > .container {
        box-sizing: border-box;
    }
}

@media (max-width: 1367px) {
    #navbarNav > ul:nth-child(1) {
        padding-right: 20px;
    }
}

@media (max-width: 1100px) {
    body > .container {
        padding: 30px 20px !important;
        box-sizing: border-box;
    }

    .navbar {
        display: flex;
        flex-wrap: wrap;
    }

    .nav-link {
        font-size: 22px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    #navbarNav > ul:nth-child(2) {
        margin-top: 10px;
    }

    #navbarNav > ul:nth-child(2) > li:nth-child(2) > a {
        margin-left: 0px;
        margin-bottom: 10px;
        width: 260px;
        padding: 12px;
    }

    #navbarNav > ul:nth-child(2) > li:nth-child(1) > a {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 260px;
        padding: 10px;
    }

    #navbarNav > ul:nth-child(1) {
        padding-right: 0px;
        width: 100%;
    }

    #navbarNav > ul:nth-child(1) > li > a {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    .dropdown-menu {
        background: none;
        border: none;
        margin-left: 10px;
        margin-right: 10px;
        box-shadow: none;
    }

    .dropdown-item {
        color: #ffffff;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #ffffff !important;
        background-color: rgba(232, 41, 75, 0.45) !important;
    }

    .dropdown-item:focus {
        color: rgba(255, 0, 46, 1) !important;
    }

    .dropdown-menu > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .dropdown-menu > li:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 991px) {
    nav > .container-fluid {
        margin-left: 0px;
        margin-right: 0px;
    }

    .card-body {
        padding: 1rem 1rem;
    }

    .navbar-nav {
        height: auto;
    }

    main > .container .my-3 {
        width: 100% !important;
    }

    .col-sm-2 {
        width: 33%;
    }

    .mt-3 {
        margin-top: 1rem !important;
    }

    body > .container {
        padding: 5px 20px !important;
        height: auto;
    }

    main > .container {
        margin-top: 25px !important;
        /* margin-bottom: 35px !important;*/
    }

    .nav-link {
        font-size: 26px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .card:hover {
        transform: none;
    }

    .p-5 > h1 {
        padding-top: 10px;
    }

    .toast-container {
        width: 100%;
    }
    .navbar-light .navbar-text {
        text-align: center;
    }
    .navbar-text > div:nth-child(1) {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 5px;
    }
    .navbar-text > div:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 8px;
    }
    .navbar-nav {
        margin-bottom: 1rem;
    }
    .account {
        font-size: 26px!important;
    }
    .account::before {
        margin-right: 4px;
        width: 26px;
        height: 37px;
        background-repeat: no-repeat;
    }
    .account.show::before {
        margin-right: 4px;
        width: 26px;
        height: 37px;
    }
    .account.active::before {
        margin-right: 4px;
        width: 26px;
        height: 37px;
    }
    .account:hover::before {
        opacity: 1;
        width: 26px;
        height: 37px;
    }
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        color: rgba(232, 41, 75, 1);
    }
    .row:nth-child(1) > .col > .mb-3 {
        margin-top: 1rem !important;
    }
}

@media (max-width: 576px) {
    body > .container {
        padding: 5px 20px !important;
        margin-top: 65px !important;
    }

    form.needs-validation > .row {
        width: 100%;
       /* padding: 0px;*/
    }

    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;

        position: fixed;
        transition: top 0.3s;
        width: 100%;
        z-index: 5;

        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);

        max-height: calc(100vh);
        overflow-y: auto;
    }
    body > .container-fluid > .alert {
        margin-top: 3.5rem;
        margin-bottom: -3.5rem;
    }
    .form-button {
        width: 100%!important;
    }
}

@media (max-width: 576px) {
    main > .container {
        margin-top: 65px !important;
        margin-bottom: 25px !important;
        width: 85%;
        margin: auto;
    }

    main > div > .col-sm-3 {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    main > div > .col-sm-4 {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .needs-validation > .row {
        width: 100%;
        margin: auto;
    }

    .col-sm-2 {
        width: 50%;
    }

    .justify-content-end {
        justify-content: center !important;
    }

    .justify-content-end > .nav-item {
        width: 50%;
    }

    .mb-3 > .nav-pills .nav-link {
        text-align: center;
        height: 100%;
    }

    #navbarNav > ul:nth-child(2) > li:nth-child(1) > a {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    #navbarNav > ul:nth-child(2) > li:nth-child(2) > a {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 24px;
    }

    #navbarNav > .navbar-nav:nth-child(2) > .nav-item {
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .toast-body {
        display: block;
    }

    .toast-body > .mt-2 {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .btn-group-sm > .btn, .btn-sm {
        width: 100%;
    }

    #snap_webcam {
        width: 100%;
    }

    .col-sm-4 > #webcam {
        width: 100% !important;
    }

    .container > form {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .mx-0 > .row > label,
    .mx-0 > .row > legend,
    .mx-0 > .row > .col-sm-5 {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    main > .container .my-3 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
     .container > .container > .row {
        --bs-gutter-x: 0rem
    }

    .container > .alert {
        margin-left: 0px;
        margin-right: 0px;
    }

    footer > .row > .col {
        flex: none;
        flex-shrink: 0 !important;
    }

    main > .row {
        margin-right: calc(var(--bs-gutter-x) * 0);
        margin-left: calc(var(--bs-gutter-x) * 0);
    }
/*
    main > .container > .my-3:nth-child(8) > form {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
*/
    .footer > .row > .col:nth-child(2) {
        display: flex;
        justify-content: flex-start;
    }

    body {
       /* background: url(../css/circle_left2.png) no-repeat 0% top, url(../css/Line_left.png) repeat-y, url(../css/circle_right2.png) no-repeat 100% top, url(../css/Line_right.png) repeat-y 100%, url(../css/background_im.png);*/
        background: url(../css/circle_left2_1.png) no-repeat 0% top, url(../css/Line_left.png) repeat-y, url(../css/circle_right2_1.png) no-repeat 100% top, url(../css/Line_right.png) repeat-y 100%, url(../css/background_im_violet3.png);
    }
    #btn_send_phone_confirm {
        width: 100%;
        transform: translateX(0);
    }
    .btn-info {
        margin-top: 0rem;
    }
    .form-button {
        width: 100%;
    }
    .form-code-simple {
        width: 100% !important;
        padding: 0px!important;
    }
    .button-simple {
        width: 100% !important;
        padding: 5px 0px!important;
    }
    .table-history {
        display: inline-block !important;
    }
}

@media (min-width: 576px) {
.col-sm-3 {
    width: 430px;
}

.col-sm-4 {
    width: 336px;
}
}

@media (max-width: 309px) {
.navbar-light .navbar-nav .nav-link {
    text-align: center;
}
}

@media (max-width: 415px) {
.rounded {
    width: 100% !important;
}

.col-sm-4 > .form-control {
    width: 100%;
}

#snap_webcam {
    width: 100%;
}

.mb-3 > .nav-pills .nav-link {
    padding: 0.7rem 0.5rem;
}
}

@media (max-width: 430px) {
    .badge {
        margin-top: -2px;
    }
    .table-history .badge {
        margin-top: 0px;
    }
}
/*
#img-fluid-static {
    background-repeat: no-repeat;
    background-image: url(../css/Coin_000.png);
    height: 384px;
    width: 384px;
    margin: 0 auto;
    transform: scale(1.5, 1.5);
    transform-origin: 50% 0;
}

#img-fluid {
    background-repeat: no-repeat;
    height: 384px;
    width: 384px;
    margin: 0 auto;
    animation: playw 6s steps(6) infinite, playh 1s steps(17) infinite;
    transform: scale(1.5, 1.5);
    transform-origin: 50% 0;
}

@keyframes playw {
0% {
    background-position-y: 0;
}
100% {
    background-position-y: -2304px;
}
}

@keyframes playh {
0% {
    background-position-x: 0;
}
100% {
    background-position-x: -6528px;
}
}
*/

#img-fluid-static {
    background-repeat: no-repeat;
   /* background-image: url(../css/Coin_000.png);*/
    background-image: url(../css/Coin_pack_static.png);
    height: 352px;
    width: 352px;
    margin: 0 auto;
    transform: scale(1.5, 1.5);
    transform-origin: 50% 0;
    margin-top: 14px;
}

#img-fluid {
    background-repeat: no-repeat;
    /*background-image: url(../css/Coin_pack-2.png)!important;*/
    height: 352px;
    width: 352px;
    margin: 0 auto;
    animation: playw 3s steps(6) infinite, playh 0.5s steps(5) infinite;
    transform: scale(1.5, 1.5);
    transform-origin: 50% 0;
    margin-top: 14px;
}

@keyframes playw {
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: -2112px;
    }
}

@keyframes playh {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1760px;
    }
}


.img-coin {
    background-image: url(../css/button_big.svg);
    position: absolute;
    border-radius: 12px;
    text-align: center;
    width: 196px;
    height: 81px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 14px !important;
    transform: scale(1.2, 1.2);
    transition: .15s;
    overflow: hidden;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.9));
    font-weight: 500;
    font-size: 25px;
    text-transform: capitalize;
    text-decoration: none;
    display: grid;
    align-items: center;
    padding-bottom: 4px;
}


/*
.img-coin {
    position: absolute;
    border-radius: 30px;

    background: linear-gradient(103.83deg, rgba(255, 255, 255, 0.05) 28.9%, rgba(255, 255, 255, 0) 28.9%), linear-gradient(180deg, #332928 0%, #000000 63.02%);
    text-align: center;

    width: 176px;
    height: 77px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin: auto;
    margin-top: 14px !important;
    transform: scale(1, 1);

}
.img-coin::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -3px;
    right: -2px;
    z-index: -1;
    width: 196px;
    height: 95px;
    transform: scale(1, 1);
    background: linear-gradient(151.54deg, #FFF547 17.58%, #662D04 46.08%, #A55A06 83.45%, #FFFB6D 107.28%);
    border-radius: 8px;
}
*/

/*.img-coin {
    border: none;
    border-radius: 50%;
    height: 410px;
    width: 410px;
    margin: 0 auto;
    transform: scale(0.6, 0.6);
    margin: auto;
    margin-top: 14px !important;
    left: 0;
    right: 0;
    position: absolute;
    transition: .15s;
    overflow: hidden;
}
*/
.img-coin:hover,
.img-coin:focus {
   /* box-shadow: 0px 0px 100px #ffff8a;*/
    filter: drop-shadow(0px 0px 40px rgba(255, 255, 138, 1));
}

.img-coin::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 81px;
    background-color: #fffc6a;
    opacity: 0.2;
    filter: blur(8px);
    z-index: 1000;
    animation-name: reflection;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes reflection {
    0% { transform: skew(-20deg) translate3d(-100%, 0, 0); }
    100% { transform: skew(-20deg) translate3d(80vw, 0, 0); }
}


.coin-lift {
  /* background-image: url(../css/LWC_Chip_play.png)!important;*/
  /* transform-origin: -125% 178%;*/
    transform-origin: 62em -78em;
    color: #FFEF6C;
}

.coin-right {
  /*  background-image: url(../css/LWC_Chip_free_play.png)!important;*/
  /*  transform-origin: 220% 178%;*/
    transform-origin: -52em -78em;
    color: #AFAFAF;
}
.coin-lift:hover {
    color: #6c6632;;
}

.coin-right:hover {
    color: #4c4c4c;
}

@media (max-width: 1550px){
    .img-coin {
       /* transform: scale(0.47, 0.47);*/
        transform: scale(0.9, 0.9);
    }
    .coin-lift {
      /* transform-origin: -54% 101%;*/
        transform-origin: -88em 125em;

    }
    .coin-right {
       /* transform-origin: 152% 101%;*/
        transform-origin: 92em 125em;
    }
}

@media (max-width: 1200px) {
    .img-coin {
       /* transform: scale(0.38, 0.38);*/
        transform: scale(0.9, 0.9);
    }

    .coin-right {
       /* transform-origin: 124% 74%;*/
        transform-origin: 76em 101em;
    }

    .coin-lift {
        /*transform-origin: -26% 74%;*/
        transform-origin: -70em 101em;
    }
    .img-coin::before {
        animation-duration: 4s;
    }
    @keyframes reflection {
        0% { transform: skew(-20deg) translate3d(-100%, 0, 0); }
        100% { transform: skew(-20deg) translate3d(300vw, 0, 0); }
    }
}
/*
@media (max-width: 991px){
    .img-coin {
        transform: scale(0.45, 0.45);
    }
    .coin-lift {
        transform-origin: -48% 108%;
    }
    .coin-right {
        transform-origin: 146% 108%;
    }
}
*/

@media (max-width: 576px){
    .img-coin {
        /*transform: scale(0.33, 0.33);*/
        transform: scale(0.7, 0.7);
    }
    .coin-lift {
      /*  transform-origin: 2% 70%;*/
        transform-origin: -10em 35.5em;
    }
    .coin-right {
       /* transform-origin: 98% 70%;*/
        transform-origin: 18em 35.5em;
    }
}


#img-fluid-text {
    background-repeat: no-repeat;
    background-image: url(../css/Coin_text.png)!important;
    height: 352px;
    width: 352px;
    margin: 0 auto;
    animation: playt 8s steps(3) infinite;
    transform: scale(1.5, 1.5);
    transform-origin: 50% 0;
    margin: auto;
    margin-top: 14px !important;
    left: 0;
    right: 0;
    position: absolute;
}


@keyframes playt {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1056px;
    }
}

.main_banner {
  /*  background: url(../css/Main_banner_back.png) no-repeat bottom;*/
    background: url(../css/Main_banner_back_violt_2.png) no-repeat bottom;
    height: 600px;
    margin-bottom: -50px;
    width: 100%;
    display: flex;
    position: relative;
}


@media (max-width: 1550px) {
        /*
    #img-fluid-static {
        background-repeat: no-repeat;
        background-image: url(../css/Coin_000.png);
        height: 384px;
        width: 384px;
        margin: 0 auto;
        transform: scale(1.2, 1.2);
        transform-origin: 50% 0;
    }

    #img-fluid {
        background-repeat: no-repeat;
        height: 384px;
        width: 384px;
        margin: 0 auto;
        animation: playwt 6s steps(6) infinite, playht 1s steps(17) infinite;
        transform: scale(1.2, 1.2);
        transform-origin: 50% 0;
    }
    */
    .main_banner {
        background: url(../css/Main_banner_back_violt_2.png) no-repeat bottom;
        background-size: auto 120%;
        margin-bottom: -50px;
        height: 490px;
        width: 100%;
    }
    #img-fluid-static {
        background-repeat: no-repeat;
        background-image: url(../css/Coin_pack_static.png);
        height: 352px;
        width: 352px;
        margin: 0 auto;
        transform: scale(1.2, 1.2);
        transform-origin: 50% 0;
        margin-top: 14px;
    }

    #img-fluid {
        background-repeat: no-repeat;
        background-image: url(../css/Coin_pack_logo1.png);
        height: 352px;
        width: 352px;
        margin: 0 auto;
        animation: playw 3s steps(6) infinite, playh 0.5s steps(5) infinite;
        transform: scale(1.2, 1.2);
        transform-origin: 50% 0;
        margin-top: 14px;
    }
    #img-fluid-text {
        transform: scale(1.2, 1.2);
    }
}

@keyframes playwt {/*
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: -2304px;
    }*/
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: -2112px;
    }
}

@keyframes playht {/*
0% {
    background-position-x: 0;
}
100% {
    background-position-x: -6528px;
}*/
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1760px;
    }
}


@media (max-width: 1200px) {

    .main_banner {
        background: url(../css/Main_banner_back_violt_2.png) no-repeat bottom;
        background-size: auto 120%;
        margin-bottom: -50px;
        height: 385px;
        width: 100%;
    }
    #img-fluid-static {
        background-repeat: no-repeat;
        background-image: url(../css/Coin_pack_static.png);
        height: 352px;
        width: 352px;
        margin: 0 auto;
        transform: scale(1, 1);
        transform-origin: 50% 0;
        margin-top: 14px;
    }

    #img-fluid {
        background-repeat: no-repeat;
        background-image: url(../css/Coin_pack_logo1.png);
        height: 352px;
        width: 352px;
        margin: 0 auto;
        animation: playw 3s steps(6) infinite, playh 0.5s steps(5) infinite;
        transform: scale(1, 1);
        transform-origin: 50% 0;
        margin-top: 14px;
    }
    #img-fluid-text {
        transform: scale(1, 1);
    }
}


@media (max-width: 576px) {
    /*
    #img-fluid-static {
        background-repeat: no-repeat;
        background-image: url(../css/Coin_000.png);
        background-size: 100%;
        height: 384px;
        width: 384px;
        margin: 0 auto;
        transform: scale(0.9, 0.9);
        transform-origin: 50% 0;
    }

    #img-fluid {
        background-repeat: no-repeat;
        height: 384px;
        width: 384px;
        margin: 0 auto;
        animation: playwt 6s steps(6) infinite, playht 1s steps(17) infinite;
        transform: scale(0.9, 0.9);
        transform-origin: 50% 0;
    } */
    #img-fluid-static {
        background-repeat: no-repeat;
        background-image: url(../css/Coin_pack_static.png);
        background-size: 100%;
        height: 352px;
        width: 352px;
        margin: 0 auto;
        transform: scale(0.9, 0.9);
        transform-origin: 50% 0;
    }

    #img-fluid {
        background-repeat: no-repeat;
        /*background-image: url(../css/Coin_pack-2.png);*/
        height: 354px;
        width: 354px;
        margin: 0 auto;
        animation: playw 3s steps(6) infinite, playh 0.5s steps(5) infinite;
        transform: scale(0.9, 0.9);
        transform-origin: 50% 0;
    }
    #img-fluid-text {
        margin-top: 0!important;
        transform: scale(0.9, 0.9);
    }
    .main_banner {
        background: url(../css/Main_banner_back_violt_2.png) no-repeat top !important;
        background-size: auto 100% !important;
        margin-top: 50px;
        margin-bottom: -50px;
        height: 350px;
        width: 100%;
}
}
/*
@keyframes playwm {
0% {
    background-position-y: 0;
}
100% {
    background-position-y: -2304px;
}
}

@keyframes playhm {
0% {
    background-position-x: 0;
}
100% {
    background-position-x: -6528px;
}
}
*/