:root {
	--clr-white: rgb(255, 255, 255);
	--clr-black: rgb(0, 0, 0);
	--clr-light: rgb(245, 248, 255);
	--clr-light-gray: rgb(196, 195, 196);
	--clr-blue: rgb(63, 134, 255);
	--clr-light-blue: rgb(171, 202, 255);
	--bg1: #cccccc;
	--bg2: #e6e6e6;
	--border-radius: 4px;
	--border: #545454;
	--bs-theme-text-emphasis:#000;
	--bs-theme-bg-subtle:#BEBFF7;
	--bs-theme-border-subtle:#BEBFF7;
	--bs-theme-text-emphasis:#000;
}

.alert-theme {
    --bs-alert-color: var(--bs-theme-text-emphasis)!important;
    --bs-alert-bg: var(--bs-theme-bg-subtle)!important;
    --bs-alert-border-color: var(--bs-theme-border-subtle)!important;
    --bs-alert-link-color: var(--bs-theme-text-emphasis)!important;
}

@font-face {
    font-family: 'Hero-R';
    src: url('/web/fonts/Hero-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('/web/fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-B';
    src: url('/web/fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/web/fonts/Inter-VariableFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/web/fonts/Montserrat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VarelaRound';
    src: url('/web/fonts/VarelaRound.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Coffee';
    src: url('/web/fonts/kenyan_coffee.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Hero-R'!important;
	touch-action: pan-x pan-y;
}

main > .container {
    padding: 70px 15px 20px;
}

.error-msg {
	color:#ff6666;
    margin-bottom: 1rem;
}

#coupon-message span{
    display: block;
    margin-top: -1rem;
    color: red;
    background: #d6d6d6;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
	font-family: 'Hero-R';
}

.fs-gradient {
	background-image: radial-gradient( circle 815px at 23.4% -21.8%,  rgba(9,29,85,1) 0.2%, rgba(0,0,0,1) 100.2% );
}

.bg-sales{
	background-color:#000!important ;
}

.bg-aff {
	border: 1px solid var(--border) !important;
    background-image: linear-gradient(to right, var(--bg1), var(--bg2));
}

.bg-training{
	background: #00FFA7;
	color:#000000;
}

.text-sales{
	color:#ffffff!important;
}

.bg-red{
	background:#ff0000;
}

.btn {
	border-radius:2px;
	text-transform: uppercase;
	font-family: 'Hero-R'!important;
}

.btn-black{
	background-color:#000000!important;
	color:#ffffff!important;
}

.btn-theme{
	background-color:#64319F!important;
	color:#ffffff!important;
}

.form-floating > label {
	text-transform: uppercase;
}

.text-white{
	color:#000000;
}

.hint-box ul{
	list-style: disc;
    padding-left: 15px;
}

.hint-txt{
	color:#ff6666;
	font-size:12px;
	margin-bottom:5px;
}

.hint{
	color: #000000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
}

.text-fs{
	color:#86124f;
}

.fs-shadow{
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px!important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.sidebar-nav ul .sidebar-item .sidebar-link .fas {
    flex-shrink: 0;
    font-size: 21px;
}

.side-icon {
	width: 20px;
}

.w-line {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 2px solid #fff;
    opacity: 1;
}

.form-control {
	border-radius: var(--border-radius)!important;
}

.alert {
	text-transform: uppercase;
}

.custom-alert {
	color: #000;
	text-transform: uppercase;
	font-size:12px;
	font-family: 'Hero-R';
	margin-bottom:1rem !important;
}

.alert-box {
	color: #000!important;
	text-transform: uppercase;
	font-family:'Hero-R';
	font-size:12px;
	font-weight:800;
	margin-bottom: 1rem !important;
}

.card {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
    border: 1px solid #ceced1 !important;
}

.profile-nav:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0.5px;
    height: 50%;
    background-color: #fff;
}
.profile-nav {
    position: relative;
	width:33.33%;
}

.formImg img {
    width: 100%;
    height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    line-height: 1.25;
}

/*loader*/
.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  color: #000;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  color: #000;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  color: #000;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #000;
  }
  50%, 100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.centered {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	bottom: 10px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.menu-icon {
	width:35px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*Login css*/
.authentication-login{
	background: #ffffff;
}
.bg-fyre{
    background-color: #f7cbb9;
}
.login-title {
	color:#000;
	text-transform:uppercase;
	font-size:18px;
	font-weight:800;
}
.login-box {
	color:#000;
}
.login-box select#country_code {
    border: 2px solid #000000;
    border-radius: 5px;
    margin-right: 4px;
    height: 50px;
    padding: 0 10px;
	background: transparent;
}
.login-box .input-box .input-form {
    border: 2px solid #000000;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 16px;
    padding: 0 10px;
    background: transparent;
}
.login-box .btnSubmit {
    text-align: center;
    width: 100%;
    background: #000000;
    margin: auto;
    display: block;
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border: transparent;
    font-size: 12px;
	text-transform: uppercase;
}
.terms-block {
    color: #000000;
    font-size: 12px;
    margin-top: 20px;
	text-transform: uppercase;
}
.login-box .error-message {
	display:block;
	color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
}
.login-box #resendOtp {
    display: none;
}
.login-box .resend-text {
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 11px;
    font-weight: 800;
}
.login-box .input-box {
    width: 100%;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    margin: auto;
    position: relative;
	text-align:center;
}
.login-box .inputs input {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 2px solid #000000;
    color: #000000;
    margin-bottom: 8px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	   -webkit-appearance: none;
		margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}
.loginSection {
    padding-right: 0;
    background-image: url(https://affiliate.fyresearch.com/web/dist/images/affiliate-login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.login-box .rstbox {
    text-align: center;
    width: 100%;
    background: #f1f1f1;
    margin: auto;
    display: block;
    color: #000000;
    padding: 14px 20px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    font-size: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.login-box .countdown span {
    text-align: center;
    width: 100%;
    background: #ff3131;
    margin: auto;
    display: block;
    color: #000000;
    padding: 14px 20px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border: 1px solid #ff3131;
    font-size: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
::placeholder {
  color: #000;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #000;
}
.pcsd .btn {
	height:50px;
	margin-top:1rem;
}
.form-line {
	display: block;
    position: relative;
    border: 0;
    border-top: 1px solid #000;
    opacity: 0.5;
}
.pcsd .form-control {
	border:1px solid #000!important;
}
@media screen and (max-width: 767px) {
	.loginSection {
        display: none;
    }
    .authentication-login {
        background: url(https://affiliate.fyresearch.com/web/dist/images/affiliate_mobile_login_bg.png) rgba(0, 0, 0, 0.4);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-blend-mode: multiply;
    }
	.terms-block, .terms-block a {
        color: #fff;
		font-size:9px;
    }
	.login-title, .login-box .error-message {
		color:#fff;
	}
	.login-box select#country_code, .login-box .input-box .input-form {
        border: 2px solid #fff;
        color: #fff;
    }
	.login-box .btnSubmit {
		background: #870d4e;
	}
	.login-box .inputs input {
		border: 2px solid #fff
	}
	::placeholder {
	  color: #fff;
	  opacity: 1;
	}
	::-ms-input-placeholder {
	  color: #fff;
	}
	.pcsd {
		box-shadow:none!important;
		border:none!important;
	}
	.pcsd .card-body{
		padding:0!important;
	}
	.pcsd .btn{
		width:100%!important;
	}
	.custom-alert {
		font-size:7px;
		padding: 6px 10px!important;
	}
}

/*dashboard css*/
.top-icon {
    width: 40px;
    height: 40px;
}
.sales-section {
	margin-bottom:30px;
	padding: 0 20px;
	border-radius:var(--border-radius);
}
.sales-section .sales-img img{
	width:200px;
}
.sales-section .sales-card {
	border-radius: var(--border-radius);
}
.sales-section .sales-body{
	padding: 30px 30px;
}
.sales-section .sale-title {
	color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.sales-section .sale-earning {
	margin: 0;
    padding: 10px;
    border-radius:var(--border-radius);
	color: #000;
    text-align: center;
    text-transform: uppercase;
	border: 1px solid var(--clr-black);
    background-image: linear-gradient(to right, var(--bg1), var(--bg2));
}
.comission-view{
	background: #262626;
    border-radius: 20px;
    padding: 5px 20px;
    height: 40px;
    display: flex;
    align-items: center;
}
.comission-view i{
	color:#d4af37;
	margin-right:5px;
}
.comission-view span{
	color:#d4af37;
	font-size:15px;
}
.coupon-input-box{
	border-radius:var(--border-radius)!important;
}
.coupon-input-box .form-group input{
	font-family: 'Hero-R';
	border-radius:2px!important;
	border:1px solid #000!important;
	background: #fff;
    color: #000;
}
.sales-chart-box {
	padding: 24px 15px;
	border-radius: 5px;
    background: #F2F7FB;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.sale-title {
	text-transform:uppercase;
	color:#5A6A85;
	font-size:14px;
	margin-bottom:5px;
}
.scb-no-title {
	font-family: 'Montserrat';
	font-weight:600;
	margin-bottom:0;
}
.scb-no-title span{
	font-family: 'VarelaRound';
}
.sales-icon {
	width:50px;
	height:50px;
}

@media only screen and (max-width: 767px) {
	.sales-section .sales-body{
		padding: 20px 10px;
	}
	.sales-section .sale-title {
		font-size:14px;
	}
	.sales-section .sale-earning {
		font-size:14px;
		padding: 5px 10px;
	}
	.sales-section .sales-img img{
		width:100%;
	}
	.tm-title {
		font-size:18px;
	}
}

/*registration*/
.switch-tab{
	display: flex;
    align-items: center;
    justify-content: space-around;
    background: lightgrey;
    padding:10px;
	border-radius:5px;
}
.switch-tab-box.active{
    background: #870d4e;
}
.switch-tab-box.active .switch-tab-content h5{
	color:#ffffff;
}
.switch-tab-box {
    background: transparent;
    padding: 10px;
    width: 45%;
    text-align: center;
	border-radius:5px;
}
.switch-tab-content h5{
	color:#000000;
	font-weight: 800;
	margin-bottom:0px;
	cursor: pointer;
}

/* Upload Area */
.upload-area {
  background-color: var(--clr-white);
  border: 1px solid #dfe5ef;
  border-radius: 7px;
  padding: 1rem 1.875rem 1rem 1.875rem;
  margin-bottom: 1rem;
  text-align: center;
}

.upload-area--open { /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
  from {
    height: 28.125rem; /* 450px */
  }

  to {
    height: 35rem; /* 560px */
  }
}

/* Header */
.upload-area__header {

}

.upload-area__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin-top: 0;
}

.upload-area__tooltip {
  position: relative;
  color: var(--clr-light-blue);
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
  color: var(--clr-blue);
}

.upload-area__tooltip-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: var(--clr-white);
  color: var(--clr-blue);
  border: 1px solid var(--clr-light-blue);
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height: 11.25rem; /* 180px */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed var(--clr-light-blue);
  border-radius: 5px;
  margin-top: 2.1875rem;
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
  border-color: var(--clr-blue);
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: var(--clr-blue);
  transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin: 0;
  margin-top: 0.625rem;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: var(--clr-light-blue);
  z-index: 10;
}
.drop-zoon__preview-image {
	display:none;
}
/*.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}*/

.drop-zoon__file-input {
  display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {
  
}

/*.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}*/

/* File Details Area */
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details__title {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-light-gray);
}

/* Uploaded File */
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}

.uploaded-file__icon {
  font-size: 3.4375rem;
  color: var(--clr-blue);
}

.icon-txt {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--clr-white);
}

.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
  content: '';
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded-file__info::before {
  width: 100%;
}

.uploaded-file__info::after {
  width: 100%;
  background-color: var(--clr-blue);
}

/* Progress Animation */
.uploaded-file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: var(--clr-blue);
  }
}

