/*-----------------
    10. Table
-----------------------*/
.table {
  color: var(--primary);
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.table .dataTable {
  border-collapse: collapse !important;
}

.table .table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 150px;
  font-size: 14px;
}

.table .thead-light th {
  font-size: 15px;
  color: var(--primary);
  font-weight: 500;
  background-color: #F4F4F4;
  padding: 15px;
}

.table thead {
  background-color: #F4F4F4;
  border-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.table tbody {
  vertical-align: middle;
  white-space: nowrap;
}

.table tbody tr {
  border-bottom: 1pt solid #F1F1F1;
}

.table tbody tr td {
  border-color: #dee2e6;
  padding: 15px;
}

.table tbody td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.table tbody td h2 span {
  color: #888888;
  display: block;
  font-size: 13px;
  margin-top: 2px;
}

.table tbody td a {
  color: var(--primary);
}

.table tbody td a.btn-action-icon {
  background: #F3F3F3;
  color: var(--primary);
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50px;
}

.table tbody td a.btn-action-icon:active {
  color: var(--secondary);
}

.table tbody td a+a {
  display: inline-block;
}

.table tbody td a.add-btn {
  display: inline-block !important;
}

.table tbody td a:hover {
  color: var(--secondary);
}

.table tbody td a:active {
  color: #ffffff;
}

.table tbody td a.btn {
  display: inline-block;
  padding: 5px 10px;
}

.table tbody td .items-links {
  color: #28283C;
  display: inline-block;
}

.table tbody td .items-links:hover {
  color: var(--secondary);
}

.table .invoice-link {
  color: var(--primary);
  display: inline-block;
}

.table .invoice-link:hover {
  color: var(--primary);
}

.table .invoice-link .table-center th,
.table .invoice-link .table-center td {
  vertical-align: middle;
}

.table .invoice-link .dropdown-menu {
  width: 200px;
  background: #ffffff;
  border: 1px solid #888888;
  box-shadow: 0px 4px 4px #888888;
  margin-top: 10px !important;
  border-radius: 6px;
}

.table .invoice-link .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  color: #28283C;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.table .invoice-link .dropdown-item:last-child {
  margin-bottom: 0;
}

.table .invoice-link .dropdown-item:focus,
.table .invoice-link .dropdown-item:hover {
  color: var(--secondary);
  background: transparent;
}

.table .invoice-link .dropdown-item.active {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--secondary);
}

.table .invoice-link .dropdown-item i {
  font-size: 16px;
}

.table .dropdown-menu {
  width: 160px;
  background: #ffffff;
  border: 1px solid #EDECF8;
  box-shadow: 0px 16px 32px #888888;
  border-radius: 12px;
  padding: 0;
  margin-top: 10px !important;
}

.table .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  color: var(--primary);
  padding: 10px 20px 10px;
}

.table-inbox {
  font-size: 15px;
  margin-bottom: 0;
}

.table-nowrap th,
.table-nowrap td {
  white-space: nowrap;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
  background-color: #f8f9fa;
}

.table-striped .dropdown-action {
  margin-bottom: 0;
}

.table-striped .table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table.no-border>tbody>tr>td,
.table>tbody>tr>th,
.table.no-border>tfoot>tr>td,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>thead>tr>th {
  padding: 10px 8px;
}

.table-hover tbody tr:hover {
  background-color: #f6f6f7;
}

.table-bordered th {
  border-color: rgba(0, 0, 0, 0.05);
}

.table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}

.table-bordered td:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.table-bordered td:last-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.card-table .card-body {
  padding: 0 !important;
}

.card-table .card-body .table>thead>tr>th {
  border-top: 0;
}

.card-table .card-body .table td {
  color: var(--primary);
  font-weight: 400;
  border-top: 0;
  font-size: 13px;
  padding: 15px 25px;
  white-space: nowrap;
  box-shadow: none;
}

.card-table .card-body .table td:first-child {
  padding-left: 25px;
}

.card-table .card-body .table th {
  white-space: nowrap;
  padding: 12px 25px;
  border-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: var(--primary);
}

.card-table .card-body .table th:first-child {
  padding-left: 25px;
}

.table> :not(:first-child) {
  border: 0;
}

.dataTables_length select {
  appearance: auto;
}

.table-nosearch .dataTables_length,
.table-nosearch .dataTables_filter {
  display: none;
}

.card-table div.table-responsive>div.dataTables_wrapper>div.row:first-child {
  padding: 1.5rem 1.5rem 0 !important;
  align-items: center;
}

.card-table div.table-responsive>div.dataTables_wrapper>div.row:last-child {
  padding: 0 1.5rem 1.5rem !important;
  align-items: center;
}

.dataTables_length select {
  appearance: auto;
}

table .badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  min-width: auto;
  padding: 8px 10px;
  font-weight: 400;
  text-align: center;
}

.table tbody td a {
  color: var(--primary);
}

.table tbody td a.action-icon {
  color: #333;
}

.table tbody td h2.table-avatar a {
  color: #3F4254;
}

.table tbody td h2.table-avatar a:hover {
  color: var(--secondary);
}

.mini-sidebar .header .header-left.header-left-two .logo.logo-small {
  padding: 10px 0 0;
  margin: 0;
}

.categories-table .table tr:last-child td {
  padding-bottom: 0;
  border: none;
}

.categories-table .table td {
  padding: 8px;
  font-size: 14px;
}

.card-table .table {
  background: #ffffff;
  margin-bottom: 24px !important;
  border-radius: 8px;
}

.bor-rad {
  border-radius: 50%;
}

.border-radius-10 {
  border-radius: 10px;
}

.gap-2 {
  gap: 20px;
}

.bg-soft-info {
  background-color: #e3e9fc;
  color: #000000;
}

.dataTables_length label {
  font-weight: 500 !important;
  font-size: 14px;
  color: #3F4254;
}

.dataTables_length label:before {
  content: "Show";
  margin-right: 5px;
  font-size: 14px;
}

.dataTables_length label:after {
  content: "Entries";
  margin-left: 5px;
  font-size: 14px;
}

.dashboard-table .dt-container tr th:hover {
  outline: 0 !important;
}

.dashboard-table .dt-container .dt-layout-row:first-child {
  display: none;
}

.dashboard-table .dt-container .dt-layout-row:last-child {
  padding: 0 20px;
}

/* --- Custom Icon Grid (User Settings) --- */
.nav-head {
  color: #ffffff;
}

.custom-icon-grid-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 15px 0;
  padding: 0 16px;
}

.custom-icon-grid-row {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.custom-icon-box {
  border: 1px solid #f8f9fa;
  border-radius: 18px;
  width: 120px;
  height: 77px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s;
  cursor: pointer;
}

.custom-icon-box:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.custom-icon-box i {
  font-size: 20px;
  color: var(--secondary);
  margin-bottom: 12px;
}

.custom-icon-box span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  word-break: break-word;
}

.dashboard-table .dt-container .dt-layout-row {
  margin: 0;
}

.dashboard-table .dt-container .dt-paging .dt-paging-button {
  border: 1px solid #DBDBDB !important;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px;
}

.dashboard-table .dt-container .dt-paging .dt-paging-button:first-child,
.dashboard-table .dt-container .dt-paging .dt-paging-button:last-child {
  display: none;
}

.dashboard-table .dt-container .dt-paging .dt-paging-button.current {
  background: var(--secondary);
  border-color: var(--secondary) !important;
  color: #ffffff !important;
}

/*
Author       : Suraj Sahu
Template Name: Gaadiwala Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. Reset
2. Typography
3. General
4. Grid
5. Buttons
6. Header
7. Footer
8. Breadcrumb
9. Select
10. Table
11. Home
12. Login
13. Common
14. Faq
15. Pricing
16. Gallery
17. Our Team
18. Contact
19. Invoice
20. Blog
21. Testimonials
22. About Us
23. Product Details
24. Products
25. Users

========================================*/
.footer-two {
  background: #F2F7F6;
  position: relative;
  z-index: 1;
}

.footer-two .sec-bg img {
  position: absolute;
  z-index: -1;
}

.footer-two .sec-bg img:first-child {
  bottom: 60px;
  left: 0;
  right: 0;
}

.footer-two .sec-bg img:nth-child(2) {
  left: 0;
  top: 30px;
}

.footer-two .footer-top {
  padding: 40px 0 20px;
}

.footer-two .footer-widget {
  margin-bottom: 20px;
}

.footer-two .footer-widget .widget-title h4 {
  color: #0A152F;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-two .footer-widget .footer-links li a {
  color: #676767;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.footer-two .footer-widget .footer-links li a i {
  font-size: 10px;
  margin-right: 5px;
}

.footer-two .footer-widget .footer-links li a:hover {
  color: var(--secondary);
}

.footer-two .footer-widget .footer-links li+li {
  margin-top: 15px;
}

.footer-two .footer-widget .footer-address>li {
  font-size: 14px;
}

.footer-two .footer-widget .footer-address>li+li {
  margin-top: 15px;
}

.footer-two .footer-widget .footer-address>li.social-link ul {
  display: flex;
  align-items: center;
}

.footer-two .footer-widget .footer-address>li.social-link ul li {
  margin-right: 10px;
}

.footer-two .footer-widget .footer-address>li.social-link ul li:last-child {
  margin-right: 0;
}

.footer-two .footer-widget .footer-address>li.social-link ul li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0A152F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}

.footer-two .footer-widget .footer-address>li.social-link ul li a:hover {
  background: var(--secondary);
  transition: 0.5s all;
}

.footer-two .footer-widget .footer-address>li.social-link ul li a i {
  background: transparent;
  font-size: 12px;
}

.footer-two .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

@media (max-width: 767.96px) {
  .footer-two .footer-bottom {
    padding-top: 0;
  }
}

.footer-two .footer-bottom .copy-right {
  font-size: 14px;
}

.footer-two .footer-bottom .copy-right p {
  font-size: 14px;
}

.footer-two .footer-bottom .copy-right p span {
  color: #0A152F;
}

@media (max-width: 575.96px) {
  .footer-two .footer-bottom .copy-right {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 575.96px) {
  .footer-two .footer-bottom {
    flex-direction: column;
  }
}

/*
Author       : Suraj Sahu
Template Name: Gaadiwala Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. Reset
2. Typography
3. General
4. Grid
5. Buttons
6. Header
7. Footer
8. Breadcrumb
9. Select
10. Table
11. Home
12. Login
13. Common
14. Faq
15. Pricing
16. Gallery
17. Our Team
18. Contact
19. Invoice
20. Blog
21. Testimonials
22. About Us
23. Product Details
24. Products
25. Users

========================================*/
/*-----------------
    13. Common
-----------------------*/
@media (max-width: 1199.96px) {

  .container,
  .container-sm {
    max-width: 100%;
  }
}

.page-wrapper {
  margin-left: 247px;
  padding-top: 77px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1199.96px) {
  .page-wrapper {
    margin-left: 200px;
  }
}

.page-wrapper .content {
  padding: 25px;
}

@media (max-width: 1199.96px) {
  .page-wrapper .content {
    padding: 20px;
  }
}

@media (max-width: 991.96px) {
  .page-wrapper .content {
    padding: 15px;
  }
}

@media (max-width: 991.96px) {
  .page-wrapper {
    margin: 0;
    padding-top: 60px;
  }
}

.content-page-header {
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 30px 0;
}

@media (max-width: 575.96px) {
  .content-page-header {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .content-page-header {
    margin: 0 0 30px 0;
  }
}

.content-page-header h5 {
  font-size: 24px;
  color: var(--primary);
  font-weight: 600;
  margin: 0;
}

@media (max-width: 767.98px) {
  .content-page-header h5 {
    font-size: 18px;
  }
}

.content-page-header h6 {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
  margin: 0;
}

.card {
  background: #ffffff;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  margin: 0 0 24px 0;
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 8px;
}

.card .card-header {
  border-color: #f0f1f5;
  background-color: #ffffff;
  padding: 1.5rem;
}

.card .card-header:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media (max-width: 1199.96px) {
  .card .card-header {
    padding: 15px;
  }
}

.card .card-body {
  position: relative;
  padding: 1.5rem;
}

@media (max-width: 1199.96px) {
  .card .card-body {
    padding: 15px;
  }
}

.card .card {
  position: relative;
  padding: 1.5rem;
}

@media (max-width: 1199.96px) {
  .card .card {
    padding: 15px;
  }
}

.text-success-light {
  color: #1FBC2F !important;
}

.text-warning-light {
  color: var(--secondary);
}

.warning-border {
  border: 1px solid var(--secondary);
  padding: 0 3px;
  border-radius: 50px;
}

.danger-border {
  border: 1px solid #FF0000;
  padding: 0 3px;
  border-radius: 50px;
}

.info-border {
  border: 1px solid #377dff;
  padding: 0 3px;
  border-radius: 50px;
}

.text-primary {
  color: var(--secondary) !important;
}

.text-danger {
  color: #FF0000 !important;
}

.text-gray-light {
  color: var(--primary);
}

.text-gray-dark {
  color: #3F4254;
}

.text-muted {
  color: #F2F7F6 !important;
}

.bg-light-gray {
  background: #F3F3F3;
}

.bg-primary-light {
  background: #EADDFF;
}

.bg-green-light {
  background: #E1FFED;
}

.bg-danger-light {
  background: #FFECEC;
}

.bg-white-smoke {
  background: #EFEFEF;
}

.bg-light-primary {
  background: #F2F7F6 !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.dropdown-item {
  font-size: 12px;
  padding: 8px 10px;
}

.add-cate-status {
  margin: 50px 0 0 0 !important;
}

@media (max-width: 575.96px) {
  .add-cate-status {
    margin: 0 !important;
  }
}

.input-block {
  margin: 0 0 15px 0;
}

.input-block .forgot-link {
  color: #FF0000;
  font-size: 14px;
}

.input-block label {
  margin: 0 0 10px 0;
  font-weight: 600;
  color: var(--primary);
}

@media (max-width: 1199.96px) {
  .input-block label {
    font-size: 14px;
  }
}

.input-block .optional {
  font-weight: 400;
  font-size: 12px;
  color: var(--primary);
}

.input-block .form-control {
  background: #F5F5F5;
  border: 1px solid #F4F4F4;
  box-shadow: none;
  border-radius: 5px;
  margin: 0;
  padding: 13px;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary);
}

@media (max-width: 767.96px) {
  .input-block .form-control {
    margin: 0 0 15px;
    padding: 10px;
  }
}

.input-block .form-control ::placeholder,
.input-block .form-control ::-webkit-input-placeholder,
.input-block .form-control :-ms-input-placeholder {
  color: #676767;
  font-size: 14px;
  font-weight: 500;
}

.input-block .form-control:focus {
  background: #ffffff;
}

.input-block .form-control .form-title {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary);
  margin: 0 0 25px 0;
}

.input-block .search-btn .check-available {
  padding: 12px 20px;
}

.input-block textarea.form-control {
  height: auto;
}

.input-block .intl-tel-input,
.input-block .iti {
  width: 100%;
}

.input-block .note-toolbar {
  background: #ffffff;
}

.input-block .note-editable {
  background: #ffffff;
}

.input-block .note-resizebar {
  height: 0 !important;
}

.input-block .toggle-password {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, 50%);
}

.input-block .feather-eye-off {
  color: var(--primary);
}

.input-block .feather-eye {
  margin-right: 1px;
  color: var(--primary);
}

.custom_check {
  position: relative;
  padding-left: 30px;
}

.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #828282;
  background-color: #ffffff;
  border-radius: 2px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  display: none;
  left: 2px;
  top: 2px;
  color: #828282;
  font-size: 12px;
}

.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom_check input:checked~.checkmark {
  background-color: #ffffff;
}

.custom_check input:checked~.checkmark:after {
  display: block;
}

.custom_check span {
  color: #828282;
  font-weight: 400;
}

.pass-group {
  position: relative;
}

/* Align password visibility toggle inside inputs */
.pass-group .toggle-password,
.pass-group .toggle-password-two,
.pass-group .toggle-password-three,
.pass-group .toggle-password-four,
.pass-group .toggle-password-five,
.pass-group .toggle-password-six {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #828282;
  cursor: pointer;
  z-index: 2;
}

.pass-group .form-control {
  padding-right: 42px;
}

.close {
  background: transparent;
  border: 0;
  color: #28283C;
  font-size: 28px;
  line-height: normal;
  top: 20px;
  width: auto;
  height: auto;
  right: 20px;
}

