
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 100%;
}

body {
  font-family: 'Poppins';
  color: #111111;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  /* background: #fff; */
  background: #e3e3e3;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

img {
  border: none;
  margin: 0px;
  max-width: 100%;
}

h1 {
  font-family: 'Poppins';
  font-weight: normal;
  font-size: 22px;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: 'Poppins';
  font-weight: normal;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
}

h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  font-weight: normal;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

form,
input,
select,
textarea,
p {
  margin: 0px;
  padding: 0;
  font-family: 'Poppins';
}

textarea {
  resize: none;
  font-family: 'Poppins';
}

input:focus,
textarea:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  font-size: 16px;
  padding: 10px 30px;
  background-color: #ffcb04;
  color: #111;
  border-radius: 30px;
}

button:focus {
  outline: none;
  outline: none -webkit-focus-ring-color;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
  margin: 0px;
  padding: 0;
  font-family: 'Poppins';
}

.customClear {
  clear: both;
  font-size: 0em;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}


/*IE below 9*/

#ieWrapper {
  background: #000;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
  position: relative;
  width: 555px;
  padding: 20px;
  margin: 200px auto 0 auto;
  background: #FFF;
  border: 7px solid #2b2927;
}

.btnIeUpdate {
  background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
  width: 144px;
  height: 37px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.ieLogo {
  float: left;
  width: 134px;
  height: 139px;
  background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
  float: right;
  margin: 0;
  padding: 0;
  width: 350px;
  color: #666;
  font-size: 15px;
  line-height: 18px;
}

.ieContent strong {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #cccccc;
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}


/*End IE below 9*/

.login-container {
  width: 100%;
  background-color: #fff;
}

.flex {
  display: flex;
}

.div-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-content {
  width: 50%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-image: url(../images/login-bg.jpeg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.left-content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
}

.left-content-login {
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-content-login h1 {
  color: #fff;
  font-size: 52px;
  line-height: 62px;
  font-weight: 300;
  margin-top: 90px;
}

.left-content-login h2 {
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  font-weight: 600;
}

.left-content-login h3 {
  color: #fff;
  font-size: 59px;
  font-weight: bold;
  line-height: 63px;
  margin-bottom: 40px;
}

.left-content-login p {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
}

.left-content p.copyright {
  color: #929292;
  font-size: 20px;
  margin-top: 24%;
  /* padding-bottom: 48px; */
  position: absolute;
  left: 10%;
  bottom: 7.5vh;
}

.right-content {
  width: 50%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}

.right-content-login {
  width: 50%;
}

.right-content h4 {
  color: #000000;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
}

.right-content h4 span {
  color: #ffcb04;
}

.right-content h5 {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 30px;
}

.login-container .right-content h5{
  margin-bottom: 45px;
}

.forgot-btn input {
  margin-top: 0;
}

.form-group.form-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-form-container .form-group.email input,
.login-form-container .form-group.password input {
  width: 100%;
  height: 62px;
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #ccc;
  font-weight: 300;
  font-size: 20px;
  padding: 0 30px;
  margin-top: 20px;
  color: #848591;
  border-radius: 5px;
  margin-bottom: 4px;
}

.form-group.form-check label {
display: flex;
align-items: center;
margin: 0;
}

.checkbox {
  display: none;
}

.checkbox-custom {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 0;
}

.checkbox-custom,
.form-check .label {
  display: inline-block;
  vertical-align: middle;
}

.form-check a {
  color: #000;
  font-size: 20px;
}

.checkbox:checked+.checkbox-custom::before {
  content: "✔";
  display: block;
  position: absolute;
  top: -10px;
  color: #ffcb04;
  left: 2px;
  font-size: 35px;
}

.login-form-container .form-group input::-webkit-input-placeholder {
  /* Edge */
  color: #848591;
}

.login-form-container .form-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #848591;
}

.login-form-container .form-group input::placeholder {
  color: #848591;
}

.login-form-container .form-group {
  position: relative;
  margin: 0 0 20px 0;
}

.login-form-container .form-group label {
  font-size: 20px;
  color: #000;
}

.login-form-container .form-group input[type='submit'] {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  background: #000000;
  border: none;
  color: #fff;
  border-radius: 6px;
  font-family: 'Poppins';
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 0;
  cursor: pointer;
  margin-top: 20px;
}

.login-footer {
  text-align: center;
  padding-top: 20px;
}

.login-footer h6 {
  font-weight: 300;
  font-size: 20px;
  color: #68696d;
}

.login-footer h6 a {
  color: #000;
  font-weight: bold;
}

.navbar-expand .navbar-nav {
  justify-content: end;
  align-items: center;
}

.comingsoon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  color: #fff;
}

.comingsoon-container h3 {
  font-size: 75px;
}

.comingsoon-container p {
  font-size: 30px;
}
.sidebar-dark .nav-item .nav-link{
  border-radius: 40px;
}

/* .sidebar-dark .nav-item.active > .nav-link,
.sidebar-dark .nav-item:hover > .nav-link, 
.sidebar .dropdown-menu li.active .nav-link, 
.sidebar .dropdown-menu li:hover .nav-link {
  color: #111;
  background-color: #ffcb04;
} */

.sidebar-dark .nav-item.active > .nav-link,
.sidebar-dark .nav-item .nav-link:hover, 
.sidebar .dropdown-menu li.active .nav-link, 
.sidebar .dropdown-menu li .nav-link:hover {
  color: #111;
  background-color: #ffcb04;
}
.sidebar-dark .nav-item.active > .nav-link,
.sidebar-dark .nav-item.active > .nav-link span {
  background-color: #ffcb04 !important;
  color: #111 !important;
}

/* .sidebar-dark .nav-item.active > .nav-link img,
.sidebar-dark .nav-item:hover > .nav-link img,
.sidebar .dropdown-menu li.active .nav-link img
.sidebar .dropdown-menu li:hover .nav-link img {
  filter: brightness(0);
} */
.sidebar-dark .nav-item.active > .nav-link img,
.sidebar-dark .nav-item .nav-link:hover img,
.sidebar .dropdown-menu li.active .nav-link img
.sidebar .dropdown-menu li .nav-link:hover img {
  filter: brightness(0);
}
.sidebar .dropdown-menu li .nav-link{
  padding-left: 35px;
}
.sidebar-brand {
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 55px !important;
  justify-content: space-between !important;
}

.sidebar-brand:hover {
  background-color: transparent !important;
}

.sidebar .nav-item .nav-link {
  color: #fff;
  width: 100%;
  padding: 16px 22px;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  z-index: 9999;
  align-items: center;
  border-radius: 40px;
}

.sidebar .nav-item .nav-link span{
  flex-grow: 1;
  display: block;
}

.sidebar-left.toggled .nav-item .nav-link span {
display: none;
flex-grow: 0;
transition: 0s ease;
}

.sidebar .nav-item .nav-link img {
  margin-right: 22px;
  width: 28px;
}

.sidebar li {
  margin: 6px 30px;
}

/* .sidebar li.nav-item {
margin-top: 0 !important;
margin-bottom: 0 !important;
} */

.sidebar li:hover,
.sidebar li.active {
  background-color: transparent;
  color: #111;
  /* border-radius: 40px; */
}

.sidebar-left.toggled .nav-item .nav-link {
  justify-content: center;
}

.sidebar-left.toggled .nav-item .nav-link img {
  margin-right: 0px;
}

/* .sidebar-left.toggled .nav-item a.nav-link.dropdown-toggle {
  padding: 10px 13px;
} */

.sidebar-left.toggled .dropdown .nav-item.active .nav-link img,
.sidebar-left.toggled .dropdown .nav-item:hover .nav-link img {
  filter: none;
}

.sidebar-left.toggled .dropdown-toggle::after {
  margin-left: 0;
  right: -8px;
}

.sidebar-left.toggled .sidebar li:hover .dropdown-toggle::after {
  color: #ffcb04;
}

/* .sidebar .nav-item .dropdown-menu .nav-link span {
  color: #fff;
} */
.sidebar .nav-item .dropdown-menu li.active .nav-link span, .sidebar .nav-item .dropdown-menu li:hover .nav-link span  {
  color: #111;
}
.sidebar .nav-item .dropdown-menu li.active .nav-link img, .sidebar .nav-item .dropdown-menu li:hover .nav-link img  {
  filter: brightness(0);
}

span.menu-title {
  color: #fff;
  padding: 20px 1rem 25px 2.2rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

.sidebar hr.sidebar-divider {
  margin: 1rem 1rem;
  border-style: dashed;
}

.navbar .container-fluid {
  padding: 0;
}

.sidebar-left.toggled {
  width: 136px !important;
}

.sidebar-left.toggled .sidebar li {
  margin: 10px 15px;
}

.sidebar-left.toggled li.sidebar-brand {
  margin: 5px 10px;
  border-radius: 0;
}

.sidebar-left.toggled .copyright {
  display: none;
}

.sidebar-left.toggled .sidebar li .nav-link::before {
  margin-right: -7px;
  background-position: center;
  width: 38px;
}

.sidebar-left.toggled span.menu-title {
display: none;
}

.sidebar-left.toggled .nav-item .dropdown-menu li {
  margin: 0;
  margin-top: 14px;
}

.sidebar-left.toggled .sidebar .dropdown-menu {
  min-width: auto;
  padding: 0 5px;
}

.sidebar .navbar {
  background-color: transparent !important;
  border: none;
}

.sidebar-left.toggled .sidebar .dropdown-menu .nav-item.active > .nav-link img,
.sidebar-left.toggled .sidebar .dropdown-menu .nav-item:hover > .nav-link img{
  filter: brightness(0);
}

.sidebar .dropdown-toggle::after {
  appearance: none;
  /* margin-left: 1.255em; */
  margin-top: 0px;
  content: "+";
  border: none;
  font-size: 21px;
  color: #ffcb04;
  top: -15px;
  position: relative;
  right:2px;
}

/* .sidebar-dark .nav-item.active .dropdown-toggle::after,
.sidebar-dark .nav-item:hover .dropdown-toggle::after {
  color: #111 !important;
} */

/* .sidebar-dark .nav-item.active .dropdown-toggle::after, */
.sidebar-dark .nav-item .dropdown-toggle:hover::after {
  color: #111 !important;
}

.sidebar-left.toggled .sidebar-brand a img {
  visibility: hidden;
  width: 0;
}

.sidebar-left.toggled .sidebar-brand {
  background-image: url(../images/logo-icon.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
}

#sidebarToggleTop {
  /* min-width: 49px;
  height: 49px; */
  padding: 0;
  /* padding-top: 10px; */
  margin-left: 10px;
}

.wrapper>.navbar {
  height: auto;
  padding: 0 !important;
  position: relative;
  background: #111;
  /* width: 18%; */
  width: 345px;
  margin-bottom: 0 !important;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 50px !important;
  transition: all .3s ease;
  min-height: 100vh;
}

.sidebar {
  position: relative;
  width: 100%;
  padding: 30px 0 55px 0;
}

.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar hr.sidebar-divider {
  margin: 0 1rem 1rem;
}

.topbar .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}

.topbar .dropdown-list .dropdown-item {
  padding-top: .5rem;
  line-height: 1.3rem;
}

.menudropdown {
  display: none;
}

.sidebar li:hover>ul {
  list-style: none;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.sidebar ul li {
  list-style: none;
  border-radius: 0 50px 50px 0px;
  color: rgb(129, 123, 123);
}

.sidebar ul li a {
  color: #fff !important;
}

.wrapper-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

.copyright {
  position: relative;
  font-size: 15px;
  color: #666666;
  font-weight: 400;
}

.sidebar-left .copyright {
  position: absolute;
  padding: 0px 35px;
  bottom: 55px;
}

.copyright span {
  display: block;
}

.bar-wrapper {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #111;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.wrapper {
  width: 100%;
  display: flex;
  height: 100%;
}

.wrapper .content-wrapper {
  /* width: 83%; */
  width: calc(100% - 345px);
  max-width: 1630px;
  position: relative;
  background-color: #f6f8fc;
  min-height: 100vh;
}

.sidebar-toggled .wrapper .content-wrapper {
  width: 100%;
}

.alerts-dropdown .badge {
  width: 14px;
  height: 14px;
  display: block;
  top: 0;
  position: absolute;
  right: -3px;
  padding: 0;
  border-radius: 50%;
  border: solid 2px #fff;
}

.alerts-dropdown::after {
  display: none;
}

.topbar li.nav-item {
  margin-left: 32px;
}

.nav-link img.img-profile.rounded-circle {
  width: 42px;
  height: 42px;
  min-width: 42px;
}

.topbar a.nav-link.dropdown-toggle {
  position: relative;
  padding: 0 !important;
}

.sidebar .dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 20px;
}

/* .sidebar li.nav-item.dropdown.show:hover > .nav-link,
.sidebar li.nav-item.dropdown.show:active > .nav-link {
  background-color: #ffcb04;
  color: #111;
}

.sidebar li.nav-item.dropdown:hover > .nav-link,
.sidebar li.nav-item.dropdown:active > .nav-link {
  background-color: #ffcb04;
} */

.sidebar li.nav-item.dropdown.show .nav-link:hover,
.sidebar li.nav-item.dropdown.show .dropdown-menu .nav-link:hover span,
.sidebar li.nav-item.dropdown.show:active > .nav-link,
.sidebar li.nav-item.dropdown.show .dropdown-link-active .nav-link {
  background-color: #362b00;
  color: #fff !important;
}

/* .sidebar li.dropdown.show .dropdown-toggle::after {
color: #000;
} */

.sidebar li.nav-item.dropdown.show .nav-link:hover img {
filter: brightness(1);
}

.sidebar li.nav-item.dropdown.show .nav-link.dropdown-toggle:hover {
background-color: #ffcb04;
color: #000 !important;
}
.sidebar li.nav-item.dropdown.active .nav-link.dropdown-toggle:after {
color: #000;
}
.sidebar li.nav-item.dropdown.show .nav-link.dropdown-toggle:hover img {
filter: brightness(0);
}

.sidebar li.nav-item.dropdown .nav-link:hover,
.sidebar li.nav-item.dropdown:active > .nav-link {
  background-color: #ffcb04;
}


li.nav-item.dropdown:hover ,
li.nav-item.dropdown:active  {
  color: #fff;
}

.sidebar-dark .dropdown .nav-item.active,
.sidebar-dark .dropdown .nav-item:hover  {
  color: #fff;
}

/* .sidebar li:hover .dropdown-toggle::after {
  color: #111;
} */

.dropdown-menu ul {
  padding: 0;
}

.sidebar .dropdown-menu li a {
  border-radius: 20px;
}

.dropdown-menu ul li {
  list-style: none;
  text-align: left;
  border-top: solid 1px #e9ecef;
  padding: 14px 25px;
}

.sidebar .dropdown-menu li a::before {
  content: none;
}

.dropdown-menu ul li a img {
  margin-right: 10px;
}

.sidebar .dropdown-menu li {
  margin: 14px 0 0;
}
.sidebar .dropdown-menu li:last-child {
  margin-bottom: 0px;
}

.dropdown-profile .dropdown-item {
  color: #343642;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  padding: 0;
  align-items: center;
  position: relative;
  white-space: inherit;
}

.dropdown-menu ul li a span {
  width: 25px;
  height: 25px;
  background-color: #ffcb04;
  border-radius: 50%;
  display: flex;
  font-size: 17px;
  align-items: center;
  color: #fff;
  justify-content: center;
  position: relative;
  left: 6%;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu h4 {
  color: #343642;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 24px;
}

.dropdown-menu h4 span {
  color: #ffd104;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}

.topbar .dropdown-toggle::after {
  content: none;
}

.dropdown-menu.dropdown-menu-right.shadow.animated--grow-in {
  font-weight: normal;
  padding: 0;
  border-radius: 15px;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  border: none;
  width: 240px;
  /* right: -7px;
  top: 67px; */
  right: -18px;
  top: 50px;
}

.dropdown-menu.dropdown-menu-right::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 14px solid #fff;
  position: absolute;
  top: -13px;
  right: 22px;
}

a#userDropdown {
  display: flex;
  padding: 0;
  align-items: center;
}

a#userDropdown p {
  margin-left: 14px;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #111;
}

