﻿@import 'fonts.css';
/*DASHBOARD*/
a:hover {
  text-decoration: none;
}

.active {
  font-weight: bold;
}

.active-car {
  border: 1px solid #4C70D5;
  border-radius: 5px;
  background-color: #D7DEF6 !important;
}

.nav-user {
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1) !important;
}

.transform-click {
  transition: all 0.3s;
}

.dashboard-account {
  background-color: #fafbfe;
  margin-top: 0px;
  padding: 25px;
}

.giftbtn {
  cursor: pointer;
}

.dashboard {
  min-height: 740px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.dashboard .car-card-container {
  padding: 20px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
}
.dashboard .car-card-container .btn-order {
  border: 1px solid #D7DEF6;
  border-radius: 5px;
  color: #4C70D5;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  cursor: pointer;
  height: 42px;
  width: 100%;
  text-align: center;
  background-color: #D7DEF6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard .car-card-container .btn-order:hover {
  text-decoration: none;
}
.dashboard .car-card-container .btn-order:focus {
  background-color: rgba(215, 222, 246, 0.73);
}
.dashboard .fa-circle {
  font-size: 9px;
}
.dashboard .border-cars {
  border-bottom: 1px solid rgba(76, 112, 213, 0.3);
}
.dashboard .assistant-phone {
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
.dashboard .assistant-phone:hover {
  text-decoration: none;
}
.dashboard .assistant-name {
  color: #060C1C;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 19px;
}
.dashboard .card-container {
  padding: 9px 30px 30px;
  background-color: #FAFBFE;
}
.dashboard .my-cars:hover {
  text-decoration: none;
  color: unset !important;
}
.dashboard .car-num-info {
  border: 1px solid #4C70D5;
  border-radius: 5px;
}
.dashboard .add-car-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0 4px 16px 0 rgba(113, 112, 241, 0.2);
  cursor: pointer;
}
.dashboard .add-car-btn i {
  font-size: 16px;
  color: #4C70D5;
}
.dashboard .small-btn {
  width: 24px;
  height: 24px;
}
.dashboard .small-btn i {
  font-size: 14px;
}
.dashboard .card-title {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.dashboard .my-cars {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: none;
}
.dashboard .my-cars .car-specs {
  font-family: DejaVu Sans;
  font-size: 18px;
  font-weight: bold;
  color: #2C2D3B;
  line-height: 27px;
}
.dashboard .my-cars .car-num {
  font-family: License Plate;
  color: #2C2D3B;
  font-family: "License Plate";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0px;
}
.dashboard .my-cards {
  border-radius: 5px;
  background-color: #FFFFFF !important;
  box-shadow: 0 10px 20px 0 rgba(76, 112, 213, 0.1);
  border: none;
}
.dashboard .my-cards p {
  color: #060C1C;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 16px;
  margin-bottom: 0px;
}
.dashboard .my-orders {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  border: none;
}
.dashboard .my-orders .car-num {
  font-family: License Plate;
  color: #060C1C;
  font-family: "License Plate";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0px;
}
.dashboard .my-orders .order-text {
  color: #98A1BB;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: 300;
}
.dashboard .my-orders .order-date-status {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.dashboard .my-orders .order-date-status .order-status {
  padding-right: 40px;
}
.dashboard .my-orders .order-date-status p {
  margin-bottom: 0px !important;
}

.fa-user-circle {
  font-size: 16px;
}

.user-name {
  font-family: DejaVu Sans M;
  text-transform: uppercase;
  color: #060C1C;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
}

.car-img {
  height: 52px;
  width: 52px;
}

.user-profile-img {
  object-fit: cover;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  margin-right: 15px;
}

.divider {
  border-bottom: 1px solid #7DA4FF !important;
  margin: 10px -28px;
  opacity: 0.2;
}

@media (max-width: 633px) {
  .how-it-works h5 {
    margin-top: 10px;
  }
  .how-it-works .col-lg-4 {
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .navbar-caru-mobile {
    height: 100%;
    -webkit-transition: 1s;
  }
  .navbar-caru-mobile .container {
    height: 100vh;
    display: flex;
    align-items: baseline;
  }
  .navbar-caru-mobile .container .navbar-collapse {
    display: flex;
    flex-direction: column !important;
    margin-top: -22px;
    align-items: center;
  }
  .navbar-caru-mobile .container .navbar-collapse ul {
    display: flex;
    align-items: center;
  }
  .navbar-caru-mobile .container .navbar-collapse ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .nav-hide {
    display: none;
  }

  .caru-header {
    padding-top: 5px;
  }
}
.tab-card #one-tab {
  padding-right: 20px;
  padding-left: 0px;
}
.tab-card .nav-link:hover {
  border: 1px solid transparent;
}
.tab-card .tab-card-header {
  background-color: #FFF;
  border: none !important;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background-color: #FFF;
  width: 100%;
}
.tab-card .card-header-tabs {
  background-color: #FFF;
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: 0px !important;
  border-bottom: 0;
  border-bottom: 1px solid rgba(76, 112, 213, 0.3);
  width: 100%;
  padding-bottom: 1px;
}
.tab-card .nav-tabs .nav-link.active, .tab-card .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  color: #2C2D3B !important;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 8px;
  border: none;
  border-bottom: 5px solid #7DA4FF;
}
.tab-card .nav-tabs .nav-link {
  color: rgba(152, 161, 187, 0.45);
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 5px solid transparent;
}

.icon-padding {
  padding: 0px !important;
}

.order-time {
  display: flex;
}

@media (max-width: 991px) {
  .tab-card-header {
    padding: 0.75rem 0.25rem !important;
  }

  .nav-item-mobile {
    display: flex;
    align-items: center;
  }
  .nav-item-mobile a.user-name {
    display: none !important;
  }

  a.logout-hide {
    display: none !important;
  }

  .icon-padding {
    padding: 10px !important;
  }
  .icon-padding i {
    font-size: 24px;
  }

  .tab-card {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }

  .dashboard .card-body {
    padding: 20px 0px !important;
  }

  .car-container {
    width: 115px;
  }
  .car-container .car-img {
    width: 42px;
    height: 42px;
  }

  .user-profile-img {
    margin-right: 10px;
  }

  .my-orders .card-body {
    padding: 20px 20px 10px;
  }
  .my-orders .car-num {
    font-size: 20px !important;
  }

  .divider {
    margin: 10px -20px;
  }

  .order-date-status {
    display: block !important;
  }

  p.order-status {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }

  .order-time {
    display: block;
  }

  p.order-text {
    margin-bottom: 2px;
  }

  .tab-pane {
    padding: 0px !important;
  }
}
#over-menu {
  background-color: #FFF;
  position: absolute;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  float: left;
  top: 0;
  left: -304px;
  width: 304px;
  height: 100%;
  overflow: scroll;
  padding-bottom: 70px;
  overflow-y: hidden;
}

#display {
  position: fixed;
  top: 65px;
  left: 0;
  width: 320px;
  height: 100%;
  overflow: hidden;
}
#display .btn-order {
  border: 1px solid #D7DEF6;
  border-radius: 5px;
  color: #4C70D5;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  height: 42px;
  width: 100%;
  text-align: center;
  background-color: #D7DEF6;
  display: flex;
  align-items: center;
  justify-content: center;
}
#display .btn-order:hover {
  text-decoration: none;
}
#display .btn-order:focus {
  background-color: rgba(215, 222, 246, 0.73);
}
#display .my-cars {
  margin-top: 15px;
  background-color: #FFF;
  border: 1px solid #4C70D5;
  border-radius: 5px;
}
#display .card-body {
  padding: 20px !important;
}

