@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");

body {
  background-color: #f7f8ff;
  font-family: "Mulish", sans-serif;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

ul {
  padding: 0;
  list-style: none;
}

.top-header {
  margin: 0 auto 80px;
  padding: 20px 0;
  background-color: #070b13;
  box-shadow: 0 2px 7px 0 rgba(196, 196, 196, 0.34);
}

.top-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header .logo img {
  max-width: 130px;
  width: 100%;
  height: auto;
}

.top-header .controls a {
  font-size: 26px;
  color: #f26f22;
  margin-left: 24px;
}

.main {
  margin: auto;
}

.index-form {
  max-width: 550px;
  margin: auto;
}

.index-form .col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.index-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-control {
  border: 0;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 4%);
  line-height: 2.2;
  padding: 8px 10px 8px 10px;
  background: #f4f4f4;
}

.form-control:focus {
  box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 4%);
  outline: 0;
}

.form-control::placeholder {
  color: #778db9;
  font-weight: 300;
  letter-spacing: 0.6px;
}

select.form-control {
  /*    color: #778DB9;*/
  /*    font-weight: 300;*/
}

/*.icon-user:before {
    content: "\f007";
    position: absolute;
    bottom: 14px;
    left: 20px;
    font-family: "Font Awesome 5 pro";
    color: #778DB9;
    font-weight: 300;
}

.icon-info:before {
    content: "\f059";
    position: absolute;
    bottom: 13px;
    left: 20px;
    font-family: "Font Awesome 5 pro";
    color: #778DB9;
    font-weight: 300;
}

.icon-cin:before {
    content: "\f2bb";
    position: absolute;
    bottom: 13px;
    left: 20px;
    font-family: "Font Awesome 5 pro";
    color: #778DB9;
    font-weight: 300;
}

.icon-adresse:before {
    content: "\f5a0";
    position: absolute;
    bottom: 14px;
    left: 20px;
    font-family: "Font Awesome 5 pro";
    color: #778DB9;
    font-weight: 300;
}

.icon-envelop:before {
    content: "\f0e0";
    position: absolute;
    bottom: 14px;
    left: 20px;
    font-family: "Font Awesome 5 pro";
    color: #778DB9;
    font-weight: 300;
}

.icon-pass:before {
    content: "\f023";
    position: absolute;
    bottom: 14px;
    left: 20px;
    font-family: "Font Awesome 5 pro";
    color: #778DB9;
    font-weight: 300;
}

.icon-phone:before {
    content: "\f095";
    position: absolute;
    bottom: 14px;
    left: 20px;
    font-family: "Font Awesome 5 pro";
    color: #778DB9;
    font-weight: 300;
    transform: rotate(90deg);
}*/

.index-form .btn {
  background-color: #fc7e00;
  border-color: #fc7e00;
  width: fit-content;
  margin: 40px auto 0;
  display: block;
  font-weight: 300;
  line-height: 2;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: 0.3s;
}

.index-form .btn:hover {
  background-color: #ee7700;
  border-color: #ee7700;
}

.radio-items {
  display: flex;
  align-items: center;
}

.radio-item {
  position: relative;
  margin-right: 25px;
}

.radio-item label {
  position: relative;
  color: #778dba;
  display: flex;
  align-items: center;
}

.radio-item label:before {
  content: "";
  display: inline-block;
  min-width: 16px;
  height: 16px;
  border: 1px solid #bfc7d2;
  border-radius: 50px;
  position: relative;
  margin-right: 8px;
  box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 4%);
  background-color: #fff;
}

.radio-item input {
  position: absolute;
  opacity: 0;
}

.radio-item input:checked ~ label:before {
  content: "\f00c";
  background-color: #fc7e00;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  font-weight: 700;
  border-color: #fc7e00;
}

.nav-form {
  margin-bottom: 25px;
}

.nav-form a {
  margin-right: 15px;
  display: inline-block;
  font-size: 16px;
  color: #4b4c4c;
  text-decoration: none;
}

.nav-form a.active {
  text-decoration: none;
  color: #fc7e00;
  font-size: 24px;
  font-weight: 700;
}

.success-registration {
  text-align: center;
}

