header {
  position: relative;
  background: none !important;
}

.profile__photo__isVerified {
  border: 3px solid #01aef5!important;
}

.profile__photo__isVerified-chat {
  border: 1px solid #01aef5;
}

a:hover {
  color: #900fc8 !important;
}

.Toastify__toast-icon--success {
  background: #99d6c7;
  border-radius: 10px;
  padding: 10px;
}

.Toastify__toast-icon--error {
  background: #cb7676;
  border-radius: 10px;
  padding: 14px;
}

.Toastify__toast-icon--info {
  background: #848484;
  border-radius: 10px;
  padding: 12px;
}


.Toastify__toast-theme--colored.Toastify__toast--success {
  background-color: #89c5b7 !important;
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  background-color: #e28888 !important;
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  background-color: #989898 !important;
}

.Toastify__toast-theme--colored.Toastify__toast--success:hover {
  background-color: #7EBFB0 !important;
}

.Toastify__toast-theme--colored.Toastify__toast--error:hover {
  background-color: #DF8080 !important;
}

.Toastify__toast-theme--colored.Toastify__toast--info:hover {
  background-color: #8D8D8D !important;
}

.Toastify__toast-theme--colored {
  border-radius: 14px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
}

.Toastify__toast-icon {
  width: 45px !important;
  height: 45px !important;
}

.Toastify__toast-container--bottom-right {
  width: auto !important;
}

.Toastify__toast-body {
  padding: 0 !important;
}

.Toastify__close-button {
  align-self: center !important;
  padding-left: 20px !important;
}

.Toastify__close-button>svg {
  height: 35px !important;
  width: 35px !important;
}

.stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
ol,
button,
nav,
span {
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
}

.confirm-dialog {
  animation-fill-mode: none !important;
}

.w-90 {
  width: 90% !important;
}

.notif-badge-custom {
  width: 10px;
  height: 10px;
  background: #d6293e;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
}


.text-wrapper{
  color: #7e7e7e;
  font-family: "Inter-Medium", Helvetica;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter-Medium', Helvetica !important;
  height: 19px;
}

.finalization-dialog-close-button{
  margin-top: 13px
}

.custom-shadow-user-page{
  box-shadow: 0px 0px 20px rgba(29, 58, 83, 0.1) !important;
}

.notif-badge-custom-chat {
  width: 10px;
  height: 10px;
  background: #d6293e;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 0px;
  z-index: 1;
}

.confirm-dialog-buttons {
  position: relative;
  top: 0;
}

.w-70 {
  width: 70% !important;
}

.w-73 {
  width: 73% !important;
}

@media only screen and (max-width: 767px) {
  .milestoneModal {
    position: relative;
  }

  .confirm-dialog-mobile {
    width: 90% !important;
    height: 35% !important;
    border-radius: 1.5em !important;
    margin: auto !important;
    padding: 0 !important;
    margin-right: 3px !important;
  }
}

.stars-outer::before {
  content: "\f006 \f006 \f006 \f006 \f006";
  color: #f8ce0b;
}

.hover-focus-effect {
  display: flex;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
}

.hover-focus-effect:hover,
.hover-focus-effect:focus {
  color: rgba(var(--bs-primary-rgb), 1);
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.card-body::-webkit-scrollbar {
  display: none;
}

.card-body {
-ms-overflow-style: none; 
scrollbar-width: none; 
}

.eye {
  position: absolute;
  bottom: 398px;
  right: 470px;
}

.home-text {
  width: 830px;
  margin: auto;
}

.max-height-300 {
  max-height: 300px;
}

.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
}

.stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
}

.stars-outer::before {
  content: "\f006 \f006 \f006 \f006 \f006";
}

.name :hover {
  text-decoration: underline;
}

