.elementor-kit-6{--e-global-color-primary:#32332D;--e-global-color-secondary:#838175;--e-global-color-text:#DBD5C9;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#DBD5C9;overscroll-behavior:contain;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:200px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1900px;}.e-con{--container-max-width:1900px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-text );}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.bgColor{
    border-radius: 25px;
background: #DBD5C9;
box-shadow:  20px 20px 60px #bab5ab,
             -20px -20px 60px #fcf5e7;
             transition: 0.3s all ease;
}
.headerBg{
    border-radius: 25px;
background: #DBD5C9;
box-shadow: inset 20px 20px 60px #bab5ab,
            inset -20px -20px 60px #fcf5e7;
}


    .wheel {
        /* ... previous styles ... */
        animation: spin 15s linear infinite; /* Apply the animation */
    }
    
    
    
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #DBD5C9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #32332D;
  border-radius:25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ref_list{
    height: 200px;
    overflow-y: scroll;
}


.dailyProfit{
    white-space: pre-line;
  background:#0d1117;
  color:#fff;
  padding:10px;
  border-radius:8px;
  max-height:300px;
  overflow-y:auto;
  font-family: poppins;
  font-size:14px;
}


.powered_by_link d-block m-l-10 m-t-10 m-b-10{
    display: hidden;
}/* End custom CSS */