.success-registration p:first-child {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.success-registration p {
  font-size: 18px;
  color: #778db9;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.success-registration a {
  background-color: #fc7e00;
  border-color: #fc7e00;
  color: #fff;
  width: fit-content;
  margin: 40px auto 0;
  display: block;
  font-weight: 300;
  line-height: 2;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: 0.3s;
}

.success-registration a:hover {
  background-color: #ee7700;
  border-color: #ee7700;
}

.alert {
  border-radius: 10px;
}

.error-index-form {
  margin-bottom: 25px;
}

.error-index-form p {
  margin-bottom: 5px;
}

.error-index-form p:last-child {
  margin-bottom: 0;
}

.error-index-form i {
  font-size: 20px;
  margin-right: 20px;
  margin-top: 3px;
}

[data-target="log-form"],
[data-target="reg-form"],
.sm-bottom.navform {
  display: block;
  width: fit-content;
  margin: 15px auto 0;
  font-weight: 300;
  color: #778db9 !important;
  text-decoration: none;
  font-size: 15px;
}

.reg-form-title,
.log-form-title {
  text-align: center;
  font-size: 36px;
  color: #0f141e !important;
  font-weight: 900;
  font-family: "DM Serif Display", serif;
  letter-spacing: 2px;
}

.log-form-title {
  margin-bottom: 35px;
}

.reg-form-title {
  margin-bottom: 20px;
}

.reg-form-subtitle {
  text-align: center;
  letter-spacing: 0.6px;
  color: #778dba;
  margin-bottom: 20px;
}

.reg-type-account {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reg-type-account label {
  padding: 8px 25px;
  color: #0f141e;
  background-color: #f2f2f2;
  transition: 0.3s;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.6px;
  display: inline-block;
  cursor: pointer;
}

.reg-type-account div:first-child label {
  border-radius: 50px 0 0 50px;
}

.reg-type-account div:last-child label {
  border-radius: 0 50px 50px 0;
}

.reg-type-account input:checked ~ label,
.reg-type-account label:hover {
  background-image: linear-gradient(to top, #0f141e, #2b3853);
  color: #fff !important;
}

.reg-type-account input {
  position: absolute;
  opacity: 0;
}

.forgot-pass {
  display: block;
  margin: 8px 5px 0 auto;
  font-weight: 300;
  color: #778db9 !important;
  font-size: 15px;
  width: fit-content;
}

.list-auctions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.list-auctions .auction-item {
  position: relative;
  box-shadow: 0 0px 20px -8px rgba(0, 0, 0, 20%);
  border-radius: 15px;
}

.list-auctions .auction-img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.list-auctions .auction-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.list-auctions .auction-content {
  position: relative;
  border: 1px solid #e7edf3;
  border-radius: 0 0 15px 15px;
  padding: 25px 20px 25px;
  background-color: #fff;
}

.list-auctions .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.list-auctions .auction-content .title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-weight: 700;
  color: #0f141e;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  transition: 0.3s;
}

.list-auctions .auction-item:hover .title {
  color: #f37022;
}

.list-auctions .auction-content .flex-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.list-auctions .auction-content .price span {
  display: inline-block;
  background-color: #f26f22;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  letter-spacing: 0.6px;
  line-height: normal;
}

.list-auctions .auction-content .remaining {
  color: #f37021;
  font-weight: 700;
  font-size: 15px;
}

.list-auctions .auction-content .remaining i {
  font-size: 23px;
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.list-auctions .auction-content ul li {
  color: #778db9;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 15px;
}

.list-auctions .auction-content ul li i {
  min-width: 23px;
}

.list-veh-columns {
  display: grid;
  grid-template-columns: 70% 28%;
  justify-content: space-between;
}

.list-vehs .veh-item {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #e7edf3;
  border-radius: 15px;
  overflow: hidden;
}

.list-vehs .veh-item .veh-img {
  max-width: 300px;
  width: 100%;
  border-radius: 15px 0px 0px 15px;
  overflow: hidden;
  background-color: #fff;
}

.list-vehs .veh-item .veh-img div,
.list-vehs .veh-item .veh-img a {
  height: 100%;
}

.list-vehs .veh-item .veh-img img {
  min-height: 220px;
  object-fit: cover;
  height: 100%;
}

.list-vehs .veh-item .veh-content {
  padding: 25px 20px 25px;
  background-color: #fff;
  width: 100%;
}

.list-vehs .veh-item .veh-content .title {
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #0f141e;
}

.list-vehs .veh-item .veh-content .attributes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px 15px;
  margin-bottom: 0;
}

.list-vehs .veh-item .veh-content .attributes li {
  color: #778db9;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.6px;
}

.list-vehs .veh-item .veh-content .attributes li i {
  min-width: 20px;
  color: #fc7e00;
}

.list-vehs .veh-item .list-img-veh .slick-arrow {
  color: #fff;
  z-index: 1;
}

.list-vehs .veh-item .list-img-veh .slick-prev {
  left: 5px;
}

.list-vehs .veh-item .list-img-veh .slick-next {
  right: 5px;
}

.list-vehs .veh-item .list-img-veh .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 25px;
}

.list-vehs .veh-item .list-img-veh .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 25px;
}

