html {
	background-color: #000;
}

.wrap {
	background-color: #000;
	/*height:240px;
	padding:20px;*/
	text-align:center;
    overflow: hidden; 
    width: 97%;
    margin: 0 auto 0;
}
.col-lg-12 {
/*width:900px;*/
}
.td3{
min-width:300px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition:0.2s;     
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
transition-timing-function: linear;
white-space: normal!important;
}
.td4{
min-width:300px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition:0.2s;     
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
transition-timing-function: linear;
white-space: nowrap;
}

.first-link{
  margin-left: 0em;   
}

.td3:hover .first-link{
  margin-left: -300px;
}
.td3 pre {
	text-wrap: balance;
	margin: 5px 0;
}

.td3 span, .td4 span{
	font-family: poppins;
    /* content: "simply click the text and edit"; */
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
    color: #00a905;
    position: relative;
    top: -8px;
}
.td3 span i, .td4 span i {
	font-weight:200;
}
.result td {
	font-family: arial;
	color:#1c1c1c;
	text-align: left;
	font-size:14px;
	max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;
	border: 1px solid #fff;*/
	padding:6px 2px;
	font-weight:400;
	cursor: pointer;
}
.cb_bg {
	background:#0cc700;
}
.cb_details {
	max-width: 200px !important;
    font-size: 12px !important;
}
.cb_width {
	max-width: 40px !important;
}
.result th {
	max-width: 90px;
	font-family: arial;
	color:#fff;
	text-align: left;
	background:#000;
	font-size:12px;
	padding:5px 5px;
	border: 1px solid #fff;
}
.result thead th:after {
   font-family: "Font Awesome 5 Free";
   content: "\f358";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight:900;
   font-size:15px;
   
}
.result td a {
	color:#1c1c1c;
	text-decoration:none;
}
.result td a:hover {
	text-decoration:underline;
}
td {
	font-family: arial;
	color:#000;
	text-align: left;
	font-weight: 600;
}
body {
    /*font-family: Tahoma,Geneva, sans-serif,'Lucida Console', Monaco, monospace;*/
    line-height: 23px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 14px;
	margin:0;
}
body {
   /* font-family: Tahoma,Geneva, sans-serif,'Lucida Console', Monaco, monospace;*/
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
}

p {
    margin: 0 0 15px;
}
label {
	font-family: poppins!important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 23px;
    font-weight: normal;
    font-style: normal;
    color: #9b9b9b;
    font-size: 14px;
	text-align:left;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form input[type='text'] {
    padding-left: 0;
}

.wpcf7-form input[type='text'], .wpcf7-form input[type="password"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="time"], .wpcf7-form input[type="week"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="color"], .wpcf7-form textarea, .wpcf7-form select {
    font-family: arial!important;
	height: 20px;
    border-width: 0 0 2px 0;
    /*text-transform: uppercase;*/
    font-weight: 500;
    padding-left: 0;
}
input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
    background-color: #234d79;
    color: #000;
    font-size: 18px;
    padding: 5px 18px;
    line-height: normal;
    width: 75%;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-color: #aaa;
    height: 30px;
}
.rq {
	background-color: #fff !important;
}
.bg {
	background-color: #ff6c03 !important;
}
li {
	color:#f55454;
	text-align:left;
}

li a {
	padding: 2px 16px 3px 16px;
    color: #fff;
    background: #000;
    border-radius: 4px;
}

li a:hover {
background: #fff;
color:#000;
}
h3 {
	color:#fff;
}
.btn, button, .button, input[type="submit"] {
	display:inline-block;
	width: 74px;
	font-family: poppins!important;
    border: 2px solid #313131;
    border-radius: 0;
    color: #222;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding: 10px 8px;
    position: relative;
   /* text-transform: uppercase;*/
	text-decoration:none;
    font-weight: 500;
    background-color: #fff;
    letter-spacing: 0.02em;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
	cursor: pointer;
}

