 .arena-form {
	 padding: 0 10%;
}
 .arena-form section {
	 /*width: calc(50% - 40px);*/
	 padding: 20px;
	 /*background: #8ed294;*/
	 margin: 20px;
	 border-radius: 5px;
}
 
 .arena-form section.right {
	 float: right;
}
 .arena-form section .input-container {
	 padding: 10px;
}
 .arena-form section .input-container label {
	 display: block;
	 margin-bottom: 4px;
	 color: #000 !important;
	 font-size: 16px;
	 /*text-shadow: 0px 2px 1px #65ad6b;*/
}
 .arena-form section .input-container input, form section .input-container textarea, .arena-form section .input-container select {
	 width: 100%;
    padding: 5px 10px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background: #e3e3e3;
    box-shadow: 0 2px 0px #9c27b0;
    font-size: 16px;
    color: black;
}
 .arena-form section .input-container input:focus, .arena-form section .input-container textarea:focus {
	 outline: none;
	 background: white;
}
 .arena-form section .input-container textarea {
	 height: 122px;
	 padding: 15px 10px;
	 resize: none;
}
 .arena-form .send-container {
	 float: right;
	 width: 100%;
	 text-align: right;
	 margin-right: 20px;
	 margin-bottom: 20px;
}
 .arena-form .send-container input {
	 background: #9c27b0;
	 border: none;
	 color: white;
	 padding: 15px 30px;
	 border-radius: 5px;
	 font-size: 16px;
	 cursor: pointer;
}
 .arena-form .send-container input:hover {
	 background: #8ed294;
}
 .arena-form:after {
	 content: "";
	 display: block;
	 clear: both;
}
 @media (max-width: 992px) {
	 .arena-form {
		 padding: 0 5%;
	}
}
 @media (max-width: 768px) {
	 .arena-form {
		 margin-bottom: 50px;
	}
	 .arena-form section {
		 width: 100%;
		 margin: 0;
	}
	 .arena-form section.left {
		 margin-bottom: -30px;
	}
	 .arena-form .send-container {
		 margin-right: 0;
		 margin-top: 15px;
	}
	 .arena-form .send-container input {
		 width: 100%;
	}
}
.arena-carddatatable{
	box-shadow: 0px 0px 10px 0px #000;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.arena-edit-password{
	background-image: linear-gradient(45deg, #031093, #1875f7);
	padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px #4a4a4a;
}
.arena-bg{
	/* background: linear-gradient(195deg, #4caf50cf 0%, rgb(73 76 44 / 84%) 100%); */
	padding: 10px;
	border-radius: 10px;
	margin-top: 15px;
	box-shadow: 0px 4px 16px 0px #000;
}
.arena-nav-pills .arena-nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
	background: linear-gradient(195deg, #4caf50cf 0%, rgb(59 250 255 / 84%) 100%);
}
.arena-form-control{
    border: 1px solid #e1e1e1;
    border-radius: 6px;
}
.arena-form-control, input::placeholder, label {
    line-height: 1.1;
    /* text-align: center; */
    padding-left: 5px;
    color: #444343 !important;
    font-weight: 400 !important;
}
.arena-form-control-label{
	color: #0e0e0e;
}
 .btn.arena-btn {
    color: #fff;
    background-color: #020857;
    border-color: #9c27b0;
    box-shadow: 0 2px 2px 0 rgb(156 39 176 / 14%), 0 3px 1px -2px rgb(156 39 176 / 20%), 0 1px 5px 0 rgb(156 39 176 / 12%);
}
.alert-arena-card {
    background: #fff0;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 3px 1px -2px rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 0%);
}

/*********************************CARDS DESIGNS************************************/
.E-bank_card1{
	box-shadow: 0px 0px 8px 0px #000;
}
.E-bank_card2{
	box-shadow: 0px 0px 8px 0px #000;
}
.E-bank_card3{
	box-shadow: 0px 0px 8px 0px #000;
}
.E-bank_card4{
	box-shadow: 0px 0px 8px 0px #000;
}
.E-bank_card1 h4{
	color: #0491a3;
	font-weight: bold;
	font-size: 24px;
}
.E-bank_card2 h4{
	color: #f44336;
	font-weight: bold;
	font-size: 24px;
}
.E-bank_card3 h4{
	color: #0e8b13;
	font-weight: bold;
	font-size: 24px;
}
.E-bank_card4 h4{
	color: #424548;
	font-weight: bold;
	font-size: 24px;
}
.E-bank-cardtable{
	box-shadow: 0px 0px 8px 0px #000;
    /* border: 5px solid #312c4d;
    border-radius: 8px;
    padding: 20px; */
}
.bg-arena-ebankf1{
	background: linear-gradient(195deg, rgba(255,217,93,1) 0%, rgba(255,175,48,1) 100%);
}
.bg-arena-ebankf2{
	background: linear-gradient(195deg, rgba(154,211,255,1) 0%, rgba(57,149,255,1) 100%);
}
.bg-arena-ebankf3{
	background: linear-gradient(195deg, rgba(159,162,203,1) 0%, rgba(120,123,176,1) 100%);
}
.bg-arena-ebankf4{
	background: linear-gradient(195deg, rgba(210,126,225,1) 0%, rgba(175,80,191,1) 100%);	
}
.arena-ebank-iconcolor1{
	color: #e59002;
}
.arena-ebank-iconcolor2{
	color: #1980f3;
}
.arena-ebank-iconcolor3{
	color: #5b62d3;
}
.arena-ebank-iconcolor4{
	color: #b235c7;
}
.arena-btnsubmit{
	background-color:#325f6d;;
    color: #fff;
    padding: 7px 20px;
    border-radius: 10px;
    font-weight: 600;
	transition: 0.8s;
}
.arena-btnsubmit:hover{
	background-color: #62579b;
	border: 2px solid #000;;
}
.check-blc{
	border: 1px solid #f1d6b3;
    margin-bottom: 20px;
}
.check-blc h4{
	margin: 10px 10px;
}
/* .table-tr{
	border: 1px solid grey;
	width: 200px;
} */
.table-th{
	border: 0.1px solid gray;
	width: 250px;
	padding-left: 30px;

}
.table-td{
	padding-left: 40px;
	width: 250px;
	border: 0.1px solid gray;
}
/* .btn-model{
	background-color: #5b72f1;
} */
.greentrade-active {
    background: #4B49AC;
    position: relative;
    border-radius: 5px;
    margin-left: 16px;
    margin-right: 14px;
    color: #fff !important;
}
.greentrade-active  p{
	color: #fff !important;
}

.greentrade-head h1{
	text-align: left;
    font-size: 30px;
    margin-top: 5%;
    color: #423f3f;
    font-weight: 400;
}
.greentrade-carddash{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
	text-align: left;
	margin-bottom: 20px;
}
.card.card-tale {
    background: #7DA0FA;
    color: #ffffff;
	/* margin-bottom: 20px; */
}
.greentrade-carddash > .card {
    width: 100%;
    min-width: 100%;
}
.greentrade-carddash h2{
	font-size: 34px;
    color: #fff;
    font-weight: 400;
    margin-bottom: -6px;
}
.greentradedashcard{
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    /* word-wrap: break-word; */
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
}
.greentrade-carddash p{
	color: #fff;
	font-weight: 600;
}
.greentrade-carddash h3{
	color: #fff;
}
.card.card-dark-blue {
    background: #4747A1;
    color: #ffffff;
}
.card.card-light-blue {
    background: #7978E9;
    color: #ffffff;
}
.card.card-light-green {
    background: #649e4d;
    color: #ffffff;
}
.card.tale-bg {
    background: #f4f0ff;
}
.card-people img {
    border-radius: 20px;
    width: 100%;
}
.greentradebg-table{
	background-image: url("../img/tablebg.jpg");
}
.table-heading {
    background-image: linear-gradient(45deg, #527e88, #788bef) !important;
}
.greendashbtn{
	background-color: #4b49ac;
    color: #fff;
    border-radius: 10px;
}