a#userDropdown span {
  font-weight: 600;
}

a#userDropdown p span:nth-of-type(2) {
  display: block;
  font-size: 15px;
  font-weight: 300;
}

.notification-item .dropdown-profile .dropdown-item {
  font-size: 14px;
  font-weight: 400;
}

.notification-item ul {
  overflow-x: auto;
  max-height: 250px;
}

.notification-item .dropdown-menu ul li {
  padding: 10px 14px;
}

.content-wrapper .navbar {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px 30px 40px;
  box-shadow: none !important;
}

.form-control {
  font-size: 16px;
  color: #6c758d;
  background-color: #fff;
  border: 1px solid #e5e8ec;
  border-radius: 22px;
  height: 46px;
}

.form-control:focus {
  border: 1px solid #e5e8ec;
  box-shadow: none;
}

.navbar-left {
  padding-left: 0;
  margin-bottom: 0;
  width: 28%;
}

.search {
  background-image: url(../images/search.png);
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: 95% center;
  font-size: 17px;
  background-color: #f0f2f6;
  border: none;
}

.dashboard-title {
  font-size: 21px;
  font-weight: 500;
}

.page-wrapper {
  padding: 50px 60px 30px 40px;
  width: 100%;
}

.heading-box {
  margin-bottom: 20px;
}

.heading-box h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
}

.heading-box p {
  font-size: 17px;
  font-weight: 400;
}

.organization-table .card-title {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0;
}

td .d-flex {
  justify-content: flex-start;
}

.table td {
  height: 60px;
  border: none;
  vertical-align: middle;
}

tr {
  border-bottom: solid 1px #f0f2f6;
}

.table thead {
  height: 50px;
  background-color: #f0f2f6;
}

.table thead th {
  border: none;
  vertical-align: middle;
  border: none;
  font-weight: 500;
  color: #56585f;
}

.organization-table {
  box-shadow: 1px 0px 26px -20px rgb(124 91 91 / 30%);
  -webkit-box-shadow: 1px 0px 26px -20px rgb(0 0 0 / 30%);
  -moz-box-shadow: 1px 0px 26px -20px rgba(0, 0, 0, 0.30);
  border: none;
  border-radius: 14px;
  margin-bottom: 25px;
}

table {
  background-color: #fff;
  color: #56585f;
  font-weight: 300;
  border-radius: 16px;
  text-align: left;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

table .badge {
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 6px;
  color: #fff;
}

table .badge-orange {
  background-color: #ec800e;
}

.badge-opacity.badge-success {
  background-color: #28a74521;
  color: #09ad4b;
}

.badge-opacity.badge-warning {
  background-color: #ffb40021;
  color: #ffb400;
}

.badge-opacity.badge-danger {
  background-color: #e5272721;
  color: #e52727;
}

.badge-opacity.badge-primary {
  background-color: #1d97ff21;
  color: #1d97ff;
}

.badge-opacity.badge-light {
  background-color: #f0f2f6;
  color: #81838a;
}

td .badge:nth-of-type(2) {
  margin-left: 25px;
}

table .form-check .checkbox-custom {
  width: 23px;
  height: 23px;
  border: 1px solid #b0b2b6;
  border-radius: 5px;
  margin-right: 0;
}

table .form-check {
  padding-left: 0;
}

table .form-check .checkbox:checked+.checkbox-custom::before {
  top: -3px;
  color: #56585f;
  left: 3px;
  font-size: 18px;
}

.pagination li a {
  border: none;
  color: #0d0c22;
  font-size: 17px;
  padding: 5px;
  text-align: center;
  width: 32px;
  height: 32px;
  margin-right: 3px;
}

.page-item.active .page-link,
.page-link:hover {
  color: #0d0c22;
  background-color: #ffcb04;
  border-radius: 50%;
}

.dashbord-wrapper {
  flex-wrap: wrap;
}

.dashbord-leftWrap {
width: 58%;
margin-right: 25px;
margin-bottom: 20px;
}
.dashbord-left {
  border-radius: 12px;
  padding: 35px 50px 15px 50px;
  background-color: #fff;
  height: 100%;
}
.dashbord-left.white-bg-db {
padding: 35px 30px 15px 30px;
}

.dashbord-rightWrap {
width: calc(42% - 25px);
margin-bottom: 20px;
}
.dashbord-right {
  border-radius: 12px;
  background-color: #fff;
  padding: 35px;
  height: 100%;
}

.yellow-bg-db {
  background-color: #ffcb04;
}

.dashbord-left.d-flex {
  background-color: transparent;
  justify-content: space-between;
  padding: 0;
}

.dashbord-left.d-flex .dashbord-item {
  width: 48.5%;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
}

.dashbord-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.dashbord-wrapper h2 a {
  font-size: 16px;
  font-weight: normal;
  color: #111;
  min-width: 35px;
  text-align: right;
  padding: 0;
}

.dashbord-total-content h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 30px;
}

.dashbord-content h3 {
  font-size: 25px;
  color: #111;
  font-weight: normal;
  margin-bottom: 0px
}

.dashbord-content h1 {
  font-size: 60px;
  color: #111;
  font-weight: bold;
  margin-bottom: 0px
}

.dashbord-content-raider {
  border: solid 1px #866c02;
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.dashbord-content-raider h4 {
  font-size: 17px;
  color: #111;
  font-weight: 600;
  margin-bottom: 0px
}

.dashbord-content-raider h4 span {
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin-top: 8px;
}

.dashbord-content {
  /* width: 40%; */
  width: 268px;
  margin-right: 20px;
}

.dashbord-item .riderImgWrap {
width: calc(100% - 288px);
text-align: right;
}

.dashbord-content-raider h2 {
  font-size: 35px;
  color: #111;
  font-weight: 600;
  margin-bottom: 0px
}

.dashbord-item:nth-last-of-type(1) {
  margin-right: 0;
}

.edit-top-action {
  border-bottom: solid 1px #e9ecef;
  padding: 20px;
  text-align: right;
}

.charge-range {
  width: 25%;
  border-radius: 8px;
  border: solid 1px #ddd;
  text-align: center;
  margin-right: 15px;
}

.charge-range:nth-last-of-type(1) {
  margin-right: 0;
}

.charge-range h3 {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 8px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.charge-range h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #09ad4b;
}

.charge-range:nth-of-type(2) h4 {
  color: #f0c000;
}

.charge-range:nth-of-type(3) h4 {
  color: #ec800e;
}

.charge-range:nth-of-type(4) h4 {
  color: #ff3436;
}

.charge-range h5 {
  background-color: #f5f6f9;
  width: 100%;
  font-size: 35px;
  font-weight: 600;
  margin: 0;
  padding-top: 10px;
  border-radius: 8px;
  padding-bottom: 15px;
}

.charge-range h5 span {
  font-size: 13px;
  font-weight: normal;
  display: block;
}

.available-vehicle {
  background-color: #70b944;
  border-radius: 8px;
  padding: 20px;
  width: 48%;
}

.available-vehicle:nth-of-type(2) {
  background-color: #4a8cda;
}

.available-vehicle figure {
  width: 55%;
  display: flex;
  justify-content: center;
}

.available-vehicle h3 {
  width: 45%;
  color: #fff;
  font-size: 18px;
}

.available-vehicle h3 span {
  font-size: 40px;
  font-weight: bold;
  display: block;
}

.dashbord-meter:nth-of-type(2) {
  position: relative;
}

.dashbord-meter-wrapper {
  padding-top: 20px;
}

.dashbord-meter:nth-of-type(2)::after {
  border-left: solid 1px #e8eaef;
  content: "";
  position: absolute;
  left: -25px;
  height: 80px;
  top: 0;
}

.completed-ride:nth-of-type(1) {
  border-bottom: solid 1px #e8eaef;
  padding-bottom: 20px;
}

.completed-ride:nth-of-type(2) {
  margin-top: 20px;
}

.completed-ride figure {
  width: 50px;
  height: 50px;
  background-color: #ffc500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
}

.completed-ride h3 {
  font-size: 20px;
  font-weight: normal;
}

.completed-ride h3 span {
  font-size: 28px;
  font-weight: normal;
  display: block;
  padding-top: 10px;
}

.completed-ride-wrapper {
  width: 50%;
}

.totalwarning-sliders h5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

figure.completed-rides {
  width: 45%;
}

.total-warning {
  width: 37%;
}

.total-warning h4 {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px;
  border: solid 1px #09ad4b;
  border-radius: 12px;
  padding: 14px;
  align-items: center;
  background-color: #e2e8f3;
  padding-left: 40px;
}

.total-warning h4:nth-of-type(1)::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #09ad4b;
  border-radius: 50%;
  left: 10px;
  top: 18px;
}
.total-warning h4:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #db4437;
  border-radius: 50%;
  left: 10px;
  top: 18px;
}