.btn01 {
    padding: 17px 136px!important;
    background-color: #06d27d!important;
    border-radius: 5px;
}
.report_css{
	font-family: arial!important;
	color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
    margin: 0px;
}
strong {
	color:#f75a5a;
}
.date_input {
	font-size: 13px!important;
    line-height: 1!important;
    margin: 0;
    padding: 5px 5px!important;
    position: relative;
	width: 110px!important;
    height: 14px!important;
	float:left;
}
[type="date"] {
  background:#fff url(../images/calendar_1.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.cms-button-wrapper {
	/*float:left;*/

}
.button-wrapper {
	
}
.t_wrap {
	padding:2px;
	border:1px solid #fff;
}
.u_status {
	/*float:left;*/
	padding: 19px 18px!important;
}
.btn01:hover, input[type="submit"]:hover {
	background-color: #313131!important;
	color:#fff;
}

h2 {
	font-family: poppins!important;
}

.btn:hover {
	background-color: #313131;
	color:#fff;
}

.cms-button-wrapper {	
	float: left;
	padding: 2px 5px;
}
.cms-button-wrapper1 {
	margin: 19px 8px;
}



	table.tableizer-table {
			font-size: 14px;
			font-family: poppins!important;
			color:#2e2e2e!important;
			
		} 
		.tableizer-table td {
			padding: 20px;
			margin: 3px;
			border: 1px solid #CCC;
			color: #2e2e2e!important;
			text-align:left;
		}
		.td-right {
			text-align: right!important;
		}

		.tableizer-table th {
			/*font-family: arial!important;*/
			background-color: #4c4a4a; 
			color: #FFF;
			font-weight: 300;
			padding: 20px;
			border-right: 1px solid #4c4a4a;
		}
		.tableizer-table tr:nth-child(even) {
			background: #f1f1f1;
			border-right: 1px solid #4c4a4a;
		}
		.tableizer-table tr:nth-child(odd) {
			background: #FFF;
			border-right: 1px solid #002748;
		}

#pre_ipo {
	display:block;
}

#login_form {
	display:block;
}
.title_pre_ipo {
	font-family: arial!important;
    color: #222;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 8px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
}

h3 {
	margin:0;
	font-family: arial!important;
}

.entry-title {
    margin-bottom: 18px;
	font-size: 25px;
    line-height: 28px;
    font-weight: 600;
}
.entry-title a {
	color:#222;
}
.entry-title a:hover {
	color:#0290bc;
}
a, a:hover, a:focus, a:before, a:after {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
	
}
a {
color: #fff;
}

.vc_color-success.vc_message_box-solid-icon {
    color: #5e7f96;
    border-color: #002748;
    background-color: transparent;
}
.vc_message_box-rounded {
    border-radius: 5px;
}
.vc_message_box-solid-icon {
    border-width: 2px;
}