.nav-profile {
  justify-content: flex-end;
}

.close-btn {
  font-size: 24px;
}

.new {
  font-size: 24px;
}

@media (min-width: 991px) {
  .close-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .hide-on-mobile {
    display: none !important;
  }

  .nav-mobile-logo {
    width: 100%;
    margin-left: 85px;
  }
}
/*PROFILE*/
.form-profile {
  background-color: #FFFFFF;
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 0 10px 20px 0 rgba(76, 112, 213, 0.1);
}
.form-profile .form-group {
  width: 100%;
}
.form-profile .form-control {
  /* padding: 12px; */
  width: 100% !important;
  border-radius: 3px;
  font-family: "Dejavu Sans";
  color: #737e89 !important;
}
.form-profile label {
  color: #98A1BB;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-left: 2px;
}
.form-profile .error {
  color: red;
}

.update-psw {
  border-radius: 20px;
  background-color: #4C70D5;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  padding: 8px 14px;
  margin-top: 15px;
  min-width: 200px;
  height: 41px;
}

.update-skills {
  border-radius: 20px;
  background-color: #4C70D5;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  padding: 8px 14px;
  margin-top: 15px;
  min-width: 200px;
  height: 41px;
}

.form-info {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid rgba(76, 112, 213, 0.3);
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.unclick {
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
  animation-timing-function: ease;
}

@media (max-width: 700px) {
  .col-info {
    padding-left: 15px;
  }
}
.rate-service {
  padding: 0px;
}

.st-finished h5 {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 23px;
  margin-top: 53px;
}
.st-finished .title-text {
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.st-finished textarea {
  border: 1px solid rgba(76, 112, 213, 0.2);
  border-radius: 3px;
  background-color: #FAFBFE;
  height: 130px;
  resize: none;
  margin-bottom: 20px;
  margin-top: 11px;
  padding: 20px;
}
.st-finished textarea::placeholder {
  color: #808591;
  font-family: "DejaVu Sans";
  font-size: 14px;
}
.st-finished .custom-control-label::before {
  height: 16px;
  width: 16px;
  top: 0.2rem;
}
.st-finished .custom-control-label {
  padding-left: 5px;
}
.st-finished .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4C70D5;
  border-radius: 2px;
}
.st-finished .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/Icon _ thick.svg");
}

.raiting-item {
  margin-bottom: 20px;
}
.raiting-item h6 {
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 16px;
  margin-bottom: 12px;
}
.raiting-item .img-item {
  cursor: pointer;
  margin-right: 10px;
  transition: 0.3s;
}
.raiting-item .img-item img {
  transition: 0.3s;
}
.raiting-item .img-item span {
  display: none;
  border-radius: 3px;
  background-color: #FFBA29;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 16px;
  position: absolute;
  padding: 8px 12px;
  margin-top: -6px;
  margin-left: 0px;
  z-index: 2;
  transition: 0.3s;
}
.raiting-item .img-item:hover span {
  display: block;
}
.raiting-item .img-item:hover img {
  filter: contrast(0) sepia() saturate(8) brightness(1.1) hue-rotate(-20deg) drop-shadow(0.2px 0 0 #ffba29) drop-shadow(0 0.2px 0 #ffba29) drop-shadow(0 -0.2px 0 #ffba29) drop-shadow(-0.2px 0 0 #ffba29);
}

.reported-modal {
  color: #98A1BB;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.reviewBtn {
  border-radius: 26px;
  background-color: #4C70D5;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 45px;
  border-radius: 26px;
  padding-top: 11px;
  margin-top: 21px;
}

/*status list*/
.order-statuses {
  width: 65%;
  justify-content: space-between;
  padding-top: 25px;
}
.order-statuses .statuses {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-width: 67px;
  text-align: center;
}
.order-statuses i {
  color: #4c70d5;
  font-size: 24px;
  padding-bottom: 5px;
}
.order-statuses .status {
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
  margin-top: 7px !important;
}
.order-statuses .date-time {
  opacity: 0.5;
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 10px;
  font-weight: 300;
  line-height: 11px;
  text-align: center;
}

.finished-card .pending::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 52px;
  margin-top: 25px;
  border-top: 2px solid #4c70d5;
}
.finished-card .assigned::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 52px;
  margin-top: 25px;
  border-top: 2px solid #4c70d5;
}
.finished-card .pickedup::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 52px;
  margin-top: 25px;
  border-top: 2px solid #4c70d5;
}
.finished-card .working::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 52px;
  margin-top: 25px;
  border-top: 2px solid #4c70d5;
}
.finished-card .finished i {
  color: #4c70d5;
  font-size: 24px !important;
  padding-bottom: 5px;
}
.finished-card .finished .status {
  color: #4c70d5 !important;
  font-weight: bold;
}

.working-card .working .status {
  font-weight: bold !important;
  color: #4C70D5 !important;
}
.working-card .pending::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 53px;
  margin-top: 25px;
  border-top: 2px solid #4c70d5;
}
.working-card .assigned::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 53px;
  margin-top: 25px;
  border-top: 2px solid #4c70d5;
}
.working-card .pickedup::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 53px;
  margin-top: 25px;
  border-top: 2px solid #4c70d5;
}
.working-card .working::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 53px;
  margin-top: 25px;
  border-top: 2px dashed #4c70d5;
  opacity: 0.3;
}
.working-card .finished .status {
  color: rgba(76, 112, 213, 0.3) !important;
}

.pickedup-card .working .status {
  color: rgba(76, 112, 213, 0.3) !important;
}
.pickedup-card .finished .status {
  color: rgba(76, 112, 213, 0.3) !important;
}
.pickedup-card .pickedup .status {
  font-weight: bold !important;
  color: #4C70D5 !important;
}
.pickedup-card .pending::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 52px;
  margin-top: 25px;
  border-top: 2px solid #4c70d5;
}
.pickedup-card .assigned::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 55px;
  margin-top: 25px;
  border-top: 2px solid #4c70d5;
}
.pickedup-card .pickedup::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 58px;
  margin-top: 25px;
  border-top: 2px dashed #4c70d5;
  opacity: 0.3;
}
.pickedup-card .working::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 55px;
  height: 2px;
  left: 52px;
  margin-top: 25px;
  border-top: 2px dashed #4c70d5;
  opacity: 0.3;
}

