:root {
    --base: #ff8503;
    --base-secondary: #ff7843;
    --base-rgba: rgba(255, 133, 3, 0.6);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #EFEFEF;
    background-size: cover;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    overflow: auto;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold !important;
}

h1 {
    font-size: 64px;
}

h2 {
  font-size: 28px;
  padding-top: 5px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h5 {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.7;
    color: #000;
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 0rem var(--base);
    box-shadow: 0 0 0 0rem var(--base);
}

.game-btn,
.game-btn-sm {
    background: linear-gradient(125deg, var(--base-secondary) 36%, var(--base) 36%);
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: 270px;
    display: inline-block;
    text-decoration: none;
    height: 60px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 5px;
}

.game-btn:hover, .game-btn-sm:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.game-btn img,
.game-btn-sm img {
    position: relative;
    right: -10px;
    padding-bottom: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.game-btn:hover img,
.game-btn-sm:hover img {
    right: -20px;
}

.game-btn:hover::before,
.game-btn-sm:hover::before {
    left: 0;
}

.game-btn-sm {
    width: 155px;
    height: 48px;
}

.header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px 50px 5px;
    text-align: center;
}

.header-text h2 {
    text-transform: uppercase;
    position: relative;
}

.header-text-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid rgba(229, 229, 229);
}

.header-text-link h3{
    color: #009688;
}

.header-text-link h2 {
    text-transform: uppercase;
}

.header-text-link a {
    color: var(--base);
    text-decoration: none;
    text-transform: uppercase;
}

.header-text-link a img {
    position: relative;
    right: -10px;
    padding-bottom: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-text-link a i {
    position: relative;
    top: 2px;
    right: -5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 20px;
}

.header-text-link a:hover img {
    right: -20px;
}

.navbar {
    padding: 0px 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
}

.navbar .navbar-brand img {
    max-width: 250px;
    max-height: 47px;
}

.navbar .navbar-toggler {
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 0;
    background: var(--base-secondary);
}

.navbar .navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 0rem;
    box-shadow: 0 0 0 0rem;
}

.navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 7.5px;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    padding: 0;
    border: none;
    border-radius: 15px;
    border: 1px solid #ef4444;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown i {
    margin-left: 5px;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #ef4444;
    color: rgba(220, 38, 38);
    font-size: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--base);
    background: transparent;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    color: #f00;
    text-decoration: none;
    background-color: var(--base);
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    text-align: center;
    position: relative;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0;
    border: 2px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-clip-path: polygon(12% 0, 100% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 100%, 0 30%);
    clip-path: polygon(12% 0, 100% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 100%, 0 30%);
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active::after, .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
    color: var(--base);
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active, .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: var(--base);
}

.navbar .navbar-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 45px;
}

.navbar .navbar-text .notification-icon {
    margin-right: 20px;
    margin-top: 14px;
    background: none;
    padding: 0;
    border: none;
}

.navbar .navbar-text .notification-icon .badge {
    position: relative;
    right: 14px;
    bottom: 10px;
    background: var(--base);
    color: #fff;
    border-radius: 10px;
    line-height: 0.9;
    padding: 5px 6px 3px 6px;
}

.navbar .navbar-text .user-icon {
    margin-top: 14px;
    background: none;
    padding: 0;
    border: none;
}

.navbar .navbar-text .game-btn-sm {
    font-size: 14px;
}

.navbar .navbar-text .game-btn-sm img {
    left: -10px;
}

.navbar .user-panel .user-drop-dropdown {
    /*background: #fff;*/
    background: rgb(27, 15, 35);
    background-size: cover;
    position: absolute;
    top: 65px;
    width: 200px;
    min-height: 140px;
    right: 0;
    padding: 10px 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px;
    z-index: 2;
}

.navbar .user-panel .user-drop-dropdown ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar .user-panel .user-drop-dropdown ul li {
    list-style: none;
    padding: 10px 20px;
}

.navbar .user-panel .user-drop-dropdown ul li a {
    /*color: #0b0231;*/
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .user-panel .user-drop-dropdown ul li a:hover {
    color: var(--base);
}

.navbar .user-panel .user-drop-dropdown ul lia:hover {
    background-color: rgb(24 13 30 / 60%);
    color: #fff;
}


.navbar .user-panel:hover .user-drop-dropdown {
    visibility: visible;
    opacity: 1;
}

.navbar .notification-panel {
    position: relative;
}

.navbar .notification-panel .notifications {
    background: rgba(27, 15, 35, 0.62);
    border: 1px solid var(--base);
    background-size: cover;
    position: absolute;
    top: 70px;
    width: 300px;
    right: 0;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px;
    z-index: 2;
    overflow: hidden;
}

.navbar .notification-panel .notifications .notification:last-child {
    padding-bottom: 25px;
}

.navbar .notification-panel .notifications .notification-box {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
}


.navbar .notification-panel .notifications .notification-box::-webkit-scrollbar {
    width: 5px;
    height: 80px;
}

.navbar .notification-panel .notifications .notification-box::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 100px;
}

.navbar .notification-panel .notifications .notification-box::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 6px;
}

.navbar .notification-panel .notifications .notification-box::-webkit-scrollbar-thumb:hover {
    background: var(--base);
}

.navbar .notification-panel .notifications .notification {
    padding: 10px 15px;
    border-bottom: 1px solid var(--base);
    width: 100%;
}

.navbar .notification-panel .notifications .notification a {
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
}

.navbar .notification-panel .notifications .notification span {
    color: var(--base);
    font-size: 12px;
}

.navbar .notification-panel .notifications .notification .img-box {
    background: var(--base);
    height: 40px;
    width: 40px;
    border-radius: 5px;
    padding: 7px 10px;
    margin-right: 10px;
}

.navbar .notification-panel .notifications .notification .img-box i {
    font-size: 24px;
    color: #fff;
}

.navbar .notification-panel .notifications .clear-notification {
    position: absolute;
    /*border-top: 1px solid var(--base);*/
    color: var(--base);
    text-align: center;
    padding: 15px 20px 10px 20px;
    display: inline-block;
    bottom: 0;
    left: 0;
    background: rgb(27, 15, 35);
    width: 100%;
}

.navbar .notification-panel:hover .notifications {
    visibility: visible;
    opacity: 1;
}

.navbar .notification-icon:hover + .notification-panel {
    opacity: 1;
    z-index: 0;
}

.navbar.active {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.banner .text-box {
    text-align: center;
    margin-bottom: 100px;
}

.banner .text-box h1 {
    font-size: 100px;
    text-shadow: -4px 6px #ff7843;
    letter-spacing: 10px;
    margin-bottom: 30px;
}

.banner .text-box h5 {
    text-transform: uppercase;
    letter-spacing: 30px;
    text-shadow: -15px 3px rgba(255, 255, 255, 0.1);
}

.search-area {
    padding: 15px 0 15px 0;
}

.search-area .input-box .spartan {
    max-width: 400px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 10px;
    z-index: 0;
}

.search-area .input-group {
    max-width: 600px;
    z-index: 1;
}

.search-area .input-group .form-control {
    border: none;
    background: rgba(0, 0, 0, 0.4);
    caret-color: #fff;
    padding: 12px 24px;
}

.search-area .input-group .form-control:focus {
    color: #fff;
    border-color: var(--base);
    -webkit-box-shadow: 0 0 0 0rem var(--base);
    box-shadow: 0 0 0 0rem var(--base);
}

.search-area .input-group .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-area .input-group .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-area .input-group .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-area .input-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-area .input-group .form-select {
    border: none !important;
    border-radius: 5px;
    border-right: 0px !important;
    padding-top: 3px;
    color: #fff;
    background: #ff5400c7;
    text-transform: uppercase;
    width: 190px;
    padding: 19px 0 19px 19px;
    max-width: 190px;
    font-size: 14px;
    cursor: pointer;
}

.search-area .input-group .search-btn {
    border: none !important;
    background: transparent;
    height: 60px;
    width: 60px;
    background: rgb(255 84 0);
    border-radius: 0 5px 5px 0;
}

.search-area .input-group .game-btn {
    position: relative;
    background-color: #ff5400c7;
    right: -1px;
}

.topup-section,
.voucher-section {
    padding: 15px 0 60px 0;
    overflow: hidden;
}

.topup-section .img-box,
.voucher-section .img-box {
    position: relative;
    background: #fff;
}

.topup-section .img-box,
.giftcard-section .img-box,
.voucher-section .img-box {
    position: relative;
}

.topup-section .img-box .tags,
.voucher-section .img-box .tags {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topup-section .img-box .tags span,
.voucher-section .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}

.giftcard-section {
    padding: 15px 0 60px 0;
}

.giftcard-section .img-box {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.giftcard-section .img-box img {
    border-radius: 10px;
}

.giftcard-section .img-box .tags {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.giftcard-section .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}

.about-section {
    padding: 15px 0 60px 0;
    overflow-x: hidden;
}

.about-section .img-box {
    margin: 0 5px 40px 5px;
}

.about-section .img-box img {
    border-radius: 10px;
}

.about-section .text-box {
    margin: 0 5px 40px 5px;
}

.about-section .text-box h2 {
    margin-bottom: 50px;
}

.about-section .text-box p {
    color: #f1f1f1;
    margin-bottom: 30px;
}

.about-section .text-box ul {
    padding-left: 15px;
    margin-bottom: 30px;
}

.about-section .text-box ul li {
    color: #f1f1f1;
    list-style: none;
    margin-bottom: 10px;
}

.about-section .text-box ul li img {
    margin-right: 10px;
}

.choose-section {
    padding: 15px 0 60px 0;
    overflow-x: hidden;
}

.choose-section .img-box {
    margin: 0 5px 40px 5px;
}

.choose-section .img-box img {
    border-radius: 10px;
}

.choose-section .text-box {
    margin: 0 5px 40px 5px;
}

.choose-section .text-box h2 {
    margin-bottom: 50px;
}

.choose-section .text-box .choose-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
}

.choose-section .text-box .choose-box img {
    margin-right: 30px;
}

.choose-section .text-box .choose-box .text h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.choose-section .text-box .choose-box .text span {
    color: #f1f1f1;
}

.faq-section {
    padding: 15px 0 60px 0;
    overflow-x: hidden;
}

.faq-section .img-box {
    margin: 0 5px 40px 5px;
}

.faq-section .img-box img {
    border-radius: 10px;
}

.faq-section .text-box {
    margin: 0 5px 40px 5px;
}

.faq-section .text-box h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
}

.faq-section .text-box .accordion-item {
    background: none;
    margin-bottom: 15px;
    border-radius: 0px;
}

.faq-section .text-box .accordion-item .accordion-button {
    background: none;
    border-radius: 0px !important;
    padding: 20px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: uppercase;
}

.faq-section .text-box .accordion-item .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.faq-section .text-box .accordion-item .accordion-button:not(.collapsed) {
    color: var(--base);
    background-color: none;
    -webkit-box-shadow: 0 5px 10px -5px rgba(13, 110, 253, 0.25);
    box-shadow: 0 5px 10px -5px rgba(13, 110, 253, 0.25);
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.faq-section .text-box .accordion-item .accordion-button::after {
    background-image: url(../images/icon/plus.png);
}

.faq-section .text-box .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon/minus.png);
}

.faq-section .text-box .accordion-item .accordion-body {
    padding: 0 0 30px 0;
}

.faq-section .text-box .accordion-item .accordion-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #f1f1f1;
}

.counter-section {
    padding: 15px 0 0 0;
}

.counter-section .counter-box {
    margin: 0 5px 100px 5px;
    text-align: center;
}

.counter-section .counter-box h2 {
    color: var(--base);
}

.pricing-section {
    padding: 15px 0 60px 0;
    overflow-x: hidden;
}

