@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf");
  font-weight: 900;
  font-style: bold;
  font-display: swap;
}
.btn-primary {
  background-color: #6054ba;
  border-color: #6054ba;
}
.btn-primary:hover {
  background-color: #6054ba;
  border-color: #6054ba;
}

.btn-danger {
  background-color: #FF6D4C;
}

.text-dark {
  color: #3e4954;
}

.text-orange {
  color: #ff6d4c;
}

.text-success-green {
  color: #4CAF50;
}

.text-main {
  color: #6054ba;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Inter";
  letter-spacing: 0.5px;
  background-color: #f9f9f9;
}

strong {
  color: #3a3939;
}

.error-msg {
  color: #ff0000;
}

.heading {
  font-weight: 400;
  font-size: 60px;
}
@media screen and (max-width: 1200px) {
  .heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 980px) {
  .heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 34px;
  }
}
@media screen and (max-width: 570px) {
  .heading {
    font-size: 32px;
  }
}

.color-gray {
  color: #969ba0;
}

.font-medium, .side-link {
  font-size: 15px;
}

.font-small {
  font-size: 13px;
  color: #969ba0;
}

.app-navbar {
  position: fixed;
  width: calc(100% - 275px);
  z-index: 1060;
}
@media only screen and (max-width: 992px) {
  .app-navbar {
    width: 100%;
  }
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner {
  width: 560px;
  max-height: 75vh;
  overflow: auto;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner::-webkit-scrollbar {
  width: 6px;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner::-webkit-scrollbar-track {
  width: 6px;
  background-color: #ffffff;
  border-radius: 8px;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #F6F5F5;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner {
    width: 95%;
    margin: auto;
    max-height: 90vh;
  }
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner li {
  border-bottom: 1px solid #F3F6F9;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner li a {
  padding: 16px;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner li:last-child {
  border-bottom: 0;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner span.highlight {
  padding: 10px 16px;
  font-size: 17px;
  color: #0F0F0F;
  line-height: 21px;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner .highlight {
  font-size: 17px;
  color: #0F0F0F;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 8px;
  white-space: normal;
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner .highlight .time-update {
  color: #7E8299;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  background-color: #F3F6F9;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner .dot {
  min-width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
  margin-top: 6px;
  background-color: #B5B5C3;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner .dot.unread {
  background-color: #4CAF50;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .dropdown-menu-inner .menu-content {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #B5B5C3;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .menu-list {
  display: none;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .menu-list.active {
  display: block;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .list-details {
  display: none;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .list-details.active {
  display: block;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .list-details li {
  border-color: #ffffff;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .list-details li:first-child {
  border-bottom: 1px solid #F3F6F9;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .list-details li:nth-child(2) {
  margin-top: 20px;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .list-details li:last-child {
  margin-bottom: 20px;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .list-details li .menu-content {
  padding: 8px 16px;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .list-details li .detail-heading {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 16px;
}
.app-navbar .profile-navbar.notification-navbar .dropdown-menu .list-details li .detail-heading .detail-header {
  font-size: 18px;
}
.app-navbar .profile-navbar .profile-dropdown {
  transition: height 0.6s ease;
  overflow: hidden;
}
.app-navbar .profile-navbar .dropdown-menu {
  border: 0;
  background-color: transparent;
  list-style-type: none;
}
.app-navbar .profile-navbar .dropdown-menu-inner {
  margin-top: 4px;
  padding: 10px 5px;
  border: 0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  list-style-type: none;
}
.app-navbar .profile-navbar .dropdown-menu-inner .dropdown-divider {
  border-color: #F3F6F9;
}
.app-navbar .profile-navbar .dropdown-menu-inner .dropdown-item {
  padding: 10px 16px;
  font-size: 17px;
  color: #969ba0;
  line-height: 21px;
  font-weight: 500;
}
.app-navbar .profile-navbar .dropdown-menu-inner .dropdown-item:active {
  background-color: #ffffff;
}
.app-navbar .profile-navbar .dropdown-menu-inner .user-image {
  width: 50px;
}
.app-navbar .profile-navbar .dropdown-menu-inner .user-image img {
  border-radius: 8px;
  width: 100%;
}
.app-navbar .profile-navbar .dropdown-menu-inner .user-info .username {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #000000;
}
.app-navbar .profile-navbar .dropdown-menu-inner .user-info .email {
  font-size: 12px;
  color: #969ba0;
  line-height: 21px;
}

.search-box input::placeholder {
  color: #969ba0;
}

.search-box input:focus {
  outline: none;
  box-shadow: none;
}

/* nav */
.bell-box {
  background-color: #e9ecff;
  border-radius: 0.25rem;
}

.bell-no {
  background-color: #6054ba;
  color: #ffffff;
  font-size: 0.7rem;
  padding: 4px 7px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
}

.user-dropdown {
  background-color: #6054ba;
  color: #ffffff;
  font-size: 0.8rem;
  top: -10px;
  right: -10px;
}

.userimg {
  height: 100%;
  width: auto;
  top: 0;
  right: -20px;
  border-width: 5px;
}

.app-sidebar {
  height: 100vh;
  width: 100%;
  position: fixed;
}
.app-sidebar .company-logo .logo {
  display: block;
  max-width: 125px;
}
.app-sidebar .company-logo .logo img {
  width: 100%;
}

.menu-sidebar {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 100px);
}
.menu-sidebar::-webkit-scrollbar {
  width: 4px;
}
.menu-sidebar::-webkit-scrollbar-track {
  width: 4px;
  background-color: #e9ecff;
  border-radius: 8px;
}
.menu-sidebar::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #6054ba;
  border-radius: 8px;
}
.menu-sidebar .copyright .font-small {
  color: #969ba0;
  font-size: 12px;
  line-height: 14.5px;
}
.menu-sidebar .copyright .font-small strong {
  color: #969ba0;
}

.navbar-toggle-icon {
  color: #3e4954;
  height: 2rem;
  width: 1.4rem;
}

.side-link {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #969ba0;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, filter 0.5s ease-in-out, font-weight 0.5s ease-in-out;
}
.side-link:hover {
  background-color: #fafbff;
  color: #6054ba;
}
.side-link.active {
  background-color: #fafbff;
  color: #6054ba;
  font-weight: bold;
}
.side-link .bar {
  height: 100%;
  display: none;
}
.side-link.active .position-absolute, .side-link:hover .position-absolute {
  display: block;
}
.side-link .w-2 {
  width: 28px;
}
.side-link:hover .side-link-img, .side-link.active .side-link-img {
  filter: invert(30%) sepia(40%) saturate(3260%) hue-rotate(213deg) brightness(60%) contrast(150%);
}

.cursor-pointer {
  cursor: pointer;
}

.rotate {
  transform: rotate(180deg);
  transition: 0.5 ease-in-out;
}

.gradient-box {
  background: linear-gradient(155.54deg, #6054ba 15.63%, #d45bff 136.34%);
  border-radius: 26px;
}

.cta-addrider {
  margin-top: 40%;
}

.floating-img {
  left: 50%;
  width: 50%;
  bottom: 80%;
}
.floating-img img {
  width: 100%;
  margin: auto;
}

.custom-button-white {
  background-color: #ffffff; /* Change background color on hover */
  color: #000; /* Change text color on hover */
  transition: background-color 0.3s, color 0.3s; /* Add transition effect */
}
.custom-button-white:hover {
  background-color: #6054ba; /* Change background color on hover */
  color: white; /* Change text color on hover */
}

.orders {
  padding: 5px;
  background-color: #6054ba;
  color: #fff;
  font-size: 0.8rem;
  margin-left: 3px;
  border-radius: 0.25rem;
}

.custom-card {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 500px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.custom-card h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #121212;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .custom-card h1 {
    font-size: 32px;
  }
}
.custom-card p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #3F4254;
}
@media only screen and (max-width: 576px) {
  .custom-card p {
    font-size: 16px;
  }
}
.custom-card p.small {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 576px) {
  .custom-card p.small {
    font-size: 14px;
  }
}
.custom-card label {
  font-weight: 500;
}
.custom-card button {
  text-decoration: none;
  color: #ffffff;
  padding: 12px 23px;
  border-radius: 25px;
  border: none;
  background-color: #6054ba;
  font-weight: 700;
  font-size: 18px;
  border-radius: 4px;
}
.custom-card form {
  max-width: 400px;
  width: 100%;
}
.custom-card form a {
  font-size: 18px;
  color: #6054ba;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  .custom-card form a {
    font-size: 16px;
  }
}
.custom-card form .form-row {
  position: relative;
}
.custom-card form .form-row input {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #969ba0;
  border: 1px solid #e9ecff;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.custom-card form .form-row input:focus {
  outline: none;
  border: 1px solid #e9ecff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.custom-card form .form-row .eye-wrapper {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
}
.custom-card form .form-row .eye-wrapper i, .custom-card form .form-row .eye-wrapper svg {
  color: #969ba0;
}
.custom-card form .checkbox label {
  font-size: 16px;
}
.custom-card form .checkbox input {
  cursor: pointer;
}

@keyframes height-collapse {
  0% {
    height: 0;
  }
  100% {
    height: 200px;
  }
}
.page-title {
  font-size: 22px;
  font-weight: bold;
}

.page-subtitles {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.stats-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
.stats-title.lg {
  font-size: 34px;
  font-weight: 600;
  line-height: 26px;
}
.stats-title.medium {
  font-size: 28px;
  font-weight: 500;
  line-height: 26px;
}
.stats-title.small {
  font-size: 22px;
  line-height: 20px;
}
.stats-title.extra-small {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.stats-title.xxs {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.stats-subtitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.stats-data {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #969ba0;
}
.stats-data.md {
  font-size: 14px;
  line-height: 20px;
}

.stats-highlight {
  border-radius: 16px;
  padding: 15px 24px;
}
.stats-highlight.success {
  background-color: #F5FFF6;
  color: #4CAF50;
  font-size: 20px;
  font-weight: 700;
}
.stats-highlight.info {
  background-color: #ffffff;
  border: 1px dashed #969ba0;
  color: #969ba0;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 8px;
}

.action-btn {
  border-radius: 4px;
  color: #6054ba;
  background-color: rgba(47, 76, 221, 0.1294117647);
  cursor: pointer;
  text-decoration: none;
}
.action-btn a {
  text-decoration: none;
}
.action-btn p {
  color: #6054ba;
}
.action-btn.small {
  padding: 6px 12px;
}

.border-light {
  border-color: #969ba0;
  border-bottom: 1px solid;
}

.breadcrumb {
  color: #969ba0;
}
.breadcrumb .active {
  color: #6054ba;
  font-weight: 500;
}

.items-image {
  width: 70px;
}
.items-image.smaller-rounded {
  max-width: 70px;
  width: 100%;
}
.items-image.smaller-rounded img {
  border-radius: 100%;
}
.items-image.bigger-rounded {
  max-width: 120px;
  width: 100%;
}
.items-image.bigger-rounded img {
  border-radius: 100%;
}
.items-image img {
  border-radius: 8px;
  width: 100%;
}

.order-history {
  color: #ffffff;
  padding: 0;
  list-style-type: none;
  margin: 40px 0 30px;
}
.order-history li {
  font-size: 16px;
  font-weight: 500;
  border-left: 2px solid #ffffff;
  padding-bottom: 60px;
}
.order-history li:last-child {
  border-left: 0;
  padding-bottom: 0;
}
.order-history li:last-child::before {
  transform: translateX(-40%) translateY(-100%);
}
.order-history li.active.current {
  color: #FBCD16;
}
.order-history li.active.current::before {
  background-color: #FBCD16;
}
.order-history li.active.delivery {
  color: #FF6D4C;
}
.order-history li.active.delivery::before {
  background-color: #FF6D4C;
}
.order-history li.active.success {
  color: #4CAF50;
}
.order-history li.active.success::before {
  background-color: #4CAF50;
}
.order-history li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 12px;
  transform: translateX(-55%) translateY(-100%);
}
.order-history li span {
  transform: translateY(-60%);
  height: 100%;
  display: inline-block;
}

.filter-wrapper .filter-container {
  min-width: 180px;
  justify-content: center;
  border-radius: 12px;
}
@media only screen and (max-width: 992px) {
  .filter-wrapper .filter-container {
    min-width: 50px;
  }
}
.filter-wrapper.success .filter-container, .filter-wrapper.active .filter-container {
  background-color: #4CAF50;
}
.filter-wrapper.success .filter-container .font-a, .filter-wrapper.success .filter-container .font-b, .filter-wrapper.active .filter-container .font-a, .filter-wrapper.active .filter-container .font-b {
  color: #ffffff;
}
.filter-wrapper.on-progress .filter-container {
  background-color: #FF6D4C;
}
.filter-wrapper.on-progress .filter-container .font-a, .filter-wrapper.on-progress .filter-container .font-b {
  color: #ffffff;
}
.filter-wrapper.cancelled .filter-container, .filter-wrapper.inactive .filter-container {
  background-color: #3e4954;
}
.filter-wrapper.cancelled .filter-container .font-a, .filter-wrapper.cancelled .filter-container .font-b, .filter-wrapper.inactive .filter-container .font-a, .filter-wrapper.inactive .filter-container .font-b {
  color: #ffffff;
}
.filter-wrapper.main .filter-container {
  background-color: #6054ba;
}
.filter-wrapper.main .filter-container .font-a, .filter-wrapper.main .filter-container .font-b {
  color: #ffffff;
}
.filter-wrapper .filter-container {
  background-color: #F4F5F9;
  cursor: pointer;
  text-decoration: none;
  height: 100%;
}
.filter-wrapper .filter-container .font-a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #3e4954;
}
.filter-wrapper .filter-container .font-b {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  color: #3e4954;
}
.filter-wrapper .dropdown-menu {
  border: 0;
  background-color: transparent;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.filter-wrapper .dropdown-menu-inner {
  padding: 10px 0;
  border: 0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  list-style-type: none;
}
.filter-wrapper .dropdown-menu-inner .dropdown-divider {
  border-color: #F3F6F9;
}
.filter-wrapper .dropdown-menu-inner .dropdown-item {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 10px;
}
.filter-wrapper .dropdown-menu-inner .dropdown-item.list-item {
  color: #000000;
  padding: 8px 20px;
}
.filter-wrapper .dropdown-menu-inner .dropdown-item.list-item:hover {
  color: #6054ba;
}
.filter-wrapper .dropdown-menu-inner .dropdown-item .status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
}
.filter-wrapper .dropdown-menu-inner .dropdown-item .status-indicator.success {
  background-color: #4CAF50;
}
.filter-wrapper .dropdown-menu-inner .dropdown-item .status-indicator.danger {
  background-color: #ff0000;
}
.filter-wrapper .dropdown-menu-inner .dropdown-item .status-indicator.cancelled {
  background-color: #3e4954;
}
.filter-wrapper .dropdown-menu-inner .dropdown-item:active {
  background-color: #ffffff;
}

.map-container img {
  width: 100%;
}
.map-container .map-title {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 40px;
}

.customer-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
.customer-details .customer-address p {
  max-width: 150px;
}
.customer-details .customer-note {
  max-width: 250px;
  padding: 10px 15px;
  background-color: #F6F5F5;
  border-radius: 8px;
}
@media only screen and (max-width: 576px) {
  .customer-details .customer-note {
    width: 100%;
    max-width: 100%;
  }
}

.date-selector {
  background-color: #e9ecff;
}

.card-icon {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  background-color: #e9ecff;
}

.card-img {
  height: 30px;
}

.card-img-small {
  height: 18px;
}

.font-x {
  font-size: 13px;
  color: #969ba0;
}

.font-a {
  font-size: 13px;
  color: #3e4954;
}

.font-b {
  font-size: 13px;
  color: #969ba0;
}

.font-c {
  font-size: 12px;
}

.card-spacing {
  border-radius: 15px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 1300px) {
  .card-spacing {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 980px) {
  .card-spacing {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

.button-group {
  display: inline-flex;
  background-color: #f9f9f9;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  float: right;
}
@media screen and (max-width: 1300px) {
  .button-group {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 576px) {
  .button-group {
    float: left;
    margin-top: 1rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

.button-group .btn {
  color: #969ba0;
  font-size: 13px;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .button-group .btn {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .button-group .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  .button-group .btn {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

.button-group .btn:hover {
  color: #6054ba;
}

.button-group .active {
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
  border: none;
  border-radius: 5px !important;
  color: #3e4954;
  font-size: 13px;
}

.button-group .active:hover {
  color: #3e4954;
}

.active-order-box {
  background-color: #f9f9f9;
  border-radius: 10px;
}

.total-active-orders {
  background-color: #ff6d4c;
  color: #ffffff;
  padding: 0.45rem 1.4rem;
}

.color-main {
  color: #6054ba;
}

.light-border {
  border: 1px solid #f9f9f9;
  border-radius: 10px;
}

.cols {
  margin-right: 10px; /* Adjust the value as needed */
}

/* Remove the right margin from the last column */
.cols:last-child {
  margin-right: 0;
}

#donut-chart {
  height: 10rem; /* Adjust the height as needed */
}
@media screen and (max-width: 1200px) {
  #donut-chart {
    height: 14rem;
  }
}

.progress {
  height: 0.5rem;
}

.custom-display {
  display: block;
}
@media screen and (max-width: 1350px) {
  .custom-display {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .custom-display {
    display: block;
  }
}

.bg-orange {
  background-color: #ff6d4c;
}

.bg-green {
  background-color: #2bc155;
}

.bg-blue {
  background-color: #3e4954;
}

.linechart-selector {
  background-color: #f9f9f9;
}
.linechart-selector button.dropdown-toggle {
  font-size: 16px;
  font-weight: 500;
}
.linechart-selector button span {
  font-size: 16px;
  font-weight: 500;
}
.linechart-selector .linechart-dropdown-menu li a {
  font-size: 14px;
  font-weight: 400;
}
.linechart-selector .dropdown-toggle::after {
  display: none;
}
.linechart-selector .btn {
  width: 7rem;
  outline: none;
  text-align: left;
  border: none; /* Remove border */
}
.linechart-selector .dropdown-toggle {
  background-color: #f9f9f9;
  font-size: 12px;
}
.linechart-selector .dropdown-menu {
  background-color: #f9f9f9;
  font-size: 12px;
  padding: 0.5rem 0.7rem;
  border: 0;
  border-radius: 0 0 5px 5px;
  transform: translate3d(0px, 30px, 0px) !important;
}
.linechart-selector .dropdown-menu .toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.linechart-selector .dropdown-menu .dropdown-item:hover {
  background-color: #f9f9f9;
  color: #6054ba;
}

.chart-label .box {
  background-color: #6054ba;
  height: 1rem;
  width: 1rem;
  margin-right: 0.8rem;
  border-radius: 0.2rem;
}
.chart-label .text {
  color: #3e4954;
  font-size: 0.7rem;
}

#lineChart {
  height: 600px;
}

.border-container {
  border: 1px solid #D9D9D9;
  padding: 20px;
  border-radius: 8px;
  width: auto;
  display: inline-flex;
  background-color: #ffffff;
}

.add-range-btn {
  background-color: #FBCD16;
  color: #121212;
  width: 100%;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  border-radius: 100px;
}
.add-range-btn.remove {
  background-color: #f9f9f9;
  width: 100%;
  display: block;
  border-radius: 32px 32px 0 0;
  margin-bottom: -8px;
  padding: 16px;
}

.range-container {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  flex-direction: column;
  gap: 20px 0;
}
.range-container .range-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: auto;
}
.range-container .range-box .box-dom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 25px;
}

.modal .form-container .range-container .form-row .custom-input {
  width: 170px;
  min-width: 170px;
}
@media only screen and (max-width: 480px) {
  .modal .form-container .range-container .form-row .custom-input {
    width: 150px;
    min-width: 150px;
  }
}
@media only screen and (max-width: 440px) {
  .modal .form-container .range-container .form-row .custom-input {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
  }
}
.modal .form-container .range-container .form-row .custom-input label {
  font-size: 14px;
}

.table-wrapper {
  margin-top: 20px;
  padding: 5px 20px;
  background-color: #ffffff;
  border-radius: 16px;
}
.table-wrapper .status-wrapper {
  padding: 10px 16px;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  text-decoration: none;
}
.table-wrapper .status-wrapper.delivered, .table-wrapper .status-wrapper.active, .table-wrapper .status-wrapper.assign {
  background-color: #4CAF50;
}
.table-wrapper .status-wrapper.assigned {
  background-color: #969BA0;
}
.table-wrapper .status-wrapper.inprogress {
  background-color: #FF6D4C;
}
.table-wrapper .status-wrapper.cancelled, .table-wrapper .status-wrapper.inactive {
  background-color: #3e4954;
}
.table-wrapper .status-wrapper a {
  color: #ffffff;
  text-decoration: none;
}
.table-wrapper .balance {
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: rgba(62, 73, 84, 0.0588235294);
}
.table-wrapper .action-eye-wrapper {
  padding: 5px 0;
  background-color: #F1F3FF;
  width: 50px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}
.table-wrapper .dt-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.table-wrapper .dt-container .dt-scroll {
  width: 100%;
}
.table-wrapper .dt-container .dt-scroll .dt-scroll-body {
  min-height: 300px;
}
.table-wrapper .dt-container table {
  flex: 1 1 100%;
  width: 100%;
}
.table-wrapper .dt-container table.table.dataTable {
  background-color: #ffffff;
}
.table-wrapper .dt-container table.table.dataTable thead tr th {
  outline: none;
  outline-offset: 0;
  padding: 20px 0 20px 10px;
  text-align: left;
  white-space: nowrap;
  padding-right: 20px;
  font-size: 16px;
}
.table-wrapper .dt-container table.table.dataTable thead tr th.small {
  max-width: 60px;
}
.table-wrapper .dt-container table.table.dataTable thead tr th .dt-column-title {
  margin-right: 8px;
}
.table-wrapper .dt-container table.table.dataTable thead tr th .dt-column-order {
  position: relative;
  right: 0;
  margin-right: 8px;
}
.table-wrapper .dt-container table.table.dataTable thead tr th .dt-column-order::before {
  line-height: 8px;
  font-size: 9px;
}
.table-wrapper .dt-container table.table.dataTable thead tr th .dt-column-order::after {
  line-height: 8px;
  font-size: 9px;
}
.table-wrapper .dt-container table.table.dataTable tbody tr {
  background-color: #ffffff;
  border: 0;
}
.table-wrapper .dt-container table.table.dataTable tbody tr td {
  border: 0;
  padding: 15px 10px;
  text-align: left;
  align-items: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #3e4954;
  padding-right: 20px;
}
.table-wrapper .dt-container table.table.dataTable tbody tr td .limit {
  max-width: 180px;
  white-space: normal;
  min-width: 180px;
}
.table-wrapper .dt-container table.table.dataTable tbody tr td .dropdown {
  display: inline-flex;
}
.table-wrapper .dt-container table.table.dataTable tbody tr td .dropdown .dropdown-menu {
  top: 5px;
}
.table-wrapper .dt-container table.table.dataTable tbody tr td.small {
  max-width: 60px;
}
.table-wrapper .dt-container table.table.dataTable tbody tr:hover {
  background-color: #F5F7FF;
}
.table-wrapper .dt-container table.table.dataTable tfoot {
  display: none;
}
.table-wrapper .dt-container table.items-table.dataTable tbody tr td {
  font-weight: 500;
}
.table-wrapper .dt-container .dt-length, .table-wrapper .dt-container .dt-info {
  flex: 1;
  margin: 15px 0;
}
@media only screen and (max-width: 576px) {
  .table-wrapper .dt-container .dt-length, .table-wrapper .dt-container .dt-info {
    margin: 5px 0;
  }
}
.table-wrapper .dt-container .dt-length {
  min-width: 220px;
  max-width: 220px;
}
@media only screen and (max-width: 576px) {
  .table-wrapper .dt-container .dt-length {
    width: 100%;
    max-width: 100%;
  }
}
.table-wrapper .dt-container .dt-length::before {
  content: "Rows per page";
  padding-right: 8px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.table-wrapper .dt-container .dt-length label {
  display: none;
}
.table-wrapper .dt-container .dt-length select {
  padding: 12px 8px;
  border-radius: 8px;
  background-color: #e9ecff;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.table-wrapper .dt-container .dt-length select:focus {
  outline: none;
}
.table-wrapper .dt-container .dt-paging {
  flex: 1;
  display: flex;
  justify-content: end;
  margin: 15px 0;
  color: #3F4254;
  gap: 0 10px;
}
@media only screen and (max-width: 576px) {
  .table-wrapper .dt-container .dt-paging {
    justify-content: center;
    flex-wrap: wrap;
    flex: 1 1 100%;
    gap: 10px;
  }
}
.table-wrapper .dt-container .dt-paging .ellipsis {
  align-self: center;
  font-size: 24px;
}
.table-wrapper .dt-container .dt-paging .dt-paging-button {
  padding: 8px 20px;
  border-radius: 6px;
  border: 0;
  background-color: #F6F5F5;
  color: #6054ba;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.table-wrapper .dt-container .dt-paging .dt-paging-button.current {
  background-color: #ffffff;
  color: #3e4954;
}
.table-wrapper .dt-container .dt-paging .dt-paging-button.previous {
  background-color: #6054ba;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 0;
}
.table-wrapper .dt-container .dt-paging .dt-paging-button.previous::after {
  content: "Previous";
  padding-left: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .table-wrapper .dt-container .dt-paging .dt-paging-button.previous::after {
    display: none;
  }
}
.table-wrapper .dt-container .dt-paging .dt-paging-button.previous::before {
  content: url("../../../../../ui/app/images/svg/left-arrow.svg");
  transform: translateY(5px);
}
.table-wrapper .dt-container .dt-paging .dt-paging-button.previous.disabled {
  background-color: #969BA0;
  color: #ffffff;
}
.table-wrapper .dt-container .dt-paging .dt-paging-button.next {
  background-color: #6054ba;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 0;
}
.table-wrapper .dt-container .dt-paging .dt-paging-button.next::before {
  content: "Next";
  padding-right: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .table-wrapper .dt-container .dt-paging .dt-paging-button.next::before {
    display: none;
  }
}
.table-wrapper .dt-container .dt-paging .dt-paging-button.next::after {
  content: url("../../../../../ui/app/images/svg/right-arrow.svg");
  transform: translateY(5px);
}
.table-wrapper .dt-container .dt-paging .dt-paging-button.next.disabled {
  background-color: #969BA0;
  color: #ffffff;
}
.table-wrapper .dt-container .dt-paging .dt-paging-button.last, .table-wrapper .dt-container .dt-paging .dt-paging-button.first {
  display: none;
}
.table-wrapper .dt-container .dt-info {
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #3F4254;
  min-width: 100px;
  max-width: 100px;
}
@media only screen and (max-width: 576px) {
  .table-wrapper .dt-container .dt-info {
    width: 100%;
    max-width: 100%;
  }
}

.search-rider-wrapper .search-icon {
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.search-rider-wrapper .search-input {
  width: 100%;
  padding: 12px 16px 12px 50px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #dee2e6;
  color: #898A8D;
  background-color: #f9f9f9;
  border: 0;
}

.custom-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  z-index: 99;
}

.custom-modal-table th {
  color: #000000;
  font-weight: 500;
}
.custom-modal-table td {
  color: #8D8D8D;
}

.useravt {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 8px;
}

.modal-header {
  margin: 12px 18px;
}
@media only screen and (max-width: 576px) {
  .modal-header {
    margin: 12px 10px;
  }
}
.modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.modal-body {
  margin: 0px 18px;
  padding-top: 0;
}
@media only screen and (max-width: 576px) {
  .modal-body {
    margin: 0 10px;
  }
}
.modal-body::-webkit-scrollbar {
  width: 6px;
}
.modal-body::-webkit-scrollbar-track {
  width: 6px;
  background-color: #ffffff;
  border-radius: 8px;
}
.modal-body::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #F6F5F5;
  border-radius: 8px;
}
.modal-body .btn {
  padding: 9px 15px;
  min-width: 125px;
}
.modal-body .btn.small {
  min-width: 105px;
}
.modal-body td:first-child, .modal-body th:first-child {
  padding: 0.7rem 0.7rem 0.7rem 1rem;
}
.modal-body td, .modal-body th {
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.7rem;
}
.modal-body th:first-child {
  padding: 0.7rem 0.7rem 0.7rem 2rem;
}
.modal-body tr td {
  border-bottom: 0;
}
.modal-body th {
  border-top: 1px solid #dee2e6;
}
.modal-body .select-filters {
  max-width: 95%;
  margin: auto;
}
.modal-body .select-filters p {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.modal-body .select-filters .input-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}
.modal-body .select-filters .input-checkbox input {
  border-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.modal-body .accordion-item {
  border: 0;
}
.modal-body .accordion-item .accordion-header:focus {
  outline: none;
  box-shadow: none;
}
.modal-body .accordion-item .accordion-header .accordion-button {
  width: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  padding: 12px 0;
}
.modal-body .accordion-item .accordion-header .accordion-button i {
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 8px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.modal-body .accordion-item .accordion-header .accordion-button::after {
  background-size: 16px;
  margin-left: 8px;
  display: none;
}
.modal-body .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #121212;
  background-color: #ffffff;
  box-shadow: none;
}
.modal-body .accordion-item .accordion-header .accordion-button:not(.collapsed) i {
  margin-top: -2px;
  transform: rotate(0);
}
.modal-body .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  color: #969BA0;
  border-color: #969BA0;
  display: none;
}
.modal-body .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.modal-body .accordion-item .accordion-body {
  padding: 12px 0;
}
.modal-body .form-card .form-container .form-row .custom-input .select2-selection {
  background-color: #ffffff;
}
.modal-body .form-card .form-container .form-row .custom-input .input-contain {
  background-color: #ffffff;
}

.modal-footer {
  margin: 12px 18px;
}

.form-row .ui-widget.ui-widget-content {
  height: 6px;
  border-radius: 0;
  background-color: #FFF8DB;
  border: 0 solid #FFF8DB;
}
.form-row .ui-widget.ui-widget-content .ui-slider-range {
  background-color: #FBCD16;
}
.form-row .ui-widget.ui-widget-content .ui-slider-handle {
  background-color: #FBCD16;
  border: 0;
  border-radius: 100%;
  top: -0.425em;
}
.form-row .ui-widget.ui-widget-content .ui-slider-handle:active {
  outline: none;
}

.form-card .form-container .form-row .custom-input {
  border: 0;
  background-color: #f9f9f9;
  color: #5E6278;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
}
@media only screen and (max-width: 1301px) {
  .form-card .form-container .form-row .custom-input {
    width: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 992px) {
  .form-card .form-container .form-row .custom-input {
    width: 230px;
    min-width: 230px;
  }
}
@media only screen and (max-width: 801px) {
  .form-card .form-container .form-row .custom-input {
    width: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 576px) {
  .form-card .form-container .form-row .custom-input {
    width: 230px;
    min-width: 230px;
  }
}
.form-card .form-container .form-row .custom-input label {
  padding: 0;
  text-align: center;
  width: 50%;
}
.form-card .form-container .form-row .custom-input .select2-container {
  background-color: #ffffff;
}
.form-card .form-container .form-row .custom-input .select2-container .select2-selection {
  background-color: #ffffff;
}
.form-card .form-container .form-row .custom-input .select2-container .select2-selection .select2-selection__rendered {
  text-align: center;
}
.form-card .form-container .form-row .custom-input.time .input-contain {
  width: 75%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.form-card .form-container .form-row .custom-input.time .input-contain::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-card .form-container .form-row .custom-input.time .select2 {
  width: 25%;
  max-width: 25%;
}
@media only screen and (max-width: 576px) {
  .form-card .form-container .form-row .custom-input.time .select2 {
    max-width: 50%;
  }
}
.form-card .form-container .form-row .custom-input .input-contain {
  background-color: #ffffff;
  width: 50%;
  padding: 13px 0;
}
@media only screen and (max-width: 576px) {
  .form-card .form-container .form-row .custom-input .input-contain {
    max-width: 50%;
    width: 100%;
  }
}

.cashout-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.cashout-final .img-container {
  max-width: 160px;
}
.cashout-final .img-container img {
  width: 100%;
}
.cashout-final .heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #121212;
}
.cashout-final .para {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #3E4954;
  max-width: 330px;
  margin: auto;
  text-align: center;
}

.pointers-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 550px;
  margin: auto;
  position: relative;
}
.pointers-container .sep {
  width: auto;
  flex: auto;
  height: 1px;
  background-color: #D9D9D9;
}
.pointers-container .pointer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.pointers-container .pointer.active .pointer-step {
  background-color: #6054ba;
  border-color: #6054ba;
  font-size: 0;
}
.pointers-container .pointer.active .pointer-step::before {
  content: url("../../../../ui/app/images/svg/tick-white.svg");
  align-self: center;
  width: 14px;
  height: 14px;
}
.pointers-container .pointer .pointer-step {
  border: 1px solid #D9D9D9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8D8D8D;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.pointers-container .pointer span {
  color: #232323;
  font-size: 14px;
  position: absolute;
  min-width: 100px;
  bottom: -40%;
}

.form-card .card-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #3F4254;
  border-bottom: 1px solid #F3F6F9;
  padding: 1rem 1.5rem;
}
.form-card .card-footer {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #3F4254;
  border-top: 1px solid #F3F6F9;
  padding: 2rem 1.5rem;
}
@media only screen and (max-width: 768px) {
  .form-card .card-footer {
    padding: 1rem 1.5rem;
  }
}
.form-card .button-wrapper {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  justify-content: start;
}
.form-card .button-wrapper .btn {
  width: auto;
  padding: 0;
}
.form-card .button-wrapper .btn:focus {
  outline: none;
  border: 0;
  box-shadow: 0;
}
.form-card .button-wrapper .btn-color {
  text-decoration: none;
  color: #ffffff;
  padding: 12px 23px;
  border-radius: 25px;
  border: none;
  background-color: #6054ba;
  font-weight: 700;
  font-size: 18px;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
}
.form-card .button-wrapper .btn-dark-color {
  text-decoration: none;
  color: #ffffff;
  padding: 12px 23px;
  border-radius: 25px;
  border: none;
  background-color: #6054ba;
  font-weight: 700;
  font-size: 18px;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  background-color: #969BA0;
}
.form-card .button-wrapper .btn-highlight {
  width: auto;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  color: #B5B5C3;
}
.form-card .form-container {
  padding: 2rem 1.5rem;
}
.form-card .form-container .form-tab-body {
  min-height: 25vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-card .form-container .form-tab {
  display: none;
  width: 100%;
}
.form-card .form-container .form-tab .form-row .section {
  padding: 14px 0;
}
.form-card .form-container .form-tab .form-row .section .stats-title {
  color: #3F4254;
  font-weight: 400;
}
.form-card .form-container .form-tab .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #6054ba;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #EBECEE;
  border-radius: 0;
}
.form-card .form-container .form-tab .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: 0;
}
.form-card .form-container .form-tab .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  content: url("../../../../ui/app/images/svg/minus-icon.svg");
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
  transition: 0.6s all ease-in-out;
}
.form-card .form-container .form-tab .accordion-item .accordion-header .accordion-button::before {
  content: url("../../../../ui/app/images/svg/add-icon.svg");
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
  transition: 0.6s all ease-in-out;
}
.form-card .form-container .form-tab .accordion-item .accordion-body {
  border: 1px solid #EBECEE;
  margin-bottom: 12px;
  padding: 24px 20px;
  border-radius: 12px;
}
.form-card .form-container .form-tab .accordion-item .accordion-body .form-row {
  padding: 0.25rem 0;
}
.form-card .form-container .form-tab .accordion-item .accordion-body .form-row input {
  padding: 18px 24px;
  border-radius: 6px;
}
.form-card .form-container .form-tab .accordion-item .accordion-body .form-row input::placeholder {
  font-weight: 400;
}
.form-card .form-container .form-tab .accordion-item .accordion-body .btn-primary {
  opacity: 0.5;
}
.form-card .form-container .form-tab .accordion-item .accordion-body .btn-primary.active {
  opacity: 1;
}
.form-card .form-container .form-tab .otp-container h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 1496px) {
  .form-card .form-container .form-tab .otp-container h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
.form-card .form-container .form-tab .otp-container p {
  font-size: 16px;
}
.form-card .form-container .form-tab .otp-container button {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 1496px) {
  .form-card .form-container .form-tab .otp-container button {
    font-size: 15px;
  }
}
.form-card .form-container .form-tab .otp-container button:hover {
  background-color: #6054ba;
}
.form-card .form-container .form-tab .otp-container form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 500px;
  margin: auto;
}
.form-card .form-container .form-tab .otp-container form a {
  font-size: 16px;
  color: #6054ba;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}
@media only screen and (max-width: 1496px) {
  .form-card .form-container .form-tab .otp-container form .checkbox label {
    font-size: 14px;
  }
}
.form-card .form-container .form-tab .otp-container .form-row {
  position: relative;
}
@media only screen and (max-width: 1496px) {
  .form-card .form-container .form-tab .otp-container .form-row input {
    padding: 6px 15px;
  }
}
@media only screen and (max-width: 1496px) {
  .form-card .form-container .form-tab .otp-container .form-row label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1496px) {
  .form-card .form-container .form-tab .otp-container .form-row p {
    font-size: 14px;
  }
}
.form-card .form-container .form-tab .otp-container .form-row.opt-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: auto;
  gap: 0 16px;
}
.form-card .form-container .form-tab .otp-container .form-row.opt-input.failed input {
  background-color: #ffffff;
  border: 1px solid #ff0000;
}
.form-card .form-container .form-tab .otp-container .form-row.opt-input input {
  width: 100%;
  min-height: 60px;
  background-color: #F6F5F5;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #121212;
}
.form-card .form-container .form-tab .otp-container .form-row.opt-input input:focus {
  background-color: #ffffff;
  outline: 1px solid #6054ba;
}
@media only screen and (max-width: 1496px) {
  .form-card .form-container .form-tab .otp-container .form-row.opt-input input {
    width: 20%;
  }
}
.form-card .form-container .form-tab .otp-container .form-row .eye-wrapper {
  position: absolute;
  right: 10px;
  top: 55%;
  cursor: pointer;
}
.form-card .form-container .form-tab .otp-container .form-row .eye-wrapper i, .form-card .form-container .form-tab .otp-container .form-row .eye-wrapper svg {
  color: #121212;
}
.form-card .form-container .form-tab .otp-container .form-row .iti {
  width: 100%;
}
.form-card .form-container .form-tab .otp-container .form-row .select2 .select2-selection {
  border: 0;
  background-color: #f9f9f9;
  height: 45px;
}
.form-card .form-container .form-tab .otp-container .form-row .select2 .select2-selection .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  color: #5E6278;
  padding: 8px 16px;
}
.form-card .form-container .form-tab .otp-container .form-row .select2 .select2-selection .select2-selection__arrow {
  height: 45px;
}
.form-card .form-container .form-tab .otp-container .form-row .select2 .select2-selection {
  border: 1px solid #e9ecff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1496px) {
  .form-card .form-container .form-tab .otp-container .form-row .select2 .select2-selection {
    height: 36px;
  }
}
.form-card .form-container .form-tab .otp-container .form-row .select2 .select2-selection .select2-selection__rendered {
  color: #969ba0;
  font-weight: 400;
}
@media only screen and (max-width: 1496px) {
  .form-card .form-container .form-tab .otp-container .form-row .select2 .select2-selection .select2-selection__rendered {
    height: 36px;
    line-height: normal;
  }
}
.form-card .form-container .form-tab .otp-container .form-row .select2 .select2-selection .select2-selection__arrow {
  height: 45px;
}
@media only screen and (max-width: 1496px) {
  .form-card .form-container .form-tab .otp-container .form-row .select2 .select2-selection .select2-selection__arrow {
    height: 36px;
  }
}
.form-card .form-container .form-row {
  position: relative;
  padding: 1rem 0;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .form-card .form-container .form-row {
    padding: 0.6rem 0;
  }
}
@media only screen and (max-width: 576px) {
  .form-card .form-container .form-row {
    flex-direction: column;
  }
}
.form-card .form-container .form-row .form-title, .form-card .form-container .form-row .range {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #8D8D8D;
}
.form-card .form-container .form-row .range {
  padding: 0;
  background-color: transparent;
}
.form-card .form-container .form-row .eye-wrapper {
  position: absolute;
  right: 10px;
  top: 35%;
  transform: translateY(-50%);
  cursor: pointer;
}
.form-card .form-container .form-row .eye-wrapper i, .form-card .form-container .form-row .eye-wrapper svg {
  color: #969ba0;
}
.form-card .form-container .form-row .form-list {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 6px 20px;
  border: 1px solid #EBECEE;
  border-radius: 14px;
  position: relative;
}
.form-card .form-container .form-row .form-list li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #EBECEE;
}
.form-card .form-container .form-row .form-list li:last-child {
  border: 0;
}
.form-card .form-container .form-row .form-list li .click-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.form-card .form-container .form-row .form-list li .edit-btn {
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #969BA0;
  cursor: pointer;
}
.form-card .form-container .form-row .form-list li .edit-btn img {
  width: 100%;
}
.form-card .form-container .form-row .form-list .img-container {
  width: 56px;
}
.form-card .form-container .form-row .form-list .img-container img {
  width: 100%;
}
.form-card .form-container .form-row .form-list .account-info .account-user {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #232323;
  margin: 0;
}
.form-card .form-container .form-row .form-list .account-info .account-bank {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #3E4954;
  margin: 0;
}
.form-card .form-container .form-row .limit-btn {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  text-decoration: none;
  background-color: #ffffff;
  color: #121212;
  font-weight: 900;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
}
.form-card .form-container .form-row .width-50 {
  width: 50%;
}
@media only screen and (max-width: 576px) {
  .form-card .form-container .form-row .width-50 {
    width: 100%;
  }
}
.form-card .form-container .form-row .iti {
  width: 100%;
}
.form-card .form-container .form-row input {
  border: 0;
  background-color: #f9f9f9;
  color: #5E6278;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding: 13px 16px;
  border-radius: 4px;
  width: 100%;
}
.form-card .form-container .form-row input:focus {
  outline: none;
  border: 0;
}
.form-card .form-container .form-row input.iti__tel-input {
  width: 100%;
}
.form-card .form-container .form-row .select2 .select2-selection {
  border: 0;
  background-color: #f9f9f9;
  height: 45px;
}
.form-card .form-container .form-row .select2 .select2-selection .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  color: #5E6278;
  padding: 8px 16px;
}
.form-card .form-container .form-row .select2 .select2-selection .select2-selection__arrow {
  height: 45px;
}
.form-card .form-container .form-label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #232323;
  margin: 0;
}
.form-card .form-container .helper-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #B5B5C3;
  display: block;
}
.form-card .photo-container {
  max-width: 125px;
  position: relative;
}
.form-card .photo-container img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.0509803922);
}
.form-card .photo-container .photo-action {
  position: absolute;
  background-color: #ffffff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  cursor: pointer;
}
.form-card .photo-container .photo-action svg {
  font-size: 13px;
  color: #969ba0;
}
.form-card .photo-container .photo-action.edit-btn {
  right: 0;
  top: 0;
  transform: translate(35%, -35%);
}
.form-card .photo-container .photo-action.delete-btn {
  right: 0;
  bottom: 0;
  transform: translate(35%, 35%);
}

.signin-page {
  max-height: 100vh;
  background-color: #ffffff;
  z-index: 1;
  overflow: hidden;
}
.signin-page .row {
  height: 100vh;
}
.signin-page .card-container {
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
}
.signin-page .right-container {
  height: 100vh;
  position: relative;
}
.signin-page .right-container .wrapper {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  color: #ffffff;
  position: relative;
  z-index: 9;
}
.signin-page .right-container .overlay {
  background-color: #6054ba;
  height: 100%;
  width: calc(100% + 100px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  transform: skew(-8deg);
}
.signin-page .right-container .footer-container {
  max-width: 400px;
  padding: 20px 0;
}
.signin-page .right-container .footer-container h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 576px) {
  .signin-page .right-container .footer-container h2 {
    font-size: 22px;
  }
}
.signin-page .right-container .logo-container {
  max-width: 200px;
  margin: auto auto 0;
}
.signin-page .right-container .logo-container img {
  width: 100%;
}
.signin-page .right-container .brand-container {
  max-width: 74%;
  margin: auto;
}
.signin-page .right-container .brand-container img {
  width: 100%;
}

.coverform-page {
  max-height: 100vh;
  background-color: #6054ba;
  z-index: 1;
  overflow: auto;
}
@media only screen and (max-width: 992px) {
  .coverform-page {
    height: 100vh;
    overflow: auto;
    padding: 30px 20px;
  }
}
.coverform-page .card-container {
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .coverform-page .card-container {
    height: 100%;
  }
}
.coverform-page .custom-card h1 {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 1496px) {
  .coverform-page .custom-card h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
.coverform-page .custom-card p {
  font-size: 16px;
}
.coverform-page .custom-card button {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 1496px) {
  .coverform-page .custom-card button {
    font-size: 15px;
  }
}
.coverform-page .custom-card button:hover {
  background-color: #6054ba;
}
.coverform-page .custom-card form {
  max-width: 100%;
}
.coverform-page .custom-card form a {
  font-size: 16px;
}
@media only screen and (max-width: 1496px) {
  .coverform-page .custom-card form .checkbox label {
    font-size: 14px;
  }
}
.coverform-page .custom-card form .checkbox label.error {
  text-align: center;
}
.coverform-page .custom-card .form-row {
  position: relative;
}
@media only screen and (max-width: 1496px) {
  .coverform-page .custom-card .form-row input {
    padding: 6px 15px;
  }
}
@media only screen and (max-width: 1496px) {
  .coverform-page .custom-card .form-row label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1496px) {
  .coverform-page .custom-card .form-row p {
    font-size: 14px;
  }
}
.coverform-page .custom-card .form-row.opt-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90%;
  margin: auto;
}
.coverform-page .custom-card .form-row.opt-input.failed input {
  background-color: #ffffff;
  border: 1px solid #ff0000;
}
.coverform-page .custom-card .form-row.opt-input input {
  width: 16%;
  min-height: 60px;
  background-color: #F6F5F5;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #121212;
}
.coverform-page .custom-card .form-row.opt-input input:focus {
  background-color: #ffffff;
  outline: 1px solid #6054ba;
}
@media only screen and (max-width: 1496px) {
  .coverform-page .custom-card .form-row.opt-input input {
    width: 20%;
  }
}
.coverform-page .custom-card .form-row .eye-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.coverform-page .custom-card .form-row .eye-wrapper i, .coverform-page .custom-card .form-row .eye-wrapper svg {
  color: #121212;
}
.coverform-page .custom-card .form-row .iti {
  width: 100%;
}
.coverform-page .custom-card .form-row .select2 .select2-selection {
  border: 0;
  background-color: #f9f9f9;
  height: 45px;
}
.coverform-page .custom-card .form-row .select2 .select2-selection .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  color: #5E6278;
  padding: 8px 16px;
}
.coverform-page .custom-card .form-row .select2 .select2-selection .select2-selection__arrow {
  height: 45px;
}
.coverform-page .custom-card .form-row .select2 .select2-selection {
  border: 1px solid #e9ecff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1496px) {
  .coverform-page .custom-card .form-row .select2 .select2-selection {
    height: 36px;
  }
}
.coverform-page .custom-card .form-row .select2 .select2-selection .select2-selection__rendered {
  color: #969ba0;
  font-weight: 400;
}
@media only screen and (max-width: 1496px) {
  .coverform-page .custom-card .form-row .select2 .select2-selection .select2-selection__rendered {
    height: 36px;
    line-height: normal;
  }
}
.coverform-page .custom-card .form-row .select2 .select2-selection .select2-selection__arrow {
  height: 45px;
}
@media only screen and (max-width: 1496px) {
  .coverform-page .custom-card .form-row .select2 .select2-selection .select2-selection__arrow {
    height: 36px;
  }
}

.app-dashboard .app-sidebar {
  width: 275px;
  z-index: 1070;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .app-dashboard .app-sidebar {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 576px) {
  .app-dashboard .app-sidebar {
    width: 100%;
  }
}
.app-dashboard .app-main {
  width: calc(100% - 275px);
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .app-dashboard .app-main {
    width: 100%;
  }
}
.app-dashboard .app-main .content {
  padding-top: 90px;
}

.custom-card-info {
  border-radius: 15px;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
}
.custom-card-info.main-color {
  background-color: #403583;
}

/* Hide spinners in Chrome, Safari, Edge, and Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spinners in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.custom-card {
  border-radius: 15px;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
}

.modal-backdrop {
  z-index: 1060;
}

.modal {
  z-index: 1080;
}

@media only screen and (max-width: 992px) {
  .custom-modal {
    max-width: 95%;
  }
}
@media only screen and (max-width: 576px) {
  .custom-modal {
    max-width: 95%;
  }
}

.select2-container--default.select2-container--open {
  z-index: 1080;
}
.select2-container--default .select2-dropdown {
  border: 0;
  border-radius: 0 0 12px 12px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.select2-container--default .select2-dropdown.small-scrollable-dropdown {
  max-height: 100px;
}
.select2-container--default .select2-dropdown.small-scrollable-dropdown ul {
  max-height: 100px;
}
.select2-container--default .select2-results ul::-webkit-scrollbar {
  width: 5px;
}
.select2-container--default .select2-results ul::-webkit-scrollbar-track {
  width: 12px;
  background-color: #ffffff;
  border-radius: 8px;
}
.select2-container--default .select2-results ul::-webkit-scrollbar-thumb {
  padding: 0 3px;
  width: 8px;
  background-color: #EBECEE;
  border-radius: 8px;
}
.select2-container--default .select2-results ul li {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-results ul li.select2-results__option--disabled {
  display: none;
}
.select2-container--default .select2-results ul li.select2-results__option--highlighted {
  background-color: #f9f9f9;
  color: #121212;
}
.select2-container--default .select2-results ul li.select2-results__option--selected {
  background-color: #f9f9f9;
}
.select2-container--default .select2-results ul li.select2-results__option--selected::before {
  content: url(../../../ui/app/images/svg/tick.svg);
  margin-right: 8px;
  margin-left: -20px;
  width: 12px;
}
.select2-container--default .select2-results ul li.custom-option-parent {
  border-bottom: 1px solid #ECECEC;
}
.select2-container--default .select2-results ul li.custom-option-parent.select2-results__option--highlighted {
  color: #6054ba;
}
.select2-container--default .select2-results ul li .custom-option .location-img {
  max-width: 24px;
}
.select2-container--default .select2-results ul li .custom-option .location-img img {
  width: 100%;
}
.select2-container--default .select2-results ul li .custom-option .location-wrapper {
  padding: 6px 0;
}
.select2-container--default .select2-results ul li .custom-option .location-wrapper p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.select2-container--default .select2-results ul li .custom-option .location-wrapper p.small {
  font-size: 12px;
  font-weight: 400;
  color: #656565;
}

body .daterangepicker {
  background-color: #ffffff;
  border: 0;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.0509803922), -3px -3px 10px 0px rgba(0, 0, 0, 0.0509803922);
  z-index: 1050;
}
body .daterangepicker .ranges li {
  padding: 8px 12px;
  color: #7E8299;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
body .daterangepicker .drp-calender {
  border-color: #EBECEE;
}
body .daterangepicker .drp-buttons {
  padding: 20px;
  border-color: #EBECEE;
}
body .daterangepicker .drp-buttons .drp-selected {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #212B36;
}
body .daterangepicker .drp-buttons .btn {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
body .daterangepicker .drp-buttons .btn.cancelBtn {
  font-weight: 700;
  color: #7E8299;
  background-color: #F4F5F9;
}
body .daterangepicker .calendar-table {
  font-size: 14px;
  padding: 30px 15px;
}
@media only screen and (max-width: 992px) {
  body .daterangepicker .calendar-table {
    padding: 8px;
  }
}
body .daterangepicker .calendar-table thead tr th {
  font-size: 12px;
  padding: 2px;
  color: #3F4254;
}
body .daterangepicker .calendar-table thead tr th.month {
  font-size: 15px;
  color: #6054ba;
  padding-bottom: 5px;
  font-weight: 500;
}
body .daterangepicker .calendar-table thead tr th.prev, body .daterangepicker .calendar-table thead tr th.next {
  font-size: 15px;
  color: #6054ba;
  margin-bottom: 10px;
  display: block;
}
body .daterangepicker .calendar-table tbody tr td {
  font-size: 14px;
  padding: 2px;
  color: #3e4954;
}
body .daterangepicker .calendar-table tbody tr td.off {
  color: #7E8299;
}
body .daterangepicker .calendar-table tbody tr td.active {
  color: #ffffff;
}

.custom-card label.error {
  font-size: 14px;
  width: 100%;
  text-align: left;
}

.second-modal-layer {
  z-index: 1085;
}

.second-modal-backdrop {
  z-index: 1080;
}

/*# sourceMappingURL=style.css.map */
