:root {
  --bg: #f1f3f7;
  --card: #fff;
  --ink: #3d485f;
  --text: #545f73;
  --muted: #8f98a8;
  --line: #e3e7ee;
  --yellow: #ffb318;
  --yellow2: #ffa928;
  --yellow-soft: #fff4d5;
  --navy: #3d4b65;
  --navy2: #27364e;
  --green: #49b653;
  --red: #ef5a61;
  --blue: #3974d7;
  --shadow: 0 10px 30px rgba(46, 57, 77, .08);

}


* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5
}

a {
  text-decoration: none;
  color: inherit
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit
}

button {
  cursor: pointer
}

.ico {
  width: 22px;
  height: 22px;
  display: block
}

.shell {
  width: min(1220px, calc(100% - 36px));
  margin: auto
}

.narrow {
  width: min(760px, calc(100% - 28px));
  margin: auto
}

.muted {
  color: var(--muted)
}

.small {
  font-size: 12px
}

.center {
  text-align: center
}

.eyebrow {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.7px;
  color: #d98b00;
  text-transform: uppercase
}

.public-top {
  height: 76px;
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--line)
}

.public-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.public-nav nav {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 13px;
  font-weight: 750
}

.public-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--line);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
}

.public-nav-toggle .nav-bar {
  width: 20px;
  height: 2px;
  background: #1e293b;
  border-radius: 2px;
  transition: all .2s ease;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--yellow2), var(--yellow));
  color: #344157;
  font-weight: 950;
  box-shadow: 0 7px 18px rgba(255, 179, 24, .25)
}

.logo-mark.small {
  width: 38px;
  height: 38px;
  border-radius: 13px
}

.logo>span:last-child {
  display: grid;
  line-height: 1.05
}

.logo b {
  font-size: 18px
}

.logo small {
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px
}

.btn {
  border: 0;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 850;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: .2s;
  min-height: 44px
}

.btn:hover {
  transform: translateY(-1px)
}

.btn.primary {
  background: linear-gradient(135deg, var(--yellow2), var(--yellow));
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 179, 24, .24)
}

.btn.dark {
  background: var(--navy);
  color: #fff
}

.btn.soft {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink)
}

.btn.green {
  background: var(--green);
  color: #fff
}

.btn.red {
  background: var(--red);
  color: #fff
}

.btn.sm {
  padding: 9px 13px;
  min-height: 36px;
  border-radius: 11px;
  font-size: 12px
}

.btn.big {
  padding: 14px 22px;
  min-height: 50px
}

.btn.full {
  width: 100%
}

.btn:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none
}

.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow)
}

.alert {
  padding: 13px 15px;
  border-radius: 14px;
  margin: 14px 0;
  font-size: 13px
}

.alert.info {
  background: #eef5ff;
  color: #315c95;
  border: 1px solid #d6e6fc
}

.alert.success {
  background: #edfbf2;
  color: #218044;
  border: 1px solid #caefd5
}

.alert.error {
  background: #fff0f1;
  color: #b8373e;
  border: 1px solid #ffd4d6
}

.successicon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin: 8px auto 16px;
  background: #e6f9ed;
  color: #29934c;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 900
}

.erroricon {
  background: #fff0f1;
  color: #d1434b
}

.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.actions.center {
  justify-content: center
}

.public-main {
  min-height: 60vh
}

.public-hero {
  background: linear-gradient(140deg, #313c52, #47556f 60%, #59667d);
  color: #fff;
  padding: 76px 0 92px;
  position: relative;
  overflow: hidden
}

.public-hero:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 179, 24, .12);
  right: -150px;
  top: -200px
}

.public-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
  position: relative
}

.public-hero h1 {
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -3px;
  margin: 10px 0 18px
}

.public-hero p {
  font-size: 18px;
  color: #e0e5ed;
  max-width: 680px
}

.hero-points {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 24px;
  color: #d5dce7;
  font-size: 12px
}

.hero-points span {
  display: flex;
  gap: 7px;
  align-items: center
}

.hero-points i {
  width: 20px;
  height: 20px;
  background: rgba(255, 179, 24, .2);
  color: var(--yellow);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-style: normal
}