.pricing-section .pricing-box {
    margin: 0 5px 40px 5px;
    padding: 50px 50px;
    text-align: center;
    border: 6px solid rgba(255, 255, 255, 0.1);
    border: 4px solid var(--base);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-clip-path: polygon(13% 0, 100% 0, 100% 0, 100% 90%, 87% 100%, 0 100%, 0 100%, 0 10%);
    clip-path: polygon(13% 0, 100% 0, 100% 0, 100% 90%, 87% 100%, 0 100%, 0 100%, 0 10%);
}

.pricing-section .pricing-box h5 {
    text-transform: uppercase;
}

.pricing-section .pricing-box h2 {
    color: var(--base);
    margin-bottom: 30px;
}

.pricing-section .pricing-box ul {
    padding-left: 0;
    margin-bottom: 30px;
    display: inline-block;
}

.pricing-section .pricing-box ul li {
    list-style: none;
    color: #f1f1f1;
    margin-bottom: 15px;
}

.pricing-section .pricing-box ul li:last-child {
    margin-bottom: 0;
}

.pricing-section .pricing-box ul li img {
    margin-right: 10px;
    display: none;
}

.pricing-section .pricing-box .game-btn-sm {
    font-size: 14px;
    display: block;
    margin: auto;
}

.pricing-section .pricing-box .game-btn-sm img {
    width: 15px;
}

.pricing-section .pricing-box:hover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
}

.testimonial-section {
    padding: 15px 0 100px 0;
}

.testimonial-section .review-box {
    margin: 0 5px 0px 5px;
    padding: 50px 50px 0px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.testimonial-section .review-box .img-box {
    width: 30%;
}

.testimonial-section .review-box .img-box img {
    width: 100px;
    padding-right: 15px;
}

.testimonial-section .review-box .text-box {
    width: 70%;
    color: #f1f1f1;
}

.testimonial-section .review-box .text-box .description {
    margin-bottom: 30px;
}

.testimonial-section .review-box .text-box h5 {
    text-transform: uppercase;
}

.testimonial-section .review-box .text-box .title {
    color: var(--base);
    text-transform: uppercase;
    font-size: 12px;
}

.testimonial-section .review-box .quote {
    position: absolute;
    width: 32px;
    bottom: 15px;
    right: 50px;
}

.testimonial-section .owl-carousel {
    position: relative;
}

.testimonial-section .owl-carousel .owl-nav {
    display: none !important;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 102%;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 100px;
    z-index: -1;
}

.testimonial-section .owl-carousel .owl-nav button {
    display: inline-block;
    z-index: 2;
}

.testimonial-section .owl-carousel .owl-nav button span {
    font-size: 32px;
    color: #fff;
}

.testimonial-section .owl-carousel .owl-dots {
    display: none;
    background: none;
    height: 30px;
    text-align: center;
    margin-top: 50px;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 9px;
    background: #000;
    -webkit-box-shadow: 0 0 0px 4px var(--base);
    box-shadow: 0 0 0px 4px var(--base);
}

.testimonial-section .owl-carousel .owl-dots .owl-dot.active {
    background: #fff;
}

.blog-section {
    padding: 15px 0 60px 0;
    overflow-x: hidden;
}

.blog-section .blog-box {
    margin: 0 5px 40px 5px;
}

.blog-section .blog-box .img-box {
    margin-bottom: 30px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.blog-section .blog-box .img-box img {
    border-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 250px;
}

.blog-section .blog-box .img-box .author {
    background: var(--base);
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 30%, 100% 70%, 90% 100%, 0 100%, 0% 70%, 0% 30%);
    clip-path: polygon(10% 0, 100% 0, 100% 30%, 100% 70%, 90% 100%, 0 100%, 0% 70%, 0% 30%);
    position: absolute;
    padding: 4px 10px 2px 10px;
    bottom: 15px;
    left: 15px;
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-section .blog-box .text-box .title {
    text-transform: uppercase;
}

.blog-section .blog-box .text-box .title a {
    color: #000;
}

.blog-section .blog-box .text-box .date {
    color: var(--base);
    text-transform: uppercase;
    font-size: 12px;
}

.blog-section .blog-box:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-section {
    padding: 15px 0 0 0;
    background: #2A2A2A;
}

.footer-section .footer-box {
    margin: 0 5px 40px 5px;
}

.footer-section .footer-box .navbar-brand img {
    width: 100%;
    margin-bottom: 15px;
}

.footer-section .footer-box p {
    color: #f1f1f1;
    margin-bottom: 30px;
}

.footer-section .footer-box h5 {
    margin-bottom: 40px;
    margin-top: 70px;
    text-transform: uppercase;
    color: #ff7843;
    font-weight: 700;
}

.footer-section .footer-box a {
    text-decoration: none;
    color: #f1f1f1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .footer-box a:hover {
    color: var(--base);
}

.footer-section .footer-box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-section .footer-box ul li {
    list-style: none;
    color: #f1f1f1;
    margin-bottom: 15px;
}

.footer-section .footer-box ul li img,
.footer-section .footer-box ul li i {
    margin-right: 10px;
}

.footer-section .footer-box .social-links {
    margin-bottom: 30px;
}

.footer-section .footer-box .social-links a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 15px;
    padding-top: 12px;
    background: var(--base-secondary);
}

.footer-section .footer-box .social-links a img {
    width: 18px;
}

.footer-section .footer-box .social-links a i {
    font-size: 18px;
    color: #fff;
}

.footer-section .footer-box .input-group .form-control {
    border-radius: 0px;
    border: none;
    height: 48px;
    font-size: 14px;
    padding: 15px;
    caret-color: var(--base);
}

.footer-section .footer-box .input-group .form-control:focus {
    color: #212529;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.footer-section .footer-box .input-group .input-group-text {
    border: none;
    border-radius: 0px;
    padding: 0;
}

.footer-section .footer-box .input-group .input-group-text button {
    background: var(--base-secondary);
    height: 100%;
    width: 60px;
    border: none;
}

.footer-section .footer-bottom {
    margin-top: 60px;
    color: #fff;
    font-size: 12px;
}

.footer-section .footer-bottom .copyright a {
    color: var(--base);
}

.footer-section .footer-bottom .language {
    text-align: right;
    color: #fff;
}

.footer-section .footer-bottom .language a {
    color: var(--base);
    margin-right: 15px;
}

.scroll-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 15px;
    padding-top: 12px;
    background: var(--base-secondary);
    position: fixed;
    right: 0px;
    bottom: 70px;
}