.assigned-card .assigned .status {
  font-weight: bold !important;
  color: #4C70D5 !important;
}
.assigned-card .working .status {
  color: rgba(76, 112, 213, 0.3) !important;
}
.assigned-card .finished .status {
  color: rgba(76, 112, 213, 0.3) !important;
}
.assigned-card .pickedup .status {
  color: rgba(76, 112, 213, 0.3) !important;
}
.assigned-card .pending::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 60px;
  height: 2px;
  left: 51px;
  margin-top: 25px;
  border-top: 2px solid #4c70d5;
}
.assigned-card .assigned::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 60px;
  height: 2px;
  left: 53px;
  margin-top: 25px;
  border-top: 2px dashed #4c70d5;
  opacity: 0.3;
}
.assigned-card .pickedup::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 60px;
  height: 2px;
  left: 51px;
  margin-top: 25px;
  border-top: 2px dashed #4c70d5;
  opacity: 0.3;
}
.assigned-card .working::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 60px;
  height: 2px;
  left: 51px;
  margin-top: 25px;
  border-top: 2px dashed #4c70d5;
  opacity: 0.3;
}

.pending-card .working .status {
  color: rgba(76, 112, 213, 0.3) !important;
}
.pending-card .finished .status {
  color: rgba(76, 112, 213, 0.3) !important;
}
.pending-card .pickedup .status {
  color: rgba(76, 112, 213, 0.3) !important;
}
.pending-card .assigned .status {
  color: rgba(76, 112, 213, 0.3) !important;
}
.pending-card .pending::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 50px;
  height: 2px;
  left: 50px;
  margin-top: 25px;
  border-top: 2px dashed #4c70d5;
  opacity: 0.3;
}
.pending-card .assigned::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 50px;
  height: 2px;
  left: 50px;
  margin-top: 25px;
  border-top: 2px dashed #4c70d5;
  opacity: 0.3;
}
.pending-card .pickedup::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 50px;
  height: 2px;
  left: 50px;
  margin-top: 25px;
  border-top: 2px dashed #4c70d5;
  opacity: 0.3;
}
.pending-card .working::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 50px;
  height: 2px;
  left: 50px;
  margin-top: 25px;
  border-top: 2px dashed #4c70d5;
  opacity: 0.3;
}

@media (max-width: 500px) {
  .pay-item h6 {
    color: #2C2D3B;
    font-family: "DejaVu Sans";
    font-size: 16px;
    font-weight: 300;
    max-width: 150px !important;
    margin-bottom: 0;
  }
}
.pay-item {
  border: 1px solid #D7DEF6;
  border-radius: 5px;
  background-color: rgba(215, 222, 246, 0.2);
  padding: 10px 19px;
  margin-bottom: 10px;
  display: flex;
}
.pay-item h6 {
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: 300;
  max-width: 210px;
  margin-bottom: 0;
}
.pay-item .price {
  color: #43AC50;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: bold;
  display: flex;
}
.pay-item .price i {
  font-weight: normal;
}

.rejected-status h6 {
  opacity: 0.5;
  color: #2C2D3B;
  text-decoration: line-through;
}
.rejected-status .price {
  opacity: 0.5;
  color: #2C2D3B;
  display: flex;
}
.rejected-status .price span {
  display: inline-block;
  margin-right: 5px;
}
.rejected-status .price span, .rejected-status .price i {
  text-decoration: line-through;
}
.rejected-status .status-info {
  opacity: 0.5;
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 16px;
  margin-right: 60px;
}

.review-text .rate-service {
  margin-bottom: 26px;
}

.tab-content .pay-list {
  margin-top: 20px;
}

.services-list .custom-control-label {
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 16px;
  padding-left: 10px;
}
.services-list .custom-checkbox .custom-control-label::before {
  height: 16px;
  width: 16px;
  border: 1px solid #4C70D5;
  border-radius: 2px;
  background-color: #FAFBFE;
  top: 0.3rem;
}
.services-list .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background-color: #43AC50;
  border: 1px solid #43AC50;
}
.services-list .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/Icon _ thick.svg");
}
.services-list .custom-control-label::after {
  top: 2px;
  left: -23px;
  width: 1.5rem;
  height: 1.5rem;
}
.services-list .price {
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: bold;
}

.payment-method {
  margin-top: 30px;
}
.payment-method h5 {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
}
.payment-method .payment-method-card {
  border: 1px solid #D7DEF6;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 22px 20px;
  padding-bottom: 38px;
  margin-top: 15px;
}
.payment-method .custom-radio .custom-control-label::before {
  height: 16px;
  width: 16px;
  border: 1px solid #4C70D5;
  top: 2px;
  background-color: transparent;
}
.payment-method .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.payment-method .custom-control-label {
  padding-left: 10px;
}
.payment-method .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  height: 10px;
  width: 10px;
  background-color: #43AC50;
  border-radius: 50%;
  left: -18px;
  top: 5px;
}
.payment-method .custom-checkbox .custom-control-label::before {
  height: 16px;
  width: 16px;
  border: 1px solid #4C70D5;
  border-radius: 2px;
  background-color: #FAFBFE;
  top: 0px;
}
.payment-method .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background-color: #43AC50;
  border: 1px solid #43AC50;
}
.payment-method .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/Icon _ thick.svg");
}
.payment-method .custom-control-label::after {
  top: -2px;
  left: -23px;
  width: 1.5rem;
  height: 1.5rem;
}
.payment-method .payment-card {
  padding: 10px 20px;
}

