/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
body, #layout-menu, .layout-navbar{
  background-color: black;
}
.card{
  background-color: #100F14;
}
.layout-navbar-fixed .window-scrolled .layout-navbar.navbar-detached{
  background-color: #100F14;
  padding-inline: 0rem;
  border: var(--bs-navbar-border-width) solid transparent;
}
body::-webkit-scrollbar {
  width: 0px;
}
.welcomeCard{
    background-size: 100% 100%;
/*    filter: grayscale(0%);
  background-repeat: no-repeat;*/
  background-image: url('/dashboard.jpg');
}
[data-bs-theme=dark] #template-customizer{
  display: none;
}
.noUi-horizontal.dashboard {
    /*margin: 10px !important ;
    margin-bottom: 1.5rem !important ;*/
  }

  .menu .app-brand.demo {
    height: 64px;
  }

  .app-brand-logo.demo svg {
    width: 30px;
    height: 24px;
  }

  .app-brand-text.demo {
    font-size: 1.25rem;
  }

  .authentication-wrapper .app-brand-text.demo {
    font-size: 1.5rem;
    text-transform: capitalize;
  }

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}

.button-container {
  display: flex;
  justify-content: space-between;
  background-color: #1a263a;
  padding: 4px;
  border-radius: 4px;
}

.button-container .button {
  display: inline-block;
  padding: 8px 16px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  transition: background-color 0.3s;
}

#individual {
  background-color: transparent;
}
#individual.active {
  background-color: #4b5e7e69;
}

#business {
  background-color: transparent;
}
#business.active {
  background-color: #4b5e7e69;
}

#individual:hover {
  background-color: #4b5e7e69;
}

#business:hover {
  background-color: #4b5e7e69;
}

.mostPopular{
  position: absolute;
  top: -45px;
  background: #8c57ff;
  border-radius: 1rem 1rem 0rem 0px;
  padding: 10px 1rem;
  left: 50%;
  transform: translate(-50%, -10%);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 13px;
}

.payment img{
  background-color: transparent;
}
.visibility_hidden{
  visibility: hidden;
}
.exchange div{
  flex: 1;
}
.exchange img{
  width: 100%;
  background: black;
  padding: 0rem;
}

#slider-handles .noUi-marker {
  position: absolute;
  background: transparent;
}

#slider-handles.noUi-target{
  background: #403468;
}
#slider-handles .noUi-connect {
  background: #ffb400;
}
#slider-handles .noUi-target .noUi-base .noUi-handle:active, .noUi-target .noUi-base .noUi-handle:focus {
  box-shadow: none;
}
#slider-handles .noUi-handle{
  border-color: #ffb400 !important;
  box-shadow: none !important;
}
#slider-handles .noUi-touch-area {
  block-size: 100%;
  inline-size: 100%;
  background: black;
  border-radius: 100px;
}
.noUi-target .noUi-base .noUi-connect{
  background: #ffb400 !important;
}
.noUi-target .noUi-handle{
      border-color: #ffb400 !important;
}
.noUi-target .noUi-touch-area {
    block-size: 100%;
    inline-size: 100%;
    background: #100F14;
    border-radius: 100px;



.progress-circle-container {
  /* Add any specific container styling if needed */
}

.progress-circle {
  width: 200px; /* Adjust size as needed */
  height: 200px;
  border-radius: 50%;
  background-color: #40407a; /* Lighter track color - simplified from segments */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* For a segmented look (more advanced):
     You could use a conic-gradient here, or multiple pseudo-elements/divs
     background: conic-gradient(
        #6a0dad 0% 78%,
        #40407a 78% 100%
     );
  */
}

/* Basic way to show progress using an overlay or pseudo-element.
   A more accurate way for the image shown would be using conic-gradient
   on the .progress-circle itself or an SVG.
   This example uses a simple pseudo-element for the fill.
*/
.progress-circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* This creates a gradient fill up to a point.
     To match the image more closely, we'd want distinct segments.
     This example uses a smooth gradient to represent 78% fill.
  */
  background: conic-gradient(
    #8258FA 0% 78%, /* Main progress color */
    transparent 78% 100% /* Transparent for the rest */
  );
  /* To create the "inner hole" for the text, we can add an ::after pseudo-element
     to the .progress-circle that is a smaller circle with the dark background color.
     Or, more simply, ensure the .progress-text has a background that matches the overall page bg.
  */
}

