@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
  font-family: 'Roboto', sans-serif;
}
a:hover {
  text-decoration: none;
}
.login {
  background: linear-gradient(180deg, #0b1c3a 0%, #162a52 60%, #0b1c3a 100%);
  min-height: 100vh;
}
.h-100 {
  height: 100vh !important;
}
.login-form {
    position: absolute;
    width: 80%;
    right: 0;
}
.container.login {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.login-card {
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 520px;
}
.left-panel {
  background: linear-gradient(135deg, #1f4fd4, #0a1d3c);
}
.left-panel .feature-tag {
  letter-spacing: 0.3rem;
  font-size: 0.8rem;
}
.feature-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.form-panel {
  border-left: 1px solid #e5e7eb;
}
.form-panel .form-control {
  border-radius: 0.4rem;
  border: 1px solid #d1d5db;
}
.password-toggle {
  border-radius: 0;
  border-left: 1px solid #d1d5db;
}
.password-toggle i {
  color: #6b7280;
}
.form-panel .city-select {
  border: 1px solid #c5d6f6;
  background: transparent;
  color: #1f2937;
  min-height: 56px;
  padding: 0 1rem;
}
.form-panel .city-select:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.2);
}
.m-logo img {
  width: 130px;
  margin-bottom: 30px;
}
.btn {
    padding: 10px 50px;
}
.btn-success {
  color: #fff;
  background-color: #53a9e6;
  border-color: #53a9e6;
}
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #3d94d4;
  border-color: #3d94d4;
  box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3d94d4;
  border-color: #3d94d4;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: #3d94d4;
  border-color: #3d94d4;
}
.login-form a {
    color: #000;
}
.login-form a:hover {
    color: #53a9e6;
    text-decoration: none;
}
.form-control {
  color: #1f2937 !important;
  -webkit-text-fill-color: #1f2937;
  background-color: #fff;
  border: 1px solid #403a4c66;
  box-shadow: 0px 3px 5px #00000007;
  font-size: 14px;
  font-weight: 200;
}
.form-control:focus {
  color: #1f2937 !important;
  -webkit-text-fill-color: #1f2937;
}
.form-group .form-control,
.input-group .form-control {
  color: #1f2937 !important;
  -webkit-text-fill-color: #1f2937;
}
.form-control::placeholder {
  color: #9aa3b5;
  opacity: 1;
}
.kgo-form-section {
  margin-bottom: 20px;
}
.kgo-form-header h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #253470;
  font-weight: 600;
}
.kgo-form-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}
.kgo-form-divider {
  border-top: 1px solid #e5e7eb;
  margin: 12px 0;
}
.kgo-input-icon {
  position: relative;
}
.kgo-input-icon i {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
}
.kgo-input-icon .form-control {
  padding-right: 40px;
}
.repeat-frequency-options label {
  font-weight: 500;
}
.repeat-summary {
  color: #475569;
  font-size: 13px;
}
.repeat-custom-list {
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
}
.repeat-custom-list .repeat-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  margin: 4px 6px 0 0;
}
.repeat-custom-list .repeat-remove {
  cursor: pointer;
  color: #ef4444;
  font-weight: 700;
}
.ui-datepicker td.repeat-custom-selected a {
  background-color: #2563eb;
  color: #fff;
  border-radius: 50%;
  border: none;
}
.form-control[readonly],
.form-control:disabled,
fieldset[disabled] .form-control {
  color: #1f2937 !important;
  -webkit-text-fill-color: #1f2937;
  opacity: 1;
}
.form-control::placeholder {
  color: #393939 !important;
  opacity: 1 !important;
}
.form-control:focus {
  border: 1px solid #53a9e6;
}
.m-logo {
    text-align: center;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #53a9e6;
  background-color: #53a9e6;
}
.login-text {
  text-align: center;
  position: absolute;
  left: 0;
}
.login-text h3 {
    color: #fff;
    line-height: 40px;
    margin-top: 30px;
}
.sidebar {
  background: #f7f9fb;
  border-right: 1px solid #eef1f5;
  border-radius: 20px;
}
.logo-normal {
  text-align: center;
}
.logo-normal img {
  width: 120px;
}
.sidebar .nav {
  margin-top: 10px;
}
.sidebar .nav li {
  border-radius: 14px;
  margin: 6px 12px;
}
.sidebar .nav li > a,
.off-canvas-sidebar .nav li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  color: #6f7785;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.sidebar .nav li > a i {
  color: #9aa3b5;
  font-size: 18px;
  width: 22px;
  text-align: center;
}
.sidebar .nav li.active > a,
.sidebar .nav li > a:hover {
  background: #e9edf3;
  color: #1f2a44;
  box-shadow: inset 0 0 0 1px #e1e6ee;
}
.sidebar .nav li.active > a i,
.sidebar .nav li > a:hover i {
  color: #53a9e6;
}
.sidebar .nav li.active a::before,
.sidebar .nav li.active a::after {
  display: none;
}
/*.navbar form {
  width: 300px;
}*/
.search_bar {
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  padding: 0 10px 0 0;
  border: 1px solid #e8e8e8;
}
.search_bar .form-control {
  border: 0px solid #e8e8e8;
  font-size: 1em;
}
.search_bar i {
  background-color: #53a9e6;
  font-size: 22px;
  padding: 6px;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  line-height: 21px;
  margin-top: 8px;
  color: #fff;
}
.nav-link i {
  color: #8c98b0;
}
#navbarDropdownMenuLink img {
  border-radius: 30px;
}
.navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 1em;
  padding: 0.5rem 0.7rem;
  line-height: 1.625rem;
  margin-right: 3px;
  color: #8c98b0;
}
.navbar a:not(.btn):not(.dropdown-item) {
  color: #8c98b0;
}
.report-box {
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 31px;
}
.report-box-text h4 {
  margin: 0;
  color: #253470;
  font-weight: 700;
}
.report-box-text span {
  color: #c1c1c1;
}
.report-box-img {
  background-color: #ecf1fb;
  height: 60px;
  width: 60px !important;
  margin: 0 auto;
  text-align: center;
  line-height: 55px;
  border-radius: 30px;
}
.dashboard-border {
  border: 4px solid #fff;
  padding: 15px;
  border-radius: 20px;
}
.btn, .navbar .navbar-nav > a.btn {
  font-size: 1em;
  border-radius: 20rem;
  background-color: #ecf1fb;
  color: #444;
  border:1px solid #555;
  margin: 0 1px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  background-color: #53a9e6;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:active:hover, .btn.active:hover, .show > .btn.dropdown-toggle, .show > .btn.dropdown-toggle:focus, .show > .btn.dropdown-toggle:hover, .navbar .navbar-nav > a.btn:hover, .navbar .navbar-nav > a.btn:focus, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled):active, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled).active, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled):active:focus, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled).active:focus, .navbar .navbar-nav > a.btn:active:hover, .navbar .navbar-nav > a.btn.active:hover, .show > .navbar .navbar-nav > a.btn.dropdown-toggle, .show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus, .show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
  background-color: #ecf1fb;
  color: #444;
  box-shadow: none;
  border-color: #555;
}
.ridestatistics {
  text-align: center;
}
.ridestatistics h5 {
  font-size: 28px;
  color: #253470;
  font-weight: 700;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .bootstrap-select .dropdown-menu.inner li a:hover, .bootstrap-select .dropdown-menu.inner li a:focus {
  background-color: rgb(46, 203, 112);
  outline: 0;
  color: #fff;
}
.navbar-toggler-bar {
  display: block;
  position: relative;
  width: 22px;
  height: 1px;
  border-radius: 1px;
  background: #53a9e6;
}
.navbar .navbar-nav .nav-item.active .nav-link:not(.btn), .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus, .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover, .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
  color: #BCC4D5;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0 !important;
}
.sidebar .nav li.active > a, .off-canvas-sidebar .nav li.active > a {
  border-radius: 12px !important;
}
.login .btn, .navbar .navbar-nav > a.btn {
  font-size: 1em;
  border-radius: 20rem;
  background-color: #53a9e6;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 1px;
}
.sidebar .nav li > a, .off-canvas-sidebar .nav li > a {
  margin: 0;
}
table tr th,
table tr td {
  background-color: #fff;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
  font-size: 1em;
  font-weight: 700;
  border: 0;
}
table tr th:first-child, table tr td:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 2%;
}
table tr th:last-child,
table tr td:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 2%;
}
.table td, .table th {
  border-top: 2px solid #ecf1fb;
  border-bottom: 2px solid #ecf1fb;
}
.table th {
  background-color: transparent;
}
.nameandphoto img {
  border-radius: 30px;
}
.search_bar2 {
  display: flex;
  width: 100%;
}
.dashboard-border .col-lg-1 label {
  color: #253470;
  font-size: 16px;
  font-weight: 600;
  line-height: 65px;
}
.dashboard-border .col-lg-1 .btn-success {
  color: #fff;
  background-color: #53a9e6 !important;
  border-color: #53a9e6 !important;
  padding: 8px 15px;
  border-radius: 13px;
}
.acceptrejectbutton .btn-success.rounded-circle {
  padding: 2px;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}