.close span {
  background: #888888;
  border-radius: 50px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.close span:hover {
  background: var(--secondary);
  color: #ffffff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.card-title {
  margin-bottom: 0;
  border-radius: 10px;
}

.cal-icon {
  position: relative;
  width: 100%;
}

.cal-icon:after {
  color: #979797;
  content: "\f073";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 10px;
}

.cal-icon-info:after {
  font-family: "Feather";
  content: "\e926";
  color: var(--primary);
  font-weight: 400;
  font-size: 18px;
  top: 8px;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap {
  position: fixed;
  right: 12px;
  bottom: 25px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(75, 64, 237, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 35px;
  font-size: 17px;
  color: #ffffff;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.pagination .pagination {
  flex-wrap: wrap;
}

@media (max-width: 478.98px) {

  .pagination .pagination .previtem,
  .pagination .pagination .nextlink {
    margin-bottom: 10px;
  }
}

.pagination .pagination .previtem a,
.pagination .pagination .nextlink a {
  height: 38px;
  border-radius: 10px;
  padding: 0 20px;
  color: var(--primary);
}

.pagination .pagination .previtem a:focus,
.pagination .pagination .nextlink a:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 478.98px) {
  .pagination .pagination li .page-group ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 478.98px) {
  .pagination .pagination li .page-group ul li {
    margin-bottom: 10px;
  }
}

.pagination .pagination-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .pagination-center .page-group .page-item a {
  border: 1px solid #DEE2E7;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 19px;
  margin: 0 12px 0 0;
  color: var(--primary);
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .pagination-center .page-group .page-item a:focus {
  outline: 0;
  box-shadow: none;
}

.pagination .pagination-center .page-group .page-item a:hover {
  background-color: var(--secondary);
  color: #ffffff;
  border: 1px solid var(--secondary);
}

.pagination .pagination-center .page-group .page-item .active {
  background-color: var(--secondary);
  color: #ffffff;
  border: 1px solid var(--secondary);
}

.pagination .pagination-center .page-group ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
}

.privacy-section {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.96px) {
  .privacy-section {
    padding: 40px 0;
  }
}

.privacy-section .terms-policy p {
  margin: 0 0 38px;
}

@media (max-width: 991.96px) {
  .privacy-section .terms-policy p {
    margin: 0 0 28px;
  }
}

.privacy-section .terms-policy ul {
  margin: 0 0 38px;
}

.privacy-section .terms-policy ul li {
  margin: 0 0 11px;
}

.privacy-section .terms-policy ul li span {
  margin-right: 10px;
  color: var(--secondary);
}

.error-page {
  padding: 50px;
  align-items: center;
  color: #28283C;
  font-weight: 900;
}

@media (max-width: 575.96px) {
  .error-page {
    padding: 50px;
  }
}

.error-page .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  width: 100%;
  min-height: unset;
}

.error-box {
  margin: 40px auto;
  max-width: 600px;
  text-align: center;
  width: 100%;
}

.error-box img {
  margin: 0 0 50px;
}

.error-box h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.error-box p {
  margin: auto auto 30px;
  color: #787878;
  font-weight: 500;
  max-width: 560px;
}

.error-box .btn-maintance {
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 20px;
}

@media (max-width: 767.98px) {
  .error-box .btn-maintance {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.error-box .error-500 {
  margin: 0 0 60px;
}

.error-box .coming-soon {
  padding: 50px 0 8px;
  color: #28283C;
}

@media (max-width: 767.96px) {
  .error-box .coming-soon {
    font-size: 20px;
  }
}

.error-box .back-button .btn {
  padding: 15px 20px;
  font-size: 16px;
}

@media (max-width: 575.96px) {
  .error-box .back-button .btn {
    padding: 10px;
    font-size: 14px;
  }
}

.serve-form {
  margin: 0 0 39px;
}

@media (max-width: 767.96px) {
  .serve-form {
    padding-bottom: 30px;
  }
}

.serve-form .input-block {
  margin-bottom: 0;
}

.serve-form .input-block .form-control {
  margin-right: 10px;
  font-size: 14px;
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.serve-form .input-block .form-control::placeholder {
  color: var(--primary);
  font-weight: 500;
}

@media (max-width: 767.96px) {
  .serve-form .input-block .form-control {
    min-height: 46px;
    font-size: 14px;
  }
}

.serve-form .input-block .button-notific {
  min-width: 115px;
  height: 47px;
  color: #ffffff;
  border-radius: 5px;
  background: var(--primary);
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 767.96px) {
  .serve-form .input-block .button-notific {
    min-width: 100px;
    font-size: 14px;
  }
}

.serve-form .input-block .button-notific:hover {
  color: #ffffff;
  background: #3F4254;
  border: 1px solid #3F4254;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap {
  position: fixed;
  right: 12px;
  bottom: 25px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(75, 64, 237, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}

.progress-wrap svg.progress-circle path {
  stroke: var(--secondary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 35px;
  font-size: 17px;
  color: var(--secondary);
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

iframe {
  width: 100%;
}

.iframe-video {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .iframe-video {
    height: 300px;
  }
}

.custom_radio {
  color: #000;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_radio.active {
  color: #333344;
}

.border-radius {
  border-radius: 50%;
}

.radio_input .custom_radio+.custom_radio {
  margin-left: 15px;
}

.custom_radio input {
  position: absolute;
  opacity: 0;
}

.custom_radio input:checked~.checkmark:after {
  opacity: 1;
}

.custom_radio .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid var(--secondary);
  border-radius: 50%;
}

.custom_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--secondary);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.new-modal .modal-dialog {
  margin-top: 60px;
}

.new-modal .modal-content {
  padding: 24px;
}

@media (max-width: 767.96px) {
  .new-modal .modal-content {
    padding: 15px;
  }
}

.new-modal .modal-content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #F4F4F4;
}

.new-modal .modal-content .modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-bottom: 0;
}

@media (max-width: 767.96px) {
  .new-modal .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
}

.new-modal .modal-content .modal-header .close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #737373;
  font-size: 22px;
  height: 34px;
  width: 34px;
  margin: 0;
  opacity: 1;
  padding: 0;
  z-index: 99;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.new-modal .modal-content .modal-header .close-btn:hover {
  color: #ffffff;
  background-color: #FF0000;
  border: 1px solid #FF0000;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.new-modal .modal-content .modal-body {
  padding: 0;
}

/*
Author       : Suraj Sahu
Template Name: Gaadiwala Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. Reset
2. Typography
3. General
4. Grid
5. Buttons
6. Header
7. Footer
8. Breadcrumb
9. Select
10. Table
11. Home
12. Login
13. Common
14. Faq
15. Pricing
16. Gallery
17. Our Team
18. Contact
19. Invoice
20. Blog
21. Testimonials
22. About Us
23. Product Details
24. Products
25. Users

========================================*/
/*-----------------
    25. Users
-----------------------*/
.status-lists {
  margin-bottom: 40px;
}

.status-lists li {
  background: rgba(31, 188, 47, 0.1);
  padding: 10px;
  color: var(--primary);
  font-size: 16px;
  margin-bottom: 13px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.status-lists li.bg-danger-light {
  background: rgba(239, 59, 45, 0.1);
}

@media (max-width: 767.96px) {
  .status-lists li {
    font-size: 15px;
  }
}

.status-lists li span {
  margin-right: 5px;
}

.status-lists li:last-child {
  margin-bottom: 0;
}

.status-lists li p a {
  text-decoration: underline;
  color: var(--primary);
}

.status-lists li p a:hover {
  color: var(--secondary);
}

.status-lists li .close-link {
  color: #111;
}

.status-lists li .close-link:hover {
  color: #FF0000;
}

.status-lists li .view-detail {
  text-decoration: underline;
  color: var(--primary);
}

.status-lists li .view-detail:hover {
  color: var(--secondary);
}

@media (max-width: 575.96px) {
  .status-lists li.approve-item {
    flex-direction: column;
  }
}

.widget-box {
  border: 1px solid #F4F4F4;
  background: #FCFCFC;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.25);
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 15px;
}

.widget-box .widget-header {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.widget-box .widget-header .widget-content {
  margin-bottom: 15px;
}

.widget-box .widget-header .widget-content h6 {
  color: #737373;
  margin-bottom: 5px;
}

.widget-box .widget-header .widget-content h3 {
  font-size: 28px;
  color: #111;
}

@media (max-width: 991.96px) {
  .widget-box .widget-header .widget-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 767.96px) {
  .widget-box .widget-header .widget-content h3 {
    font-size: 22px;
  }
}

.widget-box .widget-header .widget-icon {
  margin-bottom: 15px;
}

.widget-box .widget-header .widget-icon span {
  width: 65px;
  height: 65px;
  border-radius: 60px 0px 60px 60px;
  background: var(--secondary);
  padding: 10px;
}

.widget-box .view-link {
  color: var(--secondary);
}

.widget-box .view-link:hover {
  color: var(--secondary);
}

.bg-danger {
  background-color: #FF0000 !important;
}

.bg-success {
  background-color: #1FBC2F !important;
}

.card.user-card {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #DBDBDB;
  background: #ffffff;
  box-shadow: none;
}

.card.user-card .card-header {
  border-color: #DBDBDB;
  padding: 15px 15px 7px;
}

.card.user-card .card-header h5 {
  color: #111;
  font-size: 20px;
  margin-bottom: 8px;
}

@media (max-width: 767.96px) {
  .card.user-card .card-header h5 {
    font-size: 18px;
  }
}

.booking-select {
  margin-bottom: 8px;
}

.booking-select .select2-container--default {
  min-width: 134px !important;
}

.booking-select .select2-container--default .select2-selection--single {
  border-color: #DBDBDB;
  background: #F5F5F5;
}

.booking-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #111;
  line-height: 45px;
}

.booking-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  top: 0;
}

.booking-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #111;
}

.booking-select .view-link {
  color: var(--secondary);
  margin-left: 20px;
}

.booking-select .view-link:hover {
  color: var(--secondary);
}

.status-box {
  background: #F2F7F6;
  padding: 10px;
}

.status-box p {
  font-size: 14px;
  color: #111;
}

.status-box p span {
  color: #737373;
}

.dashboard-table {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
}

.dashboard-table .table.dataTable {
  border-collapse: collapse !important;
  margin: 0 !important;
}

.dashboard-table .table.dataTable thead th {
  background-color: #F2F7F6;
  color: #111;
}

.dashboard-table .table.dataTable tbody tr:last-child td {
  border-bottom: 0;
}

.dashboard-table .table.dataTable tbody tr td {
  padding: 10px 15px;
}

.dashboard-table .table.dataTable tbody tr td .reason-link {
  color: var(--secondary);
}

.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-toggle {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #737373;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-toggle i {
  position: relative;
  left: 0;
}

.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-toggle:hover {
  color: #737373;
  border: 1px solid #DBDBDB;
  background: #F1F1F1;
}

.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-menu {
  width: 160px;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  box-shadow: none;
  border-radius: 5px;
  padding: 15px;
  margin-top: 5px !important;
}

.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-menu .dropdown-item {
  border-bottom: 0;
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
  color: #737373;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-menu .dropdown-item:hover {
  color: #111;
  background-color: #F5F5F5;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-menu .dropdown-item:first-child {
  border-radius: 5px 5px 0 0;
}

.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-menu .dropdown-item i {
  font-size: 15px;
  margin-right: 6px;
  line-height: inherit;
}

.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-menu .dropdown-item.active,
.dashboard-table .table.dataTable tbody tr td .dropdown-action .dropdown-menu .dropdown-item:active {
  color: var(--secondary);
  background-color: #ffffff;
}

.dashboard-table .table td {
  color: #737373;
}

.dashboard-table .table td .table-avatar {
  font-weight: 400;
}

.dashboard-table .table td .table-avatar a {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
  color: #111;
}

.dashboard-table .table td .table-avatar a:hover {
  color: var(--secondary);
}

.dashboard-table .table td .table-avatar .avatar {
  margin: 0 8px 0 0;
  margin-right: 8px;
}

.dashboard-table .table td .table-avatar .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.dashboard-table .table td .table-avatar .avatar.avatar-lg {
  width: 60px;
  height: 60px;
}

.dashboard-table .table td .table-avatar .avatar.avatar-md {
  width: 45px;
  height: 45px;
}

.dashboard-table .table td h6 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 7px;
  color: #111;
}

.dashboard-table .table td p {
  font-size: 14px;
}

.dashboard-table .table td .badge {
  border-radius: 5px;
  padding: 7px 5px;
  font-size: 14px;
  font-weight: 500;
  min-width: 80px;
  text-align: center;
}

.dashboard-table .table td h5 {
  font-size: 15px;
  font-weight: 600;
}

.dashboard-table .table tbody tr {
  border: 0;
}

.dashboard-table .table tbody tr td {
  border-bottom: 1px solid #DBDBDB;
}

.dashboard-table .table thead {
  background-color: transparent;
  border-bottom: 0;
}

.dashboard-table .table thead tr th {
  font-weight: 500;
  padding: 15px;
  font-size: 16px;
}

.table-search {
  justify-content: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}

@media (max-width: 767.96px) {
  .table-search {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
  }
}

@media (max-width: 575.96px) {
  .table-search {
    flex-direction: column;
    margin-top: 15px;
  }
}

.table-search .btn-add {
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 7px 20px;
  color: #ffffff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: inherit;
}

.table-search .btn-add i {
  margin-right: 5px;
}

.table-search .btn-add:hover {
  background-color: #ffffff;
  color: var(--primary);
  border-radius: 5px;
  box-shadow: inset 0 70px 0 0 #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#tablefilter {
  margin: 0 15px 10px 0;
}

@media (max-width: 575.96px) {
  #tablefilter {
    margin-right: 0;
  }
}

#tablefilter div.dataTables_filter label {
  position: relative;
}

#tablefilter div.dataTables_filter label::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  content: "\f002";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #737373;
}

#tablefilter div.dataTables_filter .form-control {
  height: 39px;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  min-width: 276px;
  background-color: #F5F5F5;
  padding: 10px 35px 10px 15px;
}

@media (max-width: 991.96px) {
  #tablefilter div.dataTables_filter .form-control {
    min-width: 220px;
  }
}

.table-footer {
  margin-top: 20px;
}

.table-footer .page-link {
  width: 47px;
  height: 37px;
  padding: 0;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: var(--primary);
  border: 1px solid #DBDBDB;
  color: var(--primary);
  border-radius: 10px;
  padding: 10px;
}

.table-footer .page-item.active .page-link {
  border-radius: 10px;
  background-color: var(--secondary);
  color: #ffffff;
  border-color: var(--secondary);
}

.table-footer .page-item.active .page-link:focus {
  box-shadow: none;
}

.table-footer .pagination {
  margin-top: 0;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}

@media (max-width: 767.96px) {
  .table-footer .pagination {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}

.table-footer .pagination li.previous .page-link,
.table-footer .pagination li.next .page-link {
  border-radius: 10px;
  width: auto;
}

.table-footer .pagination li.previous {
  margin-right: 16px;
}

.table-footer .pagination li.previous i {
  margin-right: 4px;
}

@media (max-width: 767.96px) {
  .table-footer .pagination li.previous {
    margin-right: 10px;
  }
}

.table-footer .pagination li.next {
  margin-left: 24px;
}

.table-footer .pagination li.next i {
  margin-left: 4px;
}

@media (max-width: 767.96px) {
  .table-footer .pagination li.next {
    margin-left: 18px;
  }
}

.table-footer .pagination li+li {
  margin-left: 8px;
}

.table-footer .dataTables_length label {
  color: #111;
  font-weight: normal !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.table-footer .dataTables_length .form-control {
  width: auto;
  height: auto;
  border: 2px solid #DBDBDB;
  color: #737373;
  font-size: 16px;
  padding: 5px;
}

@media (max-width: 767.96px) {
  .table-footer .dataTables_length {
    margin-bottom: 15px;
    text-align: center;
  }
}

.dashboard-table-info {
  border: 0;
  border-radius: 0;
}

.text-darker {
  color: #111 !important;
}

.badge-light-secondary {
  background: rgba(18, 115, 132, 0.1);
  color: var(--secondary);
}

.badge-light-warning {
  background: rgba(255, 147, 7, 0.1);
  color: #FF9307;
}

.badge-light-success {
  background: rgba(31, 188, 47, 0.1);
  color: #1FBC2F;
}

.badge-light-danger {
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
}

.book-card .card-header {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.book-card .card-header h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 10px;
}

@media (max-width: 991.96px) {
  .book-card .card-header h4 {
    font-size: 22px;
  }
}

@media (max-width: 767.96px) {
  .book-card .card-header h4 {
    font-size: 20px;
  }
}

.book-card .card-header h4 span {
  background-color: #737373;
  width: 26px;
  height: 26px;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
}

.book-card .card-body {
  padding: 0 24px 24px;
}

.sorting-info {
  background: #ffffff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.25);
  margin: 0 0 24px;
  padding: 15px;
}

@media (max-width: 991.96px) {
  .sorting-info .sortby-filter-group {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}

@media (max-width: 991.96px) {
  .booking-lists ul {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}

@media (max-width: 991.96px) {
  .booking-lists ul li {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.96px) {
  .booking-lists ul li {
    width: 100%;
  }
}

.booking-lists ul li+li {
  margin-left: 15px;
}

@media (max-width: 767.96px) {
  .booking-lists ul li+li {
    margin-left: 0px;
  }
}

.booking-lists ul li a {
  padding: 10px 10px;
  border-radius: 5px;
  background: #ffffff;
  color: #111;
  border: 1px solid #DBDBDB;
}

@media (max-width: 1199.96px) {
  .booking-lists ul li a {
    padding: 10px 12px;
  }
}

@media (max-width: 991.96px) {
  .booking-lists ul li a {
    display: block;
  }
}

@media (max-width: 767.96px) {
  .booking-lists ul li a {
    width: 100%;
  }
}

.booking-lists ul li a.active {
  background: var(--secondary);
  color: #ffffff;
}

.booking-lists ul li a:hover {
  background: var(--secondary);
  color: #ffffff;
}

.filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 991.96px) {
  .filter-group {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}

@media (max-width: 767.96px) {
  .filter-group {
    flex-direction: column;
  }
}

@media (max-width: 767.96px) {
  .sort {
    width: 100%;
  }
}

.sort.sort-week {
  margin-right: 15px;
}

@media (max-width: 1199.96px) {
  .sort.sort-week {
    margin-right: 10px;
  }
}

@media (max-width: 767.96px) {
  .sort.sort-week {
    margin: 0 0 10px 0;
  }
}

.sort .dropdown .dropdown-toggle {
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background: #F5F5F5;
  padding: 12px;
  min-width: 120px;
  color: #111;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.sort .dropdown .dropdown-toggle i {
  margin-left: 10px;
}

.sort .dropdown .dropdown-toggle::after {
  content: none;
}

@media (max-width: 767.96px) {
  .sort .dropdown .dropdown-toggle {
    width: 100%;
  }
}

.sort .dropdown .dropdown-menu {
  min-width: 170px;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  box-shadow: none;
  border-radius: 5px;
  padding: 15px;
  margin-top: 5px !important;
}

.sort .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid 0;
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
  color: #737373;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sort .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F5F5F5;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sort .dropdown .dropdown-menu .dropdown-item:first-child {
  border-radius: 5px 5px 0 0;
}

.sort .dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.sort .dropdown .dropdown-menu .dropdown-item i {
  font-size: 15px;
  margin-right: 6px;
}

.sort .dropdown .dropdown-menu .dropdown-item.active,
.sort .dropdown .dropdown-menu .dropdown-item:active {
  color: var(--secondary);
  background-color: #ffffff;
}

@media (max-width: 767.96px) {
  .sort .dropdown .dropdown-menu {
    width: 100%;
  }
}

.reason-item p {
  color: var(--primary);
  font-size: 14px;
}

.cancel-ride textarea.form-control {
  height: auto !important;
  resize: none;
}

.booking-img-wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

@media (max-width: 991.96px) {
  .booking-img-wrap {
    margin-bottom: 15px;
  }
}

.booking-img-wrap .book-img {
  margin-right: 10px;
}

.booking-img-wrap .book-img img {
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
}

.booking-img-wrap .book-info h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.booking-img-wrap .book-info p {
  font-size: 14px;
}

.booking-header {
  border-radius: 5px;
  background: #F2F7F6;
  margin: 0 0 20px;
  padding: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 991.96px) {
  .booking-header {
    flex-direction: column;
    align-items: start;
    -webkit-align-items: start;
  }
}

.booking-header .book-amount {
  text-align: right;
}

@media (max-width: 991.96px) {
  .booking-header .book-amount {
    text-align: left;
  }
}

.booking-header .book-amount p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.booking-header .book-amount h6 {
  color: #FF0000;
}

.booking-header .book-amount h6 a {
  color: #737373;
}

.booking-group {
  border-radius: 10px;
  background-color: #F2F7F6;
  padding: 15px;
  margin-bottom: 20px;
}

.modal-item {
  margin-bottom: 40px;
}

@media (max-width: 767.96px) {
  .modal-item {
    margin-bottom: 20px;
  }
}

.booking-view {
  margin-bottom: 15px;
}

.booking-view h6 {
  font-size: 14px;
  color: var(--primary);
  margin-bottom: 10px;
}

.booking-view p {
  font-size: 14px;
  color: #737373;
}

.booking-wrapper {
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0 0 20px;
  padding: 15px 15px 0;
}

.booking-wrapper:last-child {
  margin-bottom: 0;
}

.booking-wrapper .booking-title h6 {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.booking-wrapper .booking-title h6 a {
  color: #111;
}

.booking-wrapper .booking-title .title-icon {
  width: 26px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 5px;
  background-color: var(--secondary);
  color: #ffffff;
  margin-right: 10px;
}

.booking-wrapper .badge {
  border-radius: 5px;
  padding: 7px 5px;
  font-size: 14px;
  font-weight: 500;
  min-width: 80px;
  text-align: center;
}

.booking-wrapper .selectbox-cont .custom_check {
  color: #737373;
}

.booking-wrapper .selectbox-cont .custom_check .amt {
  color: #FF0000;
  font-weight: 500;
}

.modal-btn-item .btn {
  margin-right: 15px;
}

.modal-btn-item .btn:last-child {
  margin-right: 0;
}

.cancel-reason h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cancel-reason p {
  font-size: 14px;
  margin-bottom: 20px;
}

.cancel-box {
  font-size: 14px;
  background: #FCE3E3;
  color: #FF0000;
  padding: 10px;
}

.refund-wrap h6 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #737373;
  font-weight: normal;
}

.card-status-wrap {
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 24px;
  padding-bottom: 14px;
}

.card-status-wrap .card-status {
  margin-bottom: 10px;
}

.card-status-wrap .card-status h5 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #111;
}

.card-status-wrap .card-status p {
  color: #737373;
  font-size: 16px;
}

.card-status-wrap .status-img {
  margin-bottom: 10px;
}

.refund-process h5 {
  color: #737373;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: normal;
}

.refund-process ul li {
  position: relative;
  padding: 0 0 40px 19px;
}

.refund-process ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #DBDBDB;
}

.refund-process ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--secondary);
  outline: 4px solid #F2F7F6;
}

.refund-process ul li:last-child {
  padding-bottom: 15px;
}

.refund-process ul li:last-child::before {
  height: 0;
}

.refund-process ul li:last-child::before {
  background-color: #ffffff;
}

.refund-process ul li h6 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #111;
  font-weight: normal;
}

.refund-process ul li p {
  color: #737373;
  font-size: 14px;
}

.listview-car .blog-img {
  position: relative;
  max-width: 230px;
}

.listview-car .blog-img .fav-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px;
  z-index: 1;
  font-size: 14px;
}

.listview-car .blog-img .fav-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #676767;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.listview-car .blog-img .fav-icon.selected {
  background-color: var(--secondary);
  border: 1px solid var(--secondary) !important;
  color: #fff;
}

.listview-car .blog-img .img-count {
  border-radius: 43px;
  background: rgba(0, 0, 0, 0.5019607843);
  margin: 0 7px 0 0;
  padding: 2px 6px;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  opacity: 0;
}

.listview-car .blog-img .img-count i {
  font-size: 12px;
  margin-right: 5px;
}

.review-rating i {
  color: #FF9307;
  font-size: 14px;
}

.review-rating span {
  margin-left: 5px;
}

.review-wrap {
  border-radius: 10px;
  border: 1px solid #F4F4F4;
  background: #ffffff;
  margin: 0 0 20px;
  padding: 15px 15px 0;
}