.order-details-container {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  padding: 27px 30px;
}
.order-details-container h3 {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(76, 112, 213, 0.3);
}
.order-details-container .row {
  padding-top: 10px;
}
.order-details-container .question {
  color: #98A1BB;
  font-family: "DejaVu Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 5px;
}
.order-details-container .detail-info {
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.card-types img {
  height: 22px;
  margin-left: 22px;
}
.card-types .visa {
  height: 14px;
}

.save-card {
  position: relative;
}
.save-card span {
  opacity: 0.5;
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 10px;
  position: absolute;
  bottom: -15px;
  left: 30px;
}

.payBtn {
  border-radius: 26px;
  background-color: #43AC50;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 11px 26px;
  margin-top: 0px;
  margin-bottom: 33px;
}

.beagle-img {
  width: 66px;
  height: 61px;
  background-color: #D7DEF6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.beagle-img .img-pending {
  width: 43px;
}

.st-pending {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 55px;
}
.st-pending h4 {
  opacity: 0.5;
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  max-width: 500px;
  padding: 30px 0px;
}

.pickedup-status h5 {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.pickedup-status .services-list {
  margin-top: 10px;
}
.pickedup-status .services-list h6 {
  /*margin-left: 28px;*/
}
.pickedup-status .status-info {
  opacity: 0.5;
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 16px;
  margin-right: 55px;
}
.pickedup-status .fixed-price .price {
  color: #43AC50;
}
.pickedup-status .pickedup-status-text {
  opacity: 0.5;
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 16px;
  text-align: center;
  margin: 30px 76px;
  line-height: 28px;
}
.pickedup-status .payBtn {
  justify-self: flex-end;
  margin-left: auto;
}

.checked-service .price {
  color: #43AC50;
}

@media (max-width: 1199px) {
  .pending:after {
    width: 36px !important;
  }

  .assigned:after {
    width: 36px !important;
  }

  .pickedup:after {
    width: 36px !important;
  }

  .working:after {
    width: 36px !important;
  }

  .beagle-img {
    width: 61px;
  }
}
.tab-order-status {
  background-color: #FAFBFE !important;
}
.tab-order-status .card-header-tabs {
  background-color: #FAFBFE !important;
}
.tab-order-status .card-header-tabs .nav-link.active {
  background-color: #FAFBFE !important;
}

.card-order-details {
  background-color: #FAFBFE !important;
  padding-bottom: 20px;
  padding-top: 0px;
}

.footer-account {
  background-color: #fafbfe;
}

.personal-settings .form-info {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid rgba(76, 112, 213, 0.3);
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.personal-settings .info-box {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  display: block;
  padding: 30px;
}
.personal-settings .info-box a {
  display: block;
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  /* font-weight: 300; */
  line-height: 24px;
  margin-bottom: 20px;
  cursor: pointer !important;
}

.col-info .personal-info {
  justify-content: space-between;
}
.col-info .personal-info .form-group {
  width: 48%;
}

.nav-item-mobile:focus {
  color: red !important;
}

.profile-page {
  background-color: #fafbfe;
  min-height: 100vh;
}

.update-pinfo, .update-cinfo, .add-card {
  border-radius: 20px;
  background-color: #4C70D5;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  padding: 8px 14px;
  margin-top: 15px;
  min-width: 200px;
  height: 41px;
}

.saved-cards {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  padding: 30px;
}
.saved-cards .saved-card-container {
  padding: 20px;
  border: 1px solid #D7DEF6;
  border-radius: 5px;
  background-color: #FFFFFF;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.saved-cards .saved-card-container .card-num {
  margin-bottom: 0px;
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 16px;
}
.saved-cards .saved-card-container img {
  margin-right: 15px;
}
.saved-cards .saved-card-container i {
  color: #4C70D5;
}

.active-link {
  color: #4C70D5 !important;
  font-family: "DejaVu Sans M";
  font-weight: bold;
  line-height: 24px;
}

.raiting-selector {
  display: flex;
}

.raiting-selector input {
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.img-smile, .raiting-selector input:active + .img-smile {
  opacity: 0.9;
}

.raiting-selector input:checked + .img-smile {
  -webkit-filter: none;
  -moz-filter: none;
  filter: contrast(0) sepia() saturate(8) brightness(1.1) hue-rotate(-20deg) drop-shadow(0.2px 0 0 #ffba29) drop-shadow(0 0.2px 0 #ffba29) drop-shadow(0 -0.2px 0 #ffba29) drop-shadow(-0.2px 0 0 #ffba29);
}

.img-smile {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.img-smile:hover {
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  filter: contrast(0) sepia() saturate(8) brightness(1.1) hue-rotate(-20deg) drop-shadow(0.2px 0 0 #ffba29) drop-shadow(0 0.2px 0 #ffba29) drop-shadow(0 -0.2px 0 #ffba29) drop-shadow(-0.2px 0 0 #ffba29);
}

#Paymodal #service-list {
  width: 100%;
}
#Paymodal .pay-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.copy-notification {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999999;
  width: 150px;
  margin-top: -30px;
  margin-left: -85px;
  display: none;
  text-align: center;
}

.btn-bank-account-tbc {
  margin-bottom: 10px;
}

.btn-bank-account {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #D7DEF6;
  border-radius: 5px;
  background-color: #FFFFFF;
  height: 50px;
  padding: 11px;
}
.btn-bank-account .clipboard-input {
  cursor: pointer;
}
.btn-bank-account p {
  margin-bottom: 0px;
  color: #060C1C;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.btn-bank-account i {
  color: #4C70D5;
}

#paybtn {
  border-radius: 26px;
  background-color: #43AC50;
  border: none;
  padding: 10px 25px;
  margin-top: 21px;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 21px;
  text-align: center;
}

.transp-bg {
  background: transparent;
  border: none;
  margin: 12px;
  color: #060C1C;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
}

.in-queue p {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.in-queue h6 {
  margin-bottom: 20px;
}
.in-queue .pay-item {
  display: flex;
  justify-content: space-between;
}

.modal-body .pay-item {
  width: 100%;
}

.payBtn1 {
  width: 180px;
  border-radius: 26px;
  background-color: #43AC50;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 11px 26px;
  margin-top: 30px;
  margin-bottom: 10px;
}

#PaymodalOne #service-list1 {
  width: 100%;
}
#PaymodalOne .pay-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#service-list2 {
  width: 100%;
}

.noorder-card h5 {
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  padding-top: 35px;
}
.noorder-card h4 {
  opacity: 0.5;
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  max-width: 460px;
  text-align: center;
  padding-top: 25px;
}
.noorder-card .btn-order-noorder {
  border-radius: 25px;
  background-color: #4C70D5;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  padding: 15px 63px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.noorder-card .btn-order-noorder:hover {
  text-decoration: none;
}

#OrderCar .addorder {
  border-radius: 25px;
  background-color: #4C70D5;
  border: none;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: -30px !important;
  cursor: pointer;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#OrderCar h5 {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
#OrderCar .modal-content {
  max-width: 540px;
  width: 100%;
}
#OrderCar .modal-content #orderAddForm {
  padding: 0px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#OrderCar .modal-content #orderAddForm .tavidanve-dasamali {
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(76, 112, 213, 0.2);
  border-radius: 3px;
  background-color: #FAFBFE;
  color: #808591;
  padding: 13px 15px;
  color: #060C1C;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
}
#OrderCar .modal-content #orderAddForm .tavidanve-dasamali img {
  width: 24px;
  height: 24px;
}
#OrderCar .modal-content #orderAddForm .car-specs-profile {
  color: #060C1C !important;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
}
#OrderCar .modal-content #orderAddForm .inputs-group .form-group {
  width: 49%;
}
#OrderCar .modal-content #orderAddForm .form-control {
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(76, 112, 213, 0.2);
  border-radius: 3px;
  background-color: #FAFBFE;
  color: #808591;
}
#OrderCar .modal-content textarea {
  height: 80px;
}
#OrderCar .close-modal {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -35px;
  background-color: transparent;
  border: none;
}
#OrderCar .close-modal i {
  color: #FFF;
  font-size: 24px;
  background-color: transparent;
}