.scroll-top i {
    font-size: 18px;
    color: #fff;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background: #0b0231;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader.loaded .triangle,
.preloader.loaded .pen {
    -webkit-animation: none;
    animation: none;
}

.wrapper-triangle {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 304px;
    height: 250px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.line-triangle {
    position: absolute;
    width: 250px;
    height: 54px;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(1) {
    left: 313px;
    bottom: -21px;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(2) {
    left: 156px;
    top: -54px;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(3) {
    top: 217px;
    left: 0;
}

.triangle:nth-of-type(1) {
    -webkit-animation: tri1 1.5s linear infinite;
    animation: tri1 1.5s linear infinite;
}

@-webkit-keyframes tri1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(2) {
    -webkit-animation: tri2 1.5s linear infinite;
    animation: tri2 1.5s linear infinite;
}

@-webkit-keyframes tri2 {
    0% {
        opacity: 0;
    }
    14.28571% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri2 {
    0% {
        opacity: 0;
    }
    14.28571% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(3) {
    -webkit-animation: tri3 1.5s linear infinite;
    animation: tri3 1.5s linear infinite;
}

@-webkit-keyframes tri3 {
    0% {
        opacity: 0;
    }
    28.57143% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri3 {
    0% {
        opacity: 0;
    }
    28.57143% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(4) {
    -webkit-animation: tri4 1.5s linear infinite;
    animation: tri4 1.5s linear infinite;
}

@-webkit-keyframes tri4 {
    0% {
        opacity: 0;
    }
    42.85714% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri4 {
    0% {
        opacity: 0;
    }
    42.85714% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(5) {
    -webkit-animation: tri5 1.5s linear infinite;
    animation: tri5 1.5s linear infinite;
}

@-webkit-keyframes tri5 {
    0% {
        opacity: 0;
    }
    57.14286% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri5 {
    0% {
        opacity: 0;
    }
    57.14286% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(6) {
    -webkit-animation: tri6 1.5s linear infinite;
    animation: tri6 1.5s linear infinite;
}

@-webkit-keyframes tri6 {
    0% {
        opacity: 0;
    }
    71.42857% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri6 {
    0% {
        opacity: 0;
    }
    71.42857% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(7) {
    -webkit-animation: tri7 1.5s linear infinite;
    animation: tri7 1.5s linear infinite;
}

@-webkit-keyframes tri7 {
    0% {
        opacity: 0;
    }
    85.71429% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri7 {
    0% {
        opacity: 0;
    }
    85.71429% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 31px solid transparent;
    border-bottom: 54px solid var(--base);
    -webkit-animation: tri 1.5s linear infinite;
    animation: tri 1.5s linear infinite;
}

.triangle:nth-of-type(1) {
    left: 0px;
}

.triangle:nth-of-type(2) {
    left: 31px;
}

.triangle:nth-of-type(3) {
    left: 63px;
}

.triangle:nth-of-type(4) {
    left: 94px;
}

.triangle:nth-of-type(5) {
    left: 125px;
}

.triangle:nth-of-type(6) {
    left: 156px;
}

.triangle:nth-of-type(7) {
    left: 188px;
}

.triangle:nth-child(even) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
}

.triangle:nth-child(1) {
    -webkit-animation: none;
    animation: none;
}

.line:nth-child(2) .triangle:nth-child(1):before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -22px;
    bottom: -77px;
    background: transparent;
    border: 13px solid transparent;
    border-bottom: 21px solid #f1ecdb;
    -webkit-animation: tri 1.5s linear infinite;
    animation: tri 1.5s linear infinite;
}

.pen {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 312.5px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: move 1.5s cubic-bezier(0, 0, 0.5, 0.85) infinite;
    animation: move 1.5s cubic-bezier(0, 0, 0.5, 0.85) infinite;
}

@-webkit-keyframes tri {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes tri {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(2.45);
        transform: scale(2.45);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes move {
    0% {
        -webkit-transform: scale(2.45);
        transform: scale(2.45);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.shop-section {
    margin: 30px 0;
}

.shop-section h4 {
    text-transform: uppercase;
}

.shop-section .form-select,
.shop-section .form-control {
    border-radius: 0px;
    border: none;
    height: 48px;
    font-size: 14px;
    padding: 15px;
    caret-color: var(--base);
}

.shop-section .form-select:focus,
.shop-section .form-control:focus {
    color: #212529;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.shop-section .form-select {
    padding: 15px;
}

.shop-section .filter-area .filter-box {
  background: rgb(255 255 255);
  padding: 30px 20px;
  border-radius: 15px;
}

.shop-section .filter-area .filter-box h4 {
    margin-bottom: 20px;
}

.shop-section .filter-area .filter-box .input-group .input-group-text {
    border: none;
    border-radius: 0px;
    padding: 0;
}

.shop-section .filter-area .filter-box .input-group .input-group-text button {
    background: var(--base-secondary);
    height: 100%;
    width: 60px;
    border: none;
}

.shop-section .filter-area .filter-box .form-range::-webkit-slider-thumb {
    background: var(--base);
}

.shop-section .filter-area .filter-box .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    background: #fff;
    border: none;
    border-radius: 0px !important;
    margin-right: 10px;
}

.shop-section .filter-area .filter-box .form-check .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
}

.shop-section .filter-area .filter-box .form-check .form-check-input:checked {
    background-color: var(--base);
    border-color: var(--base);
}

.shop-section .filter-area .filter-box .tag-item label {
    background: #fff;
    margin: 0 5px 10px 0;
    border-radius: 0px;
    color: var(--base);
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}

.shop-section .filter-area .filter-box .tag-item .btn-check:checked + .btn-primary {
    background: var(--base) !important;
    color: #fff;
}

.shop-section .filter-area .filter-box .tag-item .btn-check:focus + .btn-primary,
.shop-section .filter-area .filter-box .tag-item .btn-primary:focus {
    color: #fff;
    border-color: var(--base);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.shop-section .item-area .form-select {
    width: 200px;
    background: #493f4f;
    color: #fff;
}


.shop-section .item-area .form-select option:hover {
    color: #fff;
    background: var(--base) !important;
}

.shop-section .item-area .img-box {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.shop-section .item-area .img-box img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.shop-section .item-area .img-box .tags {
    position: absolute;
    top: 20px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-section .item-area .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 5px;
}

.shop-section .item-area .img-box .tags span:first-child {
    margin-left: 20px;
}

.shop-section .item-area .img-box .tags span:last-child {
    margin-right: 20px;
}

.shop-section .item-area .img-box h5 {
    margin-bottom: 0;
}

.shop-section .game-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 8px #888888;
}

.shop-section .game-box .img-box {
    background: none;
    padding: 0;
    margin-right: 15px;
    width: 200px;
    border-radius: 10px;
}

.shop-section .game-box .img-box img {
    border-radius: 10px;
}

.shop-section .game-box .img-box.owl-carousel .owl-dots {
    text-align: center;
    position: relative;
    top: -43px;
}

.shop-section .game-box .img-box.owl-carousel .owl-dots button.owl-dot {
    margin: 0 3px;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: var(--base-rgba);
}

.shop-section .game-box .img-box.owl-carousel .owl-dots button.owl-dot.active {
    background: var(--base);
}

.shop-section .game-box .more-info {
    text-transform: capitalize;
}

.shop-section .game-box .name {
    margin-bottom: 5px;
    font-size: 20px;
}

.shop-section .game-box .game-level {
    color: var(--base);
    text-transform: capitalize;
}

.shop-section .game-box .game-btn-sm img {
    width: 14px;
    right: -5px;
}

.shop-section .pagination .page-item {
    margin: 2px;
}

.shop-section .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.shop-section .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.shop-section .pagination .page-item:hover .page-link, .shop-section .pagination .page-item.active .page-link {
    color: rgb(0, 0, 0);
    background: var(--base);
}

.login-section {
    padding: 15px 0;
}

.login-section .contact-box {
    margin-top: 10px;
}

.login-section .contact-box .form-label {
    text-transform: capitalize;
}

.login-section .contact-box .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #fff;
    color: #000;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    border-radius: 5px;
}

.manual.contact-box .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    border: none;
    background: #fff;
    color: #fff;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
}

.login-section .contact-box .form-control:focus {
    color: #82869E;
    border-color: var(--base);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.login-section .contact-box .form-control::-webkit-input-placeholder {
    color: #82869E;
}

.login-section .contact-box .form-control:-ms-input-placeholder {
    color: #82869E;
}

.login-section .contact-box .form-control::-ms-input-placeholder {
    color: #82869E;
}

.login-section .contact-box .form-control::placeholder {
    color: #82869E;
}
.login-section .contact-box .form-label {
    font-size: 16px;
    font-weight: 600;
}


.login-section .contact-box .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    background: #fff;
    border: none;
    border-radius: 0px !important;
    margin-right: 10px;
}

.login-section .contact-box .form-check .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
}

.login-section .contact-box .form-check .form-check-input:checked {
    background-color: var(--base);
    border-color: var(--base);
}

.login-section .contact-box .link a {
    color: var(--base);
}

.page-header {
    padding: 150px 0 100px 0;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center top;
}

.page-header .spartan {
    width: 0px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.page-header h2 {
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}

.details-section {
    margin: 30px 0;
}

.details-section .text-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

.details-section .text-box h4 {
    text-transform: uppercase;
}

.details-section .order-box {
    background: #fff;
    position: relative;
}

.details-section .order-box h5 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.details-section .order-box p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
}

.details-section .order-box .input-box .form-select,
.details-section .order-box .input-box .form-control {
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
    height: 48px;
    font-size: 14px;
    padding: 15px;
    caret-color: var(--base);
}

.details-section .order-box .input-box .form-select:focus,
.details-section .order-box .input-box .form-control:focus {
    color: #212529;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.details-section .order-box .input-box .form-select::-webkit-input-placeholder,
.details-section .order-box .input-box .form-control::-webkit-input-placeholder {
    color: #495057;
}

.details-section .order-box .input-box .form-select:-ms-input-placeholder,
.details-section .order-box .input-box .form-control:-ms-input-placeholder {
    color: #495057;
}

.details-section .order-box .input-box .form-select::-ms-input-placeholder,
.details-section .order-box .input-box .form-control::-ms-input-placeholder {
    color: #495057;
}

.details-section .order-box .input-box .form-select::placeholder,
.details-section .order-box .input-box .form-control::placeholder {
    color: #495057;
}

.details-section .order-box .info .hovered {
    position: absolute;
    width: 100%;
    left: 0;
    top: 200px;
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.details-section .order-box .info .info-icon {
    cursor: pointer;
}

.details-section .order-box .info .info-icon:hover + .hovered {
    opacity: 1;
    z-index: 1;
}

.details-section .payment-box {
    background: #fff;
    border-radius: 12px;
}

.details-section .payment-box h5 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.details-section .payment-box .btn-check + .btn-primary {
    display: flex;
    background: #db8e57;
    border: 4px solid #fff;
    padding: 10px;
    position: relative;
    transition: 0.4s;
    border-radius: 12px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.details-section .payment-box .btn-check + .btn-primary .check {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
}

.details-section .payment-box .btn-check + .btn-primary::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*.details-section .payment-box .btn-check:checked + .btn-primary {*/
/*color: #212529;*/
/*background: #fff !important;*/
/*border: 4px solid var(--base);*/
/*}*/

.details-section .payment-box .btn-check:checked + .btn-primary .check {
    opacity: 1;
}

.details-section .payment-box .btn-check:checked + .btn-primary::after {
    background: none;
}

.details-section .payment-box .btn-check:focus + .btn-primary,
.details-section .payment-box .btn-primary:focus {
    color: #000;
    border-color: var(--base-secondary);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.details-section .payment-box .payment-options {
    height: 171px;
    padding-right: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.details-section .payment-box .payment-options::-webkit-scrollbar {
    width: 6px;
}

.details-section .payment-box .payment-options::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
}

.details-section .payment-box .payment-options::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
}

.details-section .payment-box .payment-options::-webkit-scrollbar-thumb:hover {
    background: var(--base);
}

.details-section .estimate-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.details-section .estimate-box ul li {
    margin-bottom: 15px;
}

.details-section .estimate-box ul li span {
    float: right;
}

.details-section .estimate-box .game-btn-sm {
    font-size: 14px;
}

.details-section .estimate-box .game-btn-sm img {
    left: -10px;
}

.package-details {
    margin: 30px 0;
}

.package-details h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.package-details .description-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

.package-details .description-box .navigator {
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.package-details .description-box .navigator button {
    text-transform: uppercase;
    color: var(--base);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    width: 130px;
    height: 40px;
    padding-top: 3px;
    border: none;
    background: none;
    margin: 0 5px 10px 0;
    text-align: center;
    position: relative;
}

.package-details .description-box .navigator button::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0;
    border: 2px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-clip-path: polygon(12% 0, 100% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 100%, 0 30%);
    clip-path: polygon(12% 0, 100% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 100%, 0 30%);
}

.package-details .description-box .navigator button.active::after, .package-details .description-box .navigator button:hover::after {
    color: var(--base);
    border: 2px solid var(--base);
}

.package-details .description-box .navigator button.active, .package-details .description-box .navigator button:hover {
    color: var(--base);
}

.package-details .related-items h4 {
    margin-bottom: 30px;
}

.package-details .related-items .img-box {
    margin-bottom: 15px;
    position: relative;
}

.package-details .related-items .img-box img {
    border-radius: 10px;
}

.package-details .related-items .img-box .tags {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.package-details .related-items .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}

.package-details #instruction {
    display: none;
}

.package-details #reviews {
    display: none;
}

.package-details #reviews .review-box {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
}

.package-details #reviews .review-box .text {
    width: 80%;
}

.package-details #reviews .review-box .text img {
    width: 50px;
    margin-right: 15px;
}

.package-details #reviews .review-box .text p {
    font-size: 14px;
}

.package-details #reviews .review-box .review-date {
    width: 20%;
    text-align: right;
}

.package-details #reviews .review-box .review-date .date {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}

.package-details #reviews .review-box:last-child {
    border-bottom: none;
}

.package-details #reviews #half-stars-example {
    margin-bottom: 30px;
    /* make hover effect work properly in IE */
    /* hide radio inputs */
    /* set icon padding and size */
    /* add padding and positioning to half star labels */
    /* set default star color */
    /* set color of none icon when unchecked */
    /* if none icon is checked, make it red */
    /* if any input is checked, make its following siblings grey */
    /* make all stars orange on rating group hover */
    /* make hovered input's following siblings grey on hover */
    /* make none icon grey on rating group hover */
    /* make none icon red on hover */
}

.package-details #reviews #half-stars-example .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -13px;
}

.package-details #reviews #half-stars-example .rating__icon {
    pointer-events: none;
}

.package-details #reviews #half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.package-details #reviews #half-stars-example .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 24px;
}

.package-details #reviews #half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -16px;
    z-index: 0;
    width: 16px;
}

.package-details #reviews #half-stars-example .rating__icon--star {
    color: var(--base);
}

.package-details #reviews #half-stars-example .rating__icon--none {
    color: #eee;
}

.package-details #reviews #half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
}

.package-details #reviews #half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.package-details #reviews #half-stars-example .rating-group:hover .rating__label .rating__icon--star,
.package-details #reviews #half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: var(--base);
}

.package-details #reviews #half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
.package-details #reviews #half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
}

.package-details #reviews #half-stars-example .rating-group:hover
.rating__input--none:not(:hover)
+ .rating__label
.rating__icon--none {
    color: #eee;
}

.package-details #reviews #half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}

.package-details #reviews .pagination .page-item {
    margin: 2px;
}

.package-details #reviews .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.package-details #reviews .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.package-details #reviews .pagination .page-item:hover .page-link, .package-details #reviews .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

.package-details .add-review .form-label {
    text-transform: capitalize;
}

.package-details .add-review .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    border: none;
    background: #fff;
    color: #fff;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
}

.package-details .add-review .form-control:focus {
    color: #fff;
    border-color: var(--base);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.package-details .add-review .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.package-details .add-review .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.package-details .add-review .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.package-details .add-review .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.package-details .add-review textarea.form-control {
    height: 100%;
    -webkit-clip-path: polygon(4% 0, 100% 0, 100% 0, 100% 84%, 96% 100%, 0 100%, 0 100%, 0 16%);
    clip-path: polygon(4% 0, 100% 0, 100% 0, 100% 84%, 96% 100%, 0 100%, 0 100%, 0 16%);
}

.package-details .add-review .game-btn-sm {
    font-size: 14px;
}

.contact-section {
    padding: 15px 0;
}

.contact-section .contact-box {
    margin-top: 50px;
}

.contact-section .contact-box .form-label {
    text-transform: capitalize;
}

.contact-section .contact-box .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    border: none;
    background: #fff;
    color: #fff;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
}