.acceptrejectbutton .btn-danger.rounded-circle {
  padding: 2px;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}
.export-button .btn-primary {
  background-color: transparent;
  color: #253470;
  border: 2px solid #253470;
  padding: 12px 40px;
  border-radius: 35px;
  font-size: 16px;
}
.export-button {
  text-align: right;
  margin-bottom: 40px;
}
.page-link {
  position: relative;
  display: block;
  padding: .4rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8c98b0;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 45px;
}
.page-item {
  padding: 0 1px;
}

.page-item:first-child .page-link {
  border-radius: 1rem;
}
.page-item:last-child .page-link {
  border-radius: 1rem;
}
.page-link:hover {
  color: #fff;
  background-color: #53a9e6;
  border-color: #ecf1fb;
}
.page-link:focus {
  box-shadow: none;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
#driverlisting {
  display: block;
  overflow: auto;
}
#driverlisting_length .bootstrap-select{
  width: auto !important;
  background-color: #fff;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #53a9e6;
  border-color: #53a9e6;
}
.dataTables_filter label {
  width: 100% !important;
  overflow: hidden;
  text-align: right !important;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem;
  height: 40px;
  line-height: 30px;
  width: 60px;
}
.dataTables_filter input {
  display: inline-block;
  width: 60% !important;
  overflow: hidden;
  height: 40px;
}
#driverlisting_length .btn.dropdown-toggle.btn-light {
  background-color: #fff !important;
  border-color: #fff !important;
}
.actionbutton a {
  color: #8c98b0;
  font-size: 21px;
  margin: 0 5px;
}

