body {
    font-family: "Inter";
}

.language-selector-wrapper {
    position: relative;
    display: inline-block;
}

.language-selector-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    /* background-color: white; */
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.language-selector-button:hover {
    opacity: 0.8;
}

.flag-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.dropdown-icon {
    margin-left: 8px;
    width: 20px;
    height: 20px;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    z-index: 1000;
}

.hidden {
    display: none;
}

.language-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 8px;
}

.language-option {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
}

.language-option:hover {
    opacity: 0.8;
}

.language-option.selected {
    background-color: #ececec;
    font-weight: bold;
}

.language-option .flag-icon {
    margin-right: 8px;
}

html[data-theme="dark"] .language-selector-button {
    border: 1px solid #2b323c !important;
}

html[data-theme="dark"] .language-dropdown {
    border: 1px solid #2b323c !important;
}


html[data-theme="dark"] .language-option.selected {
    border: 1px solid #2b323c !important;
    background-color: #2b323c !important;
}

.flowbuilderContainer {
    width: 100%;
    height: 100%;
}

.flowbuilderContainer svg {
    width: 24px;
}

.head-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.viewAllFunnels {
    display: flex;
    align-items: center;
    justify-content: right;
}


.saldoHeader {
    background: #f4f7f9;
    padding: 8px 10px;
    border-radius: 6px;
}

.saldoHeader a svg {
    width: 32px;
    height: 32px;
    margin: 0 4px;

}

.saldoHeader a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;

}


.menu li>:not(ul, .menu-title, details, .btn).active,
.menu li>:not(ul, .menu-title, details, .btn):active,
.menu li>details>summary:active {
    background-color: #ef6d13;
    color: white;
}

nav ul .active {
    background-color: #ef6d13;
    color: white;

    background: #ef6d13;
    padding: 5px;
    border-radius: 9px;
    color: white;
    font-weight: bold;
    margin: 5px 0;
}

html[data-theme="dark"] .saldoHeader {
    background: #303e50;
    color: #a6adbb;

}



html[data-theme="dark"] .menu li>:not(ul, .menu-title, details, .btn).active,
.menu li>:not(ul, .menu-title, details, .btn):active,
.menu li>details>summary:active {
    color: #1d232a;

}

.dashboard-slide img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
    object-position: center;
}

.awards-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}

.award-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f7f9;
    margin: 10px 0;
    padding: 20px;
    font-weight: 600;
}

span.award-name {
    display: flex;
    align-items: center;
}

span.award-name img {
    width: 42px;
    height: 43px;
    margin: 0px 10px 0px 0px;
}

span.award-value {
    color: #148c60;
    font-weight: bold;
}

.testimonial-item {
    background: #f7f7f7;
    border-radius: 9px;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.testimonial-photo {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    border: 3px solid white;
    border-radius: 50%;
}

.testimonial-photo img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.testimonial-item svg {
    width: 18px;
    height: 18px;
}

.testimonial-content {
    padding: 0px 15px;
    text-align: center;
}

.testimonial-name {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}

.testimonial-award {
    font-size: 14px;
    font-weight: 500;
}

.testimonial-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
}

.testimonial-stars span {
    margin: 0px 2px;
}

.testimonial-description {
    font-size: 14px;
    padding: 0px 0 15px;
}

.why-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #f7f7f7;
    border-radius: 9px;
    padding: 20px;
}

.footer-copyright {
    display: flex;
    align-items: center;
}

.footer-copyright.logo img {
    width: 200px;
}

/* .copyright-item.logo img {
    width: 150px;
} */

/* .copyright-item.apps-buttons img {
    width: 150px;
}

.copyright-item.apps-buttons {
    width: 20%;
} */

/* .copyright-item.logo {
    width: 20%;
} */

/* .copyright-item.text {
    width: 80%;
} */