@media (max-width: 500px) {
  #OrderCar {
    padding-right: 0px;
  }
  #OrderCar .close-modal {
    right: 0px;
    top: 3px;
  }
  #OrderCar .close-modal i {
    color: black;
  }
}
.select-time {
  position: relative;
}
.select-time:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d7";
  font-size: 23px;
  position: absolute;
  top: 9px;
  right: 8px;
  z-index: 9;
  color: #808591;
  font-weight: bold;
  pointer-events: none;
}

.finished-order .btn-details {
  border: 1px solid #4C70D5;
  border-radius: 26px;
  background-color: #FAFBFE;
  color: #060C1C;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  padding: 10px 30px;
}
.finished-order .btn-details:hover {
  text-decoration: none;
}
.finished-order .total-price {
  position: absolute;
  left: 45%;
}
.finished-order .rate-info {
  position: absolute;
  right: 34px;
}
.finished-order .card-body {
  position: relative;
}
.finished-order .car-container {
  position: absolute;
  left: 45%;
}
.finished-order .rate-info {
  color: #444655;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 8px;
}
.finished-order .rate-info p {
  color: #444655;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.example-open .modal-backdrop {
  background-color: #2C2D3B;
  opacity: 0.4;
}

#AddCar #CarAddForm {
  display: flex;
  flex-direction: column;
}
#AddCar .form-control {
  max-width: unset !important;
}
#AddCar .addorder {
  border-radius: 25px;
  background-color: #4C70D5;
  border: none;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
#AddCar h5 {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
#AddCar .modal-content {
  max-width: 540px;
  width: 100%;
}
#AddCar .modal-content #orderAddForm {
  padding: 0px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#AddCar .modal-content #orderAddForm .tavidanve-dasamali {
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(76, 112, 213, 0.2);
  border-radius: 3px;
  background-color: #FAFBFE;
  color: #808591;
  padding: 13px 15px;
  color: #060C1C;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
}
#AddCar .modal-content #orderAddForm .tavidanve-dasamali img {
  width: 24px;
  height: 24px;
}
#AddCar .modal-content #orderAddForm .car-specs-profile {
  color: #060C1C !important;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
}
#AddCar .modal-content #orderAddForm .inputs-group .form-group {
  width: 49%;
}
#AddCar .modal-content #orderAddForm .form-control {
  max-width: unset !important !important;
  width: 100%;
  border: 1px solid rgba(76, 112, 213, 0.2);
  border-radius: 3px;
  background-color: #FAFBFE;
  color: #808591;
  padding: 10px 15px;
}
#AddCar .modal-content textarea {
  height: 80px;
}
#AddCar .close-modal {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -35px;
  background-color: transparent;
  border: none;
}
#AddCar .close-modal i {
  color: #FFF;
  font-size: 24px;
  background-color: transparent;
}
#AddCar .inputs-group .form-group {
  width: 49% !important;
}

.hidden-feedback {
  font-size: 12px;
  color: #ff0018;
  padding-left: 15px;
  font-weight: bold;
  line-height: 24px;
}

.fixed-bottom {
  margin-bottom: 0px !important;
}
.fixed-bottom .close-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px !important;
}
.fixed-bottom .new {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px !important;
}
.fixed-bottom .nav-mobile-logo {
  width: 100%;
  margin: 0 auto;
}
.fixed-bottom .mobile-nav-icon {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.fixed-bottom .nav-icon-text {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 6px;
}

@media (max-width: 499px) {
  .dashboard-account {
    /*margin-top: -63px;*/
    padding: 25px 0px !important;
  }
  .dashboard-account .dashboard .card-order-details {
    padding: 20px 0px !important;
  }
  .dashboard-account .container {
    margin-top: 0px !important;
  }
  .dashboard-account .tab-card .card-header {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  #display {
    position: fixed;
    top: 0px;
  }
}
.responsive-working {
  background-color: transparent !important;
  box-shadow: none !important;
  margin-top: -10px;
}
.responsive-working .payBtn {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  letter-spacing: 1px;
  font-family: "Dejavu Sans";
}
.responsive-working .order-statuses {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px !important;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  border: none !important;
  padding: 15px 35px 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.responsive-working .order-statuses .up-click {
  position: absolute;
  right: 17px;
  font-size: 20px;
  margin-top: 5px;
}
.responsive-working .order-statuses .date-time {
  font-size: 12px;
}
.responsive-working .order-statuses .status {
  font-size: 16px;
}
.responsive-working .order-statuses p {
  margin-left: 25px;
}
.responsive-working .order-statuses img {
  position: absolute;
  left: -11px;
  top: 12px;
}
.responsive-working .pending::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px solid #4c70d5;
}
.responsive-working .assigned::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px solid #4c70d5;
}
.responsive-working .pickedup::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px solid #4c70d5;
}
.responsive-working .working::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px dashed #4c70d5;
  opacity: 0.3;
}
.responsive-working .tab-card-working {
  background-color: #FFF;
  margin: 0px 0px;
  border-radius: 6px;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  padding-bottom: 10px;
}
.responsive-working .tab-card-working .tab-card-header {
  margin-top: 0px !important;
}
.responsive-working .tab-card-working .nav-link {
  font-size: 13px;
}
.responsive-working .b-method {
  cursor: pointer;
}
.responsive-working .card-car-info {
  border: none;
  margin-top: 10px;
}
.responsive-working .card-car-info .order-details-container {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: none !important;
  padding: 27px 30px;
  border-top: 1px solid rgba(76, 112, 213, 0.3);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: -3px;
}
.responsive-working .card-car-info .order-details-container h3 {
  border: none;
}
.responsive-working .card-car-info .card-header {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  border: none !important;
  padding: 5px !important;
}
.responsive-working .card-car-info .card-header .btn-details {
  width: 100%;
  cursor: pointer;
}
.responsive-working .card-car-info .card-header .btn-details:hover {
  text-decoration: none !important;
}
.responsive-working .card-car-info .card-header .btn-details:focus {
  text-decoration: none !important;
}
.responsive-working .card-car-info .card-header .btn-details p {
  margin-bottom: 0pc;
  color: #2C2D3B;
  font-family: "License Plate";
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  margin-left: -30px;
}
.responsive-working .card-car-info .card-header .btn-details i {
  font-size: 20px;
  color: #2C2D3B;
}
.responsive-working .card-body {
  padding: 0px 0px 20px !important;
}
.responsive-working .assistant-container {
  padding: 18px 20px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
}
.responsive-working .assistant-phone {
  border: 1px solid #4C70D5;
  border-radius: 30px;
  background-color: #4C70D5;
  padding: 13px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "DejaVu Sans";
  font-size: 20px;
  font-weight: 300;
  line-height: 16px;
}
.responsive-working .user-profile-img {
  margin-right: 20px;
}
.responsive-working .assistant-name {
  margin-bottom: 5px;
}
.responsive-working .active-status {
  margin-left: -16px;
  margin-top: -8px;
  margin-bottom: -15px;
}
.responsive-working .active-status .down-click {
  position: absolute;
  right: 17px;
  font-size: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.responsive-working .active-status .working::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: none !important;
  opacity: 0.3;
}
.responsive-working .active-status p {
  margin-left: 0px;
}