.public-search {
  background: #fff;
  color: var(--ink);
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 28px 80px rgba(23, 31, 45, .3)
}

.public-search h3 {
  margin: 0 0 14px
}

.section {
  padding: 58px 0
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 22px
}

.section-head h1,
.section-head h2 {
  font-size: clamp(30px, 4vw, 43px);
  letter-spacing: -1.4px;
  line-height: 1.1;
  margin: 6px 0
}

.section-head p {
  color: var(--muted);
  margin: 0
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px
}

.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--shadow)
}

.feature-card .iconbox {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--yellow-soft);
  color: #d88b00;
  display: grid;
  place-items: center
}

.feature-card h3 {
  margin: 14px 0 6px
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.step-card {
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line)
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900
}

.step-card h3 {
  margin: 13px 0 5px
}

.step-card p {
  font-size: 12px;
  color: var(--muted);
  margin: 0
}

.public-footer {
  background: #39465d;
  color: #dae0e9;
  padding: 44px 0 18px;
  margin-top: 30px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 34px
}

.public-footer .logo b {
  color: #fff
}

.public-footer p {
  font-size: 12px;
  max-width: 360px
}

.footer-grid>div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 7px;
  font-size: 12px
}

.footer-grid h4 {
  color: #fff;
  margin: 0 0 8px
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 26px;
  padding-top: 14px;
  font-size: 11px;
  color: #aeb7c6
}


.desktop-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 246px;
  background: #fff;
  border-right: 1px solid var(--line);
  z-index: 100;
  padding: 20px 16px;
  display: flex;
  flex-direction: column
}

.side-logo {
  padding: 0 6px 18px;
  border-bottom: 1px solid var(--line)
}

.side-user {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 18px 6px
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #edf0f5;
  color: #556177;
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: none
}

.side-user>div:last-child {
  display: grid;
  min-width: 0
}

.side-user b {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.side-user small {
  font-size: 9px;
  color: var(--muted)
}

.side-nav {
  display: grid;
  gap: 4px
}

.side-nav a {
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 13px;
  color: #778196;
  font-weight: 750;
  font-size: 13px;
  position: relative
}

.side-nav a.active {
  background: var(--yellow-soft);
  color: #cd8500
}

.side-nav a .ico {
  width: 20px
}

.side-nav i {
  margin-left: auto;
  background: #ef4e57;
  color: #fff;
  border-radius: 99px;
  font-style: normal;
  font-size: 10px;
  font-weight: 850;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box
}

.side-sep {
  height: 1px;
  background: var(--line);
  margin: 10px 0
}

.side-bottom {
  margin-top: auto;
  display: grid;
  gap: 4px
}

.side-bottom a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  color: #7c8596;
  font-size: 12px
}

.side-bottom .ico {
  width: 18px
}

.desktop-app-head {
  position: fixed;
  left: 246px;
  right: 0;
  top: 0;
  height: 78px;
  background: rgba(241, 243, 247, .94);
  backdrop-filter: blur(16px);
  z-index: 70;
  border-bottom: 1px solid rgba(222, 226, 234, .85);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px
}

.desktop-app-head h2 {
  margin: 2px 0 0;
  font-size: 22px
}

.desktop-actions {
  display: flex;
  gap: 10px;
  align-items: center
}

.head-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 750;
  position: relative
}

.head-pill .ico {
  width: 17px
}

.head-pill i {
  position: absolute;
  right: -4px;
  top: -4px;
  background: #ef4e57;
  color: #fff;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 99px;
  font-style: normal;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 5px rgba(239, 78, 87, .4);
  border: 2px solid #fff;
  box-sizing: border-box
}

.mobile-app-head,
.mobile-bottom {
  display: none
}

.app-main {
  margin-left: 246px;
  padding: 104px 30px 42px;
  min-height: 100vh
}

.app-container {
  width: min(1100px, 100%);
  margin: auto
}

.app-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow)
}

.app-page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px
}

.app-page-title h1 {
  font-size: 31px;
  letter-spacing: -1px;
  margin: 0
}

.app-page-title p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px
}


.segmented {
  background: #fff;
  border-radius: 18px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow)
}