.review-wrap .booking-img-wrap {
  margin-bottom: 15px;
}

.review-wrap .booking-img-wrap .book-info h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.review-wrap .booking-img-wrap .book-img {
  margin-right: 10px;
}

.review-wrap .booking-img-wrap .book-img img {
  width: 45px;
  height: 45px;
}

.review-wrap .booking-view h6 {
  font-weight: normal;
  margin-bottom: 0;
}

.rating-wrap {
  border-radius: 10px;
  border: 1px solid #F4F4F4;
  background: #ffffff;
  margin: 0 0 20px;
  padding: 15px 15px 0;
}

.rating-wrap .rating a {
  color: #737373;
  font-size: 14px;
}

.rating-wrap .rating a.selected {
  color: var(--secondary);
}

.new-modal .rating-wrap .modal-form-group textarea.form-control {
  height: auto;
}

.wishlist-wrap .listview-car .card .card-body .listing-details-group ul {
  justify-content: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}

.wishlist-wrap .listview-car .card .card-body .listing-details-group ul li {
  margin-right: 26px;
}

.loc-wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.loc-wrap .loc-item {
  margin-right: 24px;
  width: 100%;
}

@media (max-width: 575.96px) {
  .loc-wrap .loc-item {
    margin-right: 0;
  }
}

.loc-wrap .btn {
  width: 147px;
  font-size: 14px;
  padding: 11px 10px;
  border-radius: 5px;
}

.loc-wrap .btn:hover {
  background-color: var(--primary);
  color: #ffffff;
}

@media (max-width: 575.96px) {
  .loc-wrap {
    flex-direction: column;
  }
}

.rent-radio {
  border-radius: 5px;
  border: 1px solid #F4F4F4;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.25);
  padding: 15px;
}

.rent-radio .custom_radio {
  margin: 0;
  color: #111;
  text-align: center;
  padding: 0;
  display: block;
}

.rent-radio .custom_radio .checkmark {
  position: relative;
  display: block;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: #DBDBDB;
  border: 1px solid #F5F5F5;
}

.rent-radio .custom_radio input:checked~.checkmark {
  background-color: var(--secondary);
}

.rent-radio .custom_radio input:checked~.checkmark::after {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rent-radio.active {
  background: rgba(18, 115, 132, 0.08);
  border-color: var(--secondary);
}

.rent-radio .rent-option {
  color: #111 !important;
}

.badge-item .badge {
  border-radius: 5px;
  padding: 7px 5px;
  font-size: 14px;
  font-weight: 500;
  min-width: 80px;
  text-align: center;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.avatar>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar .avatar-title {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.avatar.avatar-online::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #1FBC2F;
}

.avatar.avatar-offline::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FF0000;
}

.avatar.avatar-away::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FF9307;
}

.avatar .border {
  border-width: 3px !important;
}

.avatar .rounded {
  border-radius: 6px !important;
}

.avatar .avatar-title {
  font-size: 18px;
}

.avatar .avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}

.avatar .avatar-xs .border {
  border-width: 2px !important;
}

.avatar .avatar-xs .rounded {
  border-radius: 4px !important;
}

.avatar .avatar-xs .avatar-title {
  font-size: 12px;
}

.avatar .avatar-xs.avatar-away::before,
.avatar .avatar-xs.avatar-offline::before,
.avatar .avatar-xs.avatar-online::before {
  border-width: 1px;
}

.chat-page .footer {
  display: none;
}

.chat-window {
  position: relative;
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-height: 700px;
}

.chat-window .chat-cont-left {
  border: 1px solid #DBDBDB;
  border-right: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  z-index: 4;
  position: relative;
  left: 0;
}

@media (max-width: 1199.96px) {
  .chat-window .chat-cont-left {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 991.96px) {
  .chat-window {
    display: block;
  }

  .chat-window .chat-cont-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
    width: 100%;
    border-right: 1px solid #DBDBDB;
  }
}

@media (max-width: 478.98px) {

  .chat-window .chat-cont-left a.notify-block .media-body>div:first-child .user-name,
  .chat-window .chat-cont-left a.notify-block .media-body>div:first-child .user-last-chat {
    max-width: 160px;
  }
}

.chat-window .chat-cont-left .chat-header {
  background-color: #ffffff;
  border-bottom: 1px solid #F5F5F5;
  color: #111;
  height: 72px;
  padding: 0 15px;
}