/*================ driver detail css ================*/

.avetar img {
  width: 100%;
  height: 300px;
}
.diver-profile-left .btn {
  border-radius: 10px;
  width: 100%;
}
.diver-profile-left .btn-danger {
  color: #eb5757;
  background-color: transparent;
  border-color: #eb5757;
  padding-left: 0;
  padding-right: 0;
}
.diver-profile-left .btn-success {
  color: #53a9e6;
  background-color: transparent;
  border-color: #53a9e6;
  padding-left: 0;
  padding-right: 0;
}
.bacisinfo ul {
  padding: 0;
  margin: 0;
  height: 38px;
}
.bacisinfo li {
  list-style: none;
  float: left;
  padding-right: 30px;
}
.bacisinfo h3 {
    color: #253470;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
}
.bacisinfo li a {
  color: #253470;
  font-size: 16px;
}
.bacisinfo li label {
  font-size: 16px;
  color: #8c98b0;
}
.bacisinfo li h5 {
  margin: 0;
  color: #53a9e6;
  font-weight: 700;
}
.bacisinfo li h5 label {
  font-size: 16px;
  color: #8c98b0;
  font-weight: 400;
}
.bacisinfo li i {
    color: #53a9e6;
    font-size: 20px;
}
.bacisinforight p {
  font-size: 16px;
  color: #8c98b0;
}
.bacisinforight p span {
  color: #253470;
}
.bacisinforight .btn-success {
  border-radius: 10px;
  background-color: #53a9e6;
  color: #fff;
  border-color: #53a9e6;
  padding: 8px 15px;
}
.diver-profile-left {
  padding: 0;
}
.bacisinforight h4 {
  margin: 0;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #253470;
}
.documentphoto img {
  width: 100%;
}
.tab-pane ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.paginate_button {
  float: none;
  width: auto !important;
  text-align: center;
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.tab-pane li {
  float: left;
  width: 20%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.carinfo {
  padding: 15px;
  border: 2px solid #ecf1fb;
  border-radius: 15px;
}
.carinfo h5 {
  color: #253470;
  font-size: 20px;
  font-weight: 600;
}
.carinfo h5 span {
    font-size: 14px;
    font-weight: 400;
}
#pills-tab .nav-link {
  color: #253470;
  font-size: 18px;
  font-weight: 600;
}
#pills-tab .nav-link.active, .nav-pills .show > .nav-link {
  color: #53a9e6 !important;
  background-color: transparent;
  position: relative;
}
#pills-tab .nav-link.active::after {
    content: "";
    position: absolute;
    background-color: #53a9e6;
    height: 5px;
    width: 40px;
    bottom: -3px;
    left: 50%;
    border-radius: 15px;
    transform: translate(-50%,-50%);
}
.card .card-header h5 {
    color: #8c98b0;
    font-weight: 600;
    font-size: 20px;
}
.dataTable a {
  color: #253470;
}
.d-flex {
  display: flex;
}
.rating {
    padding-left: 20px;
    padding-top: 7px;
    font-size: 16px;
}
.rating label {
    font-size: 16px;
    color: #8c98b0;
}
.rating i {
    color: #53a9e6;
    font-size: 20px;
}
.bacisinfo.d-flex img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px;
}
.bgpaymenthistory {
  width: 100%;
  background-color: #fff;
  padding: 10px 10px 90px 10px;
  border-radius: 15px 15px 0 0;
}
.bgpaymenthistory ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bgpaymenthistory li {
  float: left;
  width: 25%;
  display: flex;
}
.bgpaymenthistory li p {
  margin: 10px 0px 0px 0px;
  line-height: 74px;
  padding-right: 11px;
  font-size: 18px;
  color: #8998b5;
}
.bgpaymenthistory li span {
    display: inline-block;
    width: 85px;
    height: 85px;
    font-size: 19px;
    text-align: center;
    border-radius: 55px;
    line-height: 90px;
}
.bgpaymenthistory .bg-completed {
  background-color: #ccf7de;
  color: #53a9e6;
}
.bgpaymenthistory .bg-canceled {
    background-color: #fbdddd;
    color: #eb5757;
}
.bgpaymenthistory .bg-declined {
  background-color: #c3cfff;
  color: #1c3391;
}
.dashboard-border.top-radius {
  border-radius: 0 0 20px 20px;
}

