/*
 Theme Name:   Crypto - TechJuice
 Theme URI:    https://techjuice.pk/
 Description:  Use this child theme to extend Bricks.
 Author:       Digital Perception
 Author URI:   https://perceptiond.com/
 Template:     bricks
 Version:      0.3
 Text Domain:  bricks
*/


.d-none {
	display: none !important;
}

/* Align text to the left */
.text-start {
  text-align: left;
}

/* Align text to the center */
.text-center {
  text-align: center;
}

/* Align text to the right */
.text-end {
  text-align: right;
}

/* Default text alignment */
.text-start {
  text-align: left;
}

/* On small screens (width <= 576px), text is aligned to the left */
@media (max-width: 576px) {
  .text-sm-start {
    text-align: left;
  }
}

/* On medium screens (width > 576px), text is centered */
@media (min-width: 576px) {
  .text-md-center {
    text-align: center;
  }
}

/* On large screens (width > 992px), text is aligned to the right */
@media (min-width: 992px) {
  .text-lg-end {
    text-align: right;
  }
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.text-light {
  color: #fff;
}

::selection {
  background-color: #01bc8d; /* Highlight color */
  color: #000000;            /* Text color */
}

select::picker-icon {
  display:none;
}
  
 select, select::picker(select) {
  appearance: base-select;
  background-color: #191A14;
  color: white;
 

}

select::picker(select) {
  background-color: #191A14;
  color: white;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #01bc8d !important;
  scrollbar-width: thin;
  margin: 10px 0;
}



select option:hover {
  background-color:#01bc8d !important;
  color: #191A14;
  border-radius:0.6rem
}