.total-warning h4:nth-of-type(2) {
  background-color: #fff;
  border: solid 1px #db4437;
  margin-bottom: 0px;
}

.total-warning h4 span {
  color: #09ad4b;
  font-size: 18px;
  font-weight: 600;
}

.total-warning h4:nth-of-type(2) span {
  color: #db4437;
}

.total-warning-slider {
  width: 55%;
}

.totalwarning-sliders {
  margin-top: 20px;
}

.total-warning-slider .label-container {
  font-size: 17px;
  display: flex;
  align-items: center;
}

.total-warning-slider .label-container img {
  margin-right: 10px;
}

/* .total-warning-slider path {
  fill: rgb(9 173 75);
} */

.total-warning-slider text {
  font-family: 'Poppins' !important;
  font-size: 16px !important;
  fill: rgb(17 17 17);
  font-weight: 300 !important;
}
#line_graph g:nth-of-type(2) g rect:nth-of-type(2) {
  display: none;
}
#privateLine_graph g:nth-of-type(2) g rect:nth-of-type(2) {
  display: none;
}
#chart_div svg g:nth-of-type(1) rect:nth-of-type(2), #chart_div svg g:nth-of-type(1) rect:nth-of-type(3) {
  display: none;
}
.dashbord-meter h4 {
  font-size: 18px;
  color: #6f7790;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.dashbord-meter h4 span {
  font-size: 21px;
  color: #111;
  font-weight: 600;
}

.dashbord-meter h5 {
  font-size: 15px;
}

.dashbord-meter:nth-of-type(1) h5 {
  color: #12b540;
}

.dashbord-meter:nth-of-type(2) h5 {
  color: #ff2d2e;
}

.dashbord-meter h5 span {
  color: #a8abb3;
}

.mobile-toggle {
  display: none;
}

.profiledetails-form form {
  width: 65%;
  border-radius: 8px;
  background-color: #fff;
  padding: 50px;
}

.profiledetails-form .input-field {
  padding-bottom: 0;
}

.input-field {
  padding-bottom: 23px;
  position: relative;
}

.profiledetails-form .control {
  margin-bottom: 38px;
  padding: 10px;
  height: 50px;
  margin-top: 10px;
}

.profiledetails-form img#upload-preview {
  width: 77px;
  height: 77px;
  border-radius: 50%;
}

.profiledetails-form .control {
  display: flex;
  align-items: center;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
}

.login-container label{
  margin-bottom: 2px;
}

input,
select,
textarea {
  width: 100%;
  color: #6c757d;
  height: 46px;
  font-size: 15px;
  margin-bottom: 22px;
  border-radius: 22px;
  border: solid 1px #ccc;
  padding: 10px 12px;
}

.drop-zone {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: relative;
  margin-bottom: 40px;
}

.drop-zone em {
  position: absolute;
  bottom: -6px;
  right: -12px;
  z-index: 1;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: none;
}

span.drop-zone__prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
  color: #434343;
  font-size: 15px;
}

span.drop-zone__prompt img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.profiledetails-form button {
  font-size: 20px;
  border-radius: 8px;
}

.cancel-btn {
  background-color: transparent;
}

.title-buttons-wrapper button {
  padding: 10px 20px;
}

.view-page img {
  filter: brightness(0);
  margin-right: 5px;
}

