 #loader {
     width: 100vw;
     height: 100vh;
     background-color: #191a2b;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 2100;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .loaderLogo {
     max-height: 260px;
 }

 div#almaView {
     min-height: 75vh;
 }

 table.table,
 th,
 td {
     --mdb-table-color: #fbfbfb;
     --mdb-table-striped-color: #cbcbcb;

 }

 .home-page .about-section .about-content .offers-in-mobile-block {
     position: relative;
     display: none;
     width: 252px;
     height: 0px;
     background-image: url("/asset/template/champ/imgs/phoneInHand.png");
     z-index: 2;
 }

 .home-page .main-heading:not(.logged-in) {
     width: 100%;
     max-width: 1150.8px;
     margin: 0 auto;
 }

 .home-page .signup-container {
     margin-top: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     max-width: unset;
     min-width: unset;
     max-height: unset;
     background: #040414;
     box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
     border-radius: 5px;
     padding: 26px 0;
     text-align: center;
     font-size: 0;
 }

 .provider img {
     border-radius: 5px;
     background: #e2e200;
     margin-top: 7px;
     margin-left: 2px;
 }

 form.account-form {
     background: #1c1d30;
     padding: 45px 33px;
     border-radius: 10px;
     text-align: left;
 }

 label {
     font-size: 1rem;
     color: #e6e6e6 !important;
 }

 .form-group {
     margin: 15px 0 0 0;
 }

 input.form-control {
     border: 1px solid #1d1e2e;
     background: #222339;
     font-size: 15px;
     padding: 10px;
     color: #ddd;
 }

 .main {
     margin-left: 0;
     transition: .25s;
     padding-top: 0.25rem;
     overflow: hidden;
 }

 .home-page {
     font-family: Poppins;
     position: relative;
     letter-spacing: -0.03em;
     padding-top: 0px;
     margin: 0 auto 67px auto;
 }

 @media only screen and (min-width: 701px) and (max-width: 1199px) {
     :root {
         --offer-page-padding: 1px;
     }
 }

 .dropdown-toggle::after {
     display: none !important;
 }

 @media only screen and (min-width: 1199px) {
     .main {
         margin-left: var(--side-nav-width);
     }
 }

 .card {
     background: #1d1e30;
 }

 .card .card,
 .card .panel {
     background: #222339;
     padding: 5px;
     margin-top: 15px;
     border-radius: 5px;
     box-shadow: 0 0 1px 2px #cccccc14;
 }

 li.list-group-item {
     background: #222339;
     color: #c8c8c8;
 }

 .modal-content {
     background: #0e0f18;
 }

 .card-body.card-body-withdraw img {
     height: 50px;
     width: 50px;
 }

 body {
     background-color: #0d0e1d !important;
 }

 .site-header,
 .home-page .statistics,
 .home-page .main-content .benefits-section .benefits .benefit-item,
 .site-footer .footer-container,
 .home-page .faq-section .faq-item .question {
     background: #17182a !important;
 }

 .home-page .about-section .about-content .get-paid-title,
 .home-page .statistics .stat-item .heading {
     color: #ffbe4d !important;
 }

 .home-page .main-content .get-started-section .start-guide .guide-item .step-number,
 .home-page .main-content .get-started-section .start-guide .guide-item .guide-card .title {
     background: linear-gradient(180deg, #beb100 16.94%, rgba(1, 214, 118, 0) 66.13%);
     color: #000 !important;
 }

 .btn,
 .accentBtn,
 .accentBtn:hover,
 .accentBtn:focus {
     background-color: #ffbe4d !important;
     color: #000;
     font-weight: 600;
     border-radius: 50px;
 }

 .btn:hover,
 .btn-check:focus+.btn-success,
 .btn-check:focus-visible+.btn-success,
 .btn-success:focus,
 .btn-check:active+.btn-success:hover,
 .btn-check:checked+.btn-success:hover,
 .btn-success.active:hover,
 .btn-success.show:hover,
 .btn-success:active:hover,
 .home-page .banners-section .banner .start-earn-btn {
     color: #000;
     background-color: #ffbe4d;
     border-color: #a2ad2c;
 }

 .site-header .account .register-btn,
 .home-page .main-content .get-started-section .start-btn {
     background: #ffbe4d;
     ;
     color: #000 !important;
 }

 .home-page .main-content .get-started-section .start-guide .guide-item .step-number {
     position: absolute;
     top: -26px;
     left: 15%;
     background: -webkit-linear-gradient(180deg, #ffbe4d 16.94%, rgba(1, 214, 118, 0) 66.13%);
     background: linear-gradient(180deg, #ffbe4d 16.94%, rgba(1, 214, 118, 0) 66.13%);
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
     font-size: 48px;
     font-weight: 600;
 }

 svg path,
 svg rect {
     fill: #ffbe4d !important;
 }

 .right>p {
     margin-bottom: 0rem;
 }

 .home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul li.active .task-prize {
     color: gold;

 }

 .home-page .banners-section .banner:first-child {
     width: 40%;
     border: 2px solid gold;
 }

 .site-header,
 .home-page .statistics,
 .home-page .main-content .benefits-section .benefits .benefit-item,
 .site-footer .footer-container,
 .home-page .faq-section .faq-item .question {
     background: #17182a !important;
     max-height: 70px;
 }

 .side-nav-menu .bottom-section {
     position: absolute;
     bottom: 0;
 }

 .offer-wrapper {
     display: flex;
     justify-content: space-between;
     align-items: center;
     min-width: 211px;
     margin-right: 15px;
     background: #12121e;
     padding: 5px 15px;
     border-radius: 15px;
 }

 .live-state {
     display: flex;
     justify-content: start;
     align-items: center;
     margin-top: 65px;
     width: 100%;
     overflow: auto;
     background: #222339;
     padding: 0.4rem;
 }

 .offer_card {
     overflow: hidden !important;
 }

 .a.card_offer-link span.offer_card-text {
     font-size: 1rem;
 }

 .offer-wrapper img {
     height: 26px;
     border-radius: 9px;
 }

 .offer-wrapper .center {
     width: 125px;
     overflow: hidden;
     align-self: self-start;
     margin: auto;
 }

 .offer-wrapper .center p {
     padding: 0px;
     line-height: 0;
     text-align: center;
     font-weight: 700;
     font-size: 13px;
     margin-top: 9px;
     color: #868ad3;
 }

 .offer-wrapper .right {
     white-space: nowrap;
     margin: auto;
     font-size: 13px;
 }

 @media only screen and (min-width: 1200px) {
     .live-state:first-child {
         margin-left: calc(var(--side-nav-width) + 0.2px);
     }
 }

 .d-lg-flex {
     display: flex !important
 }

 .site-header,
 .home-page .statistics,
 .home-page .main-content .benefits-section .benefits .benefit-item,
 .site-footer .footer-container,
 .home-page .faq-section .faq-item .question {
     background: #17182a !important;
     max-height: 240px;
 }

 .account .register-btn {
     margin-right: 100px;
 }

 button.toggle-chat.btn.btn-primary.btn-sm.p-0 {
     position: fixed;
     right: 90px;
     top: 22px;
     z-index: 999;
     font-size: 16px;
 }

 .chat-container {
     position: fixed;
     top: 0px;
     right: 0px;
     height: 100vh;
     width: 295px;
     overflow: hidden;
     background: #222339;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-flow: column;
     z-index: 9;
     margin-top: 62px;
     padding: 7px;
 }

 .chat-container>.chat-header {
     background: #ffbe4d;
     text-align: center;
     display: block;
     width: 100%;
     padding: 9px;
     color: #000;
     border-radius: 50px;
     font-weight: 700;
     color: #222339;
     margin: 1rem;
 }

 img.offer_card-image {}

 .chat-messages {
     width: 100%;
     height: 80vh;
     overflow: auto;
     margin-bottom: 86px;
     border-bottom: 1px solid #ccc;
     padding-bottom: 51px;
 }

 .chats-wrapper {
     background: #0d0e1d;
     border-radius: 5px;
     margin: 5px 0;
     padding: 0 5px;
     box-shadow: 0 0 1px 1px #222339;
 }

 .chat-top {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 h6.user {
     font-size: 13px;
     margin: 0 6px;
     color: #ffbe4d;
 }

 .chat-header img {
     height: 25px;
     border-radius: 5px;
 }

 .chats-wrapper .chat-header {
     display: flex;
     margin: 5px 0;
 }

 p.chat-text {
     text-align: left;
     word-break: break-all;
     font-size: 13px;
     color: #bababa !important;
 }

 .chats-wrapper .time {
     font-size: 9px;
     white-space: nowrap;
     align-self: self-start;
 }

 .chart-form {
     position: fixed;
     bottom: 0;
     right: 0px;
     width: 225px;
     background: #0d0e1d;
     border: 1px solid #000;
     z-index: 9;
 }

 .chart-form {
     position: fixed;
     bottom: 0px;
     right: 0px;
     width: 291px;
     background: #0d0e1d;
     border: 1px solid #000;
 }

 .chart-form form {
     display: flex;
     justify-content: center;
 }

 .chart-form form input.form-control {
     background: aliceblue;
 }

 a.control-panel-unmute {
     font-size: 11px;
     color: #78dd61;
 }

 a.control-panel-mute {
     font-size: 11px;
     color: #867201;
 }

 .notification .dropdown-menu {
     min-height: 250px;
     max-height: 250px;
     overflow-y: auto;
     overflow-x: hidden;
     max-width: 235px;
 }

 .dropdown-menu.bg-light.show li a {
     color: #3a3a3a;
     font-size: 15px;
     font-weight: 300;
     border-bottom: 1px solid #ddd;
     padding: 9px 6px;
     border-radius: 0;
 }

 .dropdown-menu.bg-light.show li a:hover,
 .dropdown-menu.bg-light.show li a:active {
     background: #f0f0f0;
 }

 .offer_card.my-2 {
     background: #233649;
     max-width: 170px;
     border-radius: 5px;
     box-shadow: 0 0 1pc 2px #cccccc14;
     text-align: center;
 }

 a.card_offer-link {
     display: flex;
     flex-flow: column;
     align-items: center;
     position: relative;
     overflow: hidden;
 }

 img.offer_card-image {
     height: 220px;
     width: 100%;
     background: aliceblue;
 }

 a.card_offer-link span.offer_card-text {
     font-size: 13px;
     font-weight: 600;
     margin-top: 1px;
     position: absolute;
     bottom: 0;
     left: 0;
     backdrop-filter: blur(5px);
     color: #fbfbfb;
     background: #17182a;
     width: 100%;
     height: 20%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }

 span.offer_card-icon {
     position: absolute;
     width: 100%;
     height: 80%;
     justify-content: center;
     align-items: center;
     background: #2122348a;
     color: #e1dddded;
     font-size: 18px;
     display: none;
 }

 a.card_offer-link:hover span.offer_card-icon {
     display: flex;
     backdrop-filter: blur(3px);
 }

 .dropdown-item {
     text-transform: capitalize;
 }

 .modal {
     background-color: #22233700;
     border-radius: 10px;
     backdrop-filter: blur(5px);
 }