.bacisinforight .text-success {
    font-size: 14px;
    font-weight: 400;
}


/*timeline css*/
/* Timeline holder */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

 /* Timeline vertical line */
ul.timeline::before {
  content: ' ';
  background: transparent;
  display: inline-block;
  position: absolute;
  left: 17px;
  width: 0;
  height: 100%;
  z-index: 400;
  border-radius: 1rem;
  border: 1px dotted #2fce0e; ;
  top: 0;
}
ul.timeline:last-child::before {
  content: ' ';
  background: transparent;
  display: inline-block;
  position: absolute;
  left: 17px;
  width: 0;
  height: 100%;
  z-index: 400;
  border-radius: 1rem;
  border: 0;
  top: 0;
}

li.timeline-item {
    margin: 20px 0;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}
.timeline-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.timeline-item ul li {
  font-size: 15px;
  color: #8c98b0;
  padding-bottom: 10px;
}
.timeline-item {
  position: relative;
}
.timeline-item ul li span {
  color: #253470;
  font-weight: 600;
}
.timeline-img {
    position: absolute;
    left: -52px;
    top: -4px;
    z-index: 999;
}
.timeline-img img {
    border-radius: 30px;
}
.timeline-item h6 {
  color: #253470;
  text-transform: capitalize;
}
.time {
  color: #53a9e6 !important;
}
.timeline-item {
    border: 3px solid #eceff9;
}
.timeline-item:nth-child(odd) {
  background: #eceff9;
}
.rounded {
    border-radius: 25px !important;
}
/*timeline css*/

.booking-history-right {
  border: 3px solid #eceff9;
}
.booking-history-right ul {
    padding: 0;
}
/*.booking-history-right li {
    border-bottom: 2px solid #eceff9;
    list-style: none;
    height: 52px;
    padding-top: 15px;
    width: 100%;
}*/
.booking-history-right li {
    border-bottom: 2px solid #eceff9;
    list-style: none;
    padding-top: 15px;
    width: 100%;
    display: inline-block;
}
.booking-history-right li:first-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.booking-history-right li p {
    color: #8ca1cd;
    font-size: 16px;
}
.booking-history-right li p strong.total {
    color: #253470;
    font-weight: 700;
}
.paymenttype {
  font-size: 16px;
  margin: 0;
  color: #8ca1cd;
  padding-top: 15px;
}
.paymenttype span {
    font-weight: 700;
    color: #253470;
}
.booking-history-right h3 {
  color: #253470;
  font-size: 20px;
  font-weight: 700;
  padding-top: 12px;
}
.booking-history-right h3 span {
  color: #8ca1cd;
  font-size: 16px;
  font-weight: 400;
}