.contact-section .contact-box .form-control:focus {
    border-color: var(--base);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.contact-section .contact-box .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact-section .contact-box .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact-section .contact-box .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact-section .contact-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact-section .contact-box textarea.form-control {
    height: 100%;
    -webkit-clip-path: polygon(4% 0, 100% 0, 100% 0, 100% 84%, 96% 100%, 0 100%, 0 100%, 0 16%);
    clip-path: polygon(4% 0, 100% 0, 100% 0, 100% 84%, 96% 100%, 0 100%, 0 100%, 0 16%);
}

.blog-details {
    padding: 15px 0 100px 0;
}

.blog-details .blog-box {
    margin: 0 5px 50px 5px;
}

.blog-details .blog-box .img-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.blog-details .blog-box .img-box img {
    border-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-details .blog-box .img-box .author {
    background: var(--base);
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 30%, 100% 70%, 90% 100%, 0 100%, 0% 70%, 0% 30%);
    clip-path: polygon(10% 0, 100% 0, 100% 30%, 100% 70%, 90% 100%, 0 100%, 0% 70%, 0% 30%);
    position: absolute;
    padding: 4px 10px 2px 10px;
    bottom: 15px;
    left: 15px;
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-details .blog-box .text-box .title {
    text-transform: uppercase;
}

.blog-details .blog-box .text-box .title a {
    color: #fff;
}

.blog-details .blog-box .text-box .date {
    color: var(--base);
    text-transform: uppercase;
    font-size: 12px;
}

.blog-details .blog-box .text-box .description {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
}

.blog-details .blog-box:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-details .filter-area .filter-box {
    background: #fff;
    padding: 30px 20px;
}

.blog-details .filter-area .filter-box h4 {
    margin-bottom: 20px;
}

.blog-details .filter-area .filter-box .input-group .input-group-text {
    border: none;
    border-radius: 0px;
    padding: 0;
}

.blog-details .filter-area .filter-box .input-group .input-group-text button {
    background: var(--base-secondary);
    height: 100%;
    width: 60px;
    border: none;
}

.blog-details .filter-area .filter-box .form-control {
    border-radius: 0px;
    border: none;
    height: 48px;
    font-size: 14px;
    padding: 15px;
    caret-color: var(--base);
}

.blog-details .filter-area .filter-box .form-control:focus {
    color: #212529;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.blog-details .filter-area .filter-box .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    background: #fff;
    border: none;
    border-radius: 0px !important;
    margin-right: 10px;
}

.blog-details .filter-area .filter-box .form-check .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
}

.blog-details .filter-area .filter-box .form-check .form-check-input:checked {
    background-color: var(--base);
    border-color: var(--base);
}

.blog-details .filter-area .filter-box .tag-item label {
    background: #fff;
    margin: 0 5px 10px 0;
    border-radius: 0px;
    color: var(--base);
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}

.blog-details .filter-area .filter-box .tag-item .btn-check:checked + .btn-primary {
    background: var(--base) !important;
    color: #fff;
}

.blog-details .filter-area .filter-box .tag-item .btn-check:focus + .btn-primary,
.blog-details .filter-area .filter-box .tag-item .btn-primary:focus {
    color: #fff;
    border-color: var(--base);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.blog-details .pagination .page-item {
    margin: 2px;
}

.blog-details .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-details .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.blog-details .pagination .page-item:hover .page-link, .blog-details .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 72rem;
    }
}

@media (max-width: 991px) {
    .navbar {
        background: rgba(0, 0, 0, 0.8);
    }

    .navbar .navbar-collapse .navbar-nav {
        text-align: left;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item {
        margin: 0px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
        text-align: center;
        background: transparent;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        color: #f00;
        background: none;
        border: none;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item i {
        font-size: 16px;
        margin-right: 5px;
        margin-left: 0;
        width: 20px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
        margin-bottom: 30px;
    }

    .navbar .navbar-text {
        right: 110px;
        top: 16px;
    }

    .navbar .navbar-text .notification {
        margin-right: 20px;
    }

    .details-section .order-box {
        padding: 15px;
    }

    .details-section .order-box .input-box .form-control,
    .details-section .order-box .input-box .form-select {
        width: 100%;
        -webkit-clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 65%, 95% 100%, 0 100%, 0 100%, 0% 35%);
        clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 65%, 95% 100%, 0 100%, 0 100%, 0% 35%);
    }

    .details-section .payment-box {
        padding: 15px;
    }

    .details-section .payment-box .btn-check + .btn-primary {
        padding: 5px 0;
    }

    .details-section .payment-box .row {
        --bs-gutter-x: 0.5rem !important;
    }
}

@media (max-width: 767px) {
    .dropdown-menu[data-bs-popper] {
        left: -100px !important;
    }
    h2 {
        font-size: 36px;
    }

    .navbar {
        padding: 0;
    }

    .navbar .navbar-text {
        right: 80px;
    }

    .navbar .navbar-text .notification {
        margin-right: 20px;
    }

    .navbar .notification-panel .notifications {
        right: -100px;
    }

    .banner .text-box {
        margin-bottom: 100px;
    }

    .banner .text-box h1 {
        font-size: 48px;
        text-shadow: -3px 4px var(--base-secondary);
        letter-spacing: 5px;
    }

    .banner .text-box h5 {
        letter-spacing: 10px;
    }

    .banner .skitter {
        height: 500px !important;
    }

    .banner .skitter .box_clone {
        height: 500px !important;
    }

    .banner .skitter .box_clone img {
        height: 500px !important;
    }

    .banner .skitter .container_skitter {
        height: 500px !important;
    }

    .banner .skitter .container_skitter .image .image_main {
        height: 500px !important;
    }

    .banner .text-box {
        margin-bottom: 100px;
    }

    .banner .text-box h1 {
        font-size: 48px;
        text-shadow: -3px 4px #ff7843;
        letter-spacing: 5px;
    }

    .banner .text-box h5 {
        letter-spacing: 10px;
    }

    .banner .skitter {
        height: 500px !important;
    }


    .header-text,
    .header-text-link {
        margin: 0 0 15px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-text a,
    .header-text-link a {
        display: inline-block;
        width: 150px;
    }

    .banner .text-box h5 {
        letter-spacing: 5px;
    }

    .game-btn {
        width: 190px;
        height: 55px;
        font-size: 14px;
    }

    .search-area {
        padding: 15px 0 15px 0;
    }

    .search-area .input-box .input-group .form-select {
        width: 120px;
        max-width: 120px;
        font-size: 12px;
        padding: 19px 0 19px 10px;
    }

    .search-area .input-box .input-group .search-btn {
        width: 50px;
    }

    .search-area .input-box .input-group .form-control {
        padding: 12px 12px;
        font-size: 12px;
    }

    .topup-section,
    .voucher-section,
    .giftcard-section,
    .about-section,
    .choose-section,
    .faq-section,
    .pricing-section,
    .blog-section {
        padding: 15px 0 35px 0;
    }

    .testimonial-section {
        padding: 50px 0;
    }

    .topup-section .img-box,
    .voucher-section .img-box,
    .giftcard-section .img-box {
        margin: 0 0 15px 0;
    }

    .search-area .input-box {
        margin: 0px;
    }

    .about-section .img-box,
    .about-section .text-box,
    .choose-section .img-box,
    .choose-section .text-box,
    .faq-section .img-box,
    .faq-section .text-box {
        margin: 0 0 15px 0;
    }

    .topup-section .img-box .tags,
    .voucher-section .img-box .tags,
    .giftcard-section .img-box .tags {
        display: block;
        float: right;
        text-align: right;
    }

    .topup-section .img-box .tags span,
    .voucher-section .img-box .tags span,
    .giftcard-section .img-box .tags span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }

    .pricing-section .pricing-box {
        margin: 0 0 15px 0;
    }

    .testimonial-section .review-box {
        margin: 0;
        padding: 50px 0 0 0;
    }

    .blog-section .blog-box {
        margin: 0 0 40px 0;
    }

    .footer-section .footer-box {
        margin: 0 0 40px 0;
    }

    .footer-section .footer-box h5 {
        margin-top: 0;
    }

    .shop-section .item-area .img-box .tags {
        display: block;
        float: right;
        text-align: right;
    }

    .shop-section .item-area .img-box .tags span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }

    .details-section {
        margin: 50px 0;
    }

    .details-section .order-box {
        padding: 15px;
    }

    .details-section .order-box .input-box .form-control,
    .details-section .order-box .input-box .form-select {
        width: 100%;
        -webkit-clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 65%, 95% 100%, 0 100%, 0 100%, 0% 35%);
        clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 65%, 95% 100%, 0 100%, 0 100%, 0% 35%);
    }

    .details-section .payment-box {
        padding: 15px;
    }

    .details-section .payment-box .btn-check + .btn-primary {
        padding: 5px 0;
    }

    .details-section .payment-box .row {
        --bs-gutter-x: 0.5rem !important;
    }

    .package-details {
        margin: 50px 0;
    }

    .package-details .description-box {
        padding: 15px;
    }

    .package-details .description-box .navigator button {
        width: 105px;
        margin: 0 2px 10px 0;
        font-size: 12px;
    }

    .package-details #reviews .review-box .text {
        width: 70%;
    }

    .package-details #reviews .review-box .review-date {
        width: 30%;
    }

    .package-details .related-items .img-box .tags {
        display: block;
        float: right;
        text-align: right;
    }

    .package-details .related-items .img-box .tags span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }

    .contact-section {
        padding: 50px 0;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
        color: #fff;
    }

}

/*# sourceMappingURL=style.css.map */

.container_skitter .label_skitter {
    padding: 0 300px;
}


@media (max-width: 575px) {
    .container_skitter .label_skitter {
        padding: 0 0;
    }

    .banner .text-box h5 {
        letter-spacing: 3px;
    }

    .banner .text-box h1 {
        font-size: 30px;
    }
}

.checked-img-circle {
    position: absolute;
    z-index: 1;
    top: 13%;
    left: 4%;
    background: red;
}

.package-list {
    width: 170px;
    text-align: center;
    /*background: #fff;*/
    display: block;
}

.package-list.gateway {
    width: 13px !important;
}

.package-list-active {
    background: red;
    color: #212529;
    /*background: #fff !important;*/
}

.w-15 {
    width: 15%
}

.secbg {
    background: #1e1027;
}

.image-input {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: #f0f8ff;
    background: #564d5c;
}

.image-input #image {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.image-input #image-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 70px 100px;
    z-index: 5;
    opacity: 0.3;
    cursor: pointer;
    background-color: #fff;
    font-size: 25px;
    border: 2px dashed #000;
    margin: auto;
    text-align: center;
}

.image-input .preview-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}

.custom-card.card-lg.bg-gradient .nav-link.active {
    color: #fff;
    background-color: var(--base-secondary);
    border-color: var(--base-secondary) var(--base-secondary) var(--base-secondary);
}

.custom-card.card-lg.bg-gradient .nav-link {
    color: var(--base);
}

.custom-card.card-lg.bg-gradient .nav-tabs .nav-link {
    border: 1px solid var(--base);
}

.custom-card.card-lg.bg-gradient .nav-tabs {
    border-bottom: 1px solid var(--base);
}

.transection__table.table thead tr {
    background: var(--base);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
}

.transection__table.table tbody {
    font-size: 14px;
}

@media (min-width: 992px) {
    .transection__table.table tbody tr td {
        border-color: #000;
    }
}

.transection__table.table tbody tr td {
    color: #000;
}


.transection__table.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: #fff;
}

.transection__table.table tbody tr td {
    color: #000;
    vertical-align: middle;
    padding: 5px;
    border-width: 1px;
    background: #fff !important;
}


/*Support Ticket*/
.chat-box.scrollable.position-relative.scroll-height {
    background: rgb(27 15 35 / 37%);
    padding: 10px;
    margin-top: 15px;
}