.uploaded-file__name {
  width: 100%;
  max-width: 6.25rem; /* 100px */
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uploaded-file__counter {
  font-size: 1rem;
  color: var(--clr-light-gray);
}

@media only screen and (max-width: 575px) {
	.fs-sm-10{
		font-size:30px;
	}
}
@media only screen and (max-width: 375px) {
	.fs-sm-10{
		font-size:20px;
	}
}

/*withdrawal popup*/
#withdrawalModal .modal-content{
	border-radius:5px!important;
}
#withdrawalModal .modal-body{
	border-radius: 2px;
	border:2px solid #000;
	background: #fff;
	/*background-image: radial-gradient( circle 763px at 18.3% 24.1%, rgba(255,249,137,1) 7.4%, rgba(226,183,40,1) 58.3% );*/
}
.withdrawal-popup{
	text-align:center;
}

.withdrawal-popup img{
	width:100%;
}
.withdrawal-popup .withrawal-txt {
	margin-top:15px;
	color:#000;
}

.withdrawal-popup .withrawal-txt h4{
	color:inherit;
}

.withrawal-txt {
	background: #dcefff;
    text-align: left;
    padding: 10px;
    border-radius: 2px;
	text-transform:uppercase;
}

.withrawal-txt p{
	margin-bottom:0;
	text-align:center;
	font-size:8px;
	font-weight:800;
}