.segmented a,
.segmented button {
  flex: 1;
  border: 0;
  background: transparent;
  border-radius: 14px;
  min-height: 46px;
  font-weight: 850;
  font-size: 14px;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease;
  padding: 0 12px;
  box-sizing: border-box
}

.segmented .active {
  background: linear-gradient(135deg, var(--yellow2), var(--yellow));
  color: #fff !important;
  box-shadow: 0 6px 15px rgba(255, 179, 24, .25)
}

.search-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin: 18px 0
}

.search-input-wrap {
  position: relative
}

.search-input-wrap .ico {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa2af
}

.search-input-wrap input {
  height: 54px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 0 16px 0 50px;
  outline: none;
  font-size: 15px
}

.filter-btn {
  width: 56px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  display: grid;
  place-items: center;
  color: #ef5a61
}

.booking-list {
  display: grid;
  gap: 15px
}

.booking-card {
  background: #fff;
  border: 1px solid #cbd2dd;
  border-radius: 17px;
  padding: 17px;
  box-shadow: 0 5px 15px rgba(48, 60, 80, .04)
}

.booking-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start
}

.booking-head .start {
  font-size: 15px;
  font-weight: 850
}

.booking-ref {
  font-size: 13px;
  font-weight: 800;
  margin-top: 5px;
  color: #4b5870
}

.share-circle {
  width: 42px;
  height: 42px;
  border: 1.5px solid var(--yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  background: #fff;
  cursor: pointer;
  transition: transform .15s ease, background-color .15s ease;
  flex: none;
  padding: 0
}

.share-circle:hover {
  background: var(--yellow-soft);
  transform: scale(1.05)
}

.share-circle .ico {
  width: 18px;
  height: 18px
}

.route-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px 16px;
  margin: 14px 0 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}

.route-point {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.route-point.drop {
  text-align: right;
  align-items: flex-end;
}

.pin-badge {
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.pickup-pin {
  color: #16a34a;
}

.drop-pin {
  color: #dc2626;
}

.route-city-name {
  font-size: 14px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.3;
  word-break: break-word;
}

.route-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: none;
}

.gmaps-route-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
  transition: transform .15s ease, background-color .15s ease;
  flex: none;
}

.gmaps-route-link:hover {
  background: #1e40af;
  transform: scale(1.1);
}

.gmaps-route-link .ico {
  width: 20px;
  height: 20px;
}

.trip-badge {
  font-size: 11px;
  font-weight: 750;
  color: #64748b;
  background: #e2e8f0;
  padding: 3px 10px;
  border-radius: 99px;
}

.dist-badge {
  font-size: 12px;
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  padding: 6px 14px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 10px;
}

.booking-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px 16px;
  margin: 10px 0 14px;
  flex-wrap: wrap;
}

.vehicle-badge-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cab-icon {
  font-size: 22px
}

.cab-type-name {
  font-size: 15px;
  font-weight: 850;
  color: #16a34a;
  text-transform: uppercase;
}

.price-badge-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.collect-tag {
  font-size: 13px;
  color: #92400e
}

.collect-tag b {
  font-size: 16px;
  font-weight: 900;
  color: #b45309
}

.earning-tag {
  font-size: 13px;
  color: #15803d
}

.earning-tag b {
  font-size: 16px;
  font-weight: 900;
  color: #16a34a
}

.booking-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.booking-actions .btn {
  font-size: 15px
}

.status-badge {
  display: inline-flex;
  border-radius: 99px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 850;
  background: #f2f4f7;
  color: #667085
}

.status-badge.paid,
.status-badge.completed,
.status-badge.verified {
  background: #e8f8ed;
  color: #238a48
}

.status-badge.pending,
.status-badge.payment_pending,
.status-badge.commission_pending {
  background: #fff5d7;
  color: #b47600
}

.status-badge.failed,
.status-badge.rejected,
.status-badge.blocked {
  background: #fff0f1;
  color: #bf3e45
}

.status-badge.posted {
  background: #eef5ff;
  color: #3b67aa
}

.status-badge.accepted {
  background: #edf0ff;
  color: #5262b2
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield
}