/* To create the inner circle effect if not done by text background */
.progress-circle::after {
  content: '';
  position: absolute;
  width: 65%; /* Adjust to control the thickness of the ring */
  height: 65%;
  background-color: #2c2c54; /* Same as body/container background */
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Ensure it's above the ::before fill */
}


.progress-text {
  position: relative; /* Or absolute if not relying on ::after for the inner circle */
  z-index: 2; /* Ensure text is above the ::after pseudo-element */
  text-align: center;
  color: #ffffff; /* White text */
}

.progress-text .percentage {
  display: block;
  font-size: 2.5em; /* Adjust size */
  font-weight: bold;
}

.progress-text .label {
  display: block;
  font-size: 1em; /* Adjust size */
  color: #bdc3c7; /* Lighter grey for "ROI" */
  text-transform: uppercase;
}

.apexcharts-canvas {
  background: transparent !important;
}

.w-full{
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.absolute_center {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  left: 50%;
  top: 40%;
  transform: translate(-50%, 0);
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: bolder;
  white-space: nowrap;
  background: linear-gradient(#fff, #ffb400);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-black{
  background: rgb(35, 48, 57);
  border-radius: 10px;
}

.supportFeetbackBtn{
  background: rgb(35, 48, 57);
  border-radius: 10px;
}
.supportFeetbackBtn:hover{
  background-color: var(--bs-menu-hover-bg);
}
.supportFeetbackBtn.active{
  color: white;
  background-image: linear-gradient(to right, rgb(40, 180, 171), rgb(10, 119, 204)) !important;
}

[data-bs-theme=dark] .accordion-custom-button .accordion-button::after {
  --bs-accordion-btn-icon: none !important;
  --bs-accordion-btn-active-icon: none;
  background: transparent;
}

.nav-pills .nav-item .nav-link:not(.active):hover{
  color: white;
  background-color: var(--bs-menu-hover-bg);
}



.menu-vertical .menu-inner {
  flex: 0;
  flex-direction: column;
}

.tutorials{
}
.tutorials img{
  border-radius: 5px;
}
.contant h2{
  font-size: 1rem;
}
.contant img{
  width: 100%;
}

img.primary{
   width: 100% !important; 
}

/*background: linear-gradient(270deg, var(--bs-primary) 0%,color-mix(in sRGB, var(--bs-primary) 52%, var(--bs-white)) 100%);*/


.blackOriginButton{
  color: white !important;
  border-color: transparent;
  background-image: linear-gradient(to right, rgb(10, 119, 204), rgb(40, 180, 171));
}

.blackOriginButton.active, .blackOriginButton:hover{
  color: white !important;
  background-image: linear-gradient(to right, rgb(40, 180, 171), rgb(10, 119, 204));
}

.blackOriginOutlineBorder{
  border: 1px solid rgb(10 119 204 / var(--tw-border-opacity, 1));
}
.blackOriginOutlineBorder:hover{
  color: white;
  background-image: linear-gradient(to right, rgb(40, 180, 171), rgb(10, 119, 204));
}

select option {
  background-color: black;
  color: white;
}

.blue_bg{
  color: white !important;
  background-color: #0a77cc !important;
}

.blue_bg.hover:hover{
  color: white !important;
}

.accordion-item{
/*  border-color: #0a77cc !important;*/
  background-color: var(--bs-menu-hover-bg) !important;
  margin-bottom: 5px;
}
.accordion-button{
   background-color: #0a77cc !important;
   background-color: var(--bs-menu-hover-bg) !important;
       border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.accordion-body{
  padding: 1rem !important;
}

.table th{
/*  background-color: #0a77cc !important;*/
  color: white !important;
}
.table thead tr th, .table tr td {
    padding-block: 12px;
}

.noUi-target{
  background: #0a77cc !important;
}
.noUi-target .noUi-base .noUi-connect {
    background: #0a77cc !important;
}
.fw-600{
  font-weight: 600;
}

.Tranding > div, .Tranding > div #apexchartslwjcw3mj, .Tranding > div #apexchartslwjcw3mj span{
  width: 100%;
}