.vc_message_box {
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 1em 1em 1em 4em;
    position: relative;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #002748;
	width: 25%;
	text-align:left;
}
.vc_message_box-solid-icon .vc_message_box-icon {
    width: 3.25em;
}
.vc_message_box-icon {
    bottom: 0;
    font-size: 1em;
    left: 0;
    top: 0;
    width: 4em;
}
.vc_message_box-icon, .vc_message_box-icon>* {
    position: absolute;
    font-weight: 400;
    font-style: normal;
}
.vc_message_box-icon>*, .vc_message_box-icon>.fa {
    font-size: 1em;
    line-height: 1.3;
}
.vc_message_box-icon>*, .vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.vc_message_box-icon, .vc_message_box-icon>* {
    position: absolute;
    font-weight: 400;
    font-style: normal;
}
.fa {
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa, .fa-stack {
    display: inline-block;
}
.fa-check:before {
    /*content: "\f00c";*/
}
.vc_message_box>p:last-child {
    margin-bottom: 0;
	text-align: right;
}

.vc_wrap {
	padding:0px;
	width:400px;
}

.col_01 {
	float:left;
	width:100%;
	overflow:hidden; 
	/*background-color: rgba(255, 255, 255, 0);*/
	/*background:#c2c2c2;*/
	
}

.edit_col_01{
	float:left;
	width:72%;
	overflow:hidden; 
}
.edit_col_02 {
	float:right;
	width:24%;
	overflow: auto;
	padding: 10px;
}

.col_02 {
	float:right;
	width:31%;
	overflow: auto;
	padding: 10px;
}

.col_03 {
	width:96%;
	height:500px;
	overflow: auto;
	background:#fff;
	padding: 10px;
}
.clearfloat {
	clear: both;
}
::-webkit-scrollbar-button{ display: block; height: 13px; border-radius: 0px; background-color: #AAA; } 
::-webkit-scrollbar-button:hover{ background-color: #AAA; } 
::-webkit-scrollbar-thumb{ background-color: #CCC; } 
::-webkit-scrollbar-thumb:hover{ background-color: #CCC; } 
::-webkit-scrollbar-track{ background-color: #efefef; } 
::-webkit-scrollbar-track:hover{ background-color: #CCC; } 
::-webkit-scrollbar{ width: 8px; }

.free_space01 {
	height:60px;
}
.free_space02 {
	height:15px;
}

.logobar {
    height: 115px;
	width:100%;
}

.logo {
	padding: 1px 5px;
	float:left;
	width:50%;
	height:125px;
}
.logo img {
	width :97%;
}

.heading {
	padding: 1px 5px;
	float:left;
	width:13%;
	height:125px;
}
.user_status {
	padding: 1px 5px;
	float:left;
	width:16%;
	height:125px;
}
.status_menu {
	padding: 1px 5px;
	float:left;
	width:16%;
	height:125px;
}
.menu {
	clear: both;
	width:65%;
	float:left;
}
.title {
	font-family: arial;
    color: #222;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 8px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.04em;
	text-align:left!important;
}

h4 {
    font-family: arial;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    font-size: 22px;
	
}

#table_id {
	/*display:none;*/
}

.con_pro_holder {
	/*padding:1px 5px;*/
	width:100%;
	/*height:300px;*/
	font-family: arial;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 18px;
}
.call_back_table{
	height:115px;
    overflow-y: scroll;
    width: 35%;
    float: right;
}
.call_back_table01{
    overflow-y: scroll;
    width: 451px;
	height:200px;
}
.call_back_table01 tr {
	height:20px!important;
}
tr {
	height:60px;
}
.tr_bg {
	/*background:#e8671b!important;*/
}

table tr:nth-child(even) {
  background: #d0d7e7;
}

table tr:nth-child(odd) {
  background: #e9eef4;
}

.result tr:hover{
	background-color: #341502!important;
	color:#fff!important;
	
}
.result tr:hover a, tr:hover td {
	color:#fff!important;
}

.tr_bg_blank {
	background:rgba(232, 103, 27, 0);
}
.con_pro_holder01 {
	padding:20px;
	width:88%;
	height:300px;
	font-family: arial;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    font-size: 22px;
}
.span01 {
	font-size: 14px;
    color: #fff;
}
.span02 {
	float: right;
	font-size: 14px;
    color: #000;
}
.span03 {
	float: right;
	font-size: 16px;
    color: #000;
}
.name{
	margin:  0px 0px 10px 0px;
    padding: 0px 13px;
	line-height: 32px;
	background: #0d9ad0;
    border-radius: 5px;
}
.total_deposit ,.possition, .stetus {
	/*padding: 5px 5px;*/
}
.total_deposit{
    /*background: #e8671b;*/
    border-radius: 5px;
    font-weight: 600;
    color: #000;
	text-align: left;
}
.possition{
    border-radius: 5px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
.stetus{
    border-radius: 5px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}

.reg_holdings{
    float: left;
	padding: 10px 20px 10px 20px;
    border-radius: 5px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
.advoisor{
	float: left;
	padding: 10px 20px;
    border-radius: 5px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
.office{
	float: left;
	padding: 10px 20px;
    border-radius: 5px;
	text-align: left;
	border-bottom: solid 1px #ccc;
	margin-right: 50px;
}

.ipo_url {
	padding: 20px 20px;
	text-align: center;
	height: 75px;
}
.btn_con1 {
	text-align:center;
}

.h_menu {
	font-size: 12px;
    margin: 0 2px 12px 2px;
    float: left;
    font-family: arial;
    padding: 10px 5px 10px 5px;
	width:7%;
	min-height: 60px;
    background: #0d9ad0;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
	text-align: center;
	-webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.active {
	background: #e8671b;
}
.h_menu:hover {
	 background: #00482a;
}

.h_contain1 {
	width:100%;
	background: #fff;
	padding: 10px 0 0 0;
}
.h_contain2 {
	margin-top:5px;
	width:100%;
	background: #fff;
}

.h_contain3 {
	margin-top: 5px;
    width: 63%;
    overflow: hidden;
}

.h_contain50 {
	margin-top:5px;
	width:45%;
	background: #fff;
	
}

.h_contain50_l {
	float:left;
}

.h_contain50_r {
	float:right;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #e8671b;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
transition:0.6s;     
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
transition-timing-function: linear;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.cb_con {
	font-family: arial;
	width:96%;
	color:#000;
}

.filter {
	width: 750px;
	text-align: left;
	font-family: arial;
    line-height: 26px;
    font-size: 18px;
}
.zone {
display:none;	
}
.filter select {
	background-color: #234d7900;
    color: #000;
    font-size: 18px;
    padding: 1px 20px;
    line-height: normal;
    width: 75%;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-color: #aaa;
    height: 33px;
}

.quadrat {
  /*width: 50px;*/
  height: 20px;
  -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%, 49% {
    background-color: rgb(117, 209, 63);
   /* border: 3px solid #e50000;*/
  }
  50%, 100% {
    background-color: #e50000;
    /*border: 3px solid rgb(117, 209, 63);*/
  }
}

.banner {
	width: 600px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
	padding: 50px 20px;
}

.banner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 24px 24px 0;
	border-style: solid;
	border-color: #F0F0F0 #fff;
	-webkit-border-radius: 0px 0 0px 5px;
	-moz-border-radius: 0px 0 0px 5px;
	border-radius: 0px 0 0px 5px;
}

#screen {
	width: 100%;
	color: #555;
"Century Gothic"
	,CenturyGothic,AppleGothic,sans-serif;line-height: 45px;
}

.txt-title {
	font-size: 2em;
	font-family:Poppins;
}

.txt-subtitle {
	font-size: 1.2em;
}

table.purpleHorizon {
margin-top:5px;
  border: 4px solid #232c2b;
  background-color: #232c2b;
  width: 259px;
  text-align: center;
  border-collapse: collapse;
}
table.purpleHorizon td, table.purpleHorizon th {
  /*border: 1px solid #555555;*/
  padding: 5px 2px;
}
table.purpleHorizon tbody td {
	font-family:Poppins;
  font-size: 11px;
  font-weight: 400;
  color: #FFFFFF;
}
table.purpleHorizon tr:nth-child(even) {
  background: #2b3a37;
}

table.purpleHorizon thead {
  background: #232c2b;
  border-bottom: 4px solid #232c2b;
}
table.purpleHorizon thead th {
	font-family:Poppins;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
 
  border-left: 2px solid #232c2b;
}
.price, .shares, .amount {
	 height:20px;
	 line-height:7px;
}	
.price  {
	 text-align: left;

}
.shares{
	 text-align: center;
}
.amount {
	 text-align: right;
}
table.purpleHorizon thead th:first-child {
  border-left: none;
}

table.purpleHorizon tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  background: #CE3CFF;
  background: -moz-linear-gradient(top, #da6dff 0%, #d34fff 66%, #CE3CFF 100%);
  background: -webkit-linear-gradient(top, #da6dff 0%, #d34fff 66%, #CE3CFF 100%);
  background: linear-gradient(to bottom, #da6dff 0%, #d34fff 66%, #CE3CFF 100%);
  border-top: 5px solid #232c2b;
}
table.purpleHorizon tfoot td {
  font-size: 13px;
}
table.purpleHorizon tfoot .links {
  text-align: right;
}
table.purpleHorizon tfoot .links a{
  display: inline-block;
  background: #232c2b;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.bg-g {
	color:#fff!important;
	background: #1a8f05;
}

.bg-n {
	background: #ffa44600;
}

.con_com_holder {
	padding:10px 5px;
}
.front_view {
/*display:none;*/
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease-in-out;
border:1px solid #fff;
cursor:default;
position:absolute;
z-index: 100;
top:0px;
right: 0px;
width: 1140px;
height:100vh;
background:#e9eef4;
margin: 0 auto;
box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 14%), 1px 2px 5px 2px rgb(0 0 0 / 14%);
box-shadow: 2 1px 3px rgb(0 0 0 / 15%);
}

.front_view.active {
    opacity: 1;
	display:block;
    visibility: visible;
	position: fixed;
	overflow-y:scroll;
    overflow-x:hidden;
}
.my-div {
	width: 100%;
	height: 18px;
    border: 1px solid #ffa446;
	overflow: hidden;
}
.black_space {
	width: 0;
	height: 100%;
	background-color: green; /* Change this to the color of your progress bar */
	transition: width 0.5s ease;
}
.status {
	font-size: 13px;
    color: #fff;
	font-family: poppins;
	padding:0 5px;
}
.closebt1 {
    padding: 5px 5px;
    background: #f90000;
    border-radius: 1px;
    margin-top: 4px;
    font-size: 17px;
    font-weight: 400;
    position: fixed;
    left: 137px;
    color: #fff;
    border: 2px solid #fff;
	top:11px;
	border-radius: 10px 0px 0 10px;
	border-right: 2px;}
.closebt1:hover {
background: #341502;	
}
.wpb_column {
	float:left;
	width:48%;
	padding: 0 10px;
}
.trading_con {
	width: 98%;
    background-color: :#fff;
    background: #fffefe;
    padding: 10px;
    margin: 0px 10px 10px 0px;
    text-align: left;
    border-radius: 10px;
	box-shadow: 0px 3px 4px 2px rgb(225 225 225 / 74%);
    transition: background-color 250ms linear,opacity 250ms linear;
}
.detail_wrap {
	width:50%;
	float:left;
}
.trading_con label {
	display: block;
    line-height: 11px;
    margin-bottom: 2px;
    font-size: 12px;
    margin-top: 12px;
    font-weight: 700;
	font-family: poppins!important;
	color: #ffa446;
}
.es-bt {
	padding: 5px;
    border: 0px;
    font-size: 28px;
    line-height: 0.2px;
    top: 6px;
	width: 34px;
}
.fv_txt {
	background-color: #fff!important;
    color: #646464!important;
    font-size: 14px!important;
    padding: 1px 10px!important;
    line-height: normal!important;
    width: 95%!important;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    outline: none;
	border-width:0px!important;
    border-bottom: 1px!important;
    border-style: solid!important;
    border-color: #fff!important;
    height: 20px!important;
	font-weight: 400;
    font-family: poppins;
}
.fv_txt_area {
	background-color: #fff!important;
    color: #646464!important;
    font-size: 14px!important;
    padding: 7px 10px!important;
    line-height: normal!important;
    width: 94%!important;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    outline: none;
	border-width:0px!important;
    border-bottom: 0px!important;
    border-style: solid!important;
    border-color: #aaa!important;
    height: 77px!important;
	font-weight: 400;
    font-family: poppins;
}
.fv_txt2 {
	background-color: #fffecf!important;
    color: #646464!important;
    font-size: 14px!important;
    padding: 7px 10px!important;
    line-height: normal!important;
    width: 95%!important;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    outline: none;
	border-width:0px!important;
    border-bottom: 0px!important;
    border-style: solid!important;
    border-color: #aaa!important;
    height: 40px!important;
	font-weight: 400;
    font-family: poppins;
}
.fv_txt_edit{
	background-color: #fffecf!important;
    color: #646464!important;
    font-size: 14px!important;
    padding: 7px 10px!important;
    line-height: normal!important;
    width: 95%!important;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    outline: none;
	border-width:0px!important;
    border-bottom: 1px!important;
    border-style: solid!important;
    border-color: #aaa!important;
	font-weight: 400;
    font-family: poppins;
}
.es-bt:hover {
	color: #109100;
}
.total_deposit {
    color: #000;
    text-align: left;
    margin: 0px 0 7px 0;
	width: 100%;}
	
.heading02 {
font-family: poppins!important;
padding: 0px 5px;
background: #ffa446;
width: 96%;
color:#222;
cursor: pointer}
.heading02 h2 {
	font-size: 14px;
	padding:5px;
	color:#343434;
	margin:0px;
}
.heading03 {
    padding: 5px 0px;
    background: rgb(255 255 255 / 85%);
    border-radius: 2px;
    width: 100%;
    cursor: pointer;
    color: #222;
    font-size: 14px;
	font-family:poppins;
}
.heading03 h6 {
	margin: 0;
	font-size: 12px;
    font-weight: 500;
}
.response {
	float: right;
    font-size: 1em;
    color: #029900;
}
.span03 {
    padding: 0px;
    float: left;
    font-size: 14px;
    color: #222;
    width: 35%;
}
.span04 {
    padding: 0px;
    float: right;
    color: #002f86;
    font-weight: 300;
    font-size: 14px;
    width: 65%;
}
.delete {
	cursor: pointer;
	float:right;
	width: 68px;
    border: 1px solid #ff1800;
    border-radius: 2px;
    color: #fff;
	font-family:poppins;
    font-size: 15px;
    line-height: 1;
    padding: 4px 6px;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    background-color: #ff1800;
	margin: 3px 0px;
}
.delete:hover {
	background:#7e4204!important;
}
.editable-text {
	cursor: pointer;
    border: 1px solid #ccc;
    padding: 8px 10px;
    display: inline-block;
    max-width: 480px;
    width: 480px;
    font-family: poppins;
    border-radius: 5px;
    /*background: #f2f2f2;*/
	font-weight: 400;
    color: #3a3a3a;
}


/*.editable-text::after{
	font-family: poppins;
   content: "simply click the text and edit";
   display: inline-block;
   padding: 4px;
   vertical-align: middle;
   font-weight: 400;
    font-size: 10px;
    color: #ffa446;
	position: relative;
	top: -24px;
}*/

.editable-text .date {
	font-size:10px;
}

.edit-mode {
    background-color: #ffffcc;
}

.date {
	background-color: #ffffff!important;
    color: #7c7c7c!important;
    font-size: 12px!important;
    padding: 2px 0px 2px 2px!important;
    line-height: normal!important;
    width: 120px!important;
    -webkit-border-radius: 5px!important;
    -khtml-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -ms-border-radius: 5px!important;
    -o-border-radius: 5px!important;
    border-radius: 5px!important;
    outline: none;
    border-width: 0px!important;
    border-style: solid!important;
    border-color: #fffdfd!important;
    height: 20px!important;
    margin: 2px 0px;

}
.data_cont {
margin: 5px 0px 3px 0px;
background:#fff;	
float: left;
padding-left: 5px;
border-radius: 5px;
}

.label {
    float: right;
    font-size: 11px;
    color: #ffa446;
    font-family: poppins;
    padding: 15px 0px 0px 0px;
}
.data_cont::before {
	font-family: "Font Awesome 5 Free";
    content: "\f073";
    display: inline-block;
    padding: 0px 3px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 17px;
    color: #7e7e7e;
}
.comm_container {
	
}
.add_comments {
	margin: 5px 0px;
    height: 50px;
    font-size: 12px;
    padding: 5px;
	background:#fff!important;
	width:95%!important;
}
.savebt {
	border: 1px solid #ffa446!important;
    border-radius: 2px!important;
    color: #fff!important;
    font-size: 15px!important;
    line-height: 1!important;
    margin: 0px!important;
    padding: 4px 6px!important;
    position: relative!important;
    /* text-transform: uppercase; */
    text-decoration: none;
    font-weight: 500!important;
    background-color: #ffa446!important;
    
}
.savebt i {
padding-right:5px;
}
.savebt:hover {
	background:#7e4204!important;
}
.add_comments::before {
font-family: "Font Awesome 5 Free";
   content: "\f073";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight:900;
   font-size:25px;
}

.bt_section {
	width:40%;
	float:left;
}
.date_section {
width:30%;
float:right;
}
.product_section {
	width:30%;
	float:right;
}

.pro_img p {
	margin:0px;
	font-weight:600;
	background-color: #ffa446!important;
	padding: 0 5px;
}
.pro_img img{
	height: 16px;
}
.pro_img {
	font-weight: 400;
    font-size: 14px;
    color: #222;
	font-family:poppins;
	padding: 0 5px;
}

/* ////// Email Pop us */

.popupContainer {
    display: none;
    position: fixed;
    top: 0;
    right: -300px; /* Initially positioned outside the viewport */
    width: 300px;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupContent {
    padding: 20px;
}

.closeBtn {
    float: right;
    font-size: 24px;
    cursor: pointer;
	color: #f90000;
    padding: 0px 5px;
}
}
/* ////// Email Pop us */