body {
	/* top: -48px; */
    position: relative;
	padding-bottom: 35px;
	overflow-x: hidden;
}

.hidden, [hidden], hidden {
	display: none !important;
}

.no-gap {
	padding: 0;
}

html, body {
	margin: 0;
}

body {
    background: rgb(29,29,41);
    background: linear-gradient(0deg, rgba(29,29,41,1) 0%, rgba(29,33,44,1) 25%, rgba(33,45,56,1) 50%, rgba(29,33,44,1) 75%, rgba(35,52,62,1) 100%);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.auth-login-banner {
	background-image: url(/assets/img/IMG-1.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    position: relative;
    background-position: center;
    background-position: top;
}

.auth-login-info {
	position: absolute;
    text-align: center;
    width: 100%;
    top: 35px;
}

.auth-login-info p {
    font-weight: 700;
    color: #fff;
    margin-top: 25px;
	padding: 0 15px;
}

.auth-login-footer {
	position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.auth-login-footer p {
	font-weight: 400;
}

.auth-body {
	background: #262739;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    height: 100%;
	padding: 0 20px;	
	position: relative;
	min-height: 600px;
}

.auth-login .form-group {
	margin-top: 7px;
}

.auth-login .form-group label {
    color: #bebec8;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.auth-login .form-group label .error-message {
	color: red;
    margin: 5px;
    font-size: 10px;
}

.auth-login .form-group input, 
.auth-login .form-group input:hover, 
.auth-login .form-group input:focus ,

.auth-login .form-group textarea, 
.auth-login .form-group textarea:hover, 
.auth-login .form-group textarea:focus ,

.auth-login .form-group select, 
.auth-login .form-group select:hover, 
.auth-login .form-group select:focus 

 {
	background: #1d1d27;
    border: none;
    border-radius: 15px;
    padding: 15px;
    height: 46px;
    font-size: 13px;
	color: #fff;
	outline: 0;
	
}

.alert  {
	font-size: 12px;
    font-weight: 400;
}

.auth-login .form-group input.error-input,
.auth-login .form-group textarea.error-input,
.auth-login .form-group select.error-input

  {
    border: 1px solid red;
	color: red;
}

.auth-login .form-group input.error-input::placeholder,
.auth-login .form-group textarea.error-input::placeholder,
.auth-login .form-group select.error-input::placeholder
  {
	color: red;
}

.auth-button, .auth-button:hover {
	background: #58bdcc;
    border-color: #58bdcc;
    border-radius: 10px;
    height: 40px;
    line-height: 0px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    height: 45px;
}

.register-toggle-button {
    margin-top: 20px;

}

.information {
    text-align: center;
    color: #ffffff80;
    border: 1px;
    border-style: dashed;
    font-size: 14px;
    padding: 15px 10px;
    border-radius: 10px;
}

.information a {
	font-weight: bold;
    color: #fff;
	text-decoration: none;
}

.auth-login-header {
	text-align: center;
    padding-top: 20px;
    padding-bottom: 13px;
}

.auth-login-header-tilte {
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
}

.auth-login-header-subtilte {
	color: #aaaab4;
	font-size: 15px;
}

.user-type div i {
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
}

.user-type div i.user-type-personal {
	background-image: url(/assets/img/Personal-White.svg)
}

.user-type div i.user-type-company {
	background-image: url(/assets/img/business_White.svg)
}

.user-type div b {
	display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin: 0 5px;
    position: relative;
    top: -2px;	
	
}

.user-type {
    width: 100%;
	cursor: pointer;
	margin-bottom: 10px;
}

.user-type div {
    border: 1px solid #ffffff20;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    background: #1d1d27;

}

.user-type input:checked + div {
	border-color: #59ccc7;
}

.user-type input:checked + div i.user-type-company {
	background-image: url(/assets/img/business_Blue.svg)
}
.user-type input:checked + div i.user-type-personal {
	background-image: url(/assets/img/Personal-Blue.svg)
}

.user-type input:checked + div b {

}

.user-type input {
	display: none;
}

.auth-form {
	height: 100%;
}

.register-bio {
	min-height: 244px !important;
}

.register-back-button {
	position: absolute;
    left: 20px;
	cursor: pointer;
	margin-top: 0px;
}

.mt-25px {
	margin-top: 25px;
}

.login-header {
	padding-top: 35px;
    padding-bottom: 25px;
}

.login-button {
    margin-bottom: 110px;
    margin-top: 35px;
}

.form-file-input {
	position: relative
}

.form-file-input label {
	width: 100%;
    font-size: 14px !important;
}

.form-file-input .choose {
	outline: none;
    text-decoration: none;
    position: absolute;
    right: 10px;
    background: #58bdcc;
    color: #fff;
    padding: 7px 10px;
    border-radius: 10px;
    top: 12px;
	cursor: pointer;
}

.form-file-input input {
	display: none
}

.form-file-input .form-file-body {
	background: #1d1d27;
    padding: 10px 10px 10px;
    border-radius: 10px;
}

.form-file-input .form-file-body .info {
	margin: 0;
}

.form-file-input .form-file-body .info img {
	border-radius: 15px;
}

.form-file-input .form-file-body .info span {
	font-weight: 400;
    position: relative;
    top: 3px;
    color: #fff;
}

.form-check {
	margin-top: 18px;
    color: #fff;
    margin-left: 5px;
}

.form-check-input {
    background-color: #1d1d27;
    border-color: #1d1d27;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.meta-link {
	color: #a37f45;
    text-decoration: none;
    font-weight: 500;
}

.forget-auth-link {
	margin-top: 16px;
    display: block;
    text-align: right;
    margin-right: 5px;
}

@media(min-width: 768px){
	/* width */
	::-webkit-scrollbar {
	  width: 5px;
	  height: 5px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background: #1d1d27;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: #3c3e57;
		border-radius: 10px;
	 
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #555;
	}
}

	.h-large {
		height: calc(100vh - 100px) !important;
	}



	.h-medium{
		height: calc(60vh - 115px) !important;
	}


	.h-b-10 {
		height: calc(100% - 25px) !important;
		overflow: auto;
	}

.overflow-auto {
	overflow: auto;
}



@media(max-width: 768px){
	.transaction-title {
		margin: 0 15px 20px !important
	}
	.transaction-data {
		padding: 0 10px !important
	}
	html, body {
		overflow-x: hidden;
	}
}

@media(max-width: 768px){
	.padding-transactions {
		padding: 0 25px;
	}
}

@media(min-width: 768px){
	.lg-pr-0 {
		padding-right: 0 ;
	}
}



.dataTables_wrapper .dataTables_paginate .paginate_button {
	margin: unset !important;
	padding: unset !important;
}


.card-button span {
    font-weight: bold;
    font-size: 21px;
    position: absolute;
    left: 12px;
    top: -3px;
}


.card-button {
	position: relative;
    border: 1px solid transparent;
    border-radius: 100px;
    font-size: 13px;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 400;
    height: 40px;
    display: inline-block;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin: 0 5px;
    line-height: 38px;	
	
	background: transparent;
	border-color: #72c0c1;
	color: #72c0c1;
	text-align: center;
	
}

.card-button.fill {
	background: #72c0c1;
	border-color: #72c0c1;
	color: #fff;
}

.card-button.action {
	background: #2f3147;
	border-color: #2f3147;
	color: #fff;
}


.text-right {
	text-align: right;
}

.card-title {
	
}

.card-title img {
	display: inline-block;
    position: relative;
    top: 3px;
    width: 25px;
}

.card-title span, .card-subtitle span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}


.p-0 {
	padding: 0px;
}

.p-0-15 {
	padding: 0 15px;
}

.pt-10 {
	padding-top: 10px !important;
}

.form-layout label {
    color: #bebfc4;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
	text-transform: capitalize;
}

.form-layout .form-group {
    margin-bottom: 10px;
}

.form-layout textarea {
	min-height: 150px;
}

.link-button {
	background: rgb(89,194,201);
    background: linear-gradient(90deg, rgba(89,194,201,1) 0%, rgba(89,193,202,1) 100%);
}

.form-layout .link-button {
    border: 0;
    display: block;
    border-radius: 100px;
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
}

.form-layout input, 
.form-layout select, 
.form-layout textarea,
.form-layout input:focus, 
.form-layout select:focus, 
.form-layout textarea:focus
{
    background: #1c1d27;
    border-color: #1c1d27;
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-layout select {
	-moz-appearance: auto;
    appearance: auto;
}

.form-layout .badge-box label {
	padding-left: 25px;
    position: relative;
}

.form-layout .badge-box label:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
}

.form-layout .badge-box-red label:before {
    background: #ff3a3a;
}

.form-layout .badge-box-blue label:before {
    background: #59ccc7;
}

.form-layout .form-check-input:checked {
	background-color: #59bccc;
    border-color: #59bccc;
    background-image: url(/assets/img/checked.png);
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}

.form-layout .form-check-input:hover, 
.form-layout .form-check-input:focus, 
.form-layout .form-check-input 

{
	width: 25px;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    padding: 0;
}

.flex {
	display: flex;
}

.form-check-info {
	cursor: pointer;
}

.form-check-info small {
    display: block;
    font-size: 11px;
    margin-top: 3px;
    color: #bebfc4;
}

.form-check-info strong {
	display: block;
    font-size: 14px;
    font-weight: 700;
}

.position-relative {
	position: relative;
}

.form-layout .input-group-text {
	border: 0;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    background: #1c1d27;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
	position: relative;
}

.form-layout .form-text {
	color: #bebfc4 !important;
    font-size: 11px;
    font-weight: 500;
}

.order-creation .form-stepper-init {
	position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    cursor: pointer;
	-ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


.order-creation .form-stepper-init .subtraction {
	font-size: 25px;
    height: 100%;
    display: inline-block;
    color: #ff3a3a;
    padding: 0 10px;
}


.order-creation .form-stepper-init .add {
    font-size: 25px;
    display: inline-block;
    height: 100%;
    color: #59ccc7;
    padding: 0 10px;
	position: relative;
}


.order-creation .form-stepper .input-group-append {
    min-width: 85px;
}

.order-creation .form-stepper-init .add:after {
    content: "";
    height: 50%;
    position: absolute;
    width: 1px;
    background: #ffffff20;
    left: 0;
    top: 25%;
}

.button-submit {
	width: 100%;
	max-width: 350px;
    margin: 30px 0 5px 0px;
}

.info-text {
	color: #bebfc4;
    font-size: 12px;
    margin-top: 9px;
}

.info-text i {
	border: 1px solid;
    width: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    font-weight: bold;
    font-size: 11px;
    height: 20px;
    line-height: 17px;
}

.close[data-dismiss="modal"] {
	position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #26283a;
    border: 0;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    padding: 10px 35px;
    padding-top: 8px;
}


.close[data-dismiss="modal"] span {
	font-size: 25px;
    line-height: 0;
    position: relative;
    top: 3px;
}

.modal-content {
	background: #26283a;
}

.fade {
    backdrop-filter: blur(3px);
}

.modal-header {
	padding: 0;
	border: 0;
}

.tradingview_trading {
	width: 100%;
	height: calc(100% - 55px);
}

.tradingview_trading iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.fund-order-box {
    background: rgb(49,72,74);
    background: linear-gradient(180deg, rgba(49,72,74,1) 0%, rgba(47,69,74,1) 25%, rgba(42,63,74,1) 50%, rgba(39,60,74,1) 75%, rgba(36,56,74,1) 100%);
    padding: 20px 20px;
    border-radius: 25px;
    border: 3px solid transparent;
    margin-bottom: 15px;
    cursor: pointer;
    display: block;
    color: #fff;
    text-decoration: none;
}

.fund-order-box.active {
	border-color: #59cac8;
}

.fund-order-box .title {
    font-size: 15px;
    font-weight: bold;
	margin-bottom: 0;
	padding: 0 10px;
}

.fund-order-box .subtitle {
	font-size: 11px;
    font-weight: 600;
    padding: 0 10px;
    text-transform: uppercase;
    margin-top: 5px;
}

.sell {
	color: #b1494b;
}

.buy {
	color: #24b993;
}

.fund-order-box .info  {
	display: inline-block;
    margin-right: 20px;
}

.fund-order-box .info .key {
    color: #858d79;
    font-weight: 600;
    font-size: 13px;
    display: block;
}

.fund-order-box .time {
	margin: 0;
    color: #858d79;
    font-size: 17px;
}

.fund-order-box .info .value {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.sl-tp small {
	color: #8f9893;
    font-size: 11px;	
}

.sl-tp strong {
	font-size: 11px;
    font-weight: 100;
}

.sl-tp span {
    margin-right: 5px;
}

.fund-orders-box {
    height: calc(100vh - 100px);
    overflow: auto;	
}

.fund-create {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 45px);
    font-weight: bold;
    left: 15px;
}

.modal-searchs {
	position: relative;
    margin-bottom: 15px;
}

.modal-searchs input {
    width: 100%;
    display: block;
    border: 0;
    border-radius: 100px;
    background: #2f3147;
    outline: none;
    padding: 10px;
    height: 45px;
    padding-right: 50px;
    padding-left: 20px;
	color: #fff;
}

.modal-searchs .action {
    position: absolute;
    right: 6px;
    top: 5px;
    background: #59ccc7;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    display: block;
    color: #fff;
}

.font-300 {
	font-weight: 300 !important;
}

.noUi-target {
    background: #696c82 !important;
    border-radius: 100px !important;
    border: 0  !important;
    box-shadow: unset !important;
}

.noUi-connects {
    border-radius: 100px !important;
}

.noUi-horizontal .noUi-handle {
    border-radius: 100%  !important;
    width: 25px !important;
    height: 25px !important;
    margin-top: -2px !important;
    -webkit-appearance: none !important;
    background-color: #59ccc7 !important;
    background-image: url(/assets/img/slide.png) !important;
    background-size: 75% !important;
    background-position: 5px center !important;
    background-repeat: no-repeat !important;
	box-shadow: unset !important;
	border: 0 !important;
}

.noUi-touch-area,
.noUi-handle:after, .noUi-handle:before {
	display: none !important;
}

.noUi-tooltip {
	background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: bold !important;
	font-size: 13px !important;
	top: 30px;
}

.noUi-connect {
	background: #59bccc !important;
}

.noUi-horizontal {
    height: 5px !important;
    margin-bottom: 10px;
}

.noUi-origin {
	margin-top: -5px !important;
}

.range-box p {
	color: #676b82;
    font-size: 15px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 25px;
}

.range-box {
	margin-bottom: 20px;
}


.new-order-body {
	padding: 20px 35px;
}

.form-new-order-type {
	background: #1c1d27;
    border-radius: 100px;
	height: 45px;
	padding: 0 20px;
	padding-right: 0;
	margin: 25px 0 -15px;
}

.w-full {
	width: 100% !important;
}

.h-full {
	height: 100% !important;
}

.form-new-order-type .type {
	color: #8d8e92;
    margin: 0;
    height: 100%;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid transparent;
    width: 100%;
    padding-bottom: 6px;
    margin-top: 5px;
	cursor: pointer;
    text-align: center;
}


.form-new-order-type .type.active {
	color: #59ccc7;
	font-weight: bold;
    border-bottom: 1px solid #59ccc7;
}

.form-stepper {
	cursor: pointer;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
}

.form-new-order-type .form-stepper {
	background: #fff;
    border-radius: 100px;
    height: 45px;
	padding: 0 10px 0 10px;
}

.form-new-order-type .form-stepper input {
    border: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.d-block {
	display: block;
}

.form-new-order-type .form-stepper .add, .form-new-order-type .form-stepper .subtraction {
    color: #000;
    font-size: 27px;
    font-weight: bold;
	    text-align: center;
}

.pr-0 {
	padding-right: 0 !important;
}


.pl-0 {
	padding-left: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.new-order-sltp {
	background: #1c1d27;
    border-radius: 20px;
    width: 100%;
    height: 354px !important;
    margin: 50px 10px 10px;
    padding: 10px;
}

.inline-form-inputs {
	background: #26283a;
    border-radius: 120px;
    height: 50px;
	margin-top: 5px;
    margin-bottom: 15px;
}


.inline-form-inputs.textarea{
    border-radius: 20px;
    height: 195px;
}

.inline-form-inputs .input {
	height: 100%;
    width: 100%;
    padding: 0 15px;	
}

.inline-form-inputs .input input , .inline-form-inputs .input textarea {
	width: 100%;
    height: 100%;
    border-radius: 120px;
    border: 0;
    text-align: center;
    color: #000;
    outline: none;
    font-weight: bold;
    font-size: 14px;	
}


.inline-form-inputs .input input::placeholder , .inline-form-inputs .input textarea::placeholder {
	color: #8d8e92;
	font-weight: 400;
}

.inline-form-inputs.textarea textarea{
    border-radius: 20px;
    height: 100%;
	padding: 10px;
}



.inline-form-inputs p {
	color: #8d8e92;
    padding: 8px 20px;
    margin: 0;
    text-align: center;
    font-size: 13px;
    height: 100%;
    align-items: center;
    display: flex;	
}


.inline-form-inputs p span {
	display: block;
    width: 100%;	
}

.color-red {
	color: #e04d4d !important;
}

.color-green {
	color: #72c0c1 !important;
}

.border-red {
	border-color: #e04d4d
}

.back-red {
	background: #e04d4d
}


.color-green {
	color: #18dba6;
}

.border-green {
	border-color: #18dba6
}

.back-green {
	background: #18dba6
}

.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }
.text-uppercase { text-transform: uppercase }

.new-order-body button b, .new-order-body button small {
	margin: 0 5px;
    text-transform: uppercase;
}

.new-order-body button {
	background: transparent;
    border: 1px solid;
    padding: 5px 25px 8px;
    border-radius: 120px;
    margin: 5px 5px 0;
}

.overview-lists {
	background: #2f3147;
	border-radius: 10px;
}

.overview-list-header {
	display: flex;
	padding: 15px 10px 0;
}

.overview-list-header div {
	padding: 0 5px;
}

.overview-list-header div .title {
	font-size: 15px;
    margin: 0;
}

.overview-list-header div .subtitle {
	font-size: 12px;
    font-weight: 500;
	color: #676b82;
}

.color-text {
	color: #676b82;

}

.overview-list {
    display: flex;
    padding: 0 15px 10px;
    margin: 15px 0;
}

.overview-box {
	background: #2f3147;
	border-radius: 20px;
	margin-bottom: 10px;
	height: 100%;	
}

.overview-height {
	height: calc(100% - 85px);
}

.pb-40 {
	padding-bottom: 40px;
}

.h-half--15px {
	height: calc((100% / 2) - 15px);
}


.m-15 {
	margin-bottom: 15px;
}

.h-half {
	height: 50%;
}

.font-bold {
	font-weight: bold;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.left-0{
	left:0 !important
}


.p-10-10-0 {
	padding: 10px 10px 0px !important;
}

.bottom-15 {
	bottom: 15px !important
}



.mb-25 {
	margin-bottom: 25px !important;
}




.custom-height-1 {
	height: calc(100vh - 60px)!important;
}


.custom-height-2 {
	height: calc(100vh - 133px)!important;
}

.trade-panel-notifications {
    padding: 10px 20px;	
}

.trade-panel-notifications .tab {
    border-bottom: 1px solid transparent;
    margin: 10px 0px 15px;
    display: block;
    outline: none;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 8px;
    text-align: center;
    /* width: max-content; */
}

.color-active {
	color: #59cac8;
}


.trade-panel-notifications .tab.active {
    color: #59cac8;
	font-weight: bold;
	border-color: #59cac8;
}


.content-list img {
	border-radius: 20px 20px 0 0;
}

.content-list-info {
	position: relative;
    padding: 0 20px;
    padding-top: 10px;
    padding-bottom: 1px;		
}

.content-list {
	background: #1c1d27;
    border-radius: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content-list-info h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
	margin-top: 10px;
}

.content-list-info p {
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 25px;
}

.content-list a {
	display: block;
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    border: 1px solid;
    outline: none;
    text-decoration: none;
    text-align: center;
    padding: 10px 5px;
	color: #5ab1f1;
	border-radius: 100px;
	font-weight: bold;
	font-size: 14px;
}

.content-list-info:before {
	content: "";
	background: #5ab1f1;
    box-shadow: 4px 1px 16px 1px #5ab1f170;
    width: 5px;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    border-radius: 20px;
    height: calc(100% - 35px);
    top: 15px;
}

.overflow-auto {
	overflow: auto;
}


.portfolios-box {
	padding: 10px
}

.portfolio-box-title {
	position: relative;
    padding: 0 20px;
    font-size: 15px;
    color: #59cac8;
    padding-top: 10px;
    margin: 0 10px;	
}

.portfolio-box-title:before {
    content: "";
    background: #5ab1f1;
    box-shadow: 4px 1px 16px 1px #5ab1f170;
    width: 5px;
    position: absolute;
    left: 0;
    border-radius: 20px;
    height: 25px;
    top: 8px;
}

.portfolio-box-body {
	margin: 25px 10px 10px;
}

.portfolio-box {
	background: #26283a;
    margin: 10px;
    border-radius: 20px;
    padding: 15px;	
}


.has-classic-table td, .has-classic-table th {
	font-size: 12px;
    padding: 10px 0px;
    font-weight: bold;
}


.sidebar ul {
	/* position: fixed */
}

.p-10 {
	padding: 10px;
}



.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-25 {
	padding: 25px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-10 {
	padding-top: 10px;
}


.color-white {
	color: #fff !important
}

.portfolio-wallet-info {
	text-align: center;
    padding: 40px 10px;
}

.portfolio-wallet-info .equity {
	font-size: 25px;
}

.portfolio-wallet-info .equity span {
	position: relative;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: -5px;
    left: -5px;
}

.portfolio-wallet-info .balance {
    background: #26283a;
    padding: 10px;
    border-radius: 10px;
	margin-top: 20px;
}

.custom.balance {
	padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.portfolio-wallet-info .balance p {
	margin: 0;
    font-size: 13px;
    font-weight: 300;
}

.portfolio-wallet-info .balance label{
	margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

.portfolio-wallet-charts {
	padding: 0 0 0 15px;
}


.portfolio-wallet-charts .bar {
	background: #26283a;
    height: 10px;
    width: calc(50% - 10px);
}

.portfolio-wallet-charts .thum {
    background: #fff;
    height: 23px;
    width: 10px;
    position: relative;
    top: -8px;
    border-radius: 10px
}

.portfolio-wallet-charts .label {
	font-size: 12px;
    font-weight: bold;
    color: #676b82;
}

.portfolio-wallet-charts .percent {
    font-size: 12px;
    font-weight: bold;
    /* color: #676b82; */
    margin-bottom: 5px;
    font-weight: bold;
}

.portfolio-wallet-charts-box {
	display: flex;
    width: 100%;
    height: calc(100% - 235px);
    align-items: self-end;
}

.p0 {
	padding: 0 !important;
}

.mt-0{
	margin-top: 0 !important;
}

.m5 {
	margin: 5px 
}

.mt-10 {
	margin-top: 10px !important;
}

.link {
	outline: none;
	text-decoration: none;
	color: #fff
}


#assets-choosed {
	
	
}

.asset-choosed {
	display: inline-block;
    padding: 5px 20px;
    margin: 15px 5px 0;
    border: 2px solid #59c1c9;
    border-radius: 10px;
    position: relative;
    padding-right: 30px;
}



.asset-choosed .cancel {
	position: absolute;
    font-weight: bold;
    right: 7px;
    top: 6px;
    font-size: 11px;
    cursor: pointer;
}


.asset-choosed .info h4 {
	font-size: 12px;
    font-weight: bold;
    margin: 5px 0 5px;
}

.asset-choosed .info p {
    margin: 0 0 5px;
    font-size: 10px;
    font-weight: bold;
    color: #bebfc4;
}

.error-message {
	font-weight: bold;
    color: #b2575e;
    margin: 0 10px;
    font-size: 10px;
}

.ml-10 {
	margin-left: 10px !important;
}

.content-image {
	width: 100%;
    border-radius: 10px;
    max-height: 50vh;
    object-fit: cover;
    margin: 10px 0;
}


.content-title {
	font-size: 25px;
    font-weight: bold;
}

.content-body {
	width: 100%;
    font-size: 13px;
    margin: 14px 0;
    line-height: 20px;
    text-align: justify;
}


@media(min-width: 768px){
	.hidden-in-desktop {
		display: none !important;
	}
}

@media(max-width: 768px){
	.hidden-in-mobile {
		display: none !important;
	}
	.auth-login-banner {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		border-radius: 0;
	}
	.auth-mt-margin {
		margin: 0 !important;
	}
	.auth-body {
		background: #2627398f;
		border-radius: 0;
		backdrop-filter: blur(2px);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 30px;
		overflow: auto;
		background: linear-gradient(180deg, rgba(40,59,57,0.85) 0%, rgba(48,64,77,0.85) 25%, rgba(38,45,63,0.85) 50%, rgba(37,38,56,0.85) 75%, rgba(38,39,57,0.85) 100%);
	}
	.auth-login-header-logo {
		display: block !important;
		margin: auto;
		margin-bottom: 40px;
		margin-top: -10px;
	}
	.auth-login-header-logo.reg {
		margin-top: 0px;
	}
	.auth-login-banner .auth-login-info, .auth-login-banner .auth-login-footer {
		display: none !important;
	}
	
	.login-button {
		margin-bottom: 50px;
	}
	
	.auth-button {
		margin-top: 15px;
	}
	
}

.asset-name {
	color: #fff;
	padding-left: 10px;
	border-left: 5px solid #59b8cc;
	padding-bottom: 5px;
	margin-bottom: 15px;
	position: relative;
}

.a-category {
	display: block;
	font-weight: 100;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 8px;
}

.a-bid {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 14px;
}

.no-background {
	background: transparent !important;
}


.no-border {
	border: 0 !important;
}

#discover-asset-market .dropdown-item {
	font-size: 10px;
    font-weight: bold;
    padding: 10px 15px;
}


.new-order-title , .new-order-notic{
	color: #fff;
}



.form-control:disabled {
    background-color: #ffffff20;
	cursor: no-drop;
}


.title-field-box {
	font-weight: bold;
    border-left: 4px solid #5ab1f1;
    padding-left: 10px;
}
































.deposit-modal {
	position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background: #262739;
}


.deposit-body {
	margin: 0;
    max-width: 680px;
    width: 100%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    overflow: auto;
    max-height: 100%;
}

@media(max-width: 768px){
	.deposit-body {
		height: 100%;
	}
	.dep-box-card {
		border: 0;
		height: 100%;
		border-radius: 0;
	}
}







.box-inputs .list li,  .box-inputs .nox {
    background: #364759ba;
    margin-bottom: 0;
    border-radius: 15px!important;
    margin-top: 10px;
    backdrop-filter: blur(5px);
    padding: 10px 15px;
}


.box-inputs .item-label {
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.box-inputs input, .box-inputs select , .box-inputs text {
    margin: 6px 0;
    border: 1px solid #1b1b1b30;
    padding: 0 10px!important;
    font-size: 14px!important;
    background: #fff!important;
    border-radius: 100px;
    font-weight: 700;
	width: 100%;
    height: 40px;
}


.box-inputs ul {
	background: transparent;
}


.box-inputs .list {
	margin: 0;
}

.deposit-modal-price-box {
	margin: 10px 5px 10px;
}



.deposit-modal-price-box p {
	margin: 0px;
}

.input-placeholder::placeholder {
	color: #fff;
}



.deposit-modal-price-label {
	background: #364759ba;
    border-radius: 25px 0 0 25px;
    padding: 7px 20px;
    font-size: 11px;
    font-weight: 200;
    color: #fff;
	
    height: 35px;
    line-height: 20px;
	
}


.deposit-modal-price-amount {
	background: #fff;
    border-radius: 0 25px 25px 0;
    padding: 7px 20px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
	
    height: 35px;
    line-height: 20px;
	
}




.deposit-choosed-box {
	margin: 6px 0;
    border: 1px solid #1b1b1b30;
    padding: 0 10px!important;
    font-size: 14px!important;
    background: #fff!important;
    border-radius: 100px;
    font-weight: 700;
    height: 35px;
}




.deposit-choosed-box img {
    display: inline-block;
    width: 30px;
    background: red;
    height: 30px;
    border-radius: 100%;
    left: 0px;
    position: relative;
    left: -5px;
	margin-top: 2px;
}


.deposit-choosed-box p {
	margin: 0;
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: 0px;
}


.deposit-choosed-box p small{
	font-weight: 100;
    margin-left: 8px;
}




.in-p {
	padding: 10px 15px 0;
    margin: 0;
    color: #ffffff90;
}

.in-h {
	padding: 10px 15px 0;
    margin: 0;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.width-100-percent {
	width: 100%;
}

.in-copy {
	position: absolute;
    right: 10px;
    top: 5px;
    background: #485d75;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}





.in-copy img {
    width: 25px;
    border-radius: 10px;
    height: 25px;
    margin-top: 2px;
}



.dep-title-box {
    display: flex;
    align-items: center;
}












.deposit-modal-closer {
	position: absolute;
    left: 30px;
    top: 30px;
    background: #091B2E;
    color: #fff;
    width: 130px;
    height: 35px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
	    cursor: pointer;
}


.deposit-modal-closer i {
    font-size: 15px;
    margin-top: 8px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}


.deposit-modal-closer span {
	font-size: 12px;
}


.gradient-purple.c-tabs-link:before {
    background: var(--gradient_purple)!important;
}




.deposit-modal-close-mobile {
	width: 100%;
    height: 55px;
    background: #001730;
    position: relative;
    text-align: center;
}



.deposit-modal-close-mobile h3 {
    margin: 0;
    color: #fff;
    padding-top: 15px;
}


.deposit-modal-close-mobile i {
	position: absolute;
    color: #fff;
    left: 15px;
    cursor: pointer;
    top: 14px;
}





[target="news"] .gradient-box-blue {
	background: linear-gradient(#008eff,#054272)!important;
}

[target="recommend_assets"] .gradient-box-purple {
	background: var(--gradient_purple)!important
}

[target="research"] .gradient-box-blue {
	background: var(--gradient_green)!important
}
[target="education"] .gradient-box-blue {
	background: var(--gradient_red)!important
}

[target="notification"] .gradient-box-blue {
	background: var(--gradient_orange)!important
}

.home-contents-box-info-text a {
	color: #fff
}

.home-contents-box-info-text {
	color: #fff;
    background: #ffffff10;
    margin: 10px 5px;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

@media (max-width: 768px){
	.change-theme-type {
		filter: brightness(0);
	}
}









