.chat-window .chat-cont-left .chat-header span {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.chat-window .chat-cont-left .chat-header .chat-compose {
  color: rgb(115, 115, 115);
}

.chat-window .chat-cont-left .chat-search {
  background-color: #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  padding: 11px 15px;
  width: 100%;
}

.chat-window .chat-cont-left .chat-search .input-group {
  width: 100%;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control {
  background-color: #ffffff;
  padding-left: 36px;
  border-radius: 50px;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control::placeholder {
  font-size: 14px;
}

.chat-window .chat-cont-left .chat-search .input-group .input-group-prepend {
  color: #737373;
  pointer-events: none;
  z-index: 4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

.chat-window .chat-cont-left .chat-users-list {
  background-color: #ffffff;
}

.chat-window .chat-cont-left .chat-users-list a.notify-block {
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.chat-window .chat-cont-left .chat-users-list a.notify-block:last-child {
  border-bottom: 0;
}

.chat-window .chat-cont-left .chat-users-list a.notify-block .media-img-wrap {
  margin-right: 15px;
  position: relative;
}

.chat-window .chat-cont-left .chat-users-list a.notify-block .media-img-wrap .avatar {
  height: 45px;
  width: 45px;
}

.chat-window .chat-cont-left .chat-users-list a.notify-block .media-img-wrap .avatar img {
  width: 100%;
  height: 100%;
}

.chat-window .chat-cont-left .chat-users-list a.notify-block .media-img-wrap .status {
  height: 10px;
  width: 10px;
  border: 2px solid #ffffff;
  position: absolute;
  right: 4px;
  bottom: 7px;
}

.chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:first-child .user-name {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111;
  text-transform: capitalize;
}

@media (max-width: 1399.96px) {
  .chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:first-child .user-name {
    max-width: 180px;
  }
}

@media (max-width: 1199.96px) {
  .chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:first-child .user-name {
    max-width: 150px;
  }
}

@media (max-width: 767.96px) {
  .chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:first-child .user-name {
    max-width: 250px;
  }
}

@media (max-width: 478.98px) {
  .chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:first-child .user-name {
    max-width: 160px;
  }
}

.chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:first-child .user-last-chat {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #737373;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1399.96px) {
  .chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:first-child .user-last-chat {
    max-width: 180px;
  }
}

@media (max-width: 1199.96px) {
  .chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:first-child .user-last-chat {
    max-width: 150px;
  }
}

@media (max-width: 767.96px) {
  .chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:first-child .user-last-chat {
    max-width: 250px;
  }
}

@media (max-width: 478.98px) {
  .chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:first-child .user-last-chat {
    max-width: 160px;
  }
}

.chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:last-child {
  text-align: right;
}

.chat-window .chat-cont-left .chat-users-list a.notify-block .media-body>div:last-child .last-chat-time {
  color: #737373;
  font-size: 13px;
}

.chat-window .chat-cont-left .chat-users-list a.notify-block:hover {
  background-color: #F5F5F5;
}

.chat-window .chat-cont-left .chat-users-list a.notify-block.active {
  background-color: #F5F5F5;
}

.chat-window .chat-scroll {
  min-height: 300px;
  max-height: calc(100vh - 224px);
  overflow-y: auto;
  overflow-x: hidden;
}

.chat-window .chat-scroll::-webkit-scrollbar {
  width: 6px;
}

.chat-window .chat-scroll::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 2px;
  -webkit-background-color: var(--secondary);
  -moz-background-color: var(--secondary);
  -ms-background-color: var(--secondary);
  -o-background-color: var(--secondary);
}

.chat-window .chat-scroll::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border-radius: 2px;
  -webkit-background-color: var(--secondary);
  -moz-background-color: var(--secondary);
  -ms-background-color: var(--secondary);
  -o-background-color: var(--secondary);
}

.chat-window .chat-cont-right {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
  border: 1px solid #DBDBDB;
}

@media (max-width: 1199.96px) {
  .chat-window .chat-cont-right {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 991.96px) {
  .chat-window .chat-cont-right {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
    width: 100%;
  }
}

.chat-window .chat-cont-right .chat-header {
  background-color: #ffffff;
  border-bottom: 1px solid #DBDBDB;
  height: 72px;
  padding: 0 15px;
}

@media (max-width: 991.96px) {
  .chat-window .chat-cont-right .chat-header {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
  }
}

.chat-window .chat-cont-right .chat-header .back-user-list {
  display: none;
  margin-right: 5px;
  margin-left: -7px;
}

@media (max-width: 991.96px) {
  .chat-window .chat-cont-right .chat-header .back-user-list {
    display: block;
  }
}

.chat-window .chat-cont-right .chat-header .notify-block .media-img-wrap {
  position: relative;
  margin-right: 15px;
}

.chat-window .chat-cont-right .chat-header .notify-block .media-img-wrap .avatar {
  height: 50px;
  width: 50px;
}

.chat-window .chat-cont-right .chat-header .notify-block .media-img-wrap .status {
  border: 2px solid #ffffff;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 3px;
  bottom: 0;
}

@media (max-width: 767.96px) {
  .chat-window .chat-cont-right .chat-header .notify-block .media-body {
    display: block;
  }

  .chat-window .chat-cont-right .chat-header .notify-block .media-body .user-name {
    font-size: 14px;
  }

  .chat-window .chat-cont-right .chat-header .notify-block .media-body .user-status {
    font-size: 12px;
  }
}

.chat-window .chat-cont-right .chat-header .notify-block .media-body .user-name {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.chat-window .chat-cont-right .chat-header .notify-block .media-body .user-status {
  color: #737373;
  font-size: 14px;
}

@media (max-width: 991.96px) {
  .chat-window .chat-cont-right .chat-header .chat-options {
    margin-left: auto;
  }
}

.chat-window .chat-cont-right .chat-header .chat-options>a {
  border-radius: 50%;
  height: 30px;
  color: rgb(115, 115, 115);
  margin-left: 10px;
  width: 30px;
}

.chat-window .chat-cont-right .chat-body {
  background-color: #FCFCFC;
}

.chat-window .chat-cont-right .chat-body ul.list-unstyled {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}

.chat-window .chat-cont-right .chat-body .notify-block .avatar {
  height: 30px;
  width: 30px;
}

.chat-window .chat-cont-right .chat-body .notify-block .media-body {
  margin-left: 20px;
}

.chat-window .chat-cont-right .chat-body .notify-block .media-body .msg-box>div {
  display: inline-block;
  position: relative;
  border-radius: 0.25rem;
  padding: 10px 15px;
}

.chat-window .chat-cont-right .chat-body .notify-block .media-body .msg-box>div p {
  color: #737373;
  margin-bottom: 0;
}

.chat-window .chat-cont-right .chat-body .notify-block .media-body .msg-box+.msg-box {
  margin-top: 5px;
}

.chat-window .chat-cont-right .chat-body .notify-block.received {
  margin-bottom: 20px;
}

.chat-window .chat-cont-right .chat-body .notify-block.received .media-body {
  position: relative;
}

.chat-window .chat-cont-right .chat-body .notify-block.received .media-body .msg-box>div {
  background-color: #F2F7F6;
}

.chat-window .chat-cont-right .chat-body .notify-block.received .media-body .msg-box>div .chat-time {
  color: rgba(50, 65, 72, 0.4);
}

.chat-window .chat-cont-right .chat-body .notify-block.received .media-body .msg-box>div .chat-time .feather-phone {
  display: inline-block;
  margin-left: 5px;
  color: #007bff;
  /* A distinct color for visibility */
  font-size: 14px;
  /* Adjust size as needed */
}

.chat-window .chat-cont-right .chat-body .notify-block.received .media-body .msg-box:first-child:before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #F2F7F6;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 8px;
  right: auto;
  left: -6px;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body .msg-box {
  padding-left: 50px;
  position: relative;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body .msg-box:first-child:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #F1F1F1;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 8px;
  right: -6px;
  left: auto;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body .msg-box>div .chat-time {
  color: rgba(50, 65, 72, 0.4);
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body .msg-box>div .chat-time .feather-phone {
  display: inline-block;
  margin-left: 5px;
  color: #007bff;
  /* A distinct color for visibility */
  font-size: 14px;
  /* Adjust size as needed */
}

.call-icon-background {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  /* Adjust size as needed */
  height: 34px;
  /* Adjust size as needed */
  border-radius: 50%;
  background-color: var(--primary);
  /* Light grey background */
  margin-left: 5px;
}

.chat-window .chat-cont-right .chat-body .notify-block:last-child {
  margin-bottom: 0;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent {
  margin-bottom: 20px;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body {
  margin-left: 0;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body .msg-box>div {
  background-color: #F1F1F1;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body .msg-box>div p {
  color: #737373;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body .msg-box>div .chat-msg-info {
  flex-direction: row-reverse;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body .msg-box>div .chat-msg-info li {
  padding-left: 16px;
  padding-right: 0;
  position: relative;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body .msg-box>div .chat-msg-attachments {
  flex-direction: row-reverse;
}

.chat-window .chat-cont-right .chat-body .notify-block.sent .media-body .msg-box>div:hover .chat-msg-actions {
  opacity: 1;
}

.chat-window .chat-cont-right .chat-body .chat-date {
  font-size: 14px;
  margin: 1.875rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  color: #111;
}

.chat-window .chat-cont-right .chat-body .chat-date:before {
  background-color: rgba(145, 158, 171, 0.3);
  content: "";
  height: 1px;
  margin-right: 28px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
}

.chat-window .chat-cont-right .chat-body .chat-date:after {
  background-color: rgba(145, 158, 171, 0.3);
  content: "";
  height: 1px;
  margin-left: 28px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.chat-window .chat-cont-right .chat-footer {
  background-color: #ffffff;
  position: relative;
  padding: 10px 15px;
}

.chat-window .chat-cont-right .chat-footer .input-group {
  width: 100%;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control {
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 8px !important;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  box-shadow: none;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control::placeholder {
  font-size: 14px;
}

.chat-window .chat-cont-right .chat-footer .input-group .btn {
  background-color: transparent;
  border: none;
  color: #737373;
}

.chat-window .chat-cont-right .chat-footer .input-group .btn.msg-send-btn {
  background-color: rgb(255, 159, 67);
  border-color: var(--secondary);
  color: #ffffff;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 8px !important;
}

.chat-window .chat-cont-right .msg-typing {
  width: auto;
  height: 24px;
  padding-top: 8px;
}

.chat-window .chat-cont-right .msg-typing span {
  height: 8px;
  width: 8px;
  float: left;
  margin: 0 1px;
  background-color: #737373;
  display: block;
  opacity: 0.4;
  border-radius: 50%;
}

.chat-window .chat-cont-right .msg-typing span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}

.chat-window .chat-cont-right .msg-typing span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}

.chat-window .chat-cont-right .msg-typing span:nth-of-type(3) {
  animation: 1s blink infinite 0.99999s;
}

.chat-window .chat-msg-info {
  clear: both;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}

.chat-window .chat-msg-info li {
  font-size: 13px;
  padding-right: 16px;
  position: relative;
}

.chat-window .chat-msg-info li:not(:last-child):after {
  content: "";
  height: 4px;
  width: 4px;
  background: #DBDBDB;
  border-radius: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 8px;
}

.chat-window .chat-msg-info li a {
  color: rgba(50, 65, 72, 0.4);
}

.chat-window .chat-msg-info li a:hover {
  color: #737373;
}

@media (max-width: 991.96px) {
  .chat-window.chat-slide .chat-cont-right {
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}

.chat-seen i {
  color: #1FBC2F;
  font-size: 16px;
}

.chat-msg-attachments {
  width: 100%;
  margin: 0 -1px;
  padding: 4px 0;
}

.chat-msg-attachments>div {
  margin: 0 1px;
}

.chat-attachment {
  position: relative;
  max-width: 200px;
  overflow: hidden;
  border-radius: 0.25rem;
}

.chat-attachment img {
  max-width: 100%;
}

.chat-attachment:before {
  background: #000;
  content: "";
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.chat-attachment:hover:before {
  opacity: 0.6;
}

.chat-attachment:hover .chat-attach-caption {
  opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
  opacity: 1;
}

.chat-attach-caption {
  color: #ffffff;
  padding: 7px 15px;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.chat-attach-download {
  opacity: 0;
  color: #ffffff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.chat-attach-download:hover {
  color: #737373;
  background: #ffffff;
}

.chat-attachment-list {
  margin: -5px;
}

.chat-attachment-list li {
  width: 33.33%;
  padding: 5px;
}

.chat-attachment-item {
  border: 5px solid rgba(230, 239, 251, 0.5);
  height: 100%;
  min-height: 60px;
  text-align: center;
}

.chat-msg-actions {
  opacity: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: -30px;
}

.chat-msg-actions>a {
  font-size: 24px;
  padding: 0 10px;
}

.chat-msg-actions>a:hover {
  color: #737373;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}

.btn-file {
  font-size: 20px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  padding: 0 0.75rem;
}

.btn-file input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 100%;
  margin: 0;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.incoming-btns {
  margin-top: 20px;
}

.call-wrapper {
  position: relative;
  height: calc(100vh - 145px);
}

@media (max-width: 991.96px) {
  .call-wrapper {
    height: calc(100vh - 140px);
  }
}

@media (max-width: 767.96px) {
  .call-wrapper {
    height: calc(100vh - 115px);
  }
}

.call-page .footer {
  display: none;
}

.dropdown-action .dropdown-menu {
  right: 0;
  left: auto;
  top: 100%;
  margin-top: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-action .dropdown-menu.show {
  display: block;
}

.call-modal .modal-body {
  padding: 40px;
}

.call-modal .modal-content {
  border: 0;
  border-radius: 10px;
}

input.form-control.rounded-pill:focus {
  z-index: 3;
}

@media (max-width: 575.96px) {
  .chat-custom {
    flex-wrap: wrap;
  }
}

.call-box .call-wrapper {
  height: auto;
  text-align: center;
}

.call-box .call-wrapper .call-user {
  margin-bottom: 30px;
}

.call-box .call-wrapper .call-user h4 {
  font-size: 24px;
}

.call-box .call-wrapper .call-user span {
  display: block;
  font-weight: 500;
  text-align: center;
}

.call-box .call-wrapper .call-avatar {
  margin-bottom: 30px;
  cursor: pointer;
  animation: ripple 2s infinite;
}

.call-box .call-wrapper .call-items .call-item {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  border-radius: 100%;
  color: #ffffff;
  line-height: 0;
  margin: 0 5px;
  padding: 15px;
}

.call-box .call-wrapper .call-items .call-item:hover {
  opacity: 0.9;
}

.call-box .call-wrapper .call-items .call-item:first-child,
.call-box .call-wrapper .call-items .call-item:last-child {
  margin-top: -30px;
}

.call-box .call-wrapper .call-items .call-item.call-end {
  background: #f06060;
  border: 1px solid #f06060;
  color: #ffffff;
  line-height: 0;
  border-radius: 100%;
  margin: 30px 20px 0;
  padding: 20px;
}

.call-box .call-wrapper .call-items .call-item.call-start {
  background: #1FBC2F;
  border: 1px solid #1FBC2F;
  color: #ffffff;
  line-height: 0;
  border-radius: 100%;
  margin: 30px 20px 0;
  padding: 20px;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-start,
.call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
  margin: 0 10px;
}

.call-box .call-avatar {
  height: 140px;
  max-width: 140px;
  min-width: 140px;
  position: relative;
  width: 100%;
  border-radius: 100%;
}

.call-box .btn {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.back-user-list {
  color: #000;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}

@keyframes ripple {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  100% {
    -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}

.chat-cont-right .chat-body .notify-block.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
  right: auto;
  left: 8px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.dashboard-section {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.25);
  padding: 20px 0 0;
}

@media (max-width: 767.96px) {
  .dashboard-section {
    padding: 20px 0 10px;
  }
}

@media (max-width: 991.96px) {
  .dashboard-section .dashboard-menu {
    text-align: center;
  }
}

@media (max-width: 991.96px) {
  .dashboard-section .dashboard-menu ul {
    margin-right: -20px;
  }
}

@media (max-width: 767.96px) {
  .dashboard-section .dashboard-menu ul {
    margin-right: -10px;
  }
}

.dashboard-section .dashboard-menu ul li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media (max-width: 1439.98px) {
  .dashboard-section .dashboard-menu ul li {
    margin-right: 15px;
  }
}

@media (max-width: 991.96px) {
  .dashboard-section .dashboard-menu ul li {
    margin-right: 20px;
  }
}

@media (max-width: 767.96px) {
  .dashboard-section .dashboard-menu ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.dashboard-section .dashboard-menu ul li:last-child {
  margin-right: 0;
}

@media (max-width: 991.96px) {
  .dashboard-section .dashboard-menu ul li:last-child {
    margin-right: 20px;
  }
}

@media (max-width: 767.96px) {
  .dashboard-section .dashboard-menu ul li:last-child {
    margin-right: 10px;
  }
}

.dashboard-section .dashboard-menu ul li a {
  font-size: 14px;
  color: #737373;
  background: #F2F7F6;
  border: 1px solid #F2F7F6;
  border-radius: 5px;
  padding: 22px;
  display: inline-block;
  text-align: center;
  min-width: 135px;
  line-height: normal;
}

@media (max-width: 767.96px) {
  .dashboard-section .dashboard-menu ul li a {
    padding: 20px;
  }
}

.dashboard-section .dashboard-menu ul li a img {
  margin-bottom: 10px;
}

.dashboard-section .dashboard-menu ul li a span {
  display: block;
}

.dashboard-section .dashboard-menu ul li a.active {
  color: #ffffff;
  background: var(--secondary);
  border-color: var(--secondary);
}

.dashboard-section .dashboard-menu ul li a.active img {
  filter: invert(1) brightness(100);
}

.dashboard-section .dashboard-menu ul li a.active:hover {
  color: #ffffff;
  background: var(--secondary);
  border-color: var(--secondary);
}

.dashboard-section .dashboard-menu ul li a:hover {
  color: var(--secondary);
  background: #ffffff;
  border-color: var(--secondary);
}

@media (max-width: 767.96px) {
  .wallet-card {
    margin-bottom: 20px;
  }
}

.wallet-card .card-body {
  padding: 24px;
}

@media (max-width: 767.96px) {
  .wallet-card .card-body {
    padding: 15px;
  }
}

.balance-info {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F4F4F4;
}

@media (max-width: 767.96px) {
  .balance-info {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.balance-grid {
  background: #111;
  padding: 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 24px;
}

@media (max-width: 767.96px) {
  .balance-grid {
    margin-bottom: 10px;
  }
}

.balance-grid .balance-content h6 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

.balance-grid .balance-content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.balance-grid .refersh-icon a {
  font-size: 16px;
  color: #ffffff;
}

.balance-grid .refersh-icon a:hover {
  color: var(--secondary);
}

.balance-inner {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
}

.balance-inner h6 {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 5px;
}

.balance-inner p {
  font-size: 14px;
  color: var(--secondary);
  margin-bottom: 0;
}

.credit-info {
  background: #EBF5F1;
}

.debit-info {
  background: #FDF0E6;
}

.transaction-info {
  background: #F6F4FB;
}

.wallet-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}

.wallet-form-group label {
  margin-right: 15px;
  margin-bottom: 0;
  color: #111;
  font-size: 14px;
}

.wallet-form-group .form-control {
  border-radius: 5px;
  border: 1px solid #F4F4F4;
  background: #F5F5F5;
  font-size: 14px;
  height: 45px;
  padding: 15px;
  max-width: 300px;
}

@media (max-width: 767.96px) {
  .wallet-form-group .form-control {
    height: 40px;
  }
}

.wallet-form-group .form-control::placeholder {
  color: #737373;
  font-size: 14px;
}

.wallet-btn .btn {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 5px;
  padding: 8px 15px;
  min-width: 136px;
}

@media (max-width: 767.96px) {
  .wallet-btn .btn {
    font-size: 14px;
    min-width: 120px;
  }
}

.wallet-btn .btn:hover {
  color: var(--primary);
  background: #ffffff;
  border: 1px solid var(--primary);
}

@media (max-width: 767.96px) {
  .your-card {
    margin-bottom: 20px;
  }
}

.your-card .card-body {
  padding: 24px;
}

@media (max-width: 767.96px) {
  .your-card .card-body {
    padding: 15px;
  }
}

.your-card .card-body .wallet-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 0 5px;
  padding: 0 0 15px;
  border-bottom: 1px solid #F4F4F4;
}

.your-card .card-body .wallet-header h4 {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-bottom: 0;
}

@media (max-width: 767.96px) {
  .your-card .card-body .wallet-header h4 {
    font-size: 18px;
  }
}

.your-card .card-body .wallet-header a {
  font-size: 16px;
  color: #737373;
  background: #F1F1F1;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.your-card .card-body .wallet-header a:hover {
  background: var(--secondary);
  color: #ffffff;
}

.wallet-table .table-responsive .table {
  margin: 0;
}

.wallet-table .table-responsive .table tbody tr {
  border-bottom: 0;
}

.wallet-table .table-responsive .table tbody tr td {
  font-size: 14px;
  color: #737373;
  padding: 15px;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  border-color: #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
}

.wallet-table .table-responsive .table tbody tr td:last-child {
  padding-right: 0;
}

@media (max-width: 767.96px) {
  .wallet-table .table-responsive .table tbody tr td:last-child {
    padding-right: 10px;
  }
}

.wallet-table .table-responsive .table tbody tr td .custom_radio {
  margin-bottom: 0;
}

.wallet-table .table-responsive .table tbody tr td .custom_radio .checkmark {
  width: 12px;
  height: 12px;
  border: 0;
  background-color: #DBDBDB;
}

.wallet-table .table-responsive .table tbody tr td .custom_radio .checkmark::after {
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #1FBC2F;
}

.wallet-table .table-responsive .table tbody tr td h6 {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 5px;
}

@media (max-width: 767.96px) {
  .wallet-table .table-responsive .table tbody tr td h6 {
    font-size: 16px;
  }
}

.wallet-table .table-responsive .table tbody tr td p {
  margin-bottom: 0;
}

.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-toggle {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #737373;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-toggle i {
  position: relative;
  left: 0;
}

.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-toggle:hover {
  color: #737373;
  border: 1px solid #DBDBDB;
  background: #F1F1F1;
}

.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-menu {
  width: 160px;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  box-shadow: none;
  border-radius: 5px;
  padding: 0;
  margin-top: 5px !important;
}

.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #F4F4F4;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 14px;
  color: #737373;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-menu .dropdown-item:hover {
  color: var(--secondary);
  padding-left: 25px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-menu .dropdown-item:first-child {
  border-radius: 5px 5px 0 0;
}

.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-menu .dropdown-item i {
  font-size: 15px;
  margin-right: 6px;
}

.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-menu .dropdown-item.active,
.wallet-table .table-responsive .table tbody tr td .dropdown-action .dropdown-menu .dropdown-item:active {
  color: var(--secondary);
  background-color: #ffffff;
}

.new-modal .modal-header .invoice-btns {
  position: absolute;
  top: -50px;
  right: 0;
}

.new-modal .modal-header .invoice-btns .btn {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background: #ffffff;
  box-shadow: inset 0 0 0 var(--primary);
}

.new-modal .modal-header .invoice-btns .btn:hover {
  color: #ffffff;
  background: var(--primary);
  border: 1px solid var(--primary);
  box-shadow: inset 0 70px 0 0 var(--primary);
}

@media (max-width: 767.96px) {
  .new-modal .modal-header .invoice-btns .btn {
    padding: 8px 15px;
  }
}

.new-modal .modal-header .invoice-btns .btn i {
  margin-right: 4px;
}

.new-modal .total-payment {
  background: #F5F5F5;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767.96px) {
  .new-modal .total-payment {
    margin-bottom: 15px;
  }
}

.new-modal .total-payment p {
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  margin-bottom: 0;
}

.new-modal .total-payment h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
}

.new-modal .choose-payment-info h5 {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  margin-bottom: 20px;
}

.new-modal .choose-payment-info .choose-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 10px;
}

@media (max-width: 767.96px) {
  .new-modal .choose-payment-info .choose-payment {
    display: block;
  }
}

.new-modal .choose-payment-info .choose-payment .custom_radio {
  padding: 10px 15px 0;
  margin-right: 10px;
  margin-bottom: 20px;
}

.new-modal .choose-payment-info .choose-payment .custom_radio:last-child {
  margin-right: 0;
}

@media (max-width: 767.96px) {
  .new-modal .choose-payment-info .choose-payment .custom_radio {
    margin-right: 20px;
  }
}

.new-modal .choose-payment-info .choose-payment .custom_radio .checkmark {
  width: 110px;
  height: 70px;
  border-radius: 5px;
  background: #F2F7F6;
  border: 3px solid #F2F7F6;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
}

.new-modal .choose-payment-info .choose-payment .custom_radio .checkmark::after {
  width: 110px;
  height: 70px;
  border-radius: 5px;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 3px solid var(--secondary);
}

.new-modal .choose-payment-info .choose-payment .custom_radio img {
  position: relative;
  z-index: 1;
  width: 80px;
}

.new-modal .choose-payment-info .add-payment-table-info {
  margin-bottom: 30px;
}

@media (max-width: 767.96px) {
  .new-modal .choose-payment-info .add-payment-table-info {
    margin-bottom: 10px;
  }
}

.new-modal .choose-payment-info .add-payment-table {
  background: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  margin-bottom: 10px;
}

.new-modal .choose-payment-info .add-payment-table .table-responsive .table tbody tr td {
  background: transparent;
  border-color: transparent;
  border-bottom: 0;
}

.new-modal .choose-payment-info .add-payment-table .table-responsive .table tbody tr td .custom_radio {
  margin-bottom: 0;
}

.new-modal .choose-payment-info .add-payment-table .table-responsive .table tbody tr td .custom_radio .checkmark {
  width: 16px;
  height: 16px;
  border: 2px solid #DBDBDB;
  background-color: #ffffff;
}

.new-modal .choose-payment-info .add-payment-table .table-responsive .table tbody tr td .custom_radio .checkmark::after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background-color: var(--secondary);
}

.new-modal .choose-payment-info .add-payment-table .table-responsive .table tbody tr td .custom_radio input:checked~.checkmark {
  border: 2px solid var(--secondary);
}

.new-modal .modal-btn .btn {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}

@media (max-width: 767.96px) {
  .new-modal .modal-btn .btn {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.new-modal .modal-btn .btn-secondary {
  border-radius: 5px;
  border: 1px solid var(--primary);
  background: var(--primary);
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
}

.new-modal .modal-btn .btn-secondary:hover {
  color: var(--primary);
  background: #ffffff;
  border: 1px solid var(--primary);
  box-shadow: inset 0 70px 0 0 #ffffff;
}

.new-modal .modal-btn .btn-outline-cancel {
  padding: 0;
  border: 0;
  color: #FF0000;
  width: 100%;
  margin-top: 10px;
}

.new-modal .modal-btn .btn-outline-cancel:hover {
  color: var(--primary);
}

.new-modal .modal-btn-group {
  margin-bottom: 20px;
}

@media (max-width: 767.96px) {
  .new-modal .modal-btn-group {
    margin-bottom: 15px;
  }
}

.new-modal .modal-btn-sm {
  text-align: right;
}

.new-modal .modal-btn-sm .btn {
  padding: 7px 20px;
}

.new-modal .modal-btn-sm .btn-secondary {
  margin-right: 10px;
}

.new-modal .order-success-info {
  text-align: center;
}

.new-modal .order-success-info .order-success-icon {
  width: 56px;
  height: 56px;
  background: #1FBC2F;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.new-modal .order-success-info h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

@media (max-width: 767.96px) {
  .new-modal .order-success-info h4 {
    font-size: 20px;
  }
}

.new-modal .order-success-info p {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  max-width: 310px;
  margin: 0 auto 24px;
}

.new-modal .order-success-info p span {
  font-weight: 500;
  color: #111;
}

.new-modal .modal-form-group {
  margin-bottom: 15px;
}

.new-modal .modal-form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  margin-bottom: 5px;
}

.new-modal .modal-form-group .form-control {
  border-radius: 5px;
  border: 1px solid #F4F4F4;
  background: #F5F5F5;
  font-size: 14px;
  height: 45px;
  padding: 15px;
}

@media (max-width: 767.96px) {
  .new-modal .modal-form-group .form-control {
    height: 40px;
  }
}

.new-modal .modal-form-group .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
}

.new-modal .modal-form-group .form-icon {
  position: relative;
}

.new-modal .modal-form-group .form-icon .cus-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.new-modal .modal-form-group .custom_check {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  margin-bottom: 0;
}

.new-modal .modal-form-group p {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  margin-bottom: 0;
}

.new-modal .pass-group {
  position: relative;
}

.new-modal .pass-group .toggle-password,
.new-modal .pass-group .toggle-password-two,
.new-modal .pass-group .toggle-password-three,
.new-modal .pass-group .toggle-password-four,
.new-modal .pass-group .toggle-password-five,
.new-modal .pass-group .toggle-password-six {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #828282;
  cursor: pointer;
}

.new-modal .otp-number {
  text-align: center;
  padding: 0 0 20px;
}

@media (max-width: 767.96px) {
  .new-modal .otp-number {
    padding: 0 0 15px;
  }
}

.new-modal .otp-number p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
}

.new-modal .otp-number p span {
  font-weight: 500;
}

.new-modal .otp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 20px;
}

@media (max-width: 767.96px) {
  .new-modal .otp-box {
    margin-bottom: 15px;
  }
}

.new-modal .otp-box input {
  width: 98px;
  height: 74px;
  background: #F5F5F5;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  text-align: center;
  margin-right: 15px;
  font-weight: 500;
  font-size: 20px;
  color: #111;
  outline: none;
}

.new-modal .otp-box input:last-child {
  margin-right: 0;
}

@media (max-width: 575.96px) {
  .new-modal .otp-box input {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}

.new-modal .otp-resend {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767.96px) {
  .new-modal .otp-resend {
    margin-bottom: 15px;
  }
}

.new-modal .otp-resend a {
  color: #FF0000;
}

.new-modal .otp-resend a:hover {
  color: var(--primary);
}

.new-modal .otp-resend p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
}

.new-modal .verified-box {
  background: rgba(31, 188, 47, 0.15);
  padding: 10px;
}

.new-modal .verified-box p {
  font-size: 14px;
  color: #1FBC2F;
  margin-bottom: 0;
}

.new-modal .deactive-content {
  margin-bottom: 15px;
}

.new-modal .deactive-content p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
}

.new-modal .invoice-details .invoice-items {
  margin-bottom: 30px;
}

@media (max-width: 767.96px) {
  .new-modal .invoice-details .invoice-items {
    margin-bottom: 20px;
  }
}

.new-modal .invoice-details .invoice-items .invoice-info-text {
  text-align: right;
}

@media (max-width: 767.96px) {
  .new-modal .invoice-details .invoice-items .invoice-info-text {
    padding-top: 10px;
  }
}

.new-modal .invoice-details .invoice-items .invoice-info-text h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 767.96px) {
  .new-modal .invoice-details .invoice-items .invoice-info-text h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.new-modal .invoice-details .invoice-items .invoice-info-text p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
}

.new-modal .invoice-details .invoice-item-bills {
  position: relative;
  background: var(--primary);
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 30px;
}

@media (max-width: 991.96px) {
  .new-modal .invoice-details .invoice-item-bills {
    margin: 0 0 20px;
    padding: 20px 20px 0;
  }
}

.new-modal .invoice-details .invoice-item-bills:before {
  content: "";
  background: url(../img/bg/invoice.png) no-repeat;
  position: absolute;
  top: -45px;
  left: -45px;
  width: 179px;
  height: 180px;
  background-size: cover;
}

.new-modal .invoice-details .invoice-item-bills .invoice-bill-info {
  border-right: 1px solid #F5F5F5;
}

@media (max-width: 991.96px) {
  .new-modal .invoice-details .invoice-item-bills .invoice-bill-info {
    border-right: 0;
    margin-bottom: 20px;
  }
}

.new-modal .invoice-details .invoice-item-bills .invoice-bill-info h6 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 15px;
}

@media (max-width: 767.96px) {
  .new-modal .invoice-details .invoice-item-bills .invoice-bill-info h6 {
    margin: 0 0 10px;
  }
}

.new-modal .invoice-details .invoice-item-bills .invoice-bill-info p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 10px;
}

.new-modal .invoice-details .invoice-item-bills .invoice-bill-info p:last-child {
  margin: 0;
}

@media (max-width: 767.96px) {
  .new-modal .invoice-details .invoice-item-bills .invoice-bill-info p {
    margin: 0 0 5px;
  }
}

.new-modal .invoice-details .invoice-table-wrap {
  margin: 0 0 30px;
}

@media (max-width: 991.96px) {
  .new-modal .invoice-details .invoice-table-wrap {
    margin: 0 0 20px;
  }
}

.new-modal .invoice-details .invoice-table-wrap .invoice-table thead th {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  background: #F4F4F4;
  padding: 15px;
}

.new-modal .invoice-details .invoice-table-wrap .invoice-table tbody td {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary);
  padding: 15px;
}

.new-modal .invoice-details .invoice-table-wrap .invoice-table tbody td h6 {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  margin-bottom: 0;
}

.new-modal .invoice-details .payment-details-info {
  margin: 0 0 30px;
}

@media (max-width: 991.96px) {
  .new-modal .invoice-details .payment-details-info {
    margin: 0 0 20px;
  }
}

@media (max-width: 991.96px) {
  .new-modal .invoice-details .payment-details-info .invoice-terms {
    margin: 0 0 20px;
  }
}

.new-modal .invoice-details .payment-details-info .invoice-terms h6 {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 18px;
}

.new-modal .invoice-details .payment-details-info .invoice-terms .invocie-note {
  border: 2px dashed #787878;
  border-radius: 4px;
  max-width: 266px;
  padding: 20px;
}

@media (max-width: 767.96px) {
  .new-modal .invoice-details .payment-details-info .invoice-terms .invocie-note {
    padding: 15px;
  }
}

.new-modal .invoice-details .payment-details-info .invoice-terms .invocie-note h6 {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
  margin: 0 0 20px;
}

.new-modal .invoice-details .payment-details-info .invoice-terms .invocie-note p {
  font-size: 14px;
  color: var(--primary);
  margin-bottom: 0;
}

.new-modal .invoice-details .payment-details-info .invoice-total-box .invoice-total-inner p {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  margin-bottom: 15px;
}

.new-modal .invoice-details .payment-details-info .invoice-total-box .invoice-total-inner p:last-child {
  margin-bottom: 0;
}

.new-modal .invoice-details .payment-details-info .invoice-total-box .invoice-total-inner p b {
  font-weight: 400;
  max-width: 196px;
  display: inline-block;
}

.new-modal .invoice-details .payment-details-info .invoice-total-box .invoice-total-inner p span {
  float: right;
  font-weight: 500;
  font-size: 15px;
}

.new-modal .invoice-details .invoice-total {
  background: #F1F1F1;
  border: 2px dashed #FCFCFC;
  margin: 0 0 30px;
  padding: 10px;
  text-align: right;
}

@media (max-width: 991.96px) {
  .new-modal .invoice-details .invoice-total {
    margin: 0 0 20px;
    padding: 10px;
  }
}

.new-modal .invoice-details .invoice-total h4 {
  font-weight: 500;
  font-size: 20px;
  color: var(--primary);
}

@media (max-width: 767.96px) {
  .new-modal .invoice-details .invoice-total h4 {
    font-size: 18px;
  }
}

.new-modal .invoice-details .invoice-total h4 span {
  padding-left: 88px;
}

@media (max-width: 575.96px) {
  .new-modal .invoice-details .invoice-total h4 span {
    padding: 0 0 0 10px;
  }
}

.new-modal .invoice-details .invoice-note-footer .invocie-note {
  margin: 0 0 30px;
}

@media (max-width: 767.96px) {
  .new-modal .invoice-details .invoice-note-footer .invocie-note {
    margin: 0 0 20px;
  }
}

.new-modal .invoice-details .invoice-note-footer .invocie-note h6 {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
  margin: 0 0 12px;
}

@media (max-width: 767.96px) {
  .new-modal .invoice-details .invoice-note-footer .invocie-note h6 {
    margin: 0 0 8px;
  }
}

.new-modal .invoice-details .invoice-note-footer .invocie-note p {
  font-size: 14px;
  color: var(--primary);
  margin-bottom: 0;
}

.new-modal .invoice-details .invoice-note-footer .invoice-sign {
  float: right;
}

@media (max-width: 575.96px) {
  .new-modal .invoice-details .invoice-note-footer .invoice-sign {
    float: left;
  }
}

.new-modal .invoice-details .invoice-note-footer .invoice-sign img {
  margin: 0 0 19px;
}

@media (max-width: 991.96px) {
  .new-modal .invoice-details .invoice-note-footer .invoice-sign img {
    margin: 0;
  }
}

.new-modal .invoice-details .invoice-note-footer .invoice-sign span {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  text-align: center;
}

.order-success-modal .modal-content {
  max-width: 400px;
  margin: auto;
}

.verification-success-modal .modal-content {
  max-width: 400px;
  margin: auto;
}

.verification-success-modal .order-success-info p {
  max-width: inherit;
}

.delete-action {
  text-align: center;
}

.delete-action .delete-header h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

@media (max-width: 767.96px) {
  .delete-action .delete-header h4 {
    font-size: 20px;
  }
}

.delete-action .delete-header p {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  max-width: 310px;
  margin: 0 auto 24px;
}

.delete-action .delete-header p span {
  font-weight: 500;
  color: #111;
}

.settings-widget {
  padding: 0 0 24px;
}

@media (max-width: 991.96px) {
  .settings-widget {
    padding: 0 0 20px;
  }
}

.settings-widget .settings-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.settings-widget .settings-menu ul li {
  margin: 0 0 15px;
}

.settings-widget .settings-menu ul li:last-child {
  margin-bottom: 0;
}

.settings-widget .settings-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #737373;
  border-radius: 5px;
  background: #F2F7F6;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.settings-widget .settings-menu ul li a:hover {
  color: #ffffff;
  background: var(--secondary);
}

.settings-widget .settings-menu ul li a.active {
  color: #ffffff;
  background: var(--secondary);
}

.settings-widget .settings-menu ul li a i {
  margin-right: 8px;
}

.settings-info {
  position: relative;
  padding-left: 20px;
}

@media (max-width: 991.96px) {
  .settings-info {
    padding-left: 0;
  }
}

.settings-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-radius: 5px;
  background: #DBDBDB;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .settings-info:before {
    display: none;
  }
}

.settings-info .settings-sub-heading {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #DBDBDB;
}

@media (max-width: 767.96px) {
  .settings-info .settings-sub-heading {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}

.settings-info .settings-sub-heading h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin-bottom: 0;
}

@media (max-width: 767.96px) {
  .settings-info .settings-sub-heading h4 {
    font-size: 22px;
  }
}

.settings-info .profile-info-grid {
  margin: 0 0 24px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
}

@media (max-width: 767.96px) {
  .settings-info .profile-info-grid {
    margin: 0 0 20px;
  }
}

.settings-info .profile-info-grid .profile-info-header {
  margin: 0 0 20px;
  padding: 15px;
  background: #F5F5F5;
  border-radius: 5px 5px 0 0;
}

.settings-info .profile-info-grid .profile-info-header h5 {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-bottom: 0;
}

.settings-info .profile-info-grid .profile-info-header p {
  font-size: 16px;
  color: #737373;
  margin-bottom: 0;
}

.settings-info .profile-info-grid .profile-inner {
  padding: 0 15px 0;
}

.settings-info .profile-info-grid .profile-inner .profile-info-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 15px;
}

.settings-info .profile-info-grid .profile-inner .profile-info-pic .profile-info-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.settings-info .profile-info-grid .profile-inner .profile-info-pic .profile-info-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.settings-info .profile-info-grid .profile-inner .profile-info-pic .profile-info-img img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 5px;
}

.settings-info .profile-info-grid .profile-inner .profile-info-pic .profile-info-img .profile-edit-info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}

.settings-info .profile-info-grid .profile-inner .profile-info-pic .profile-info-img .profile-edit-info a {
  font-size: 16px;
  color: #DBDBDB;
}

.settings-info .profile-info-grid .profile-inner .profile-info-pic .profile-info-img .profile-edit-info a:hover {
  color: var(--secondary);
}

.settings-info .profile-info-grid .profile-inner .profile-info-pic .profile-info-content h6 {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 5px;
}

.settings-info .profile-info-grid .profile-inner .profile-info-pic .profile-info-content p {
  font-size: 15px;
  color: #737373;
  margin-bottom: 0;
}

@media (max-width: 767.96px) {
  .settings-info .profile-info-grid .profile-inner .profile-info-pic .profile-info-content p {
    font-size: 14px;
  }
}

.settings-info .profile-info-grid .profile-inner .profile-form-group {
  margin-bottom: 15px;
}

.settings-info .profile-info-grid .profile-inner .profile-form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  margin-bottom: 5px;
}

.settings-info .profile-info-grid .profile-inner .profile-form-group .form-control {
  border-radius: 5px;
  border: 1px solid #F4F4F4;
  background: #F5F5F5;
  font-size: 14px;
  height: 45px;
  padding: 15px;
}

@media (max-width: 767.96px) {
  .settings-info .profile-info-grid .profile-inner .profile-form-group .form-control {
    height: 40px;
  }
}

.settings-info .profile-info-grid .profile-inner .profile-form-group .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
}

.settings-info .profile-info-grid .profile-inner .profile-form-group textarea.form-control {
  border-radius: 5px;
  border: 1px solid #F4F4F4;
  background: #F5F5F5;
  font-size: 14px;
  height: 130px;
  padding: 15px;
  resize: none;
}

@media (max-width: 767.96px) {
  .settings-info .profile-info-grid .profile-inner .profile-form-group textarea.form-control {
    height: 100px;
  }
}

.settings-info .profile-info-grid .profile-inner .profile-form-group textarea.form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
}

.settings-info .profile-submit-btn {
  text-align: right;
}

.settings-info .profile-submit-btn .btn {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
}

@media (max-width: 767.96px) {
  .settings-info .profile-submit-btn .btn {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.settings-info .profile-submit-btn .btn-secondary {
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid var(--primary);
  background: var(--primary);
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
}

.settings-info .profile-submit-btn .btn-secondary:hover {
  color: var(--primary);
  background: #ffffff;
  border: 1px solid var(--primary);
  box-shadow: inset 0 70px 0 0 #ffffff;
}

@media (max-width: 767.96px) {
  .settings-profile-content {
    padding: 40px 0 20px;
  }
}

.security-grid {
  background: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  margin: 0 0 24px;
  padding: 15px;
  position: relative;
}

@media (max-width: 767.96px) {
  .security-grid {
    margin: 0 0 15px;
    padding: 15px;
  }
}

.security-grid .security-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}

.security-grid .security-heading h5 {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
}

.security-grid .security-heading .status-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.security-grid .security-heading .status-toggle .checktoggle {
  background-color: #DBDBDB;
  border: 1px solid #DBDBDB;
  cursor: pointer;
  display: block;
  font-size: 0;
  margin-bottom: 0;
  position: relative;
  width: 30px;
  height: 15px;
  top: 0px;
  border-radius: 12px;
  transform: translate(calc(10% - 5px), -10%);
}

.security-grid .security-heading .status-toggle .checktoggle:after {
  height: 15px;
  width: 15px;
}

.security-grid .security-heading .status-toggle .check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.security-grid .security-heading .status-toggle .check:checked+.checktoggle {
  background-color: #1FBC2F;
  border: 1px solid #1FBC2F;
}

.security-grid .security-heading .status-toggle .check:checked+.checktoggle:after {
  background-color: #ffffff;
  left: 100%;
  transform: translate(calc(-100% - 3px), -50%);
  height: 10px;
  width: 10px;
}

.security-grid .security-heading .status-toggle .checktoggle:after {
  content: " ";
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  height: 10px;
  width: 10px;
  transform: translate(3px, -50%);
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  position: absolute;
  left: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.security-grid .security-content p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 15px;
}

.security-grid .security-content .badge-light-success {
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  border-radius: 5px;
}

.security-grid .security-btn-info {
  position: absolute;
  bottom: 15px;
}

@media (max-width: 991.96px) {
  .security-grid .security-btn-info {
    position: relative;
    bottom: 0;
  }
}

.security-grid .security-btn .btn {
  font-size: 16px;
  font-weight: 500;
  padding: 3px 20px;
  border: 0;
}

@media (max-width: 767.96px) {
  .security-grid .security-btn .btn {
    font-size: 14px;
    padding: 3px 15px;
  }
}

.security-grid .security-btn .btn-secondary {
  margin-right: 15px;
  border-radius: 5px;
  border: 1px solid var(--primary);
  background: var(--primary);
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
}

.security-grid .security-btn .btn-secondary:hover {
  color: var(--primary);
  background: #ffffff;
  border: 1px solid var(--primary);
  box-shadow: inset 0 70px 0 0 #ffffff;
}

.security-grid .security-btn .btn-danger {
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #FF0000;
  background: #FF0000;
  box-shadow: inset 0 0 0 #ffffff;
}

.security-grid .security-btn .btn-danger:hover {
  color: #FF0000;
  background: #ffffff;
  border: 1px solid #FF0000;
  box-shadow: inset 0 70px 0 0 #ffffff;
}

.security-grid .security-btn .btn-remove {
  color: #FF0000;
  padding: 0;
}

.security-grid .security-btn .btn-remove:hover {
  color: var(--primary);
}

.preferences-grid {
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.25);
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  margin: 0 0 24px;
  padding: 24px;
}

@media (max-width: 767.96px) {
  .preferences-grid {
    margin: 0 0 15px;
    padding: 15px;
  }
}

.preferences-grid .preferences-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.preferences-grid .preferences-heading h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
}

@media (max-width: 767.96px) {
  .preferences-grid .preferences-heading h5 {
    font-size: 16px;
  }
}

.preferences-grid .preferences-heading .status-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preferences-grid .preferences-heading .status-toggle .checktoggle {
  background-color: #DBDBDB;
  border: 1px solid #DBDBDB;
  cursor: pointer;
  display: block;
  font-size: 0;
  margin-bottom: 0;
  position: relative;
  width: 30px;
  height: 15px;
  top: 0px;
  border-radius: 12px;
  transform: translate(calc(10% - 5px), -10%);
}

.preferences-grid .preferences-heading .status-toggle .checktoggle:after {
  height: 15px;
  width: 15px;
}

.preferences-grid .preferences-heading .status-toggle .check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.preferences-grid .preferences-heading .status-toggle .check:checked+.checktoggle {
  background-color: #1FBC2F;
  border: 1px solid #1FBC2F;
}

.preferences-grid .preferences-heading .status-toggle .check:checked+.checktoggle:after {
  background-color: #ffffff;
  left: 100%;
  transform: translate(calc(-100% - 3px), -50%);
  height: 10px;
  width: 10px;
}

.preferences-grid .preferences-heading .status-toggle .checktoggle:after {
  content: " ";
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  height: 10px;
  width: 10px;
  transform: translate(3px, -50%);
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  position: absolute;
  left: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.notification-grid {
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.25);
  border-radius: 5px;
  margin: 0 0 24px;
  padding: 24px;
}

@media (max-width: 767.96px) {
  .notification-grid {
    margin: 0 0 15px;
    padding: 15px;
  }
}

.notification-grid .notification-checkbox {
  padding-bottom: 25px;
}

@media (max-width: 767.96px) {
  .notification-grid .notification-checkbox {
    padding-bottom: 5px;
  }
}

.notification-grid .notification-checkbox h5 {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 15px;
}

.notification-grid .notification-checkbox .nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.notification-grid .notification-checkbox .nav li {
  margin-right: 20px;
  margin-bottom: 15px;
}

.notification-grid .notification-checkbox .nav li:last-child {
  margin-right: 0;
}

.notification-grid .notification-checkbox .nav li .custom_check {
  margin-bottom: 0;
}

.notification-grid .notification-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px;
}

@media (max-width: 767.96px) {
  .notification-grid .notification-status {
    margin-bottom: 15px;
  }
}

.notification-grid .notification-status:last-child {
  margin-bottom: 0;
}

.notification-grid .notification-status .notification-status-content {
  margin-right: 10px;
}

.notification-grid .notification-status h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 4px;
}