ul.chat-list.list-style-none {
    padding-left: 15px;
    padding-right: 15px;
}

.chat-list .chat-item .chat-content .msg {
    background-color: rgba(255, 255, 255, 0.11);
    font-size: 14px;
    max-width: 95%;
    border-radius: 6px;
    margin-top: 5px;
}

li.chat-item.list-style-none.mt-3 {
    list-style: none;
}

li.chat-item.list-style-none.replied.mt-3.text-right {
    display: flex;
    flex-direction: row-reverse;
}

.chat-img {
    padding-top: 9px;
}

.chat-list .chat-item.replied .chat-img {
    margin-left: 15px;
}

.chat-list .chat-item.replied .chat-content .msg {
    text-align: left;
}


#upload {
    opacity: 0;
    cursor: pointer;

}

.new-file-upload {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #5f76e8;
    cursor: pointer;
}

.new-file-upload input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
}

.new-file-upload span,
.new-file-upload span::before {
    cursor: pointer;
}

.upload-btn {
    position: relative;
}

.new-file-upload a {
    color: #fff;
}

.select-files-count {
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    right: 20px;
}

.ticket-box {
    height: 200px;
    max-height: initial;
    background: #131e51;
}


.card-body-buttons {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btn button {
    background: limegreen;
    padding: 9px 13px;
    border-radius: 50%;
    color: white;
    border: 1px solid limegreen;
    transition: background .1s ease;
}

.submit-btn button:hover {
    background: limegreen;
}

.chat-time {
    font-size: 12px;
}


.ticket-reply textarea {
    max-height: initial !important;
    padding: 0 0 0 15px;
}

.preview-form input,
.preview-form textarea {
    color: #fff !important;
}

#replayTicket {
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 0;
}


/**Global for this css **/

#Notiflix-Icon-Success,
#Notiflix-Icon-Failure,
#Notiflix-Icon-Warning {
    fill: #fff !important;
}

[v-cloak] {
    display: none;
}

.w-150px {
    width: 150px;
}

textarea.form-control {
    min-height: calc(1.5em + 5.75rem + 2px);
}

.login-section .contact-box select.form-control option {
    background: #3f3345;
    color: #fff;
}

.text-success {
    color: #28C76F !important;
}

.text-danger {
    color: #EA5455 !important;
    font-family: sans-serif;
}


.login-section .pagination .page-item {
    margin: 2px;
}

.login-section .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.login-section .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.login-section .pagination .page-item:hover .page-link,
.login-section .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

.btn-custom {
    color: #fff;
    background-color: var(--base);
    border-color: var(--base);
}

.media-img img {
    max-width: 80px;
}

.br-4 {
    border-radius: 4px !important;
}

.button-33 {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgb(44 187 99 / 20%) 0 -25px 18px -14px inset, rgb(44 187 99 / 15%) 0 1px 2px, rgb(44 187 99 / 15%) 0 2px 4px, rgb(44 187 99 / 15%) 0 4px 8px, rgb(44 187 99 / 15%) 0 8px 16px, rgb(44 187 99 / 15%) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}


.btn-base {
    background: linear-gradient(125deg, var(--base-secondary) 36%, var(--base) 36%);
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: 270px;
    display: inline-block;
    text-decoration: none;
    height: 60px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    -webkit-clip-path: polygon(9% 0, 100% 0, 100% 0, 100% 70%, 91% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(9% 0, 100% 0, 100% 0, 100% 70%, 91% 100%, 0 100%, 0 100%, 0% 30%);
    line-height: 3.0;

}

.btn-base:hover {
    color: #fff;;
}

.bg-custom {
    color: var(--base);
    background-color: var(--base);
}

.modal-header-custom {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--base);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header-custom .modal-title {
    font-size: 18px;
}

.modal-footer-custom {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    /*border-top: 1px solid #804301;*/
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    background-color: #fff;
}

.modal-body-custom {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    background-color: #fff;
}
.modal-header-custom h4{
    color: #fff;
}
.btn-success-custom:hover,
.btn-success-custom {
    color: #fff;
    background-color: var(--base);
    border-color: var(--base);
}

.shop-section {
    margin: 30px 0;
}

.shop-section h4 {
    text-transform: uppercase;
}

.shop-section .form-select,
.shop-section .form-control {
    border-radius: 0px;
    border: none;
    height: 48px;
    font-size: 14px;
    padding: 15px;
    caret-color: var(--base);
}

.shop-section .form-select:focus,
.shop-section .form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.shop-section .form-select {
    padding: 15px;
    border-radius: 5px;
}

.shop-section .filter-area .filter-box h4 {
    margin-bottom: 20px;
}

.shop-section .filter-area .filter-box .input-group .input-group-text {
    border: none;
    border-radius: 0px;
    padding: 0;
}

.shop-section .filter-area .filter-box .input-group .input-group-text button {
    background: var(--base-secondary);
    height: 100%;
    width: 60px;
    border: none;
}

.shop-section .filter-area .filter-box .form-range::-webkit-slider-thumb {
    background: var(--base);
}

.shop-section .filter-area .filter-box .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    background: #fff;
    border: none;
    border-radius: 0px !important;
    margin-right: 10px;
}

.shop-section .filter-area .filter-box .form-check .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
}

.shop-section .filter-area .filter-box .form-check .form-check-input:checked {
    background-color: var(--base);
    border-color: var(--base);
}

.shop-section .filter-area .filter-box .tag-item label {
    background: #fff;
    margin: 0 5px 10px 0;
    border-radius: 0px;
    color: var(--base);
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}

.shop-section
.filter-area
.filter-box
.tag-item
.btn-check:checked
+ .btn-primary {
    background: var(--base) !important;
    color: #fff;
}

.shop-section
.filter-area
.filter-box
.tag-item
.btn-check:focus
+ .btn-primary,
.shop-section .filter-area .filter-box .tag-item .btn-primary:focus {
    color: #fff;
    border-color: var(--base);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.shop-section .item-area .form-select {
    width: 200px;
}

.shop-section .item-area .form-select option:hover {
    color: #fff;
    background: var(--base) !important;
}

.shop-section .item-area .img-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.shop-section .item-area .img-box img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.shop-section .item-area .img-box .tags {
    position: absolute;
    top: 20px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-section .item-area .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 5px;
}

.shop-section .item-area .img-box .tags span:first-child {
    margin-left: 20px;
}

.shop-section .item-area .img-box .tags span:last-child {
    margin-right: 20px;
}

.shop-section .item-area .img-box h5 {
    margin-bottom: 0;
}

.shop-section .game-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.shop-section .game-box .img-box {
    margin-right: 15px;
}

.shop-section .game-box .img-box img {
    width: 200px;
}

.shop-section .game-box .more-info {
    text-transform: capitalize;
}

.shop-section .game-box .name {
    margin-bottom: 5px;
}

.shop-section .game-box .game-level {
    color: var(--base);
    text-transform: capitalize;
}

.shop-section .game-box .game-btn-sm {
    font-size: 13px;
    height: 45px;
    padding-top: 3px;
    position: relative;
    float: right;
}

.shop-section .game-box .game-btn-sm img {
    width: 14px;
    right: -5px;
}

.shop-section .pagination .page-item {
    margin: 2px;
}

.shop-section .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.shop-section .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.shop-section .pagination .page-item:hover .page-link,
.shop-section .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

.sell-post-details {
    padding: 15px 0;
}


.sell-post-details .game-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.sell-post-details .game-box .img-box {
    margin-right: 15px;
}

.sell-post-details .game-box .img-box img {
    width: 200px;
    border-radius: 10px;
}

.sell-post-details .game-box .more-info {
    text-transform: capitalize;
}

.sell-post-details .game-box .name {
    margin-bottom: 5px;
}

.sell-post-details .game-box .game-level {
    color: var(--base);
    text-transform: capitalize;
}

.sell-post-details .game-box .game-btn-sm {
    font-size: 13px;
    height: 45px;
    padding-top: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.sell-post-details .game-box .game-btn-sm img {
    width: 14px;
    right: -5px;
}


.sell-post-details .game-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.sell-post-details .game-box .img-box {
    margin-right: 15px;
    width: 200px;
}

.sell-post-details .game-box .img-box img {
    min-width: 200px;
    width: 200px;
    border-radius: 10px;
}

.sell-post-details .game-box .img-box.owl-carousel .owl-dots {
    text-align: center;
    position: relative;
    top: -33px;
}

.sell-post-details .game-box .img-box.owl-carousel .owl-dots button.owl-dot {
    margin: 0 3px;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: var(--base-rgba);
}

.sell-post-details .game-box .img-box.owl-carousel .owl-dots button.owl-dot.active {
    background: var(--base);
}

.sell-post-details .game-box .more-info {
    text-transform: capitalize;
}

.sell-post-details .game-box .name {
    margin-bottom: 5px;
}

.sell-post-details .game-box .game-level {
    color: var(--base);
    text-transform: capitalize;
}

.sell-post-details .game-box .game-btn-sm {
    font-size: 13px;
    height: 45px;
    padding-top: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.sell-post-details .game-box .game-btn-sm img {
    width: 14px;
    right: -5px;
}

.sell-post-details form {
    background: #fff;
    padding: 30px;
}

.sell-post-details form .form-label {
    text-transform: capitalize;
}

.sell-post-details form .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    border: none;
    color: #6e6e6e;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(
        6% 0,
        100% 0,
        100% 0,
        100% 70%,
        94% 100%,
        0 100%,
        0 100%,
        0% 30%
    );
    clip-path: polygon(
        6% 0,
        100% 0,
        100% 0,
        100% 70%,
        94% 100%,
        0 100%,
        0 100%,
        0% 30%
    );
}

.sell-post-details form .form-control-sm {
    height: 50px;
    padding: 0 15px;
}

.sell-post-details form textarea.form-control {
    height: 100%;
    -webkit-clip-path: polygon(
        4% 0,
        100% 0,
        100% 0,
        100% 84%,
        96% 100%,
        0 100%,
        0 100%,
        0 16%
    );
    clip-path: polygon(
        4% 0,
        100% 0,
        100% 0,
        100% 84%,
        96% 100%,
        0 100%,
        0 100%,
        0 16%
    );
}

.sell-post-details form .game-btn-sm {
    font-size: 14px;
}

@media (max-width: 767px) {
    .game-box {
        text-align: center;
    }

    .game-box .img-box {
        margin-bottom: 15px;
    }

    .shop-section .game-box .game-btn-sm {
        position: relative !important;
        top: 0;
        right: 0;
        margin-top: 15px;
    }
}

.upload-sell-post {
    padding: 15px 0;
}

.upload-sell-post .selected-image {
    border-radius: 10px;
    max-height: 176px;
    min-height: 176px;
    width: 100%;
}

.upload-sell-post .upload-img {
    position: relative;
    padding: 8px 12px;
    border-radius: 10px;
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #b2bac2;
}

.upload-sell-post .upload-img h5 {
    margin-bottom: 0;
}

.upload-sell-post .upload-img input {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    margin: auto;
    cursor: pointer !important;
}

.upload-sell-post .upload-img:hover h5 {
    color: var(--base);
}

.upload-sell-post .form-box {
    margin-top: 50px;
    background: #e7e7e7;
    padding: 30px;
}

.upload-sell-post .form-group {

    margin-bottom: 15px;
}

.upload-sell-post .form-box .form-label {
    text-transform: capitalize;
}

.upload-sell-post .form-box .form-select,
.upload-sell-post .form-box .form-control {
    display: inline-block;
    /*margin: 0px 10px 10px 0;*/
    border: 1px solid #e9e9e9;
    border: none;
    background: #fff;
    color: #000;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
}

.upload-sell-post .form-box .form-select:focus,
.upload-sell-post .form-box .form-control:focus {
    border-color: var(--base);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.upload-sell-post .form-box .form-select::-webkit-input-placeholder,
.upload-sell-post .form-box .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.upload-sell-post .form-box .form-select:-ms-input-placeholder,
.upload-sell-post .form-box .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.upload-sell-post .form-box .form-select::-ms-input-placeholder,
.upload-sell-post .form-box .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.upload-sell-post .form-box .form-select::placeholder,
.upload-sell-post .form-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.upload-sell-post .form-box .form-select option {
    color: #000;
}

.upload-sell-post .form-box textarea.form-control {
    height: 100%;
}

.note {
    color: #fff;
    background-color: var(--base-secondary);
    border-color: var(--base-secondary);
}

.dark-bg {
    background: rgba(25, 14, 31, 0.3);
}


.header-box-title,
.header-box-link {
    margin: 0 0 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-box-title .info {
    cursor: pointer
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #e2e0e3;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #6d6572;
    border-radius: 0.25rem;
    caret-color: var(--base);
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
}

.removeFile {
    border-radius: unset !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    z-index: 1;
}

.z0 {
    z-index: 0 !important;
}

.z9 {
    z-index: 9 !important;
}

.logo-text img {
    max-width: 100%;
    max-height: 100%;
}

.image-input .preview-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}

.image-input .preview-image-product {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 85%;
}

.image-preview {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.sell-post-details .offer-maker-list {
    /*background: #fff;*/
    background: rgb(27 15 35 / 37%);
    padding: 30px;
}

#sortByActionBtn.dropdown-toggle::after,
#offerActionBtn.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#sortByActionBtn + ul,
#offerActionBtn + ul {
    min-width: 0;
    margin: 0;
    background: rgba(27, 15, 35, 0.62);
    border: 1px solid var(--base);
}


.base-color {
    color: var(--base);
}

#sortByActionBtn + ul > li > a,
#offerActionBtn + ul > li > a {
    color: #fff;
}

#sortByActionBtn + ul > li > a:hover,
#offerActionBtn + ul > li > a:hover {
    background-color: rgb(24 13 30 / 60%);
    color: #fff;
}

