.car-thumb {
  position: relative;

  display: block;

  transition: transform 0.2s;

  width: 120px;

  height: auto;

  margin-left: auto;

  margin-right: auto;

  object-fit: cover;
}

/* .car-thumb:hover {

    -ms-transform: scale(2.5); 

  -webkit-transform: scale(2.5); 

  transform: scale(2.5); 

  z-index: 9999;

} */

.table td,
.table th {
  text-align: center;

  vertical-align: middle;
}

.left-text-table table td,
table th {
  text-align: left;

  vertical-align: middle;
}

.no-info {
  width: 100%;

  height: 400px;

  font-size: 18px;

  text-align: center;

  vertical-align: middle;

  font-weight: bold;
}

.upload_in {
  width: 100%;

  border: 1px #d1d3e2 solid;

  border-radius: 8px;
}

.upload-in-txt {
  width: 300px;

  padding-left: 10px;

  padding-top: 10px;
}

.success {
  width: 300px;

  color: rgb(36, 153, 36);
}

.error {
  font-size: 15px;

  width: 500px;

  color: rgb(215, 46, 43);

  margin-top: 10px;
}

.uploading-status {
  width: 300px;
}

.user-info {
  border: 1px #d1d3e2 solid;

  border-radius: 8px;

  padding: 10px;
}

.edit-user-info {
  border-left: 1px #d1d3e2 solid;

  padding-top: 5px;
}

.billing-img {
  width: auto;

  height: 31px;

  margin-left: 8px;
}

/* .billing-img:hover {

  -ms-transform: scale(5.5); 

  -webkit-transform: scale(5.5);

  transform: scale(5.5); 

  z-index: 9999;

} */

.attached-invoice {
  margin-left: 8px;

  font-size: 30px !important;

  color: #c20707;
}

.no-invoice {
  font-size: 25px !important;

  margin-left: 8px;
}

.inv-label {
  vertical-align: top;

  font-weight: bold;

  font-size: 13px;
}

.inv-container {
  border-right: 1px #d1d3e2 solid;

  text-align: center;
}

.inv-image {
  width: 100px;
  height: auto;
}

.selectboxx {
  width: 100% !important;
}

.message-modal-title {
  font-size: 16px !important;

  font-weight: bold !important;
}

.message-modal-text {
  font-size: 14px !important;
}

/* Message Accordion */

.accordion-msg {
  background-color: #f5f6fa;
  color: #444;
  cursor: pointer;
  padding: 18px;
  margin: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.95rem;
  transition: 0.4s;
  border: 1px #d5d5d5 solid;
  border-radius: 0.8rem;
}

.accordion-msg.active {
  background-color: #343333;
  background-image: linear-gradient(to right, #3f3f3f, #272727);
  color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
}

.accordion-msg:after {
  content: "\002B";

  color: #777;

  font-weight: bold;

  float: right;

  margin-left: 5px;
}

.accordion-msg.active:after {
  content: "\2212";
  color: #fff;
}

.panel {
  font-size: 0.9rem;
  padding: 0 18px;
  background-color: #f5f6fa;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 0.8rem 0.8rem;
  margin-bottom: 12px;
}

.msg-date {
  font-size: 12px;
  padding-top: 5px;
}
.mark-messages {
  color: #a7a7a7;
  cursor: pointer;
}
.msg-dotted-menu {
  display: inline-flex;
}
.mark-all {
  margin-right: 9px;
  display: none;
}
.msg-container {
  width: 100%;
  padding: 0 10px;
}
.del-msg-checkbox {
  display: none;
  align-content: center;
  text-align: center;
  width: 45px;
}

/* MAIN INFO POPUP */

#ac-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.208);
  z-index: 1001;
}
#popup {
  width: 555px;
  min-height: 175px;
  background: #ffffff;
  border: 1px solid #aeaeae;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: #aeaeae 0px 0px 3px 3px;
  -moz-box-shadow: #aeaeae 0px 0px 3px 3px;
  -webkit-box-shadow: #aeaeae 0px 0px 3px 3px;
  position: relative;
  top: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px;
}
.img-wrap {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.edit-car-img {
  width: 79px;
  height: auto;
  margin: 0 0 5px 5px;
  border-radius: 5px;
}

.del-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  background-color: #000000b9;
  padding: 0 0 2px 0;
  color: #b4b4b4;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  height: 16px;
  width: 16px;
  line-height: 0;
  border-radius: 50%;
  border: 0;
}

.del-badge:hover {
  background-color: #000000e3;
  color: #dadada;
}
.img-preview img {
  width: 130px;
  height: auto;
  padding: 4px;
  border-radius: 12px;
}
.upimg-preview img {
  width: 130px;
  height: auto;
  padding: 4px;
  border-radius: 12px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  background: #f1f1f1;
  color: #000;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 5px 0;
  margin-top: 8px !important;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  font-size-adjust: from-font !important;
  font-weight: bold !important;
}

.login-w {
  margin-top: 50% !important;
}

.cars-table {
  background: #fff;
  border: 1px #c9c9c9b0 solid;
  border-radius: 0.8rem;
}

.center {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.profile-form {
  width: 50%;
}

.label-on-top {
  position: absolute;
  top: -8px;
  left: 20px;
  padding: 0 3px;
  transition: all 0.2s;
  background: #fff;
  font-size: 10px;
  color: rgb(158, 158, 158);
}

:focus + .label-on-top {
  color: #202020;
  top: -10px;
  background: #fff;
}

@media (max-width: 768px) {
  .profile-form {
    width: 100%;
  }
}
