@import url("https://fonts.googleapis.com/css2?family=Protest+Strike&display=swap");

@font-face {
  font-family: "Caps";
  src: url("../webfonts/ge/Caps.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Norm";
  src: url("../webfonts/ge/Norm.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --eerieBlack: #1b1b1b;
  --jetGrey: #363636;
  --greyHover: #2b2b2b;
  --ultramarineBlue: #4376fb;
  --ultramarineBlueOpacity: #4376fb1c;
  --blueHover: #3c70f7;
  --lotion: #fafafa;
  --brightGray: #ebedf0;
  --white: #fff;
  --brightGrayOpacity: #ebedf03b;
  --lavenderBlue: #cedafa;
  --greayText: #bbbbbb;
  --quaternary: #e9ecf4;

  --borderRed: #ff000038;
  --borderBlue: #0000ff38;
  --borderGreen: #00800038;
  --borderYelow: #ffcb00b3;

  --maxim: #eb190eb3;
  --yandex: #ffcb00b3;
  --bolt: #2fd78cb3;
  --city: #159db3b3;

  --error: red;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  font-family: "Norm";
}
.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.3) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.3) !important;
}
ul{ 
  list-style-type: none;
}
a {
  text-decoration: none;
  color: var(--jetGrey);
}
a:hover {
  color: var(--blueHover);
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
body {
  background-color: var(--lotion);
}
.container-fluid {
  --bs-gutter-x: 40px;
}
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
textarea {
  border: 1px solid #e0e2e8;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  outline: none;
  height: 100px;
}
textarea:focus {
  border: 1px solid var(--blueHover);
}
header {
  background-color: var(--eerieBlack);
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.navigationBtnW {
  width: 150px;
  justify-content: space-between;
}
.headerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.logo {
  font-size: 28px;
  color: var(--white);
  text-decoration: none;
  font-family: "Protest Strike", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a.logoLogin {
  font-size: 28px;
  color: var(--ultramarineBlue);
  text-decoration: none;
  margin-bottom: 60px;
  display: inline-block;
  text-align: center;
  font-family: "Protest Strike", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.custom-row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}
.hidden {
  display: none;
}
.btnMain {
  border-radius: 5px;
  font-size: 13px;
  padding: 0 16px;
  height: 48px;
  border: none;
}
.headerSpace {
  height: 70px;
}
.btnMain span {
  font-family: Caps;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.fontBold {
  font-weight: bold !important;
}
.greyBtn,
a.greyBtn {
  background-color: var(--greyHover) !important;
  color: var(--white) !important;
}
.greyBtn:hover,
a.greyBtn:hover {
  background-color: var(--jetGrey) !important;
}
.blueBtn {
  background-color: var(--ultramarineBlue);
  color: var(--white);
}
.blueBtn:hover {
  background-color: var(--blueHover);
  color: var(--white);
}
.colorRed {
  color: red;
}
.colorGreen {
  color: green;
}
span.locationTitle {
  padding-right: 30px;
  text-align: left;
  padding-left: 7px;
  font-size: 12px;
  font-family: Norm;
  font-weight: normal;
  background: none;
}
.btn span {
  margin-left: 5px;
}
.backgroundWhite {
  background-color: var(--white);
}
.backgroundBrightGray {
  background-color: var(--brightGray);
}
.backgroundBlue {
  background-color: var(--ultramarineBlue);
}
.backgroundLotion {
  background-color: var(--lotion);
}
.borderBottom {
  border-bottom: 2px solid var(--brightGray);
}
.borderTop {
  border-top: 2px solid var(--brightGray);
}
.borderSolid {
  border: 2px solid var(--brightGray);
}
.searchWrap {
  height: 80px;
  display: flex;
}
.borderRadius {
  border-radius: 5px;
}
.padding {
  padding: 10px;
}
.marginLeft-20 {
  margin-left: 20px;
}
.btnStyle {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Caps";
  cursor: pointer;
}
.line-height-normal {
  line-height: normal;
}
.align-item-center {
  align-items: center;
}
.maxW-350 {
  max-width: 350px;
}
.maxW-550 {
  max-width: 550px;
}
.maxW-750 {
  max-width: 750px;
}
.maxW-400 {
  max-width: 400px;
}
.customToggle .fa-solid {
  height: 23px;
  line-height: 23px;
  width: 23px;
  text-align: center;
  font-size: 10px !important;
  cursor: pointer;
  color: var(--jetGrey);
  border-radius: 5px;
  background-color: var(--brightGray);
}
.customToggle .fa-solid:hover {
  color: var(--greyHover);
}
.fontCaps {
  font-family: Caps;
  text-transform: uppercase;
}
.fontNorm {
  font-family: Norm;
}
.fontSize-14 {
  font-size: 14px;
}
.fontSize-13 {
  font-size: 13px;
}
.fontSize-12 {
  font-size: 12px;
}
.fontWeightBold {
  font-weight: bold;
}
.cursor-pointer {
  cursor: pointer;
}
.width100 {
  width: 100%;
}
/* Popup */
.popUp {
  position: fixed;
  padding: 0 20px !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(27, 27, 27, 0.9);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.popUp.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 1003;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.popUpContainer {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: var(--white);
  padding: 15px;
  box-shadow: 0px 2px 31px 8px rgb(0 0 0 / 4%);
  backface-visibility: hidden;
  -webkit-transform: translateY(140px);
  -moz-transform: translateY(140px);
  -ms-transform: translateY(140px);
  -o-transform: translateY(140px);
  transform: translateY(140px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.is-visible .popUpContainer {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.popUpCloseBtn {
  width: 35px;
  height: 35px;
  margin: auto;
}
.popUpCloseBtn i {
  margin: auto;
  margin-top: 20px;
  background-color: var(--eerieBlack);
  color: var(--white);
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  z-index: 111111;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.popUpCloseBtn i:hover {
  background-color: var(--greyHover);
}
.popUpContainer h2 {
  text-align: center;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  font-family: Caps;
  text-transform: uppercase;
}
.popUpContainer button {
  width: 100%;
  height: 46px;
  background: var(--ultramarineBlue);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: var(--white);
  font-size: 13px;
  font-weight: bold;
  font-family: Caps;
  letter-spacing: 0.6px;
}
.popUpContainer button:hover {
  background-color: var(--blueHover);
  -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 30%);
  box-shadow: 0 2px 4px rgb(15 34 58 / 30%);
}
.select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: white;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: var(--eerieBlack);
  border-radius: 5px;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: var(--lotion);
}
.historyScrolOverflow::-webkit-scrollbar {
  width: 2px;
}
.historyScrolOverflow::-webkit-scrollbar-track {
  background: var(--brightGray);
}
.historyScrolOverflow::-webkit-scrollbar-thumb {
  background: var(--jetGrey);
}
.historyScrolOverflow::-webkit-scrollbar-thumb:hover {
  background: var(--greyHover);
}
/* Select 2 */
.select2-container {
  height: 40px;
  width: -webkit-fill-available !important;
  border-radius: 5px;
}
.select2-container--default .select2-selection--single {
  border: none;
  padding: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  height: 41px;
  border-radius: 5px;
  margin-bottom: -13px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 13px;
  font-family: Norm;
  border-radius: 5px;
  border: 1px solid var(--brightGray);
  padding: 12px 14px;
  font-weight: normal;
  outline: none;
  appearance: none;
  cursor: pointer;
  line-height: normal !important;
  overflow: hidden;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
  right: 10px !important;
}
.select2-dropdown {
  border: 1px solid #e0e2e8 !important;
  border-radius: 5px;
  overflow: hidden;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 5px !important;
  margin-top: -40px;
  background-color: white;
}
.select2-container--open .select2-dropdown--above {
  border-radius: 5px !important;
  margin-top: -5px;
  background-color: white;
}
.select2-search--dropdown {
  border-bottom: 1px solid #e0e2e8;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  outline: none;
  padding: 8px;
  font-size: 13px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #415ff2;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ebeefd;
}
.select2-results__option {
  padding: 8px 10px;
  font-size: 13px;
  font-family: Norm;
  font-weight: bold;
}

/* Index slider */
.sliderWrapper {
  background-color: var(--eerieBlack);
  padding: 30px 0;
}

/* Radio */
.radio {
  padding: 6px;
  height: 50px;
  position: relative;
}
.radio input {
  width: auto;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 8px 20px;
  background-color: var(--brightGray);
  color: var(--eerieBlack);
  font-size: 12px;
  font-weight: bold;
  font-family: Caps;
  transition: all 100ms linear;
}
.radio input:checked {
  background-color: var(--blueHover);
  color: #fff;
}
.radio input:before {
  content: attr(label);
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* Modern services */
.modernServicesWrap {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.modernServicesBox {
  align-items: center;
  cursor: pointer;
  display: inline-block;
  max-width: 200px;
  padding-right: 15px;
}
.modernServicesBox .icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--brightGray);
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 14px;
  color: var(--jetGrey);
}
.modernServicesBox .title {
  font-size: 12px;
  width: 100%;
  font-weight: bold;
  font-family: Caps;
  float: left;
  color: var(--jetGrey);
}
.modernServicesBox .date {
  font-size: 13px;
  width: 100%;
  float: left;
  color: var(--jetGrey);
}
.modernServicesScrollable {
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
  scrollbar-width: none;
}
.modernServicesScrollable::-webkit-scrollbar {
  display: none;
}
.scroll-arrow {
  position: absolute;
  border: none;
  cursor: pointer;
  z-index: 1;
  width: 30px;
  height: 71px;
  font-size: 12px;
  top: 0;
  transition: opacity 0.2s ease;
}
.scroll-arrow.left {
  left: 0;
  text-align: left;
  background: linear-gradient(90deg, var(--brightGray) 60%, transparent);
}
.scroll-arrow.right {
  right: 0;
  text-align: right;
  background: linear-gradient(270deg, var(--brightGray) 60%, transparent);
}

/* Income, expense and profit section. day, week, month statistics */
.finanse-data-box {
  width: auto;
}
.finanse-data-box-ptb-3 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.finanseDataResp {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.finanse-data-box-border-right {
  border-right: 1px solid var(--brightGray);
  padding: 20px;
  width: 100%;
  background-color: var(--white);
  border-radius: 5px;
  margin-right: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.finanse-data-box-padding-left {
  border-right: 1px solid var(--brightGray);
  padding: 20px;
  width: 100%;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.finanse-data-box span {
  font-size: 13px;
  color: var(--jetGrey);
  font-weight: bold;
  font-family: Caps;
}
.finanse-data-box .finanse-data span {
  font-weight: normal;
  font-size: 14px;
}
.finanse-data-box .finanse-data {
  display: none;
  margin-top: 0;
  margin-bottom: -3px;
}
.finanse-data-box .finanse-data span.money {
  font-size: 24px;
}
.finanse-data-box .finanse-data.active {
  display: block;
}
.finanse-data-filtre .active {
  font-weight: bold;
}
.finanse-data-filtre div {
  float: left;
  width: auto;
  margin-right: 5px;
  cursor: pointer;
  font-size: 13px;
  color: var(--eerieBlack);
}
.finanseDataBtn {
  right: 20px;
  top: 21px;
  font-size: 13px;
  color: var(--greyHover);
  cursor: pointer;
  font-weight: bold;
  display: grid;
  gap: 5px;
}
.finanseDataBtn i {
  color: var(--ultramarineBlue);
}
.finanseDataBtn i:hover i,
.finanseDataBtn i:hover {
  color: var(--greyHover);
}
i.withdrawingProfits {
  font-style: normal;
  font-family: Caps;
  font-size: 12px;
}

/* Main Table */
table#table-main {
  border-spacing: 0;
  border-radius: 5px;
  border-bottom: 1px solid var(--brightGray);
  overflow: auto;
}
#table-main thead {
  background-color: var(--jetGrey);
  height: 44px;
}
#table-main thead tr th {
  color: var(--white);
  font-family: Caps;
  font-weight: bold;
  font-size: 12px;
  border-right: 1px solid var(--greyHover);
}
#table-main thead .tab th {
  border-bottom: 1px solid var(--brightGray);
}
#table-main {
  border-bottom: 0;
  border-right: 1px solid var(--brightGray);
  border-collapse: separate;
  background-color: var(--white);
  overflow: hidden;
  width: 100%;
}
#table-main .info-bg {
  text-align: left;
  font-size: 13px;
  border-right: 1px solid var(--brightGray);
}
#table-main .info-center {
  text-align: center;
  font-family: Caps;
}
#table-main th {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
#table-main tbody tr:hover {
  background-color: var(--lotion);
}
#table-main td {
  padding: 6px 15px;
  font-size: 14px;
  color: var(--eerieBlack);
  text-align: left;
  border-bottom: 1px solid var(--brightGray);
  border-left: 1px solid var(--brightGray);
}
#table-main tbody tr:last-child td,
#table-main thead tr:last-child th {
  border-bottom: none;
}
#table-main .inspectionBtn span {
  display: block;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 11px;
  letter-spacing: 0.3px;
  font-weight: bold;
  font-family: Caps;
  cursor: pointer;
  color: var(--jetGrey);
  border-radius: 5px;
  background-color: var(--lavenderBlue);
}
#table-main .inspectionBtn:hover span {
  background-color: var(--blueHover);
  color: var(--white);
}
tr.carInformation {
  background-color: var(--lotion);
  height: 38px;
}
tr.carInformation td:hover {
  background-color: var(--lotion);
}
tr.carInformation td a {
  color: var(--ultramarineBlue);
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.highlight {
  background-color: #d3eafc;
}
/*  */
#openingDayBtn,
#openingContractBtn {
  display: none;
}

