@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Roboto:wght@400;500;700&display=swap');
* {
	margin: 0;
	padding: 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color: #f9f9f9;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 20px 0;
}
::placeholder {
    opacity: 0.5;
}
.center-wr {
	width: 1200px;
	margin: 0 auto;
}
.form-outer-wr {
    padding: 160px 0;
}
.section-form-left {
    float: left;
    width: 40%;
    padding: 80px 0;
}
.section-form-right {
    float: right;
    width: 48%;
}
.bgtitle-cls {
	font-size: 46px;
	line-height: 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #fff;
}
.bg-descrptions {
    font-size: 20px;
    color: #fff;
}
.bg-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 18px 50px;
    background-color: #fff;
    color: #1c3131;
    border-radius: 5px;
}
.bg-button a:hover {
    background-color: #00babe;
    color: #fff;
}
.section-page-title h1{
	font-size: 51px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.section-page-content {
    font-size: 20px;
    color: #4b5b5b;
}
.form-field label {
    font-size: 18px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="password"] {
    border: none;
    background-color: #fff;
    padding: 12px 16px;
    color: #333;
    width: 100%;
    box-shadow: 0 0 10px 3px #e3e6e6;
    border-radius: 5px;
}
.form-field input[type="text"]:focus, .form-field input[type="email"]:focus, .form-field input[type="password"]:focus {
    outline: 0;
}
.form-field {
    margin-bottom: 25px;
    position: relative;
}
.submit-wr {
    margin: 40px 0 30px;
}
.submit-wr input[type="button"] {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 12px 51px;
    background-color: #0B1414;
    border: navajowhite;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.submit-wr input[type="button"]:hover {
    background-color: #00babe;
    color: #fff;
}
.submit-wr input[type="button"]:focus, .submit-wr input[type="button"]:active {
    outline: 0;
    color: #fff;
}
.form-field input[type="checkbox"] {
	box-shadow: 0 0 10px 3px #e3e6e6;
	border-radius: 2px;
	background-color: #fff;
	border: none;
}
.form-field input[type="checkbox"]:focus, .form-field input[type="checkbox"]:active {
    outline: 0;
}
input[type="checkbox"]::after {
    content: "";
    opacity: 0;
    display: block;
    left: 8px;
    top: 4px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid #0B1414;
        border-top-color: rgb(238, 104, 69);
        border-top-style: solid;
        border-top-width: 3px;
        border-left-color: rgb(238, 104, 69);
        border-left-style: solid;
        border-left-width: 3px;
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
}
.form-field-left {
    float: left;
    width: 48%;
}
.form-field-right {
    float: right;
    width: 48%;
}
.secformmain-wr {
    width: 80%;
}
.forget-wr a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.remember-wr-cls label {
    font-weight: 400;
}
.forget-wr {
	text-align: right;
}
.sectionbg-wr {
	background-image: url('../images/bg_design.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 45% 100%;
}
.site-logo a {
    display: inline-block;
    padding: 37px 0;
    border-radius: 10px;
}
.input-group-text {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #9aa4a4;
    transform: translateY(-50%);
}
.section-signupleft {
    padding: 140px 0;
}
.form-signup-wr {
    padding: 80px 0;
}
.evyinput-wr {
    position: relative;
}
.msg-err {
    color: red;
    display: block;
    font-size: 14px;
}
/* alert message css*/

.alert {
    padding: 10px;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.alert.danger {
    background-color: #f44336;
}
.alert.success {
    background-color: #4CAF50;
}
.alert.info {
    background-color: #2196F3;
}
.alert.warning {
    background-color: #ff9800;
}
/* ajax loader */
.ajaxloader-wr {
    position: fixed;
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}
.ajaxloader-wr img {
    position: fixed;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 64px;
    top: 50%;
    transform: translateY(-50%);
}
.header-dashboard-wr {
    padding: 25px 0;
    background-color: #0B1414;
}
.header-dashboardinner-wr {
    float: left;
    width: 20%;
}
.header-usermenu-we {
    float: right;
}
.dash-userinfo-wr ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.dash-userinfo-wr ul li {
    display: inline-block;
    vertical-align: middle;
}
.loginuserimage {
    border-radius: 50%;
    overflow: hidden;
}
.loginusername {
    color: #fff;
    font-weight: 500;
    margin: 0 9px;
    padding-right: 10px;
    border-right: 1px solid #f07d5f;
}
.usermenu-cm {
    display: inline-block;
    vertical-align: middle;
}
.dash-logout-wr a {
    color: #fff;
    font-size: 26px;
    display: inline-block;
    margin-left: 5px;
}
.dash-logout-wr a:hover {
    color: #00babe;
}
.dashboard-footer-text {
    color: #475959;
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
}
.main-dashboard-content-wr {
    background-image: url('../images/Electric_Bikes_Upload _Pattern.svg');
    background-position: bottom;
    background-repeat: no-repeat;
}
.dashboard-upload-wr {
    padding: 40px 0;
}
.dashboard-title h2 {
    font-size: 51px;
    line-height: 56px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-align: center;
}
.forgotpassword-sc {
    padding: 20px 0;
}
.changepassword-aminform-wr {
    margin: 20px auto;
    width: 60%;
    padding: 40px 0;
}
.changepassword-aminform-wr .submit-wr {
    text-align: center;
}
.uploadlabel {
    width: 40%;
    text-align: center;
    margin: 40px auto !important;
    padding: 60px 0;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 8px 2px #eceeee;
}
.uploadlabel img {
    margin: 0 auto;
}
.uploadfilename-priview {
    text-align: center;
}
.excel tr:first-child td {
    font-weight: 900;
}
.sheet-privew {
    overflow: scroll;
    display: none;
}
#file-err {
    text-align: center;
    display: block;
}
.uploadlabel.dragging {
    background-color: #00babe;
}
.uploadresponce {
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.dwndemo-sheet {
  margin-top: 12px;
  font-size: 20px;
  text-transform: capitalize;
}
.dash-uploaddata-wr {
    margin-right: 9px;
    padding-right: 10px;
    border-right: 1px solid #f07d5f;
}
.dash-uploaddata-wr a {
    color: #fff;
    text-decoration: none;
}
.dash-exportwr a {
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    background-color: #0B1414;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}
.dash-exportwr a:hover {
	background-color: #00babe;
}
.dash-filter-wr {
    margin: 20px 0;
    padding-top: 50px;
}
.dashfilter-field {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 20px;
}
.dashfilter-field input[type="text"], .dashfilter-field input[type="date"] {
    border: 1px solid #0B1414;
    color: #28303d;
    width: 100%;
}
.dashfilter-field input[type="text"]:focus, .dashfilter-field input[type="date"]:focus {
    outline: 0;
}
.dashfilter-field input[type="submit"] {
    padding: 11px 28px;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 1px solid #0B1414;
    color: #fff;
    background-color: #0B1414;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}
.dashfilter-field input[type="submit"]:hover, .dashfilter-field input[type="submit"]:active, .dashfilter-field input[type="submit"]:focus {
    background-color: #00babe;
    border-color: #00babe;
    outline: 0;
}
.dash-filte-inner-wr {
    display: inline-block;
    width: 85%;
    vertical-align: top;
}
.dash-exportwr {
    display: inline-block;
    width: 14%;
    text-align: right;
    vertical-align: top;
}
.dash-colex-title {
    text-align: right;
    margin-right: 10px;
}
.col-exportshow {
    color: #0b1414;
}
.col-exportshow:focus, .col-exportshow:active, .column-exportcheck input[type="checkbox"]:focus {
   outline: 0;
}
.column-exportcheck {
    display: inline-block;
    margin: 6px 20px;
}
.column-exportcheck label {
    margin: 0;
}
.cloumnexport-cls {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #0b1414;
}
.column-exportcheck input[type="checkbox"] {
    background-color: #fff;
    border: 1px solid #0b1414;
}
.dash-totalrec-wr {
    margin: 10px 0 20px 0;
}
.dash-userupload-dwr {
    overflow: scroll;
    max-height: 1000px;
}
.dash-userupload-table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
}
.dash-userupload-table th {
    border: 1px solid #0b1414;
    background-color: #0b1414;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.dash-userupload-table td {
    padding:10px;
    border: 1px solid #0b1414;
}
.uploaddata-inner {
    padding: 30px 0;
}
.dash-notuploaddata {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    color: #0B1414;
    margin: 20px 0;
}
.loginusername a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
.loginusername a:hover, .dash-uploaddata-wr a:hover {
    color: #00babe;
}
.error-page-inner-wr {
    padding: 40px 0;
    text-align: center;
}
.error404 main p {
    font-size: 55px;
    line-height: 60px;
}