.market-tabs {
  margin-bottom: 14px
}

.market-tools {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px
}

.quick-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0
}

.quick-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 14px;
  text-align: center;
  box-shadow: var(--shadow)
}

.quick-card .qicon {
  font-size: 29px
}

.quick-card b {
  display: block;
  font-size: 12px;
  margin-top: 4px
}

.market-notice {
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  margin: 18px 3px
}

.onboard-cards {
  display: grid;
  gap: 12px
}

.onboard-card {
  background: #fff;
  border: 1px solid #d8dde6;
  border-radius: 16px;
  padding: 17px;
  position: relative
}

.onboard-card h3 {
  margin: 0 0 7px
}

.onboard-card p {
  font-size: 12px;
  color: #626c7c
}

.onboard-card .missing {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #e52020;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900
}

.mini-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.mini-flow span {
  background: #eef0f3;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 11px
}

.empty-state {
  min-height: 300px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #757d8c
}

.empty-state .empty-icon {
  font-size: 48px;
  opacity: .55
}

.form-card {
  max-width: 780px;
  margin: auto;
  background: transparent
}

.form-section {
  margin-bottom: 18px
}

.form-label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 8px
}

.form-control,
input.form-control,
select.form-control,
textarea.form-control {
  width: 100%;
  border: 0;
  background: #fff;
  border-radius: 16px;
  min-height: 54px;
  padding: 0 16px;
  outline: none;
  box-shadow: 0 1px 1px rgba(30, 40, 55, .02)
}

textarea.form-control {
  padding: 15px;
  min-height: 110px;
  resize: vertical
}

.form-control:focus {
  box-shadow: 0 0 0 2px rgba(255, 179, 24, .35)
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.post-tabs {
  margin-bottom: 20px
}

.toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  padding: 14px
}

.switch {
  position: relative;
  width: 48px;
  height: 27px;
  background: #dfe4eb;
  border-radius: 99px;
  transition: .2s;
  flex: none
}

.switch input {
  display: none
}

.switch i {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  left: 3px;
  top: 3px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
  transition: .2s
}

.switch:has(input:checked) {
  background: var(--yellow)
}

.switch:has(input:checked) i {
  left: 24px
}

.choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.choice-row input {
  display: none
}

.choice-row label {
  background: #fff;
  border-radius: 13px;
  min-height: 48px;
  display: grid;
  place-items: center;
  color: #8a93a2;
  font-weight: 750;
  font-size: 12px;
  border: 1px solid transparent
}

.choice-row label:has(input:checked) {
  background: var(--yellow);
  color: #fff
}

.chip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px
}

.chip-option input {
  display: none
}

.chip-option span {
  display: grid;
  place-items: center;
  min-height: 43px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 11px;
  color: #8d95a3
}

.chip-option input:checked+span {
  border-color: var(--yellow);
  background: var(--yellow-soft);
  color: #b27300;
  font-weight: 800
}

.field-help {
  font-size: 10px;
  color: #8b93a0;
  margin-top: 5px
}

.secure-box {
  background: #fff;
  border-radius: 16px;
  padding: 14px
}

.secure-box .top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center
}

.secure-box b {
  display: block;
  font-size: 12px
}

.secure-box small {
  color: #ef5a61
}

.secure-box p {
  font-size: 10px;
  color: #7a8290;
  margin: 10px 0 0
}

.location-field {
  position: relative
}

.location-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  z-index: 200;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 14px 38px rgba(31, 44, 66, .18);
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto
}

.location-suggestions button {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 11px 13px;
  text-align: left;
  display: grid;
  gap: 2px;
  border-bottom: 1px solid #f0f2f5
}

.location-suggestions button:hover {
  background: #fff8e8
}

.location-suggestions b {
  font-size: 12px
}

.location-suggestions span {
  font-size: 10px;
  color: var(--muted)
}

.google-credit {
  font-size: 9px;
  text-align: right;
  padding: 4px 10px;
  color: #9aa2ad;
  background: #fafbfc
}

.current-loc-btn {
  margin-top: 6px;
  border: 0;
  background: transparent;
  color: #d98b00;
  font-size: 11px;
  font-weight: 800;
  padding: 0
}