.copyright-item {
    margin: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.copyright-item.text {
    font-size: 12px;
}

.copyright-item.text p {
    margin: 0 0 30px;
}

.copyright-item.apps-buttons a {
    margin: 10px 0;
    display: block;
}

.game-info-item {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* .game-info-item .game-cover {
    width: calc(50% - 10px);
    margin: 0 0px 0 0;
    height: auto;
} */

.game-info-content {
    /* width: calc(50% - 10px);
    height: auto; */
    background: #f5f7f9;
    padding: 30px;
    /* border-radius: 9px; */
    display: flex;
    flex-direction: column;
}

.game-info-item .game-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 9px; */
    overflow: hidden;
    max-height: 380px;
}

.participate-btn svg {
    width: 24px;
    height: 24px;
}

.participate-btn {
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.btn-action-price {
    font-weight: bold;
    display: flex;
    align-items: center;
}

span.btn-action-price svg {
    margin: 0 9px;
}

.badage-infos {
    display: flex;
    margin: 10px 0;
    font-size: 12px;
    flex-wrap: wrap;
    font-weight: 600;
    color: #5e5e5e;
}

.badage-infos .badage {
    padding: 3px 10px;
    border-radius: 10px;
    background: #fdfdfd;
    margin: 0 5px 5px 0;
    border: 1px solid #eee;
}

h3.game-name {
    font-size: 34px;
    font-weight: bold;
    margin: 15px 0;
}

p.game-short-description {
    margin: 10px 0;
    font-weight: 500;
    color: #636363;
}

.game-long-description {
    padding: 30px;
    border-radius: 9px;
    background: #f5f7f9;
    margin-bottom: 40px;
}

.how-to-play-slide-item {
    background: #f5f7f9;
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0 2px 4px 0 rgb(97 123 251 / 30%);
}

.htps-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 9px;
    margin: 0 0 10px 0;
}

.htps-content p {
    font-size: 14px;
    color: #636363;
}

.more-info-image {
    border-radius: 9px;
}

.ticket {
    /* border-radius: 9px; */
    background: linear-gradient(45deg, #ffcb35, #ffaf29);
    box-shadow: 3px 3px 7px -7px rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
}

/* .game-play {
    padding: 0 20px 0 0;
    width: 50%;
} */

.header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header img {
    width: 180px;
    margin: 5px 0;
    padding: 20px 0 5px;
}

.numbers-select.game-numbers {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.numbers-select.game-numbers span {
    width: 60px;
    height: 60px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
    border: 4px solid #ffd000;
    box-shadow: 3px 3px 7px -7px rgba(0, 0, 0, 1);
}

.numbers-select.game-numbers span:hover {
    background: #ef6d13;
    color: white;
    transition: 0.3s;
}

.numbers-select.game-numbers span.selected {
    background: #ef6d13;
    color: white;
}

/* .loginBtn {
    margin: 0px 5px;
} */

.game-play.disabled {
    position: relative;
}

.game-play.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.game-play.disabled:after {
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    border: 4px solid #4a00ff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 99999;
    opacity: 1;
    top: 50%;
    left: 50%;
}


.fixed-options {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
}

.fixed-options .option {
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #ffffff;
    margin: 10px 0;
    border-radius: 9px;
    border: 1px solid #ef6d13;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
}

.fixed-options .option.selected {
    background: #ef6d13;
    color: white;
    transition: 0.3s;
}

.fixed-options .option:hover {
    background: #ef6d13;
    color: white;
    transition: 0.3s;
}

.fixed-options {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
}

.fixed-options .option {
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #ffffff;
    margin: 10px 0;
    border-radius: 9px;
    border: 1px solid #ef6d13;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
}

.fixed-options .option.selected {
    background: #ef6d13;
    color: white;
    transition: 0.3s;
}

.payment-method {
    display: flex;
    padding: 11px 0;
}

.method.selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    background: #ef6d13;
    padding: 15px 15px;
    border-radius: 9px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: 0px;
}

.method.selected svg {
    width: 32px;
    height: 32px;
}


span.option.hot:after {
    content: 'Mais escolhido';
    position: absolute;
    top: -9px;
    right: -10px;
    display: block;
    z-index: 999;
    font-size: 12px;
    color: white;
    background: #00a96e;
    padding: 0px 5px;
    border-radius: 9px;
    animation: bounce 1s infinite;
}

span.option.hot {
    position: relative;
}


.payment-loading {
    display: none;
}

.payment-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 50px;
    font-weight: bold;
    font-size: 24px;
}

.payment-loading .loading {
    width: 46px;
    height: 46px;
    margin: 0px 20px;
}

.payment-return {
    max-width: 650px;
    margin: 0 auto;
    background: #f5f7f9;
    padding: 20px;
    border-radius: 9px;
}

.payment-return img {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0 auto;
    border-radius: 9px;
}

.qrcodeInput {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

input#pixCopiaCola {
    width: 80%;
    border-radius: 9px 0px 0px 9px;
}

span.copyQrcode {
    border-radius: 0px 9px 9px 0px;
    color: white;
    fill: white;
}

ul.tipsPix {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

ul.tipsPix li {
    margin: 5px 0;
}

.bg-gray-100 {
    background: #f5f7f9 !important;
}

.rounded-lg {
    border-radius: 9px !important;
}

.menu.dropdown-content {
    z-index: 9999999999999999 !important;
}

.menu.dropdown-content .active {
    background: #ef6d13;
    padding: 5px;
    border-radius: 9px;
    color: white;
    font-weight: bold;
    margin: 5px 0;
}

.profile-items {
    display: flex;
    flex-wrap: wrap;
}

.form-profile-data {
    /* width: calc(100% / 2 - 25px);
    margin: 0px 20px 20px 0px; */
    border-radius: 9px;
    background: #f5f7f9;
    padding: 20px;
}

.form-profile-password {
    /* width: calc(100% / 2 - 25px);
    margin-bottom: 20px; */
}

.profile-items input {
    width: 100%;
}

.form-profile-password {
    border-radius: 9px;
    background: #f5f7f9;
    padding: 20px;
}

/* .dezenas>span {
    width: 30px;
    height: 30px;
    margin: 5px 5px 5px 0px;
    background: #007869;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-weight: 700;
} */

img#logo {
    width: 120px;
}

.img-game-name img {
    max-width: 200px;
    width: 100%;
        margin: 10px 0px;
}

.saldoHeader img {
    width: 32px;
    height: 32px;
    margin: 0 4px;
}

@media only screen and (max-width: 968px){
    img#logo{
        width: 100px;
    }
}