.title-buttons-wrapper button:nth-of-type(2) {
  margin-left: 10px;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.switch {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 56px;
  margin-bottom: 0px
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #6b7381;
  background: #e3e6ef;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 6px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #ffc412;
}

input:focus+.slider {
  box-shadow: 0 0 1px #ffc412;
}

input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.action button {
  min-width: 30px;
  height: 30px;
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center center;
}

.action .view-link:first-child button {
  margin-left: 0 !important;
}

.remove-btn {
  background-image: url(../images/remove.png);
  min-width: 22px;
  height: 20px;
}

.edit-btn {
  background-image: url(../images/edit.png);
  min-width: 22px;
  height: 20px;
}

.view-btn {
  background-image: url(../images/eye.png);
  min-width: 22px;
  height: 20px;
}

.trash-btn {
  background-image: url(../images/trash-icon.png);
  min-width: 22px;
  height: 20px;
}

.block-btn {
  background-image: url(../images/block.png);
  min-width: 22px;
  height: 20px;
}

.td-greenBtn {
  padding: 0 15px;
  height: 25px;
  background-color: #70b944;
  border-radius: 50px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.td-yellowBtn {
  padding: 0 15px;
  height: 25px;
  background-color: #ffcb04;
  border-radius: 50px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.td-redBtn {
  padding: 0 15px;
  height: 25px;
  background-color: #ff2d2e;
  border-radius: 50px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

/* .td-yellowBtn.unlock {
  margin-right: 5px;
} */
.td-yellowBtn.lock {
  margin-left: 5px;
}

.td-greenBtn img,
.td-yellowBtn img {
  width: 100%;
}

.custom-progress .progress-bar {
background-color: #ffcb04;
overflow-wrap: normal;
color: #56585f;
padding: 0 8px;
}

.add-staff .input-field {
  padding-bottom: 0px;
  width: 32%;
  /* margin-right: 15px; */
}

.add-staff .input-field:nth-child(3n+3) {
  margin-right: 0;
}

.add-staff form {
  flex-wrap: wrap; 
  column-gap: 15px;
}

.file-field {
  position: relative;
}

.file-field span {
  cursor: pointer;
}

.file-field input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-field .file-path-wrapper {
  height: 2.5rem;
  padding-left: 10px;
  overflow: hidden;
}

.file-field input.file-path {
  width: 100%;
  height: 36px;
}

.title-buttons {
  flex-direction: column;
}

.show-entry {
  width: 90px;
  text-align: center;
  padding: 0 19px;
  margin: 0 10px;
}

.showentry-search .search {
  width: 45%;
  height: 38px;
  background-color: #fff;
  color: #111;
  font-size: 16px;
  background-image: none;
}

.title-buttons .input-group-append .btn {
  position: relative;
  z-index: 2;
  font-size: 16px;
  border-radius: 22px;
  height: 46px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-buttons .input-group {
  width: auto;
}

.browse-group input {
  margin-bottom: 0;
  height: auto !important;
}

input.customFileInput-textbox {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: transparent;
  height: 46px !important;
}

button.customFileInput-button {
  background-color: #eaedf1;
  height: 46px !important;
}

.browse-group span {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
}

.dropdown-menu{
  min-width: auto;
}
/* .sidebar-left.toggled .nav-item .nav-link img {
  width: 28px !important;
  max-width: none ;
} */
li.dropdown.show .dropdown-toggle::after, li.nav-item.dropdown:active .dropdown-toggle::after{
  content: '-';
}
.sidebar .nav-item .nav-link img.icon9-loc{
   width:20px;
}

/* .sidebar-left.toggled .nav-item .nav-link img.icon9-loc{
  width:21px !important;
} */

.total-warning-slider .label-container {
display: block;
position: relative;
padding-left: 36px;
margin-bottom: 12px;
cursor: pointer;
font-size: 17px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.total-warning-slider .label-container input {
position: absolute;
opacity: 0;
cursor: pointer;
}

.total-warning-slider .label-container .checkmark {
position: absolute;
top: 0;
left: 0;
height: 26px;
width: 26px;
border: 0;
content: '';
background: url('../images/monthly.png') no-repeat center;
background-size: contain;
}

.total-warning-slider .label-container input:checked ~ .checkmark {
background: url('../images/daily.png') no-repeat center;
background-size: contain;
}

.detailWrap {
  display: flex;
  margin-bottom: 2%;
  column-gap: 2%;
}

.detailWrap .detailItem {
flex-basis: 30%;
}

.detailWrap .detailItem:first-child {
flex-basis: 36%;
}

.detailWrap .detailItem.detailItemLarge {
  flex-basis: 68%;
}
.detailWrap .detailItem.detailItemSmall {
  flex-basis: 30%;
}

.detailItemLarge h4,
.batteryBox h4 {
  margin-bottom: 20px;
}

.actionButtonWrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 40px;
}

.actionButtonWrap .actionButtonItem {
  border-radius: 5px;
  background-color: #ffcb04;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  cursor: pointer;
}

.detailItemLarge .completedrides-wrapper {
  column-gap: 20px;
}
.subTitleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.subTitleWrap .dateBtn {
  padding: 8px 12px;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  color: #111111;
  font-size: 15px;
  background-color: transparent;
  cursor: pointer;
}

.batteryBox .completed-ride-wrapper {
  width: 100%;
}

.detailBox {
background-color: #fff;
box-shadow: 0px 5px 38px 0px rgba(29, 33, 57, 0.04);
border-radius: 20px;
padding: 35px 45px;
height: 100%;
}

.detailTitleWrap {
background-color: #70b944;
padding: 10px 25px;
border-radius: 10px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}

.detailBox h4 {
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}

.detailTitleWrap h4 {
color: #fff;

}

.detailTitleWrap img {
max-width: 40px;
}

.detailContentWrap p {
margin-bottom: 30px;
font-size: 17px;
color: #111111;
font-weight: 400;
}

.detailContentWrap p:last-child {
margin-bottom: 0;
}

.detailContentWrap p span {
font-weight: 600;
}

.batteryStatusWrap {
display: flex;
justify-content: space-between;
margin-top: 20px;
margin-bottom: 25px;
align-items: center;
}

.batteryStatusWrap .batteryStatusItem {
flex-basis: 48%;
}

.batteryStatusBox {
padding: 25px 20px;
border-radius: 10px;
border: 1px solid #e2e4e9;
text-align: center;
height: 100%;
width: 100%;
}

.batteryStatusBox p {
font-size: 14px;
color: #111111;
margin-bottom: 15px;
}

.batteryStatusBox h2 {
font-size: 28px;
font-weight: 600;
}

.batteryStatusBox h2.redText {
color: #ff3436;
}
.batteryStatusBox h2.greenText {
color: #09ad4b;
}
.batteryRemovalWrap {
display: flex;
align-items: center;
}
.batteryRemovalWrap p {
color: #111111;
font-size: 15px;
}
.batteryRemovalStatus {
padding: 5px 10px;
border-radius: 2px;
background-color: #fff1c2;
color: #ffb400;
font-size: 13px;
margin-left: 5px;
width: fit-content;
}
.detailItemLarge .completed-ride-wrapper {
  max-width: 350px;
}
.locationWrap {
margin: 40px 0;
}
.locationWrap p {
color: #111111;
font-size: 15px;
margin-bottom: 25px;
}
.locationWrap p:last-child {
margin-bottom: 0;
}
.viewMapBtn {
width: 100%;
padding: 14px 0;
border-radius: 10px;
border: 1px ssolid #70b944;
background-color: #f5fcf8;
color: #70b944;
font-size: 15px;
font-weight: 600;
cursor: pointer;
}

.page-content-relative {
  position: relative;
}

.contentEditBtn {
  padding: 12px 26px 12px 55px;
  border-radius: 5px;
  background-color: #ffc412;
  background-image: url(../images/editBtnIcon.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left 18px center;
  bottom: 100%;
  right: 0;
  margin-bottom: 28px;
  color: #111111;
  font-size: 18px;
}

.endRideBtn {
  padding: 12px 26px 12px 55px;
  border-radius: 5px;
  background-color: #ffc412;
  background-image: url(../images/editBtnIcon.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left 18px center;
  bottom: 100%;
  right: 0;
  margin-bottom: 28px;
  color: #111111;
  font-size: 18px;
}


a.view-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.leftdetailItem {
  flex-basis: 54%;
}
.rightdetailItem {
  flex-basis: 44%;
}
.profileDetailsWrap {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.profileDetails {
  flex-basis: 48%;
  display: flex;
  align-items: center;
}
.scooterDetails {
  flex-basis: 50%;
}
.profileImg {
  margin-right: 20px;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  overflow: hidden;
}
.profileImg img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}
.scooterDetailsBox {
  padding: 25px 20px;
  border-radius: 10px;
  border: 1px solid #867f67;
}
.scooterDetailsBox p {
  color: #111111;
  font-size: 17px;
  margin-bottom: 30px;
}
.scooterDetailsBox p span {
  font-weight: 600;
}
.scooterDetailsBox p:last-child {
  margin-bottom: 0;
}
.nameEmailWrap h3 {
    color: #111111;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 12px;
    word-break: break-word;
}
.nameEmailWrap p {
  color: #111111;
  font-size: 16px;
  word-break: break-all;
}

.profileDetailBox {
  margin-bottom: 20px;
  height: auto;
}
.profileDetailBox:last-child {
  margin-bottom: 0;
}
.reservationWrap h4 {
  margin-bottom: 20px;
}
.timeWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timeWrapItem {
  flex-basis: 31%;
  display: flex;
  align-items: center;
}
.timeIcon {
  margin-right: 15px;
  width: 38px;
  height: 38px;
  display: block;
}
.timeIcon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.timeWrapItem p {
  color: #111111;
  font-size: 17px;
  font-weight: 400;
}
.timeWrapItem p span {
  font-weight: 500;
}
.ridesWrap {
  display: flex;
  justify-content: space-between;
}
.ridesWrapItems {
  flex-basis: 48%;
  display: flex;
flex-direction: column;
}
.ridesWrapItems h4 {
  margin-bottom: 25px;
}
.privateRideWrap {
  padding: 34px 36px;
  border-radius: 10px;
  background-color: #70b944;
  flex-grow: 1;
  color: #fff;
}
.privateRideWrap h4 {
  margin-bottom: 22px;
  color: #fff;
}
.privateRideWrap .rideTimeWrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.rideTimeWrap p {
  font-size: 17px;
  font-weight: 400;
}
.timeLabel {
  flex-basis: 40%;
}
.timeCount {
  flex-basis: 40%;
  font-weight: 500;
}
.timeDivider {
  flex-basis: 20%;
  text-align: center;
}
.rideMapBtn {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 10px;
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  margin-top: 13px;
}
.completedWrap {
  border-radius: 10px;
  border: 1px solid #867f67;
  padding: 30px 20px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  width: 100%;
}
.completedWrap:last-child {
  margin-bottom: 0;
}
.completedWrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 20px;
}
.rideInfo p {
  font-size: 17px;
  margin-bottom: 5px;
}
.rideInfo h2 {
  font-size: 28px;
  font-weight: 400;
}
.rideInfo h2 span {
  font-weight: 600;
}
.paymentTable {
  margin-top: 25px;
  margin-bottom: 65px;
  overflow-y: hidden;
}
.paymentTable table {
  border-collapse: unset;
  border-spacing: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 0;
  margin-bottom: 25px;
}
.paymentTable tr td {
  padding: 5px 6px !important;
  border: 0;
  height: fit-content;
  color: #111111;
  font-weight: 400;
  font-size: 18px;
  word-break: break-word;
}
.paymentTable tr td:first-child {
  padding-left: 0 !important;
}
.paymentTable tr td:last-child {
  padding-right: 0 !important;
}
.paymentTable tr td .bgGrey {
  background-color: #f4f5f9;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.paymentTable tr td .subTotal {
  font-size: 19px;
  font-weight: 600;
}
.totalRateWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.totalRateWrap h5 {
  font-size: 22px;
  font-weight: 600;
}
.paymentModeWrap h4 {
  margin-bottom: 15px;
}
.totalChargeWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffc500;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 30px 22px;
}
.cardPaymentWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f5f9;
  border-radius: 10px;
  padding: 30px 22px;
}
.totalChargeWrap h5,
.cardPaymentWrap h5 {
  font-size: 19px;
  font-weight: 600;
}
.table-search input {
  width: 300px;
}
.sorting-th {
  padding-right: 20px !important;
  background-image: url(../images/sortingIcon.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 10px;
  cursor: pointer;
  width: fit-content;
}
.organization-table .table thead th {
  white-space: nowrap;
}
.add-edit-table .add-edit-body {
  max-width: 780px;
  padding-bottom: 50px;
}
.add-edit-table label {
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 17px;
}
.add-edit-table input,
.add-edit-table textarea {
  /* margin-bottom: 20px; */
  border: 1px solid #e1e4e9;
  color: #111111;
  font-size: 17px;
  font-weight: 300;
}
.add-edit-table textarea {
  height: 100px;
}
.add-edit-table input::-webkit-input-placeholder {
  color: #6c757d;
}
.add-edit-table input:-ms-input-placeholder {
  color: #6c757d;
}
.add-edit-table input::placeholder {
  color: #6c757d;
}
.add-edit-table .input-field {
  padding-bottom: 0;
}
.add-edit-table .card-title {
  margin-bottom: 30px !important;
}
.theme-submit-btn {
  border-radius: 5px;
  background-color: #ffcb04;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  cursor: pointer;
  margin-top: 5px;
}
.theme-submit-btn-cancel {
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #ffcb04;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  cursor: pointer;
  margin-top: 5px;
  margin-left: 10px;
}
.add-edit-tabLink {
  border-bottom: 1px solid #e1e4e9;
}
.add-edit-tabLink a {
  color: #111111;
  font-size: 18px;
}
.add-edit-tabLink.active {
  border-bottom: 2px solid #ffcb04;
}
.add-edit-tabLink.active a {
  color: #111111;
  font-weight: 600;
}
.modal .close {
  display: flex;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s ease;
}
.title-buttons .addButton {
  height: 46px;
  font-size: 16px;
}
.title-buttons .table-activebutton {
  font-size: 16px;
  align-items: center;
}
.four-buttons-wrap, .three-buttons-wrap {
  column-gap: 10px;
  flex-wrap: wrap;
}
.view-table label {
  font-weight: 500;
  font-size: 17px;
}
.view-table .input-value {
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 20px;
}
.add-edit-table .button-wrapper {
  display: flex;
}
.add-edit-table .input-field-group {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.error{ 
  display: block; flex-basis:100%
}
.add-edit-table .input-field img {
  margin-bottom: 20px;
}
.add-edit-table .input-field-group .input-field-left {
  flex-basis: 30%;
}
.add-edit-table .input-field-group .input-field-right {
  flex-basis: calc(70% - 10px);
}
.input-field-group .checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
  height: 46px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-field-group .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 23px;
  height: 23px;
  z-index: 1;
}
.input-field-group .checkbox-container .checkboxmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 23px;
  width: 23px;
  background: url(../images/iconUnchecked.png) no-repeat center;
  background-size: contain;
}
.input-field-group .checkbox-container input:checked ~ .checkboxmark {
  background: url(../images/iconChecked.png) no-repeat center;
  background-size: contain;
}
.maxwidth-900 {
  max-width: 900px;
  padding-bottom: 50px;
}
.maxwidth-1200 {
  max-width: 1200px;
  padding-bottom: 50px;
}
.add-edit-modal {
  padding: 24px 22px 44px;
}
input[type=date] {
  position: relative;
  padding-left: 37px;
  cursor: text;
}
::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 12px;
  margin-left: 0;
  background-image: url(../images/iconDatePicker.png);
  cursor: pointer;
}
.scooter-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}
.scooter-item {
  flex-basis: calc(25% - 50px);
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}
.select-all-move  {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.select-reset-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.select-all-move button {
  background-color: #e3e3e3;
  border-radius: 30px;
  text-decoration: none;
  padding: 8px 20px;
}
.select-all-move button a {
  text-decoration: none;
  color: #111;

}
.scooter-container {
  padding: 5px 0;
  display: flex;
  align-items: center;
  column-gap: 5px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #e1e4e9;
  /* height: 100%; */
}
.scooter-container:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
}
.scooter-container:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffcb04;
  display: none;
}
.top-left-graphics {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 65px;
  background-image: url(../images/ghGreyHalfCircle.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.bottom-right-graphics {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 62px;
  background-image: url(../images/imgScooterGrey.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

/* .scooter-item .scooter-container {
  opacity: 1;
} */
.scooter-container.red-border {
      border: 3px solid red ;  
}

.scooter-img {
  flex-basis: 75px;
  z-index: 1;
}
.scooter-img img {
  width: calc(100% - 15px);
  object-fit: contain;
  object-position: left center;
}
.scooter-details {
  flex-basis: calc(100% - 80px);
}
.scooter-details .scooter-title {
  font-size: 17px;
  font-weight: 500;
  padding-right: 8px;
  margin-bottom: 3px;
}
.scooter-details .scooter-number {
  font-size: 17px;
  font-weight: 400;
  padding-right: 8px;
  word-break: break-all;
}

.contact-area .contact-right .contact-title {
  font-size: 45px;
  font-weight: 600;
  font-family: var(--body-font);
  text-align: center;
  letter-spacing: 0.025em;
  color: #242424;
  line-height: 104px;
  border-bottom: 2px dashed #6A6A6A;
  padding-top: 30px;
  margin-bottom: 50px;
}

.scooter-item .scooter-checkboxContainer {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}
.scooter-item .scooter-checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  height: 100%;
}
.scooter-item .scooter-checkboxContainer .scooter-checkboxmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.scooter-item .scooter-checkboxContainer input:checked ~ .scooter-checkboxmark .scooter-container {
  background-color: #ffd843;
  box-shadow: 8px 14px 32px 0px rgb(0, 0, 0, 0.08);
}
.scooter-item .scooter-checkboxContainer input:checked ~ .scooter-checkboxmark .scooter-container .top-left-graphics {
  background-image: url(../images/ghGreyYellowCircle.png);
}
.scooter-item .scooter-checkboxContainer input:checked ~ .scooter-checkboxmark .scooter-container:after {
  display: block;
}
.scooter-item .scooter-container {
  opacity: 0;
}
.scooter-item .scooter-checkboxContainer .scooter-container {
  opacity: 1;
}
.scooter-select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nav-tabs-custom .nav {
  margin-bottom: 20px;
}

.maxwidth-1410 {
  max-width: 1410px;
}
.detailWrap.rider-detailWrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
.rider-detailWrap .detailItem {
  margin-bottom: 60px;
}
.rider-detailWrap .detailBox {
  background-color: #fff;
  box-shadow: 8px 14px 32px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 42px 46px;
  height: 100%;
}
.rider-detailWrap .detailBox h4 {
  margin-bottom: 25px;
}
.detailWrap.rider-detailWrap .detailItem.detailItem-50 {
  flex-basis: calc(50% - 30px);
}
.personalDetailsWrap {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  column-gap: 50px;
}
.personalDetailsWrap .personalDetailsItem {
  flex-basis: calc(50% - 25px);
  margin-bottom: 50px;
}
.personalDetailsWrap.statusDetailsWrap .personalDetailsItem {
  flex-basis: calc(25% - 38px);
  margin-bottom: 50px;
}
/* .personalDetailsWrap .personalDetailsItem:last-child,
.personalDetailsWrap .personalDetailsItem:nth-last-child(2),
.personalDetailsWrap.statusDetailsWrap .personalDetailsItem:last-child,
.personalDetailsWrap.statusDetailsWrap .personalDetailsItem:nth-last-child(2),
.personalDetailsWrap.statusDetailsWrap .personalDetailsItem:nth-last-child(3),
.personalDetailsWrap.statusDetailsWrap .personalDetailsItem:nth-last-child(4) {
  margin-bottom: 0;
} */
.personalDetailsWrap .personalDetailsBox {
  border-radius: 8px;
  background-color: #f4f5f9;
  padding: 18px;
  height: 100%;
}
.personalDetailsWrap .personalDetailsBox p {
  color: #333333;
  font-size: 15px;
}
.travel-details-table {
  background-color: #70b944;
  border-radius: 0;
  margin-bottom: 0;
}
.travel-details-table td {
  padding: 20px 18px !important;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.detailWrap.rider-detailWrap .detailItem-100 {
  flex-basis: 100% !important;
}
.issueWarningAccordion .card {
  margin-bottom: 30px;
  border: 1px solid #867f67;
  border-radius: 8px;
  overflow: hidden;
}
.issueWarningAccordion .card:last-child {
  margin-bottom: 0;
}
.issueWarningAccordion .card-header {
  background-color: #fff;
  /* border-bottom: 1px solid #867f67; */
  padding: 0;
}
.issueWarningAccordion .card-header button {
  padding: 30px 20px;
  padding-right: 60px;
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  background-image: url(../images/iconMinus.png) !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 30px center;
}
.issueWarningAccordion .card-header button.collapsed {
  background-image: url(../images/iconPlus.png) !important;
}
.issueWarningAccordion .card-body {
  font-size: 15px;
  font-weight: 400;
}
.noContentBtn {
  background-image: none !important;
  padding: 12px 26px !important;
}

.tablediv{
  display: flex;
  flex-wrap: wrap;
}
.tablediv .table-item{
  flex-basis: 16.66%; 
  flex: 0 0 16.6%;
  border: 1px solid #ccc;
  padding: 8px;
}

.sort-icon {
  margin-left: 5px;
  cursor: pointer;
}

.sort-icon img {
  width: 10px;
}

.geo-fencing-wrap {
  display: flex;
}
.parking-color-picker {
  display: flex;
  gap: 10px;
}
.parking-color-picker span { 
  white-space: nowrap;
  padding-bottom: 10px;
  display: block;
}
.color-picker-wrap input {
  width: 100%;
  min-width: 50px;
  height: 35px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.color-picker-wrap .colorpick-eyedropper-input-trigger {
  display: none;
}
.color-picker-wrap {
  border: 1px solid #ffcb04;
  padding: 10px;
  border-radius: 10px;
  min-width: 180px;
  max-width: 200px;
  margin-top: 50px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width:1800px) {
  .left-content-login h1 {
      font-size: 48px;
      line-height: 54px;
      margin-top: 80px;
  }
  .left-content-login h2 {
      font-size: 47px;
  }
  .left-content-login h3 {
      font-size: 53px;
      line-height: 61px;
      margin-bottom: 40px;
  }
  .left-content-login p {
      font-size: 24px;
  }
  .right-content-login {
      width: 60%;
  }
  .content {
      width: 100%;
  }
  /* .dashbord-item {
      margin-bottom: 35px;
  } */
  /* div#chart_div svg {
      width: 350px !important;
  } */
  .totalwarning-sliders {
      overflow: hidden;
  }
  .dashbord-meter {
      width: 46%;
  }
  .dashbord-meter:nth-of-type(2)::after {
      left: -15px;
      height: 70px;
  }
  .completed-ride h3 span {
      font-size: 22px;
  }
  .sidebar .dropdown-menu li .nav-link{
      padding-left: 30px;
  }
}

@media screen and (max-width:1700px) {
  .detailBox {
    padding: 30px 35px;
  }
  .detailWrap .detailItem {
    flex-basis: 32%;
  }
  .detailWrap .detailItem:first-child {
    flex-basis: 33%;
  }
  .detailWrap .detailItem.detailItemLarge {
    flex-basis: 67%;
  }
  .detailWrap .detailItem.detailItemSmall {
    flex-basis: 32%;
  }
  .sidebar-brand img {
    max-width: 150px;
  }
  .dashbord-content {
    width: 40%;
  }
  .dashbord-item .riderImgWrap {
    width: calc(60% - 20px);
  }
  .wrapper>.navbar {
    width: 295px;
  }
  .wrapper .content-wrapper {
    width: calc(100% - 295px);
  }
  .content-wrapper .navbar {
    padding: 30px 30px 30px 40px;
  }
  .page-wrapper {
    padding: 50px 30px 30px 30px;
  }
  .dashbord-leftWrap {
    width: 50%;
    margin-right: 2%;
  }
  .dashbord-content {
    /* width: 55%; */
    width: 260px;
  }
  .dashbord-item .riderImgWrap {
    width: calc(100% - 280px);
  }
  .yellow-bg-db .dashbord-item {
    align-items: center;
  }
  .dashbord-left {
    padding: 35px 30px 15px 30px;
  }
  .dashbord-left.white-bg-db {
    padding: 30px 20px 15px 20px;
  }
  /* .yellow-bg-db .dashbord-item figure {
      margin-left: 20px;
  } */
  .dashbord-content-raider {
    column-gap: 10px;
  }
  .dashbord-rightWrap {
    width: 48%;
  }
  .dashbord-right {
    padding: 30px;
  }
  .charge-range {
    margin-right: 8px;
  }
  .sidebar li {
    margin: 10px 27px;
  }
  .sidebar .nav-item .nav-link img {
    margin-right: 20px;
    width: 26px;
  }
  .sidebar .nav-item .nav-link {
    padding: 14px 20px;
    font-size: 15px;
  }
  .dashbord-left.d-flex .dashbord-item {
    padding: 30px 20px;
    margin: 0;
  }
  .completed-ride h3 {
    font-size: 18px;
  }
  .completed-ride h3 span {
    font-size: 22px;
    padding-top: 3px;
  }
  .total-warning {
    width: 39%;
  }
  .total-warning-slider {
    /* width: 58%; */
    width: 69%;
    margin-left: 10px;
  }
}

@media screen and (max-width:1600px) {
  .scooter-wrap {
    column-gap: 30px;
  }
  .scooter-item {
    flex-basis: calc(25% - 30px);
    margin-bottom: 30px;
  }
  .scooter-item .scooter-checkboxContainer input:checked ~ .scooter-checkboxmark .scooter-container {
    box-shadow: 6px 10px 22px 0px rgb(0, 0, 0, 0.08);
  }
  .dashbord-wrapper h2 a {
    min-width: 20px;
  }
  .left-content-login h1 {
      font-size: 46px;
  }
  .left-content-login h2 {
      font-size: 42px;
  }
  .left-content-login h3 {
      font-size: 45px;
  }
  .left-content-login p {
      font-size: 24px;
  }
  .left-content p.copyright {
      padding-bottom: 0;
  }
  .right-content h5 {
      font-size: 25px;
      margin-bottom: 20px;
  }
  .login-container .right-content h5 {
      margin-bottom: 38px;
  }
  .right-content h4 {
      font-size: 41px;
  }
  .content {
      width: 100%;
  }
  .dashbord-item {
      margin-bottom: 0;
  }
  .dashbord-meter h5 {
      font-size: 13px;
  }
  .sidebar .nav-item .nav-link img {
      margin-right: 18px;
      width: 24px;
  }
  .sidebar .nav-item .nav-link {
      padding: 12px 20px;
  }
}

@media screen and (max-width:1500px) {
.total-warning-slider .label-container {
  padding-left: 31px;
}

  .left-content-login h1 {
      font-size: 42px;
  }
  .left-content-login p {
      font-size: 19px;
  }
  .left-content-login h3 {
      font-size: 43px;
  }
  .sidebar li {
      margin: 10px 23px;
  }
  a.sidebar-brand {
      padding: 15px;
  }
  .dashbord-meter-wrapper {
      padding-top: 0px;
  }
  .dashbord-meter h4 {
      font-size: 15px;
  }
  .dashbord-meter h4 span {
      font-size: 16px;
  }
  .dashbord-meter h5 {
      font-size: 12px;
  }
  .dashbord-meter h5 img {
      width: 16px;
  }
  .dashbord-meter:nth-of-type(2)::after {
      left: -14px;
      height: 60px;
  }
  .total-warning-slider .label-container {
      font-size: 15px;
  }
  .total-warning-slider .label-container img {
      margin-right: 5px;
  }
  .total-warning h4 {
      font-size: 14px;
      margin-bottom: 15px;
      padding: 14px 10px;
      padding-left: 25px;
  }
  .total-warning h4::before {
      left: 9px;
  }
}

@media screen and (max-width:1465px) {
  .detailWrap.rider-detailWrap {
    column-gap: 30px;
  }
  .rider-detailWrap .detailItem {
    margin-bottom: 30px;
  }
  .rider-detailWrap .detailBox {
    padding: 24px 28px;
  }
  .personalDetailsWrap {
    column-gap: 20px;
  }
  .personalDetailsWrap .personalDetailsItem {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .personalDetailsWrap.statusDetailsWrap .personalDetailsItem {
    flex-basis: calc(25% - 15px);
    margin-bottom: 20px;
  }
  .personalDetailsWrap .personalDetailsBox {
    border-radius: 8px;
    background-color: #f4f5f9;
    padding: 14px 12px;
  }
  .issueWarningAccordion .card-header button {
    padding: 14px 12px;
    padding-right: 35px;
    font-size: 16px;
    background-size: 16px;
    background-position: right 12px center;
  }
  .issueWarningAccordion .card {
    margin-bottom: 20px;
  }
  .scooter-details .scooter-title,
  .scooter-details .scooter-number,
  .personalDetailsWrap .personalDetailsBox p,
  .issueWarningAccordion .card-body {
    font-size: 14px;
  }
  .scooter-wrap {
    column-gap: 20px;
  }
  .scooter-item {
    flex-basis: calc(25% - 20px);
    margin-bottom: 22px;
  }
  .scooter-item .scooter-checkboxContainer input:checked ~ .scooter-checkboxmark .scooter-container {
    box-shadow: 4px 8px 15px 0px rgb(0, 0, 0, 0.08);
  }
  .add-edit-modal {
    padding: 15px 20px 20px;
  }
  .input-field-group .checkbox-container {
    font-size: 14px;
    height: 40px;
    padding-left: 30px;
  }
  .input-field-group .checkbox-container input,
  .input-field-group .checkbox-container .checkboxmark {
    height: 20px;
    width: 120x;
  }
  .add-edit-table input {
    height: 40px;
  }
  .organization-table .card-title {
    font-size: 18px;
  }
  .view-table label,
  .view-table .input-value {
    font-size: 14px;
  }
  .title-buttons .addButton {
    height: 40px;
    font-size: 14px;
  }
  .theme-submit-btn,
  .theme-submit-btn-cancel {
    font-size: 15px;
    padding: 7px 22px;
  }
  .add-edit-tabLink a {
    font-size: 16px;
  }
  .sorting-th {
    background-size: 8px;
  }
  .sort-icon img {
    width: 8px;
  }
  .add-edit-table label,
  .add-edit-table input,
  .add-edit-table textarea,
  .showentry-search-inner,
  .title-buttons .table-activebutton {
    font-size: 14px;
  }
  .show-entry {
    height: 40px;
    width: 65px;
    padding: 0 10px 0 10px;
    font-size: 14px;
  }

  .form-control,
  .title-buttons .input-group-append .btn {
    font-size: 14px;
    height: 40px;
  }
  .title-buttons .input-group-append .btn {
    padding: 10px 15px;
  }
 
  .title-buttons .input-group-append .btn img {
    width: 20px;
  }
  .totalChargeWrap,
  .cardPaymentWrap {
    padding: 24px 22px;
  }
  .paymentTable {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .paymentTable table {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .completedWrap {
    padding: 15px 10px;
  }
  .rideInfo h2 {
    font-size: 24px;
  }
  .completedWrap img {
    margin-right: 6px;
  }
  .detailBox h4 {
    font-size: 18px;
  }
  .nameEmailWrap h3 {
    font-size: 20px;
  }
  .timeWrapItem p,
  .scooterDetailsBox p,
  .rideTimeWrap p,
  .rideMapBtn,
  .rideInfo p,
  .paymentTable tr td .bgGrey {
    font-size: 14px;
  }
  .paymentTable tr td .subTotal {
    font-size: 14px;
  }
  .paymentTable tr td {
    padding: 5px 3px !important;
    font-size: 12px !important;
  }
  .paymentTable tr td .bgGrey {
    padding: 4px 2px;
    font-size: 12px !important;
  }
  .totalRateWrap h5 {
    font-size: 20px;
  }
  .privateRideWrap {
    padding: 25px 15px;
  }
  .scooterDetailsBox {
    padding: 25px 8px;
  }
  .contentEditBtn {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .detailBox {
    padding: 22px 20px;
  }
  .batteryStatusBox {
    padding: 20px 10px;
  }
.table thead th,
.table tbody td {
  font-size: 14px;
  padding: 8px 10px;
  white-space: nowrap;
}
.travel-details-table td {
  padding: 18px !important;
  height: fit-content;
}
.total-warning-slider .label-container {
  padding-left: 22px;
}
.total-warning-slider .label-container .checkmark {
  width: 17px;
  height: 17px;
}
.sidebar-brand img {
  max-width: 130px;
}
.wrapper>.navbar {
  width: 255px;
}
.wrapper .content-wrapper {
  width: calc(100% - 255px);
}
  .right-content h4 {
      font-size: 34px;
  }
  .right-content h5 {
      font-size: 23px;
      margin-bottom: 18px;
  }
  .login-container .right-content h5 {
      margin-bottom: 35px;
  }
  .login-form-container .form-group.email input,
  .login-form-container .form-group.password input {
      height: 53px;
      font-size: 16px;
      margin-top: 12px;
  }
  .login-form-container .form-group label,.form-check a {
      font-size: 16px;
  }
  .login-form-container .form-group {
      margin: 0 0 14px 0;
  }
  .login-form-container .form-group input[type='submit'] {
      height: 60px;
      font-size: 22px;
      margin-top: 18px;
  }
  .login-footer {
      padding-top: 15px;
  }
  .left-content-login figure {
      width: 50%;
  }
  .left-content-login h1 {
      font-size: 46px;
      line-height: 50px;
      margin-top: 70px;
  }
  .left-content-login h2 {
      font-size: 40px;
      line-height: 40px;
  }
  .left-content-login h3 {
      font-size: 40px;
      line-height: 39px;
  }
  .left-content-login p {
      font-size: 18px;
  }
  .left-content p.copyright {
      font-size: 15px;
  }
  .login-footer h6 {
      font-size: 16px;
  }
  .dashbord-content {
      /* width: 70%; */
      width: 210px;
  }
  .dashbord-item .riderImgWrap {
    width: calc(100% - 230px);
  }
  .dashbord-content-raider {
      padding: 15px;
  }
  .dashbord-content-raider h2 {
      font-size: 30px !important;
      margin-bottom: 0 !important;
  }
  .dashbord-content-raider h4 span {
      margin-top: 4px;
      font-size: 13px;
  }
  .dashbord-leftWrap {
      margin-right: 15px;
      margin-bottom: 15px;
      width: 55%;
  }
  .dashbord-rightWrap {
    margin-bottom: 15px;
    width: calc(45% - 15px);
  }
  .dashbord-right {
      padding: 20px;
  }
  .dashbord-wrapper h2 {
      margin-bottom: 10px;
      font-size: 14px;
      align-items: center;
  }
  .dashbord-wrapper h2 a {
      font-size: 13px;
  }
  .dashbord-meter h5 {
      font-size: 11px;
  }
  .page-wrapper {
      padding-top: 30px;
  }
  .dashbord-content h1 {
      font-size: 43px;
  }
  .dashbord-content-raider h4 {
      font-size: 14px;
  }
  .heading-box h1 {
      font-size: 20px;
      margin-bottom: 20px;
  }
  .dashbord-content h3 {
      font-size: 19px;
  }
  .yellow-bg-db .dashbord-item {
      margin-bottom: 0;
  }
  .dashbord-meter:nth-of-type(2)::after {
      left: -11px;
      height: 65px;
  }
  .completed-ride:nth-of-type(1) {
      padding-bottom: 14px;
  }
  .completed-ride:nth-of-type(2) {
      margin-top: 14px;
  }
  .dashbord-total-content h1 {
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 28px;
  }
  .dashbord-meter h4 {
      font-size: 13px;
  }
  .dashbord-meter h4 span {
      font-size: 15px;
  }
  .total-warning h4::before {
      left: 9px;
  }
  .total-warning-slider .label-container img {
      width: 17px;
  }
  .completed-ride h3 {
      font-size: 15px;
  }
  .sidebar .copyright {
      font-size: 13px;
  }
  .available-vehicle-wrapper {
      margin-top: 50px;
  }
  .charge-range h3 {
      font-size: 11px;
  }
  .charge-range h4 {
      font-size: 18px;
  }
  .charge-range h5 {
      font-size: 25px;
  }
  .total-warning h4 {
      font-size: 12px;
  }
  .total-warning h4 span {
      font-size: 14px;
  }
  .sidebar .nav-item .nav-link img {
      margin-right: 15px;
      width: 23px;
  }
  .sidebar .nav-item .nav-link {
      padding: 12px 18px;
      font-size: 13px;
  }
  .completed-ride figure {
      width: 34px;
      height: 34px;
      padding: 8px;
      margin-right: 10px;
  }
  /* .totalwarning-sliders {
      margin-top: 0px;
  } */
  div#chart_div>div {
      height: 181px !important;
  }
  div#chart_div svg {
      height: 181px !important;
  }
  .available-vehicle {
      align-items: center;
      padding: 14px 20px 10px 20px;
  }
  .available-vehicle h3 {
      font-size: 14px;
  }
  .available-vehicle h3 span {
      font-size: 29px;
  }
  .sidebar-left .copyright {
      padding: 0px 16px;
  }
  .sidebar-brand {
      padding-top: 0;
      margin-top: 0 !important;
      margin-bottom: 37px !important;
  }
  .content-wrapper .navbar {
      padding: 20px 30px;
  }
  .available-vehicle img {
      width: 55%;
  }
  .sidebar li {
      margin-bottom: 0;
  }
  .notification-item .img-profile {
      width: 22px;
  }
  .settings-item .img-profile {
      width: 25px;
  }
  .nav-link img.img-profile.rounded-circle {
      width: 39px;
      height: 39px;
      min-width: 39px;
  }
  a#userDropdown p {
      font-size: 15px;
      line-height: 15px;
  }
  a#userDropdown p span:nth-of-type(2) {
      font-size: 12px;
  }
  a#userDropdown img.img-profile.ml-2 {
      width: 21px;
  }
  .dashbord-content-raider h2 {
      font-size: 24px !important;
  }
  .total-warning-slider .label-container {
      font-size: 12px;
  }
  a.option-click img {
      height: 18px;
  }
  .total-warning-slider .d-flex.justify-content-between {
      align-items: center;
  }
  .total-warning-slider text {
      font-size: 12px !important;
  }
  .profiledetails-form form {
      width: 50%;
      padding: 50px 40px;
  }
  .checkbox-custom {
      width: 28px;
      height: 28px;
  }
  .checkbox:checked+.checkbox-custom::before {
      top: -6px;
      font-size: 28px;
  }
  /* .sidebar-left.toggled {
      width: 112px !important;
  } */
}

@media screen and (max-width:1340px) {
  .left-content-login h1 {
      font-size: 39px;
  }
  .login-form-container .form-check label,
  .form-check a {
      font-size: 16px;
  }
  .checkbox-custom {
      width: 24px;
      height: 24px;
      margin-right: 8px;
  }
  .checkbox:checked+.checkbox-custom::before {
      top: -7px;
      left: 1px;
      font-size: 26px;
  }
  .left-content-login h3 {
      font-size: 40px;
  }
  .charge-range h5 {
      padding-top: 7px;
      padding-bottom: 12px;
  }
  .charge-range h5 span {
      font-size: 11px;
  }
  .completed-ride h3 span {
      font-size: 19px;
      padding-top: 3px;
  }
  .dashbord-content-raider {
      margin-top: 10px;
  }
  .charge-range h4 {
      margin-bottom: 8px;
  }
  td .badge:nth-of-type(2) {
      margin-left: 0;
      margin-top: 7px;
  }
  table {
      font-size: 15px;
  }
  .sidebar li {
      margin: 10px 20px;
  }
  .sidebar .nav-item .nav-link {
      padding: 10px 16px;
  }
  .sidebar .nav-item .nav-link img {
      margin-right: 13px;
  }
  .sidebar .dropdown-menu li .nav-link {
      padding-left: 25px;
  }
}

@media screen and (max-width:1200px) {
  .detailWrap.rider-detailWrap {
    display: block;
  }
  .personalDetailsWrap.statusDetailsWrap .personalDetailsItem {
    flex-basis: calc(33% - 8px);
    margin-bottom: 15px;
  }
  .personalDetailsWrap {
    column-gap: 15px;
  }
  .personalDetailsWrap .personalDetailsItem {
    flex-basis: calc(50% - 8px);
    margin-bottom: 15px;
  }
  .scooter-item {
    flex-basis: calc(33% - 20px);
  }
  /* .sidebar-left.toggled li.sidebar-brand {
    margin-left: 0;
    margin-right: 0;
  } */
  .four-buttons-wrap .showentry-search-inner,
  .four-buttons-wrap .table-activebutton {
    flex-basis: 48%;
    margin-bottom: 10px;
  }
  .four-buttons-wrap .table-search {
    flex-basis: 60%;
    margin-bottom: 10px;
  }
  .four-buttons-wrap .add-btn-link {
    flex-basis: 38%;
    margin-bottom: 10px;
  }
  .four-buttons-wrap .showentry-search-inner {
    order: 1;
    margin-bottom: 0;
  }
  .four-buttons-wrap .table-activebutton {
    order: 2;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .four-buttons-wrap .add-btn-link {
    text-align: right;
  }
  .detailWrap {
    display: block;
  }
  .detailWrap .detailItem {
    margin-bottom: 30px;
  }
  .detailBox {
    padding: 30px 35px;
  }
  .dashbord-wrapper {
    display: block !important;
  }
  .dashbord-leftWrap,
  .dashbord-rightWrap {
    width: 100%;
  }
  .dashbord-left,
  .dashbord-right,
  .dashbord-left.white-bg-db {
    padding: 35px 30px 15px 30px;
  }
  .left-content-login h3 {
    font-size: 33px;
  }
  .left-content-login h1 {
      font-size: 35px;
  }
  .left-content-login h2 {
      font-size: 37px;
      line-height: 39px;
  }
  .right-content-login {
      width: 70%;
  }
  .sidebar .nav-item .nav-link {
      font-size: 13px;
      padding: 10px 14px;;
  }
  .sidebar li {
      margin: 10px 16px;
  }
  .sidebar-toggled .sidebar-left .nav-item .nav-link {
      padding: 10px 20px;
  }
  .sidebar li .nav-link::before {
      margin-right: 7px;
  }
  .charge-range h4 {
      font-size: 18px;
  }
  .charge-range h5 {
      font-size: 30px;
  }
  .dashbord-meter h5 {
      font-size: 11px;
  }
  /* .sidebar li {
      margin: 0 5px 0 5px;
  } */
  .dashbord-content {
      width: 100%;
  }
  .sidebar .nav-item .nav-link img {
      margin-right: 10px;
      /* width: 18px; */
  }
  .copyright {
      font-size: 14px;
  }
  .sidebar .nav-item .nav-link img.icon9-loc {
      width: 19px;
  }
  .detailWrap .leftdetailItem:first-child {
    margin-bottom: 30px;
  }
  
}

@media screen and (max-width:1024px) {
  .left-content-login figure {
      width: 230px;
  }
  .left-content-login h1 {
      font-size: 30px;
      line-height: 30px;
  }
  .left-content-login h2 {
      font-size: 35px;
      line-height: 47px;
  }
  .left-content-login h3 {
      font-size: 33px;
      line-height: 39px;
  }
  .right-content h4 {
      font-size: 30px;
      line-height: 36px;
  }
  .right-content h5 {
      font-size: 20px;
      margin-bottom: 14px;
  }
  .login-form-container .form-group label {
      font-size: 16px;
  }
  .login-form-container .form-group {
      margin: 0 0 12px 0;
  }
  .login-form-container .form-group.email input,
  .login-form-container .form-group.password input {
      height: 54px;
      font-size: 16px;
      padding: 0 20px;
      margin-top: 15px;
  }
  .login-form-container .form-group input[type='submit'] {
      height: 55px;
      font-size: 19px;
      margin-top: 16px;
  }
  .login-footer h6 {
      font-size: 15px;
  }
  .left-content-login p {
      font-size: 15px;
  }
  .left-content p.copyright {
      font-size: 16px;
  }
  .navbar-left {
      width: 53%;
  }
  .dropdown-menu {
      min-width: auto;
  }
  .dashbord-leftWrap,
  .dashbord-rightWrap {
      width: 100%;
      margin-right: 0;
  }
  .dashbord-content {
      width: 60%;
  }
  .charge-range h3 {
      font-size: 14px;
      padding-top: 20px;
  }
  .charge-range h5 {
      padding-top: 12px;
      padding-bottom: 15px;
  }
  .completed-ride-wrapper {
      width: 47%;
  }
  .sidebar .nav-item .nav-link img {
      margin-right: 11px;
      max-width: 23px;
  }
  .sidebar .nav-item .nav-link {
      padding-right: 20px;
  }
  .sidebar-brand {
      padding-top: 0;
      margin-bottom: 25px !important;
  }
  .topbar li.nav-item {
      margin-left: 25px;
  }
  /* .wrapper .content-wrapper {
      width: 80%;
  }
  .wrapper>.navbar {
      width: 20%;
  } */
  .sidebar .nav-item .nav-link {
      font-size: 12px;
      padding: 9px 12px;
  }
  .profiledetails-form form {
      width: 60%;
      padding: 30px;
  }
  .title-buttons-wrapper,
  .showentries-pagination {
      flex-wrap: wrap;
  }
  .title-buttons-wrapper {
    margin-bottom: 16px;
  }
  /* .table-activebutton {
      margin: 0 10px 10px 10px;
  } */
  /* .title-buttons-wrapper>button,
  .table-search,
  .showentry-search-inner {
      margin-bottom: 10px;
  } */
  .pagination {
      margin-top: 15px;
  }
  .sidebar li {
      margin: 10px 14px;
  }
  .sidebar .dropdown-toggle::after {
      right: 4px;
  }
  .copyright {
      font-size: 13px;
  }
}

@media screen and (max-width:991px) {
  .personalDetailsWrap.statusDetailsWrap .personalDetailsItem {
    flex-basis: calc(50% - 8px);
  }
  .scooter-wrap {
    column-gap: 30px;
  }
  .scooter-item {
    flex-basis: calc(50% - 30px);
    margin-bottom: 30px;
  }
  .table-search input {
    width: 290px
  }
  .right-content,
  .left-content {
      width: 100%;
      height: auto;
      padding: 50px 0;
  }
  .left-content-login {
    align-items: center;
  }
  .left-content-login figure {
    width: fit-content;
  }
  .left-content-login img {
    max-width: 180px;
  }
  /* .left-content-login {
      padding-top: 5%;
  } */
  .left-content p.copyright {
      margin-top: 8%;
  }
  .login-container {
      flex-direction: column;
  }
  .left-content p.copyright {
      position: sticky;
      text-align: center;
  }
  .login-form-container .form-group {
      margin: 0 0 20px 0;
  }
  .left-content-login p {
      margin-bottom: 40px;
      text-align: center;
  }
  .right-content-login {
      width: 60%;
  }
  .right-content h4 {
      font-size: 34px;
      line-height: 46px;
      text-align: center;
  }
  .right-content h5 {
      font-size: 24px;
      text-align: center;
  }
  .sidebar .nav-item .nav-link {
      font-size: 12px;
  }
  .sidebar li {
      margin: 5px 14px;
  }
  .topbar li.nav-item {
      margin-left: 12px;
  }
  a#userDropdown p span:nth-of-type(2) {
      font-size: 14px;
  }
  .page-wrapper {
      padding: 20px;
  }
  .add-staff form {
      /* margin-right: 12px; */
      column-gap: 12px;
  }
  .left-content-login h1 {
    margin-top: 35px;
    text-align: center;
  }
  .left-content-login h3 {
    margin-bottom: 25px;
    text-align: center;
  }
  .left-content-login h2 {
    text-align: center;
  }
  /* .tablediv .table-item{
    flex:0 0 25%; 
  } */
}

@media screen and (max-width:901px) {
  .personalDetailsWrap.statusDetailsWrap .personalDetailsItem {
    flex-basis: calc(33% - 8px);
  }
  .scooter-wrap {
    column-gap: 20px;
  }
  .scooter-item {
    flex-basis: calc(33% - 20px);
    margin-bottom: 20px;
  }
  .sidebar .nav-item .nav-link {
      padding: 10px 5px;
  }
  .content-wrapper .navbar {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 15px 26px 15px 15px;
  }
  .navbar-left {
      width: 80%;
      padding-right: 0;
      justify-content: space-between;
  }
  .search {
      width: 80%;
  }
  .navbar-expand .navbar-nav {
      margin: auto;
  }
  .sidebar-left {
      display: none;
  }
  .mobile-toggle {
      display: flex;
  }
  li.sidebar-brand #sidebarToggleTop {
      visibility: hidden;
  }
  .sidebar-left.toggled .sidebar-brand {
      background-position: center center;
  }
  .sidebar-left.toggled {
      display: block;
      position: fixed;
      z-index: 999;
      visibility: visible;
      overflow: auto;
      max-height: 100%;
  }
  .dashbord-item {
      margin-right: 16px;
  }
  .content-wrapper .navbar {
      border-top-left-radius: 21px;
  }
  .navbar-expand .navbar-nav {
      justify-content: center;
      align-items: center;
      padding-top: 15px;
  }
  .dropdown-menu.dropdown-menu-right.shadow.animated--grow-in {
      width: 220px;
  }
  .topbar li.nav-item .dropdown-menu {
      right: initial !important;
      left: 0;
  }
  .topbar li.nav-item .dropdown-menu::before {
      right: initial;
      left: 16px;
  }
  .dropdown-menu ul {
      background-position: 11% center;
      background-size: 9.2%;
  }
  .dropdown-profile .dropdown-item {
      font-size: 15px;
  }
  li.nav-item {
      margin-left: 0;
      margin-right: 15px;
  }
  .wrapper .content-wrapper {
      width: 100%;
  }
  .sidebar-toggled .wrapper .content-wrapper {
      width: 100%;
  }
  .sidebar-left.toggled .sidebar li {
      margin: 5px 8px;
  }
  .heading-box h1 {
      font-size: 21px;
      margin-bottom: 20px;
  }
  .sidebar-left.toggled {
      width: 98px !important;
  }
  .sidebar .nav-item .nav-link img {
      width: 23px;
  }
  .sidebar-left.toggled .nav-item .dropdown-menu li {
      margin: 5px 0;
  }
  .sidebar-left.toggled .sidebar .dropdown-menu {
      padding: 0 ;
  }
  .add-staff form {
      /* margin-right: 15px; */
      column-gap: 15px;
  }
}

@media screen and (max-width:768px) {
  .personalDetailsWrap.statusDetailsWrap .personalDetailsItem {
    flex-basis: calc(50% - 8px);
  }
  .nav-tabs-custom .nav {
    justify-content: center;
  }
  .scooter-wrap {
    column-gap: 20px;
  }
  .scooter-item {
    flex-basis: calc(50% - 20px);
  }
  .total-warning-slider {
    margin-left: 0;
  }
  .total-warning-wrapper {
      flex-direction: column;
  }
  .total-warning {
      width: 100%;
      margin-bottom: 30px;
  }
  .total-warning h4 {
    max-width: 250px;
  }
  .total-warning-slider {
    width: 100%;
  }
  .dashbord-left.white-bg-db {
    position: relative;
  }
  .total-warning-slider .option-click {
    position: absolute;
    right: 30px;
    top: 35px;
  }
  .profiledetails-form form {
      width: 100%;
  }
  label {
      font-size: 15px;
  }
  .left-content-login img {
    max-width: 150px;
  }
  .left-content-login h1 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 29px;
  }
  .left-content-login h2 {
    font-size: 30px;
  }
  .left-content-login h3 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 34px;
  }
  .left-content-login p,
  .login-form-container .form-group label,
  .login-form-container .form-group.email input, 
  .login-form-container .form-group.password input,
  .login-footer h6 {
    font-size: 14px;
  }
  .left-content p.copyright {
    bottom: 5.5vh;
    font-size: 12px;
  }
  .right-content h4 {
    font-size: 29px;
  }
  .right-content h5 {
    font-size: 18px;
  }
  .checkbox-custom {
    width: 16px;
    height: 16px;
    border-radius: 5px;
  }
  .login-form-container .form-group input[type='submit'] {
    font-size: 16px;
  }
  .right-content, .left-content {
    padding: 30px 0;
  }
  .tablediv .table-item{
    flex:0 0 25%; 
  }
}

@media screen and (max-width:680px) {
  .three-buttons-wrap .table-search {
    flex-basis: 100%;
    order: 0;
    margin: auto;
    margin-bottom: 10px;
    max-width: 450px;
  }
  .three-buttons-wrap .showentry-search-inner {
    flex-basis: 48%;
    order: 1;
  }
  .three-buttons-wrap .add-btn-link {
    flex-basis: 48%;
    order: 2;
    text-align: right;
  }
  .actionButtonWrap .actionButtonItem {
    padding: 10px 15px;
  }
  .detailWrap .detailItem {
    margin-bottom: 20px;
  }
  .contentEditBtn {
    margin-bottom: 17px;
    padding: 5px 20px 5px 36px;
    background-size: 18px;
    background-position: left 12px center;
  }
  .noContentBtn {
    padding: 5px 20px;
  }
  .dashbord-content {
      width: 80%;
  }
  .dashbord-content h1 {
      font-size: 43px;
  }
  .dashbord-left.d-flex .dashbord-item {
      width: 100%;
  }
  .dashbord-left.d-flex .dashbord-item:nth-last-of-type(1) {
      margin-top: 20px;
  }
  .dashbord-left.d-flex {
      flex-direction: column;
  }
  .dashbord-meter h5 {
      font-size: 15px;
  }
  .dashbord-meter h4 {
      font-size: 18px;
  }
  .dashbord-meter h4 span {
      font-size: 21px;
  }
  figure.completed-rides {
      width: 50%;
  }
  .topbar li.nav-item {
      margin-left: 2px;
  }
}

@media screen and (max-width:600px) {
  /* .title-buttons-wrapper {
    flex-direction: column;
  } */
  .rider-detailWrap .detailBox {
    padding: 24px 18px;
  }
  .personalDetailsWrap .personalDetailsItem,
  .personalDetailsWrap.statusDetailsWrap .personalDetailsItem {
    flex-basis: 100%;
  }
  .scooter-wrap {
    column-gap: 0;
  }
  .scooter-item {
    flex-basis: calc(100%);
    margin-bottom: 20px;
  }
  .title-buttons .input-group {
    width: 100%;
    max-width: 450px;
    margin-bottom: 10px;
  }
  .four-buttons-wrap,
  .title-buttons-wrapper {
    justify-content: center !important;
  }
  .table-search,
  .four-buttons-wrap .table-search {
    flex-basis: 100%;
    order: 0;
  }
  .showentry-search-inner {
    order: 1;
    flex-basis: 100%;
    justify-content: center;
  }
  .four-buttons-wrap .showentry-search-inner {
    flex-basis: 100%;
    order: 3;
  }
  .four-buttons-wrap .table-activebutton {
    flex-basis: 48%;
    order: 1;
    justify-content: flex-end;
  }
  .four-buttons-wrap .add-btn-link {
    flex-basis: 48%;
    order: 2;
    text-align: left;
    margin-bottom: 10px;
  }
    
  .profileDetailsWrap,
  .timeWrap,
  .ridesWrap {
    display: block;
  }
  .profileDetailBox {
    margin-bottom: 20px !important;
  }
  .privateRideWrap {
    margin-bottom: 20px;
  }
  .timeWrapItem {
    margin-bottom: 10px;
  }
  .profileDetails {
    margin-bottom: 20px;
  }
  .scooterDetails {
    margin-bottom: 30px;
  }
  .right-content-login {
      width: 80%;
  }
  .left-content-login h3 {
      font-size: 30px;
      line-height: 34px;
  }
  .left-content-login h2 {
      font-size: 32px;
      line-height: 37px;
  }
  .left-content-login h1 {
      font-size: 28px;
      line-height: 29px;
  }
  .topbar li.nav-item {
      margin: 0 8px;
  }
  .yellow-bg-db .dashbord-item {
      margin-bottom: 0;
      flex-direction: column;
  }
  .dashbord-content-raider {
      margin-bottom: 20px;
  }
  .charge-range h3 {
      font-size: 12px;
  }
  .title-buttons {
      flex-direction: column;
  }
  .organization-table .card-title {
      margin-bottom: 10px;
  }
}

@media screen and (max-width:530px) {
  .scooter-wrap {
    column-gap: 0;
  }
  .scooter-item {
    flex-basis: calc(100%);
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
  }
  .detailBox {
    padding: 20px 25px;
  }
  a#userDropdown p span:nth-of-type(2) {
      font-size: 11px;
  }
  .charge-range-wrapper {
      flex-wrap: wrap;
  }
  .charge-range {
      width: 48.5%;
      margin-bottom: 8px;
  }
  .charge-range:nth-child(2n+2) {
      margin-right: 0;
  }
  .completed-ride figure {
      width: 35px;
      height: 35px;
      margin-right: 8px;
  }
  .completed-ride h3 {
      font-size: 16px;
  }
  .completed-ride h3 span {
      font-size: 17px;
  }
  .available-vehicle h3 {
      width: 43%;
      font-size: 17px;
  }
  .available-vehicle h3 span {
      font-size: 30px;
  }
  
}

@media screen and (max-width:480px) {
  .left-content-login h3 {
      font-size: 25px;
      line-height: 26px;
  }
  .left-content-login h2 {
      font-size: 23px;
      line-height: 35px;
  }
  .left-content-login h1 {
      font-size: 25px;
      line-height: 29px;
  }
  .left-content p.copyright {
      font-size: 13px;
  }
  .right-content h5 {
      font-size: 19px;
  }
  .login-form-container .form-check label,
  .form-check a {
      font-size: 14px;
  }
  .topbar li.nav-item {
      margin-left: 0px;
  }
  a#userDropdown p {
      margin-left: 12px;
      font-size: 16px;
  }
  .dashbord-content {
      width: 100%;
  }
  .navbar-left {
      width: 97%;
  }
  .title-buttons-wrapper button {
      padding: 10px 14px;
      font-size: 15px;
  }
  .tablediv .table-item{
    flex:0 0 33.3%; 
  }
}

