.swiper-slide-dashboard {
	padding: 0 !important;
	border-radius: 10px;
	/* max-height: 300px; */
}

/* .swiper-slide-dashboard .swiper-wrapper a img{
	object-fit: fill !important;
} */

[data-menu-styles="light"] .app-sidebar .side-menu__item.active,
[data-menu-styles="light"] .app-sidebar .side-menu__item:hover {
	background-color: transparent;
	border-bottom: 2px solid var(--primary-rgb);
}

[data-nav-layout="horizontal"] .app-sidebar .side-menu__item {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}


@media (min-width:992px) {
	.app-sidebar .main-sidebar-header {
		position: relative;
		background: transparent;
		display: block !important;
		width: auto !important;
		height: auto;
		padding: 0;
		border: 0;
	}

	[data-nav-layout="horizontal"] .app-sidebar {
		height: 4rem;
		display: flex;
		align-items: center;
	}

	.app-sidebar-inner {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}

	[data-nav-layout="horizontal"] .main-sidebar,
	[data-nav-layout="horizontal"] .main-header-container,
	[data-nav-layout="horizontal"] .app-content>.container-fluid {
		width: 100%;
	}

	[data-nav-layout="horizontal"] .app-sidebar .main-menu>.slide {
		margin: 0 1rem;
	}
}

@media (max-width:991px) {
	.app-sidebar .main-sidebar-header {
		display: flex !important;
	}
}

.btn-custom-deposit::after {
	position: absolute !important;
	right: 10px;
	top: 10px;
}

@media screen and (max-width: 991px) {
	.btn-custom-deposit::after {
		top: 15px;
		right: 10px!important;
	}
}

.btn-outline-light:disabled {
	color: var(--light-gray);
	background-color: transparent;
	border-color: var(--light-gray);
}

.custom-dropzone-KYC {
	width: 100%;
	height: 180px;
	border: 1.5px dashed var(--primary05);
	padding: 15px;
	color: var(--default-text-color);
}

.custom-dropzone-KYC.border-primary {
	width: 100%;
	height: 180px;
	border-color: var(--primary-border) !important;
	padding: 15px;
	background-color: #f4fdfe;
}

.link-underline-white,
.link-underline-white:hover {
	color: var(--white);
	text-decoration: underline;
}

@keyframes blink-2 {
	0% {
		text-shadow: 0 0 10px #fff;
	}

	50% {
		text-shadow: 0 0 0;
	}

	100% {
		text-shadow: 0 0 10px #fff;
	}
}

@-webkit-keyframes blink-2 {
	0% {
		text-shadow: 0 0 10px #fff;
	}

	50% {
		text-shadow: 0 0 0;
	}

	100% {
		text-shadow: 0 0 10px #fff;
	}
}

.blink-text {
	animation: blink-2 1s infinite;
	font-weight: 600;
}

.border-bottom-primary-2 {
	border: 0;
	border-bottom: 2px solid var(--primary-color);
	border-radius: 0;
	width: 230px;
	text-align: center;
}

.border-dashed {
	border-top: 1px dashed var(--gray-5);
}