.content-box h2{
	text-transform:uppercase;
}

.content-box h4{
	margin-top:2rem;
	text-transform:uppercase;
}

.content-box p, .content-box ul li, .content-box ol li{
	color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.1px;
    margin-bottom: 12px;
}

.content-box ul li, .content-box ol li {
	margin-bottom:1rem;
}

.content-box th, .content-box td{
	font-size:14px;
	color:rgba(0, 0, 0, 0.8)!important;
	width:50%;
	text-transform:uppercase;
}

.content-box th{
	background-color:#F29F96!important;
}

/*blog css*/
.post-details{
	color:#000000;
}
.post-details p {
	font-size:16px;
}
.fs-badge{
	background-color: #870d4e;
    color: #ffffff;
}

/*Withdraw page css*/
.history-table {
	position: relative;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}
.table-body {
    min-width: 1000px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}
.table-box {
	display: flex;
    align-items: center;
	border:2px solid #000;
	border-right:0;
	padding:20px;
}
.table-box:last-child {
	border-right:2px solid #000;
}
.table-box {
	color:#000;
	font-size:16px;
}

.table-responsive {
	position: relative;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}

.table-responsive table{
	min-width:800px;
}

/*kyc*/
.kyc-view {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    gap: 0.2rem;
    width: auto;
    height: 58px;
    border-radius: 5px;
    border: 0 solid #64319f;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    transition: 0.1s ease;
    cursor: pointer;
    position: relative;
    background: #64319f;
	color:#ffffff;
    overflow-wrap: break-word;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
	text-transform:uppercase;
}
.kyc-view:hover {
	color: #fff;
}

/*notification*/
.notification-ui_dd-content {
    margin-bottom: 30px;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 7px;
    background: #efefef;
	border-left: 4px solid #461454;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 4px solid #4d4d4d;
    background: #d3d3d3;
}

.notification-list .notification-list_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.notification-list_img {
    display:contents;
}
.notification-list_detail{
	margin:0 20px;
}
.notification-list .notification-list_content .notification-list_img img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.notification-list .notification-list_content .notification-list_detail p {
    margin-bottom: 1px;
    line-height: 1.2;
}

.notification-list .notification-list_content .notification-list_detail b {
    color:#000;
}
.notification-list_time {
    text-align: right;
}

.notification-btn{
   padding: 5px 10px;
   border-radius: 5px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   font-size: 12px;
}

.notification-btn:hover{
  color:#fff;
}

/*Balance Histoty*/
.bh-amount {
	font-family: 'Montserrat';
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 800;
}