.add-profile-left .avetar img {
    border-radius: 40px;
}
.add-profile-left .imgadd {
  background-color: #53a9e6;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  line-height: 64px;
  border-radius: 128px 30px 30px 30px;
  z-index: 99;
  border: 0;
}
.add-profile-left .imgRemove {
  background-color: #eb5757;
  width: 60px;
  height: 60px;
  position: absolute;
  border: 0;
  top: -2px;
  right: -2px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  line-height: 0;
  border-radius: 30px 30px 30px 128px;
  z-index: 99;
}
.add-profile-left .border {
  background-color: #fff;
  padding: 20px;
  border-radius: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.add-profile-left .border .avetar {
  overflow: hidden;
  position: relative;
}
.add-profile-left .border span {
  color: #8c98b0;
  padding-top: 15px;
  display: inline-block;
  text-align: left;
}
.add-profile-left {
    text-align: center;
    padding: 20px 60px;
}
.add-profile-left p {
    font-size: 18px;
    color: #3249a6;
}
.add-profile-right label {
    font-size: 16px;
    color: #3249a6;
}
.add-profile-right .form-control {
    border-radius: 30px;
}
.btn-primary-outline {
  border-radius: 10px;
  color: #3249a6;
  border-color: #3249a6;
  padding: 12px 35px;
}
.btn-success {
  border-radius: 10px;
  color: #fff;
  background-color: #53a9e6;
  border-color: #53a9e6;
  padding: 8px 15px;
}
.btn-success:hover {
  border-radius: 10px;
  color: #fff;
  background-color: #53a9e6;
  border-color: #53a9e6;
  padding: 8px 15px;
}
.buttons {
    margin-top: 20px;
}
.add-profile-right {
    padding-top: 20px;
}
.add-profile-right .input-group, .form-group {
  margin-bottom: 20px;
  position: relative;
}
.role-select .bootstrap-select {
  width: 100% !important;
}
.role-select .dropdown-toggle {
  border-radius: 15px;
  background-color: #fff;
  height: 50px !important;
  border: 1px solid #e8e8e8;
  line-height: 27px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.role-select .btn:hover, .role-select .btn:focus, .role-select .btn:not(:disabled):not(.disabled):active, .role-select .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:active:hover, .role-select .btn.active:hover, .show > .btn.dropdown-toggle, .show > .btn.dropdown-toggle:focus, .show > .btn.dropdown-toggle:hover, .navbar .navbar-nav > a.btn:hover, .navbar .navbar-nav > a.btn:focus, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled):active, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled).active, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled):active:focus, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled).active:focus, .navbar .navbar-nav > a.btn:active:hover, .navbar .navbar-nav > a.btn.active:hover, .show > .navbar .navbar-nav > a.btn.dropdown-toggle, .show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus, .show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
  background-color: #fff;
  color: #444;
  box-shadow: none;
  border-color: #e8e8e8;
}
.custom-radio {
  color: #8c98b0;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.custom-radio input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.custom-radio label {
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 0 53px;
  margin: 3px auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.custom-radio:hover label{
  color: #8c98b0;
}

.custom-radio .check{
  display: block;
  position: absolute;
  border: 5px solid #8c98b0;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.custom-radio:hover .check {
  border: 5px solid #8c98b0;
}
.custom-radio .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.custom-radio input[type=radio]:checked ~ .check {
  border: 2px solid #53a9e6;
}

.custom-radio input[type=radio]:checked ~ .check::before{
  background: #53a9e6;
}

.custom-radio input[type=radio]:checked ~ label{
  color: #53a9e6;
}
.diver-profile-right .btn-danger {
  color: #eb5757;
  background-color: transparent;
  border-color: #eb5757;
  padding-left: 0;
  padding-right: 0;
  width: 20% !important;
  border-radius: 10px;
}
.role p {
  color: #939fb5;
  font-size: 16px;
  margin: 0;
}
.role a {
    color: #253470;
    font-size: 16px;
}
.role {
    padding-bottom: 45px;
    padding-top: 30px;
}
.export-button .btn-success {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
}
.image-upload-wrap {
    visibility: hidden;
    position: absolute;
}
.file-upload-content {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.documentphoto {
  margin-bottom: 30px;
}
.documentphoto p {
  margin: 0;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  color: #8c98b0;
}
.backbutton h4 {
    margin-top: 0;
    color: #253470;
    font-weight: 600;
}
.backbutton i {
    margin-right: 20px;
}
.file-upload-image {
  object-fit: cover;
  background-color: #ecf1fb;
}
.password-icon {
    position: absolute;
    top: 17px;
    right: 15px;
}
.pos {
  position: relative;
}
.menu {
  background-color: #fff;
  position: absolute;
  width: 8rem;
  padding: 5px 0;
  z-index: 9999;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #53a9e6;
}
.actionbutton {
  display: flex;
}
.card-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #253470;
}
.dt-buttons.btn-group {
  position: absolute;
  top: 8px;
  right: 3%;
}
.custom-control-label {
  color: #8c98b0 !important;
}
.dataTables_wrapper .col-sm-12.col-md-6 {
  position: unset;
}
.dataTables_filter {
  display: none;
}
.dataTable thead .form-control {
  height: 35px;
}
.dataTables_length select {
	height: 35px !important;
}
.export-button .btn-success {
  font-size: 14px;
}
.main-panel > .content {
  margin-top: 50px;
}
.custom-control label {
  padding: 0;
}
.form-group .form-control, .input-group .form-control {
  padding: 18px 8px 18px 18px;
}
tfoot {
    display: table-header-group;
}
table tr td:first-child {
  padding-left: 20px;
}
#sidebar-wrapper i {
	color: #7b7b7b;
}
.docupload {
  background-color: #fff;
  justify-content: center;
  height: 150px;
  display: flex;
  align-items: center;
  border: 2px dashed #4c4d4d;
  border-radius: 12px;
}
.uploaddoc {
  position: relative;
  height: max-content;
}
.uploadpreview {
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  top: 0;
  background-size: 100% 100%;
}
.uploaddoc p {
  margin: 0;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  color: #8c98b0;
}
.reletive {
  position: relative;
}
.card-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #253470;
}
.btn-danger:hover {
	background-color: #eb5757;
	border-color: #eb5757;
	color: #fff;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #eb5757;
	color: #fff;
	box-shadow: none;
	border-color: #eb5757;
}
.bacisinforight .btn-success {
	border: 0;
	background-color: #53a9e6;
	color: #fff;
	border-color: #53a9e6;
}
.export-button .btn-primary:hover {
	background-color: #253470;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .show > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:hover {
	background-color: #253470;
	color: #FFFFFF;
	box-shadow: none;
	border-color: #253470;
}
.switch-field {
  display: flex;
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 41px;
  right: 20px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: transparent;
  color: #8c98b0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid #8c98b0;
  transition: all 0.1s ease-in-out;
  border-radius: 25px !important;
  margin-right: 4px;
}