@media screen and (max-width:420px) {
  .three-buttons-wrap .showentry-search-inner {
    flex-basis: 100%;
    order: 2;
  }
  .three-buttons-wrap .add-btn-link {
    flex-basis: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 10px;
  }
  .charge-range {
      width: 100%;
      margin-right: 0 !important;
  }
  .dashbord-meter {
      width: 100%;
  }
  .dashbord-meter-wrapper {
      padding-top: 0px;
      flex-direction: column;
  }
  .dashbord-meter:nth-of-type(2)::after {
      display: none;
  }
  .dashbord-meter:nth-of-type(2) {
      border-top: solid 1px #e8eaef;
      padding-top: 15px;
      margin-top: 15px;
  }
  .completedrides-wrapper {
      flex-direction: column;
  }
  figure.completed-rides {
      width: 100%;
      margin-bottom: 15px;
  }
  .completed-ride-wrapper {
      width: 100%;
  }
  .navbar-expand .navbar-nav {
      padding-top: 10px;
      flex-wrap: wrap;
  }
  .topbar li.nav-item {
      margin: 0 15px;
  }
  .profile-item {
      width: 100%;
      justify-content: center;
      margin-top: 15px !important;
  }
  .dashbord-left {
      padding: 20px;
  }
  .available-vehicle-wrapper {
      margin-top: 14px;
      flex-direction: column;
  }
  .available-vehicle {
      width: 100%;
      margin-bottom: 10px;
  }
  .settings-item .dropdown-menu::before {
      right: 0;
      left: initial;
  }
  .settings-item .dropdown-menu {
      right: 0 !important;
      left: initial;
  }
  .dropdown-menu.dropdown-menu-right.shadow.animated--grow-in {
      width: 200px;
  }
  .topbar li.nav-item .dropdown-menu {
      right: 0px !important;
      left: -55px !important;
      margin: auto;
      top: 48px !important;
      position: absolute;
  }
  .topbar li.nav-item .dropdown-menu::before {
      left: 60px;
  }
  #sidebarToggleTop {
      position: relative;
      right: -15px;
  }
  .bar1,
  .bar2,
  .bar3 {
      width: 30px;
      height: 4px;
      margin: 4px 0;
  }
  .change .bar3 {
      -webkit-transform: rotate(41deg) translate(-5px, -3px);
      transform: rotate(41deg) translate(-5px, -3px);
  }

  .add-staff .input-field {
      width: 45%;
  }
  .tablediv .table-item{
    flex:0 0 33.3%; 
  }
}