.my-tear {
  padding: 25px 20px 25px;
  background-color: #0f141e;
  border: 1px solid #e7edf3;
  border-radius: 15px;
  margin-bottom: 20px;
}

.my-tear .title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 25px;
}

.my-tear .title > span {
  display: block;
  line-height: normal;
  color: #f37022;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 5px;
}

.my-tear button {
  background-color: #13c81c;
  border-color: #13c81c;
  margin-top: 10px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.6px;
  padding: 10px 5px;
  border-radius: 10px;
  transition: 0.3s;
}

.my-tear button:hover {
  background-color: #09b412;
  border-color: #09b412;
}

.my-tear button i {
  margin-right: 6px;
  font-size: 20px;
  position: relative;
  top: 3px;
  font-weight: 300;
}

.my-tear .foloss {
  position: relative;
}

.my-tear .foloss:after {
  content: "+1 000.00";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #778dba;
}

.my-tear .foloss input {
  padding: 8px 100px 8px 13px;
  line-height: 2;
}

.my-tear .error p {
  color: #ff3838;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 10px;
}

.my-tear .error p:last-child {
  margin-bottom: 0;
}

.my-tear.fixed {
  position: sticky;
  top: 20px;
  left: 0;
}

.my-tear .remaining {
  text-align: right;
  margin-top: 25px;
  color: #f37022;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 15px;
}

.my-tear .remaining i {
  font-size: 22px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.do-offre {
  position: relative;
}

body.index {
  background-color: #0f141e;
  background-image: url(../../img/Untitled-3.jpeg);
  background-size: 100%;
  background-position: top center;
  padding-top: 100px;
  padding-bottom: 50px;
}

body.index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f141e;
  z-index: -1;
  opacity: 0.3;
}

.index-form-tab {
  background-color: #fff;
  padding: 35px 25px;
  border-radius: 25px;
  margin-top: 50px;
}

.index-form-tab .logo {
  max-width: 125px;
  width: 125px;
  height: 125px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 7%);
  padding: 12px 12px 12px 10px;
  margin: -95px auto 0;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}

.index-form-tab .form-control {
  border: 1px solid #eff2f6;
}

.top-bar {
  background-color: #f16f21;
  padding: 5px 0;
}

.top-bar .columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.top-bar .column span {
  color: #fff6f6;
  font-size: 13px;
}

.top-bar .column i {
  color: #fff6f6;
  font-size: 13px;
  margin-right: 5px;
}

.top-bar .column.middle {
  text-align: center;
}

.top-bar .column.right {
  text-align: right;
}

h1.title-page {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
}

h1.title-page span {
  color: #f16f22;
}

.footer {
  background-color: #0f141e;
  margin-top: 100px;
  padding-top: 75px;
  padding-bottom: 50px;
}

.footer .title {
  text-align: center;
  margin-bottom: 50px;
}

.footer .title a {
  color: #f26f22;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
}

.footer .footer-before {
  padding-bottom: 75px;
  border-bottom: 1px solid #333333;
  margin-bottom: 75px;
}