.profile-hero {
  text-align: center;
  padding: 12px 0 20px
}

.profile-avatar {
  width: 112px;
  height: 112px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 34px;
  color: #7c8799;
  box-shadow: var(--shadow);
  overflow: hidden
}

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

.profile-hero h2 {
  margin: 18px 0 2px;
  font-size: 23px
}

.profile-hero p {
  margin: 0;
  color: #798294
}

.upgrade-link {
  text-align: center;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 0 -30px 20px;
  padding: 12px;
  color: #ef686c;
  text-decoration: underline;
  font-weight: 750
}

.profile-section h3 {
  font-size: 20px;
  margin: 20px 0 9px
}

.profile-menu {
  background: transparent
}

.profile-menu a {
  min-height: 58px;
  border-bottom: 1px dashed #fff;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 5px
}

.menu-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--yellow);
  color: #fff;
  display: grid;
  place-items: center
}

.menu-icon .ico {
  width: 18px
}

.profile-menu .label {
  flex: 1;
  color: #626b7a;
  font-size: 14px
}

.profile-menu .right {
  color: #8992a1;
  display: flex;
  align-items: center;
  gap: 8px
}

.profile-menu .right .ico {
  width: 18px;
  color: var(--yellow)
}

.personal-form .profile-avatar {
  width: 110px;
  height: 110px;
  border-radius: 22px;
  margin-bottom: 25px
}

.kyc-row {
  background: #fff;
  border-radius: 15px;
  padding: 13px 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.kyc-row b {
  display: block;
  font-size: 13px
}

.kyc-row small {
  color: #9aa2af
}

.bank-note {
  font-weight: 800;
  color: #313c52;
  margin-top: 12px
}

.table-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line)
}

.table-wrap {
  overflow: auto
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px
}

th,
td {
  padding: 12px 11px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 12px
}

th {
  font-size: 10px;
  text-transform: uppercase;
  color: #8b94a3;
  letter-spacing: .6px
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px
}

.stat {
  background: #fff;
  border-radius: 17px;
  padding: 17px;
  border: 1px solid var(--line)
}

.stat b {
  display: block;
  font-size: 25px
}

.stat span {
  color: var(--muted);
  font-size: 11px
}

.vehicle-grid,
.driver-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px
}

.entity-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px
}

.entity-icon {
  height: 82px;
  background: #f4f6f8;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 37px
}

.entity-card h3 {
  margin: 12px 0 3px
}

.entity-card p {
  margin: 2px 0;
  color: var(--muted);
  font-size: 11px
}

.chat-list {
  display: grid;
  gap: 10px
}

.chat-item {
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line)
}

.chat-item .avatar {
  width: 48px;
  height: 48px
}

.chat-info {
  min-width: 0;
  flex: 1
}

.chat-info h3 {
  margin: 0;
  font-size: 13px
}

.chat-info p {
  margin: 3px 0;
  color: #858e9d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px
}

.chat-info small {
  font-size: 9px;
  color: #a1a7b2
}

.chat-screen {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 150px)
}

.messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 10px 0 90px
}

.message {
  max-width: 78%;
  padding: 10px 13px;
  border-radius: 15px;
  background: #fff;
  font-size: 12px
}

.message.mine {
  align-self: flex-end;
  background: #fff1c9
}

.message time {
  display: block;
  font-size: 8px;
  color: #9ba2ae;
  margin-top: 4px;
  text-align: right
}

.chat-compose {
  position: sticky;
  bottom: 0;
  background: var(--bg);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  padding: 10px 0
}

.chat-compose input {
  height: 50px;
  border: 0;
  background: #fff;
  border-radius: 16px;
  padding: 0 15px
}

.chat-compose button {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  border: 0;
  background: var(--yellow);
  color: #fff;
  display: grid;
  place-items: center
}

.notification-list {
  display: grid;
  gap: 8px
}

.notification-item {
  background: #fff;
  border-radius: 15px;
  padding: 13px;
  display: flex;
  gap: 10px;
  border: 1px solid var(--line)
}

.notification-item.unread {
  border-color: #ffd16d;
  background: #fffaf0
}