@media screen and (max-width:380px) {
  .left-content-login {
      width: 87%;
  }
  .left-content-login h1 {
      font-size: 21px;
      line-height: 26px;
  }
  .left-content-login h2 {
      font-size: 22px;
      line-height: 33px;
  }
  .right-content h4 {
      font-size: 25px;
      line-height: 40px;
  }
  .login-form-container .form-group.form-check {
    display: block;
    text-align: center;
  }
  .login-form-container .form-check label {
    justify-content: center;
    margin-bottom: 10px;
  }
  .login-form-container .form-group.email input,
  .login-form-container .form-group.password input {
      height: 50px;
      font-size: 16px;
      padding: 0 17px;
      margin-top: 8px;
  }
  .login-form-container .form-group {
      margin: 0 0 12px 0;
  }
  .login-form-container .form-group input[type='submit'] {
      margin-top: 5px;
  }
  .login-footer h6 a {
      display: block;
  }
  .right-content h5 {
      font-size: 17px;
  }
  .left-content-login h3 {
      font-size: 21px;
      line-height: 24px;
  }
  .total-warning-slider .label-container img {
      width: 15px;
  }
  .total-warning-slider .label-container {
      font-size: 12px;
  }
  .navbar-left {
      width: 100%;
  }
  .title-buttons-wrapper button:nth-of-type(2) {
      margin-left: 0;
      margin-top: 10px;
  }
  .add-staff .input-field {
      width: 100%;
  }
}