@media only screen and (max-width: 420px) {

    /* datatables */
    .dt-container .dt-search {
        flex-wrap: wrap!important;
        margin-bottom: 30px!important;
    }

    .dt-container .dt-search label {
        position: relative!important;
        right: unset!important;
    }

    .dt-container .dt-search input[type="search"] {
        position: relative!important;
        right: unset!important;
    }
}

@media only screen and (max-width: 790px) {
    header {
        position: sticky;
        top: 0;
        z-index: 50;
        background: white;
    }

    /* datatables */
    .dt-container .dt-search {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}


.campain-info div {
    padding: 12px;
    margin: 7px 0 0;
    color: white;
    font-weight: bold;
}


.btn-actions {
    margin: 30px 0 0;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

a.campain-link {
    margin: 5px;
    display: block;
    font-size: 12px;
}

.swal2-container {

    display: -webkit-box;
    display: flex;
    position: fixed;
    z-index: 30000000!important;
  }
  ::ng-deep.swal2-container {
    z-index: 1000000;
}

.swal-overlay {
    z-index: 100000000000 !important;
}

:host   ::ng-deep .swal2-container {
    z-index: 300000 !important;}
    .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  
        z-index: 11000;
      }


      .disabled {
        opacity: 0.5;
        pointer-events: none;
    }