html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f7f7f7;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto Condensed", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

/*================================================ Header Section CSS Start =================================================*/
.header-menu {
  background: #0181cc;
  color: #fff;
  padding: 5px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-menu .header-logo h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  letter-spacing: -0.4px;
}

.header-menu .header-logo h2 svg {
  width: 20px;
  fill: #fff;
}

.profile img {
  width: 20px;
  margin-right: 5px;
  height: 20px;
  border-radius: 50%;
}

.profile span {
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  max-width: 95px;
  display: block;
}

/*================================================ Login Section CSS Start =================================================*/
.welcome-img img {
  width: 100%;
  height: 67vh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
  position: relative;
  top: -100px;
}

.wrapperLogin .wrapper-form {
  padding: 0px 40px;
  position: absolute;
  top: 38%;
}

.wrapperLogo h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 29px;
  line-height: 29px;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
  font-style: italic;
  color: #333;
}

.wrapperLogo h1 small {
  font-size: 55%;
  font-weight: 600;
}

.wrapperLogo h1 span {
  color: #047dc2;
}

.vehicle-type select {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.vehicle-type input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.main-form1 form input,
.main-form form select,
.main-form form textarea {
  font-size: 0.9rem;
  line-height: 20px;
  color: #5e5e5e;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 0;
  height: 38px;
  border: 1px solid #dce3eb;
  border-radius: 3px;
}

.main-form form textarea {
  height: 100% !important;
}

.wrapper-form form input {
  font-size: 17px;
  line-height: 20px;
  color: #5e5e5e;
  font-weight: 500;
  padding: 2px 10px;
  background: transparent;
  border: 0;
  width: 100%;
}

.input-group {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  line-height: 20px;
  color: #5e5e5e;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 0;
  height: 40px;
  border: 1px solid #dce3eb;
  background-color: #dce3eb;
  border-radius: 3px;
}

.input-group i {
  color: #606060;
  width: 5%;
}

.wrapper-form form .form-control::-moz-placeholder {
  color: #5e5e5e;
}

.wrapper-form form .form-control::placeholder,
.wrapper-form form .inputGroup select.form-select {
  color: #5e5e5e;
}

.wrapper-form form .inputGroup select.form-select option {
  color: #5e5e5e;
  background-color: #fff;
}

.wrapper-form form .inputGroup span.input-group-text {
  border: 0;
  border-right: 1px solid #c1c9d2 !important;
  z-index: 9;
}

.wrapper-form form .form-select:focus,
.wrapper-form form .form-control:focus {
  border: 1px solid #dce3eb;
  background-color: #dce3eb;
}

.wrapper-form form .form-control:focus {
  border: 0;
  background-color: transparent;
}

.wrapper-form form .input-group:focus {
  border: 1px solid #dce3eb;
  background-color: #dce3eb;
}

.form-control:focus,
.form-check-input:focus,
.form-select:focus {
  border-color: #cacaca;
  box-shadow: none;
}

.default-btn {
  display: inline-block;
  padding: 5px 22px 5px 22px;
  position: relative;
  background-color: #047dc2;
  color: white;
  border: 1px solid #1a84c1;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-btn:focus {
  outline: none !important;
}

.input-radio {
  width: 33% !important;
  gap: 5px;
  line-height: 15px;
}

.take-pic {
  background: #e9ecef;
  padding: 15px 10px !important;
  text-align: center;
  line-height: 21px;
  gap: 5px;
  border-radius: 3px;
  height: 100px;
}

.meter-img img {
  width: 100%;
  height: 100px;
  border-radius: 3px;
}

.hero-btn {
  margin-top: 10px;
}

/*================================================ Login Section CSS End =================================================*/
/*================================================ Footer Section CSS Start =================================================*/
.footer-bootom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  padding: 4px 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}

.footer-bootom ul li {
  text-decoration: none;
  list-style: none;
}

.footer-bootom ul {
  list-style-type: none;
  padding-inline-start: 0;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
}

.footer-bootom ul li a {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-menu-li a i {
  margin: 0 !important;
}

.footer-bootom ul li a.footer-menu-icon {
  text-align: center;
  position: relative;
  top: 7px;
}

.footer-bootom ul li a.footer-menu-icon i {
  height: 33px;
  width: 33px;
  background-color: #047dc2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -34px;
  color: #fff;
}

/*================================================ index Page CSS Start =================================================*/
.wrapperDasboard {
  padding: 65px 0px;
  background: #f7f7f7;
}

.wrapperDasboard1 {
  height: 100vh;
  background: #e9ecef;
  overflow-x: scroll;
}

.inputGroup label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 5px 3px;
}

.inputGroup label.bike-number {
  text-transform: uppercase;
}

.inputGroup label i {
  color: #0181cc;
  font-size: 150%;
}

.start-day-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff !important;
  border-color: #c3c3c3 !important;
  color: #0181cc !important;
  width: 100%;
  text-transform: capitalize;
  border-radius: 20px;
  border: 1px solid;
  height: 100%;
}

.start-day-block .start-time {
  width: 65%;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 4px 8px;
  text-align: center;
  height: 100%;
}

.start-day-block .btn {
  width: 35%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 4px 5px;
  background-color: #1c1c1c !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
}

.dashboard-title h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #303030;
  display: block;
}

select option {
  line-height: 20px;
}

/*================================================ Report Page CSS Start =================================================*/
.accordion-button {
  padding: 5px;
  width: 100%;
  background: #fbfdff;
}