.click-status {
  width: 100%;
}

@media (max-width: 991px) {
  #myTab {
    border-bottom: 5px solid rgba(76, 112, 213, 0.3);
  }
  #myTab .nav-item {
    width: 50%;
    text-align: center;
    margin-bottom: -6px !important;
  }
}
.pickedup-resp .payBtn1 {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  letter-spacing: 1px;
  font-family: "Dejavu Sans";
}
.pickedup-resp .picked-up .pickedup::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px dashed #4c70d5;
}
.pickedup-resp .picked-up .finished img {
  top: 30px;
}
.pickedup-resp .picked-up .finished p {
  margin-top: 30px !important;
}
.pickedup-resp .statuses {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-width: 67px;
  text-align: center;
}
.pickedup-resp .working .status {
  color: rgba(76, 112, 213, 0.3) !important;
}
.pickedup-resp .date-time {
  opacity: 0.5;
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 10px;
  font-weight: 300;
  line-height: 11px;
  text-align: center;
}
.pickedup-resp .no-after::after {
  content: none !important;
}
.pickedup-resp .pickedup-status {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
}
.pickedup-resp .pickedup-status .services-list h6 {
  margin-left: 0px;
}
.pickedup-resp .pickedup-status .pickedup-status-text {
  margin: 30px 5px;
}
.pickedup-resp .pickedup-status .status-info {
  margin-right: 25px;
}

.respons-review {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px !important;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  border: none !important;
  margin: 0px 0px !important;
}
.respons-review .reviewBtn {
  width: 100%;
  height: 52px;
}

.resp-pending .pending-beagle {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  border: none !important;
  padding: 8px 14px !important;
}
.resp-pending .statuses:not(.pending) {
  margin-bottom: 10px;
}
.resp-pending .pending .status {
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.resp-pending .pending::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px solid #4c70d5;
}
.resp-pending .assigned::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px dashed #4c70d5;
  opacity: 0.3;
}
.resp-pending .pickedup::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px dashed #4c70d5;
  opacity: 0.3;
}
.resp-pending .working::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px dashed #4c70d5;
  opacity: 0.3;
}
.resp-pending .no-after::after {
  content: none !important;
}

.resp-assigned .statuses:not(.pending):not(.assigned) {
  margin-bottom: 10px;
}
.resp-assigned .pending::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px solid #4c70d5;
}
.resp-assigned .assigned::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px solid #4c70d5;
}
.resp-assigned .pickedup::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px dashed #4c70d5;
  opacity: 0.3;
}
.resp-assigned .working::after {
  content: "";
  width: 0 !important;
  height: 45px;
  position: absolute;
  top: 9px;
  left: 0px;
  border: 1px dashed #4c70d5;
  opacity: 0.3;
}
.resp-assigned .no-after::after {
  content: none !important;
}

/*.responsive-working{
    display:none;
}*/
/*@media(max-width:991px){
    .responsive-working{
        display:block
    }
    .non-response{
        display:none;
    }
    .respons-details{
        display:none;
    }
}*/
@media (min-width: 991px) {
  .order-statuses .statuses {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 67px;
    text-align: center;
  }
}
@media (max-width: 499px) {
  .profile-page {
    margin-top: -63px;
  }
}
@media (max-width: 767px) {
  .personal-info-container {
    margin-top: 40px;
  }

  .psw-container {
    margin-top: 40px;
  }
}
#accordionExampleDetails {
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
}
#accordionExampleDetails #textareaText {
  border: 1px solid #D7DEF6;
  border-radius: 5px;
  background-color: rgba(215, 222, 246, 0.2);
  padding: 10px 19px;
  min-height: 70px;
}
#accordionExampleDetails .btn-review {
  background-color: #4C70D5;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  /* line-height: 21px; */
  text-align: center;
  padding: 10px 29px;
}
#accordionExampleDetails .add-comment {
  padding: 0 27px;
}
#accordionExampleDetails .responsive-finished-details {
  padding: 5px 14px !important;
}
#accordionExampleDetails .responsive-finished-details .rate-info {
  position: inherit !important;
}
#accordionExampleDetails .responsive-finished-details .car-container {
  position: inherit !important;
}
#accordionExampleDetails .responsive-finished-details .car-container .car-num {
  width: 100%;
  text-align: center;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px !important;
}
#accordionExampleDetails .responsive-finished-details .order-date-status {
  display: flex !important;
}
#accordionExampleDetails .responsive-finished-details .order-date-status .total-price {
  position: inherit !important;
}
#accordionExampleDetails .div-review {
  padding: 20px 30px 1px;
}
#accordionExampleDetails .your-review {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
#accordionExampleDetails .review-text {
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
}
#accordionExampleDetails .my-orders {
  box-shadow: none !important;
}
#accordionExampleDetails .order-details-container {
  box-shadow: none !important;
}
#accordionExampleDetails .card-car-info {
  border-radius: 5px;
}
#accordionExampleDetails .card:last-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#accordionExampleDetails .card:first-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#accordionExampleDetails .btn-details {
  cursor: pointer !important;
}
#accordionExampleDetails .btn-details:focus {
  outline: none;
}

.reportModalCenter .modal-header {
  border-bottom: none;
}
.reportModalCenter .modal-title {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 100%;
  border-bottom: none;
}
.reportModalCenter #reportText {
  border: 1px solid rgba(76, 112, 213, 0.2);
  border-radius: 3px;
  background-color: #FAFBFE;
  min-height: 107px;
  max-width: 300px;
  margin: 0 auto;
}
.reportModalCenter p {
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
.reportModalCenter #btnReportSubmit {
  border-radius: 26px;
  background-color: #4C70D5;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 21px;
  text-align: center;
  margin: 0 auto;
  padding: 9px 50px;
}
.reportModalCenter .modal-footer {
  border-top: none !important;
}

.car-num-input {
  color: #060C1C;
  font-family: "License Plate";
  font-size: 24px;
  line-height: 28px;
}