.rounded-top-left {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.rounded-top-right {
	border-top-left-radius: 0;
	border-top-right-radius: 10px !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.rounded-bottom-left {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 0;
}

.rounded-bottom-right {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10px !important;
}

.custom-select-dropdown-0 {
	appearance: none;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select {
	width: 100px;
	height: 25px;
	float: right;
	text-align: center;
	border-color: var(--input-border);
	color: var(--default-text-color);
}

.view-input:disabled {
	background-color: var(--form-control-bg) !important;
}

.custom-country-dropdown input {
	border-radius: 0.5rem !important;
}

[data-theme-mode=dark] .custom-country-dropdown ul {
	background-color: var(--default-body-bg-color);
	color: var(--custom-white-all);
}

[data-theme-mode=dark] .custom-country-dropdown input {
	border-radius: 0.5rem !important;
	background-color: var(--custom-white-all) !important;
	color: var(--default-body-bg-color);
}

[data-theme-mode=dark] .custom-country-dropdown input:disabled {
	background-color: var(--form-control-bg) !important;
	color: var(--light-gray);
}

[data-theme-mode=dark] .custom-profile input:disabled {
	background-color: var(--form-control-bg);
	color: var(--light-gray);
}

.custom-datepicker-input input {
	/* display: flex; */
	/* align-items: center !important; */
	text-align: center !important;
	height: 38px !important;
	width: 215px !important;
	border-radius: 10px !important;
    border: 1px solid var(--input-border) !important;
    box-sizing: border-box !important; 
	max-width: 215px !important;
}

.custom-datepicker-input-3 input {
	/* display: flex; */
	/* align-items: center !important; */
	text-align: center !important;
	height: 38px !important;
	width: 150px !important;
	border-radius: 10px !important;
    border: 1px solid var(--input-border) !important;
    box-sizing: border-box !important; 
	max-width: 200px !important;
}

.padding-top-custom {
	padding-top: 2px !important;
}

.react-datepicker__month-text--in-range {
	background-color: var(--primary-color) !important;
}

.react-datepicker__day--in-range{
	background-color: var(--primary-color) !important;
}

.react-datepicker__month-text--today {
	background-color: var(--gray-2) !important;
}

.react-datepicker__month-text--keyboard-selected {
	background-color: unset !important;
}

.react-datepicker__month-text--selected {
	background-color: var(--primary-color) !important;
	color: var(--white) !important;
}

.react-datepicker__month-text--in-selecting-range {
	background-color: var(--gray-2) !important;
}

.react-datepicker__day--today {
	background-color: var(--gray-2) !important;
}

.react-datepicker__day--selected {
	background-color: var(--primary-color) !important;
}

.react-datepicker__day--keyboard-selected {
	background-color: unset !important;
}

.react-datepicker__day--in-selecting-range {
	background-color: var(--gray-2) !important;
}

.react-datepicker__month-text--in-selecting-range:hover {
	background-color: var(--gray-3) !important;
}

.react-datepicker__day--keyboard-selected:hover {
	background-color: var(--gray-3) !important;
}

.react-datepicker__day--in-selecting-range:hover {
	background-color: var(--gray-3) !important;
}

.react-datepicker__year-text--selected {
	background-color: var(--primary-color) !important;
}

.react-datepicker__year-text--keyboard-selected {
	background-color: unset !important;
}

.notification-content a {
	color: rgb(5,99,193);
}

.input-border-0 {
    border: none;
    outline: none;
}

[data-theme-mode=dark] .custom-country-dropdown-2 ul {
	background-color: var(--default-body-bg-color);
	color: var(--custom-white-all);
}

[data-theme-mode=dark] .custom-country-dropdown-2 input {
	background-color: var(--form-control-bg) !important;
	color: var(--light-gray);
	border-color: var(--input-border) !important;
	border-radius: 10px !important;
}

.custom-country-dropdown-2 input {
	border-radius: 10px !important;
	border-color: var(--input-border) !important;
}

[data-theme-mode=dark] .custom-country-dropdown-3 ul {
	background-color: var(--default-body-bg-color);
	color: var(--custom-white-all);
}

[data-theme-mode=dark] .custom-country-dropdown-3 input {
	background-color: var(--form-control-bg) !important;
	color: var(--light-gray);
	border-color: var(--input-border) !important;
	border-radius: 10px !important;
}

.custom-country-dropdown-3 input {
	border-radius: 10px !important;
	border-color: var(--input-border) !important;
}
[dir="rtl"] .custom-country-dropdown-3 input {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-right: none !important;
}

@media (min-width:575px) {
	.custom-country-dropdown-3 input {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		height: 39.2px !important;
	}

	[data-theme-mode=dark] .custom-country-dropdown-3 input {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		height: 37px !important;
	}
}

.input-group-custom {
	position: relative;
    display: flex;
    flex-wrap: unset;
    align-items: stretch;
    width: 200px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }

div.center {
		text-align: center;
}

.border.border-inline-end-0 {
	border-inline-end: 0 !important;
}

@media (min-width: 768px) and (max-width: 1860px) {
    .wallet-name {
        display: none !important;
    }
}

.btn-custom-deposit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ReactSelectFlags-module_closeIcon__t4cEW {
	top: 24% !important;
	transform: rotate(180deg) !important;
}

.custom-country-dropdown .ReactSelectFlags-module_closeIcon__t4cEW {
	top: 13% !important;
	/* transform: rotate(180deg) !important; */
}

.text-wrap {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.graph-container .btn.active {
	color: var(--primary-color);
}

.graph-container {
	list-style-type: none;
    flex-direction: column;
    gap: 2px;
}

.text-left {
	text-align: left;
}

.text-underline {
	text-decoration: underline;
	font-weight: 50;
}

.btn.btn-custom-outline-primary:hover {
	border-color: var(--primary-color);
	background-color: var(--primary01);
	box-shadow: none;
}

.custom-datepicker-input-2 input {
	display: flex;
	align-items: center !important;
	text-align: center !important;
	height: 38px !important;
	width: 230px !important;
	border-radius: 10px !important;
    border: 1px solid var(--input-border) !important;
    box-sizing: border-box !important; 
}

.react-datepicker__close-icon::after {
	background-color: var(--primary-color) !important;
}

.card-border-primary {
	margin-block-end: 0 !important;
	border: 2px solid var(--primary-color) !important;
}

.custom-li {
    flex: 1 1 120px; 
}

@media (min-width: 2000px) {
    .custom-li {
		flex: 1 1 155px; 
	}
}

@media (max-width: 1600px) {
    .custom-li {
		flex: 1 1 105px; 
	}
}

@media (min-width: 1024px) and (max-width: 1500px) {
    .custom-li {
		flex: 1 1 85px; 
	}
}

@media (max-width: 1000px) {
    .custom-li {
		flex: 0 0 60px;
	}
}

.rejected .dropdown-menu {
    opacity: 1;
}

.flatpickr-container {
	position: relative;
	width: fit-content;
	text-align: justify;
}

.flatpickr-container input {
	width: 100%; 
}

.btn-flatpickr-custom-reset {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	padding: 2px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: none
}

.flatpickr-calendar-icon {
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
	color: #6c757d;
}

.flatpickr-wrapper {
	width: inherit !important;
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay { 
	color:rgba(57,57,57,0.1) !important
}

.card-datatable.table-responsive.account-datatable {
	min-height: 235px
}

.input-group.has-dropdown .form-control {
    border-right: 1px solid var(--input-border) !important; /* Use !important cautiously */
}

.tab-style-3 .nav-item .nav-link.services-2:after {
	content: "4";
}

.searchable.search-icon {
  cursor: pointer;
  pointer-events: auto !important;
}

.btn-partner-balance {
	padding: 0.45rem 1.5rem !important;
}

@media (max-width: 640px) {
	#step-kyc li {
		width: 90px !important;
		padding-top: 0px !important;
	}

		.tab-style-3 .nav-item .nav-link:after {
			position: absolute;
			content: "";
			inset-block-end: -2rem;
			inset-inline-start: 1.75rem;
			inset-inline-end: 0;
			inset-inline-start: 35%;
			width: 2rem;
			height: 2rem;
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: var(--custom-white);
			border-radius: 50%;
			border: 2px solid var(--default-border);
		}
}

/* .ReactSelectFlags-module_container__SFuNT,
.ReactSelectFlags-module_selectWrapper__I7wcI,
.ReactSelectFlags-module_searchSelect__O6Fp2 {
  height: 50px !important;
} */

.ReactSelectFlags-module_searchSelect__O6Fp2 {
	width: 100% !important;
	font-size: 0.875rem !important;
	line-height: 1.6 !important;
}

.ReactSelectFlags-module_searchSelect__O6Fp2::placeholder {
	color: #ADADAD;
}

/* .ReactSelectFlags-module_option__vTJ3Z {
  color: black;
} */

/* .ReactSelectFlags-module_option__vTJ3Z,
.ReactSelectFlags-module_searchSelect__O6Fp2,
.ReactSelectFlags-module_optionText__s91tq{
  font-size: 14px !important;
}  */

.input-border-color.signup-password-input {
	border-color: var(--input-border) !important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

.fs-0_875r .ReactSelectFlags-module_searchSelect__O6Fp2 {
	font-size: 0.875rem !important;
}

.w-border-end {
	border-right: var(--bs-border-width) solid var(--bs-border-color) !important;
	border-color: var(--input-border) !important;
}

.tfa.badge {
	font-size: 11px;
	height: 20px;
}

.form-select.default-border:focus {
	border-color: 1px solid var(--input-border);
}

@media (max-width:575px) {

	.sm-w-100 {
		width: 100% !important;
	}

	.sm-w-100.mw-none {
		width: 100% !important;
		max-width: none !important;
	}
}

.c-pointer {
	cursor: pointer;
}

@media (min-width: 768px) {
  .rounded-end-desktop {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.custom-otp input,
.custom-otp input:focus {
    font-weight: bold !important; 
    font-size: 24px !important;
    color: var(--primary-color) !important;
}

.ReactSelectFlags-module_container__SFuNT 
.ReactSelectFlags-module_selectWrapper__I7wcI 
.ReactSelectFlags-module_openIcon__Bgn1- path, 

.ReactSelectFlags-module_container__SFuNT 
.ReactSelectFlags-module_selectWrapper__I7wcI 
.ReactSelectFlags-module_closeIcon__t4cEW path {
	display: none;
}

.ReactSelectFlags-module_container__SFuNT 
.ReactSelectFlags-module_selectWrapper__I7wcI 
.ReactSelectFlags-module_openIcon__Bgn1-, 

.ReactSelectFlags-module_container__SFuNT 
.ReactSelectFlags-module_selectWrapper__I7wcI 
.ReactSelectFlags-module_closeIcon__t4cEW {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}

.ReactSelectFlags-module_closeIcon__t4cEW {
	transform: rotate(0) !important;
}

.verification-code {
  max-width: 320px;
  margin: 0 auto;
}
.verification-code input,
.verification-code input:focus {
  border: 0;
  border-bottom: 1px solid rgb(var(--primary-rgb));
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
}
[data-theme-mode=dark] .verification-code input {
  background-color: transparent;
}
[data-theme-mode=dark] .verification-code input:focus {
  background-color: transparent;
  border-bottom: 1px solid rgb(var(--primary-rgb));
}
.verification-code.failed input {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

/* Add this to your global/custom CSS */
@media (max-width: 576px) {
  .mobile-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-table-wrapper table {
    min-width: 900px;
  }

  /* Increase table row height */
  .mobile-table-wrapper table tbody tr {
    height: 100px; /* Adjust this value as needed */
  }

  /* Optional: Add padding to td for better spacing */
  .mobile-table-wrapper table tbody td {
    vertical-align: middle; /* Center content vertically */
  }
}
 
input.number-no-spinner::-webkit-inner-spin-button,
input.number-no-spinner::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.number-no-spinner {
	-moz-appearance: textfield;
} 

html, body {
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
}