.datekm-block {
  width: 100%;
  padding: 5px 10px;
}

.accordion-item,
.accordion-item:focus,
.accordion-item:active,
.accordion-header,
.accordion-header:focus,
.accordion-header:active,
.accordion-button,
.accordion-button:focus,
.accordion-button:active {
  outline: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #8eb6cf;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  height: 14px;
  width: 19px;
  background-size: 16px;
}

.accordion-button::after {
  width: 18px;
  height: 18px;
  background-size: 16px;
}

.accordion-button:focus {
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.wrapper-time {
  background: #fff;
  padding: 3px 7px;
  border-radius: 5px;
  position: relative;
  height: 45px;
}

.reports-btn a {
  display: inline-block;
  padding: 4px 10px;
  position: relative;
  background-color: white;
  color: #84868b;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin: 0px 10px;
}

.reports-btn a.active {
  background-color: #5d84eb;
  color: white;
  border: 1px solid #869be7;
}

.wrapperDasboard .nav-item .nav-link {
  display: inline-block;
  padding: 3px 6px;
  position: relative;
  background-color: #fff;
  color: #181818;
  border: 1px solid #525050;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  margin: 0px 4px;
}

.wrapperDasboard .nav-item .nav-link.active {
  background-color: #047dc2;
  color: white;
  border: 1px solid #1285c7;
}

.wrapper-reports {
  background: #8db2cb;
  padding: 10px;
  padding-top: 0;
}

.no-details-found {
  margin-top: 70px;
}

.no-details-found svg {
  width: 300px;
  fill: #0e305f;
}

.wrapper-reports i {
  margin-right: 3px;
  color: #17191a;
}

.date-block,
.total-km {
  font-size: 0.9rem;
  font-weight: 600;
  color: #404040;
}

.date-block i,
.total-km i {
  font-size: 100%;
  color: #404040;
}

.visit-block-title h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #0d346a;
}

.client-details-block {
  background-color: #fff;
  padding: 3px 8px;
  color: #333;
  margin-top: 4px;
  border-left: 3px solid #005587;
  border-radius: 5px;
}

.client-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  width: 100%;
}

.client-title .title {
  line-height: 15px;
  font-size: 0.7rem;
  color: #000;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.upload-img-block .upload-img i {
  font-size: 140%;
}

.upload-img-block .upload-img .btn-default span {
  font-size: 9px;
  line-height: 9px;
}

.upload-img-block .upload-img {
  height: 39px;
  width: 39px;
}

.client-details-block .row .col-3 {
  width: 18%;
}

.client-details-block .row .col-9 {
  width: 82%;
}

.btn-file i {
  color: #0181cc;
  font-size: 170%;
  margin: 0;
}

.upload-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.upload-img {
  background: #e9ecef;
  text-align: center;
  display: flex;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.upload-img .btn-default {
  font-size: 0.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 10px;
  color: #0181cc;
  padding-top: 6px;
}

.upload-img .btn-default span {
  margin-top: -2px;
  margin-right: 0;
}

.upload-img-block {
  width: 32%;
}

.timeing {
  width: 58%;
  line-height: 16px;
}

.meter-r {
  display: flex;
  flex-direction: column;
}

.start-title h5 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  right: 4px;
}

.upload-img-block img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.upload-img-block .upload-img .btn-default {
  padding-top: 4px;
}

.timeing-km {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
}

.start-title {
  position: absolute;
  rotate: 270deg;
  width: 47px;
  left: -16px;
  height: 17px;
  background: #3a97cd;
  top: 14.5px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.inputGroup .address-title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.inputGroup .address-para {
  font-size: 0.8rem;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  width: 100%;
  display: block;
}

.inputGroup .address-para i {
  margin-right: 3px;
  color: #545454;
  font-size: 90%;
}

/*================================================ Camera Sec CSS Start =================================================*/
.camera-block {
  height: 100%;
  width: 100%;
}

.cam-block .camera-block video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.camera-sec .col-6 {
  background: #ffffff;
}

.camera-sec .col-6.border-r {
  border-right: 3px solid #f7f7f7;
}

.camera-sec .col-6.border-l {
  border-left: 3px solid #f7f7f7;
}

.cam-block .camera-block canvas {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cam-block label {
  font-size: 0.9rem;
  color: #5e5e5e;
  font-weight: 500;
  padding-bottom: 4px;
}

.cam-block-btn div.btn {
  border-radius: 20px;
  padding: 2px 14px;
  font-size: 0.9rem;
  font-weight: 500;
}

.cam-block-btn div.btn i {
  font-size: 88%;
  padding-right: 5px;
}

.cam-block-btn div.filp-btn {
  color: #000;
  background-color: #f7bd0f;
  border-color: #e9ae00;
}

.cam-block-btn div.take-btn {
  background-color: #118111;
  border-color: #2f892f;
}

/*================================================ error essage =================================================*/
.error,
.success {
  margin: 10px 0px;
  padding: 3px 3px 3px 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 0.9rem;
  text-transform: capitalize;
}

.error i,
.success i {
  font-size: 1rem;
}

.error {
  color: #fff;
  background-color: #c71f28;
  position: relative;
}

.success {
  background-color: #4F8A10;
  color: #fff;
  position: relative;
}

.success button,
.error button {
  position: absolute;
  right: 1px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

/*# sourceMappingURL=main.css.map */