.switch-field label:hover {
  cursor: pointer;
  background-color: #53a9e6;
  box-shadow: none;
  color: #fff;
  border-color: #53a9e6;
}

.switch-field input:checked + label {
  background-color: #53a9e6;
  box-shadow: none;
  color: #fff;
  border-color: #53a9e6;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.guardianinfo {
    padding: 0;
    list-style: none;
}
.guardianinfo li {
  float: left;
  width: 50%;
  color: #404d82;
  font-size: 16px;
}
.bacisinforight p {
  margin-bottom: 0;
}
.guardianinfo {
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
}
.bacisinforight a {
  padding: 5px 10px;
  border: 2px dashed #8c98b0;
  border-radius: 5px;
  font-size: 16px;
  color: #397bff;
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bacisinforight p {
  font-size: 16px !important;
}
.bacisinforight .text-success span {
  background-color: #ebfaf1;
  padding: 5px;
  color: #53a9e6;
  border-radius: 25px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 21px;
}




.rating-group {
  display: inline-flex;
}
.rating__icon {
  pointer-events: none;
}
.rating__input {
 position: absolute !important;
 left: -9999px !important;
}
.rating__label {
  cursor: pointer;
  font-size: 2rem;
}
.rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}
.rating__icon--star {
  color: #53a9e6;
}
.rating__icon--none {
  color: #eee;
}
.rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
.rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.rating-group:hover .rating__label .rating__icon--star,
.rating-group:hover .rating__label--half .rating__icon--star {
  color: #53a9e6;
}
.rating__input:hover ~ .rating__label .rating__icon--star,
.rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}
.rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
   color: #eee;
}

#toprated .rating__label--half {
  margin-right: -0.5em;
}
.ratingreview ul {
  padding: 0;
  list-style: none;
}
.ratingreview h5 {
  color: #8c98b0;
}
.ratingreview h5 {
  color: #8c98b0;
  font-weight: 700;
  font-size: 18px;
}
.ratingreview p span {
  color: #253470;
  font-size: 18px;
}
.ratingreview .rating {
  padding-left: 5px;
}
.ratingreview ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.dataTables_filter {
  display: none;
}
.dataTable thead .form-control {
  height: 35px;
}
.form-group .btn.dropdown-toggle.btn-light {
  background-color: #fff;
  height: 55px;
  border-radius: 15px;
  border-color: #e8e8e8;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.filter-option-inner-inner {
  line-height: 36px;
  color: #888888;
  font-weight: 300;
}
.custom-select {
  color: #888888;
  background-color: #fff;
  border: 1px solid #403a4c66;
  box-shadow: 0px 3px 5px #00000007;
  font-size: 14px;
  border-radius: 45px;
  font-weight: 300;
  height: 55px;
}
.btn-secondary:hover {
  background-color: #53a9e6;
  border-color: #53a9e6;
  color: #fff;
}

#file-ip-1 {
  display: none;
}
.image-upload-one label {
  width: 100%;
  margin: 0;
}
#file-ip-1-preview {
  width: 100%;
}
.image-upload-one {
  position: relative;
  overflow: hidden;
}
.uploaddoc .addmore {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #53a9e6;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  border-radius: 25px;
  z-index: 999;
}

.uploaddoc .remove {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #eb5757;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  border-radius: 25px;
  z-index: 999;
}

.addmorebutton {
  font-size: 32px;
  position: absolute;
  z-index: 999999;
  background-color: #53a9e6;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  text-align: center;
  line-height: 39px;
}
.addmorebutton:hover {
  color: #fff;
}

.imagePreview {
    width: 100%;
    height: 120px;
    background-position: center center;
    background: url(../img/upload-icon.png);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
    border: 2px dashed #53a9e6;
    object-fit: scale-down;
    margin-bottom: 10px;
}

