.form-control{
    background-color: black !important;
    border-color: black !important;
    color: white;
}

.form-control.form-select option{
    color: white;
}

.form-control:focus{
    background-color: black !important;
    border-color: black !important;
    color: white;
}

.btn-primary{
    background-color: #c70000 !important;
    border-color: #c70000 !important;
    outline: #c70000 !important;
}
.text-danger{
    color: #f50000 !important;
}

.successMessage{
    border-left: 5px solid green;
    border-right: 5px solid green;
}
.errorMessage{
    border-left: 5px solid red;
    border-right: 5px solid red;
}

.sideMessage{
    border-radius: .5rem;
    position: fixed;
    right: 20px;
    top: 20%;
    padding: .5rem 1rem;
    z-index: 99999;
    background-color: black;
    width: 300px !important;
    transform: translateX(350px);
    transition: .5s ease;
    opacity: 0;
    visibility: hidden;
}
.sideMessage.active{
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
.select2 {
    width: 100% !important;
}
.scrollRight{
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}
.scrollRight::-webkit-scrollbar {
    display: none;
}
.scrollRight .scrollItem{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    border-radius: .5rem;
    width: 160px;
    height: 130px;
    background-color: white;
    margin-right: 10px;
}
.scrollItemCover{
    width: 175px;
    border: 2px solid white;
    padding: .3rem;
    border-radius: .6rem;
}
.scrollItemCover p {
    text-wrap: wrap !important;
    line-height: 15px;
    margin-top: 5px;
}
 /* CSS to adjust the height of CKEditor */
 .editor {
    height: 500px;
}
.ck-editor__editable {
    min-height: 400px;
}
.fs-7{
    font-size: 14px;
}
.fs-8{
    font-size: 12px;
}
.fs-9{
    font-size: 10px;
}
.border-line{
    border: 1px solid gray !important;
}
.select2-container--default .select2-selection--single{
    background-color: black !important;
    border-color: black !important;
    color: white !important;
    padding: 0.225rem 2.10rem 0.225rem 0.60rem !important;
    height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px !important;
    width: 25px !important;
}
.select2-dropdown{
    background-color: black !important;
    border-color: black !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    background-color: rgb(34, 34, 34) !important;
    border-color: rgb(34, 34, 34) !important;
    color: white !important;
}
.select2-container--default .select2-results__option--selected{
    background-color: rgb(34, 34, 34) !important;
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: white !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}
.promotion .promotion-card .promo-img{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.promotion .promotion-card .promo-img image{
    width: 100%;
}
.wavyBack{
    background-image: url('../img/66_generated.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wavyBack img{
    height: 65px;
}
@media (max-width: 725px) {
 .wavyBack img{
        height: 40px;
    }
    .faucet_width{
        width: 100% !important;
    }
  }

.pagination ul li.active a{
  background-color: #c70000;
  color: white;
}

.pagination ul li a{
  background-color: ghostwhite;
  color: #c70000;
  padding: 7px 12px;
  font-weight: bold;
  border-radius: .3rem;
  margin-left: 10px;
}

.pagination ul{
  display: flex;
}


.border-none{
    border: none;
    outline: none;
}
.linkTag:hover, .linkTag:active{
    color: red;
    text-decoration: underline;
}
@media (max-width: 725px) {
    .flexendMobile{
        justify-content: flex-end;
    }
}

.scrollMenu{
    overflow-x: scroll;
    flex-wrap: nowrap;
}
.scrollMenu li{
    text-wrap: nowrap;
}

 
.scrollMenu::-webkit-scrollbar {
    height: 5px; 
}

.scrollMenu::-webkit-scrollbar-thumb {
    background-color: white; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners of the scrollbar thumb */
}

.scrollMenu::-webkit-scrollbar-thumb:hover {
    background-color: black; /* Color when hovered */
}

/* Firefox */
.scrollMenu {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: white black; /* Thumb color and track color */
}

.btnCrypto{
    color: white;
    background-color: #1e2836;
    border-radius: .5rem;
    margin-right: 10px;
    border: 2px solid #c70000;
    box-shadow: 0px 0px 10px 0.5px rgb(61, 61, 61);
}
.btnCrypto.active{
    background-color: #c70000;
    border: 2px solid #c70000;
    color: white;
}
.ms-dd .ms-dd-option-image, .ms-dd .ms-dd-selected-img{
    width: 30px !important;
}
.ms-options{
    overflow-y: scroll;
    height: 200px;
}
.truncate-text {
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 45vw;
}
.truncate-h {
overflow: hidden;
text-overflow: ellipsis;
max-height: 24px;
}
.truncate-small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
}
.faucet-select{
    background-color: white !important;
    color: black !important;
}
.faucet-select option{
    color: black !important;
}

.faucet-select:focus{
    background-color: white !important;
    border-color: white !important;
    color: black;
}
.faucet_width{
    width: 49%;
}
.bg-transparent{
    background-color: transparent !important;
}

.step-container {
  position: relative;
  text-align: center;
}

.step-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #171f2a;
  line-height: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer; /* Added cursor pointer */
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}

.progress-bar{
    transistion: .5s ease;
}

#multi-step-form{
  overflow-x: hidden;
}

.new .modal-confirm {		
	color: #636363;
	max-width: 400px;
}
.new .modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.new .modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.new .modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 20px 0 -10px;
}
.new .modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.new .modal-confirm .modal-body {
	color: #999;
}
.new .modal-confirm .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 10px;
}
.new .modal-confirm .modal-footer a {
	color: #999;
}		
.new .modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.new .modal-confirm .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.new .modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.new .modal-confirm .btn-secondary {
	background: #c1c1c1;
}
.new .modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.new .modal-confirm .btn-danger {
	background: #f15e5e;
}
.new .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.socialMedia .closex{
  display: none;
  transition: .5s ease;
}
.hideTag{
    display: none;
}
.socialMedia{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f50000;
  box-shadow: 0px 0px 5px #dc354536;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
  transition: .5s ease;
}

.socialCon{
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 999;
  transition: .3s ease;
  transform: translateY(100px);
  visibility: hidden;
  opacity: 0;
}
.socialCon.active{
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.socialCon a {
  display: block;
  min-width: 130px;
  text-align: start;
}
.btn_bold {
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
}
.nav-tab .nav-item .nav-link{
    color: lightgray;
    font-weight: 500;
    transition: .2s ease;
}
.nav-tab .nav-item .nav-link.active{
    color: white;
    border-bottom: 3px solid #c70000;
}
input[type="checkbox"]:checked {
    background-color: #c70000;
    border-color: #c70000;
}
.promotionCard a.active{
    background-color: rgb(175 0 0 / 40%);
}
.searchInput{
    color: white;
}
.searchInput::placeholder{
    color: lightgray;
    font-size: 12px;
}