.custom-select-content-wrapper {
  width: 100%;
  height: 100vh;
  background: #ffd700;
  background: -moz-linear-gradient(top, #ffd700 0%, #efa602 100%);
  background: -webkit-linear-gradient(top, #ffd700 0%, #efa602 100%);
  background: linear-gradient(to bottom, #ffd700 0%, #efa602 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd700', endColorstr='#efa602', GradientType=0);
}

.custom-select-form-wrapper {
  position: relative;
  top: 50px;
  margin: 0 auto;
  padding: 0 2.5%;
  width: 32.5%;
  max-width: 650px;
  min-width: 400px;
  border-radius: 10px;
  border: 2px solid rgba(159, 107, 4, 0.45);
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 20px #bb9241;
}

.li-custom {
  list-style: none;
}

.no-message-chat {
  padding: 8px !important;
}

.kvadrat {
  width: fit-content;
  height: fit-content;
  font-size: 13px;
  text-align: center;
  padding: 4px 10px;
}

.mobile-chat-badge {
  width: fit-content;
  height: fit-content;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  text-align: center;
}

.mobile-blink {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #d6293e;
  position: relative;
  border-radius: 50%;
  bottom: 10px;
  z-index: 1;
  animation: blink 2s infinite;
}

.h-95 {
  height: 95% !important;
}

.form-check-rating {
  width: 1.3em;
  height: 1.3em;
}

.custom-select-heading {
  margin: 50px 0;
  font-size: 3em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 1px #a9742b;
}

/***PAGE STYLE (END)***/

/***CUSTOM SELECT STYLE (BEGIN)***/
fieldset {
  border: none;
}

input[type="text"],
select,
textarea {
  width: 100%;
}

.custom-select-wrapper {
  position: relative;
  margin-bottom: 90px;
  display: block;
}

.custom-select-wrapper select {
  display: none;
  overflow: hidden;
  width: 100%;
}

.custom-select {
  position: relative;
  display: block;
}

.custom-select-trigger {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  border: 2px solid #dbb729;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.875em;
  line-height: 160%;
  color: #3e345c;
  cursor: pointer;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -0.13636363em;
  border-bottom: 1px solid #84570a;
  border-right: 1px solid #84570a;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 0.13636363em;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.bg-critical {
  background-color: rgba(214, 41, 62, 0.1);
}

.custom-select-trigger-text {
  position: relative;
  top: 0.4em;
  padding: 0 45px 0 20px;
  display: inline-block;
  overflow: hidden;
  height: 57px;
  color: #84570a;
}

/* 
.css-13cymwt-control {
  background-color: transparent !important;
}

.css-t3ipsp-control:active,
.css-t3ipsp-control:focus {
  border: none !important;
  box-shadow: none !important;
}

.css-t3ipsp-control {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.css-d7l1ni-option:hover {
  background-color: #9400d3 !important;
  color: white !important;
}

.css-tr4s17-option {
  background-color: rgb(176, 32, 237) !important;
  color: whitesmoke !important;
}
.css-d7l1ni-option:focus{
  background-color: #9400d3 !important;
  color: white !important;
} */

.custom-options {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  display: none;
  min-width: 100%;
  border: 1px solid #ececec;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 10;
  transition: all 0.4s ease-in-out;
}

.custom-options:before {
  position: absolute;
  display: block;
  content: "";
  top: -0.22727272em;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -0.18181818em;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.option-hover:before {
  background: #f9f9f9;
}

.danger-sign {
  width: 100px;
  height: 100px;
}

.min-width-card {
  min-width: 0;
}

.confirm-delete-div {
  width: 600px;
  height: 200px;
}

.warning-sign {
  font-size: 28px;
}

.eighty {
  width: 80%;
}

@media screen and (max-width: 572px) {
  .eighty {
    width: 100%;
  }
}

.card-w-35 {
  width: 35%;
}

.card-dots {
  position: absolute;
  bottom: 150px;
  right: 0;
}

@media screen and (min-width: 300px) and (max-width: 409px) {
  .card-dots {
    right: -10%;
  }

  .card-mobile {
    margin-left: 10px;
  }
}

@media screen and (min-width: 410px) and (max-width: 570px) {
  .card-dots {
    right: -15%;
  }

  .card-mobile {
    margin: auto;
  }
}

input::-ms-reveal {
  display: none;
}

.css-blhudp-control:hover {
  border-color: #9400d3 !important;
}

.css-blhudp-control {
  border-color: #9400d3 !important;
  box-shadow: 0 0 0 0.3px #9400d3 !important;
}

@media screen and (min-width: 580px) and (max-width: 705px) {
  .card-dots {
    right: 15%;
  }

  .card-mobile {
    margin-left: 30px;
  }
}

@media screen and (min-width: 705px) and (max-width: 767px) {
  .card-dots {
    right: 22%;
  }

  .card-mobile {
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  .card-dots {
    right: -2%;
    left: none;
  }
}

.Card {
  width: 400px;
}

.pillClass {
  border-radius: 10px !important;
}

.btn-lg {
  margin: 0px !important;
  border-radius: 10px !important;
}

.pillClass {
  border-radius: 10px !important;
}

.btn-lg {
  margin: 0px !important;
  border-radius: 10px !important;
}

.icons-hover-user:hover {
  background-color: rgb(162, 2, 231);
}

.icons-hover-admin:hover {
  background-color: #747579;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: #9400d3;
  border-color: #9400d3;
  border-width: 0;
}

.form-check-input-finalize:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: #03a927;
  border-color: #03a927;
  border-width: 0;
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: #9400d3;
  border-color: #9400d3;
  border-width: 0;
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ececec;
  font-size: 1em;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 10px;
}

.custom-option.selection:hover,
.custom-option:hover {
  background: #fff9e6;
}

.option {
  font-weight: normal;
  display: block;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}

.star-button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  height: 20px;
}

.on {
  color: #f8ce0b;
}

.off {
  color: #ccc;
}

.photo-preview {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.country-flag {
  width: 1em;
  height: 1em;
}

.country-flag2 {
  width: 1.2em;
  height: 1.2em;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.chatBubble {
  position: fixed;
  width: 50px;
  height: 50px;
  color: #87aedc;
  margin-left: 10px;
}

.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
}

.z-index-master {
  z-index: 9999999 !important;
}

.plane-ride-detail {
  width: 40px;
  height: 40px;
  text-align: center;
}

.image-custom {
  width: 35px;
  height: 30px;
  border-radius: 50%;
}

.image-custom-notif {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

#finalizationDialog::-webkit-scrollbar {
  display: none;
}

#finalizationDialog {
-ms-overflow-style: none; 
scrollbar-width: none; 
}

.darkgray {
  color: #5b5b5b !important;
}

.card-input {
  width: 290px;
  margin: auto;
}

.verify-success-icon {
  width: 350px;
  height: 250px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(312deg) brightness(104%) contrast(102%);
}

.verify-div {
  height: 100%;
  width: 100%;
}

.z-index-zero {
  z-index: 0;
}

.vehicle-color-circle {
  border-radius: 50% !important;
  width: 13px;
  height: 13px;
}

.listing-border-bottom {
  border-bottom: solid purple 5px;
}

.cardsWidth {
  width: 500px;
}

/* @media screen and (max-width:1200px) and (min-width:768px) {
  .cardsWidth {
    width: 600px;
  }
} */

.text-purple {
  color: purple;
}

.picture-comment {
  width: 35px;
  height: 35px;
}

.hover-pointer:hover {
  cursor: pointer;
}

@media screen and (max-width: 572px) {
  .padding-password-email {
    padding-bottom: 47px;
  }

  .padding-password-password {
    padding-bottom: 87px;
  }
}

.text-gray {
  color: var(--bs-gray) !important;
}

.pac-container:after {
  background-image: none !important;
  height: 0px;
}

.pac-icon {
  display: none;
}

.pac-item {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.pac-item:hover {
  background-color: #ececec;
}

.pac-item-query {
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .pac-container {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .Toastify__toast-container--bottom-right {
    bottom: 3.5em !important;
    right: 3em !important;
  }
}

@media only screen and (min-width: 768px) {
  .pac-container {
    margin-top: 50px !important;
  }
}

@media only screen and (min-width: 992px) {
  .pac-container {
    margin-top: 45px !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-sm-flex-custom {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

}

@media only screen and (min-width: 768px) {
  .d-sm-flex-custom2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 50%;
  }

}


.input-address {
  border: 1px solid var(--bs-gray-300);
  padding: 0.5rem;
  border-radius: 0.5rem;
  height: 43px;
  font-family: Inter;
  color: black !important;
  font-weight: 500;
}

.input-address:focus {
  color: var(--bs-gray-900);
  background-color: var(--bs-body-bg);
  border-color: rgba(var(--bs-primary-rgb), 0.7);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(81, 67, 217, 0.25);
  box-shadow: 0 0 0 0 rgba(81, 67, 217, 0.25);
}

.list-group-item {
  user-select: none;
}

.list-group input[type="checkbox"] {
  display: none;
}

.list-group input[type="checkbox"]+.list-group-item {
  cursor: pointer;
}

.list-group input[type="checkbox"]+.list-group-item:before {
  color: transparent;
  font-weight: bold;
  margin-right: 1em;
}

.checked {
  background-color: rgba(144, 15, 200, 0.1);
  color: #fff;
}

.checked2 {
  background-color: rgba(144, 15, 200, 0.1);
  color: #fff;
  border-radius: 15px;
}

.list-group input[type="checkbox"]:checked+.list-group-item:before {
  color: inherit;
}

.googleRoutes {
  margin-top: -40px !important;
  width: 93% !important;
  background-color: white;
  z-index: 11;
  width: 80%;
}

.googleRoutesDesktop {
  margin-top: -40px !important;
  background-color: white;
  z-index: 11;
  width: 50%;
  margin-left: 25% !important;
}

.googleRoutesDesktop {
  margin-top: -40px !important;
  background-color: white;
  z-index: 11;
  width: 80%;
  margin-left: 10% !important;
}

.googleRoutesMobileCard {
  margin: -40px 10px;
}

.btnStep2 {
  width: 80% !important;
  margin-left: 10% !important;
}

/* .btnStep2Mobile {
  width: 90% !important;
  margin-left: 30px !important;
} */

.btnStep2Desktop {
  width: 100% !important;
}

.priceDesktop {
  margin-top: -350px !important;
  background-color: white;
  z-index: 11;
  width: 50%;
  margin-left: 25% !important;
}

.submitRideCard {
  margin-top: -40px !important;
  background-color: white;
  z-index: 11;
  /* width: 95%;
  margin-left: 30px; */
}

.submitRideCardDesktop {
  margin-top: -320px !important;
  background-color: white;
  z-index: 11;
  width: 30%;
  margin-left: 50%;
}

.priceCardDesktop {
  margin-top: -210px !important;
  background-color: white;
  z-index: 11;
  width: 50%;
  margin-left: 25% !important;
}

.button-circle {
  width: 3rem;
  height: 3rem;
  /* border-radius: 2px solid 100%; */
  background-color: white !important;
  border: 2px solid rgba(144, 15, 200, 0.4);
  color: "white";
  line-height: 1.9rem;
}

.googleRoutesCardMobile {
  margin-top: -80px;
  padding: 10px !important;
}

.button-circle:hover {
  background-color: rgba(144, 15, 200, 0.1) !important;
}

.checkedVehicle {
  background-color: rgba(144, 15, 200, 0.1);
}

.checkedVehicleForLast {
  background-color: rgba(144, 15, 200, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.btn-empty {
  border: none;
  background-color: transparent;
  height: 36px;
}

.count {
  font-weight: 500;
  font-size: 24px;
}

.condition {
  font-weight: 500;
}

.maxCount {
  font-size: 45px;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.black {
  color: black;
}

.route {
  font-weight: 500;
  font-size: 20px;
}

.durationAndDistance {
  font-weight: 400;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .checkIcon {
    margin-top: 4px !important;
  }
}

@media only screen and (max-width: 600px) {
  .addLocations {
    margin-right: 680px;
  }
}

.carIcon {
  background-color: #900fc8 !important;
}

.inputCheckColor {
  accent-color: rgba(146, 15, 205);
}

.price {
  float: right;
  color: #900fc8;
}

.valute {
  color: #900fc8;
}

.priceSize {
  font-size: 18px;
}

.valuteMargin {
  margin-left: 465px !important;
}

.submitRideStep {
  color: black;
}

.submitRidePrice {
  color: #900fc8;
  font-size: 30px;
}

.cityNameFont {
  font-size: 15px;
}

.routeError {
  color: #900fc8;
  text-align: center;
}

.flex {
  display: flex !important;
}

.addVehicle {
  margin-left: 75px;
}

.address {
  margin-left: 33px;
}

.addressMobile {
  margin-left: 7px;
}

.addressMobileDeparture {
  margin-left: 28px;
}

.calendarDeparture {
  margin-left: 1px;
}

.marginDestination {
  margin-left: 9px;
}

.marginStops {
  margin-left: 9px;
}

.margin {
  margin-left: 11px;
}

.addressMobileDestination {
  margin-left: 33px;
}

.marginLeftMobile {
  margin-left: 3px !important;
}

.scrollable-div {
  /* height: 250px;
  overflow: auto; */
}

.scrollable-divDesktop {
  /* max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden; */
}

.line-at-top {
  border-top: 1px solid #9F9F9F;
}

.destinationMargin {
  margin-left: -6px;
}

.marginAddStops {
  margin-left: 11px;
}

.nextBtnText {
  margin-left: 6px;
}

.labelColor {
  color: #900fc8 !important;
}

.hw20 {
  height: 20px;
  width: 20px;

}

.border-primary {
  border: 1px solid #900fc8;
}

.totalPriceText {
  margin-left: 24px !important;
}

.stopsMargin {
  margin-left: 12px !important;
}

.addressStopOver {
  margin-left: 4px;
}

.calendarDestination {
  margin-left: 14px;
}

.calendar {
  margin-left: 11px;
}

.fontWeight400 {
  font-weight: 400;
}

.conditionMargin {
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  .addVehicle {
    margin-left: 120px;
  }
}

.vehicleScrollbar {
  height: 200px;
}

.input-icons i {
  position: absolute;
  margin-top: 8px !important;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 10px;
  min-width: 40px;
}

.errorNoVehicles {
  margin-bottom: 1rem;
}

.input-field {
  width: 100%;
  text-align: 10px;
  padding-left: 40px;
  background-color: #f3f3f3 !important;
  border: #f3f3f3;
}

.centeredText {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cont {
  position: relative;
  text-align: center;
  color: black;
}

.circle {
  height: 20px;
  margin-top: -2px;
}

.circlePrice {
  height: 15px;
  margin-top: -12px;
}

.circle2 {
  height: 20px;
  margin-top: -16px;
  margin-left: -10px;
}

.arrowRight {
  background-image: url("/assets/images/arrow-right.svg");
}

.circle3 {
  height: 15px;
  /* margin-left: -8px; */
}

.circle3Mobile {
  height: 15px;
  margin-left: -8px;
}

.circle3MobileStart {
  height: 15px;
  margin-left: -15px;
}

.circleSubmitRide {
  height: 15px;
  margin-left: -8px;
}

.circleStartMilestone {
  margin-top: 3px;
}

.circle4 {
  height: 20px;
  margin-top: -15px;
}

.circle5 {
  height: 20px;
  margin-top: 44px;
}

.circle4 {
  height: 20px;
  margin-top: -16px;
}

.directionChecked {
  float: left !important;
  margin: 20px;
}

.checkedRoute {
  color: #900fc8 !important;
}

.maxPassengersCount {
  margin-top: -25px;
  margin-left: 40px;
}

.imgWidth {
  max-width: 150% !important;
}

.btnSoft {
  background-color: white !important;
  color: #9400d3 !important;
  border: #9400d3 1px solid;
}

.btnSoft:hover {
  background-color: white !important;
  color: #9400d3 !important;
  border: #9400d3 1px solid;
}

.btnPrimary {
  background-color: #900fc8 !important;
  color: white !important;
  font-weight: 100 !important;
}

.errors {
  margin-top: -10px;
}

.maxPassengersCountMobile {
  margin-top: -5px;
  margin-left: 40px;
}

.vehiclesModal {
  width: 20% !important;
  height: auto !important;
}

@media screen and (min-width: 980px) and (max-width: 1470px) {
  .vehiclesModal {
    width: 30% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 980px) {
  .vehiclesModal {
    width: 60% !important;
    height: auto !important;
  }
}

.prices {
  margin-top: -25px;
}

.custom-button-container {
  width: 75%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  margin: 0 auto;
  cursor: pointer;
}

.custom-button {
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.minus,
.plus {
  background-color: #900fc8;
  width: 20px;
  height: 20px;
  border-radius: 30%;
  font-size: 13px;
}

.submitPrice {
  padding-left: 110px;
}

.passengersCount {
  color: white;
  margin-top: 4px;
}

.t-30 {
  top: 30px !important;
}

.increment-decrement {
  color: white;
}

.Toastify__toast-container--bottom-center {
  bottom: 20px !important;
  padding: 10px !important;
  width: 100% !important;
}

.custom-datapickr-clear {
  background-color: rgb(240, 240, 240) !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.googleInput {
  width: 50% !important;
  height: 50px;
}

.responsive {
  width: 50% !important;
  margin: auto;
}

.responsive2 {
  width: 48% !important;
}

.errorAddress {
  margin-right: 420px;
}

.errorAddressEndPoint {
  margin-left: 80px;
}

.errorGoogleInput {
  margin-left: 270px;
}

.errorDateTime {
  margin-right: 360px;
}

.publishRideModalBackground {
  background-color: #900fc8 !important;
  opacity: 0.8;
}

.departureMobile {
  margin-left: -35px;
}

.publishRideModal {
  z-index: 99999999;
  top: 10%;
}

.logo {
  z-index: 99999999999999;
}

.group4 {
  margin-left: 220px;
}

@media screen and (min-width: 320px) and (max-width: 390px) {
  .errorGoogleInput {
    margin-right: 310px;
    width: max-content;
  }
}

.addMilestones {
  color: #900fc8;
  border-color: rgb(144, 15, 200);
  background-color: rgba(144, 15, 200, 0.1);
  width: 200px;
  margin: auto;
}

.addMilestones:hover {
  background-color: rgba(144, 15, 200, 0.1);
  color: #900fc8;
}

.cancelMilestones {
  color: #900fc8;
  border-color: rgb(144, 15, 200);
  width: 200px;
  margin: auto;
}

.cancelMilestones:hover {
  background-color: rgba(144, 15, 200, 0.1);
  color: #900fc8;
}

.milestones {
  width: 600px;
  height: 100px;
  color: black;
}

.milestones:hover {
  background-color: rgba(144, 15, 200, 0.1);
  width: 600px;
  height: 100px;
  color: black;
}

.vertical {
  border-left: 2px dotted gray;
  left: 50%;
  height: 25px;
  position: relative;
  z-index: 999999;
  padding-left: 8px;
}

.confirmationDialog {
  width: 500px;
}

.inputRide {
  margin-right: 0px;
}

/* .searchIcon {
  margin-left:300px;
} */

.deleteMilestoneBtn {
  border: none;
}

.no-opacity {
  opacity: 1 !important;
}

.italic {
  font-style: italic;
}

.invisble {
  opacity: 0 !important;
}

.titleWithDescription {
  margin-top: -78px;
  background-color: #900fc8;
  height: 200px;
}

.titleWithDescriptionDesktop {
  z-index: 10;
  background-color: #900fc8;
  height: 130px;
  margin-top: -90px;
}

.titleWithDescriptionMobile {
  z-index: 10;
  background-color: #900fc8;
  height: 200px;
  margin-top: -90px;
}

.descriptionHeight {
  z-index: 10;
  background-color: #900fc8;
  height: 150px;
  margin-top: -90px;
}

.descriptionHeightMobile {
  z-index: 10;
  background-color: #900fc8;
  height: 200px;
  margin-top: -90px;
}


.textWhite {
  color: white;
}

.mainCard {
  margin-top: -95px !important;
  background-color: #ededed;
  height: 1000px !important;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.mainCardDesktop {
  margin-top: -20px;
}

.carImageDesktop {
  height: 50px;
  width: 70px;
  border-radius: 15px;
}

.carImageDesktopSubmitStep {
  height: 100px;
  width: 200px;
  border-radius: 15px;
}

.mainCardDesktop {
  margin-top: -20px;
}

.mainCardDesktopSubmit {
  margin-top: -320px;
  /* margin-top: -820px; */
  /* margin-bottom: auto;
  margin-left: 600px; */
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
}

.carImageDesktop {
  height: 50px;
  width: 70px;
  border-radius: 15px;
  object-fit: cover;
}

.carImageDesktopSubmitStep {
  height: 100px;
  width: 200px;
  border-radius: 15px;
}

.departure {
  margin-top: 2px;
  margin-left: 35px;
}

.firstCircleWithLine {
  margin-top: 20px;
  margin-left: -10px;
}
.addDepartureCard {
  margin-top: -1000px;
  margin-left: 10px;
  background-color: #ededed;
}

.pfp {
  background-color: #f3f3f3 !important;
}

.addDepartureCardDesktop {
  margin-top: -390px;
  margin-left: 20%;
}

.addDepartureCardDesktop {
  margin-top: -350px;
  margin-left: 15%;
}

.addMilestone {
  background-color: white;
  width: 95%;
}

.addMilestoneDesktop {
  background-color: white;
  width: 93%;
}

.textDark {
  color: #0b0a12;
}

.stop {
  margin-top: 2px;
  margin-left: 7px;
}

.price2 {
  color: #900fc8;
  font-weight: bold;
}

.destination {
  margin-left: 7px;
}

.widthCard {
  width: 95%;
  margin-left: 1%;
}

.widthCardDesktop {
  width: 93%;
}

.widthCardDesktopBasicInfo {
  font-size: 17px;
}

.successInfoFinalize {
  width: 500px;
  height: 320px;
  padding-bottom: -20px;
}

@media screen and (max-width: 767px) {
  .successInfoFinalizeMobile {
    width: 90%;
    height: 330px;
    padding-bottom: -20px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.confirm-success-dialog {
  width: 500px;
  /* height: 320px; */
  padding-bottom: -20px;
}

.confirm-success-dialog-mobile {
  width: 90%;
  /* height: 330px; */
  padding-bottom: -20px;
  margin-left: 0% !important;
  margin-right: 0% !important;
}


.totalPrice {
  font-weight: 700;
  font-size: 18px;
}

.fontBold {
  font-weight: bold;
}

.textGray {
  color: gray;
  font-size: 14px;
}

.fontWeight {
  font-weight: 400;
  font-size: 14px;
}

.fontWeight500 {
  font-weight: 500;
}

.fontWeight100 {
  font-weight: 100;
}

.fontSize16 {
  font-size: 16px;
}

.fontSize14 {
  font-size: 16px;
}

.conditionsImages {
  height: 20px;
  width: 20px;
}

.btnStep {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  border-radius: 20px;
  height: 50px;
}

.btnStepDesktop {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  border-radius: 20px;
}

.dollarPadding {
  padding-left: 5px;
}

.nextBtnBackgroundColor {
  background-color: #900fc8;
}

.nextBtnMobile {
  margin: 0 auto;
  width: 90%;
  margin-left: 0px;
  margin-right: 0px;
}

.sideLine {
  margin-left: -11px;
  margin-top: 18px;
  border: none;
  border-left: 2px dashed black;
}

.sideLine2 {
  margin-left: -11px;
  margin-top: 60px;
  border: none;
  border-left: 2px dashed black;
}

.sideLine2 {
  margin-left: -11px;
  /* margin-top: 60px; */
  border: none;
  border-left: 2px dashed black;
}

.mainDescription {
  margin-top: -158px;
  margin-bottom: 70px;
  height: 85px;
}

.cardSubmit {
  background-color: #900fc8;
  width: 90%;
  margin-left: 30px;
}

.submitRideRightSide {
  margin-top: 300px !important;
}

.cardSubmitDesktop {
  margin-left: 50%;
  /* margin-top: -420px;valute */
}

.submitRideRightSide {
  margin-top: 300px !important;
}

.googleRoutesTitle {
  z-index: 10;
  background-color: #900fc8;
  height: 160px;
  margin-top: -100px;
}

.googleRoutesTitleDesktop {
  z-index: 10;
  background-color: #900fc8;
  height: 130px;
  margin-top: -86px;
}

.googleRoutesBody {
  margin-top: 70px;
}

.submitRideLeftSide {
  margin-left: 18.5%;
  width: 30%;
  margin-top: -330px;
}

.recommendedPricesMobile {
  color: black;
  font-weight: bold;
  font-size: 17px;
  margin-left: -180px;
}

@media screen and (min-width: 730px) and (max-width: 767px) {
  .recommendedPricesMobile {
    color: black;
    font-weight: bold;
    font-size: 17px;
    margin-left: -80px;
  }
}

@media screen and (min-width: 690px) and (max-width: 730px) {
  .recommendedPricesMobile {
    color: black;
    font-weight: bold;
    font-size: 17px;
    margin-left: -60px;
  }
}

@media screen and (max-width: 690px) {
  .recommendedPricesMobile {
    color: black;
    font-weight: bold;
    font-size: 17px;
    margin-left: -40px;
  }
}

.pricesTitleMobile {
  z-index: 10;
  background-color: #900fc8;
  height: 140px;
  margin-top: -100px;
}

/* .googleRoutesTitleDesktop {
  z-index: 10;
  background-color: #900fc8;
  height: 100px;
  margin-top: -90px;
} */

.submitRideLeftSide {
  /* margin-left: 18.5%; */
  width: 30%;
  /* margin-top: -330px; */
}

.googleRoutesmainTitle {
  margin-top: 30px;
  font-weight: normal;
  font-size: 25px;
  /* position: fixed; */
  /* z-index: 1009; */
  width: 100%;
  /* height: 10%; */
}

.bg-purple {
  background-color: #900fc8;
}

.googlePlacesAutocompleteList {
  list-style: none !important;
  padding: unset !important;
}

.languageSwitcherList {
  list-style: none !important;
  padding: unset !important;
}

.myProfileNavbarList {
  list-style: none !important;
  padding: unset !important;
}

.nestedActionRouteList {
  list-style: none !important;
  padding: unset !important;
}

.notificationsList {
  list-style: none !important;
  padding: unset !important;
}

.chatsNotificationsList {
  list-style: none !important;
  padding: unset !important;
}

.icon-text-container {
  align-items: center;
  display: flex;
}

.fixedTitleAndDescription {
  position: fixed;
  height: 15%;
}

.fixedDescription {
  margin-top: 75px;
}

.chatMessagesList {
  list-style: none !important;
  padding: unset !important;
}

.themeSwitcherList {
  list-style: none !important;
  padding: unset !important;
}

.accordion {
  --bs-accordion-border-color: none !important;
}

.googleRoutesmainDescription {
  /* margin-top: 75px; */
  font-weight: normal;
  font-size: 15px;
  /* position: fixed; */
  /* z-index: 1009; */
  width: 100%;
  /* height: 10%; */
}

.googleRoutesmainTitleMobile {
  margin-top: 18px;
  font-weight: normal;
  font-size: 25px;
  position: absolute;
  width: 100%;
}

.mobileFixedTitleAndDescription {
  position: fixed !important;
  height: 15%;
}

@media screen and (min-width: 418px) {
  .cardBottom {
    margin-bottom: "348px"
  }
}

.googleRoutesmainDescriptionMobile {
  margin-top: 55px;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  width: 100%;
}

.googleMapCard {
  background-color: white;
  border-top-left-radius: 15%;
  border-top-right-radius: 15%;
  z-index: 9999;
  margin-top: -58px;
}

.googleMapCardDesktop {
  background-color: white;
  z-index: 9999;
  margin-top: -58px;
}

.googleRouteError {
  z-index: 9999;
  position: relative;
  margin-left: 25% !important;
  width: 50%;
}

.dangerIcon {
  color: #dd1d1d;
}

.googleRouteErrorMobile {
  z-index: 9999;
  position: relative;
  margin-left: 25% !important;
  width: 50%;
}

.routesTitle {
  color: black;
  font-size: 17px;
}

.recommendedPrices {
  color: black;
  font-weight: bold;
  font-size: 17px;
  margin-left: -10px !important;
}

.recommendedPricesMobile {
  margin-right: 45px;
}

.mainCardModal {
  margin-top: -20px;
}

.modalIcons {
  position: absolute;
  margin-top: 10px;
}

.publishRideTitle {
  font-weight: 600;
  font-size: 22px;
}

.btnForAddingMilestones {
  margin-left: -3px;
}

.modalLabels {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}

.cardModalTitle {
  font-weight: 600;
  color: #0b0a12;
  font-size: 19px;
}

.placeIcon {
  position: absolute;
  margin-top: 12px;
}

/* .googleMapWidthLastStep {
  width: 95%;
} */

.drivingOverviewCard {
  z-index: 10;
  background-color: #900fc8;
  height: 200px;
  margin-top: -120px;
}

.zi10 {
  z-index: 10 !important;
}

.drivingOverviewCardDesktop {
  z-index: 10;
  background-color: #900fc8;
  height: 130px;
  margin-top: -86px;
}

.drivingOverviewTitle {
  margin-top: 30px;
  font-weight: normal;
  font-size: 25px;
}

.drivingOverviewDescription {
  margin-top: 3px;
  font-weight: normal;
  font-size: 15px;
}

.travelOverviewCard {
  margin-top: -90px;
  border-radius: 20%;
}

.travelOverview {
  font-weight: bold;
  font-size: 17px;
}

.w260p {
  width: 260px !important;
}

.w300p {
  width: 300px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.gray {
  color: #7E7E7E !important;
}

.react-responsive-modal-closeButton svg {
  margin-top: 4px !important;
  margin-right: 4px !important;
  fill: #7E7E7E;
}

.link:hover {
  background-color: rgba(175, 175, 175, 0.1);
  border-radius: 10px;
  width: auto;
}

.startMilestone {
  border-radius: 20px;
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
  border: 0.75px solid #0b0a12;
  margin-left: 30px;
  background-color: white;
  width: -webkit-fill-available;
}

.milestoneParagraph {
  font-size: 12px;
  text-align: left;
  margin-top: 8px;
  font-weight: 500;
}

.milestone {
  margin-left: 22px !important;
  margin-top: -2px;
}

.milestoneStop {
  margin-left: 18px !important;
  margin-top: -2px;
}

.milestoneStopDesktop {
  margin-left: 23px !important;
  margin-top: -2px;
}

.milestoneDate {
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
}

.sideLineSubmit {
  margin-left: 7px;
  height: 29px;
  margin-top: -3px;
  border: none;
  border-left: 2px dashed black;
}

.sideLineSubmitDesktop {
  margin-left: 6.5px;
  height: 20px;
  margin-top: -3px;
  border: none;
  border-left: 2px dashed black;
}

.sideLineSubmitStartMilestone {
  margin-left: -8px;
  height: 29px;
  margin-top: 18px;
  border: none;
  border-left: 2px dashed black;
}

.womenOnly {
  width: 60px;
  height: 30px;
}

.womenOnlyCard {
  margin-top: -28px;
  margin-left: 40px;
}

.womenOnlyIcon {
  margin-top: -25px;
  margin-left: 40px;
}

.sideLineSubmitStop {
  margin-left: -8px;
  height: 29px;
  margin-top: 31px;
  border: none;
  border-left: 2px dashed black;
}

.startMilestoneDate {
  border-radius: 20px;
  height: 25px;
  width: 100px;
  border: 0.75px solid #0b0a12;
  margin-left: 25px;
  background-color: white;
}

.lastMilestoneDesktop {
  margin-left: 14px !important;
}

.sideLineStop {
  margin-left: 13px;
  height: 29px;
  margin-top: -15px;
  border: none;
  border-left: 2px dashed black;
}

.sideLinePriceStop {
  margin-left: 7px;
  height: 29px;
  margin-top: -6px;
  border: none;
  border-left: 2px dashed black;
}

.locationName {
  margin-top: -10px;
}

.milestoneDateTime {
  border-radius: 30px;
  height: 25px;
  width: 100px;
  border: 1px solid black;
  margin-left: 25px;
  background-color: white;
}

.lastMilestoneParagraph {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
  margin-left: -10px;
}

.lastMilestoneSubmit {
  margin-top: -5px;
}

.sideLineDestination {
  margin-left: 11px;
  height: 28px;
  margin-top: -13px;
  border: none;
  border-left: 2px dashed black;
}

.sideLineDestinationMobile {
  margin-left: 7px;
  height: 28px;
  margin-top: -15px;
  border: none;
  border-left: 2px dashed black;
}

.milestoneDateStartMilestone {
  font-size: 12px;
  margin-right: 20px !important;
}

.detailsToSubmitRide {
  border-radius: 20px;
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
  border: 0.75px solid #0b0a12;
  margin-left: 30px;
  background-color: white;
  width: -webkit-fill-available;
}

.lineWidth {
  width: 98%;
}

.priceOnSubmit {
  text-align: right;
}

/* .cardWidth {
  width: 95%;
} */

.cardWidthDesktop {
  width: 35%;
}

.cardWeight {
  font-weight: 500;
}

.passengersCountSpan {
  font-size: 17px;
}

/* .priceSize {
  font-size: 17px;
} */

.colorGray {
  color: gray;
}

.hrStyle {
  border: 1.5px solid lightgray;
}

.placeIcon2 {
  position: absolute;
  margin-top: 13.5px;
}

/* .basicInfoCardMain {
  width: 40%;
  margin-left: 20%;
} */

.cityNameMargin {
  margin-left: 12px;
}

.calendarMargin {
  margin-left: -3px;
}

/* .modal-no-padding {
  padding: 0 !important;
} */

.react-responsive-modal-overlay {
  background: #900fc8 !important;
  opacity: 0.8 !important;
}

.react-responsive-modal-container {
  width: 100%;
  position: fixed;
  top: 0;

}

.ReactModal__Body--open {
  overflow-y: hidden !important;
}

.react-responsive-modal-modal {
  border-radius: 1em !important;
}

@media screen and (max-width: 375px) {
  .react-responsive-modal-modal {
    top: 50px;
  }
}

.milestoneModal {
  width: 400px !important;
  height: auto !important;
  padding: 15px !important;
}

.react-responsive-modal-modal {
  animation-fill-mode: none !important;
}

.pt-05 {
  padding-top: 0.15rem !important;
}

.onPhotoHover {
  display: none;
  opacity: 0;
  position:absolute;
  z-index: 100;
  height: 200px;
  width: 300px;
  transition: opacity 0.5s, transform 0.5s;
}

.hoverBase:hover+.onPhotoHover {
  opacity: 100;
  display: inline;
}

@media screen and (max-width: 576px) {
  .milestoneModal {
    width: 95% !important;
    margin: 0 !important;
  }
}

.rs-timeline-item-tail {
  top: 25px !important;
  bottom: -25px !important;
}

.rs-timeline-item-dot {
  top: 25px !important;
}

.rs-timeline-item:last-child .rs-timeline-item-tail {
  height: 10px !important;
}

.rs-timeline:first-child .rs-timeline-item:first-child .rs-timeline-item-tail {
  background-color: transparent !important;
  border: 0px !important;
}

.rs-timeline-item:not(:last-child) .rs-timeline-item-content {
  padding-bottom: 13px !important;
}

.rs-timeline-align-left .rs-timeline-item {
  padding-left: 35px !important;
}

.rs-timeline-item-tail {
  background-color: transparent !important;
  border-left: 2px dashed #7e7e7e !important;
}

.rs-timeline-item-dot::before {
  width: 15px !important;
  height: 15px !important;
  margin-left: 2px;
  background-color: white !important;
  border: 2px solid #7e7e7e !important;
}

.rs-timeline-align-left .rs-timeline-item-tail {
  left: 9px !important;
}

.maxPassengersCountBody {
  background-color: #efefef;
  border-radius: 10px;
  padding: 10px 20px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.valuteWidthDesktop {
  width: 25px;
}

.valuteWidthMobile {
  width: 25px;
}

.marginTop {
  margin-top: 6px;
}

.btnHeight {
  height: 59px !important;
}

.btnHeightOther {
  height: 55px;
}

.react-responsive-modal-container {
  backdrop-filter: blur(6px);
}

.marginPriceTotalMobile {
  margin-left: 200px;
}

.ulElement {
  width: auto !important;
}

.liElement {
  list-style: none !important;
  cursor: pointer;
  margin-left: -20px;
}

.react-responsive-modal-modal {
  overflow-y: unset !important;
}

.btnBorderRadius {
  border-radius: 20px;
}

.btnWidthSecondStep {
  width: 50% !important;
}

.fontSize18 {
  font-size: 18px;
}

.marginTop23 {
  margin-top: 23px;
}

.imageStyleVehicleSubmit {
  height: 100px;
  width: 200px;
  border-radius: 15px;
  object-fit: cover;
}

.unfinalizedRideCloseBtn {
  top: 9px !important;
}

.unfinalizedRideModal {
  width: 50% !important;
  height: auto !important;
}

.backgroundCardMobile {
  border-radius: 10% !important;
  margin-top: -40px !important;
}

.closeButtonConfirmCancel {
  right: 24px !important;
}

.marginLeftMilestoneModalIcons {
  margin-left: 12px;
  z-index: 10 !important;
}

.marginTopTotalPriceSpan {
  margin-top: 18px;
}

@keyframes modalAnimationIn {
  0% {
    scale: (0.96) !important;
  }

  100% {
    scale: (100%) !important;
  }
}