
body{
	margin: 0px;
	padding: 0px;
	font-family:'Poppins', sans-serif;
}
.dataTables_length label, .dataTables_filter label{
    font-family:'Poppins', sans-serif;
}
.back{
	width: 100%;
    
}
.form input {
  font-family: "roboto";
  outline: 0;
  background: #fff;
  width: 100%;
  border: 1px solid #e5f5ff;
  border-radius: 5px;
  margin: 4px 0 2px 0;
  padding: 10px;
 font-size: 14px;
}
.form2 input {
  font-family: "roboto";
  outline: 0;
  background: #fff;
  width: 100%;
  border: 1px solid #e5f5ff;
  border-radius: 5px;
  margin:5px;
  padding: 10px;
 font-size: 14px;
}
button a {
  text-decoration: none;
  color: #fff;
}
.form button {
	width: 100%;
  height: 44px;
  font-family: "roboto";
  outline: 0;
  background: #FE4535;
  border-radius: 5px;
  color: #000 !important;
  font-size: 18px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin-top: 8px;
  padding: 0 50px;
  border: none;
}
label {
  color: #596e7b;
  font-family: "roboto";
  font-size: 12px;
}
label#emailLabel {
  position: relative;
  background-color: white;
  top: 15px;
  left: 10px;
  padding: 0 5px;
  font-size: 15px
}
label#passLabel {
  position: relative;
  background-color: white;
  top: 15px;
  left: 10px;
  padding: 0 5px;
  font-size: 15px
}
.rememberText {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  vertical-align: super;
}
.rememberCheck {
  width: 20px !important;
  height: 20px;
}
textarea:focus {
  border: 1px solid #4dd2d7;
  box-shadow: 0 0 3px #1670be;
  outline-offset: 0px;
  outline: none;
}
input:focus + label {
  /* background-color:purple; */
  color: #4dd2d7;
}
.foot {

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkBox a {
	margin-left: 230px;
    color: #000;
}
.or{
	display: flex;
}
.eyeb{
  margin-left: 267px;
   position: relative; 
   top: -57px; 
   cursor: pointer
}
@media screen and (min-width:1024px)
{
 .eyeb{
  margin-left: 80%;
   position: relative; 
   top: -36px; 
   cursor: pointer
 } 
}
@media screen and (max-width:900px)
{
 .eyeb{
  margin-left: 442px;
   position: relative; 
   top: -57px; 
   cursor: pointer
 } 
}
/* Dashboard style start  */

.top-box{
  width: 24%;
  border-radius:9px; 
  padding: 10px;

}
.manu ul{
  text-decoration: none;
}
.manu ul li a{
  text-decoration: none;

}
.manu ul li {
  text-decoration: none;
}
.Notification{
  width: 100%;
}
.Notification h2{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding:10px;
  background-image: linear-gradient(#46A4FA, #5869FF)
}
.Notification p{
  margin-bottom: 5px;
}
.Notification hr{
  width: 100%;
  margin: 5px 0px;
}
.Notification p{
  font-family: roboto;
  font-weight: normal;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 5px;
}
.Heading{
  border-radius: 21px;
  padding:29px;
  width: 24%;
  border:0.2px solid #dfdfdf;
}
.Heading:hover{
  border-radius: 21px;
  padding:24px;
  width: 24%;
  border:0.2px solid #dfdfdf;
  box-shadow: 2px 2px 3px 2px #d2d2d2;
}
.active1{
  background-image: linear-gradient(#F56F24, #FE4535);
  color: #fff;
  box-shadow: 0px 5px 9px #606060;
}
.profile{
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.view{
  border-radius: 10px; 
  background-color: #cfe8ff;
  padding:21px;
}
.dropdown{
  display: inline-flex;
}
.btn{
  border: none;
}
.dropdown-menu{
  --bs-dropdown-min-width:0px;
  border:none;
  background-color: none;
  width: 100%;
}
.main-icon{
  font-size: 40px;
   background: -webkit-linear-gradient(#F56F24, #FE4535);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 14px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  text-align: left;
}

tr:nth-child(odd) {
  background-color: #e9e9e9;
}
tr:hover{
  background-color: #f7f5f5;
}
.bg2{
  background-image: linear-gradient(#F56F24, #FE4535); 

}
.bg2 h2{
  color: #fff;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 27px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.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: 0px;
  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%;
}
/* Dashboard styel end */
.error, #email-error, #old-error, #newPassword-error{
    color : #FE4535;
}
.spanStyle{
    font-size: 20px;
}
.thStyle{
    font-size: 13px;
    font-weight: 600;
    padding: 8px;
}
.tdStyle{
    font-size: 13px;
    padding: 8px;
}
.active,  .active1
{
    background-image: linear-gradient(#F56F24, #FE4535);
    color: white!important;
}
.navbarText:hover{
    background-image: linear-gradient(#F56F24, #FE4535);
    color: white!important;
}
.navbarText{
    color: #FE4535;
    font-size: 15px;
}
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
@media (min-width: 1200px) {
.dropdownChildStyle{
    color: #FE4535;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px;
    border-bottom: 1px solid #FE4535;
    background-color: #f1f1f1;
}
.dropdown-container {
  display: none;
}
.headingStyle{
    color:#FE4535;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}
.btnText:hover {
    color:#FE4535;
    background-color: white;
}
.btnStyle,  .btnStyle a:hover{
    background-image: linear-gradient(#F56F24, #FE4535);
    color: white!important;
}
#myTable_filter{
    margin-bottom: 8px;
}
input:focus-visible{outline:none;}
select:focus-visible{outline:none;}
.imageStyle{
    width: 200px;
    height:200px;
    border-radius: 50%;
    margin-left: 100px;
    margin-bottom: 25px;
    border: 1px solid #aaaaaa;
}
.childimageStyle{
    width: 50px;
    height: 50px;
    border-radius : 50%;
    border: 1px solid #aaaaaa;
}
.tableStyle{
    border: 1px solid #eaefef;
    border-radius: 5px;
}
.vist1{
  font-family: "Poppins", sans-serif;
    outline: 0;
    background: #fff;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #eaefef;
    padding: 15px 10px 3px 10px;
    font-size: 14px;
}
.trData{
    background-color: #fff!important;
    color: #000!important;
    border-top: 1px solid #dee2e6;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
  font-size: 12px;
}
.odd{
    color: #000!important;
}
.dataTables_info, .dataTables_paginate{
    font-size:12px;
}
tr:nth-child(odd) {
  background-color: #FE4535;
  color: #fff;
}
.addButton {
    margin-top: 15px;
    border: 1px solid transparent;
    background-color: #fe4535;
    width: 165px;
    border-radius: 3px;
    padding: 8px;
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
a:hover {
    color: #ffffff;
}