@media (max-width: 767.96px) {
  .notification-grid .notification-status h5 {
    font-size: 16px;
  }
}

.notification-grid .notification-status p {
  font-size: 16px;
  color: #737373;
  margin-bottom: 0;
}

@media (max-width: 767.96px) {
  .notification-grid .notification-status p {
    font-size: 14px;
  }
}

.notification-grid .notification-status .status-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notification-grid .notification-status .status-toggle .checktoggle {
  background-color: #DBDBDB;
  border: 1px solid #DBDBDB;
  cursor: pointer;
  display: block;
  font-size: 0;
  margin-bottom: 0;
  position: relative;
  width: 30px;
  height: 15px;
  top: 0px;
  border-radius: 12px;
  transform: translate(calc(10% - 5px), -10%);
}

.notification-grid .notification-status .status-toggle .checktoggle:after {
  height: 15px;
  width: 15px;
}

.notification-grid .notification-status .status-toggle .check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.notification-grid .notification-status .status-toggle .check:checked+.checktoggle {
  background-color: #1FBC2F;
  border: 1px solid #1FBC2F;
}

.notification-grid .notification-status .status-toggle .check:checked+.checktoggle:after {
  background-color: #ffffff;
  left: 100%;
  transform: translate(calc(-100% - 3px), -50%);
  height: 10px;
  width: 10px;
}

.notification-grid .notification-status .status-toggle .checktoggle:after {
  content: " ";
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  height: 10px;
  width: 10px;
  transform: translate(3px, -50%);
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  position: absolute;
  left: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.integration-grid {
  background: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  margin: 0 0 24px;
  padding: 15px;
  position: relative;
}

@media (max-width: 767.96px) {
  .integration-grid {
    margin: 0 0 15px;
    padding: 15px;
  }
}

.integration-grid .integration-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}

.integration-grid .integration-calendar .status-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.integration-grid .integration-calendar .status-toggle .checktoggle {
  background-color: #DBDBDB;
  border: 1px solid #DBDBDB;
  cursor: pointer;
  display: block;
  font-size: 0;
  margin-bottom: 0;
  position: relative;
  width: 30px;
  height: 15px;
  top: 0px;
  border-radius: 12px;
  transform: translate(calc(10% - 5px), -10%);
}

.integration-grid .integration-calendar .status-toggle .checktoggle:after {
  height: 15px;
  width: 15px;
}

.integration-grid .integration-calendar .status-toggle .check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.integration-grid .integration-calendar .status-toggle .check:checked+.checktoggle {
  background-color: #1FBC2F;
  border: 1px solid #1FBC2F;
}

.integration-grid .integration-calendar .status-toggle .check:checked+.checktoggle:after {
  background-color: #ffffff;
  left: 100%;
  transform: translate(calc(-100% - 3px), -50%);
  height: 10px;
  width: 10px;
}

.integration-grid .integration-calendar .status-toggle .checktoggle:after {
  content: " ";
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  height: 10px;
  width: 10px;
  transform: translate(3px, -50%);
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  position: absolute;
  left: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.integration-grid .integration-content h5 {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
}

.integration-grid .integration-content p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
}

.content.user-content {
  padding: 40px 0 16px;
}

.preference-wrap {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 575.96px) {
  .preference-wrap {
    display: block;
  }
}

@media (max-width: 575.96px) {
  .preference-wrap .preference-info {
    margin-bottom: 15px;
  }
}

.preference-wrap h6 {
  margin-bottom: 5px;
}

.preference-wrap .preference-select {
  min-width: 220px;
}

.preference-wrap .select2-container--default .select2-selection--single {
  height: 40px;
}

.preference-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #111;
  font-size: 14px;
}

.preference-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #111;
}

.table tbody td .dropdown-action .dropdown-toggle {
  color: var(--primary);
}

.table tbody td .dropdown-action .dropdown-menu a i {
  margin-right: 5px;
}

.listview-car .card .blog-img>a.fav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/*
Author       : Suraj Sahu
Template Name: Gaadiwala Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. Reset
2. Typography
3. General
4. Grid
5. Buttons
6. Header
7. Footer
8. Breadcrumb
9. Select
10. Table
11. Home
12. Login
13. Common
14. Faq
15. Pricing
16. Gallery
17. Our Team
18. Contact
19. Invoice
20. Blog
21. Testimonials
22. About Us
23. Product Details
24. Products
25. Users

========================================*/
.booking-new-module {
  padding: 60px 0;
}

.booking-wizard-head {
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  border-radius: 5px;
  padding: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}

.booking-wizard-head .booking-head-title {
  position: relative;
  z-index: 1;
}

.booking-wizard-head .booking-head-title h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.booking-wizard-head .booking-head-title p {
  color: #676767;
  font-size: 14px;
  margin-bottom: 0;
}

.booking-wizard-head .booking-head-title::after {
  content: "";
  width: 100px;
  height: 100px;
  border-top: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  position: absolute;
  right: 150px;
  top: -20px;
  z-index: -1;
  transform: rotate(45deg);
}

@media (max-width: 1399.96px) {
  .booking-wizard-head .booking-head-title::after {
    right: 100px;
  }
}

@media (max-width: 1199.96px) {
  .booking-wizard-head .booking-head-title::after {
    right: 0px;
  }
}

@media (max-width: 991.96px) {
  .booking-wizard-head .booking-head-title::after {
    display: none;
  }
}

.booking-wizard-lists ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.96px) {
  .booking-wizard-lists ul {
    margin-top: 20px;
  }
}

@media (max-width: 575.96px) {
  .booking-wizard-lists ul {
    flex-direction: column;
  }
}

.booking-wizard-lists ul li {
  text-align: center;
  position: relative;
  min-width: 140px;
  margin-right: 30px;
  z-index: 1;
}

@media (max-width: 1399.96px) {
  .booking-wizard-lists ul li {
    min-width: 130px;
    margin-right: 0px;
  }
}

@media (max-width: 767.96px) {
  .booking-wizard-lists ul li {
    min-width: 90px;
  }
}

@media (max-width: 575.96px) {
  .booking-wizard-lists ul li {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.96px) {
  .booking-wizard-lists ul li:last-child {
    margin-bottom: 0;
  }
}

.booking-wizard-lists ul li span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  margin: 0 auto 10px;
}