.notification-item .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
  margin-top: 6px
}

.notification-item h4 {
  margin: 0 0 3px;
  font-size: 12px
}

.notification-item p {
  margin: 0;
  color: #7c8492;
  font-size: 11px
}

.notification-item time {
  font-size: 9px;
  color: #a2a8b2
}

.admin-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  margin-bottom: 20px;
  padding: 4px 0 10px;
}

.admin-nav a {
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  color: #334155;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all .2s ease;
  flex: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.admin-nav a:hover {
  background: #f8fafc;
  color: #0f172a;
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

.admin-nav a.active {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  color: #ffffff !important;
  border-color: #0f172a;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25);
}

.refresh-btn {
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.refresh-btn:hover {
  background: #f1f5f9;
}

.refresh-btn.spinning {
  animation: spinRefresh 0.6s linear infinite;
}

@keyframes spinRefresh {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.admin-chats-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 16px;
  align-items: start;
}

.admin-chats-layout:not(.has-active) {
  grid-template-columns: 1fr;
}

.authwrap {
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  padding: 46px 16px;
  background: radial-gradient(circle at 10% 0, #fff4d4, transparent 28%), var(--bg)
}

.authpanel {
  width: min(650px, 100%)
}

.modern-auth h1 {
  font-size: 36px;
  letter-spacing: -1.3px;
  margin: 6px 0
}

.auth-badge {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--yellow-soft);
  color: #d78b00;
  display: grid;
  place-items: center;
  margin-bottom: 14px
}

.formgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.formgrid .wide,
.formgrid h3 {
  grid-column: 1/-1
}

.formgrid h3 {
  margin: 10px 0 0
}

.formgrid label {
  font-size: 12px;
  font-weight: 800;
  display: grid;
  gap: 6px;
  position: relative
}

.formgrid input,
.formgrid select,
.formgrid textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  min-height: 48px;
  padding: 0 13px;
  outline: none
}

.formgrid textarea {
  padding: 12px;
  min-height: 100px
}

.formgrid input:focus,
.formgrid select:focus,
.formgrid textarea:focus {
  border-color: #ffc04d;
  box-shadow: 0 0 0 3px rgba(255, 179, 24, .12)
}

.auth-row {
  text-align: right;
  font-size: 11px;
  color: #d98b00
}

.auth-links {
  text-align: center;
  margin-top: 16px;
  font-size: 12px
}

.textlink {
  display: inline-block;
  margin-top: 16px;
  color: #d98b00;
  font-size: 12px
}

.center-card {
  text-align: center
}

.installer .install-logo {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: var(--yellow);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 23px;
  font-weight: 950;
  margin-bottom: 12px
}

.install-grid h3 {
  border-top: 1px solid var(--line);
  padding-top: 12px
}

.feeBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  padding: 14px
}

.feeBox strong {
  font-size: 19px
}

.mobile-bottom {
  display: none
}


@media(max-width:1050px) {

  .feature-grid,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .public-hero-grid {
    grid-template-columns: 1fr
  }

  .vehicle-grid,
  .driver-grid {
    grid-template-columns: 1fr 1fr
  }

  .stat-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr
  }

  .footer-grid>div:last-child {
    grid-column: 1/-1
  }


}


