navbar_header {
  background-color: aliceblue;
}

.custom-card {
  box-shadow: -1px 1px 12px 2px rgb(0 0 0 / 8%);
  padding: 7px 12px;
  border-radius: 20px !important;
  width: 100%;
  margin-top: 13px !important;
}

.b-left {
  border-left: 1px solid #00000030;
}

.driver-img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-height: 160px;
  min-height: 160px;
}

.custom-br20 {
  border-radius: 20px !important;
}
.custom-bg-gradient-card {
  background: rgb(248, 250, 251);
  background: linear-gradient(
    48deg,
    rgba(248, 250, 251, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.custom-bg-soft-white {
  background-color: #f8fafb !important;
}

.car-img {
  padding: 43px;
  border-right: 1px dashed;
  border-width: 2px;
  border-color: #7f839629;
}
.ride-status {
  background-color: #ffc107;
  width: 111px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 9px;
  border-bottom-left-radius: 20px;
  color: black;
  font-size: 15px;
  border-top-right-radius: 20px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: 300ms;
}
.ride-status:hover {
  background-color: #00bcd440 !important;
}

.bg-pending {
  background-color: #ffc107 !important;
}
.bg-approved {
  background-color: #1a80d1 !important;
}
.bg-paid {
  background-color: #4caf50 !important;
}
.bg-negative {
  background-color: #ff3d60 !important;
  color: white !important;
}

.bg-completed {
  background-color: #d8d8d9 !important;
}

.simple-table th {
  font-weight: 500;
  background-color: #f8fafb !important;
  font-family: "Poppins", sans-serif;
  color: #67757c;
  border-bottom: 2px solid #4444441f;
}
.card-table {
  padding: 9px 14px;
  border-radius: 20px !important;
}

.img-avatar-border {
  border-radius: 50% !important;
}
.loading-container {
  width: 100%;
  height: 23rem;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
}

.w-60 {
  width: 60px;
}
.cw-100 {
  width: 100px !important;
}
.cw-127 {
  width: 127px !important;
}

.custom-s {
  width: 18px !important;
  text-align: left !important;
}

.wr-item {
  padding: 13px 18px;
  border-bottom: 1px solid #4444441f;
}
.strong {
  font-weight: bold;
  font-size: 14px;
  font-family: "Inter";
}
.copy-action {
  float: right;
  margin-top: -26px;
  font-size: 23px;
}

.c-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.fs-20 {
  font-size: 20px !important;
}

.sm-button {
  height: 26px;
  width: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table th {
  font-weight: 400 !important;
}

.tr-custom td {
  font-weight: 400 !important ;
  font-size: 14px !important ;
  text-align: left !important ;
}

.c-button {
  background: white;
  border-radius: 3px;
  border: none;
  color: black;
}

.rdt_TableRow {
  background: #eceed83f !important;
  border-radius: 20px;
  margin-top: 16px;
  box-shadow: 0px 4px 10px 1px rgb(0 0 0 / 3%);
  border-bottom-color: rgb(0 0 0 / 0%) !important;
}

.rdt_TableHeadRow {
  background: #30b697 !important;
  border-radius: 20px;
}

.rdt_TableHeader {
  display: none !important;
}

.loader-container {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-p {
  white-space: normal;
  text-align: left;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}

.dUbULe .custom-div-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.v-none {
  visibility: 0;
}

.custom-select {
  padding: 6px 4px;
  border: 1px solid #fbfbf5;
  border-radius: 9px;
  background: #fdc956de;
}

.custom-select-not-responding {
  padding: 6px 4px;
  border: 1px solid #fbfbf5;
  border-radius: 9px;
  background: #e74c3c;
}

.card-profile {
  width: 301px !important;
  position: relative;
  left: 2vw;
  top: 20px;
  padding: 16px 0px;
}

.modal-chat .modal-body {
  padding: 0;
}
.modal-chat .modal-content {
  border: none;
}
.modal-chat .modal-header {
  background: #ffc107;
  padding: 8px 31px !important;
}

.chat-dialog {
  display: flex;
}
.chat-dialog img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.chat-detail {
  margin-left: 14px;
}
.chat-detail p {
  margin: 5px 0;
  font-size: 15px;
  font-weight: 100;
  background: #00968826;
  padding: 10px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.chat-detail span {
  font-size: 10px;
}
.chat-detail h5 {
  font-size: 12px;
  margin-bottom: 3px;
}
.chat-owner .chat-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  margin-right: 10px;
}
.chat-owner p {
  border-top-right-radius: 0px;
  border-top-left-radius: 20px;
}
.chat-container {
  height: 500px;
  overflow-y: scroll;
  padding: 20px;
}

.btn-fetch {
  float: right;
  margin-top: -30px !important;
  margin-bottom: 19px !important;
  background: transparent !important;
  color: black !important;
  padding: 9px 20px;
  border-radius: 5px;
  border: 1px solid #7e7171;
}

.user-comment-history {
  border: 1px solid #d9d6d6;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.link {
  color: #f44336;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.btn-table {
    background: transparent !important;
    padding: 6px 8px;
    border-radius: 6px;
    color: #000000;
    border: none;
    margin: 6px;
    box-shadow: 1px 1px 4px rgb(88 88 88 / 12%), 0 2px 10px rgb(0 0 0 / 9%);
}
.color-red {
    color: #ff3d60;
}

.btn-edit {
  position: relative;
  top: -58px;
  left: 418px;
  background-color: white !important;
}
.ml-1 {
  margin-left: 1rem;
}
.mt-1 {
  margin-top: 1rem !important;
}
.edit-section {
  display: flex;
  gap: 10px;
}

textarea {
    width: 100%;
    border-radius: 9px;
    padding: 10px;
    border: 1px solid rgb(217, 214, 214);
}

.centered-div-w-margin {
  display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.popup-content {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 200px;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}

.popup-content p {
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
}

.popup-content button {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #dcdcdc;
  cursor: pointer;
}

.popup-content button:focus {
  outline: none;
}

.btn-link-adj {
  height: 20px;
  padding: 0px 5px !important;
  background: transparent;
  color: blue !important;
  border: none;
}


.inter-city-area {
  border: 1px solid;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}