.footer .footer-before .menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 13px 10px;
  margin-bottom: 0;
}

.footer .footer-before .menu a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 300;
  opacity: 0.9;
}

.footer .footer-content .columns {
  display: grid;
  grid-template-columns: 22% 22% 17% 17%;
  justify-content: space-between;
}

.footer .footer-content .column:nth-child(1) img {
  max-width: 150px;
  width: 100%;
  margin-bottom: 15px;
}

.footer .footer-content .column:nth-child(1) ul {
  display: flex;
}

.footer .footer-content .column:nth-child(1) ul a {
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}

.footer .footer-content .list-heading {
  color: #f26f22;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}

.footer .footer-content .menu .menu-item {
  margin-bottom: 10px;
}

.footer .footer-content .menu a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 300;
  opacity: 0.9;
}

.footer .footer-content .right-info li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer .footer-content .right-info a,
.footer .footer-content .right-info span {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 300;
}

.footer .footer-content .right-info a {
  display: block;
  opacity: 0.9;
}

.footer .footer-content .right-info i {
  color: #f26f22;
}

.footer .footer-content .right-info li:nth-child(1) i,
.footer .footer-content .right-info li:nth-child(2) i {
  min-width: 35px;
  font-size: 16px;
}

.footer .footer-content .right-info li:last-child div {
  display: flex;
  align-items: center;
}

.footer .footer-content .right-info li:last-child i {
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.footer-after {
  background-color: #070b13;
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 300;
  padding: 15px 15px;
}

.footer-after span {
  opacity: 0.9;
}

.moda-thankyou {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 85%);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}

.moda-thankyou.show {
  display: flex;
}

.moda-thankyou .modal-dialogue {
  max-width: 550px;
  width: 100%;
  background-color: #fff;
  padding: 15px 15px 25px;
  border-radius: 15px;
}

.moda-thankyou .icon {
  max-width: 80px;
  width: fit-content;
  margin: -52px auto 25px;
  background-color: #0ad90a;
  padding: 10px;
  border-radius: 50%;
}