.car-num-input::-webkit-input-placeholder {
  font-family: "DejaVu Sans";
  font-size: 14px;
}

.car-num-input:-ms-input-placeholder {
  font-family: "DejaVu Sans";
  font-size: 14px;
}

.car-num-input:-moz-placeholder {
  font-family: "DejaVu Sans";
  font-size: 14px;
}

.car-num-input::-moz-placeholder {
  font-family: "DejaVu Sans";
  font-size: 14px;
}

#AddCar .pickup-period {
  padding: unset !important;
}
#AddCar .bootstrap-select .dropdown-toggle {
  height: 50px;
  padding: 12px;
  width: 100% !important;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background-color: #fafbfe;
  font-family: "Dejavu Sans";
  color: #737e89 !important;
}

#OrderCar .dropdown-toggle {
  height: 50px;
}

.invalid-feedback-new {
  color: red;
}

.invalid-feedback-new2 {
  color: red;
}

.input-error {
  border-color: red;
}

.clipboard-input {
  border: none;
  margin-bottom: 0px;
  color: #060C1C;
  padding-left: 7px;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  width: 210px;
}

.profile-image img {
  width: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
  height: 100px;
  /* border: 3px solid #0000; */
  box-shadow: 0 11px 20px 0 rgba(76, 112, 213, 0.23);
}

@media (max-width: 500px) {
  .clipboard-input {
    font-size: 13px;
  }
}
.font-size {
  font-size: 12px;
}

#CaruGift .form-cotrol {
  width: 85% !important;
}
#CaruGift h3 {
  color: #060C1C;
  font-family: "DejaVu Sans";
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
}
#CaruGift p {
  color: #060C1C;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding-top: 10px;
}
#CaruGift h4 {
  color: #4C70D5;
  font-family: "DejaVu Sans";
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  padding-top: 15px;
}
#CaruGift .forms {
  padding-top: 10px;
}
#CaruGift button {
  border-radius: 24px;
  background-color: #4C70D5;
  border: none;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 21px;
  text-align: center;
  padding: 12px 38px;
  margin-top: 10px;
}
#CaruGift .pr-bar {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#CaruGift .prbr {
  height: 10px;
  width: 100%;
  /* background-color: #000; */
  background-color: #D7DEF6;
  margin-right: 5px;
}
#CaruGift .prbr.prbr1 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#CaruGift .prbr.prbr5 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#CaruGift .prbr.active {
  background-color: #43ac50;
}
#CaruGift h5 {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 20px;
}
#CaruGift h2 {
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 15px;
}
#CaruGift img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #CaruGift img {
    margin-top: 50px;
  }
}

.nav-gift {
  display: flex;
  align-items: center;
}
.nav-gift p {
  margin-bottom: 0px !important;
  margin-bottom: 0px !important;
  color: #43AC50;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
}
.nav-gift p i {
  margin-right: 5px;
}

.gift-container {
  background: linear-gradient(90deg, #A6B7EA 0%, #ABA8F4 100%);
  box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
  padding: 15px 30px;
  margin: 15px;
  /* opacity: 0.5; */
  border-radius: 5px;
}
.gift-container p {
  color: #FFFFFF;
  font-family: "DejaVu Sans";
  font-size: 16px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 15px;
}
.gift-container button {
  border: 1px solid #4C70D5;
  border-radius: 26px;
  background-color: #FAFBFE;
  color: #060C1C;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  /* margin-top: 24px; */
  text-align: center;
  padding: 11px 43px;
}
.gift-container img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .gift-container img {
    width: 120px;
    position: absolute;
    right: -6px;
    max-width: unset !important;
  }
  .gift-container button {
    padding: 11px 27px;
  }
}

#giftModal .close-modal {
  position: absolute;
  right: -70px;
  top: -70px;
  background-color: transparent;
  border: none;
  font-size: 26px;
  color: #FFF;
  cursor: pointer;
}
#giftModal .close-modal i {
  color: #FFF;
  font-size: 24px;
  background-color: transparent;
}
#giftModal h5 {
  color: #2C2D3B;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
#giftModal .modal-body {
  padding: 25px 25px 45px;
  max-width: 387px;
  margin: 0 auto;
}
#giftModal .modal-body p {
  color: #2C2D3B;
  font-family: "DejaVu Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
#giftModal button {
  border-radius: 26px;
  background-color: #4C70D5;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 21px;
  text-align: center;
  padding: 10px 45px;
  margin-top: 30px;
}
#giftModal .modal-header {
  padding-top: 50px;
}
#giftModal .modal-content {
  max-width: 100%;
}

.resp-iban {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px !important auto;
  margin: 5px 14px 5px;
  border: 1px solid #D7DEF6;
  border-radius: 5px;
  background-color: #FFFFFF;
  height: 50px;
  padding: 11px;
}
.resp-iban .clipboard-input {
  padding-left: 0px;
}

.resp-iban1 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px !important auto;
  margin: 5px 0px;
  border: 1px solid #D7DEF6;
  border-radius: 5px;
  background-color: #FFFFFF;
  height: 50px;
  padding: 11px;
}
.resp-iban1 .clipboard-input {
  padding-left: 0px;
}

.pay-item-sum {
  background-color: #2254a5;
  color: #FFF;
}

