
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 33px;
}@import url(https://fonts.googleapis.com/css2?family=Mooli&display=swap);
body#admin_login {
    background: #f9f9f9;
    font-family:"Maven Pro";
}
.heading {
    background: #f5f5f5;
    /* border-radius: 10px; */
}
.profile-authentication-area{
    font-family: 'Mooli',sans-serif;
}
body::-webkit-scrollbar {
  width: 10px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


.mt-20{
    margin-top:20px;
}

 .profile-box img {
    border-radius: 5px;
    width: 200px;
}
.profile-box img {
  border-radius: 5px;
  width:200px;
}

.profile-box .file-upload {
  display: block;
    position: relative;
    top: 5px;
    bottom: 45px;
}

.profile-box .file-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.profile-box .file-upload .inputfile + label {
  color: var(--black-color);
  background-color: var(--white-color);
  display: inline-block;
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 10px 25px 10px 48px;
  position: relative;
  border-radius: 30px;
  font-size: var(--font-size);
  font-weight: 500;
}

.profile-box .file-upload i {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16.5px;
  margin-top: -.5px;
}

.profile-box .file-upload .inputfile:focus + label, .my-profile-box .profile-box .file-upload .inputfile + label:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

.profile-box .file-upload .inputfile + label {
  cursor: pointer;
  background: #313459;
    color: #fff;
}

.profile-box .text {
  margin-left: 30px;
}

.profile-box .text p {
  margin-bottom: 0;
}


div#logoutModal {
    width: 800px;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    /* background: white; */
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.profile-authentication-tabs {
  background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    max-width: 500px;
    margin: 5% auto;
    border-radius: 6px;
}

.profile-authentication-tabs .authentication-tabs-list {
  text-align: center;
}

.profile-authentication-tabs .authentication-tabs-list .nav {
  list-style-type: none;
  display: inline-block;
  border: none;
  border-radius: 10px;
  background-color: #F5F5F5;
  margin: 12px 0 0;
}

.profile-authentication-tabs .authentication-tabs-list .nav .nav-item {
  display: inline-block;
  margin: 5px;
}

.profile-authentication-tabs .authentication-tabs-list .nav .nav-item .nav-link {
  color: #2F4858;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 25px 75px;
  border-radius: 10px;
}

.profile-authentication-tabs .authentication-tabs-list .nav .nav-item .nav-link.active {
  background-color: var(--white-color);
  color: var(--main-color);
  font-weight: bold;
}

.profile-authentication-tabs .tab-content {
      padding: 20px 20px 20px 20px;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group {
  margin-bottom: 15px;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control {
       /* height: 100%; */
    width: 100%;
    padding: 15px 0px 15px 5px;
    line-height: initial;
    color: var(--paragraph-color);
    background-color: var(--white-color);
    border: 1px solid #f2f0f0;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 15px;
    font-weight: 400;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control::-webkit-input-placeholder {
  color: #A4A4A4;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control:-ms-input-placeholder {
  color: #A4A4A4;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control::-ms-input-placeholder {
  color: #A4A4A4;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control::placeholder {
  color: #A4A4A4;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap {
  margin-bottom: 0;
}

.profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap a {
  color: var(--main-color);
}

.profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:checked, .profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:not(:checked) {
  display: none;
}

.profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:checked + label, .profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 32px;
      padding-top: 4px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  color: #888888;
  font-weight: 500;
  font-size: 15px;
  font-family: var(--heading-font-family);
}

.profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:checked + label:before, .profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 4px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #eeeeee;
}

.profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:checked + label:after, .profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--main-color);
  position: absolute;
  top: 8.5px;
  left: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 30px;
}

.profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:hover + label:before {
  border-color: var(--main-color);
}

.profile-authentication-tabs .eeza-authentication-form form .remember-me-wrap [type="checkbox"]:checked + label:before {
  border-color: var(--main-color);
}

.profile-authentication-tabs .eeza-authentication-form form .lost-your-password-wrap {
  text-align: right;
}

.profile-authentication-tabs .eeza-authentication-form form .lost-your-password-wrap a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  line-height: 1.4;
  color: var(--main-color);
  font-family: var(--heading-font-family);
}