@media screen and (max-width:320px) {
  .dashbord-content-raider {
      flex-direction: column;
      text-align: center;
  }
}

@media screen and (max-height: 300px) {
.left-content p.copyright {
  position: relative;
  text-align: center;
  left: 0;
}
}



/* .............REVENUE PAGE STYLES........... */
.tab-container{
    color: #111;
}
.tab-container #tabs{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.tab-container #tabs li{
    padding: 5px 40px 5px 12px;
    position: relative;
}
.tab-container #tabs li::after{
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 4px;
    left: 0;
    background-color: transparent;
    transition: .3s all ease-in-out;
}
.tab-container #tabs li.active::after, .tab-container #tabs li:hover::after{
    background-color: #ffcb04;
}

.tab-container #tabs li a{
    /* padding-right: 20px; */
    font-size: 18px;
    font-weight:500;
    color: #111;
}
.tab-container .tab-content{
    display: none;
}
.tab-container .tab-content.active{
    display: block;
}
.check-area-tab{
    background-color: white;
    padding: 12px 10px 12px 50px;
    border-radius: 35px;
    box-shadow: -4px 5px 25px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: -4px 5px 25px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: -4px 5px 25px 0px rgb(0 0 0 / 5%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 38px;
}
.radio-check {
  position: relative;
  display: flex;
  padding-left: 35px;
  cursor: pointer;
  column-gap: 60px;
  padding-right: 4px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.radio-check label{
    font-size: 20px;
    font-weight: normal;
    color: #111;
    position: relative;
    padding-left:48px;
    margin-bottom: 0;
}
.radio-check input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
.tab-container .search-date input{
    margin-right: 50px;
}
.tab-container .search-date input:last-child{
    margin-right: 0;
}

.radio-check .checkmark {
    width: 27px;
    height: 26px;
    background: url(../images/radio-sprite.png) no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
}
.radio-check input:checked ~ .checkmark {
    background: url(../images/radio-sprite.png) no-repeat right center;
}
.tab-container .search-date {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding-top: 10px;
}
.tab-container .search-date input{
    max-width: 417px;
    width: 100%;
    padding: 10px 78px 10px 60px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    background-color: #eef2f8;
    color: #111;
    font-size: 18px;
    height: 62px;
    margin-bottom: 0;
}
.tab-container .search-date input.date{
    background: url('../images/icon-calender.png') no-repeat right center, #eef2f8;
    background-position-x: calc(100% - 50px);
}
.revenue-box-wrapper{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 52px;
    flex-wrap: wrap;
    gap: 30px;
}
.revenue-box{
    display: flex;
    flex-direction: column;
    padding: 32px 16px;
    background-color: #fff8dd;
    border: 1px solid #ffcb04;
    border-radius: 28px;
    justify-content: center;
}
.revenue-box:nth-child(1){
    flex: 2;
}
.revenue-box:nth-child(2){
    flex: 2;
}
.revenue-box:nth-child(3){
    flex:3;
}
.revenue-box h6{
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
}
.revenue-box h6+span{
    font-size: 56px;
    font-weight: bold;
    line-height: 59px;
}
.revenue-graph-block {
  display: flex;
  gap: 26px;
  margin-top: 43px;
  margin-bottom: 150px;
  flex-direction: column;
}
.revenue-graph-block .white-box{
    padding: 32px 24px;
    width: 100%;
    background-color: #fff;
    box-shadow: -4px 5px 25px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: -4px 5px 25px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: -4px 5px 25px 0px rgb(0 0 0 / 5%);
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.revenue-graph-block .white-box h6{
    font-size: 22px;
    font-weight: 600;
}
.revenue-graph-block .graph-wrapper {
  padding-top: 30px;
  width: 100% !important;
}
#line_graph  svg{
   width:100% !important;
}

.three-dot{
    flex-shrink: 0;
}

/* media query  */
@media screen and (max-width: 1900px) {
    .revenue-box h6 {
        font-size: 27px;
    }
    .revenue-box h6+span {
        font-size: 54px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1800px) {
    .revenue-box {
        padding: 1.778vw 0.889vw;
    }
    .revenue-box h6 {
        font-size: 1.500vw;
    }
    .revenue-box h6+span {
        font-size: 3vw;
        line-height: 2.778vw;
    }
    .radio-check {
        padding-left: 30px;
        column-gap: 3.333vw;
    }
    .tab-container .search-date input {
        max-width: 400px;
        padding: 10px 66px 10px 37px;
    }
    .tab-container .search-date input.date {
        background-position-x: calc(100% - 40px);
    }
    .tab-container .search-date input {
        margin-right: 2.778vw;
    }
}
@media screen and (max-width: 1700px) {
    .tab-container .search-date input {
        margin-right: 15px;
    }
    .radio-check {
        column-gap: 20px;
    }
    .check-area-tab {
        padding: 12px 10px 12px 35px;
    }
}
@media screen and (max-width: 1500px) {
    .revenue-box {
        padding:15px;
    }
    .revenue-box h6 {
        font-size: 18px;
    }
    .revenue-box h6+span {
        font-size: 30px;
        line-height: 30px;
    }
    .radio-check label {
        font-size: 15px;
        padding-left: 30px;
    }
    .radio-check .checkmark {
        width: 20px;
        height: 19px;
    }
    .tab-container .search-date input {
      max-width: 370px;
      font-size: 15px;
      height: 54px;
      padding: 10px 40px 10px 20px;
  }
  .tab-container .search-date.col-md-8 {
    justify-content: flex-start;
}
    .tab-container .search-date input.date {
        background-position-x: calc(100% - 25px);
        background-size: 6%;
    }
    .radio-check {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .tab-container .search-date input {
        max-width: 365px;
        height: 46px;
    }
    .radio-check {
        column-gap: 9px;
    }
    .check-area-tab {
        padding: 12px 10px 12px 25px;
    }
    .radio-check label {
        padding-left: 26px;
    }
    .revenue-box-wrapper {
        gap: 10px;
    }
    .revenue-box {
        padding: 32px 16px;
        border-radius: 18px;
    }
    .revenue-box h6 {
        font-size: 14px;
        padding-bottom: 7px;
    }
    .revenue-box h6+span {
        font-size: 22px;
        line-height: 19px;
    }
}
@media screen and (max-width: 1023px) {
    .tab-container #tabs li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .check-area-tab {
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 20px;
    }
    .revenue-box {
        flex-basis: 100% !important;
        padding: 20px 16px;
    }
    .revenue-box h6 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .revenue-box h6+span {
        font-size: 25px;
    }
    .revenue-box-wrapper {
        margin-top: 36px;
    }
    .revenue-graph-block {
        margin-top: 35px;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .revenue-graph-block .white-box h6 {
        font-size: 17px;
    }
}
@media screen and (max-width: 520px) {
    .tab-container .search-date input {
        padding: 15px 27px 15px 15px;
        font-size: 14px;
    }
    .tab-container .search-date input.date {
        background-position-x: calc(100% - 15px);
        background-size: 7%;
    }
}
@media screen and (max-width: 420px) {
    .tab-container .search-date {
        flex-direction: column;
    }
    .tab-container .search-date input {
        margin-bottom: 12px;
    }
    .tab-container .search-date input:last-child {
        margin-bottom: 0;
    }
    .tab-container .search-date input.date {
        background-size: 5%;
    }
    .revenue-box h6 {
        font-size: 16px;
        padding-bottom: 8px;
    }
    .revenue-box h6+span {
        font-size: 24px;
    }
}
/* .............ENDS REVENUE PAGE STYLES........... */
.input-field .input-value {
    margin-bottom: 30px;
}
.input-field input#image {
padding: 6px 12px;
}

.select2-container .select2-selection--single {
  height: 46px !important;
}


.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc !important;
  border-radius: 22px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6c757d !important;
}
.select2-container {
  width: 100% !important;
}