.lottie-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    pointer-events: none;
}

body::after {
    content: "";
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: url('/assets/default/images/gaincash_bg.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(15px)
}

.footer::after {
    content: "";
    background-image: url('/assets/default/images/footer_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
}

.welcome .hero_bg {
    width: 100%;
    height: 100%;
    background: url("/assets/default/images/hero_bg.jpg") no-repeat top center;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: -5;*/
    opacity: 0.09;
}

.welcome .offer_image {
    padding: 10px 6px;
    width: 125px;
    cursor: pointer;
}

.welcome .offer_image img {
    max-width: 100%;
}

.welcome .offer_image .content .title {
    width: 100px;
}

.welcome .offer_image .content .desc {
    width: 70px;
}

.get_paid {
    margin-top: -13rem;
}

@media (max-width: 760px) {
    .get_paid {
        margin-top: 0;
        margin-bottom: 3rem;
    }
}


.dashboard-image-positioned {
    position: relative;
    left: 15px;
    top: 130px;
}

.call-to-action .get-paid {
    color: var(--light-green);
}

.call-to-action a.call-btn {
    background-color: var(--theme-bg);
    border: 2px solid var(--border-color);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 15px 0;
    color: #fff;
    -webkit-border-radius: 3rem;
    border-radius: 3rem;
    -webkit-transition: color, background 0.5s ease-in-out;
    transition: color, background 0.5s ease-in-out;
}

.call-to-action a.call-btn:hover {
    border: 2px solid var(--light-green);
    color: var(--light-green);
    background: transparent;
}

/* earning info styles */
.earn-details .details {
    border: 1px solid var(--border-color);
    background-color: var(--theme-bg);
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.earn-details .inner-content i {
    font-size: 2.3rem;
    color: #fff;
}

.earn-details .inner-content h2 {
    font-size: 2rem;
    font-weight: 700;
}

.earn-details p {
    font-size: 12px;
}

/* how to earn cash styles */
.how-to-start .start-box {
    background: var(--theme-bg);
    border-radius: 25px;
    position: relative;
    padding: 3px;
    margin: 10px 0;
}

.how-to-start .start-box .counter {
    position: absolute;
    top: 0;
    left: -12px;
    color: #ffffff63;
    font-weight: bold;
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 0.2;
    z-index: 60;
}

.how-to-start .start-box .inner-content {
    margin: auto;
    text-align: center;
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.how-to-start .start-box .outer-content {
    border: 1px solid var(--border-color);
    background-color: rgb(46 51 62 / 71%);
    -webkit-backdrop-filter: var(--webkit-backdrop-filter);
    backdrop-filter: var(--blur-filter);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.how-to-start .start-box .outer-content h3 {
    color: var(--orange);
}

.how-to-start .start-box .box {
    width: 130%;
    position: absolute;
    top: -1.5rem;
    left: 0;
    -webkit-transform: rotate(353deg);
    transform: rotate(353deg);
}

.how-to-start .start-box.box-3 .box {
    top: -130px;
}

.how-to-start .start-box .box .image img {
    margin: 5px 0;
}

.how-to-start .start-box:hover .box .image {
    transform: scale(1.5);
    transition: 1s ease-in-out;
}

/* best way to earn styles */
.best-way-to-earn .best-box {
    border: 1px solid var(--border-color);
    background: var(--theme-bg);
    display: flex;
    flex-direction: column;
    padding: 30px 24px 0 24px;
    font-size: 14px;
    overflow: hidden;
    max-height: 450px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.best-way-to-earn .best-box img {
    width: 80%;
    height: 120px;
    object-fit: contain;
    flex: 1;
    display: block;
    margin: auto;
}

/* offer partners section */
.partners-section .partners {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background: var(--theme-bg);
}

.partners-section .partners .partner-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

.partners img {
    filter: grayscale(1);
    width: 100px;
}

.partners img:hover {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

/* why us section styles */
.why-us .best-box {
    background: var(--theme-bg);
    display: flex;
    flex-direction: column;
    padding: 30px 24px 0 24px;
    font-size: 14px;
    overflow: hidden;
    max-height: 450px;
    height: 100%;
    border: 1px solid var(--border-color);
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.why-us .best-box img {
    height: 120px;
    object-fit: contain;
    flex: 1;
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    .dashboard-image-positioned {
        top: 0;
    }

    .dashboard-image {
        margin-bottom: 30px;
    }
}

/* total cashout */
.chat_close .cashout_data {
    padding: 0 7rem;
}

.total_cashout {
    background: url("/assets/default/images/cash.jpg") no-repeat top center/cover;
    padding: 8.2rem 0;
    z-index: 99;
}

.total_cashout::before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    z-index: -1;
}

/* live cashout items */
.live_cashout .cashout_item {
    height: 20px;
    opacity: 0;
    animation: item-entering .5s ease-in-out forwards;
    animation-iteration-count: 1;
    will-change: opacity, height;
}

.live_cashout .user_img img {
    height: 40px;
}

.live_cashout .cashout_amount img {
    height: 12px;
}

.live_cashout .cashout_method img {
    height: 20px;
}

@media screen and (max-width: 480px) {
    .call-to-action #typer {
        font-size: 2rem;
    }
}

.custom.right {
    text-align: right;
}

.custom.left {
    text-align: left;
}

.custom-chat-container {
    width: 100%;
    max-width: 400px;
    height: 80vh;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .3s, transform .3s, box-shadow .3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    backdrop-filter: blur(25px);
    /*font-family: 'Inter', sans-serif;*/
}

@media (max-width: 768px) {
    .custom-chat-container {
        height: 100%;
        max-width: 100%;
    }
}

.custom-chat-container p,
.custom-chat-container span {
    font-size: 13px !important;
    /*line-height: 1;*/
}

.custom-chat-container strong {
    font-size: 14px !important;
}

.custom-chat-container.active {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .4)
}

.custom-chat-box {
    padding: 1rem;
    height: 100%;
    background-color: var(--bs-base);
    border-radius: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column
}

.custom-chat-icon {
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--bs-primary);
    color: #fff;
    padding: .5rem;
    border-radius: 999px;
    cursor: pointer;
    transition: opacity .3s;
    z-index: 9999;
    gap: 0.5rem;
    animation: wobble 2s infinite;

}

@media (max-width: 1200px) {
    .custom-chat-icon {
        bottom: 100px;
    }
}

.custom-chat-icon.hidden {
    opacity: 0.00001;
    visibility: hidden
}

.custom-chat-icon.visible {
    opacity: 1;
    visibility: visible
}

.custom-card-header {
    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.custom-card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex-grow: 1
}

.custom-chat-box .custom-card-body::-webkit-scrollbar {
    width: 3px
}

.custom-chat-box .custom-card-body::-webkit-scrollbar-track {
    background: #3a3e4b;
    border-radius: 10px
}

.custom-chat-box .custom-card-body::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 10px;
    border: 2px solid transparent
}

.custom-chat-box .custom-card-body::-webkit-scrollbar-thumb:hover {
    background-color: #4a49b8
}

.custom-btn-primary {
    background-color: var(--bs-base);
    border: none;
    color: #fff;
    padding: .3rem 1rem;
    border-radius: 5px;
    cursor: pointer
}

.custom-btn-primary:hover {
    background-color: var(--bs-primary)
}

.custom-card-footer {
    padding: 1rem .5rem .5rem;
    /*background-color: var(--bs-base);*/
}

.custom-input-group {
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 5px;
    overflow: hidden
}

.custom-form-control {
    flex-grow: 1;
    border: none;
    padding: .5rem;
    background-color: #1d1e26;
    color: #fff
}

.custom-form-control:focus {
    outline: 0
}

.custom-input-group-text {
    background-color: var(--bs-primary);
    color: #fff;
    border: none;
    padding: .5rem 2rem;
    cursor: pointer
}

.custom-input-group-text:hover {
    background-color: #4a49b8
}

.custom-card-body .progress-circle {
    width: 45px !important;
    height: 45px !important;
}

.custom-card-body .progress-circle:before {
    width: 40px !important;
    height: 40px !important;
}

.pinned-message {
    border-left: 3px solid var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
    position: relative;
}

.message-actions {
    opacity: 0;
    transition: opacity 0.2s;
}

.message:hover .message-actions {
    opacity: 1;
}

.lead-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
}

@media (max-width: 768px) {
    .lead-name {
        width: 100px;
    }
}

.collapsed-hide-item {
    display: block;
}

.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .collapsed-hide-item {
    display: none;
}

img#custom_offer_image {
    width: 85px;
    height: 87px;
    object-fit: contain;
    border-radius: 8px;
}

.swiper-wrapper.swiper-offer.d-flex.gap-2 {
    padding: 24px 0;
}

a.fade-in-scale.partner-card.card.text-white.p-0.swiper-slide.d-flex.mx-2 {
    min-height: 215px;
}