.profile-authentication-tabs .eeza-authentication-form form .lost-your-password-wrap a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #eeeeee;
}

.profile-authentication-tabs .eeza-authentication-form form .lost-your-password-wrap a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: 0;
  content: '';
  background-color: var(--main-color);
}

.profile-authentication-tabs .eeza-authentication-form form .lost-your-password-wrap a:hover::before {
  width: 0;
}

.profile-authentication-tabs .eeza-authentication-form form .lost-your-password-wrap a:hover::after {
  width: 100%;
}

.profile-authentication-tabs .eeza-authentication-form form .default-btn {
    width: 100%;
    /* margin-top: 30px; */
    border-radius: 5px;
    padding: 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #ac2c2c;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    margin: 10px 0px;
    display: block;
    font-family: 'Mooli',sans-serif;
}

.profile-authentication-tabs .eeza-authentication-form form .default-btn::before {
  width: 850px;
  height: 850px;
}

.profile-authentication-tabs .eeza-authentication-form .sub-title {
  text-align: center;
  display: block;
  color: #888888;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.profile-authentication-tabs .eeza-authentication-form .sub-title span {
  background-color: var(--white-color);
}

.profile-authentication-tabs .eeza-authentication-form .sub-title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 11px;
  height: 1px;
  width: 100%;
  z-index: -1;
  background: #f0f0f0;
}
h2.title-signup {
        font-size: 26px;
    line-height: normal;
    text-align: center;
    margin-bottom: 16px;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Mooli',sans-serif;
}
.profile-authentication-tabs .eeza-authentication-form .login-with-account ul {
  padding: 0;
  margin-bottom: 0;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li:last-child {
  margin-bottom: 0;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .facebook {
  padding: 18px 30px;
  text-align: center;
  color: var(--white-color) !important;
  font-size: var(--font-size);
  font-weight: 600;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 8px;
  z-index: 0;
  background: #3B5998;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--heading-font-family);
  width: 100%;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .facebook:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 850px;
  height: 850px;
  margin: auto;
  background: var(--gradient-color);
  border-radius: 8px;
  z-index: -1;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
          transform: translateX(-50%) translateY(-5%) scale(0.4);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .facebook i {
  font-size: 20px;
  margin-left: 10px;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .facebook:hover {
  color: var(--white-color) !important;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .facebook:hover:before {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-45%) translateY(0) scale(1);
          transform: translateX(-45%) translateY(0) scale(1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .google {
  padding: 18px 30px;
  text-align: center;
  color: var(--white-color) !important;
  font-size: var(--font-size);
  font-weight: 600;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 8px;
  z-index: 0;
  background: #EA4335;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--heading-font-family);
  width: 100%;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .google:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 850px;
  height: 850px;
  margin: auto;
  background: var(--gradient-color);
  border-radius: 8px;
  z-index: -1;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
          transform: translateX(-50%) translateY(-5%) scale(0.4);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .google i {
  font-size: 20px;
  margin-left: 10px;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .google:hover {
  color: var(--white-color) !important;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .google:hover:before {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-45%) translateY(0) scale(1);
          transform: translateX(-45%) translateY(0) scale(1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

/*--Loading--*/

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

div#newbatch-row h3 {
    display: inline-block;
}

button#DeleteRow {
    display: inline-block;
    float: right;
}
/* Change the placeholder color for input elements */
.profile-authentication-tabs input::placeholder {
    color: #121212; /* Replace with your desired color */
    font-family: 'Mooli',sans-serif;
    font-size:13px;
}

.profile-authentication-tabs select option[value=""][disabled]::before {
            content: "Car Type";
            font-family: 'Mooli',sans-serif;
    font-size:13px;
        }
        
        
        /* Online Blinking css*/
        .circle, .circle::before {
  content: " ";
  margin: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s;
  background-color: #FF0055;
}

.circle::before {
  animation: mymove 2s infinite;
  position: absolute;
  background-color: #00FF00
}

@-webkit-keyframes mymove {
  50%   {
    transform: scale(2);
    opacity: 0
  }
  100%   {
    transform: scale(2);
    opacity: 0
  }
}
 
 .card.shadow.driver-details-box-filter .card-body img {
    width: 300px !important;
}

.select2-container .select2-selection--single {
   
    height: 36px !important;
    
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 33px !important;
}