/*====================================               =================
  ==================================== WEE STYLE SHEET================*/

body, html{
	padding: 0;
	margin: 0;
	height: 100%;

}

body {
	font-family: 'Roboto', sans-serif;
}

a:hover {
	text-decoration: none !important;
}

/*==========Heder style =========*/

.header{

}

.header .logo_div {

}

.header a {
	color:  #000;
}

.header a i {
	color: rgb(200,39,61);
	margin-right: 10px;
}

.header .btn {
	display: inline-block;
}

.header .btn, .btn_main {
	background: #B71F23;
    color: #fff;
	border-radius: 100px;
	min-width: 110px;
    text-align: center;
    font-weight: 400;
    margin-right: 10px;
}

.btn_defult {
	background-color: #ECECEC;
	border: 1px solid #B9B9B9;
	color: #000;
}

.header .btn:hover, .header .btn:focus,
.btn_main:hover, .btn_main:focus {
	opacity: 0.9;
    color: #fff;
}
/*==========Login, Regesiter section =========*/


.main {
	background-color: #F8F9FB;
	padding: 100px 0px;
}

.main .form_section	{
	background-color: #fff;
	border: 1px solid #eaeaea;
	max-width: 530px;
	margin: auto;
	padding:  60px 30px;
	position: relative;
}

.main .form_section::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 45%;
	background-image: url('../images/icons/lock-icon.svg');
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center;
}

.form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 14px;
}

/*==========Welcome page section =========*/

.user_dropdown .btn {
	background: #B71F23;
    color: #fff;
	color: #fff;
	border-radius: 3px;
	min-width: 160px;
	text-align: left;
}

.user_dropdown .btn::after {
    display: block;
    vertical-align: middle !important;
    content: "";
    background-image: url('../images/icons/chervon-down.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    border: 0 !important;
    position: absolute;
    top: 30%;
    right: 20px;
}

div.bdge {
	text-align: center;
	font-size: 14px;
}

.header-inner .btn-dark {
	border-radius: 3px;
	background-color: #3F4040;
	background: #3F4040;
	min-width: 140px;
}

.header-inner .btn-dark:hover {
	background-color: #3F4040;
	background: #3F4040;
}

.welcome_main, .main {
	min-height: 85vh;
	overflow: hidden;
	background-color: #F8F9FB;
}

.welcome_main h4 {
	margin-top: 30px;
	font-weight: 400;

}

.welcome_main .dashboard-card {
	background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    width: 400px;
    cursor: pointer;
}

.welcome_main a {
	color: #000;
}

.dashboard-card.sub-menu .right {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 20px;
    transition: 0.3s;
}
.welcome_main .dashboard-card .sub-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    margin-top: 10px;
    background: #e9e9e9;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
}

.dashboard-card.sub-menu.open .sub-menu-dropdown {
    display: block;
}

.dashboard-card.sub-menu.open .right {
    transform: rotate(-180deg);
}

.welcome_main .dashboard-card .sub-menu-dropdown .card:hover {
    background: #ca443b !important;
}

.welcome_main a {
    color: #000;
}