.uploaddoc .btn-primary {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.imgUp {
  margin-bottom:15px;
}
.del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px !important;
  background-color: rgb(235, 87, 87);
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
}
.imgAdd {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #53a9e6;
  color: #fff;
  box-shadow: none;
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 15px;
  line-height: 33px !important;
}
.listDropdown .dropdown-toggle{
  border: 0px !important;
  background-color: transparent !important
}

.lg-autoplay-button {
  display: none !important;
}
.lg-rotate-left {
  display: none !important;
}
.lg-rotate-right {
  display: none !important;
}
.lg-flip-ver {
  display: none !important;
}
.lg-flip-hor {
  display: none !important;
}
#lg-share{
  display: none !important;
}
#lg-actual-size{
  display: none !important;
}
.lg-fullscreen {
  display: none !important;
}
.lg-thumb-outer {
  display: none !important;
}
.lg-backdrop {
  background-color: rgba(0,0,0,0.9) !important;
}
.lg-sub-html {
  background-color: transparent !important;
}




/*add ride page css start*/

.nav.ridetab {
  justify-content: center;
}
.location i {
  position: absolute;
  top: 48px;
  right: 27px;
  font-size: 20px;
  color: #53a9e6;
}
#pills-singal i {
  color: #53a9e6;
}
#pills-singal .btn-success i {
  color: #fff;
}
.dtp-btn-cancel {
  display: none;
}
.dtp-btn-ok {
  padding: 3px 20px;
  background-color: #53a9e6;
  color: #fff;
  border-color: #53a9e6;
}
label {
  color: #3249a6;
  font-size: 16px;
}
.repeatride label {
  margin: 0;
}
.repeatride span {
  color: #8c98b0;
}
.modal-header {
  background-color: #53a9e6;
  color: #fff;
}
#editrrider .modal-header {
  background-color: #53a9e6;
  color: #fff;
}
.textriding h5 {
  margin: 0;
}
.textriding p {
  margin: 0;
}
.riding {
    display: flex;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}
.riding-text h5 {
    margin-bottom: 0 !important;
}
.riding-text p {
    margin-bottom: 0 !important;
}
.riding-text {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#creater_image {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.modal-content {
  background-color: #ecf1fb;
}
.editriding {
  position: absolute;
  right: 0;
}
.editriding i {
  background-color: #53a9e6;
  color: #fff !important;
  font-size: 17px;
  padding: 3px;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 20px;
}
.riding img {
  border:1px solid #53a9e6;
  border-radius: 30px;
}
.textriding {
  margin-left: 15px;
}
.deleteriding i {
  background-color: #eb5757;
  color: #fff !important;
  font-size: 17px;
  padding: 3px;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 20px;
}
.adriding {
  display: flex;
  text-align: left;
  position: relative;
  background-color: #fff;
  padding: 8px 5px;
  border-radius: 5px;
  box-shadow: 0px 3px 5px #00000007;
}
#editrrider .adriding {
  background-color: #ecf1fb;
}
.adriding .deleteriding {
  position: absolute;
  left: -2px;
  top: -2px;
}
.adriding img {
  border-radius: 30px;
}
.checkboxfild {
  position: absolute;
  right: 10px;
  top: 40%;
}