@media(max-width:760px) {
  body.signed-app {
    padding-bottom: 95px !important;
  }

  .desktop-sidebar,
  .desktop-app-head {
    display: none !important;
  }

  .mobile-app-head {
    display: flex !important;
    position: sticky;
    top: 0;
    z-index: 90;
    height: 72px;
    padding: 12px 16px;
    background: rgba(241, 243, 247, .96);
    backdrop-filter: blur(16px);
    align-items: center;
    justify-content: space-between;
    gap: 12px
  }

  .mobile-brand {
    display: flex;
    align-items: center;
    gap: 8px
  }

  .mobile-brand b {
    font-size: 17px
  }

  .head-actions {
    display: flex;
    gap: 8px
  }

  .head-pill {
    padding: 9px 11px;
    background: #fff
  }

  .head-pill .ico {
    width: 16px
  }

  .title-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0
  }

  .title-left h1 {
    font-size: 21px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .circle-back {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: var(--yellow);
    display: grid;
    place-items: center
  }

  .circle-back .ico {
    width: 24px
  }

  .app-main {
    margin: 0 !important;
    padding: 12px 14px 95px !important;
    min-height: calc(100vh - 72px) !important;
  }

  .app-container,
  .app-container.narrow {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Table Responsiveness Across All Admin & Customer Pages */
  .table-card {
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid var(--line) !important;
    margin-bottom: 16px !important;
  }

  .table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
  }

  table {
    min-width: 620px !important;
    font-size: 12px !important;
  }

  th,
  td {
    padding: 10px 12px !important;
    white-space: nowrap !important;
  }

  /* Admin & Customer Stat Grids */
  .stat-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
  }

  .stat {
    padding: 14px !important;
    border-radius: 16px !important;
    text-align: center !important;
  }

  .stat b {
    font-size: 22px !important;
  }

  /* Responsive Layout Grids */
  .feature-grid,
  .steps-grid,
  .vehicle-grid,
  .driver-grid,
  .plan-grid,
  .form-grid-2,
  .formgrid,
  .admin-chats-layout {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .formgrid .wide,
  .formgrid h3 {
    grid-column: 1/-1 !important;
  }

  /* Admin Navigation Bar Multi-row Wrapping */
  .admin-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px 4px !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
  }

  .admin-nav a {
    padding: 7px 11px !important;
    font-size: 11px !important;
    border-radius: 11px !important;
  }

  /* Cards & Action Buttons */
  .panel,
  .app-card,
  .booking-card,
  .entity-card {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .booking-actions {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .booking-actions .btn {
    width: 100% !important;
    min-height: 46px !important;
    font-size: 14px !important;
  }

  .route-box {
    grid-template-columns: 1fr !important;
    text-align: left !important;
    gap: 8px !important;
    padding: 12px !important;
  }

  .route-point.drop {
    text-align: left !important;
    align-items: flex-start !important;
  }

  .route-center {
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100% !important;
    border-top: 1px dashed #cbd5e1 !important;
    border-bottom: 1px dashed #cbd5e1 !important;
    padding: 6px 0 !important;
    margin: 4px 0 !important;
  }

  .booking-meta-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding: 12px !important;
  }

  .price-badge-wrap {
    width: 100% !important;
    margin-left: 0 !important;
    justify-content: space-between !important;
    border-top: 1px solid #e2e8f0 !important;
    padding-top: 8px !important;
  }

  /* Quick Cards */
  .quick-cards {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }

  .quick-card {
    padding: 10px 4px !important;
    border-radius: 14px !important;
  }

  .quick-card b {
    font-size: 10px !important;
  }

  /* Mobile Bottom Navigation Bar */
  .mobile-bottom {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 75px !important;
    background: #fff !important;
    border-radius: 24px 24px 0 0 !important;
    box-shadow: 0 -7px 25px rgba(54, 64, 81, .12) !important;
    z-index: 120 !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
  }

  .mobile-bottom a {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    color: #7e8899;
    font-size: 10px;
    position: relative
  }

  .mobile-bottom a .ico {
    width: 23px;
    height: 23px
  }

  .mobile-bottom a.active {
    color: var(--yellow);
    font-weight: 850
  }

  .mobile-bottom .center-post b {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--navy);
    border: 6px solid var(--bg);
    display: grid;
    place-items: center;
    color: #fff;
    margin-top: -27px;
    box-shadow: 0 4px 12px rgba(44, 55, 75, .2)
  }

  .mobile-bottom .center-post b .ico {
    width: 31px;
    height: 31px
  }

  .mobile-bottom .center-post span {
    margin-top: -5px
  }

  .mobile-bottom i {
    position: absolute;
    top: 5px;
    right: 22%;
    background: #ef4e57;
    color: #fff;
    min-width: 17px;
    height: 17px;
    padding: 0 3px;
    border-radius: 999px;
    font-style: normal;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 2px 5px rgba(239, 78, 87, .35);
    border: 1.5px solid #fff;
    box-sizing: border-box
  }

  /* Public Site Header & Mobile Nav */
  .public-top {
    height: 70px;
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
  }

  .public-nav {
    position: relative;
    height: 100%;
  }

  .public-nav-toggle {
    display: flex !important;
  }

  .public-nav nav {
    display: none !important;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    z-index: 300;
  }

  .public-nav.nav-open nav {
    display: flex !important;
    animation: slideDownNav .25s ease forwards;
  }

  .public-nav nav a {
    width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    background: #f8fafc;
    font-size: 15px;
    font-weight: 800;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    box-sizing: border-box;
  }

  .public-nav nav a.btn {
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, var(--yellow2), var(--yellow));
    color: #fff !important;
    min-height: 48px;
    box-shadow: 0 6px 18px rgba(255, 179, 24, 0.28);
  }

  .public-hero {
    padding: 45px 0 58px
  }

  .public-hero h1 {
    font-size: 42px;
    letter-spacing: -2px
  }

  .public-hero p {
    font-size: 15px
  }

  .section {
    padding: 42px 0
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-grid>div:last-child {
    grid-column: auto
  }

  .public-footer {
    display: block !important;
    padding: 30px 0 40px 0 !important;
  }

  /* Chat Screen */
  .chat-screen {
    min-height: calc(100vh - 180px) !important;
    padding-bottom: 10px !important;
    position: relative !important;
  }

  #messages {
    max-height: calc(100vh - 310px) !important;
    min-height: 250px !important;
  }

  .chat-compose {
    position: sticky !important;
    bottom: calc(75px + env(safe-area-inset-bottom, 0px)) !important;
    background: rgba(241, 243, 247, 0.96) !important;
    backdrop-filter: blur(12px) !important;
    z-index: 95 !important;
    padding: 10px 0 14px !important;
    border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
    margin-top: 6px !important;
  }

  #scrollBottomBtn {
    bottom: 135px !important;
  }
}