.modal-num .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-num .modal-content {
  margin: auto !important;
  display: flex;
}
.modal-num .modal-footer {
  border-top: none !important;
}
.modal-num .btn-prof {
  height: 42px;
  width: 100%;
  border-radius: 20px;
  background-color: #4C70D5;
  color: #FFFFFF;
  font-family: "DejaVu Sans M";
  font-size: 14px;
  font-weight: bold;
  max-width: 200px;
  display: flex;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.modal-num .btn-prof:hover {
  text-decoration: none;
}
.modal-num .btn-prof:focus {
  background-color: rgba(215, 222, 246, 0.73);
}
.modal-num .closeprof {
  position: absolute;
  top: -40px;
  right: -20px;
  font-size: 33px;
  color: #FFF;
  opacity: 1;
}
.modal-num .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remove-cars {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
  color: #2254a5;
  font-family: "Dejavu Sans";
  margin-left: auto;
  font-size: 13px;
}
.remove-cars i {
  color: #2254a5;
  font-size: 18px;
}

.remove-carid {
  color: #2254a5 !important;
  font-size: 13px !important;
  text-decoration: underline !important;
}

.img-cont {
  height: 130px;
  width: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.comment-section-bg {
  border: 1px solid #f9fbfd;
  background-color: #f8fafd;
  padding: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.comment-section-bg .comment-area p {
  color: #625959;
  font-family: "DejaVu Sans";
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 20px;
}
.comment-section-bg .comment-images-div img {
  width: 130px;
  height: 130px;
  margin-right: 15px;
  margin-bottom: 15px;
  object-fit: contain;
  background-color: #e2e9f4;
}

.comments-with-status h5 {
  color: #525B6D;
  font-family: "DejaVu Sans";
  font-size: 15px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 18px;
}

.url-images {
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}

.url-images:hover {
  opacity: 0.7;
}

/* The Modal (background) */
#myModalImg {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-left: 0px;
  background: rgba(128, 133, 170, 0.17);
}

/* Modal Content (Image) */
.img-content {
  margin: auto;
  display: block;
  margin: auto;
  height: 100%;
  max-width: 100%;
  max-width: 500px;
  OBJECT-FIT: CONTAIN;
  BACKGROUND-COLOR: TRANSPARENT;
  BORDER: NONE;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.img-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
#myModalImg .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 999;
}

#myModalImg .close:hover,
#myModalImg .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  #myModalImg .modal-content {
    width: 92%;
  }

  .comment-section-bg .comment-images-div img {
    width: 76px;
    height: 76px;
    margin-right: 8px;
    margin-bottom: 15px;
    object-fit: contain;
    background-color: #e2e9f4;
  }

  .container-margin {
    margin: -15px;
    margin-top: 0px !important;
    padding: 27px 20px;
  }

  .my-orders {
    margin-bottom: 0px !important;
  }

  .comment-section-bg {
    margin: 10px -20px 20px;
  }
}
.img-icon {
  position: relative;
}
.img-icon i {
  position: absolute;
  right: 23px;
  top: 8px;
  color: #FFF;
  height: 18px;
  width: 18px;
  border-radius: 2px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(117, 122, 153, 0.58);
}

.btns-order {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.btns-order a {
  border-radius: 25px;
  background-color: #4C70D5;
  color: #FFFFFF !important;
  font-family: "HelveticaC";
  font-size: 12px !important;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  padding: 15px 20px !important;
  margin-top: 15px;
  margin-bottom: 30px;
  cursor: pointer;
}

@media (max-width: 1198px) {
  .btns-order {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .btns-order a {
    border-radius: 25px;
    background-color: #4C70D5;
    color: #FFFFFF !important;
    font-family: "HelveticaC";
    font-size: 11px !important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    padding: 15px 8px !important;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.two-btns {
  display: flex;
  width: 65.6666666667%;
  justify-content: space-between;
}

.one-btn {
  display: flex;
  width: 33.3333333333%;
}

@media (max-width: 992px) {
  .btns-order {
    flex-direction: column;
    align-items: center;
  }

  .btns-order a {
    width: 80%;
    height: unset;
    display: flex;
    align-items: center;
    margin: 0px !important;
    font-size: 11px !important;
    justify-content: center;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }

  .one-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .two-btns {
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
}
.comment-area-zero {
  border: 1px solid #f8fafd;
  background-color: #f8fafd;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comment-area-zero p {
  opacity: 0.48;
  color: #2251A3;
  font-family: "DejaVu Sans";
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 15px;
  margin-top: 11px;
}

.oil-div {
  color: #414ca0;
  font-size: 13px;
  margin-bottom: 10px;
}
.oil-div img {
  width: 25px;
  margin-right: 10px;
}

.make-oveflow {
  max-height: 500px;
  overflow-y: auto;
}

/*Custom Toggle*/
.profile-status {
  margin-bottom: 16px;
}

label.toggle-control {
  line-height: 24px;
  margin-bottom: 0;
}

.toggle-control {
  line-height: 1;
  display: block;
  position: relative;
  /*padding-left: 100px;
  margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle-control-label {
  display: inline-block;
  margin-right: 60px;
}

.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.toggle-control input:checked ~ .control {
  background-color: dodgerblue;
}

.toggle-control input:checked ~ .control:after {
  left: 27px;
}

.toggle-control .control {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 50px;
  border-radius: 25px;
  background-color: darkgray;
  transition: background-color 0.15s ease-in;
}

.toggle-control .control:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 21px;
  height: 21px;
  border-radius: 25px;
  background: white;
  transition: left 0.15s ease-in;
}

.sk-table {
  display: table;
  width: 100%;
  font-family: DejaVu Sans;
  box-shadow: 0 10px 20px 0 rgba(76, 112, 213, 0.1);
  margin-bottom: 40px;
}
.sk-table--m-t-16 {
  margin-top: 16px;
}
.sk-table__header {
  display: table-header-group;
  font-weight: bold;
  background-color: #f2f2f2;
}
.sk-table__item {
  display: table-cell;
  padding: 4px;
  font-size: 12px;
  /* &:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
  }*/
}
.sk-table__item--load {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.sk-table__content {
  display: table-row-group;
  background-color: #ffffff;
}
.sk-table__row {
  display: table-row;
}
.sk-table__row:hover {
  background: #fafafa;
}
.sk-table__row--head:first-child .sk-table__item {
  display: table-cell;
  padding: 2px 4px;
  font-size: 12px;
}
.sk-table__row--head:first-child .sk-table__item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0px;
}
.sk-table__row--head:first-child .sk-table__item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
}
.sk-table__row:last-child:not(.sk-table__row--head) .sk-table__item {
  display: table-cell;
  padding: 2px 4px;
  font-size: 12px;
}
.sk-table__row:last-child:not(.sk-table__row--head) .sk-table__item:first-child {
  border-bottom-left-radius: 4px;
}
.sk-table__row:last-child:not(.sk-table__row--head) .sk-table__item:last-child {
  border-bottom-right-radius: 4px;
}
.sk-table__action {
  background: #fff;
  border: 0 none;
  cursor: pointer;
}

.select-all-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 8px 0 0;
  margin-bottom: -20px;
}
.select-all-container input {
  cursor: pointer;
}
.select-all-container label {
  margin: 0;
  padding: 8px;
  cursor: pointer;
}

.skills-list {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.skills-list__data {
  overflow-x: auto;
  height: 370px;
}

.add-skill {
  border: 1px solid #0056b3;
  border-radius: 16px;
  padding: 8px 16px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}
.add-skill:focus {
  outline: none;
}
.add-skill i {
  margin-left: 8px;
}

.skill-form {
  background: #fff;
  padding: 24px;
  position: relative;
  display: none;
}
.skill-form__close {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 0 none;
  background: none;
  cursor: pointer;
}
.skill-form__close:focus {
  outline: none;
}

.skills-actions {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .skills-list {
    padding: 8px 4px;
  }

  .skill-form {
    padding: 0;
  }
  .skill-form__close {
    right: 8px;
    top: 8px;
  }

  .form-profile {
    padding: 24px 12px;
  }

  .sk-table {
    box-shadow: none;
  }

  .select-all-container {
    margin-bottom: -10px;
  }
}
/*Spinner*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #4C70D5;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.dropdown-menu.show {
  z-index: 1030;
}