#btnSellAll.game-btn-sm {
    width: 117px;
    height: 40px;
}

#offerList.sell-post-details {
    padding: 0px 0;
}

/*WA CHat Box*/

.report .card {
    border: none;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgb(10 11 16 / 45%), rgb(25 26 33 / 45%)), url(../../../../assets/uploads/logo/wa.jpg);
}

.report img {
    border-radius: 20px;
}


.report .adiv {
    background: #2A2F32;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    height: 46px
}

.report .adiv p {
    font-size: 18px;
    margin-top: 0;
}

.report .chat {
    border: none;
    background-color: #262D31;
    font-size: 14px;
    border-radius: 5px;
}

.report .bg-white {
    border: 1px solid #056263;
    font-size: 14px;
    border-radius: 10px;
    background-color: #056263 !important;
}

.text-wa {
    color: #fff;
    font-size: 14px;
}

.report .myvideo img {
    border-radius: 20px
}

.writing-box {
    background: #2A2F32 !important;
}

.writing-box .send {
    padding-right: 10px;
}

.report .writing-box .input--group.px-3 {
    padding: 25px 15px 0 20px !important;
    width: 100%;
}

.report .form--control {
    background: #33383B;
    border-radius: 15px;
    min-height: 20px;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    font-weight: 400;
    word-wrap: break-word;
    white-space: pre-wrap;
    outline: none;
    padding: 10px 20px;
}

.report .form-control:focus {
    box-shadow: none
}

.report .form-control::placeholder {
    font-size: 8px;
    color: #E3E3E5;
}

.timmer {
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 20px;
    padding-bottom: 5px;
}

.chat-length {
    min-height: 500px;
    max-height: 600px;
    overflow-x: hidden;
}

.type_msg {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    height: 60px !important;
    overflow-y: auto;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

/* End WA chat*/
.btn-success {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.writing-box .send {
    padding-right: 10px;
}

.text-center {
    text-align: center !important;
}

.la, .las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.la, .lab, .lad, .lal, .lar, .las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.input-group:not(:last-child) {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mw-130 {
    min-width: 140px;
}

.user img {
    border: 3px solid !important;
}

.user .batti {
    font-size: 10px;
    right: 3% !important;
    bottom: 12% !important;
}

.padding {
    padding-top: 0.25rem !important;
    padding-right: 1.5rem !important;
}

.user img {
    border: 3px solid #6f6873 !important;
}

.active-light {
    bottom: 0px;
    right: 0px;
    font-size: 10px;
}

.w-90 {
    width: 90%;
}

.offer-maker-list .paid-making-payment {
    padding: 5px;
    background: #483b4f;
}


.sell-post-details .item-area .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}

.sell-post-details .pagination .page-item {
    margin: 2px;
}

.sell-post-details .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sell-post-details .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.sell-post-details .pagination .page-item:hover .page-link, .sell-post-details .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

.offer-list-form form {
    background: transparent !important;
    padding-bottom: 0 !important;
}

.offer-list-form .contact-box {
    background-color: #fff;
    padding-bottom: 20px !important;
}

.offer-list-form.search-box .contact-box {
    background-color: #fff;
    padding-bottom: 20px !important;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 12px;
}

.sortByBtn {
    float: right
}

@media (max-width: 767px) {

    .sortByBtn {
        float: left
    }
}

.offer-list-form .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--base-secondary);
}

.withdraw-detail .form-control:disabled,
.withdraw-detail .form-control[readonly] {
    background-color: #7c7181;
    border: #7c7181;
    color: white;
    opacity: 1;
}

.withdraw-detail .form-control:disabled,
.withdraw-detail .form-control[readonly]:focus {
    outline: none !important;
    border: #7c7181;
    box-shadow: 0 0 0px #7c7181;
}

.withdraw-detail .form-control {
    background-color: rgb(27 15 35 / 37%);
    border: rgb(27 15 35 / 37%);
    color: white;
    opacity: 1;
}

.withdraw-detail .form-control:focus {
    outline: none !important;
    border: rgb(27 15 35 / 37%);
    box-shadow: 0 0 0px #7c7181;
}

.earn.form-control {
    background-color: #7c7181;
    border: #7c7181;
    color: white;
    opacity: 1;
}

.earn.form-control {
    outline: none !important;
    border: #7c7181;
    box-shadow: 0 0 0px #7c7181;
}

.modal-price.form-control {
    background-color: #7c7181;
    border: #7c7181;
    color: white;
    opacity: 1;
}

.modal-price.form-control {
    outline: none !important;
    border: #7c7181;
    box-shadow: 0 0 0px #7c7181;
}

.card-preview {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #4d4454;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.preview-list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #eae9eb;
    text-decoration: none;
    background-color: #fff;
    border: 1px solidrgba(0, 0, 0, .125);
}

.w-20 {
    width: 27% !important;
}

.wh-200-150 {
    width: 223px;
    height: 150px;
}

.input-group:not(:last-child) {
    margin-top: 00px;
    margin-bottom: 00px;
}

.fileinput .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left !important;
    vertical-align: middle;
    max-width: 60%;
    max-height: 60%;
}

.img-define {
    max-height: 145px !important;
}

.custom-success {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
}

.dashboard__card-1 {
    background: #193576 !important;
}

.dashboard__card-icon-1, .dashboard__card .view-btn-1 {
    color: #193576 !important;
}

.dashboard__card-2 {
    background: #1B75BC !important;
}

.dashboard__card-icon-2, .dashboard__card .view-btn-2 {
    color: #1B75BC !important;
}

.dashboard__card-3 {
    background: #F6296E !important;
}

.dashboard__card-icon-3, .dashboard__card .view-btn-3 {
    color: #F6296E !important;
}

.dashboard__card-4 {
    background: #1562A1 !important;
}

.dashboard__card-icon-4, .dashboard__card .view-btn-4 {
    color: #1562A1 !important;
}

.dashboard__card-5 {
    background: #ad0a0a !important;
}

.dashboard__card-icon-5, .dashboard__card .view-btn-5 {
    color: #ad0a0a !important;
}

.dashboard__card-6 {
    background: #1c3364 !important;
}

.dashboard__card-icon-6, .dashboard__card .view-btn-6 {
    color: #1c3364 !important;
}

.dashboard__card-7 {
    background: #FB542B !important;
}

.dashboard__card-icon-7, .dashboard__card .view-btn-7 {
    color: #FB542B !important;
}

.dashboard__card-8 {
    background: #c17416 !important;
}

.dashboard__card-icon-8, .dashboard__card .view-btn-8 {
    color: #c17416 !important;
}

.dashboard__card-9 {
    background: #506e2e !important;
}

.dashboard__card-icon-9, .dashboard__card .view-btn-9 {
    color: #506e2e !important;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .dashboard__card {
        padding: 25px;
    }
}

.dashboard__card-content .price {
    font-family: "Open Sans", sans-serif !important;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 1399px) {
    .dashboard__card-content .price {
        font-size: 15px;
    }
}

.dashboard__card-content .info {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .dashboard__card-content .info {
        font-size: 13px;
    }
}

.dashboard__card-icon {
    color: var(--brand-color);
    background: #fff;
    font-size: 36px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-shadow: 2px 3px 5px;
    box-shadow: 0 3px 12px 3px rgba(255, 255, 255, 0.15);
}