/* Live Toast Notifications */
#toastContainer {
  position: fixed;
  top: 86px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 380px;
  width: calc(100% - 40px);
  pointer-events: none
}


.live-toast {
  pointer-events: auto;
  background: #fff;
  border-left: 5px solid var(--yellow);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .18);
  border-top: 1px solid #f1f5f9;
  border-right: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transform: translateX(120%);
  opacity: 0;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), opacity .35s ease
}


.live-toast.show {
  transform: translateX(0);
  opacity: 1
}


.toast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px
}


.toast-title {
  font-weight: 850;
  font-size: 14px;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 6px
}


.toast-close {
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 16px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1
}


.toast-body {
  font-size: 12px;
  color: #475569;
  line-height: 1.4;
  margin-bottom: 4px
}


.toast-time {
  font-size: 10px;
  color: #94a3b8;
  text-align: right
}


@media(max-width:760px) {
  #toastContainer {
    top: 16px;
    right: 14px;
    left: 14px;
    max-width: 100%
  }


}


.alert-switch {
  cursor: pointer
}

.alert-switch .switch-dot {
  width: 36px;
  height: 20px;
  border-radius: 999px;
  background: #d7dbe3;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: .2s
}

.alert-switch .switch-dot:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  top: 2px;
  left: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
  transition: .2s
}

.alert-switch.on .switch-dot {
  background: #ffb51b
}

.alert-switch.on .switch-dot:after {
  left: 18px
}

.promo-card {
  display: flex;
  gap: 16px;
  align-items: flex-start
}

.promo-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #fff4d6;
  display: grid;
  place-items: center;
  font-size: 26px;
  flex: 0 0 auto
}

.promo-code {
  display: inline-block;
  padding: 7px 11px;
  background: #fff4d6;
  border: 1px dashed #ffb51b;
  border-radius: 99px;
  margin: 5px 0 8px
}

.btn.danger {
  background: #fff1f0;
  color: #b42318;
  border-color: #ffd5d2
}


.btn-spinner {
  display: inline-block;
  animation: btnSpin .8s linear infinite;
  margin-right: 6px;
  font-style: normal;
}


@keyframes btnSpin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }


}


button:disabled,
.btn:disabled,
.btn[disabled] {
  opacity: .65;
  cursor: not-allowed !important;
  pointer-events: none !important;
}