.booking-wizard-lists ul li h6 {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.booking-wizard-lists ul li.active span {
  background: var(--secondary);
}

.booking-wizard-lists ul li.active::after {
  content: "";
  width: 100%;
  height: 1px;
  border: 1px dashed var(--secondary);
  position: absolute;
  left: 55%;
  top: 40%;
  z-index: -1;
}

@media (max-width: 991.96px) {
  .booking-wizard-lists ul li.active::after {
    left: 75%;
  }
}

@media (max-width: 575.96px) {
  .booking-wizard-lists ul li.active::after {
    transform: rotate(90deg);
    left: 0;
    top: 100%;
  }
}

.booking-wizard-lists ul li.active.activated span img {
  display: none;
}

.booking-wizard-lists ul li.active.activated span::after {
  content: "\f058";
  color: #ffffff;
  display: block;
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 20px;
  line-height: normal;
}

.booking-wizard-lists ul li.active:last-child::after {
  display: none;
}

.booking-sidebar {
  margin-bottom: 24px;
}

.booking-sidebar .booking-sidebar-card {
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  border-radius: 5px;
  margin-bottom: 20px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-head {
  padding: 15px;
  border-bottom: 1px solid #DBDBDB;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-head h5 {
  color: #111;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-head a {
  color: #676767;
  font-size: 14px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-head a:hover {
  color: var(--secondary);
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body {
  padding: 15px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-car-detail {
  display: flex;
  align-items: center;
  padding: 15px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-car-detail .car-img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  display: flex;
  margin-right: 14px;
  flex-shrink: 0;
}

@media (max-width: 575.96px) {
  .booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-car-detail .car-img {
    width: 80px;
    height: 80px;
  }
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-car-detail .car-img img {
  width: 100%;
  border-radius: 5px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-car-detail .care-more-info h5 {
  color: #111;
  font-weight: 500;
  margin-bottom: 5px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-car-detail .care-more-info p {
  color: #676767;
  font-size: 14px;
  margin-bottom: 20px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-car-detail .care-more-info a {
  color: var(--secondary);
  font-size: 14px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-vehicle-rates ul {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  margin-top: 15px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-vehicle-rates ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #F4F4F4;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-vehicle-rates ul li:last-child {
  border-bottom: 0;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-vehicle-rates ul li h6 {
  font-weight: normal;
  font-size: 14px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-vehicle-rates ul li h6 span {
  font-size: 14px;
  color: var(--secondary);
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-vehicle-rates ul li .rental-charge .text-danger {
  font-size: 14px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-vehicle-rates ul li h5 {
  color: #111;
  font-size: 16px;
  font-weight: normal;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-vehicle-rates ul li.total-rate h6 {
  font-size: 15px;
  font-weight: 600;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .booking-vehicle-rates ul li.total-rate h5 {
  font-size: 15px;
  font-weight: 600;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .location-address-info li h6 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  color: #111;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .location-address-info li p {
  color: #676767;
  font-size: 16px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .location-address-info li p+p {
  margin-top: 3px;
}

.booking-sidebar .booking-sidebar-card .booking-sidebar-body .location-address-info li+li {
  margin-top: 15px;
}

.booking-sidebar .total-rate-card .vehicle-total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #787878;
  border-radius: 5px;
  padding: 20px;
}

.booking-sidebar .total-rate-card .vehicle-total-price h5 {
  font-size: 18px;
  color: #ffffff;
}

.booking-sidebar .total-rate-card .vehicle-total-price span {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}

.booking-information-card {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  border-radius: 5px;
  margin-bottom: 24px;
}

.booking-information-card.booking-type-card {
  padding-bottom: 9px;
}

.booking-information-card.payment-info-card {
  padding-bottom: 9px;
}

.booking-information-card .booking-info-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.booking-information-card .booking-info-head span {
  background: #FF9307;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  margin-right: 10px;
}

.booking-information-card .booking-info-head h5 {
  color: #111;
  font-size: 18px;
}

.booking-information-card .booking-info-head h6 {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
}

.booking-radio-btns {
  display: flex;
  align-items: center;
}

@media (max-width: 575.96px) {
  .booking-radio-btns {
    flex-direction: column;
  }
}

.booking-radio-btns li {
  flex: 1;
  text-align: center;
  margin-right: 15px;
  width: 100%;
}

@media (max-width: 575.96px) {
  .booking-radio-btns li {
    margin-right: 0;
  }
}

@media (max-width: 575.96px) {
  .booking-radio-btns li+li {
    margin-top: 15px;
  }
}

.booking-radio-btns li:last-child {
  margin-right: 0;
}

.booking-radio-btns li .booking_custom_check {
  width: 100%;
}

.booking-radio-btns li .booking_custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.booking-radio-btns li .booking_custom_check .booking_checkmark {
  border: 1px solid #F4F4F4;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  background: #ffffff;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
  cursor: pointer;
}

.booking-radio-btns li .booking_custom_check .booking_checkmark .checked-title {
  color: #111;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s all;
}

.booking-radio-btns li .booking_custom_check .booking_checkmark .checked-title:before {
  content: "";
  border: 1px solid #DBDBDB;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #DBDBDB;
  display: flex;
  transition: 0.5s all;
  margin-bottom: 10px;
}

.booking-radio-btns li .booking_custom_check .booking_checkmark .checked-title::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 20px;
  background: #ffffff;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translatex(-50%);
  opacity: 0;
  transition: 0.5s all;
}

.booking-radio-btns li .booking_custom_check input:checked~.booking_checkmark {
  border-color: var(--secondary);
  background: rgba(18, 115, 132, 0.0784313725);
  transition: 0.5s all;
}

.booking-radio-btns li .booking_custom_check input:checked~.booking_checkmark .checked-title::before {
  background: var(--secondary);
  border-color: var(--secondary);
  transition: 0.5s all;
}

.booking-radio-btns li .booking_custom_check input:checked~.booking_checkmark .checked-title::after {
  opacity: 1;
  transition: 0.5s all;
}

.form-custom label {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.form-custom label input::placeholder {
  font-weight: normal;
}

.form-custom .location-btn {
  font-size: 14px;
  padding: 9px 10px;
  flex-shrink: 0;
  margin-left: 15px;
}

.input-block .location-check {
  margin-top: 15px;
}

.input-block label {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.input-block .form-control {
  padding: 9px 15px;
}

.input-block .group-img {
  position: relative;
}

.input-block .group-img .input-cal-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #111;
}

.booking-timings {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #F4F4F4;
}

.booking-timings .form-title-head {
  margin-bottom: 15px;
}

.booking-timings .form-title-head h5 {
  color: #111;
}

.booking-timings.acting-driver-info {
  display: none;
}

.booking-info-btns {
  padding-top: 16px;
}

@media (max-width: 575.96px) {
  .booking-info-btns {
    flex-direction: column;
  }
}

.booking-info-btns .continue-book-btn {
  margin-left: 15px;
}

@media (max-width: 575.96px) {
  .booking-info-btns .continue-book-btn {
    margin-left: 0;
    margin-top: 15px;
  }
}

.adons-lists li+li {
  border-top: 1px solid #F4F4F4;
  margin-top: 15px;
  padding-top: 15px;
}

.adons-lists li .adons-types {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575.96px) {
  .adons-lists li .adons-types {
    display: block;
  }
}

.adons-lists li .adons-types .adon-name-info {
  flex-basis: 100%;
  min-width: 430px;
}

@media (max-width: 1199.96px) {
  .adons-lists li .adons-types .adon-name-info {
    min-width: 360px;
  }
}

@media (max-width: 767.96px) {
  .adons-lists li .adons-types .adon-name-info {
    min-width: 320px;
  }
}

@media (max-width: 575.96px) {
  .adons-lists li .adons-types .adon-name-info {
    margin-bottom: 20px;
    min-width: 100%;
  }
}

.adons-lists li .adons-types .adon-name-info .adon-icon {
  width: 52px;
  height: 52px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  font-size: 25px;
  flex-shrink: 0;
  margin-right: 10px;
}

.adons-lists li .adons-types .adon-name-info .adon-name h6 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
}

.adons-lists li .adons-types .adon-name-info .adon-name a {
  color: #676767;
  font-size: 14px;
  transition: 0.5s all;
}

.adons-lists li .adons-types .adon-name-info .adon-name a i {
  transition: 0.5s all;
}

.adons-lists li .adons-types .adon-name-info .adon-name a:hover {
  color: var(--secondary);
}

.adons-lists li .adons-types .adon-name-info .adon-name a.add-info-active {
  color: var(--secondary);
}

.adons-lists li .adons-types .adon-name-info .adon-name a.add-info-active i.arrow-icon {
  transform: rotate(180deg);
  transition: 0.5s all;
}

.adons-lists li .adons-types .adon-price {
  font-size: 14px;
  color: #111;
  flex-basis: 40%;
}

@media (max-width: 575.96px) {
  .adons-lists li .adons-types .adon-price {
    margin-right: 30px;
  }
}

.adons-lists li .adons-types .remove-adon-btn {
  display: inline-flex;
  align-items: center;
  flex-basis: 20%;
  font-weight: 500;
  min-width: 105px;
}

.adons-lists li .adons-types .add-addon-btn {
  display: inline-flex;
  align-items: center;
  flex-basis: 20%;
  border: 2px solid #DBDBDB;
  justify-content: center;
  font-weight: 500;
  color: #676767;
  min-width: 105px;
}

.adons-lists li .more-adon-info p {
  padding-left: 65px;
  font-size: 14px;
  color: #676767;
  margin-top: 15px;
}

.adons-lists li .view-adon-btn {
  color: var(--secondary);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adons-lists li.view-more-adons ul li:last-child {
  margin-bottom: 20px;
}

.acting-driver-list>li {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575.96px) {
  .acting-driver-list>li {
    display: block;
  }
}

.acting-driver-list>li+li {
  margin-top: 15px;
}

.acting-driver-list>li .driver-profile-info {
  display: flex;
  align-items: center;
}

@media (max-width: 575.96px) {
  .acting-driver-list>li .driver-profile-info {
    margin-bottom: 20px;
  }
}

.acting-driver-list>li .driver-profile-info .driver-profile {
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 10px;
}

.acting-driver-list>li .driver-profile-info .driver-profile img {
  width: 100%;
  border-radius: 5px;
}

.acting-driver-list>li .driver-profile-info .driver-name h5 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #111;
}

.acting-driver-list>li .driver-profile-info .driver-name ul {
  display: flex;
  align-items: center;
}

@media (max-width: 575.96px) {
  .acting-driver-list>li .driver-profile-info .driver-name ul {
    display: block;
  }
}

.acting-driver-list>li .driver-profile-info .driver-name ul li {
  font-size: 14px;
  color: #676767;
  line-height: normal;
}

.acting-driver-list>li .driver-profile-info .driver-name ul li+li {
  border-left: 1px solid #F4F4F4;
  padding-left: 10px;
  margin-left: 10px;
}

@media (max-width: 575.96px) {
  .acting-driver-list>li .driver-profile-info .driver-name ul li+li {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 5px;
  }
}

.acting-driver-list>li .select-driver-btn {
  padding: 9px 10px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #DBDBDB;
  justify-content: center;
  font-weight: 500;
  color: #676767;
  min-width: 100px;
}

.acting-driver-list>li .remove-driver-btn {
  padding: 9px 7px;
  min-width: 100px;
}

.profile-uploader {
  position: relative;
  width: 100%;
  min-height: 180px;
  border: 2px dashed #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  row-gap: 10px;
  flex-direction: column;
}

.profile-uploader input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.profile-uploader .drag-upload-btn {
  font-size: 14px;
  color: #828282;
  text-align: center;
}

.profile-uploader .drag-upload-btn .upload-btn {
  background: var(--secondary);
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 5px;
}

.img-size-info {
  font-size: 14px;
  color: #828282;
  padding-left: 15px;
  margin-top: 15px;
}

.book-our-drivers .title-head {
  font-size: 16px;
  margin: 15px 0 10px;
  color: #000;
}

.book-our-drivers .acting-driver-list .change-driver {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #F4F4F4;
}

.book-our-drivers .acting-driver-list>li .driver-profile-info .driver-name ul li+li {
  padding-left: 0;
  border-left: 0;
  margin-left: 15px;
}

.coupon-close span {
  width: 16px;
  height: 16px;
  background: #FF0000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.apply-coupon-btn {
  padding: 9px 10px;
  font-size: 14px;
}

.payment-method-types h5 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #111;
}

.payment-method-types ul {
  display: flex;
  align-items: center;
}

@media (max-width: 575.96px) {
  .payment-method-types ul {
    flex-direction: column;
  }
}

.payment-method-types ul li {
  flex: 1;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 15px;
}

@media (max-width: 575.96px) {
  .payment-method-types ul li {
    margin-right: 0;
  }
}

.payment-method-types ul li:last-child {
  margin-right: 0;
}

.payment-method-types ul li .payment_custom_check {
  width: 100%;
}

.payment-method-types ul li .payment_custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.payment-method-types ul li .payment_custom_check .payment_checkmark {
  border: 2px solid #F2F7F6;
  background: #F2F7F6;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
  cursor: pointer;
}

.payment-method-types ul li .payment_custom_check .payment_checkmark .checked-title {
  color: #111;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s all;
}

.payment-method-types ul li .payment_custom_check input:checked~.payment_checkmark {
  border-color: var(--secondary);
  background: #ffffff;
  transition: 0.5s all;
}

.payment-method-types ul li .payment_custom_check input:checked~.payment_checkmark .checked-title::before {
  background: var(--secondary);
  border-color: var(--secondary);
  transition: 0.5s all;
}

.payment-method-types ul li .payment_custom_check input:checked~.payment_checkmark .checked-title::after {
  opacity: 1;
  transition: 0.5s all;
}

.payment-method-types.payments-cards-types {
  padding-top: 20px;
  margin-top: 5px;
  border-top: 1px solid #F4F4F4;
  margin-bottom: 10px;
}

@media (max-width: 767.96px) {
  .payment-method-types.payments-cards-types ul {
    flex-direction: column;
  }
}

.payment-method-types.payments-cards-types ul li .payment_custom_check .payment_checkmark {
  min-height: 60px;
  border-width: 1px;
  background-color: #ffffff;
}

.payment-method-types.payments-cards-types ul li .payment_custom_check .payment_checkmark .checked-title {
  font-size: 15px;
  font-weight: 600;
}

.payment-method-types.payments-cards-types ul li .payment_custom_check .payment_checkmark .checked-title img {
  margin-right: 10px;
}

.payment-method-types.payments-cards-types ul li .payment_custom_check .payment_checkmark small {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.payment-method-types.payments-cards-types ul li .payment_custom_check .payment_checkmark small span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #676767;
}

.add-new-cards {
  padding-bottom: 15px;
}

.add-new-cards .title-head {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F4F4F4;
}

.add-new-cards {
  display: none;
}

#sign_in_modal .modal-dialog {
  max-width: 635px;
}

#sign_in_modal .modal-content {
  padding: 50px;
}

#sign_in_modal .modal-content .login-wrapper {
  padding: 0;
}

#sign_in_modal .modal-content .login-wrapper .loginbox {
  box-shadow: none;
}

#sign_in_modal .modal-content .login-wrapper .loginbox .login-auth {
  width: 100%;
  padding: 0;
}

.coupen-applied-offter {
  background: rgba(31, 188, 47, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1FBC2F;
  border: 1px solid #1FBC2F;
  padding: 6px 10px;
  line-height: normal;
  border-radius: 5px;
  margin-top: 15px;
}

.coupen-applied-offter i {
  font-size: 20px;
  margin-right: 8px;
}

.booking-sidebar-card .accordion-button::after {
  display: none;
}

.booking-sidebar-card .accordion-button:not(.collapsed) .booking-sidebar-head h5 {
  display: inline-flex;
  align-items: center;
}

.booking-sidebar-card .accordion-button:not(.collapsed) .booking-sidebar-head h5 i {
  transform: rotate(180deg);
  transition: 0.5s all;
}

.booking-sidebar-card .booking-sidebar-head {
  width: 100%;
  border-bottom: 0 !important;
}

.booking-sidebar-card .booking-sidebar-head h5 {
  display: inline-flex;
  align-items: center;
}

.booking-sidebar-card .booking-sidebar-head h5 i {
  font-size: 12px;
  margin-left: 8px;
  transition: 0.5s all;
}

.booking-sidebar-card .booking-sidebar-body {
  border-top: 1px solid #DBDBDB;
}

.insurance-select {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.insurance-select span {
  font-size: 14px;
}

.insurance-select h6 {
  font-size: 16px;
}

.insurance-select a {
  font-size: 13px;
  color: var(--secondary);
}

.insurance-select a i {
  color: #6B7280;
}

.insurance-select p {
  color: var(--primary);
}

.insurance-select.active {
  background: rgba(18, 115, 132, 0.0784313725);
  border-color: var(--secondary);
}

.sidebar-edit {
  font-size: 14px;
}

.coupon-view {
  color: var(--secondary);
  font-size: 14px;
  white-space: nowrap;
}

.custom-checkbox {
  padding: 16px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 16px;
}

.custom-checkbox.active {
  background: rgba(18, 115, 132, 0.0784313725);
  border-color: var(--secondary);
}

.custom-checkbox.radio-select input {
  display: none;
}

.custom-checkbox input {
  position: absolute;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.custom-checkbox.active input {
  opacity: 1;
}

/*
Author       : Suraj Sahu
Template Name: Gaadiwala Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. Reset
2. Typography
3. General
4. Grid
5. Buttons
6. Header
7. Footer
8. Breadcrumb
9. Select
10. Table
11. Home
12. Login
13. Common
14. Faq
15. Pricing
16. Gallery
17. Our Team
18. Contact
19. Invoice
20. Blog
21. Testimonials
22. About Us
23. Product Details
24. Products
25. Users

========================================*/
.calendar-card {
  border-radius: 5px;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
}

.booking-nav li {
  display: inline-block;
  margin-right: 10px;
}

.booking-nav li:last-child {
  margin-right: 0;
}

.booking-nav li a {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #F2F7F6;
  border: 1px solid #F4F4F4;
  color: #676767;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.booking-nav li a:hover,
.booking-nav li a.active {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #ffffff;
}

.fc .fc-col-header-cell-cushion {
  color: #111;
  font-size: 14px;
  font-weight: normal;
}

.fc th {
  background: #F2F7F6;
  border-color: #DBDBDB;
  height: 37px;
  line-height: 37px;
}

.fc td {
  border-color: #DBDBDB;
}

.fc .fc-daygrid-day-number {
  color: #111;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 991.96px) {
  .fc .fc-daygrid-day-number {
    font-size: 18px;
  }
}

@media (max-width: 767.96px) {
  .fc .fc-daygrid-day-number {
    font-size: 16px;
  }
}

.fc .fc-toolbar-title {
  font-size: 24px;
  font-weight: 600;
  color: #111;
}

@media (max-width: 991.96px) {
  .fc .fc-toolbar-title {
    font-size: 20px;
  }
}

@media (max-width: 767.96px) {
  .fc .fc-toolbar-title {
    font-size: 18px;
  }
}

.fc-event {
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  border-color: #ffffff;
  background: #ffffff;
  border-radius: 5px;
  color: #111;
  padding: 10px;
  border-top: 2px solid #ffffff;
}

.fc-event.event-completed {
  border-top-color: #1FBC2F;
}

.fc-event.event-inprogress {
  border-top-color: #FF9307;
}

.fc-event.event-cancel {
  border-top-color: #FF0000;
}

.fc-event.event-upcoming {
  border-top-color: var(--secondary);
}

.fc-event-main {
  color: #111 !important;
}

.fc .fc-button-primary {
  background-color: #F5F5F5;
  border-color: #DBDBDB;
  color: #111;
  font-size: 14px;
  height: 40px;
  border-radius: 5px;
}

.fc .fc-button-primary:hover,
.fc .fc-button-primary.active {
  background-color: #F5F5F5;
  border-color: #DBDBDB;
  color: #111;
}

.fc .fc-button-primary:focus {
  box-shadow: none;
}

.fc .fc-button-primary.fc-dayGridMonth-button,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  background-color: #F5F5F5;
  border-color: #DBDBDB;
  color: #111;
  font-size: 14px;
  height: 40px;
  border-radius: 0;
  border-width: 1px 0;
  padding: 0;
}

.fc .fc-button-primary.fc-dayGridMonth-button:hover,
.fc .fc-button-primary:not(:disabled).fc-button-active:hover {
  background-color: #F5F5F5;
  border-color: #DBDBDB;
  color: #111;
}

.fc .fc-button-primary.fc-dayGridMonth-button:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: none;
}

.fc .fc-button-primary.fc-book-button {
  border-radius: 5px;
  padding: 7px 20px 7px 42px;
  position: relative;
  color: #ffffff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fc .fc-button-primary.fc-book-button:hover {
  background-color: #ffffff;
  color: var(--primary);
  border-radius: 5px;
  box-shadow: inset 0 70px 0 0 #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fc .fc-button-primary.fc-book-button::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Fontawesome";
  content: "\f055";
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
  border-left: 0;
}

.fc .fc-button .fc-icon {
  font-size: 14px;
}

/* Mobile Footer Accordion Styles */
.footer-mobile-accordion .accordion {
  background: transparent;
  border: none;
}

.footer-mobile-accordion .accordion-item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
}

.footer-mobile-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.footer-mobile-accordion .accordion-button {
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  border: none;
  box-shadow: none;
  position: relative;
}

.footer-mobile-accordion .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  box-shadow: none;
}

.footer-mobile-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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");
  width: 1rem;
  height: 1rem;
}

.footer-mobile-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.footer-mobile-accordion .accordion-collapse {
  border: none;
}

.footer-mobile-accordion .accordion-body {
  padding: 0 20px 20px;
  background: transparent;
}

.footer-mobile-accordion .footer-mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-mobile-accordion .footer-mobile-menu li {
  margin: 0 0 15px;
}

.footer-mobile-accordion .footer-mobile-menu li:last-child {
  margin-bottom: 0;
}

.footer-mobile-accordion .footer-mobile-menu li a {
  color: #676767;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  transition: all 0.3s ease;
}

.footer-mobile-accordion .footer-mobile-menu li a:hover {
  color: var(--secondary);
  padding-left: 10px;
  transition: all 0.3s ease;
}

/* Hide mobile accordion on desktop */
@media (min-width: 992px) {
  .footer-mobile-accordion {
    display: none !important;
  }
}

/* OTP Verification Modal Styles */
#otpVerificationModal .modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#otpVerificationModal .modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 1.5rem 1.5rem 1rem;
}

#otpVerificationModal .modal-title {
  font-weight: 600;
  color: #333;
  font-size: 1.25rem;
}

#otpVerificationModal .modal-body {
  padding: 1rem 1.5rem 1.5rem;
}

#otpVerificationModal .form-label {
  font-weight: 500;
  color: #555;
  margin-bottom: 0.5rem;
}

#otpVerificationModal .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

#otpVerificationModal .form-control:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.2rem rgba(255, 166, 51, 0.25);
}

#otpVerificationModal .btn-outline-primary {
  border-color: var(--secondary);
  color: var(--secondary);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

#otpVerificationModal .btn-outline-primary:hover:not(:disabled) {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: white;
}

#otpVerificationModal .btn-outline-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#otpVerificationModal .btn-primary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

#otpVerificationModal .btn-primary:hover {
  background-color: #e6952e;
  border-color: #e6952e;
}

#otpVerificationModal .btn-close {
  background-size: 1rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  opacity: 0.7;
  transition: all 0.3s ease;
}

