@import url("bootstrap.css");
@import url("global.css");
@import url("mobile.css");

.login_Container {
	min-height: 100vh;
	height: 100%;
	background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.1) 0%,
			rgba(0, 0, 0, 0.2) 100%
		),
		url("../images/loginbg.jpg");
	background-size: cover;
	background-position: center;
}

.login_Container .main_Container,
.login_Container .main_Container > .row {
	min-height: 100vh;
	width: 100%;
}

.main_logo_login_page {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}

.form_login_main_div {
	background: rgba(0, 5, 46, 0.8);
	height: 100%;
	width: 100%;
	padding: 15px 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.form_login_main_div *:not(i):not(.col-md-6):not(.alert) {
	color: #fff;
	width: 100%;
}

.form_login_main_div input:not([type="submit"]),
.form_login_main_div select {
	background: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #fff;
	padding-left: 3px !important;
}

.form_login_main_div select option {
	background-color: rgba(19, 14, 46, 1);
}

.form_login_main_div label {
	padding-left: 3px !important;
}

.form_login_main_div .form-floating > .form-control:focus ~ label,
.form_login_main_div
	.form-floating
	> .form-control:not(:placeholder-shown)
	~ label,
.form_login_main_div .form-floating > .form-select ~ label {
	transform: scale(0.75) translateY(-0.5rem);
}

.form_login_main_div input[type="submit"] {
	margin-top: 25px;
	padding: 10px 0;
	background: #fff;
	color: #000 !important;
}

.go_back_btn:hover {
	color: #000 !important;
}

/*.form_login_main_div input[type="submit"]
{
	height: calc(3.5rem + 2px);
	border-radius: 0;
}*/

.form_login_main_div label {
	/*color: #000 !important;*/
}

.form_login_main_div .btn:hover {
	color: #fff;
}

.account_page_data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.active_plan {
	margin-left: 10px;
	color: #41228f;
	border: 1px solid #41228f;
	padding: 1px 5px;
	border-radius: 3px;
	cursor: default;
	pointer-events: none;
}

.upgrade_plan_btn,
.change_password_btn {
	margin-left: 10px;
}

.funds.app-card-body .nav-item {
	width: 50%;
	/*text-align: center;*/
}

.file_field_div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: calc(3.5rem + 2px);
	padding: 1rem 0.75rem;
	background: #fff;
	border-radius: 0.25rem;
}

.file_field_div input[type="file"]#file_field {
	overflow: hidden;
}

.fa-check.kyc {
	color: #41228f;
	font-size: 14px;
	margin-right: 5px;
}

/*DOWNLOADS*/

.main_div_downloads .image_div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
}

.main_div_downloads .image_div img {
	width: 200px;
}

#profile_pic {
	position: relative;
	max-width: 170px;
	margin: 20px 0;
}

#profile_pic .profile_pic_edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 10px;
}

#profile_pic .profile_pic_edit input {
	display: none;
}

#profile_pic .profile_pic_edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	position: relative;
	margin-bottom: 0;
	border-radius: 100%;
	background: #ffffff;
	border: 1px solid var(--background);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}

#profile_pic .profile_pic_edit input + label:hover {
	background: #fff;
	border-color: #41228f;
}

#profile_pic .profile_pic_edit input + label:hover::after {
	color: #41228f;
}

#profile_pic .profile_pic_edit input + label:after {
	content: "\f303";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	right: 0;
	text-align: center;
	margin: auto;
}

#profile_pic .profile_pic_preview {
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #f8f8f8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

#profile_pic .profile_pic_preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#edit_account .account_page_data .item-label {
	width: 30%;
}

#edit_account .account_page_data .item-data {
	width: 70%;
}

@media (max-width: 500px) {
	#edit_account .account_page_data .item-label {
		width: 100% !important;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#edit_account .account_page_data .item-data {
		width: 100% !important;
	}
	#edit_account #profile_pic {
		margin: auto;
	}
}