.moda-thankyou .title {
  text-align: center;
  font-weight: 900;
  font-size: 39px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.moda-thankyou p {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.moda-thankyou a {
  background-color: #fc7e00;
  border-color: #fc7e00;
  width: fit-content;
  margin: 20px auto 0;
  display: block;
  font-weight: 300;
  line-height: 2;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: 0.3s;
  color: #fff !important;
  cursor: pointer;
}

.moda-thankyou a:hover {
  background-color: #ee7700;
  border-color: #ee7700;
}

.my-tear button.btn-primary.disabled,
.my-tear button.btn-primary:disabled {
  background-color: #13c81c;
  border-color: #13c81c;
}

.edit-info {
  max-width: 882px;
  width: 100%;
  margin: 65px auto 0;
}

.edit-info .radio-items {
  margin-bottom: 20px;
}

.edit-info .col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.edit-info .form-group {
  position: relative;
  margin-bottom: 20px;
}

.edit-info .form-group label {
  color: #515e7c;
  font-weight: 300;
  margin-bottom: 5px;
}

.edit-info .btn {
  background-color: #f26f22;
  border: #f26f22;
  color: #fff;
  padding: 15px 10px;
  border-radius: 8px;
  letter-spacing: 0.6px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-top: 20px;
}

.page-users .table thead {
  background-color: #0f141e;
}

.page-users .table thead th {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.page-users .table tbody td {
  font-size: 14px;
  font-weight: 400;
}

.page-users .table .btn {
  background-color: #f16f22;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
}

@media (max-width: 992px) {
  .list-auctions {
    grid-template-columns: repeat(2, 1fr);
  }

  .list-auctions .auction-content ul li {
    display: flex;
  }

  .list-auctions .auction-content ul li i {
    margin-top: 4px;
  }

  .list-veh-columns {
    grid-template-columns: 100%;
  }

  .list-vehs .veh-item {
    flex-direction: column;
  }

  .list-vehs .veh-item .veh-img {
    max-width: 100%;
  }

  .top-bar .columns {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
    text-align: center;
  }

  .top-bar .column.right {
    text-align: center;
  }

  .footer .footer-content .columns {
    grid-template-columns: 50% 50%;
  }

  .footer .footer-before .menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .list-vehs .veh-item .veh-img {
    border-radius: 15px 15px 0px 0px;
  }

  .do-offre {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 9;
    display: block;
    max-width: 720px;
    width: 100%;
    padding: 0 12px;
    margin: auto;
    transform: translate(-50%);
  }
}

@media (max-width: 767px) {
  .top-header {
    margin: 0 auto 50px;
  }

  .index-form-tab {
    padding: 35px 15px;
    margin: 50px 15px 0;
  }

  .list-auctions {
    grid-template-columns: repeat(1, 1fr);
  }

  .top-bar .column span {
    font-size: 12px;
  }

  .list-vehs .veh-item .veh-content {
    padding: 25px 15px 25px;
  }

  .list-vehs .veh-item .veh-content .attributes li {
    display: flex;
  }

  .list-vehs .veh-item .veh-content .attributes li i {
    margin-top: 4px;
  }

  .list-vehs .veh-item .veh-content .attributes {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 8px 5px;
  }

  .my-tear {
    padding: 20px 15px 20px;
    margin-bottom: 10px;
    border-color: #f16f22;
  }

  .my-tear .title > span {
    margin-bottom: 20px;
  }

  .footer .footer-before .menu {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px 10px;
  }

  .footer .footer-content .columns {
    grid-template-columns: 100%;
  }

  .footer .footer-before {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .list-vehs .veh-item .veh-img img {
    min-height: 255px;
    max-height: 255px;
  }

  .reg-type-account label {
    padding: 8px 10px;
  }

  .index-form .col_2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .edit-info .col_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.info-items {
  margin-top: 20px;
}

.info-items .info-item {
  color: #778db9;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.6px;
  margin-bottom: 6px;
}

.info-items .info-item i {
  min-width: 20px;
  color: #fc7e00;
}

.info-items .info-item:last-child a {
  color: #778db9;
  text-decoration: underline;
}

.input-wrapper {
  margin-bottom: 15px;
  position: relative;
}

.input-wrapper input[type="file"] {
  display: none;
}

.input-wrapper label[for] {
  display: block;
  background: #f4f4f4;
  color: #f37022;
  text-align: center;
  border: 2px dashed #c5c5c5;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.input-wrapper label[for]:hover {
  background: #f37022;
  color: #fff;
}

.file-names {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
  text-align: center;
  font-style: italic;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table th,
.table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.table th {
  background-color: #343a40;
  color: white;
}

.table tr:hover {
  background-color: #f1f1f1;
}

.gallery a {
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: none;
  color: #007bff;
}

.gallery a img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
}

.gallery a:hover {
  color: #0056b3;
}

.tab-holder-all .tab-holder-haeder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.tab-holder-all .tab-holder-haeder .single-tab{
    width: 48%;
    text-align: center;
    background: transparent;
    border-radius: 25px;
    padding: 14px;
    font-size: 19px;
    font-weight: 700;
    color: #f26f22;
    border: solid 1px #f26f22;
    cursor: pointer;
    transition: 0.3s;
}
.tab-holder-all .tab-holder-haeder .single-tab:hover,
.tab-holder-all .tab-holder-haeder .single-tab.active{
    background: #f26f22;
    color: #fff;
    transition: 0.3s;
}
.tab-holder-all .single-tab-body{
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.3s;
    padding: 15px;
    border-radius: 11px;
    background: #fff;
}
.tab-holder-all .single-tab-body.active{
    display: block;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;

}
.tab-conection-holder-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}
.tab-conection-holder-all .single-tab {
  width: 48%;
  text-align: center;
  border: solid 1px #fc7e00;
  padding: 10px;
  border-radius: 25px;
  margin: 0;
  color: #fc7e00 !important;
  font-weight: 500;
  font-size: 14px !important;
}
.tab-conection-holder-all .single-tab.show{
  color: #fff!important;
  background: #fc7e00;
}
@media(max-width:500px){
    .tab-holder-all .tab-holder-haeder .single-tab{
        padding: 8px 14px;
        width: 100%;
        margin-bottom: 10px;
    }
}