#otpVerificationModal .btn-close:hover {
  opacity: 1;
  background-color: #f8f9fa;
}

/* Mobile responsiveness for OTP modal */
@media (max-width: 576px) {
  #otpVerificationModal .modal-dialog {
    margin: 1rem;
  }

  #otpVerificationModal .modal-header,
  #otpVerificationModal .modal-body {
    padding: 1rem;
  }

  #otpVerificationModal .modal-title {
    font-size: 1.1rem;
  }
}

/* =============================================
   INDEPENDENT MOBILE NAVBAR STYLES
   ============================================= */

/* Mobile navbar wrapper - completely independent from desktop */
.mobile-navbar-wrapper {
  display: none;
  /* Hidden by default on desktop */
}

/* Show mobile navbar only on mobile devices */
@media (max-width: 991.98px) {
  .mobile-navbar-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: linear-gradient(135deg, var(--primary) 0%, #3b82f6 100%);
    z-index: 999999;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    pointer-events: auto;
  }

  .mobile-navbar-wrapper.active {
    left: 0;
  }

  /* Mobile navbar header */
  .mobile-navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-navbar-logo img {
    max-height: 35px;
    width: auto;
  }

  .mobile-navbar-close {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    padding: 5px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    cursor: pointer;
    z-index: 9999999;
    pointer-events: auto;
    display: inline-block;
  }

  .mobile-navbar-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-decoration: none;
  }

  /* Mobile navbar menu */
  .mobile-navbar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 999999;
    pointer-events: auto;
  }

  .mobile-nav-item:last-child {
    border-bottom: none;
  }

  .mobile-nav-divider {
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
  }

  /* Mobile nav links */
  .mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    z-index: 999999;
    pointer-events: auto;
  }

  .mobile-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
    transform: translateX(5px);
  }

  .mobile-nav-link.active {
    background-color: rgba(255, 166, 51, 0.2);
    color: var(--secondary);
    border-right: 3px solid var(--secondary);
  }

  .mobile-nav-link i {
    margin-right: 12px;
    font-size: 18px;
    width: 20px;
    text-align: center;
  }

  .mobile-nav-link span {
    flex: 1;
  }

  /* Special styling for login/register buttons */
  .mobile-nav-login {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .mobile-nav-register {
    background-color: var(--secondary);
    color: #ffffff !important;
    font-weight: 600;
  }

  .mobile-nav-register:hover {
    background-color: #e69500;
    color: #ffffff !important;
  }
}

/* Mobile navbar overlay */
.mobile-navbar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999998;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* Allow clicks to pass through when not active */
}

.mobile-navbar-overlay.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  /* Enable clicks only when active */
}

/* Hide desktop navbar elements on mobile to prevent conflicts */
@media (max-width: 991.98px) {
  .main-menu-wrapper {
    display: none !important;
  }

  .header-navbar-rht {
    display: none !important;
  }
}

/* Ensure mobile navbar button is visible on mobile */
@media (max-width: 991.98px) {
  .navbar-header #mobile_btn {
    display: inline-block !important;
  }
}

/* Additional styles to ensure complete independence */
@media (max-width: 991.98px) {

  /* Prevent any desktop navbar interference */
  .header .main-menu-wrapper,
  .header .main-nav,
  .header .header-navbar-rht {
    display: none !important;
  }

  /* Ensure mobile navbar overlay covers everything */
  .mobile-navbar-overlay {
    z-index: 99998;
  }

  /* Prevent body scroll when mobile navbar is open */
  body.mobile-nav-open {
    overflow: hidden !important;
  }
}

/* Desktop styles - ensure mobile navbar is completely hidden */
@media (min-width: 992px) {

  .mobile-navbar-wrapper,
  .mobile-navbar-overlay {
    display: none !important;
  }
}

a {
  text-decoration: none;
  color: #379937;
}

.dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
}

.dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 35px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform .15s ease-in-out .15s;
  max-height: 66vh;
  overflow-y: scroll;
}

.dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .15s ease-in-out;
}

.dropdown-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  line-height: 1;
  cursor: pointer;
}

.dropdown-label:before {
  content: '';
}

.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;

  .dropdown-option {
    opacity: 1;
    transition-delay: .2s;
  }
}

.dropdown.on .dropdown-label:before {
  content: '';
}

[type="checkbox"] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}



@media screen and (min-width: 767px) {
  .nav__menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 0;
  }

  .nav__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    display: grid;
    align-content: center;
    border-radius: 1.25rem 1.25rem 0 0;
    transition: .4s;
  }
}

.nav__list,
.nav__link {
  display: flex;
}

.nav__link {
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  color: var(--title-color);
  font-weight: 600;
}

.nav__list {
  justify-content: space-around;
}

.nav__name {
  font-size: var(--tiny-font-size);
  /* display: none;*/
  /* Minimalist design, hidden labels */
}

.nav__icon {
  font-size: 1.5rem;
}

/*Active link*/
.active-link {
  position: relative;
  color: var(--first-color);
  transition: .3s;
}

/* Minimalist design, active link */
/* .active-link::before{
  content: '';
  position: absolute;
  bottom: -.5rem;
  width: 4px;
  height: 4px;
  background-color: var(--first-color);
  border-radius: 50%;
} */

/* Change background header */
.scroll-header {
  box-shadow: 0 1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
}

/*=============== MEDIA QUERIES ===============*/
/* For small devices */
/* Remove if you choose, the minimalist design */
@media screen and (max-width: 320px) {
  .nav__name {
    display: none;
  }
}

/* For medium devices */
@media screen and (min-width: 576px) {
  .nav__list {
    justify-content: center;
    column-gap: 3rem;
  }
}

@media screen and (min-width: 767px) {
  body {
    margin: 0;
  }

  .section {
    padding: 7rem 0 2rem;
  }

  .nav {
    height: calc(var(--header-height) + 1.5rem);
    /* 4.5rem */
  }

  .nav__img {
    display: none;
  }

  .nav__icon {
    display: none;
  }

  .nav__name {
    font-size: var(--normal-font-size);
    /* display: block; */
    /* Minimalist design, visible labels */
  }

  .nav__link:hover {
    color: var(--first-color);
  }

  /* First design, remove if you choose the minimalist design */
  .active-link::before {
    content: '';
    position: absolute;
    bottom: -.75rem;
    width: 4px;
    height: 4px;
    background-color: var(--first-color);
    border-radius: 50%;
  }

  /* Minimalist design */
  /* .active-link::before{
      bottom: -.75rem;
  } */
}

/* For large devices */
@media screen and (min-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

.scrollable-buttons-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
  gap: 10px;
  -webkit-overflow-scrolling: touch;
}

.oval-button {
  flex-shrink: 0;
  padding: 8px 15px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}

.oval-button.active {
  background-color: #17a2b8;
  /* Example active color */
  color: #fff;
  border-color: #17a2b8;
}

/* --- Chat Window Height Fix --- */
.row.chat-window .col-xl-12 .chat-window {
  display: flex;
  height: 100%;
  /* Ensure the chat-window takes full height */
}