article{
  display: none;
}
article.on{
  display: block;
}
.selectday {
  display: none;
}
.selectday li {
  width: auto !important;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.week {
  background-color: #fff;
  width: 50px;
  text-align: center;
  border-radius: 6rem;
  padding: 4px;
  font-size: 14px;
  color: #53a9e6;
  transition: background-color .1s linear, color .1s linear;
  height: 50px;
  border:1px solid #53a9e6;
  line-height: 32px;
}
.week::before {
  top: auto;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: auto;
  display: none;
}
.iconSelect .custom-control-input {
  display: none;
}
.custom-control-input:checked~.week {
  background: #53a9e6;
  color: #fff;
}
.locationdiv {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 11px -2px #cec5c569;
}
.extra-fields-customer i {
  top: -1px;
  background-color: #53a9e6;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
}
.second-extra-fields-customer i {
  top: -1px;
  background-color: #53a9e6;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
}
.second-pickuplocation-main i {
  top: -1px;
  background-color: #53a9e6;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
}

.third-extra-fields-customer i {
  top: -1px;
  background-color: #53a9e6;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
}
.third-pickuplocation-main i {
  top: -1px;
  background-color: #53a9e6;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
}

.forth-extra-fields-customer i {
  top: -1px;
  background-color: #53a9e6;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
}
.forth-pickuplocation-main i {
  top: -1px;
  background-color: #53a9e6;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
}

.fifth-extra-fields-customer i {
  top: -1px;
  background-color: #53a9e6;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
}
.fifth-pickuplocation-main i {
  top: -1px;
  background-color: #53a9e6;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
}
.pickuplocation-main i {
  top: -1px;
  background-color: #53a9e6;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
}
.customer_records_dynamic .remove {
    position: relative;
}
.customer_records_dynamic {
  margin-top: 15px;
}
.pickuplocation_dynamic .remove {
    position: relative;
}
.pickuplocation_dynamic {
  margin-top: 15px;
}
.second_pickuplocation_dynamic .remove {
    position: relative;
}
.second_pickuplocation_dynamic {
  margin-top: 15px;
}
.remove {
  margin-top: 15px;
}
.remove i {
  top: 17px;
}
.remove-field i {
  top: 0;
  right: 0;
  color: #fff;
  background-color: #eb5757;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 25px;
  line-height: 25px;
}
.radio-tab {
  text-align: center;
  border-color: #53a9e6 !important;
  padding: 10px 0;
  border: 1px solid;
  border-radius: 5px;
  background-color: #fff;
}
.radio-tab label {
  color: #53a9e6;
  font-size: 18px;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 20px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 31px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #53a9e6;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  line-height: 12px;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.riderimgpr {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 188px;
  width: 188px;
  border-radius: 160px;
}
.riderimgpr2 {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 188px;
  width: 188px;
  border-radius: 160px;
}
.riderimgpr3 {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 188px;
  width: 188px;
  border-radius: 160px;
}
.riderimgpr4 {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 188px;
  width: 188px;
  border-radius: 160px;
}
.riderimgpr5 {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 188px;
  width: 188px;
  border-radius: 160px;
}
/*add ride page css end*/

table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: normal !important;
}
.acceptrejectbutton {
	text-align: center;
}
.uploaddoc .form-control {
	width: 100% !important;
}
.readall {
position: relative !important;
}
.readall num {
    position: absolute;
    font-size: 0.7em;
    color: #fff;
    background-color: red !important;
    right: 6px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 12px;
}
.badge-secondary {
    color: #fff;
    background-color: #ff1212 !important;
    width: auto;
    height: 15px;
    line-height: 11px;
    text-align: center;
    position: absolute;
    left: 22px;
}

#notificationlisting tbody td {
  padding: 0 7px !important;
  vertical-align: middle;
}
.datetime p {
  color: #9ca6bb;
  margin: 0;
}

.bacisinfo li i {
  color: #53a9e6;
  font-size: 20px;
  margin-right: 4px;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 30px;
    height: 55px;
    padding-top: 13px;
    padding-left: 15px;
}
.select2-search--dropdown .select2-search__field {
    height: 45px !important;
}
.select2-results__option {
    padding: 12px 6px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 100%;
    width: 0;
    left: 0;
}
.select2-search__field:focus-visible {
  border: 0;
}
#asiandriver .btn-success {
    width: 100%;
    padding: 12px 0;
    margin: 15px auto;
    border-radius: 40px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #53a9e6;
    color: white;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #53a9e6;
    color: white;
}
#asiandriver .modal-content {
    background-color: #ecf1fb;
    border-radius: 20px;
}
.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer
}

.notifications-item:hover {
    background-color: #eee
}

.notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px
}

.notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px
}

.notifications-item .text p {
    color: #aaa;
    font-size: 12px
}
.dropdown-menu {
  width: 320px;
}
.notifications-item:hover, .notifications-item:focus {
  background-color: #ecf1fb !important;
}

.notifications-button {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu {
  padding: 0;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    margin-top: 0px !important;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: 6px !important;
}
#MyTableCheckAllButton {
    font-size: 20px !important;
    position: relative;
    left: -5px;
}
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: transparent;
}

.notifications-item .text h4 {
    margin-bottom: 0;
}
.dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
#notificationlisting_filter {
    display: block;
}
.notificationbutton #myFormm {
    padding-bottom: 20px;
}

#notificationlisting tr th:first-child, #notificationlisting tr td:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#notificationlisting tr th:last-child, #notificationlisting tr td:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.booking-history-right .btn {
  width: 100%;
  margin-top: 20px;
}
#addcard .modal-content {
  height: auto;
}
#addcard  .modal-body {
  height: auto;
}
.notificationbutton {
  padding-bottom: 20px;
}
.dt-body-center {
  text-align: right !important;
}
.readcolor td {
  background-color: #53a9e640;
}

.notifications-item {
	white-space: normal;
}
.dt-body-center input {
    position: relative;
    top: 4px;
}

.datetime {
    width: 160px;
}
#asiandriver #exampleModalLabel {
    text-align: center;
    color: #53a9e6;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
}
#asiandriver .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #53a9e6;
    opacity: 5;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0 20px 0 20px;
}
.uploaddoc label {
    height: 50px;
    font-size: 14px;
}
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
  background: none;
  padding: 4px 5px;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #ffffff;
}

table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #ffffff;
    }
