* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #F2F4F5;
  counter-reset: list -5;
}

.sidebar {
  position: fixed;
  top: 50px;
  left: 0;
  height: 100%;
  width: 250px;
  background: #42389D;
  z-index: 100;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: none;
}
.sidebar.animating {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.sidebar .nav-link {
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  font-weight: 500;
  padding: 8px 0;
}
.sidebar .nav-link img {
  float: right;
}
.sidebar .dropdown-toggle::after {
  display: none;
}

.top-bar {
  background: #fff;
  height: 50px;
  display: flex;
  position: sticky;
  width: 100%;
  padding: 0 15px;
  z-index: 9;
  top: 0;
  box-shadow: 1px -1px 5px 2px rgba(0, 0, 0, 0.1);
}
.top-bar .logo-details {
  float: left;
  display: flex;
  justify-content: center;
  width: 250px;
}
.top-bar .logo-details img {
  width: 100px;
  text-align: center;
  padding: 5px 0;
}
.top-bar svg {
  font-size: 26px;
  color: #000;
  vertical-align: middle;
  margin: 13px 5px;
  cursor: pointer;
}

.main-section {
  padding: 12px 0 50px;
  transition: all 0.5s ease;
}

.right-sec {
  display: flex;
  justify-content: flex-end;
  flex: auto;
}

.custom-card {
  padding: 15px;
  background: #fff;
}

.profile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile a.dropdown-toggle {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  padding: 0 7px;
}
.profile img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.profile .dropdown-menu {
  top: 12px !important;
}

label {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #009fdc;
  border-radius: 0;
}

ul li::marker {
  color: #fff;
  font-size: 16px;
  list-style-type: circle;
}

li.circle {
  list-style-type: circle;
}

.pl-5 {
  padding-left: 5px;
}

.pl-0 {
  padding-left: 0;
}

.filter_btn {
  float: right;
  text-decoration: none;
  font-size: 16px;
  background: #6c757d;
  color: #fff;
  padding: 6px 20px;
  border-radius: 5px;
  margin: 0 5px;
}

.add_btn {
  float: right;
  text-decoration: none;
  font-size: 16px;
  background: #0980fe;
  color: #fff;
  padding: 6px 20px;
  border-radius: 5px;
  margin: 0 5px;
}

.page-title {
  margin: 5px 10px 17px;
  font-size: 20px;
  font-weight: 600;
}

.filter-title {
  font-size: 20px;
  text-align: center;
}

table.display, table {
  width: 100%;
  box-shadow: 0px 0px 15px rgba(12, 96, 149, 0.1215686275);
  -webkit-box-shadow: 0px 0px 15px rgba(12, 96, 149, 0.1215686275);
  -moz-box-shadow: 0px 0px 15px rgba(12, 96, 149, 0.1215686275);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
table.display thead, table thead {
  background: #0980fe;
  color: #fff;
}
table.display.dataTable, table.dataTable {
  width: 100% !important;
}
table.display a, table a {
  text-decoration: none;
}

table.display thead th, table.display tbody td, table thead th, table tbody td {
  font-size: 14px;
  padding: 7px !important;
  text-align: left !important;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: center !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: none !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-38 {
  margin-top: 38px;
}

.d-none {
  display: none;
}

.custom-card-inner {
  background: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.custom-card-inner .top-head {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

table svg {
  vertical-align: middle;
  width: 20px;
}

.top-head {
  padding: 10px 30px;
  background: transparent linear-gradient(270deg, #42389D 0%, #0F0E0E 100%) 0% 0%;
  box-shadow: 0px 0px 0px rgba(90, 113, 208, 0.1058823529);
  border: 1px solid #DDE4EB;
  border-radius: 30px;
  color: #fff;
  margin: 10px 0;
}

.form-sec {
  padding: 20px;
}

div.dt-buttons {
  position: initial;
  float: left;
}
div.dt-container .dt-length {
  float: left;
}
div.dt-container .dt-search {
  float: right;
  margin-bottom: 10px;
}
div.dt-container .dt-search input {
  padding: 4px 10px !important;
}
div.dt-container .dt-paging {
  display: flex;
  justify-content: end;
  align-items: end;
  float: right;
  margin-top: 10px;
}

div.dt-container .dt-paging .dt-paging-button {
  padding: 2px 15px !important;
}

.custom-card div.dt-container .dt-paging .dt-paging-button.current, .custom-card div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: #0E79E3 !important;
  color: #fff !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  background: #0E79E3 !important;
  color: #fff !important;
}

.dt-info {
  display: inline-block;
  margin-top: 10px;
}

.view-doc {
  display: inline-block;
  background: #06366A;
  color: #fff;
  padding: 5px 25px;
  text-decoration: none;
  border-radius: 5px;
}

.dt-length {
  margin-right: 5px;
  background: #f0f0f0;
}
.dt-length label {
  display: none;
}

div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button {
  padding: 5px 10px !important;
}

.login-top {
  border-radius: 39px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 80%;
  margin: 0 auto;
}

.login-form {
  padding: 70px 20px;
  height: 100%;
  display: inline-block;
  width: 488px;
}
.login-form .form-group {
  margin-bottom: 15px;
}

.login-form.otp {
  background: #eceff7;
  padding: 70px 20px;
  height: 100%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
}
.login-form.otp .form-group {
  margin-bottom: 15px;
}

.help-text {
  font-size: 12px;
}

.logo {
  text-align: center;
  margin-bottom: 25px;
}
.logo img {
  width: 150px;
}

.card-bg {
  box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #707070;
  background: #fff;
  display: flex;
  padding: 0;
  border-radius: 40px;
}

.login-sec {
  background: url(../images/login-bg.png) no-repeat bottom;
  background-size: cover;
  height: 100vh;
}

.submit-btn {
  width: 100%;
}

.forget-pass {
  float: right;
  font-size: 14px;
  text-decoration: none;
}

.login-rgt-img {
  width: 100%;
  display: inline-block;
}
.login-rgt-img img {
  height: 100vh;
  width: 100%;
}

.login-rgt-img.otp {
  height: 100%;
}
.login-rgt-img.otp img {
  height: 100%;
  width: 100%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.custom-file-uploader {
  position: relative;
  color: #fff;
  background: #145A9F;
  border-radius: 0;
}
.custom-file-uploader:hover {
  position: relative;
  color: #fff;
  background: #145A9F;
  border-radius: 0;
}

input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
}

.registration-sec {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100vh;
}
.registration-sec .page-title {
  margin: 10px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #091d82;
}

.regis-sec {
  background-color: #eceff7;
}

.otp-form .title {
  max-width: 400px;
  margin: auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.otp-form .title h3 {
  font-weight: bold;
}
.otp-form .title p {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.otp-form .title p.msg {
  color: initial;
  text-align: initial;
  font-weight: bold;
  font-size: 16px;
}

.otp-form input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #aeb5ac;
  outline: none;
  font-size: 16px;
  margin: 0px 10px 15px;
  text-align: center;
}
.otp-form input::-webkit-outer-spin-button, .otp-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-form input:focus {
  border-width: 2px;
  border-color: #aeb5ac;
  font-size: 20px;
}

.otp-form.genrate {
  margin: 0;
}
.otp-form.genrate input {
  margin: 0px 3px 15px;
}

.otp-form {
  margin: 0 30px;
}
.otp-form input:first-child {
  margin-left: 0px;
}
.otp-form .time {
  color: #1919B2;
}
.otp-form .resend {
  float: right;
  font-size: 12px;
  text-decoration: none;
}

.consignment-card ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.consignment-card li:first-child {
  margin-left: 0;
}
.consignment-card li:last-child {
  margin-right: 0;
}
.consignment-card li {
  display: flex;
  width: 25%;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  margin: 10px;
}

.card-list figure {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin: 10px;
}
.card-list figure.bg-blue {
  background: rgba(71, 145, 255, 0.1882352941);
}
.card-list figure.bg-yellow {
  background: rgba(255, 217, 80, 0.2117647059);
}
.card-list figure.bg-violet {
  background: rgba(255, 35, 102, 0.168627451);
}
.card-list figure.bg-green {
  background: rgba(2, 188, 119, 0.168627451);
}
.card-list img {
  float: left;
  width: 18px;
}
.card-list h3 {
  font-size: 14px;
  line-height: 26px;
  color: #807c7c;
  display: flex;
  margin-bottom: 0;
}
.card-list strong {
  display: contents;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.nav {
  --bs-nav-link-padding-y: 0.2rem;
}

.nav-pills {
  background: #e1e7fa;
  display: inline-flex;
  padding: 2px;
  border-radius: 20px;
  text-align: center;
  justify-content: center;
  flex-flow: row;
}
.nav-pills .nav-link {
  font-size: 15px;
  font-weight: 700;
  color: #0504aa;
  cursor: pointer;
}
.nav-pills .nav-link.active, .nav-pills .nav-pills .show > .nav-link {
  border-radius: 20px;
  background-color: #091d82;
  color: #fff;
}

.p-15 {
  padding: 15px;
}

.login-card {
  display: flex;
  align-items: center;
}

.date-info .distance {
  display: inline-block;
  padding-left: 27px;
}
.date-info .time {
  display: inline-block;
}

.consigmnt-details {
  background: rgba(90, 113, 208, 0.1058823529);
  padding: 0 15px;
  border: 1px solid #d8dbe1;
  border-radius: 10px;
  margin-bottom: 10px;
}
.consigmnt-details strong {
  font-weight: 600;
}
.consigmnt-details .top-info {
  border-bottom: 1px solid #d8dbe1;
  padding: 3px;
  color: #01357D;
  font-size: 14px;
}
.consigmnt-details .desc {
  padding: 3px;
  font-size: 14px;
}
.consigmnt-details .delivery-date {
  border-bottom: 1px solid #d8dbe1;
  padding: 3px;
  color: #01357D;
  font-size: 14px;
}
.consigmnt-details .date-info {
  padding: 3px;
  font-size: 14px;
}

.consigmnt-list {
  padding: 10px;
  min-height: 399px;
}
.consigmnt-list h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.consigmnt-list a.view-all {
  font-size: 16px;
  line-height: 22px;
  float: right;
  border: 1px solid;
  text-decoration: none;
  padding: 1px 10px;
}

.farmer-list {
  background: #030aac;
  padding: 20px;
}
.farmer-list h3 {
  color: #fff;
  font-size: 20px;
}
.farmer-list ul {
  margin: 0;
  padding: 0;
}
.farmer-list li {
  display: flex;
  padding: 9px 0;
}
.farmer-list .circle {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
}
.farmer-list .blue {
  background: #06366A;
}
.farmer-list .yellow {
  background: #FFC400;
}
.farmer-list .green {
  background: rgba(26, 245, 26, 0.8392156863);
}
.farmer-list .cgreen {
  background: #02BC77;
}
.farmer-list .orange {
  background: #f14949;
}
.farmer-list .title {
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-transform: capitalize;
}
.farmer-list .title.bold {
  font-weight: 700;
}
.farmer-list .title span {
  vertical-align: -webkit-baseline-middle;
}
.farmer-list .title span small {
  display: block;
}

.consig-list {
  margin-bottom: 10px;
  box-shadow: 0px 0px 0px rgba(90, 113, 208, 0.1058823529);
  border: 1px solid #DDE4EB;
  border-radius: 12px;
  font-size: 14px;
}
.consig-list .border-right {
  border-right: 1px solid #d8dbe1;
}
.consig-list .id {
  color: #01357D;
}
.consig-list .id strong {
  font-size: 16px;
}
.consig-list strong {
  font-weight: 600;
  padding-right: 20px;
  font-size: 14px;
}
.consig-list .status {
  float: right;
  padding: 0 15px;
  font-weight: 600;
}
.consig-list .upcoming {
  color: #032764;
  background: #C7D2F8;
}
.consig-list .cancel {
  color: #8E0707;
  background: #F8C7C7;
}
.consig-list .complete {
  color: #166403;
  background: #D2F8C7;
}
.consig-list .ontheway {
  background: #94bbed;
  color: #032764;
}
.consig-list .atyard {
  background: #d9b1d9;
  color: #032764;
}
.consig-list .atdonga {
  color: #032764;
  background: #f7caf6;
}

.btn-status {
  margin: 0 4px;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 19px;
  color: #fff;
  display: inline-block;
}
.btn-status.show-more {
  background: #FFC400;
}
.btn-status.track {
  background: #014878;
}
.btn-status.change {
  background: #2B80FF;
}
.btn-status.reject {
    background: #FF0000;
}
.btn-status.accept {
    background: green;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.vehicle-list {
  box-shadow: 0px 0px 0px rgba(90, 113, 208, 0.1058823529);
  border: 1px solid #DDE4EB;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 0;
}
.vehicle-list figure {
  background: #d8d8d8;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  margin-bottom: 0;
}
.vehicle-list figure .capacity {
  position: absolute;
  top: 5px;
  right: 5px;
}

.vehicle-desc {
  padding: 8px 10px 15px;
}
.vehicle-desc .rate {
  float: right;
}
.vehicle-desc a {
  display: inline-block;
  margin: 2px 0;
}

.booking-confirm {
  background: rgba(222, 252, 225, 0.1921568627);
  box-shadow: 0px 0px 0px rgba(90, 113, 208, 0.1058823529);
  border: 1px solid #DDE4EB;
  padding: 50px;
}

.register-btn {
  padding: 40px 15px 20px;
}
.register-btn button {
  margin: 0 5px;
}

.form-group {
  margin: 4px 0;
}

.progress-status {
  background: #030aac;
  padding: 20px;
}
.progress-status .progress-title {
  color: #fff;
  font-size: 18px;
}

.StepProgress {
  position: relative;
  padding-left: 35px;
  list-style: none;
}
.StepProgress strong {
  font-weight: 600;
}
.StepProgress::before {
  display: inline-block;
  counter-increment: list;
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
}
.StepProgress-item {
  position: relative;
  counter-increment: list 5;
  color: #fff;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 15px;
}
.StepProgress-item.four::before {
  border-left: 0;
}
.StepProgress-item::before {
  display: inline-block;
  border-left: 4px solid #fff;
  content: counter(list);
  position: absolute;
  left: -27px;
  height: 100%;
  width: 10px;
  color: #030aac;
}
.StepProgress-item::after {
  content: counter(list);
  display: inline-block;
  position: absolute;
  top: 0;
  left: -37px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.StepProgress-item.one::after {
  background-color: #2B80FF;
}
.StepProgress-item.two::after {
  background-color: #02BC77;
}
.StepProgress-item.three::after {
  background-color: #FFC400;
}
.StepProgress-item.four::after {
  background-color: #02bc49;
}
.StepProgress-item::after {
  content: counter(list);
  padding-top: 1px;
  width: 25px;
  height: 25px;
  top: 0px;
  left: -37px;
  text-align: center;
  color: #fff;
}
.StepProgress strong {
  display: block;
}

.view-all a {
  font-size: 14px;
  text-decoration: none;
  background: #0616FC;
  color: #fff;
  padding: 4px 8px;
}

.btn-cs {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  margin: -15px 27px;
  vertical-align: text-top;
}
.btn-cs.cancel-btn {
  background: #FF0000;
}
.btn-cs.track-btn {
  background: #0E4C82;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-map .responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.footer {
  background: #DBDBDB;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.accordion {
  --bs-accordion-border-color:transparent;
}
.accordion .accordion-item {
  background: transparent linear-gradient(270deg, #42389D 0%, #0F0E0E 100%) 0% 0%;
  color: #fff;
  border: none;
}
.accordion .accordion-item .accordion-header {
  font-size: 14px;
  line-height: 20px;
}
.accordion .accordion-item strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}
.accordion .accordion-body {
  padding: 0;
  font-size: 14px;
}
.accordion .accordion-button {
  background: transparent linear-gradient(270deg, #42389D 0%, #0F0E0E 100%) 0% 0%;
  color: white;
  border: none;
  padding: 0;
  font-size: 14px;
  display: inline-grid;
}
.accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion .accordion-button:after {
  position: absolute;
  right: -10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-button:not(.collapsed) {
  background: transparent linear-gradient(270deg, #42389D 0%, #0F0E0E 100%) 0% 0%;
  color: #fff;
}

.btn-transport, .btn-transport:hover {
  background: #0A326D;
  color: #fff;
  border-radius: 30px;
}

.radius30 {
  border-radius: 30px;
}

.modal-dialog {
  max-width: 850px;
}

.confirm-desc figure {
  width: 50px;
  height: 50px;
  background: green;
  border-radius: 100px;
  display: inline-block;
}

.btn-light {
  --bs-btn-bg: #dbe4ec;
}

.modal-header {
  padding: 5px 15px;
}

.btn-login, .btn-login:hover, .btn-login:active {
  background-color: #007BFF !important;
  color: #fff !important;
}

.btn-register, .btn-register:hover, .btn-register:active {
  background-color: #074282 !important;
  color: #fff !important;
}

a {
  text-decoration: none;
}

.document_detail .del svg {
  color: #FF0000;
}

.custom-card.document_detail {
  border-radius: 5px;
}
.custom-card.document_detail .icons a {
  float: right;
  padding: 0 2px;
}
.custom-card.document_detail svg {
  width: 20px;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  border: 1px solid #dbdbdb !important;
  background: #F2F4F5 !important;
}

.scrollbar {
  max-height: 399px;
  overflow-y: auto;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: #0E4C82;
  border-radius: 10px;
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #0E4C82;
}

.green-data {
  color: green;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 600;
  padding: 5px;
}

.red-data {
  color: #FF0000;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 600;
  padding: 5px;
}

.border-none, .border-none:focus {
  border: none;
  padding: 0.375rem 0;
  box-shadow: none;
}

.user-btn {
  padding: 8px 0px;
}
.user-btn .btn, .user-btn .btn:active {
  padding: 2px 10px;
  color: #fff;
  background: #17a2b8;
}

.contact-details svg {
  margin: 12px 2px;
}
.contact-details a {
  color: #001737;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  padding: 0 25px;
}

#bookingDetails .modal-dialog {
  max-width: 1050px;
}

#booking .modal-dialog {
  max-width: 1050px;
}

#cancelbooking .modal-dialog {
  max-width: 1050px;
}

#changeLocation .modal-dialog {
  max-width: 1050px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.pass-icon i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.selected {
  background-color: royalblue;
}

.astrik {
  color: #FF0000;
  font-size: 1.2em;
  margin-left: 0.1em;
}

#chart, .apexcharts-canvas, .apexcharts-svg {
  width: 100%;
  max-width: 100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.bootstrap-select.form-select {
  padding: 0 !important;
  font-size: 14px;
  border: 1px solid #dee2e6 !important;
}
.bootstrap-select.form-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-item {
  font-size: 14px;
}
.bootstrap-select .dropdown-toggle {
  background: #fff !important;
  color: #6a6868 !important;
  font-size: 14px;
  height: 38px;
}
.bootstrap-select .dropdown-toggle:hover {
  background: #fff !important;
  color: #6a6868 !important;
  border: 1px solid #dee2e6 !important;
}

.datepicker {
  padding-top: 0 !important;
}

.dt-length .bs-searchbox {
  display: none;
}
.dt-length .dropdown-toggle {
  background: #e9e9e9 !important;
}
.dt-length .dropdown-toggle:hover {
  background: #e9e9e9 !important;
}
.dt-length .btn {
  --bs-btn-padding-y: 0.255rem;
}
.dt-length .bootstrap-select {
  padding: 0 !important;
}
.dt-length .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select.swal2-select {
  display: none !important;
}

.page-sub-title {
  margin: 5px 0px 17px;
  font-size: 18px;
  font-weight: 600;
}

.custom-card-profile {
  padding: 0 0 15px;
  background: #fff;
  box-shadow: 0px 15px 20px rgba(51, 74, 124, 0.1019607843);
}

.profile-title {
  margin: 5px 0px 17px;
  font-size: 20px;
  font-weight: 600;
}

#profile.accordion .accordion-button:after {
  background-image: none;
}

.form-control {
  font-size: 14px;
  height: 38px;
}/*# sourceMappingURL=style.css.map */