.chat-cont-left {
  flex: 0 0 300px;
  /* Fixed width for the left chat pane */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chat-cont-right {
  flex: 1;
  /* Right chat pane takes the remaining width */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chat-cont-left .chat-scroll,
.chat-cont-right .chat-scroll {
  flex-grow: 1;
  /* Allow the scrollable area to grow and fill available space */
  overflow-y: auto;
  /* Enable vertical scrolling */
}

.chat-actions {
  background-color: #F5F5F5;
}

.width-max {
  width: 300px;
}

/* --- End Chat Window Height Fix --- */
.listing-title {
  text-align: center;
}

.listing-title a {
  text-decoration: none !important;
  color: black !important;
  font-size: 1px !important;
}

/*# sourceMappingURL=style.css.map ss.map */

/* OTP Input Styles */
.digit-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.digit-group input {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  color: #000;
  margin: 0;
  border-radius: 5px;
}

.digit-group input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 5px rgba(30, 58, 138, 0.2);
}

@media (max-width: 767.98px) {
  .pro-info ul li.del-home {
    margin-left: auto;
  }
}

.irs-max {
  display: none !important;
}

/* Custom Styles for Status Card */
.status-card {
  background-color: #fff;
  border-radius: 12px;
  /* Rounded corners */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  /* Soft shadow */
  padding: 20px;
  /* Comfortable spacing */
  border: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.status-card-title {
  font-size: 16px;
  font-weight: 600;
  /* Medium-bold */
  color: #333;
  /* Dark gray */
  margin-bottom: 16px;
}

.status-indicator {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  margin-right: 10px;
  flex-shrink: 0;
}

.status-dot.inactive {
  background-color: #28a745;
  /* Green */
}

.status-dot.active {
  background-color: #007bff;
  /* Blue */
}

.status-text {
  color: #212529;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px;
}

.status-subtext {
  color: #6c757d;
  font-size: 13px;
}

.expiry-info {
  margin-top: 4px;
  font-size: 13px;
  color: #495057;
}

.expiry-label {
  color: #6c757d;
}

.expiry-value {
  font-weight: 600;
}

.status-action-btn {
  width: 100%;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .status-action-btn {
    width: auto;
    align-self: flex-end;
    /* Bottom-right on desktop */
  }

  .status-card-footer {
    display: flex;
    justify-content: flex-end;
  }
}

/* Mobile adjustment for full width button */
@media (max-width: 767.98px) {
  .status-action-btn {
    display: block;
    width: 100%;
  }
}

/* Specific Button Styles */
.btn-activate {
  background-color: var(--primary, #1e3a8a);
  /* Use theme primary or fallback */
  color: #ffffff;
  border: 1px solid var(--primary, #1e3a8a);
}

.btn-activate:hover {
  opacity: 0.9;
  color: #ffffff;
}

.btn-renew {
  background-color: transparent;
  color: var(--primary, #1e3a8a);
  border: 1px solid var(--primary, #1e3a8a);
}

.btn-renew:hover {
  background-color: var(--primary, #1e3a8a);
  color: #ffffff;
}


/* =========================================
   Driver Assistance Page Custom Styles
   ========================================= */

/* Brand Colors */
:root {
  --brand-navy: #1E3A8A;
  --brand-amber: #FFB300;
}

body.driver-assistance-page {
  background-color: #F3F4F6;
}

/* Navbar Customization */
.navbar-custom {
  background-color: var(--brand-navy);
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-custom .navbar-brand {
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
}

.navbar-custom .navbar-toggler {
  border: none;
  padding: 0;
  color: white;
}

.navbar-custom .navbar-toggler:focus {
  box-shadow: none;
}

/* Profile Card */
.profile-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: none;
}

.profile-img-container {
  margin-top: 20px;
  margin-bottom: 15px;
}

.profile-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 3px solid #f8f9fa;
}

.star-rating {
  color: var(--brand-amber);
  font-size: 14px;
}

.display-name {
  color: #212121;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 10px;
}

.role-subtitle {
  color: #757575;
  font-size: 0.95rem;
  margin-bottom: 25px;
}

/* Action Buttons */
.btn-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 90px;
  border: 1px solid var(--brand-navy);
  color: var(--brand-navy);
  border-radius: 10px;
  transition: all 0.2s ease;
  background: transparent;
  padding: 15px 10px;
}

.btn-action i {
  font-size: 24px;
  margin-bottom: 8px;
  color: inherit !important;
  /* Force inherit color */
  background: transparent !important;
  /* Ensure no background */
}

.btn-action span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.btn-action:hover,
.btn-action:active,
.btn-action.active {
  background-color: var(--brand-amber);
  border-color: var(--brand-amber);
  color: white;
}

/* Layout Constraints */
.main-container {
  max-width: 480px;
  margin: 0 auto;
}

/* Adjusting for mobile full width but ensuring card look */
@media (max-width: 576px) {
  body.driver-assistance-page .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Featured In Marquee Section */
.marquee-section {
  padding-bottom: 60px;
  background-color: #ffffff;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #F9F9F9;
  /* Light grey background for the scroll track */
  padding: 40px 0;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.marquee-content:hover {
  animation-play-state: paused;
}

.brand-item {
  flex: 0 0 auto;
  margin: 0 15px;
  padding: 5px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 150px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.brand-item img {
  max-height: 130px;
  max-width: 95%;
  width: auto;
  /* Removed grayscale to match reference image which has colored logos */
  transition: all 0.3s ease;
}

.brand-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Call Us CTA Section */
.call-us-section {
  background-color: #132E5C;
  padding: 30px 0;
  color: #ffffff;
}

.call-us-content span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}

.call-us-content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}

.btn-call-us {
  background-color: #FFC107;
  color: #000000;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none;
}

.btn-call-us:hover {
  background-color: #e0a800;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .call-us-section .row>div {
    text-align: center;
    margin-bottom: 15px;
  }

  .call-us-section .col-md-4 {
    justify-content: center !important;
    margin-bottom: 0;
  }

  .call-us-content h3 {
    font-size: 24px;
  }
}

/* =========================================
   NEW FOOTER STYLES (Refactored)
   ========================================= */

:root {
  --footer-bg: #132E5C;
  --footer-bottom: #243447;
  --footer-accent: #FFB300;
  --footer-text: #FFFFFF;
  --footer-text-secondary: #9CA3AF;
  --footer-border: rgba(255, 255, 255, 0.08);
}

.footer.footer-four {
  background-color: var(--footer-bg) !important;
  padding-top: 30px;
}

.footer-top {
  padding-bottom: 30px;
}

/* Brand Section */
.footer-logo img {
  max-width: 180px;
  margin-bottom: 15px;
}

.brand-tagline {
  color: var(--footer-text-secondary);
  font-size: 14px;
  margin-bottom: 20px;
}

/* Social Icons */
.social-icon li a {
  background: rgba(255, 255, 255, 0.05);
  color: var(--footer-text);
  width: 35px !important;
  height: 35px !important;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-icon li a i {
  font-size: 18px !important;
  line-height: inherit;
}

.social-icon li a:hover {
  background: var(--footer-accent);
  color: #000;
  transform: translateY(-3px);
}

/* Desktop Columns */
.footer-widget .footer-title {
  color: var(--footer-text);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-menu ul li a {
  color: var(--footer-text-secondary);
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
  margin-bottom: 12px;
}

.footer-menu ul li a:hover {
  color: var(--footer-accent);
  padding-left: 5px;
}

/* Mobile Accordion Footer */
.footer-accordion .accordion-item {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid var(--footer-border);
}

.footer-accordion .accordion-button {
  background: transparent !important;
  color: var(--footer-text) !important;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0;
  box-shadow: none !important;
}

.footer-accordion .accordion-button:not(.collapsed) {
  color: var(--footer-accent) !important;
}

.footer-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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");
  filter: none;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.footer-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='%23FFB300'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg) scale(0.8);
}

.footer-accordion .accordion-body {
  padding: 10px 0 20px 0;
}

.footer-accordion ul li {
  margin-bottom: 12px;
}

.footer-accordion ul li a {
  color: var(--footer-text-secondary);
  font-size: 14px;
}

/* Footer Bottom */
.footer-bottom {
  background-color: var(--footer-bottom) !important;
  padding: 20px 0;
  border-top: 1px solid var(--footer-border);
}

.copyright-text p {
  color: var(--footer-text-secondary);
  font-size: 13px;
  margin: 0;
}

.privacy-link {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.privacy-link li a {
  color: var(--footer-text-secondary);
  font-size: 13px;
}

.privacy-link li a:hover {
  color: var(--footer-text);
}

@media (max-width: 991.98px) {
  .footer.footer-four {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .footer-bottom {
    padding-bottom: 80px !important;
    /* increased to account for fixed menu */
  }

  .footer-bottom .row {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .privacy-link {
    justify-content: center;
  }

  .footer-logo {
    text-align: left;
    margin-bottom: 0;
    padding: 0;
  }

  .footer-logo img {
    margin-bottom: 0;
    padding: 0;
  }
}

.app-badge {
  width: 140px;
  height: auto;
}

.btn-location,
.btn-location:hover,
.btn-location:focus,
.btn-location:active,
.btn-location.show {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

/* City Cards */
.city-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.city-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.city-card:hover img {
  transform: scale(1.1);
}

.city-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 20px 15px;
  z-index: 1;
}

/* Web Stories Cards */
.story-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 400px;
  /* Tall portrait shape */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.story-card:hover img {
  transform: scale(1.05);
}

.story-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  padding: 20px 15px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
}

.story-overlay h5 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.story-overlay p {
  color: #ffd700;
  /* Gold/yellow for "By Gaadiwala" or white opacity */
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
}

.story-overlay p.subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.3;
}

/* Custom Navigation Buttons */
.story-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  border: none;
  z-index: 2;
  cursor: pointer;
}

.story-nav-btn:hover {
  background: var(--primary);
  color: #fff;
}

.story-prev {
  left: -20px;
}

.story-next {
  right: -20px;
}

@media (max-width: 991px) {
  .story-card {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .story-card {
    height: 280px;
  }

  .story-slider .owl-nav {
    display: none;
  }
}

.city-overlay h5 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}

/* Ensure Owl Nav Arrows for City Slider specific styles if needed */
.city-slider .owl-nav button.owl-prev,
.city-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  color: var(--primary) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none;
}

.city-slider .owl-nav button.owl-prev:hover,
.city-slider .owl-nav button.owl-next:hover {
  background: var(--primary) !important;
  color: #fff !important;
}

/* Subscription Card Styles */
.subscription-status-card {
  overflow: hidden;
}

.subscription-status-card .card-body {
  padding: 0;
}

.subscription-header {
  background: #1e3a8a !important;
  border-radius: 0;
}

.subscription-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.subscription-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.subscription-subtitle {
  opacity: 0.9;
  font-size: 0.875rem;
}

.subscription-badge {
  background: #dcfce7 !important;
  color: #15803d !important;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 16px !important;
  border-radius: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
}

.subscription-badge i {
  font-size: 12px;
  margin-right: 5px;
}

.status-stat-days {
  background: #f7f7f7 !important;
  border: 1px solid rgba(103, 126, 234, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.stat-label-text {
  font-weight: 600;
  color: #1f2937;
  font-size: 0.9rem;
}

.stat-value-days {
  font-weight: 700;
  color: #1e3a8a;
  font-size: 1.25rem;
}

.days-progress-wrapper {
  height: 8px;
  background-color: rgba(30, 58, 138, 0.15) !important;
  border-radius: 10px;
  overflow: hidden;
}

.days-progress-bar {
  width: 83%;
  background: #1e3a8a !important;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(30, 58, 138, 0.3);
}

.stat-hint-text {
  color: #6b7280;
  font-size: 0.8rem;
}

.status-stat-expiry {
  background: #FFF7ED !important;
  border: 1px solid rgba(253, 203, 110, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.stat-value-expiry {
  font-weight: 700;
  color: #d97706;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.stat-expiry-small {
  color: #92400e;
  font-size: 0.8rem;
}

.subscription-renew-btn {
  background: #ffffff !important;
  color: #1e3a8a !important;
  border: 1.5px solid #1e3a8a !important;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 25px !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.subscription-renew-btn:hover {
  background: #1e3a8a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.2);
}

.subscription-renew-btn i {
  font-size: 16px;
  color: #1e3a8a !important;
}

.subscription-renew-btn:hover i {
  color: #ffffff !important;
}

.city-slider .owl-nav button.owl-prev {
  left: -20px;
}

.city-slider .owl-nav button.owl-next {
  right: -20px;
}

@media (max-width: 768px) {
  .city-card {
    height: 180px;
  }

  .city-slider .owl-nav {
    display: none;
    /* Hide arrows on mobile */
  }
}

.btn-renew-subscription {
  background-color: #fff;
  border: 1px solid #1e3a8a;
  color: #1e3a8a;
  padding: 5px 15px;
}

.btn-renew-subscription:hover {
  background-color: #FFA633;
  border-color: #fff;
  color: #fff;
}

.widget-box .widget-header .widget-icon span img {
  width: 100%;
  height: auto;
}

/* Mobile Horizontal Scrolling for Featured Categories */
@media (max-width: 991.96px) {
  .mobile-scroll-row {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: flex;
    /* Ensure flex behavior */
  }

  .mobile-scroll-row::-webkit-scrollbar {
    display: none;
  }

  .mobile-scroll-row>.col-xl-2,
  .mobile-scroll-row>.col-md-4,
  .mobile-scroll-row>.col-sm-6 {
    flex: 0 0 80%;
    max-width: 80%;
    margin-right: 15px;
    width: 80%;
    /* Explicit width */
  }
}

@media (max-width: 575.96px) {

  .mobile-scroll-row>.col-xl-2,
  .mobile-scroll-row>.col-md-4,
  .mobile-scroll-row>.col-sm-6 {
    flex: 0 0 85%;
    max-width: 85%;
    width: 85%;
  }
}

/* Mobile Horizontal Scrolling for Testimonials (and generic) */
@media (max-width: 767.98px) {
  .mobile-horizontal-scroll {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
    scrollbar-width: none;
    /* Firefox */
    justify-content: flex-start !important;
    /* Override center alignment */
  }

  .mobile-horizontal-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }

  .mobile-horizontal-scroll>.col-lg-4,
  .mobile-horizontal-scroll>.col-md-6,
  .mobile-horizontal-scroll>[class*="col-"] {
    flex: 0 0 85%;
    /* Show 85% of the card to encourage scrolling */
    max-width: 85%;
    margin-right: 15px;
  }

  .mobile-horizontal-scroll>[class*="col-"]:last-child {
    margin-right: 0;
  }
}

/* Equal Height Cards */
/* Equal Height Cards */
.equal-height-cards>[class*='col-'] {
  display: flex !important;
  flex-direction: column !important;
}

.equal-height-cards .listing-item {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.equal-height-cards .listing-content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  /* Ensure it grows/flexes naturally */
}

.equal-height-cards .listing-button-group {
  margin-top: auto !important;
  width: 100%;
  padding-top: 15px;
}

@media (max-width: 991px) {
  .banner-content .users-wrap {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .banner-content .customer-info {
    text-align: center !important;
  }

  .banner-content .users-list {
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* Accordion Arrow Rotation */
/* Accordion Arrow Rotation */
.card-header-new a.collapsed .fa-chevron-down {
  transform: rotate(0deg) !important;
}

.card-header-new a[aria-expanded='true'] .fa-chevron-down {
  transform: rotate(180deg) !important;
}

.card-header-new .fa-chevron-down {
  transition: transform 0.3s;
}

/* Mobile Filter Modal Styles */
#mobile_filter_accordion .accordion-item {
  border: none !important;
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .reset-filter {
    display: none !important;
  }
}

/* Hide Reset Filter in Mobile Modal */
#filter_modal .reset-filter {
  display: none !important;
}

/* Remove Sidebar Accordion Borders on Desktop */
#sidebar_accordion .accordion-item {
  border: none !important;
  box-shadow: none !important;
}

/* Fix for fixed header blocking content */

@media (min-width: 992px) {
  body {
    padding-top: 40px;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .bookings-content {
    padding-top: 30px;
  }
}

@media (max-width: 991.96px) {

  .bookings-content,
  .content {
    padding-top: 20px;
  }

  .bookings-content .container-fluid,
  .content .container-fluid,
  .driver-breadcrumb-bar .container-fluid,
  .breadcrumb-bar .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bookings-content .card,
  .content .card {
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 0 !important;
  }

  .bookings-content .card-body,
  .content .card-body {
    padding: 0 !important;
  }

  .sorting-info {
    padding: 0 15px;
    /* Keep some padding for sorting info if needed, or 0 for full width */
  }
}

/* Inquiry Modal Button Styles */
.btn-inquiry-submit {
  background-color: transparent !important;
  border: 2px solid var(--secondary) !important;
  color: var(--secondary) !important;
  transition: all 0.3s ease;
}

.btn-inquiry-submit:hover {
  background-color: var(--secondary) !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 166, 51, 0.4);
}

/* Fix for mobile menu button padding/positioning */
@media (max-width: 991.98px) {
  .header .navbar-header #mobile_btn {
    left: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
}

/* Mobile Header Buttons */
.mobile-header-buttons {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-header-buttons {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 10px;
    margin-left: auto;
    padding-right: 10px;
  }

  .mobile-header-buttons li {
    margin-left: 10px;
  }

  .mobile-header-buttons>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #333;
    border-radius: 50%;
    color: #fff;
  }

  .mobile-header-buttons>li.dropdown>a {
    background-color: #f7f7f7;
    color: #333;
  }

  /* SOS Icon Style */
  .mobile-header-buttons .sos-icon {
    color: #FFA633;
    font-size: 16px;
  }

  /* Notification Icon Style */
  .mobile-header-buttons .bell-icon img {
    width: 18px;
    height: 18px;
    filter: brightness(0);
  }

  /* Profile Image Style */
  .mobile-header-buttons .user-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
  }

  .mobile-header-buttons .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* SOS Modal Styles */
.sos-modal-content {
  background-color: #ffffff;
  color: #333;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: none;
}

.sos-modal-header {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 25px;
  align-items: center;
}

.sos-modal-header .modal-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.sos-modal-header .btn-close {
  box-shadow: none;
  opacity: 1;
  background-size: 0.8rem;
}

.sos-modal-body .list-group-item {
  background-color: transparent;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 25px;
  transition: background-color 0.2s;
}

.sos-modal-body .list-group-item:last-child {
  border-bottom: none;
}

.sos-modal-body .list-group-item:hover,
.sos-modal-body .list-group-item:active {
  background-color: #f9f9f9;
}

.sos-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  /* Fixed width container for alignment */
}

.sos-item-icon img {
  border-radius: 5px;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.sos-item-icon .icon-circle {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f8f9fa;
  /* Standard light bg */
}

.sos-item-icon i {
  font-size: 20px;
}

.text-muted-light {
  color: #888 !important;
  font-size: 13px;
  display: block;
  margin-top: 4px;
}

.sos-list-group .fa-chevron-right {
  font-size: 14px;
  opacity: 0.4;
  color: #999;
}

.sos-list-group h6 {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  /* Slightly blue-ish dark for modern feel */
}

/* Mobile Notification Icon Styles */
.mobile-bell-icon {
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s;
}

.mobile-bell-icon:hover {
  background-color: #e6e6e6;
}

.mobile-bell-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0);
  /* Force icon to black */
  opacity: 1;
}

.mobile-bell-icon .notification-dot {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 8px;
  height: 8px;
  background-color: #ff0000;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
}

/* =========================================
   MOBILE NOTIFICATION DROPDOWN FIXES (Consolidated)
   ========================================= */
@media (max-width: 991.98px) {

  /* override any bootstrap positioning */
  .mobile-header-buttons .dropdown-menu.notifications {
    position: fixed !important;
    top: 70px !important;
    /* Push below header */
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    /* Let left/right dictate width */
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    z-index: 9999 !important;
    max-height: 80vh;
    overflow-y: auto;
    padding: 0;
    border: none;
    background: #ffffff !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .mobile-header-buttons .dropdown-menu.notifications::-webkit-scrollbar {
    display: none !important;
  }

  .mobile-header-buttons .noti-content {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
  }

  /* Hide arrow */
  .mobile-header-buttons .dropdown-menu.notifications:before,
  .mobile-header-buttons .dropdown-menu.notifications:after {
    display: none !important;
  }

  /* Header styling */
  .mobile-header-buttons .dropdown-menu.notifications .topnav-dropdown-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
  }

  /* List Item Container */
  .mobile-header-buttons .notification-list .notification-message>a {
    display: block;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
    /* Ensure text flows */
  }

  /* Flex Layout for Avatar + Content */
  .mobile-header-buttons .notification-list .media {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
  }

  /* Avatar Sizing */
  .mobile-header-buttons .notification-list .avatar {
    flex: 0 0 40px !important;
    /* Fixed width */
    width: 40px !important;
    height: 40px !important;
    margin-right: 15px !important;
  }

  /* Content Body */
  .mobile-header-buttons .notification-list .media-body {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    /* CSS Grid/Flex text truncation fix */
    width: 100% !important;
  }

  /* Text details - Resetting any weirdness */
  .mobile-header-buttons .noti-details {
    display: block !important;
    /* Paragraph block */
    margin: 0 0 5px 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #333 !important;
    white-space: normal !important;
    width: 100% !important;
  }

  /* Title spans - Force inline */
  .mobile-header-buttons .noti-details .noti-title {
    display: inline !important;
    font-weight: 600;
    color: #333;
  }

  /* Time */
  .mobile-header-buttons .noti-time {
    display: block;
    font-size: 12px;
    color: #888;
  }
}

/*-----------------
	Dashboard Widget Scroll Mobile
-----------------------*/
@media (max-width: 767.98px) {
  .dashboard-widget-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
    gap: 8px;
    padding-left: 24px;
    padding-right: 15px;
  }

  .dashboard-widget-scroll::-webkit-scrollbar {
    display: none;
  }

  .dashboard-widget-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .dashboard-widget-scroll>div {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

/*-----------------
	Custom Dropdown with Arrow
-----------------------*/
.custom-dropdown-arrow {
  margin-top: 10px !important;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0;
  z-index: 1100 !important;
}

.custom-dropdown-arrow::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  left: auto;
  transform: none;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05));
}

.custom-dropdown-arrow .dropdown-header {
  font-size: 13px;
  color: #999;
  padding: 5px 15px;
  font-weight: 400;
}

.custom-dropdown-arrow .dropdown-item {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  transition: all 0.2s;
}

.custom-dropdown-arrow .dropdown-item i {
  margin-right: 10px;
  color: #888;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.custom-dropdown-arrow .dropdown-item:hover {
  background-color: #f8f9fa;
  color: var(--primary);
  padding-left: 20px;
  /* Slight movement effect */
}

.custom-dropdown-arrow .dropdown-item:hover i {
  color: var(--primary);
}

.bg-navy {
  background-color: #1e3a8a !important;
}

/*-----------------
	Dashboard Service Widgets (Premium)
-----------------------*/
.service-widgets-row {
  position: relative;
  z-index: 5;
}

.dashboard-bookings-row {
  position: relative;
  z-index: 1;
}

.service-widget-card {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.service-widget-card:hover {
  z-index: 2;
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1) !important;
}

.dropdown.show {
  z-index: 1065;
}

.service-widget-card .avatar-lg {
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.service-widget-card:hover .avatar-lg {
  transform: rotate(5deg) scale(1.1);
}

.service-features {
  border-top: 1px solid #000;
  padding-top: 15px;
}

.service-widget-card .btn {
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-widget-card .btn-primary:hover {
  background-color: #5a73e8;
  border-color: #5a73e8;
}

.service-widget-card .btn-secondary:hover {
  background-color: #162e6e;
  border-color: #162e6e;
}

.service-widget-card .btn-success:hover {
  background-color: #0d9668;
  border-color: #0d9668;
}

/* Yellow hover effect for Insurance button */
.btn-yellow-hover:hover {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: #fff !important;
}

/* Green hover effect for Loans button */
.btn-green-hover:hover {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #fff !important;
}

/* Header-four dropdown arrow - white color for visibility on blue background */
.header.header-four .header-navbar-rht .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #ffffff !important;
  border-right: 2px solid #ffffff !important;
}

.header.header-four .header-navbar-rht .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  border-bottom: 2px solid #ffffff !important;
  border-right: 2px solid #ffffff !important;
}

/* My Location Collapsible Card Styles */
.card-header {
  padding: 1rem 1.25rem;
}

.card-header h5 {
  font-weight: 600;
  color: #000000 !important;
}

.card-header h5 i {
  color: #1e3a8a !important;
}

.card-header .fa-chevron-down {
  transition: transform 0.3s ease;
  color: #1e3a8a !important;
}

.card-header[data-bs-toggle="collapse"]:hover {
  background-color: #f9fafb !important;
}

.card-header[aria-expanded="false"] .fa-chevron-down {
  transform: rotate(0deg);
}

.card-header[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

/* Service Widget Border Utilities */
.border-yellow-service {
  border: 2px solid #ffbf00 !important;
}

.border-blue-service {
  border: 2px solid #1e3a8a !important;
}

.border-green-service {
  border: 2px solid #059669 !important;
}

/* Non-Interactive Utility Class */
.non-interactive {
  cursor: default !important;
  pointer-events: none !important;
  transform: none !important;
  background-color: transparent !important;
}

/* --- Chat Interface Enhancements --- */

/* Sidebar Filter Tabs */
.chat-tab-container {
  background: #fdfdfd;
  padding: 12px 10px;
}

.chat-tabs-scroll {
  overflow-x: auto;
  white-space: nowrap;
  gap: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.chat-tabs-scroll::-webkit-scrollbar {
  display: none;
}

.chat-tabs-scroll .btn {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 20px;
}

/* Sidebar Call Icon */
.notify-block .media-body {
  position: relative;
}

.chat-sidebar-call {
  width: 32px;
  height: 32px;
  background-color: #1e3a8a;
  color: white;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.chat-sidebar-call:hover {
  background-color: #162a63;
  transform: scale(1.05);
}

/* Chat Header Dropdown */
.chat-dropdown {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 8px 0;
  min-width: 200px;
}

.chat-dropdown .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}

.chat-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #1e3a8a;
}

.chat-dropdown .dropdown-item i {
  font-size: 16px;
  width: 25px;
  color: #666;
}

/* Chat Actions Footer */
.chat-actions {
  padding: 12px 15px;
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
}

.chat-actions .btn {
  flex: 1;
  height: 42px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
}

.chat-actions .btn-warning {
  background-color: #FFA633 !important;
  border-color: #FFA633 !important;
  color: #fff !important;
}

/* Sidebar Search Bar Enhancement */
.chat-window .chat-cont-left .chat-search {
  background-color: #f5f6f7;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.chat-window .chat-cont-left .chat-search .input-group {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #e1e4e8;
  padding: 2px 15px;
  display: flex;
  align-items: center;
}

.chat-window .chat-cont-left .chat-search .input-group-prepend {
  margin-right: 10px;
  color: #6a737d;
}

.chat-window .chat-cont-left .chat-search .form-control {
  border: none;
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  height: 38px;
  font-size: 14px;
}

.chat-window .chat-cont-left .chat-search .form-control:focus {
  border: none;
  outline: none;
}


/* Chat Filter Tabs Scrollable */
.chat-tab-container {
  background-color: #fff;
}

.chat-tabs-scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: auto;
  scrollbar-width: thin;
  /* Firefox */
  padding: 2px 0 8px 0;
}

.chat-tabs-scroll::-webkit-scrollbar {
  display: block;
  height: 6px;
}

.chat-tabs-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.chat-tabs-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.chat-tabs-scroll::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

@media (max-width: 991.96px) {
  .chat-tabs-scroll {
    scrollbar-width: none;
    padding-bottom: 0;
  }

  .chat-tabs-scroll::-webkit-scrollbar {
    display: none;
  }
}

.chat-tabs-scroll .btn {
  flex: 0 0 auto;
  border-radius: 50px !important;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
}

/* Restyled Chat Search Box Pill */
.chat-search-box .input-group {
  background-color: #f5f6f7 !important;
  border-radius: 50px !important;
  border: 1px solid #e1e4e8 !important;
  overflow: hidden;
}

.chat-search-box .input-group-text {
  background-color: transparent !important;
  border: none !important;
  padding-left: 15px;
}

.chat-search-box .form-control {
  background-color: transparent !important;
  border: none !important;
  height: 45px;
  box-shadow: none !important;
  font-size: 15px;
}

.chat-search-box .form-control::placeholder {
  color: #adb5bd;
}

/* Red Cancel Button Styling */
.chat-actions .btn-danger {
  background-color: #FF3B30 !important;
  border-color: #FF3B30 !important;
  color: #fff !important;
}

.chat-actions .btn-danger:hover {
  background-color: #e0352b !important;
  border-color: #e0352b !important;
}

/* Responsive banner driver image */
@media (max-width: 767px) {
  .banner-driver-img {
    height: 200px !important;
  }
}

/* Custom accordion icon styling - show + when closed, - when open */
.faq-accordion .accordion-button::after {
  content: '\2212' !important;
  /* Minus sign when open */
  background-image: none !important;
  font-size: 24px;
  font-weight: bold;
  width: auto;
  height: auto;
  transform: none !important;
}

.faq-accordion .accordion-button.collapsed::after {
  content: '\002B' !important;
  /* Plus sign when closed */
  transform: none !important;
}

/* Mobile breadcrumb padding */
@media (max-width: 767px) {
  .breadcrumb-bar {
    padding-top: 70px;
  }
}

.hero-banner-section {
  height: 100vh;
  overflow: hidden;
}

.hero-banner-image {
  height: 100%;
  width: 100%;
}

.hero-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile responsive adjustments for hero banner */
@media (max-width: 767px) {
  .hero-banner-section {
    padding-top: 70px;
    height: auto;
  }

  .hero-banner-image {
    height: auto;
  }

  .hero-banner-image img {
    object-fit: contain;
    height: auto;
    max-height: 400px;
  }

  .banner-yacht-type-slider {
    margin-top: 30px;
    padding-bottom: -10px;
  }

  .padding-mobile-0 {
    padding: 0px;
  }
}

/* Mobile horizontal scroll for dashboard widgets */
@media (max-width: 767px) {
  .user-dashboard-specific .row:first-child {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .user-dashboard-specific .row:first-child>.col-lg-4 {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 280px;
  }

  .user-dashboard-specific .row:first-child>.col-lg-4:not(:last-child) {
    margin-right: 15px;
  }

  .user-dashboard-specific .row:first-child::-webkit-scrollbar {
    display: none;
  }

  .user-dashboard-specific .row:first-child {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/* Chat List Styles */
.chat-list {
  max-height: 800px;
  overflow-y: auto;
}

.chat-item {
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease;
}

.chat-item:hover {
  background-color: #f8f9fa;
}

.avatar-wrapper {
  flex-shrink: 0;
}

.chat-info h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.chat-info p {
  font-size: 12px;
  line-height: 1.4;
}

.chat-actions .btn {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Scrollable Buttons */
.scrollable-buttons-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.scrollable-buttons-container::-webkit-scrollbar {
  height: 5px;
}

.scrollable-buttons-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollable-buttons-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.oval-button {
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  transition: all 0.3s ease;
}

.oval-button:hover {
  background-color: #f8f9fa;
  border-color: #1e3a8a;
  color: #1e3a8a;
}

.oval-button.active {
  background-color: #1e3a8a;
  color: #fff;
  border-color: #1e3a8a;
}

/* Status Badge */
.badge {
  border: 2px solid #fff;
}

/* Hide scrollbar on mobile */
@media (max-width: 768px) {
  .scrollable-buttons-container::-webkit-scrollbar {
    display: none;
  }

  .scrollable-buttons-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/* Booking Tabs and Filters */
.booking-tabs-dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-color: #f6a042;
  color: #f6a042;
}

.booking-tabs-dropdown-btn span {
  flex-grow: 1;
  text-align: left;
}

.booking-tabs-dropdown-btn .dropdown-arrow {
  font-size: 14px;
  transition: transform 0.2s ease;
  margin-left: 10px;
}

.booking-tabs-dropdown-btn.is-open .dropdown-arrow {
  transform: rotate(180deg);
}

.booking-lists-mobile .dropdown-menu {
  width: 100%;
}

@media (max-width: 991.98px) {
  .booking-lists-mobile .dropdown-menu .dropdown-item.active {
    background-color: #f6a042;
    color: #fff;
  }

  .filter-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row !important;
    gap: 10px;
    margin-top: 15px;
  }

  .filter-group .sort {
    flex: 1 !important;
    width: auto !important;
    margin: 0 !important;
  }

  .filter-group .dropdown-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    font-size: 13px;
  }

  /* Filter dropdown arrows: right-aligned + rotate on open */
  .filter-group .dropdown-toggle i {
    margin-left: 5px;
    transition: transform 0.2s ease;
    font-size: 11px;
  }

  .filter-group .dropdown.show .dropdown-toggle i {
    transform: rotate(180deg);
  }
}