.welcome_main .dashboard-card .sub-menu-dropdown .card:hover a {
    color: #fff;
}
.welcome_main .card_area {
	max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

.dashboard-card::before {
	content: '';
    position: absolute;
    top: 10px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.dashboard-card.card_1::before {
	background-image: url('/images/icons/ic_nft.svg');
}

.dashboard-card.card_2::before {
	background-image: url('/images/icons/ic_attribute.svg');
}

.dashboard-card.card_3::before {
	background-image: url('/images/icons/ic_crowed.svg');
}

.dashboard-card.card_4::before {
	background-image: url('/images/icons/ic_users.svg');
}
.dashboard-card.card_5::before {
	background-image: url('/images/icons/ic_stream.svg');
}
.dashboard-card.card_6::before {
	background-image: url('/images/icons/ic_token.svg');
}
.dashboard-card.card_7::before {
	background-image: url('/images/icons/ic_player.svg');
}
.dashboard-card.card_8::before {
	background-image: url('/images/icons/ic_federation.svg');
}
.dashboard-card.card_9::before {
	background-image: url('/images/icons/ic_topup.svg');
}
.dashboard-card.card_10::before {
	background-image: url('/images/icons/ic_profile.svg');
}
.dashboard-card.card_11::before {
	background-image: url('/images/icons/ic_mint.svg');
}
.dashboard-card.card_12::before {
	background-image: url('/images/icons/ic_reward.svg');
}
.dashboard-card.card_13::before {
	background-image: url('/images/icons/ic_notification.svg');
}

.dashboard-card.card_14::before {
	background-image: url('/images/icons/ic_banner.svg');
}

/*==========Menu page section =========*/

.inner_main {
	overflow: hidden;
	background-color: #F8F9FB;
}
.wee_table .table td {
    vertical-align: middle !important;
}

.wee_table .dropdown-toggle::after {
    display: none;
}
.tbl-dropdown .dropdown-menu {
    right: 16px !important;
}

#weetable tr td {
    /* max-width: 150px; */
    white-space: nowrap;
    word-wrap: break-word;
}
.wee_table .dropdown-toggle:focus,
.wee_table .dropdown-toggle:active {
    box-shadow: none;
}


.wee_table .table-bordered thead td {
	background: #343a40;
    color: #fff;
    border-bottom: none;
}

.wee_table .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-hover tbody tr:hover {
    background-color: #fff !important;
}

.wee_table .table-bordered {
	font-size: 14px !important;
	color: #000;
}

.wee_table .page-item.active .page-link {
	background: #343a40;
	border-color: #343a40;
}

div.dataTables_wrapper, div.dataTables_info {
   font-size: 14px !important;
}

div.dataTables_length select {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    color: #fff !important;
}

.wee_table .custom-select {
	background-image: url('../images/sort.svg') !important;
}

/*.wee_table .btn {
    background: #B71F23;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    padding: 0px 17px;
    font-weight: 400;
}*/

.wee_table span.verified {
	color: #24C28C;
	position: relative;
}

.wee_table span.verified::before {
	font-family: "Font Awesome 5 Free";
    content: "\f058";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 400;
    position: relative;
    left: 0;
    top: 0;
    font-size: 15px;
}

.wee_table span.completed {
	color: #0A48D8;
}

.wee_table span.incompleted, .wee_table span.unverified {
	color: #F19B2A;
}

.wee_table span.unverified::before {
    content: "";
    background-image: url('../images/icons/unverified.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 5px;
}

.wee_table span.rejected {
	color: #C8273D;
}

.wee_table span.rejected::before {
	font-family: "Font Awesome 5 Free";
    content: "\f057";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 400;
    position: relative;
    left: 0;
    top: 0;
    font-size: 15px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
	background-color: #35b6b4 !important;
}


.detail_sec .breadcrumb {
	max-width: 365px !important;
}

.inner_main .breadcrumb {
	background: transparent;
	font-size: 14px;
	margin-bottom: 10px;
	max-width: 315px;
    border-radius: 0;
}

.back-btn a{
	color: #000 !important;
	font-weight: 400;
}

.back-btn i {
	color: #B71F23;
}

.kyc-detail h6, .payment h6 {
	color: #B71F23;
	font-weight: 400;
}

.kyc-detail p, .payment p {
	margin-bottom: 0px;
}

.due-diligance {
	font-size: 12px;
	font-weight: medium;
}

.due-diligance .col-12 {
	height: 50px;
}

.due-diligance .cd {
	font-size: 14px;
	text-transform: uppercase;
	color: #C8273D;
	font-weight: 500;
}

.due-diligance .num {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	padding: 6px;
	background-color:  #24C28C;
	position: relative;
    top: -7px;
}

.due_footer .col-md-1 {
	max-width: 50px;
}

.due-diligance .due_footer, .sign_agreement p {
	font-size: 14px;
}

.due-diligance .due_footer i,
.sign_agreement p i {
	font-size: 20px;
	position: relative;
	top: 0px;
}

.due_footer .fa-check-circle, .sign_agreement h6, .sign_agreement .fa-check-circle {
	color: #24C28C;
}

.due_footer .fa-times-circle,
.sign_agreement .fa-times-circle {
	color: #C8273D;
}


/*==========Footer styles =========*/

.footer{
	background-color: #35B6B4;
}

.footer img {

}

.footer span {
	color: #fff;
}

.footer span a {
	color: #fff;
}


/*
	App page style here .
 */

.main-app {
    overflow: hidden;
    background-color: #F8F9FB;
    padding-top: 50px;
    padding-bottom: 100px;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  .block .logo {
      margin-bottom: 40px;
  }

  .block h1 {
      margin-bottom: 40px;
      font-size: 45px;
      line-height: 61px;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
  }

  .block p {
      font-size: 20px;
      margin-bottom: 50px;
      letter-spacing: 0;
      line-height: 25px;
      color: #808080;
  }

  ul.app-badge {
      margin-bottom: 60px;
  }

  .list-inline {
      padding-left: 0;
      list-style: none;
  }

  .list-inline-item {
      display: inline-block;
  }

  .list-inline-item:not(:last-child) {
      margin-right: .5rem;
  }

  ul.app-badge li a img {
      width: 150px;
      height: auto;
  }
.nft-filter {
    position: absolute;
    top: 0;
    right: -100%;
    width: 350px;
    height: 100%;
    z-index: 999;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.nft-filter.active {
    right: 0;
}

.nft-filter .nft-filter-body .filter-header {
    font-weight: 500;
    font-size: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.nft-filter .nft-filter-body .filter-header span.filter-close {
    background: #ac3742;
    color: #fff;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
}

.nft-filter .nft-filter-body {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.nft-filter .nft-filter-body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.nft-filter .nft-filter-body::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.nft-filter .nft-filter-body::-webkit-scrollbar-thumb
{
    background-color: #6a6a6a;
}

.nft-filter .nft-filter-body .filter-form label {
    font-size: 14px;
}

.nft-filter .nft-filter-body .filter-form input,
.nft-filter .nft-filter-body .filter-form select,
.nft-filter .nft-filter-body .filter-form .form-control {
    font-size: 14px;
}

.nft-filter .nft-filter-body .filter-form .clear-btn {
    background: #7e7e7e;
    color: #fff;
    font-size: 14px;
}

.nft-filter .nft-filter-body .filter-form .apply-btn {
    background: rgb(200,39,61);
    background: linear-gradient(to right,#CD623A,#C8273D);
    color: #fff;
    font-size: 14px;
}

.nft-filter .nft-filter-body .filter-form .btn:hover {
    opacity: 0.8;
}

@media (max-width: 600px) {
    .nft-filter {
        width: 100%;
    }
}
/*==========Media Queries and Mobile =========*/

@media (max-width: 992px) {
	.main {
		padding: 80px 0px;
	}
}

@media (max-width: 768px) {

	.header .btn{
		border-radius: 74px;
		min-width: 65px;
		font-size: 12px;
	}

	.user_dropdown .btn {
		min-width: 95px;
	}

	.user_dropdown .btn::after {
	    width: 12px;
	    height: 18px;
	    top: 25%;
	    right: 20px;
	}

	.user_dropdown .dropdown-menu {
		min-width: 7rem !important;
	}

	.btn_main{
		width: 100% !important;
	}

	.main .form_section::before{
		left: 42%;
	}

	.main .form_section,
	.main .reg_section {
		padding: 30px 10px;
	}

	.welcome_main, .main {
	    min-height: 80vh;
	}

	.welcome_main .dashboard-card {
		width: 100%;
	}

	.dashboard-card::before {
		top: 20px;
		left: 10px;
		width: 25px;
		height: 25px;
	}

	.footer span a, .footer span {
		font-size: 14px;
	}


	a.disabled {
	  /* Make the disabled links grayish*/
	  color: gray !important;
	  /* And disable the pointer events */
	  cursor: not-allowed;
  	  	pointer-events: all !important;
	}


	div.dataTables_length, div .dataTables_info,
	div .dataTables_filter {
		text-align: right !important;
	}

	div.dataTables_info {
		margin-right: -12px !important;
	}

	table.dataTable>tbody>tr.child span.dtr-title {
		min-width: 125px !important;
	}
}

@media (max-width: 350px) {
	.inner_main .breadcrumb {
		font-size: 12px;
		padding-left: 0;
	}
}