#kyc_popup_notification h4.kyc_popup_notice {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}

#kyc_popup_notification .modal-body h5 {
	font-weight: 500;
	font-size: 19px;
	letter-spacing: 1px;
	color: #000;
}

#kyc_popup_notification .modal-body p {
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	margin-top: 20px;
}

#kyc_popup_notification .modal-body h6 {
	color: #000;
	margin: 30px 0 20px 0;
	letter-spacing: 0.5px;
	font-size: 16px;
	font-weight: 700;
}

#kyc_popup_notification .modal-body ol[type="a"] li {
	margin: 10px 0;
}

#kyc_popup_notification .modal-body ol[type="a"] li b {
	font-weight: 500;
	color: #000;
	letter-spacing: 0.5px;
}

/*WITHDRAWALS PAGE*/

.withdrawal_requests_table {
	padding: 15px;
}

.withdrawal_requests_table table tr td {
	vertical-align: middle;
}

.table_header,
.table_footer,
.table_body {
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.table > :not(caption) > * > * {
	border-bottom-width: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details {
	width: 100%;
	text-align: left;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
	display: flex;
	justify-content: space-between;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:not(:last-child) {
	border-bottom: 1px solid #000;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
	padding-top: 10px;
}

.dtr-data {
	width: 75%;
	text-align: right;
	word-break: break-all;
}

.table_body {
	text-transform: capitalize;
}

.action_table_div {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
}

.button_table {
	border-radius: 50%;
	transition: 0.2s ease-in-out;
}

.button_table:hover {
	transition: 0.2s ease-in-out;
}

.button_table i {
	color: #fff;
	font-size: 14px;
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.button_table.view_button {
	background: #00a2ff;
}

.button_table.view_button:hover {
	background: #0391e3;
}

.button_table.approve_button {
	background: #41228f;
}

.button_table.approve_button:hover {
	background: #079052;
}

.button_table.disapprove_button {
	background: #fff000;
}

.button_table.disapprove_button i {
	color: #000;
}

.button_table.disapprove_button:hover {
	background: #ffd800;
}

.button_table.delete_button {
	background: #ff0000;
}

.button_table.delete_button:hover {
	background: #e90303;
}

.withdrawal_details.action_table_div {
	justify-content: flex-start;
}

.withdrawal_details.action_table_div a:not(:first-child) {
	margin: auto 10px;
}

.withdrawal_details.action_table_div a:first-child {
	margin-right: 10px;
}

.withdrawal_requests_details_table tr td,
.withdrawal_requests_details_table tr th {
	padding: 15px;
}

.withdrawal_details.action_table_div a {
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
}

.withdrawal_details.action_table_div a.disapprove_button {
	color: #000;
}

.withdrawal_details.action_table_div a i {
	display: inline-flex;
}

/*
.table-striped tbody tr:nth-of-type(odd)
{
	background: #f8f8f8;
}*/

.withdrawal_requests_details_table table tr:not(:last-child),
.withdrawal_requests_table table tbody tr:not(:last-child) {
	border-bottom: 1px solid #ddbdff !important;
	vertical-align: middle;
}

.compliant_div_main {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 50px 10px;
}

.lottie_player {
	max-height: 450px;
	max-width: 450px;
}

.compliant_div_main h4 {
	text-align: center;
	margin-top: 30px;
	font-size: 25px;
}

.upgrade_plan_module {
	margin-top: auto;
	margin-bottom: auto;
}

.upgrade_plan_module select.form-select,
.upgrade_plan_module button {
	height: 28px;
	line-height: 1;
	font-size: 14px;
	border-radius: 0;
}

.upgrade_plan_module select.form-select {
	border-right: none;
}

.upgrade_plan_module button[disabled] {
	cursor: not-allowed;
}

.upgrade_plan_module button {
	margin-left: 0 !important;
}

.upgrade_plan_module button:hover {
	border: 1px solid #41228f !important;
	margin-left: 0 !important;
}