@media (max-width: 1399px) and (min-width: 992px) {
    .dashboard__card-icon {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
}

@media (max-width: 1399px) and (max-width: 450px) {
    .dashboard__card-icon {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
}

@media (max-width: 991px) {

    .dashboard__card-content .info {
        font-size: 12px;
    }
    .dashboard__card-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

.dashboard-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
}

div[class*=col]:nth-of-type(4n + 1) .dashboard__card {
    background: #352b3a;
}

.rating, .header-bottom-area, .menu, .contact-info-item, .dashboard__card, .deposit-group, .post__item-content .post-creator {
    display: flex;
    flex-wrap: wrap;
}

.dashboard__card {
    background: linear-gradient(-45deg, #0F054C 0%, #22196D 100%);
    padding: 18px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

div[class*=col]:nth-of-type(4n + 1) .dashboard__card-icon {
    color: #352b3a;
}

.preloader, .video-button, .dashboard__card-icon, .dashboard-link, .feature-item_icon, .counter-item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard__card-icon {
    color: var(--brand-color);
    background: #fff;
    font-size: 36px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-shadow: 2px 3px 5px;
    box-shadow: 0 3px 12px 3px rgb(255 255 255 / 15%);
}

.dashboard__card-icon img {
    max-width: 25px;
}

.sell-post-details {
    margin: 25px 0;
}

.sell-post-details .text-box {
    margin-top: 30px;
}

.sell-post-details .text-box h4 {
    text-transform: uppercase;
}

.sell-post-details .payment-box {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
}

.sell-post-details .payment-box h5 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sell-post-details .payment-box .btn-check + .btn-primary {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 0px;
    /* margin-bottom: 10px; */
    padding: 10px;
    display: block;
    color: #212529;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sell-post-details .payment-box .btn-check + .btn-primary .check {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
}

.sell-post-details .payment-box .btn-check + .btn-primary::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
}

.sell-post-details .payment-box .btn-check:checked + .btn-primary .check {
    opacity: 1;
}

.padding-x-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sell-post-details .payment-box .btn-check:checked + .btn-primary::after {
    background: none;
}

.sell-post-details .payment-box .btn-check:focus + .btn-primary,
.sell-post-details .payment-box .btn-primary:focus {
    color: #000;
    border-color: var(--base-secondary);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.sell-post-details .payment-box .payment-options {
    height: 171px;
    padding-right: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sell-post-details .payment-box .payment-options::-webkit-scrollbar {
    width: 6px;
}

.sell-post-details .payment-box .payment-options::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
}

.sell-post-details .payment-box .payment-options::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
}

.sell-post-details .payment-box .payment-options::-webkit-scrollbar-thumb:hover {
    background: var(--base);
}

.sell-post-details .estimate-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sell-post-details .estimate-box ul li {
    margin-bottom: 15px;
}

.sell-post-details .estimate-box ul li span {
    float: right;
}

.sell-post-details .estimate-box .game-btn-sm {
    font-size: 14px;
}

.sell-post-details .estimate-box .game-btn-sm img {
    left: -10px;
}

.package-details {
    margin: 30px 0;
}

.sell-post-details form {
    background: rgb(27 15 35);
    padding: 0px;
}

.sell-post-details-custom form {
    background: #fff;
    padding: 30px;
}


.cursor-pointer {
    cursor: pointer
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #f5f6f6;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.table-custom {
    overflow-x: inherit !important;
}

.recent-blog a {
    color: #000;
    font-size: 16px;
    line-height: 2.8;
}

.recent-blog a:hover {
    color: var(--base);
}

.recent-blog a + p {
    font-size: 12px;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background-color: transparent !important;
}

.btn-site {
    color: #fff;
    background-color: var(--base);
    border-color: var(--base);
}

.btn-site:hover {
    color: #fff;
    background-color: var(--base);
    border-color: var(--base);
}

.btn-check:focus + .btn-site, .btn-site:focus {
    color: #fff;
    background-color: var(--base);
    border-color: var(--base);
    box-shadow: none;
}

.form-box .input-group.prepend .game-btn {
    width: 80px;
    font-size: 13px;
    height: 60px;
}

.form-box .input-group.append .game-btn {
    width: 80px;
    font-size: 13px;
    height: 60px;
}

.bg-form-box {
    background: #fff;
    padding: 20px;
}

.custom-card.card-lg.bg-gradient .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-select {
    background-image: url(../images/downward-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
}

.prepend-btn {
    background: #1d1024;

    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 0 100%, 0% 30%) !important;
    clip-path: polygon(0% 0, 100% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 0 100%, 0% 30%) !important;
}

.prepend-btn::before, .prepend-btn::before {
    content: "";
    background: #1d1024;
}

.shop-section .form-select:focus,
.shop-section .form-control:focus {
    background-color: #493f4f;
    color: #fff;
}

.form-select option:checked {
    color: #fff;
    background-color: var(--base) !important;
}

.form-select option:hover {
    color: #fff;
    background-color: var(--base) !important;
}

.form-select:focus > .form-select option:checked {
    background-color: var(--base) !important;
}

.text-cursor {
    cursor: text !important;
}

.btn.btn-custom:hover {
    opacity: 0.8;
}

@media (max-width: 1399px) {

    .footer-section .footer-box h5{
        font-size: 16px;
    }
    .footer-section .footer-box .social-links a {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        padding-top: 10px;
    }

    .footer-section .footer-box .social-links a i {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-brand img {
        max-height: 100px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        min-width: 80px;
    }

    .banner .text-box h5 {
        letter-spacing: 24px;
    }

    .navbar .navbar-text {
        right: 20px;
    }

    .shop-section .game-box .game-btn-sm.makeOffer {
        font-size: 10px;
        height: 33px;
        padding-top: 3px;
        position: absolute;
        top: 15px;
        right: 8px;
        width: 100px;
    }
}

@media (max-width: 1020px) {
    .navbar .navbar-brand img {
        max-height: 100px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        min-width: 60px;
    }

    .footer-section .footer-box .social-links a {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        padding-top: 6px;
    }

    .footer-section .footer-box .social-links a i {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-text {
        right: 110px;
        top: 6px;
    }

    .banner .text-box h5 {
        letter-spacing: 12px;
    }

    .banner .text-box h1 {
        font-size: 80px;
    }

    .banner .text-box {
        margin-bottom: 388px;
    }

    h5 {
        font-size: 15px;
    }
    .shop-section .game-box .game-btn-sm.makeOffer {
        font-size: 10px;
        padding-top: 3px;
        position: absolute;
        right: 8px;
        top: unset;
        bottom: 10px;
        width: 200px;
        height: 40px;

    }

}

@media (max-width: 767px) {
    .banner .text-box h5 {
        letter-spacing: 7px;
    }

    h2 {
        font-size: 24px;
    }
    .shop-section .game-box .img-box+div{
        float: left;
    }
    .shop-section .game-box .name{
        text-align: left;
    }
}

@media (max-width: 575px) {
    .navbar .navbar-text {
        top: 4px;
    }

    .banner .text-box {
        margin-bottom: 130px;
    }

    .banner .text-box h1 {
        font-size: 42px;
    }

    .banner .text-box h5 {
        letter-spacing: 2px;
    }

    .topup-section .img-box img,
    .voucher-section .img-box img,
    .giftcard-section .img-box img {
        /*width: 100%;*/
    }
    section.shop-section.sell-post  .col-md-8.mt-5.mt-lg-0 .col-md-12.col-sm-6{
        width: 50%;
    }
    .img-box.image-slider.owl-carousel.owl-loaded.owl-drag {
        width: 100%;
    }
    .shop-section .game-box .game-btn-sm.makeOffer{
        width: 100%;
    }

}

@media (max-width: 480px) {
    .banner .text-box {
        margin-bottom: 130px;
    }

    .banner .text-box h1 {
        font-size: 42px;
    }

    .banner .text-box h5 {
        letter-spacing: 2px;
    }
    .shop-section .item-area .col-md-3.col-sm-4.col-4{
        width: 50%;
    }
}


@media (max-width: 450px) {

    .topup-section .col-lg-2.col-md-3.col-sm-4.col-4,
    .voucher-section .col-lg-2.col-md-3.col-sm-4.col-4,
    .giftcard-section .col-lg-2.col-md-3.col-sm-4.col-4 {
        width: 50%;
    }

    section.shop-section.sell-post  .col-md-8.mt-5.mt-lg-0 .col-md-12.col-sm-6{
        width: 100%;
    }
    .img-box.image-slider.owl-carousel.owl-loaded.owl-drag {
        width: 200px;
    }
    .shop-section .game-box .game-btn-sm.makeOffer{
        max-width: 100%;
    }
}


@media (max-width: 414px) {
    .page-header {
        padding: 120px 0 80px 0;
    }
}
@media (max-width: 350px) {
    .navbar .navbar-text .notification-icon {
        margin-right: 16px;
    }

    .navbar .navbar-text {
        right: 90px;
    }

    h2 {
        font-size: 20px;
    }

    .header-text a, .header-text-link a {
        display: inline-block;
        width: 105px;
    }

    .header-text-link a i {
        position: relative;
        top: 2px;
        right: -1px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        font-size: 18px;
    }

    .banner .text-box {
        margin-bottom: 130px;
    }

    .banner .text-box h1 {
        font-size: 36px;
    }

    .banner .text-box h5 {
        letter-spacing: 2px;
    }
}

.table {
    margin: 0;
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.table thead tr {
    background: var(--base);
}

.table thead tr th {
    padding: 10px 15px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.table tbody {
    font-size: 14px;
}

.table tbody tr {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.table tbody tr td {
    padding: 5px;
    border-width: 1px;
    border-bottom: 1px;
}

.table tbody tr td .badge {
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .table tbody tr td {
        border-color: rgb(167 167 167 / 10%);
    }
}

@media (max-width: 991px) {
    .table thead {
        display: none;
    }

    .table tbody tr td {
        border: none;
        border-bottom: 1px solid #f0f0f0;
    }

    /*.table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: end;
        padding-left: 25px;
    }*/

    .table tbody tr td::before {
        content: attr(data-label);
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-weight: 500;
    }
}
.y_caption {
    position: absolute;
    bottom: -50px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.y_item:hover .y_caption {
    opacity: 1;
    bottom: 0;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 5px;
    border-radius: 0 0 15px 15px;
}
.y_item:hover img {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1;
}
.item-minigame-price{
  display: flex;
}
.item-minigame_second.y_content-item{
  position: relative;
  height: 205px;
  margin-bottom: 10px;
}
.item-minigame_second.y_content-item a, .item-minigame_second.y_content-item a img{
  display: block;
  height: 100%;
  width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.skitter.skitter-large{
  border-radius: 15px;
    overflow: hidden;
}
.check-radio-form input[type=radio]:checked ~ label {
    border: 3px solid #f00;
}
.check-radio-form label {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #dcdee9;
    cursor: pointer;
    margin-bottom: 5px;
}
.charge-card-form label {
    height: 56px;
}
.check-radio-form input[type=radio]:checked ~ label p {
    color: #f67600;
}
.check-radio-form label p {
    line-height: 56px;
    text-align: center;
    color: #f67600;
    font-weight: 600;
    font-size: 16px;
}
.charge-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
}
.charge-content-img {
    flex: 1 0 auto;
    background: url('https://robuxviet.vn/assets/frontend/theme_3/image/charge_card.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 12px;
}
.item-area{
  background: #fff;
    padding: 15px;
    border-radius: 15px;
}
.rounded-15{
  border-radius: 5px;
}
.skitter.with-dots {
    margin-bottom: 0;
}
.rotation-header button {
    border: 1px solid #F67600;
    border-radius: 8px;
    color: #F67600;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 20px;
    background-color: #FFFFFF;
}
.rotation-header h1 {
    color: #1B1D29;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
    margin-right: 0.5rem;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-width: 80%;
}
.rotation-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.button-secondary:hover {
    background: #F67600;
    color: #FFFFFF;
}
.rotation-buttons button {
    outline: none;
    width: 100%;
    border-radius: 8px;
}
.button-demo {
    padding: 0.75rem;
    font-weight: 600;
    font-size: 16px;
    background-color: #FFFFFF;
    color: #F67600;
    border: 1px solid #F67600;
}
.button-rainbow button {
    animation: rainbow 3s infinite, heartbeat 0.6s infinite;
    background: #c0392b;
}
.button-play {
    padding: 13px;
    font-weight: 600;
    font-size: 16px;
    background-color: #F67600;
    color: #FFFFFF;
    border: none;
}
.button-rainbow button .rainbow {
    /*width: 120px;*/
    /*height: 120px;*/
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
    transition: 0.5s ease;
    opacity: 0;
    transform: rotate(0);
}
.button-rainbow button .rainbow:before {
    content: "🌈";
    left: 0;
}
.button-rainbow button:hover .rainbow {
    opacity: 1;
    animation: rotate-nonstop 0.2s infinite;
}
.button-rainbow button + .name {
    color: #444;
}

@keyframes rotate-nonstop {
    50% {
        transform: rotate(92deg);
    }
}
@keyframes omg-yes {
    50% {
        opacity: 1;
    }
    100% {
        top: -50px;
    }
}
@keyframes rainbow {
    0% {
        background: #F67600;
    }
    10% {
        background: #F67600;
    }
    20% {
        background: #F67600;
    }
    30% {
        background: #F67600;
    }
    40% {
        background: #F67600;
    }
    50% {
        background: #F67600;
    }
    60% {
        background: #F67600;
    }
    70% {
        background: #F67600;
    }
    80% {
        background: #F67600;
    }
}

.button-jittery button {
    animation: jittery 4s infinite;
}
.button-jittery button:hover {
    animation: heartbeat 0.2s infinite;
}

@keyframes jittery {
    5%, 50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.15);
    }
    20% {
        transform: scale(1.15) rotate(-5deg);
    }
    25% {
        transform: scale(1.15) rotate(5deg);
    }
    30% {
        transform: scale(1.15) rotate(-3deg);
    }
    35% {
        transform: scale(1.15) rotate(2deg);
    }
    40% {
        transform: scale(1.15) rotate(0);
    }
}
@keyframes heartbeat {
    50% {
        transform: scale(1.04);
    }
}
.rotation-sale-secondary .second-sale-price {
    font-weight: 700;
    font-size: 24px;
    color: #F67600;
    margin-left: 8px;
}
.rotation-sale-secondary .first-sale-price {
    font-weight: 400;
    font-size: 14px;
    color: #82869E;
    text-decoration-line: line-through;
}
.rotation-sale-secondary .third-sale-price span {
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    background: #F67600;
    border-radius: 4px;
    padding: 2px 8px;
}
.rotation-sale-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F7;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.rotation-marquee {
    display: block;
    padding: 8px 0;
    margin-left: 2.5rem;
}
.rotation-notify img {
    position: absolute;
    top: 25%;
    left: 2%;
}
.existing-items {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background-image: url(../images/bg-item-prosession.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px;
}
.existing-items .number_item {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #F67600;
}
.nav-link img{
  width: 24px;
  height: 24px;
  padding-right: 5px;
}
.btn-primary {
    color: #fff !important;
    background-color: #ef4444;
    border-color: #ef4444;
}
.btn-outline-primary {
    color: #F67600 !important;
    border-color: #F67600;
}
.btn-primary:hover, .btn-outline-primary:hover {
  background-color: #F67600;
  border-color: #F67600;
  opacity: 0.6;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #F67600;
    background-color: unset !important;
    border-color: #F67600 !important;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
  color: #fff !important;
  background-color: #F67600;
  border-color: #F67600;
}
.btn.active::after {
    display: none;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #F67600;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #F67600;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #F67600;
    border: 0;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #F67600;
  border: 0;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #F67600;
  border: 0;
  color: #fff !important;
}
.leaderboard-item{
  display: flex;
  justify-content: space-between;
}
.leaderboard-item span {
    display: block;
    text-align: center;
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #F67600;
    color: #F67600;
    margin-right: 5px;
}
.leaderboard-item {
    padding: 5px;
}
.leaderboard-item:nth-child(odd) {
    background-color: #F3F3F7;
}
.leaderboard-item:nth-child(even) {
    background-color: #FFFFFF;
}
.leaderboard-tab .nav-link{
  width: 50%;
  font-weight: 700;
    color: #000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f67600;
    background-color: #fff;
    border: 0;
    font-weight: 700;
    border-bottom: 2px solid #f67600;
}
.nav-tabs .nav-link {
    border: 0;
}
.nav-tabs {
    border-bottom: 0;
}
.backpack .item{
  display: block;
margin: auto;
background: #ffedd6;
width: 100px;
height: 140px;
padding: 15px;
text-align: center;
border-radius: 5px;
}
.fixed-top{
    position: relative;
}
.form-control, .shop-section .filter-area .filter-box .form-check .form-check-input{
    background-color: #f5f5f5;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    padding: 5px;
    font-size: 13px;
    color: rgba(220, 38, 38);
    font-weight: 700;
}
.game-level{
    font-size: 20px;
    font-weight: 700;
}
.thongbao img{
    width: 100%;
}
.font-weight-bold{
    font-weight: 700;
}
.bg-gradient{
    background: #fff;
    border-radius: 12px;
}
.text-box img, .text-box iframe{
    width: 100%;
}
.home-item-title{
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    color: #000;

}
@media (max-width: 768px){
	.rotation-header{
		display: block !important;
	}
    .package-list {
        width: 47%;
        text-align: center;
        /* background: #fff; */
        display: block;
    }
    .navbar .navbar-brand img {
    width: 150px;
    }
    .text-box img, .text-box iframe {
        width: 100%;
        height: 215px;
    }
    #description iframe{
        height: 215px;
    }
    .home-item-title{
        font-size: 14px;
        text-align: left;
        font-weight: 600;
        padding: 12px;
    }
    .shop-section .game-box .img-box, .shop-section .game-box .img-box img{
        width: 100%;;
    }
    .shop-section .game-box .img-box+div {
        text-align: left;
    }
    .game-btn-sm{
        width: 100%;
    }
    .sell-post-details .game-box .img-box img, .sell-post-details .game-box .img-box{
        width: 100% !important;
    }
}
.order-box img{
    width: 100% !important;
}
#description iframe{
    width: 100% !important;
}
.paymentConfirm{
    width: 125px;
    font-size: 18px;
}
b, strong {
    font-weight: 700 !important;
}
.game-box.detail img{
    width: 100% !important;
}
.ok{
  
}

.bg-gray-100{
    background-color: rgba(245,245,245);
}
.item-box .text-box{
    min-height: 7rem;
    padding: .75rem;
}
.fs-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.item-box .item-price{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.7rem !important;
    cursor: default;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    background-size: 100% 80% !important;
    background-position: center !important;
    background-repeat: repeat;
    color: #fff !important;
    border-color: hsla(0, 0%, 57.3%, 0) !important;
    background: url(../images/voucher3.png);
}
.bxs-shield {
    font-size: 30px;    
    color: rgba(220,38,38);
}
.bxs-shield:before {    
    content: "\eb96";
}
.v-star{
    position: relative;    
}
.bg-yellow-100{
    background: rgba(254,249,195);
}
.cta{
    padding: 0 2rem;
    width: 50%;
    height: 56px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #dc2626;
    font-weight: 700;
    animation: myfirst-data .5s;
    -moz-animation: myfirst-data .5s infinite;
    -webkit-animation: myfirst-data .5s infinite;
    text-shadow: 1px 1px 0 #181817;
    cursor: pointer;
}
@-webkit-keyframes myfirst-data {
    0% {
        background: #ee4a09
    }

    50% {
        background: #dc2626
    }

    to {
        background: #ee4a09
    }
}
.btn-login {
    background-color: #ef4444; /* tw-bg-red-500 */
    transition: all 0.2s ease; /* tw-transition tw-duration-200 */
    color: white; /* tw-text-white */
    font-size: 0.875rem; /* tw-text-sm */
    padding-left: 1rem; /* tw-px-4 */
    padding-right: 1rem; /* tw-px-4 */
    border-radius: 9999px; /* tw-rounded-full */
    font-weight: 600; /* tw-font-semibold */
    height: 2rem; /* tw-h-8 */
    position: relative; /* tw-relative */
  }
  
  @media (min-width: 768px) {
    .btn-login {
      height: 2.5rem; /* md:tw-h-10 */
    }
  }
  
  .icon-user {
    top: -15px;
    font-size: 1.25rem; /* tw-text-lg */
  }
  .icon-container {
    height: 1.5rem; /* tw-h-6 */
    width: 1.75rem; /* tw-w-7 */
    border-radius: 0.25rem; /* tw-rounded */
    background-color: rgba(254,226,226); /* tw-bg-red-100 */
    margin-right: 0.5rem; /* tw-mr-2 */
  }

  .icon-container .icon {
    font-size: 1.25rem; /* tw-text-lg */
  }
  .custom-input {
    border: 1px solid #1d4ed8; /* tw-border-blue-800 */
    border-radius: 0.375rem; /* tw-rounded */
    height: 2.75rem; /* tw-h-11 */
    padding-left: 0.75rem; /* tw-px-3 */
    padding-right: 0.75rem; /* tw-px-3 */
    font-weight: 600; /* tw-font-semibold */
  }

  .custom-input:focus {
    outline: none; /* remove default Bootstrap outline */
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25); /* Bootstrap focus shadow */
  }

  .form-label-custom {
    font-weight: 600; /* tw-font-semibold */
    font-size: 0.875rem; /* tw-text-sm */
    color: rgba(30,58,138); /* tw-text-blue-900 */
  }

  .error {
    color: #dc3545; /* Bootstrap error color */
    font-size: 0.875rem; /* tw-text-sm */
  }
  .btn-custom {
    border-radius: 0.375rem; /* tw-rounded */
    height: 2.75rem; /* tw-h-11 */
    padding-left: 0.75rem; /* tw-px-3 */
    padding-right: 0.75rem; /* tw-px-3 */
    font-weight: 600; /* tw-font-semibold */
    width: 100%; /* tw-w-full */
    color: #ffffff; /* text-white */
    text-align: center; /* Center text horizontally */
    display: flex; /* Flex container */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
  }

  .btn-zalo {
    border: 1px solid #1d4ed8; /* tw-border-blue-700 */
    background-color: #1d4ed8; /* tw-bg-blue-700 */
  }

  .btn-google {
    border: 1px solid #c53030; /* tw-border-red-700 */
    background-color: #c53030; /* tw-bg-red-700 */
  }

  .btn-zalo:hover {
    background-color: #1e40af; /* Darker shade of blue for hover effect */
    border-color: #1e40af; /* Adjust border color on hover */
  }

  .btn-google:hover {
    background-color: #b91c1c; /* Darker shade of red for hover effect */
    border-color: #b91c1c; /* Adjust border color on hover */
  }  
  #handleLogin .error, #handleRegister .error{
    display:  unset;
  }
  .custom-text-right {
    text-align: right; /* tw-text-right */
  }

  .custom-margin-bottom {
    margin-bottom: 0.5rem; /* tw-mb-2 */
  }

  .custom-text-blue {
    color: #1d4ed8; /* tw-text-blue-900 */
  }

  .custom-text-sm {
    font-size: 0.875rem; /* tw-text-sm */
  }

  .custom-font-semibold {
    font-weight: 600; /* tw-font-semibold */
  }

.navbar .navbar-collapse.show, .navbar .navbar-collapse.collapsing{
    position: absolute;
    top: 50px;
    background: rgb(255 255 255);
    left: 0px;
    right: 0px;
  }
  .nav-fixed {
    position: fixed;
    right: 10px;
    bottom: 220px;
    z-index: 999;
    padding: 0;
    list-style: none;
  }
  .nav-fixed li {
    margin-bottom: 5px;
}
  .nav-fixed-edit img,
  .nav-fixed-face img,
  .nav-fixed-phone img {
    width: 16px;
    height: auto;
  }
  .nav-fixed-zalo img {
    width: 63px;
    height: auto;
  }
  .nav-fixed-phone a {
    background-color: #347d78;
  }
  .nav-fixed-edit a {
    background-color: #4ca84f;
  }
  .nav-fixed-face a {
    background-color: #1877f2;
  }
  .nav-fixed li a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
  }
  .nav-fixed li a i{
    padding-right: 10px;
  }
  .nav-fixed-edit a,
  .nav-fixed-face a,
  .nav-fixed-phone a,
  .nav-fixed-zalo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 16%);
    box-shadow: 0 0 15px rgb(0 0 0 / 16%);
  }
  @media (max-width: 767px) {
    .navbar.navbar-expand-lg.fixed-top{
        position: sticky;
    }
    .dropdown-menu{
        left: -135px;
    
      }
}
  
.nav-bidai{
    border: 1px solid rgb(228 228 231);
    border-radius: 10px;
    font-size: 14px;
    padding: 5px;
}

.nav-bidai.nav-pills .nav-link {
    color: #000;
    font-weight: 600;
}

.nav-bidai.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ef4444;
    border-radius: 10px;
}
small {
    font-size: 60%;
}
.img-box img{
    width: 100%;
}

.buy-service{
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.buy-service:hover {
    animation: shake 0.5s ease-out;
  }
  
  @keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
  }
.buy-service .text-box{
    padding: 0 5px 0 5px;
}
.slider-button{
    background: #67c23a;
    border: none;
    color: #fff;
    padding: 0 5px 0 5px;
    margin-right: 10px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .account-table tr{
    display: flex;
    flex-direction: column;
    }
}