/*  */
.editDropDownBtn {
  font-size: 13px;
  width: 5px;
  float: right;
  text-align: right;
  cursor: pointer;
  color: var(--eerieBlack);
}
.editDropDownBtn:hover {
  color: var(--greyHover);
}
.dropDownEditDay {
  position: absolute;
  top: 35px;
  right: 10px;
  background: var(--white);
  padding: 15px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}
.dropDownEditDay.visible {
  display: grid;
  opacity: 1;
  visibility: visible;
}
.dropDownEditDay a {
  color: var(--eerieBlack);
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.dropDownEditDay a:hover {
  color: var(--jetGrey);
}
.dayStatusIcon {
  font-size: 14px;
  margin-top: 3px;
}
.dayStatusIcon .fa-calendar-check {
  color: #ff980087;
  cursor: pointer;
}
.dayStatusIcon .fa-calendar-xmark {
  color: #008300b0;
}
.dayDateText {
  font-size: 13px;
  font-weight: bold;
}

/* Worck day history */
.workDayCont {
  height: 100%;
}
.workDayCard {
  display: flex;
  gap: 20px;
}
.workDayCard a {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: var(--eerieBlack);
}
.workDayCard a:hover {
  color: var(--greyHover);
}
.workDayCard .day,
.workDayCard .night {
  font-size: 13px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.workDayCard .workDayOption {
  font-size: 14px;
  cursor: pointer;
  text-align: right;
}
.workDayCard .workDayOption i {
  width: 10px;
}

.day div,
.night div {
  width: 110px;
}
.lari,
.day div .lari,
.night div .lari {
  font-size: 10px !important;
  color: var(--jetGrey) !important;
}
.workContainer {
  width: 100%;
}
.historyScrolOverflow {
  overflow: hidden;
  overflow-y: auto;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.workDayCont .workDayCard {
  border-bottom: 1px solid var(--brightGray);
  padding-bottom: 10px;
  padding-top: 10px;
}
.workDayCont .workDayCard:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
}
table#table-main::-webkit-scrollbar {
  width: 2px;
}
table#table-main::-webkit-scrollbar-track {
  background: var(--brightGray);
}
table#table-main::-webkit-scrollbar-thumb {
  background: var(--jetGrey);
}
table#table-main::-webkit-scrollbar-thumb:hover {
  background: var(--greyHover);
}
.dropdownWorkConteiner {
  position: absolute;
  right: 10px;
  background: var(--white);
  padding: 15px;
  border-radius: 5px;
  display: none;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.dropdownWorkConteiner a {
  color: var(--eerieBlack);
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.fa-ellipsis-btn {
  width: 23px !important;
  height: 23px;
  background: var(--brightGrayOpacity);
  text-align: center;
  line-height: 23px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

/* Car info */
.carInfoFlex {
  display: flex;
}
.carInfoWrap {
  padding: 15px 0;
}
.carInfoCard {
  align-items: center;
}
.carInfoCard .carImg {
  height: 40px;
  width: 70px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.carInfoCard .carImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.carInfoCard:hover .carImg img {
  transform: scale(1.1);
}
.carInfoCard h1 {
  font-size: 13px;
  margin: 0;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Caps";
  color: var(--eerieBlack);
}
.optionBtnWrap a {
  display: flex;
  padding: 0 10px;
  background: var(--lotion);
  border: 1px solid #e0e2e8;
  color: #060b20;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 12px;
  transition: 0.4s;
}
.optionBtnWrap a.active {
  border: 1px solid #415ff221;
  color: #415ff2;
  background: #415ff221;
}
.optionBtnWrap .publishBtn {
  display: flex;
  padding: 0 20px;
  background: var(--lotion);
  border: 1px solid #e0e2e8;
  color: #060b20;
  font-weight: bold;
  cursor: pointer;
  width: auto;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-family: Caps;
  font-size: 12px;
  transition: 0.4s;
  position: unset !important;
}
.optionBtnWrap .publishBtn:hover,
.optionBtnWrap a:hover {
  border: 1px solid #415ff2;
  color: #415ff2;
  background: #415ff221;
}

/* Car signal */
.carSignalsWrap {
  padding: 30px 0;
}
.carSignals {
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.carSignals span.title {
  font-size: 13px;
  font-weight: bold;
  font-family: Caps;
  margin-left: 5px;
}
a.refreshBtn i {
  font-size: 13px;
  color: var(--ultramarineBlue);
}
a.refreshBtn i:hover {
  font-size: 13px;
  color: var(--blueHover);
}
a.deleteBtn i {
  font-size: 13px;
  color: var(--maxim);
}
.signalInfo {
  padding: 10px;
  border-radius: 5px;
  margin-top: 8.5px;
  transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.01) 0px 1px 2px 0px;
}
.signalInfo:hover {
  border: 1px solid var(--blueHover) !important;
}
.gpsSignalInfo {
  padding: 10px 12px;
  margin-top: 5.4px;
  border: 1px solid var(--brightGray);
}
.signalInfo.gpsSignalInfo:first-child {
  margin-top: 10px;
}
.signalInfo .text {
  font-size: 12px;
  font-weight: normal !important;
  color: var(--jetGrey);
}
.signalInfo .text i {
  font-size: 11px;
}
.signalInfo .price {
  font-size: 12px;
  font-weight: normal !important;
  color: var(--jetGrey);
  font-family: Caps;
}
.signalInfo .sale,
.signalInfo .date {
  font-size: 13px;
  font-weight: bold;
  color: var(--jetGrey);
}
.borderRed {
  border: 1px solid var(--borderRed) !important;
}
.borderBlue {
  border: 1px solid var(--lavenderBlue) !important;
}
.borderGreen {
  border: 1px solid var(--borderGreen) !important;
}
.borderYelow {
  border: 1px solid var(--borderYelow) !important;
}
/* Contract */
.contractWrapper {
  border: 2px solid var(--lotion);
  border-bottom: 0 !important;
  height: 200px;
}
.contractWrapper .contractInfo span {
  flex: 1;
  padding: 10px 20px;
  font-size: 13px;
  font-family: "Norm";
  border-right: 2px solid var(--platinumGray);
  border-bottom: 2px solid var(--platinumGray);
}

/* Drivers */
.driverImgCover {
  height: 40px;
  width: 40px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.driverImgCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.tableBox {
  padding: 0;
  background-clip: border-box;
  width: 100%;
  float: left;
  overflow: hidden;
  border-radius: 5px;
}
.tableBox table {
  width: 100%;
}
.tableBox table thead tr th {
  border: 1px solid var(--lotion);
  padding: 10px 16px;
  font-size: 12px;
  font-weight: normal;
}
.tableBox table tbody tr td {
  border: 1px solid var(--lotion);
  padding: 10px 16px;
  font-size: 13px;
  background-color: var(--brightGray);
}

/* Login Reg */
.loginRegSection {
  height: 100%;
}
.loginRegCover {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.loginRegCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.logIn h1 {
  font-family: Caps;
  font-size: 16px;
  margin-bottom: 25px;
}
.lofinRegistContainer {
  height: 100vh;
  position: relative;
}
.positinAbsolutLogo {
  position: absolute;
  top: 50px;
  color: var(--eerieBlack) !important;
}
.loginRegistrIcon {
  position: relative;
  width: 450px;
}
.defoultInput {
  padding: 14px 15px 14px 40px;
  margin: 5px 0 15px 0;
  border-radius: 5px;
  outline: none;
  width: 100%;
  font-family: Norm;
  font-size: 14px;
  background-color: var(--lotion);
  overflow: hidden;
  font-weight: normal;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  border: 1px solid var(--lotion);
  color: var(--eerieBlack);
}
.defoultInput:focus {
  border: 1px solid var(--blueHover);
  font-weight: bold;
}
input.phoneNumber {
  padding-left: 85px;
}
span.inputIcon {
  position: absolute;
  margin-top: 39px;
  margin-left: 20px;
  color: var(--jetGrey);
  font-weight: bold;
  font-size: 14px;
  z-index: 5;
}
button.login {
  width: 100%;
  height: 50px;
  background: var(--ultramarineBlue);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: var(--white);
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 15px 0;
  letter-spacing: 0.6px;
  font-family: Caps;
}
.defoultOption {
  padding: 10px 15px 10px 40px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  font-family: Norm;
  font-size: 13px;
  background-color: var(--lotion);
  overflow: hidden;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid var(--lavenderBlue);
  color: var(--eerieBlack);
  font-weight: bold;
}
.optionIcon {
  position: absolute;
  margin-top: 13px;
  margin-left: 20px;
  color: var(--jetGrey);
  font-weight: bold;
  font-size: 14px;
  z-index: 5;
}
.loginRegistrIcon label {
  font-weight: bold;
  font-size: 13px;
  color: var(--eerieBlack);
}
.registConteiner {
  border-top: 1px solid var(--brightGray);
  margin-top: 15px;
  padding-top: 30px;
  position: relative;
}
.registConteiner span {
  background: var(--white);
  font-size: 13px;
  color: var(--jetGrey);
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  width: max-content;
}

.registConteiner a {
  width: 100%;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  background: var(--jetGrey);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: var(--white);
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.6px;
  font-family: Caps;
}

.resendContainer {
  position: absolute;
  right: 15px;
  top: 34px;
}
.resendContainer button {
  border: none;
  background-color: var(--brightGray);
  padding: 5px 8px 4px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.errors ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.errors ul li {
  display: block;
  color: var(--error);
}

/* Index pag */
.sectionPadding {
  padding: 75px 0;
}
.smallWidthSection {
  padding-right: 50px;
}
.sectionPadding h1 {
  font-size: 26px;
  font-family: Caps;
  margin-bottom: 20px;
}

.ourStatistics {
  display: flex;
  gap: 30px;
}
.ourStatistics .card {
  width: 100%;
  text-align: center;
  padding: 30px;
  border: none;
  font-size: 13px;
  border-radius: 5px;
  background-color: var(--brightGray);
  color: var(--jetGrey);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.ourStatistics .card span {
  font-size: 16px;
  font-family: Caps;
  font-weight: Bold;
  color: var(--eerieBlack);
}

.positionAbsoluteAbout {
  position: absolute;
  width: 100%;
  top: 170px;
}
.positionAbsoluteAbout .servicesBackground {
  background-color: white;
  position: absolute;
  right: 0;
  width: 550px;
  border-radius: 5px;
  padding: 25px;
  display: grid;
  gap: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.servicesBackground .serviceCard {
  border-bottom: 1px solid var(--brightGray);
  padding-bottom: 25px;
}
.positionAbsoluteAbout .serviceCard:last-child {
  border: none;
  padding-bottom: 0;
}
.servicesBackground .serviceCard h2 {
  font-family: Caps;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: var(--eerieBlack);
}
.servicesBackground .serviceCard p {
  font-size: 13px;
  margin-top: 5px;
  color: var(--jetGrey);
}
.ourAbilitiesWrap {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.ourAbility {
  display: grid;
  align-items: center;
  gap: 10px;
}
.ourAbilitiesWrap h3 {
  font-family: Caps;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: var(--eerieBlack);
}
.ourAbilitiesWrap p {
  font-size: 13px;
  margin-top: 5px;
  color: var(--jetGrey);
}
.ourAbilitiesIcon {
  width: 40px;
  height: 40px;
  background-color: var(--lavenderBlue);
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
}
.ourAbilitiesIcon i {
  font-size: 16px;
  color: var(--ultramarineBlue);
}
.ourAbilitiesText {
  width: fit-content;
}

/* Search */
.searchSection {
  background-color: var(--white);
  border-bottom: 2px solid var(--lotion);
  margin-bottom: 30px;
}

/* CarBox */
.indexCarSection {
  padding-bottom: 30px;
}
.carBox {
  box-sizing: border-box;
  flex: auto;
  flex: 1;
  overflow: hidden;
  border-radius: 5px;
  background-color: var(--lotion);
  position: relative;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px,
    rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.carBox .carImg {
  height: 190px;
  width: 100%;
  float: left;
  overflow: hidden;
}
.carBox .carImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.carBox:hover .carImg img {
  transform: scale(1.1);
}
.carBox .carDetal {
  padding: 18px 20px;
  float: left;
  width: 100%;
}
.carBox .carDetal .carName {
  font-size: 14px;
  color: var(--richBlack);
  font-weight: bold;
}
.carBox .carDetal .carInfo {
  width: 100%;
  display: flex;
  gap: 15px;
  margin-top: 5px;
}
.carBox .carDetal .carInfo .box {
  font-size: 13px;
  color: var(--jetGrey);
  text-align: center;
}
.carBox .carDetal .carInfo .box i {
  margin-right: 3px;
}
.carBox .workStatus {
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--eerieBlack);
  background: var(--white);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.2px;
  padding: 6px 10px;
  border-radius: 5px;
}
.worckDetalIcon {
  position: absolute;
  right: 20px;
  top: 150px;
}
.worckDetalIcon i {
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 26px;
  line-height: 25px;
  font-size: 9px;
  text-align: center;
  margin-left: 2px;
}
.worckDetalIcon .fa-m {
  background-color: var(--maxim);
}
.worckDetalIcon .fa-y {
  background-color: var(--yandex);
}
.worckDetalIcon .fa-b {
  background-color: var(--bolt);
}
.worckDetalIcon .fa-taxi {
  background-color: var(--city);
}
.gXY {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}

/*  */

#dropNavWrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

#dropNavWrap ul li a {
  color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 48px;
  color: var(--white);
  border-radius: 5px !important;
  background-color: var(--jetGrey);
  padding: 0 20px 0 5px;
}
#dropNavWrap ul li a:hover {
  background-color: var(--greyHover);
  border-radius: 5px !important;  
}
#dropNavWrap .carsCat {
  display: flex;
  position: relative;
  justify-content: end;
}
#dropNavWrap ul li a span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Caps;
}
.dropdown .btnMain .fa-angle-down {
  font-size: 12px;
}
.seeMoreCarsCat span i {
  width: 20px;
  height: 20px;
  background: #cedafa;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 5px;
}
a.brandLogo:hover + span {
  display: block;
}
a.seeMoreCarsCat {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 13px;
  color: var(--eerieBlack);
}
a.seeMoreCarsCat:hover {
  color: var(--blueHover);
}
.brandLogo {
  width: 40px;
  height: 40px;
  background-color: var(--eerieBlack);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brandLogo img {
  width: inherit;
  width: 20px;
}
/* Search */
.searchInputWrap {
  width: 820px;
  height: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.searchInputWrap input {
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border: none;
  font-size: 13px;
}
.searchInputWrap img {
  width: 18px;
  margin-left: 10px;
}
.searchBtnWrap {
  width: 100px;
  height: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.searchBtnWrap button {
  width: 100%;
  padding: 0 15px;
  border: none;
  font-size: 13px;
  background: none;
  color: var(--white);
  background-color: var(--jetGrey);
  text-align: center;
  font-family: Caps;
}
.searchBtnWrap button:hover {
  background-color: var(--greyHover);
}
.readMoreWrap {
  width: 100%;
  padding: 40px 30px;
}
.readMoreWrap a {
  display: block;
  margin: auto;
  line-height: 48px;
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Caps;
  font-size: 13px;
}
/* Footer */
.footerSection {
  background-color: var(--eerieBlack);
  padding: 70px;
  padding-bottom: 30px;
  display: block;
}
.footerWrapper {
  display: flex;
  gap: 100px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--greyHover);
}
.footerNav span {
  font-size: 14px;
  color: var(--greayText);
  font-family: Caps;
  margin-bottom: 10px;
  display: block;
}
.footerNav a {
  display: block;
  line-height: 30px;
  color: var(--lotion);
  font-size: 14px;
}
.footerNav a:hover {
  color: var(--greayText);
}
.footerSmall {
  padding-top: 30px;
}
.footerSmall {
  display: flex;
  justify-content: space-between;
}
.footerSmall span {
  font-size: 13px;
  color: var(--greayText);
  font-family: Norm;
}
.footerSmall .confidenc {
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: var(--greayText);
  font-family: Norm;
}
.footerSmall a {
  font-size: 13px;
  color: var(--greayText);
  font-family: Norm;
}
.footerSmall a:hover {
  color: var(--white);
}
.footerLogo {
  /* width: 280px; */
  flex: 1;
}
.footerLogo img {
  width: 50px;
}

/* SwalModal PopUp */
.swal-icon:first-child {
  margin-top: 0;
}
.swal-icon {
  margin: 10px auto;
}
.swal-overlay:before {
  height: 50%;
}
.swal-text {
  text-align: center;
}
.swal-modal {
  width: 333px;
}
.swal-text {
  color: var(--eerieBlack);
  font-size: 14px;
  letter-spacing: 0.5px;
}
.swal-text:first-child {
  margin-top: 0;
}
.swal-button {
  background-color: var(--maxim);
  color: white;
  outline: none;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: Caps;
  padding: 8px 20px;
}
.swal-button:not([disabled]):hover {
  outline: none;
  background-color: var(--maxim);
}
.swal-button--cancel {
  color: var(--richBlack);
  background-color: var(--lavenderBlue);
}
.swal-button--cancel:not([disabled]):hover {
  background-color: var(--lavenderBlue);
}
.swal-button:active {
  background-color: var(--jetGrey);
  color: var(--white);
}
.swal-button:focus {
  outline: none;
  box-shadow: none;
}
.swal-button[disabled] {
  opacity: 0.5;
  cursor: default;
}
.swal-footer {
  text-align: center;
  padding: 0;
}
.swal-overlay--show-modal .swal-modal {
  padding: 20px 0;
}
.swal-title {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  font-family: "Caps";
}
/* My driver */
.myDriverSection {
  padding: 30px 0 50px;
}
.myDriverCard {
  background-color: var(--white);
  border-radius: 5px;
  padding: 15px;
  display: grid;
  gap: 10px;
  align-items: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.myDriverCard .driverImg {
  height: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.myDriverCard .driverImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.myDriverCard:hover .driverImg img {
  transform: scale(1.1);
}
.myDriverInfo {
  display: grid;
  gap: 10px;
  text-align: center;
  justify-content: center;
}
.myDriverInfo span a {
  font-size: 14px;
  font-weight: bold;
  color: var(--eerieBlack);
}
.myDriverOption {
  display: flex;
  gap: 10px;
}
.myDriverOption a {
  border: 1px solid var(--brightGray);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 11px;
  color: var(--jetGrey);
  font-weight: bold;
  cursor: pointer;
  font-family: Caps;
  background-color: var(--lotion);
}
.myDriverOption a:hover {
  background-color: var(--blueHover);
  color: var(--white) !important;
  border: 1px solid var(--blueHover);
}
.myDriverOption a i {
  /* margin-right: 3px; */
  color: var(--ultramarineBlue);
}
.myDriverOption a:hover i {
  color: var(--white);
}
.myDriverInfo a span {
  font-weight: normal;
  color: #060b20 !important;
}
/* My car */
.myCarSection {
  padding: 25px 0 50px;
}
.myCarCard {
  background-color: var(--white);
  border-radius: 5px;
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.myCarCard .carImg {
  height: 80px;
  width: 150px;
  overflow: hidden;
  border-radius: 5px;
}
.myCarCard .carImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.myCarCard:hover .carImg img {
  transform: scale(1.1);
}
.myCarInfo {
  display: grid;
  gap: 10px;
}
.myCarInfo span a {
  font-size: 14px;
  font-weight: bold;
  color: var(--eerieBlack);
}
.myCarOption {
  display: flex;
  gap: 10px;
}
.myCarOption a {
  border: 1px solid var(--brightGray);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  color: var(--jetGrey);
  font-weight: bold;
  background-color: var(--lotion);
}
.myCarOption a:hover {
  background-color: var(--blueHover);
  color: var(--white);
  border: 1px solid var(--blueHover);
}
.myCarOption a i {
  margin-right: 3px;
  color: var(--ultramarineBlue);
}
.myCarOption a:hover i {
  color: var(--white);
}
.carPublishPopupBtn {
  /* position: absolute; */
  right: 20px;
  top: 35px;
  background: var(--lotion);
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 1px solid var(--lavenderBlue);
  color: var(--graniteGray);
  font-family: Caps;
}
.carPublishPopupBtn:hover {
  background-color: var(--lavenderBlue);
}

.driverTransactionhPopupBtn {
  position: absolute;
  right: 20px;
  top: 27px;
  background: var(--lotion);
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 1px solid var(--lavenderBlue);
  color: var(--graniteGray);
  font-family: Norm;
}
.driverTransactionhPopupBtn:hover {
  background-color: var(--lavenderBlue);
}

.contractInfoBtn {
  position: absolute;
  right: 20px;
  top: 35px;
}

.contractInfoDesc {
  background: var(--lotion);
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid var(--lavenderBlue);
  color: var(--graniteGray);
  font-family: Norm;
}
.contractInfoDesc:hover {
  background-color: var(--lavenderBlue);
}
.driverContractPopupBtn {
  background: var(--lotion);
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid var(--lavenderBlue);
  color: var(--graniteGray);
  font-family: Caps;
}
.driverContractPopupBtn:hover {
  background-color: var(--lavenderBlue);
}
a.driverContractPopupBtn:hover {
  color: var(--jetGrey);
}
.myProfileHeader {
  padding: 30px 0;
}
.myProfileHeader span {
  font-size: 12px;
  font-weight: bold;
}
.myCarCountBox {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background-color: var(--lotion);
  color: var(--jetGrey);
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid var(--lavenderBlue);
  display: flex;
  justify-content: center;
  align-items: center;
}

a.getBackBtn {
  height: auto;
  line-height: 40px;
  padding: 0 10px 0 0;
  font-size: 11px;
  font-family: Norm;
  font-weight: bold;
  color: var(--jetGrey);
  cursor: pointer;
  opacity: 0.8;
}
a.getBackBtn:hover {
  opacity: 1;
}
span.getBackBtn {
  color: var(--eerieBlack);
  font-size: 12px;
  font-size: 12px;
  font-family: Norm;
  font-weight: normal;
}
.option-for {
  width: 100%;
}
.formSection {
  margin-top: 25px;
}
.formSection .title h2 {
  font-size: 14px;
  font-family: Caps;
  margin-bottom: 20px;
}
.car-option-wrap {
  background: white;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.car-option-wrap button {
  margin-top: 20px;
}
.option-for label {
  margin-bottom: 5px;
}
.car-option-wrap .title {
  display: flex;
  justify-content: space-between;
}
.car-option-wrap .title #errorMsg {
  font-size: 12px;
  font-weight: normal;
  float: right;
}
/* Img upload design */
#imageList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.image-container img {
  cursor: move;
  height: 300px;
}
.image-container button {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: var(--white);
  border-radius: 50px;
  font-size: 13px;
  color: var(--richBlack);
  cursor: pointer;
  position: absolute;
  border: none;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.image-container button:hover {
  background: #415ff2;
  color: white;
}
.text-danger {
  margin-top: 5px;
  font-size: 12px;
  font-family: "Norm";
}
#fileInput {
  display: none;
}
.imageUploadBtn {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-size: 13px;
  font-weight: bold;
  color: #415ff2;
  background-color: #ebeefd;
  border-radius: 5px;
  cursor: pointer;
}

.image-container {
  width: calc(20% - 14px);
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
  height: 120px;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.car-radiobtn-wrap .checkbox-label,
.car-radiobtn-wrap .radio-label {
  font-size: 14px;
  font-family: Norm;
  border-radius: 5px;
  display: inline-grid;
  border: 1px solid var(--brightGray);
  padding: 10px 14px;
  outline: none;
  appearance: none;
  cursor: pointer;
  width: -webkit-fill-available;
  text-align: center;
}
.checkbox-label.checked,
.radio-label.checked {
  background-color: var(--lotion);
}
.conditionSection {
  width: -webkit-fill-available;
  background-color: var(--white);
  border: 1px solid var(--lotion);
  padding: 20px;
  border-radius: 5px;
}
.conditionSection span.checkboxTitle {
  margin-bottom: 5px;
  display: block;
  font-weight: Bold;
  font-size: 13px;
}
.conditionSection span.checkboxTitle .requery {
  color: red;
}
.car-radiobtn-wrap {
  display: flex;
  gap: 10px;
}
.inputStyle {
  padding: 12px 15px 12px 15px !important;
  border-radius: 5px !important;
  outline: none !important;
  width: 100% !important;
  font-family: Norm !important;
  font-size: 13px !important;
  background-color: var(--white) !important;
  overflow: hidden !important;
  font-weight: normal !important;
  border: 1px solid var(--brightGray) !important;
  color: var(--eerieBlack) !important;
}
.inputStyle:focus {
  border: 1px solid var(--blueHover) !important;
  font-weight: bold !important;
}
.inputStyle[disabled] {
  background-color: var(--brightGrayOpacity) !important;
}
.car-radiobtn-wrap textarea {
  border: 1px solid #e0e2e8;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  outline: none;
  height: 100px;
}
.car-radiobtn-wrap textarea:focus {
  border: 1px solid var(--blueHover);
}
.myCarServicesSection {
  padding: 30px 0 50px;
}
.servicesCard {
  background-color: var(--brightGrayOpacity);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.servicesCard .title {
  font-family: Caps;
  font-size: 10px;
  font-weight: bold;
}
.servicesCard div {
  align-items: center;
}
.homeBtnCarList {
  padding: 10px 20px !important;
  font-family: Caps !important;
  font-size: 12px !important;
}
.toggle span {
  display: block;
  width: 26px;
  height: 16px;
  border-radius: 99em;
  background-color: var(--quaternary);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  cursor: pointer;
  transition: 0.15s ease;
}
.toggle span:before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: 2px;
  height: 12px;
  width: 12px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  transition: 0.15s ease;
}
.toggle input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.toggle input:checked + span {
  background-color: var(--ultramarineBlue);
}
.toggle input:checked + span:before {
  transform: translateX(calc(100% - 2px));
}
.toggle input:focus + span {
  box-shadow: 0 0 0 4px var(--brightGrayOpacity);
}
.servicesCard .text {
  margin-top: 5px;
  /* padding-bottom: 10px; */
  font-size: 12px;
  line-height: normal;
}
.servicesCard a.activationView {
  text-align: right;
  padding-top: 15px;
  color: var(--ultramarineBlue);
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid var(--lotion);
  cursor: pointer;
}
.servicesCard a.activationView:hover {
  color: var(--blueHover);
}
.servicesCard a.lastRefreshDate {
  text-align: left;
  padding-top: 15px;
  color: var(--jetGrey);
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid var(--lotion);
}
.servicesPopupDescWrap {
  text-align: left;
}
.servicesPopupDescWrap h2 {
  text-align: left;
}
.servicesPopupDescWrap .list {
  margin-top: 10px;
}
.servicesPopupDescWrap .list li {
  display: block;
}
.servicesPopupDescWrap .list li i {
  font-size: 12px;
  color: var(--jetGrey);
}
.addOnFormWrapHide {
  display: none;
}
.servicesPopupDescWrap button {
  width: 140px;
  margin-top: 20px;
}
.defoultInputConteiner {
  margin-bottom: 10px;
  width: 100%;
}
.defoultInputConteiner label {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
  display: block;
}
.driverUploadImagePreview {
  width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
}
#profileImageInput {
  display: none;
}
.driverImgUploadImgBtn {
  background-color: var(--lavenderBlue);
  width: fit-content;
  cursor: pointer;
  color: var(--blueHover);
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
/* Driver Full information */
.driverProfileImg {
  height: 50px;
  width: 50px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.driverProfileImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.driverProfileName {
  font-weight: bold;
  font-family: Caps;
  font-size: 14px;
}
.driverProfileName span {
  font-weight: normal;
}
.driverInfoWrap a {
  color: var(--jetGrey);
  font-weight: bold;
  font-size: 13px;
}
.driverContractheader {
  margin-bottom: 15px;
}
.driverContractheader h2 {
  font-size: 13px;
  font-weight: bold;
  font-family: Caps;
  color: var(--eerieBlack);
  margin: 0;
}
.driverContractheader .driverNewContract {
  cursor: pointer;
  font-family: Caps;
  font-size: 13px;
  font-weight: bold;
  color: var(--ultramarineBlue);
}
.driverContractheader .driverNewContract:hover {
  color: var(--blueHover);
}
.labelTextInput {
  font-size: 11px;
  font-family: Norm;
  font-weight: bold;
  margin-bottom: 3px;
}
.jobSection {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, display 0s linear 0.5s; /* Wait until opacity transition ends to set display */
}
.jobSection.show {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.driverContractCard {
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
}
.activeContract {
  border: 1px solid var(--borderGreen);
  color: green;
}
.driverActiveContract {
  display: flex;
  gap: 30px;
}
.driverDeactiveContract {
  display: flex;
  gap: 30px;
}
.driverContract {
  width: 100%;
}
.driverMoreInfo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.driverMoreInfo .driverMoreInfoCard {
  background-color: var(--brightGrayOpacity);
  padding: 14px 15px;
  width: 100%;
  border: 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.driverMoreInfoCard .cost {
  font-size: 14px;
  font-weight: bold;
}
.driverMoreInfoCard .title {
  font-size: 13px;
}
.driverMoreInfoCard .cost i {
  font-size: 11px;
  font-style: normal;
}
.compensationBtn,
.depositBtn {
  background: var(--lavenderBlue);
  border: 2px solid;
  color: var(--eerieBlack);
  border-radius: 5px;
  border: 5px solid var(--lavenderBlue);
  overflow: hidden;
  height: 40px;
  display: flex;
  cursor: pointer;
  align-items: center;
  transition: 0.1s;
}
.compensationBtn span,
.depositBtn span {
  font-size: 12px;
  font-weight: bold;
  font-family: Caps;
  line-height: 40px;
  padding: 0 8px 0 16px;
}
.compensationBtn .cost,
.depositBtn .cost {
  font-size: 13px;
  padding: 0 10px;
  color: var(--eerieBlack);
  background-color: var(--white);
  border-radius: 5px;
  line-height: 30px;
  letter-spacing: normal;
}
.compensationBtn .cost i,
.depositBtn .cost i {
  font-size: 10px;
  font-style: normal;
}
.compensationBtn:hover,
.depositBtn:hover {
  background: var(--blueHover);
  color: var(--white);
  border: 5px solid var(--blueHover);
}
.driverAllHistorySection {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  background-color: var(--lotion);
  padding: 20px;
  border-radius: 5px;
}
.historyCardBox {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.driverAllHistorySection .historyCards.list {
  display: grid;
  gap: 5px;
  /* flex-wrap: wrap; */
}
.driverAllHistorySection .historyCards .historyCard {
  border: 1px solid var(--lotion);
  background-color: white;
  padding: 6px 10px;
  border-radius: 5px;
  display: grid;
  flex: 0 1 calc(16.66% - 5px);
  transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.driverAllHistorySection .historyCards .historyCard:hover {
  border: 1px solid var(--blueHover) !important;
}
.driverAllHistorySection .historyCards .historyCard .title {
  font-size: 11px;
  font-weight: bold;
  font-family: Caps;
  margin-right: 20px;
}
.driverAllHistorySection .historyCards .historyCard i {
  font-size: 10px;
}
.driverAllHistorySection .historyCards .historyCard .amount span {
  font-size: 10px;
}
.driverAllHistorySection .historyCards .historyCard .amount {
  margin-right: 20px;
  font-size: 12px;
  font-weight: bold;
}
.driverAllHistorySection .historyCards .historyCard .date {
  margin-right: 20px;
  font-size: 12px;
}
.driverAllHistorySection .historyCards .historyCard .time {
  margin-right: 0;
  font-size: 12px;
}
.driverAllHistorySection .historyCards .historyCard .driver {
  margin-right: 20px;
  font-size: 12px;
}
.paymanetHistoryTitle {
  display: flex;
  justify-content: space-between;
}
.paymanetHistoryTitle .title {
  font-size: 12px;
  font-family: Caps;
  font-weight: bold;
}
.paymanetHistoryTitle a.readMore {
  font-size: 12px;
  color: var(--eerieBlack);
}
.readMoreHistoryIcon {
  float: right;
}
.driverAllHistorySection .historyCards .historyCard {
  flex: 0 1 calc(20% - 5px);
  display: grid;
}
.driverAllHistorySection .paymanetHistoryTitle .titleAndCatBox {
  display: flex;
  gap: 30px;
}
.driverAllHistorySection .paymanetHistoryTitle .titleAndCatBox .cat div {
  font-family: Caps;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  color: var(--greyHover);
  transition: 0.2s;
}
.driverAllHistorySection .paymanetHistoryTitle .titleAndCatBox .cat div:hover {
  color: var(--blueHover);
}
.driverAllHistorySection .paymanetHistoryTitle .titleAndCatBox .cat .active {
  color: var(--blueHover);
}
.driverAllHistorySection .paymanetHistoryTitle .titleAndCatBox .cat {
  display: flex;
  gap: 20px;
}
.toggleContent {
  height: 211px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 10px;
}
.scrollStyle::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.scrollStyle::-webkit-scrollbar-track {
  background: white;
}
.scrollStyle::-webkit-scrollbar-thumb {
  background: var(--eerieBlack);
  border-radius: 10px;
}
.scrollStyle::-webkit-scrollbar-thumb:hover {
  background: var(--jetGrey);
}
.notFoundMessage {
  font-size: 12px;
}
/* Fuel Cards */
.fuelCard {
  padding: 20px;
  background-color: var(--brightGray);
  border-radius: 5px;
  flex: 1 1 calc(33.3333% - 20px);
  box-sizing: border-box;
  max-width: 371px;
}
.fuelCard .cardHeader div {
  font-size: 14px;
  color: var(--eerieBlack);
}
.fuelCard .cardHeader div span {
  font-weight: normal;
  color: #060b20 !important;
}
.score {
  width: 40px;
  height: 25px;
  font-size: 13px;
  font-weight: bold;
  font-family: Norm;
  background: var(--brightGray);
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
}
/* Technical Details Telegram WebHook*/
.technical-details-webhook h4 {
  font-size: 14px;
  color: var(--eerieBlack);
  font-family: Norm;
  text-align: center;
}
.technical-details-wrap {
  height: 100dvh;
  overflow: auto;
  display: grid;
  background-color: var(--lotion);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 5px;
  padding: 10px;
  gap: 10px;
}
.technical-details-wrap::-webkit-scrollbar,
.technicalExaminationCat::-webkit-scrollbar {
  width: 2px;
}
.technical-details-wrap::-webkit-scrollbar-track,
.technicalExaminationCat::-webkit-scrollbar-track {
  background: var(--brightGray);
}
.technical-details-wrap::-webkit-scrollbar-thumb,
.technicalExaminationCat::-webkit-scrollbar-thumb {
  background: var(--jetGrey);
}
.technical-details-wrap::-webkit-scrollbar-thumb:hover,
.technicalExaminationCat::-webkit-scrollbar-thumb:hover {
  background: var(--greyHover);
}
.technical-details-card {
  border: 1px solid var(--lotion);
  background-color: white;
  padding: 6px 10px;
  border-radius: 5px;
  display: grid;
  width: 100%;
  height: min-content;
  position: relative;
  transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.technical-details-card .date {
  font-size: 13px;
  font-weight: bold;
  font-family: Caps;
  height: 36px;
  line-height: 36px;
}
.technical-details-card i {
  font-size: 10px;
}
.technical-details-card .inspector {
  margin-right: 20px;
  font-size: 12px;
}
.technical-details-card .score {
  position: absolute;
  right: 10px;
  top: 9px;
  width: 30px;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  font-family: Norm;
  background: var(--brightGray);
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
}
.startTechnicalExamination {
  text-align: center;
  font-family: Caps;
  line-height: 48px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  width: 50px;
  position: fixed;
  left: calc(50% - 20px);
  bottom: 100px;
}
.startTechnicalExaminationAddBtn {
  width: 100px !important;
  position: fixed;
  left: calc(50% - 50px);
  bottom: 160px;
}
.technicalExaminationForm {
  padding: 0 !important;
  border-radius: none !important;
}
.startTechnicalExaminationForm {
  position: absolute !important;
  padding: 0 !important;
  background: none;
  margin-top: 10px;
}
.technicalExaminationForm .popUpContainer {
  border-radius: 0 !important;
  height: 100dvh !important;
}
.startTechnicalExaminationForm .popUpContaine {
  border-radius: 0 !important;
  margin: 0 auto 0 !important;
}
.technicalExaminationCat {
  display: grid;
  padding-bottom: 250px;
  overflow: scroll;
  gap: 10px;
  height: 100vh;
}
.technicalExaminationCat div {
  background: var(--lotion);
  padding: 10px 14px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 1px solid var(--lavenderBlue);
  color: var(--graniteGray);
  font-family: Caps;
}

.technicalExaminationStatus {
  /* position: absolute; */
  /* left: 0; */
  display: grid;
  width: 100%;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.technicalExaminationStatus .technicalExaminationStatusbutton {
  /* position: fixed; */
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
  /* bottom: 160px; */
}
.technicalExaminationStatus .technicalExaminationStatusbutton div {
  height: 48px;
  border: none;
  width: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  color: var(--eerieBlack);
  font-size: 16px;
  font-weight: bold;
  font-family: Caps;
  letter-spacing: 0.6px;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.technicalExaminationStatusDescription h2 {
  font-size: 14px;
  font-weight: bold;
  color: var(--eerieBlack);
}
.technicalExaminationTaskForm {
  display: none;
  position: fixed;
  z-index: 10000;
  background-color: var(--brightGray);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  left: 0;
  width: 100%;
  top: 52px;
  bottom: 0;
}
textarea {
  border: 1px solid #e0e2e8;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  outline: none;
  height: 100px;
}
textarea:focus {
  border: 1px solid var(--blueHover);
}
.technicalExaminationTaskForm #inspectionForm {
  padding: 20px;
}
.battery-full--active {
  color: white !important;
  background-color: #00a10090 !important;
}
.battery-empty--active {
  color: white !important;
  background-color: #ff000090 !important;
}
.battery-quarter--active {
  color: white !important;
  background-color: #ff830090 !important;
}
.battery-half--active {
  color: white !important;
  background-color: #1800cd90 !important;
}
.battery-three-quarters--active {
  color: white !important;
  background-color: #0058ff90 !important;
}
#technicalExaminationDescription {
  margin-bottom: 15px;
  height: 200px;
  max-height: 200px;
}
.battery-full-color {
  border: 1px solid #00a10090 !important;
}
.battery-half-color {
  border: 1px solid #1800cd90 !important;
}
.battery-empty-color {
  border: 1px solid #ff000090 !important;
}
.battery-quarter-color {
  border: 1px solid #ff830090 !important;
}
.battery-three-quarters-color {
  border: 1px solid #0058ff90 !important;
}

.battery-full-color-text {
  color: #00a10090 !important;
}
.battery-half-color-text {
  color: #1800cd90 !important;
}
.battery-empty-color-text {
  color: #ff000090 !important;
}
.battery-quarter-color-text {
  color: #ff830090 !important;
}
.battery-three-quarters-color-text {
  color: #0058ff90 !important;
}

.inspectionDetailChars {
  border-top: 1px solid var(--quaternary);
  padding: 5px 0px;
}
.inspectionDetailChars .title {
  font-family: Caps;
  font-size: 12px;
  font-weight: bold;
  color: var(--eerieBlack);
}
.inspectionDetailChars .status {
  font-size: 13px;
  font-weight: bold;
}
.technical-details-card .date .fa-calendar-days {
  font-size: 13px;
  margin-right: 2px;
}
span.ratingWhiteBg {
  width: auto;
  padding: 0 8px;
  height: 24px;
  background: white;
  text-align: center;
  border-radius: 5px;
  line-height: 24px;
}
span.ratingWhiteBgAddOn {
  width: auto;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: var(--greyHover);
  background: var(--white);
  text-align: center;
  border-radius: 5px;
  line-height: 20px;
}
.servicesBackgroundRed {
  background-color: #ff000030;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.servicesBackgroundGreen {
  background-color: #00a10030;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
.serviceActivTitle {
  font-size: 12px;
  margin-left: 5px;
}
.inspection-data-box-border-right {
  border-right: 1px solid var(--brightGray);
  padding: 16px 20px;
  width: 100%;
  border-radius: 5px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.cashRegisterInfoCard {
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
}
.cashRegisterInfoCard .title span {
  font-size: 13px;
  color: var(--jetGrey);
  font-weight: bold;
  font-family: Caps;
}
.select2-container--default .select2-results__option .select2-results__option {
  font-weight: normal !important;
}
.select2-results__option {
  font-weight: normal !important;
  font-size: 13px;
}
.notDeleteButtonWHAlert,
.notDeleteButtonAlert {
  color: #3636366e;
  cursor: pointer;
}
a.deleteButtonAlert {
  color: var(--jetGrey);
}

.alertOptionCard {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background-color: var(--white);
}
.alertOptionCardHeader {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.alertOptionCardHeader .alertOptionInfoCard {
  background-color: var(--brightGrayOpacity);
  padding: 14px 15px;
  width: 100%;
  border: 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.alertOptionInfoCard .cost {
  font-size: 14px;
  font-weight: bold;
}
.alertOptionInfoCard .title {
  font-size: 13px;
}
.alertOptionInfoCard .cost i {
  font-size: 11px;
  font-style: normal;
}
.alertOptionCard .carImgCover {
  height: 40px;
  width: 60px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.alertOptionCard .carImgCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.myCarInfo span {
  text-transform: uppercase;
}
.alertCarTitle {
  text-transform: uppercase;
}
.infoBtnAlert {
  background: var(--jetGrey);
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid var(--eerieBlack);
  color: var(--graniteGray);
  font-family: Caps;
  display: flex;
  gap: 5px;
  color: white;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.infoBtnAlert span {
  font-size: 11px;
  font-weight: normal;
}
.infoBtnAlert:hover {
  background-color: var(--greyHover);
}
.alertOptionSection {
  padding: 25px 0;
}
.kmBold {
  font-size: 12px !important;
  font-weight: bold;
}
.notFoundTdText {
  border-top: 1px solid var(--brightGray);
  border-radius: 5px;
  font-size: 12px !important;
  color: #2b2b2bbf !important;
}
.notFoundTdText:hover {
  background-color: white;
}
.financeHeaderCards {
  display: flex;
  gap: 15px;
}
.alertCardsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alertTbWidth-40 {
  width: 40px !important;
}
.alert-table .width-150 {
  width: 150px !important;
}
.alert-table .width-170 {
  width: 170px !important;
}
.alertTbDeleteTd {
  font-size: 13px !important;
}
.alertTbFontS-12 {
  font-weight: bold !important;
  font-size: 13px !important;
}
.alertTbHistory {
  font-size: 14px;
  color: var(--ultramarineBlue);
  cursor: pointer;
}
.alertTbAdd {
  display: block;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 11px;
  letter-spacing: 0.3px;
  font-weight: bold;
  font-family: Caps;
  cursor: pointer;
  color: var(--white);
  border-radius: 5px;
  background-color: var(--jetGrey);
}
.alertTbAdd:hover {
  background-color: var(--blueHover);
}
.catTitleData {
  font-family: "Norm";
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 10px;
}
h2.carInfoData {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.milageDetalPupUpForm {
  border-right: 1px solid var(--brightGray);
  padding: 5px;
  width: 100%;
  font-size: 12px;
  border-radius: 5px;
  align-items: center;
  margin-top: 10px;
  display: grid;
  gap: 1px;
  background-color: #ebedf09c;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.deleteHistoryButtonAlert {
  cursor: pointer;
}
.select2-container--default.select2-container .select2-selection--multiple {
  border: solid #ebedf0 1px !important;
  outline: 0;
  height: 44px !important;
  line-height: 30px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--brightGrayOpacity);
}

.popup-container {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.popup {
  background-color: white;
  padding: 20px;
  margin: 10px;
  border-radius: 8px;
  display: none; /* Hide until clicked */
  max-width: 600px;
  width: 80%;
}

.details-btn {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.details-btn:hover {
  color: darkblue;
}
#calculatePayment {
  cursor: pointer;
  width: 100%;
  margin-top: 25px;
  height: 40px;
  font-size: 16px;
  padding: 0;
  line-height: 35px;
  text-align: center;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 6px 6px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 0 !important;
}

/* DropDown */
dropdown {
  display: inline-block;
  height: 48px;
}

dropdown label {
  border-radius: 5px;
  font-size: 13px;
  padding: 0 16px;
  height: 48px;
  border: none;
  width: 150px;
  background-color: var(--greyHover);
  color: var(--white);
}

dropdown ul a {
  font-size: 12px;
  padding: 0 16px;
  height: 40px;
  border: none;
  width: 150px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--greyHover);
  color: var(--white);
}
dropdown ul a i {
  font-size: 10px;
}
dropdown label:hover, dropdown ul a:hover {
  background: var(--jetGrey);
  color: white;
  cursor: pointer;
}

dropdown label {
  background-color: var(--greyHover);
  position: relative;
  z-index: 2;
}

dropdown label span {
  font-family: Caps;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;  
}

dropdown input {
  display: none;
}

dropdown input ~ ul {
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -20px;
  z-index: 1;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 2px;
}

dropdown input:checked + label {
  background: var(--jetGrey);
  color: white;
}

dropdown input:checked ~ ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

dropdown ul a:hover {
  background: var(--ultramarineBlue);
  color: white;
}
dropdown ul a:hover .fa {
  color: white;
}

tbody, td, tfoot, th, thead, tr {
  border: none;
}

.swal-content__input:focus, 
.swal-content__textarea:focus {
  border: 1px solid var(--ultramarineBlue);
  outline: none; 
  box-shadow: none;
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: none;
  --bs-table-bg: none;
  --bs-table-border-color: none;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: none;
  --bs-table-striped-bg: none;
  --bs-table-active-color: none;
  --bs-table-active-bg: none;
  --bs-table-hover-color: none;
  --bs-table-hover-bg: none;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: none;
}
.historyCardsMileage {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  background-color: var(--lotion);
  border-radius: 5px;
  padding: 10px;
}

.historyCardsMileage > * {
  flex: 0 0 calc((100% - 60px) / 7); /* გამოთვლა: 7 ელემენტი + gap (6 * 10px) */
  max-width: calc((100% - 60px) / 7);
}



.historyCardMileage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  padding: 8px 14px;
  border-radius: 5px;
}
.historyCardMileage .title {
  font-size: 12px;
  font-weight: bold;
  font-family: Caps;
}
.historyCardMileage .date {
  font-size: 12px;

}


.floating-menu {
  position: absolute;
  bottom: 15px;
  right: calc(50% - 17.5px);
  z-index: 1000;
}
.floating-menu.active {
  width: 100%;
  right: 0;
}

.menu-items {
  display: none;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.menu-button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.menu-items.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  display: flex !important;
}

.menu-items a {
  background-color: var(--jetGrey);
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  text-align: center;
  width: max-content;
  display: flex;
  margin: auto;
  font-family: Caps;
}

.menu-items a:hover {
  background-color: var(--greyHover);
}

.main-button {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: var(--ultramarineBlue);
  color: white;
  border: none;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-button:hover {
  background-color: var(--blueHover);
}

.main-button i {
  transition: transform 0.3s ease;
}

.main-button.active i {
  transform: rotate(45deg);
}




/* Chat Bot */
.full_width .container {
  max-width: 100%;
  padding: 0 20px;
}
.chatbot_section {
  height: calc(100vh - 70px);
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.chatbot_cars_contianer {
  height: calc(100vh - 110px);
  overflow: hidden;
  width: 300px;
  background-color: var(--white);
  border-radius: 5px;
  float: left;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.chatbot_cars_contianer .car_info_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.chatbot_cars_contianer .car_item {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid var(--lotion);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.3s ease;
}
.chatbot_cars_contianer .car_item:hover {
  background-color: #6c96fe10;
}
.chatbot_cars_contianer .car_item .car_item_img {
  height: 50px;
  width: 50px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.chatbot_cars_contianer .car_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.chatbot_cars_contianer .car_item_info {
  display: grid;
  gap: 3px;
}
.chatbot_cars_contianer::-webkit-scrollbar {
  width: 3px;
}
.chatbot_cars_contianer::-webkit-scrollbar-track {
  background: var(--brightGray);
}
.chatbot_cars_contianer::-webkit-scrollbar-thumb {
  background: var(--lavenderBlue);
  cursor: pointer;
}
.chatbot_cars_contianer::-webkit-scrollbar-thumb:hover {
  background: var(--blueHover);
}
.chatbot_active {
  background-color: var(--ultramarineBlueOpacity);
}
.chat_car_title {
  font-size: 13px;
  font-weight: bold;
  color: var(--eerieBlack);
}
.chat_driver_title {
  font-size: 13px;
  color: var(--eerieBlack);
}

.chatbot_chat_contianer {
  height: calc(100vh - 110px);
  padding-left: 10px;
  float: right;
  width: calc(100% - 300px);
  background-color: var(--lotion);
  position: relative;
}
.chatbot_chat_contianer .chat_box_wrap {
  width: calc(100% - 535px);
  background-color: var(--white);
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  display: grid;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  padding: 15px;
  gap: 10px;
}
.upload_text strong {
  font-size: 12px;
}
.chatbot_chat_contianer .chat_box_wrap .chat_box_textarea,
.chat_box_textarea_message {
  padding: 15px;
  resize: none; 
  white-space: nowrap;
  background-color: var(--lotion);
  height: auto !important;
  border: var(--lavenderBlue) 1px solid;
  overflow-x: hidden;
}
.chatbot_chat_contianer .chat_box_wrap .chat_box_textarea::-webkit-scrollbar {
  width: 3px;
}
.chatbot_chat_contianer .chat_box_wrap .chat_box_textarea::-webkit-scrollbar-track {
  background: none;
}
.chatbot_chat_contianer .chat_box_wrap .chat_box_textarea::-webkit-scrollbar-thumb {
  background: var(--lavenderBlue);
  cursor: pointer;
  border-radius: 5px;
}
.chatbot_chat_contianer .chat_box_wrap .chat_box_textarea::-webkit-scrollbar-thumb:hover {
  background: var(--blueHover);
}
.chat_box_send_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat_box_send_wrap_inner {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.chat_box_send_btn,
.chat_box_nonte_btn {
  border-radius: 5px;
  border: none;
  background-color: var(--blueHover);
  width: auto;
  padding: 0 10px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat_box_send_btn i,
.chat_box_nonte_btn i {
  font-size: 13px;
  height: auto;
  color: var(--white);
}
.chat_box_nonte_btn i {
  color: var(--white);
}
.chat_box_nonte_btn span {
  font-size: 12px;
  font-weight: bold;
  font-family: Caps;
  margin-left: 5px;
  color: var(--white);
}

.send_telegram_nonte_btn {
  background-color: var(--ultramarineBlueOpacity);
  border: 1px solid var(--ultramarineBlue);
  color: var(--eerieBlack);
  height: 34px;
  display: flex;
  border-radius: 5px;
  padding: 0 10px;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
  align-items: center;
}
.send_telegram_nonte_btn span {
  font-size: 12px;
  font-weight: bold;
  font-family: Caps;
  margin-left: 5px;
  color: var(--eerieBlack);
}
.chat_box_send_wrap_inner_item {
  background-color: var(--brightGray);
  border: 1px solid var(--ultramarineBlueOpacity);
  border-radius: 5px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  color: var(--jetGrey);
  cursor: pointer;
  font-size: 13px;

}
.chat_box_send_wrap_inner_item.active {
  background-color: var(--ultramarineBlueOpacity);
}
.chat_box_send_wrap_inner_item span,
.chat_box_add_reminder span {
  font-size: 12px;
  font-weight: bold;
  font-family: Caps;
  margin-left: 2px;
  color: var(--eerieBlack);
}

.chat_box_add_reminder {
  background-color: var(--brightGray);
  border: 1px solid var(--ultramarineBlueOpacity);
  border-radius: 5px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  color: var(--jetGrey);
  cursor: pointer;
  font-size: 13px;

}
.chat_box_content_wrap {
  width: calc(100% - 535px);
  border-radius: 5px;
  position: absolute;
  overflow: overlay;
  top: 0;
  display: grid;
  gap: 15px;
  padding-top: 40px;
  height: calc( 100% - 140px);
}
.chat_box_content_wrap::-webkit-scrollbar {
  width: 3px;
  border-radius: 5px;
}
.chat_box_content_wrap::-webkit-scrollbar-track {
  background: var(--brightGray);
  border-radius: 5px;
}
.chat_box_content_wrap::-webkit-scrollbar-thumb {
  background: var(--lavenderBlue);
  cursor: pointer;
  border-radius: 5px;
}
.chat_box_content_wrap::-webkit-scrollbar-thumb:hover {
  background: var(--blueHover);
  border-radius: 5px;
}

/* ძირითადი კონტეინერი */


/* შეტყობინებების შემცველი კონტეინერი */
.chat_box_content_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px; /* შეტყობინებებს შორის მანძილი */
  padding-right: 10px;
  overflow-y: scroll;
}

/* ზოგადი სტილი შეტყობინების ელემენტისთვის */
.chat_box_item {
  display: flex;
  align-items: flex-start;
}

/* მარცხენა მხარეს (მომხმარებლის) შეტყობინება */
.chat_box_item_left {
  justify-content: flex-start;
}

.chat_box_item_left .chat_box_item_inner {
  max-width: 100%; /* შეტყობინების მაქსიმალური სიგანე */
}

/* მარჯვენა მხარეს (ჩატბოტის) შეტყობინება */
.chat_box_item_right {
  justify-content: flex-end;
  box-sizing: border-box;
}

.chat_box_item_right .chat_box_item_inner {
  max-width: 100%;
}

/* შეტყობინების შიდა კონტეინერი */
.chat_box_item_inner {
  display: flex;
  align-items: start;
  gap: 10px; /* სურათსა და ტექსტს შორის მანძილი */
}

/* სურათის სტილი */
.chat_box_item_inner_img {
  width: 40px;
  height: 40px;
  background-color: var(--lavenderBlue);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* მარცხენა მხარეს სურათი მარცხნივ, მარჯვენა მხარეს - მარჯვნივ */
.chat_box_item_left .chat_box_item_inner_img {
  order: -1; /* სურათი მარცხნივ */
}

.chat_box_item_right .chat_box_item_inner_img {
  order: 1; /* სურათი მარჯვნივ */
}

/* ტექსტის სტილი */
.chat_box_item_left .chat_box_item_inner_text {
  font-size: 14px;
  word-wrap: break-word; /* გრძელი ტექსტის გადატანა */
  background-color: var(--quaternary); /* ნაცრისფერი ფონი */
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.chat_box_item_right .chat_box_item_inner_text {
  font-size: 14px;
  word-wrap: break-word; /* გრძელი ტექსტის გადატანა */
  background-color: var(--ultramarineBlueOpacity); /* ლურჯი ფონი */
  color: var(--jetGrey); /* თეთრი ტექსტი */
  border-radius: 5px;
  padding: 10px 15px;
}

.chat_box_item_date {
  font-size: 10px;
  margin-top: 2px;
  display: flex;
  gap: 10px;
  margin-left: 30px;
  float: right;
}


.classHeaderNotificationBtn {
  background-color: var(--white);
  border-radius: 5px;
  padding: 0;
  width: 40px;
  cursor: pointer;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
  color: var(--ultramarineBlue);
  position: relative;
}
.classHeaderNotificationBtn:hover {
  background-color: var(--brightGray);
}
.classHeaderNotificationBtn i {
  font-size: 14px;
  color: var(--ultramarineBlue);
}
.classHeaderNotificationBtn span {
  font-size: 9px;
  color: var(--white);
  font-weight: bold;
  font-family: Caps;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--ultramarineBlue);
}

.radioSwitchBtns {
  border-left: 0;
  border: 0;
  border-bottom: 1px solid var(--brightGray);
  border-radius: 0;
}
.radioSwitchBtns input {
  font-size: 11px;
  padding: 0 5px;
  line-height: 38px;
  width: 142px;
}
.radioSwitchBtns input:hover {
  background-color: var(--ultramarineBlueOpacity);
}
.radioSwitchBtns input:checked {
  background-color: var(--ultramarineBlueOpacity);
  color: var(--eerieBlack);
}
.car_container,
.driver_container {
  display: none;
  overflow: overlay;
  height: calc(100vh - 150px);
  /* height: calc(100vh - 200px); */
}

.car_container,
.driver_container {
  display: grid;
  gap: 3px;
}
.car_container::-webkit-scrollbar,
.driver_container::-webkit-scrollbar {
  width: 3px;
}
.car_container::-webkit-scrollbar-track,
.driver_container::-webkit-scrollbar-track {
  background: var(--brightGray);
}
.car_container::-webkit-scrollbar-thumb,
.driver_container::-webkit-scrollbar-thumb {
  background: var(--lavenderBlue);
  cursor: pointer;
}
.car_container::-webkit-scrollbar-thumb:hover,
.driver_container::-webkit-scrollbar-thumb:hover {
  background: var(--blueHover);
}

a.dashboardRefresBtn {
  width: 40px;
  display: block;
  height: 50px;
  position: absolute;
  text-align: center;
  line-height: 50px;
  right: 0;
  top: 0;
}

.searchInput_wrap {
  border-left: 0;
  border: 0;
  border-bottom: 1px solid var(--brightGray);
  border-radius: 0;
  position: relative;
}
.searchInput_wrap .fa-magnifying-glass {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 12px;
  transform: translateY(-50%);
  color: var(--greyHover);
  opacity: 0.6;
}
.searchInput_wrap #clearSearch {
  display: none;
  position: absolute;
  top: 50%;
  right: 5px;
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
  transform: translateY(-50%);
  color: var(--ultramarineBlue);
}
.searchInput_wrap input {
  font-size: 12px;
  padding: 4px 16px;
  line-height: 30px;
  padding-left: 37px;
  width: 100%;
  outline: none;
  border: none;
  width: 100%;
}

.chat_box_item_inner_btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment_wrap {
  padding: 5px 0;
  margin-bottom: 20px;
}
.comment_auth_img {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 5px;
}
.comment_auth_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.comment_message {
  font-size: 12px;
  line-height: 15px;
}
.comment_message b {
  font-size: 11px;
}
.comment_username {
  font-size: 12px;
  font-weight: bold;
  color: var(--eerieBlack);
  font-family: Caps;
}
.commend_add_date {
  font-size: 10px;
  color: var(--greyHover);
  margin-top: 3px;
  margin-left: 25px;
}

.commend_add_form_inner {
  display: flex;
  align-items: center;
  margin-top: 5px;
  gap: 5px;
}
.commend_add_form_inner input {
  padding: 6px 8px;
  resize: none;
  white-space: nowrap;
  background-color: var(--lotion);
  height: auto !important;
  border: var(--lavenderBlue) 1px solid;
  border-radius: 5px;
  outline: none;
  font-size: 12px;
}

.comment_text {
  font-size: 12px;
  font-family: Norm;
  color: var(--eerieBlack);
}

.text-muted {
  font-size: 12px !important;
}


.notification_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 205px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  height: 100%;
  /* height: calc(100% - 140px); */
}

.chat_comment_btn {
  font-size: 10px;
  font-family: 'Caps';
  font-weight: 500;
  margin-top: 3px;
  cursor: pointer;
}
.commend_send_btn {
  border-radius: 5px;
  border: none;
  background-color: var(--jetGrey);
  width: 29px;
  height: 29px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.commend_send_btn i {
  font-size: 10px;
  height: auto;
  color: var(--white);
}
.comment_wrap_inner {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  margin-bottom: 3px;
}

.comment_wrap_inner .chat_box_item_date {
  margin-top: 0px;
}


.expandable-input {
  width: 150px;
  transition: width 0.3s ease;
}
.expandable-input.expanded {
  width: 100%;
}

.expandable-input.expanded + .commend_send_btn {
  display: inline-block; /* Show button when input is expanded */
}





/* Container styling */
.schedule-container {
    margin: 0 auto;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    height: 100%;
}
.schedule-container::-webkit-scrollbar {
  width: 2px;
}
.schedule-container::-webkit-scrollbar-track {
  background: var(--brightGray);
}
.schedule-container::-webkit-scrollbar-thumb {
  background: var(--jetGrey);
}
.schedule-container::-webkit-scrollbar-thumb:hover {
  background: var(--greyHover);
}

/* Date header styling */
.date-header {
    padding: 4px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--brightGray);
    background-color: var(--brightGray);
}

.date-header h2 {
  font-size: 10px;
  color: var(--jetGrey);
  font-family: Caps;
  line-height: normal;
  margin: 0;
}

.date-header .icon {
    color: var(--ultramarineBlue);
    font-size: 12px;
}

/* Event styling */
.event {
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid var(--quaternary);
}

.event-time {
  width: 45px;
  font-size: 12px;
  text-align: center;
  color: var(--eerieBlack);
}

.main-time {
    font-size: 12px;
    font-weight: 600;
}

.sub-time {
    font-size: 11px;
    color: var(--eerieBlack);
    margin-top: 2px;
}

.event-indicator {
  width: 2px;
  margin: 0 15px;
  border-radius: 2px;
  background-color: var(--ultramarineBlue);

}
.event-details {
  flex-grow: 1;
}
.event:hover {
  background-color: var(--ultramarineBlueOpacity);
}
.event-category {
  font-size: 11px;
  font-weight: bold;
  color: var(--eerieBlack);
}

.event-title {
  font-size: 12px;
  color: var(--jetGrey);
}


/* Dropdown menu styling */
.dropdown-container {
  position: relative;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
        
.dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--eerieBlack);
  font-size: 16px;
  text-align: center;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  transform: rotate(90deg);
  background-color: var(--white);

}
.dropdown-toggle:hover {
  background-color: var(--lavenderBlue);
}

.dropdown-container .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
   
.dropdown-toggle i { 
  color: var(--eerieBlack);
  font-size: 13px;
  text-align: center;
}
.dropdown-item {
  /* padding: 6px 10px; */
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dropdown-item i {
  font-size: 12px;
  color: var(--eerieBlack);
  margin-right: 5px;
}
.dropdown-item span {
  color: var(--eerieBlack);
  font-family: Caps;
  font-size: 11px;
  font-weight: bold;
}
        
.dropdown-item:hover {
  background-color: var(--lotion);
}
        
.dropdown-item-icon {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dropdown-toggle::after {
  display: none;
}


.dropdown-item.active, .dropdown-item:active {
  background-color: var(--brightGray);
}





/* Responsive დიზაინი */
@media (max-width: 768px) {
  .chat_box_item_inner {
    max-width: 85%;
  }

  .chat_box_item_inner_text {
    font-size: 14px;
  }

  .chat_box_item_inner_img img {
    width: 35px;
    height: 35px;
  }
}



/* თარიღის სეპარატორი */
.date-separator {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 15px;
}

.date-separator-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #e0e0e0, transparent);
}

.date-separator-text {
    background: #f8f9fa;
    color: #6c757d;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #e9ecef;
    white-space: nowrap;
}


/* Pinned messages styles */
.pinned-list-container {
    padding: 5px 5px;
    z-index: 1;
    border-radius: 5px;
    gap: 5px;
    position: absolute; 
    background: var(--white); 
    width: calc(100% - 535px);
    max-height: 30px;
    line-height: 30px;
    display: flex;
}

.pinned-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pinned-list-item:hover {
    color: var(--ultramarineBlue);
}

.pinned-list-text {
    font-size: 12px;
    color: var(--black);
    font-family: Norm;
}

.pinned-list-text .pinned-icon {
    color: var(--black) !important;
    margin-right: 1px;
    font-size: 10px;
    transform: rotate(45deg);
}

/* ძირითადი ჩატის styles */
.pinned-message {
    transition: all 0.5s ease;

}
.message-highlight {
  border-left: 4px solid var(--ultramarineBlueOpacity);
  background: var(--ultramarineBlueOpacity);
  padding: 10px;
}
.pinned-message {
    border-left: 4px solid var(--ultramarineBlueOpacity);
    background: var(--ultramarineBlueOpacity);
    padding: 10px;
    transition: all 0.5s ease;
}
.pinned-icon {
    transform: rotate(45deg);
    color: var(--blueHover) !important;
}
.message-highlight {
    border-left: 4px solid var(--ultramarineBlue);
    transition: all 0.5s ease;
}
/* Reminder button styles */

.has-reminder i {
    transform: rotate(45deg);
    color: var(--blueHover) !important;
}
.has-reminder-message {
    position: relative;
}
.reminder-indicator {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    animation: reminder-pulse 2s infinite;
}

.driver_and_finacne_wrap {
  display: block;
  position: absolute;
  top: 0;
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  height: 100%;
  background:var(--white);
  right: 215px;
  overflow: hidden;
}
.listHomePageBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.listHomePageBtn span {
  font-family: Caps;
  font-weight: bold;
  font-size: 11px;
  color: var(--jetGrey);
}
.listHomePageBtn i {
  color: var(--jetGrey);
  font-size: 12px;
}
.serviceActivDate {
  font-size: 12px;
}
.parkingBackgroundWrap {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  background-color: var(--white);
  padding: 10px 10px;
  border-radius: 5px;
}

.otherBtn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 48px;
  color: var(--white);
  border-radius: 5px !important;
  background-color: var(--jetGrey);
  padding: 0 20px 0 5px;
  width: fit-content;
  margin: auto;
}
.otherBtn span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Caps;
}
.otherBtn:hover {
  background-color: var(--greyHover);
  color: var(--white);
}
.full-width {
  width: calc(100% - 230px) !important;
}