@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
body {
  background-image: url(../img/bg-rental.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.my-profile-head-wrap {
  padding: 150px 0 110px 0;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap {
    padding: 130px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .my-profile-head-wrap {
    padding: 90px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .my-profile-head-wrap {
    padding: 80px 10px 40px 10px;
  }
}
.my-profile-head-wrap .profile-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 40px 0;
  color: #fff;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .profile-title {
    font-size: 28px;
    padding: 0 0 30px 0;
  }
}
@media (max-width: 1481px) {
  .my-profile-head-wrap .profile-title {
    font-size: 26px;
    padding: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  .my-profile-head-wrap .profile-title {
    font-size: 24px;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .my-profile-head-wrap .profile-title {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .my-profile-head-wrap .profile-title {
    font-size: 20px;
  }
}
.my-profile-head-wrap .profile-title span {
  font-weight: 300;
}
.my-profile-head-wrap .content-wrap {
  text-align: center;
}
.my-profile-head-wrap .content-wrap .img-wrap {
  width: 208px;
  height: 208px;
  border-radius: 50%;
  background: url(../img/man-border.svg) no-repeat top center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
  padding: 0;
  position: relative;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .img-wrap {
    width: 190px;
    height: 190px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1481px) {
  .my-profile-head-wrap .content-wrap .img-wrap {
    width: 170px;
    height: 170px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .my-profile-head-wrap .content-wrap .img-wrap {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 479px) {
  .my-profile-head-wrap .content-wrap .img-wrap {
    width: 120px;
    height: 120px;
  }
}
.my-profile-head-wrap .content-wrap .img-wrap .img {
  width: 172px;
  height: 172px;
  border-radius: 50%;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .img-wrap .img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1481px) {
  .my-profile-head-wrap .content-wrap .img-wrap .img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .my-profile-head-wrap .content-wrap .img-wrap .img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 479px) {
  .my-profile-head-wrap .content-wrap .img-wrap .img {
    width: 100px;
    height: 100px;
  }
}
.my-profile-head-wrap .content-wrap .img-wrap .edit-btn {
  position: absolute;
  right: calc(50% - 20px);
  bottom: 0px;
  cursor: pointer;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .img-wrap .edit-btn {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .my-profile-head-wrap .content-wrap .img-wrap .edit-btn {
    width: 25px;
    height: 25px;
  }
}
.my-profile-head-wrap .content-wrap .img-wrap .edit-btn img {
  width: 22px;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .img-wrap .edit-btn img {
    width: 18px;
  }
}
@media (max-width: 991px) {
  .my-profile-head-wrap .content-wrap .img-wrap .edit-btn img {
    width: 16px;
  }
}
.my-profile-head-wrap .content-wrap .name {
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 15px 0;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .name {
    font-size: 28px;
  }
}
@media (max-width: 1481px) {
  .my-profile-head-wrap .content-wrap .name {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .my-profile-head-wrap .content-wrap .name {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .my-profile-head-wrap .content-wrap .name {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .my-profile-head-wrap .content-wrap .name {
    font-size: 20px;
  }
}
.my-profile-head-wrap .content-wrap .contact {
  margin: 0;
  padding: 0 0 30px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .contact {
    padding-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .my-profile-head-wrap .content-wrap .contact {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.my-profile-head-wrap .content-wrap .contact li {
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .contact li {
    gap: 8px;
  }
}
.my-profile-head-wrap .content-wrap .contact li img {
  max-width: 14px;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .contact li img {
    max-width: 12px;
  }
}
.my-profile-head-wrap .content-wrap .contact li span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .contact li span {
    font-size: 14px;
  }
}
.my-profile-head-wrap .content-wrap .contact li span a {
  text-decoration: none;
  color: #fff;
}
.my-profile-head-wrap .content-wrap .contact li + li {
  border-left: 1px solid #343434;
  padding-left: 15px;
  margin-left: 15px;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .contact li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .my-profile-head-wrap .content-wrap .contact li + li {
    border: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
.my-profile-head-wrap .content-wrap .action {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .action {
    gap: 8px;
  }
}
@media (max-width: 479px) {
  .my-profile-head-wrap .content-wrap .action {
    flex-direction: column;
  }
}
.my-profile-head-wrap .content-wrap .action li {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  height: 42px;
  padding: 10px 30px;
  background: #171717;
  border-radius: 30px;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .action li {
    gap: 5px;
    height: 38px;
    padding: 5px 20px;
  }
}
@media (max-width: 991px) {
  .my-profile-head-wrap .content-wrap .action li {
    height: 36px;
  }
}
.my-profile-head-wrap .content-wrap .action li img {
  max-width: 15px;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .action li img {
    max-width: 12px;
  }
}
.my-profile-head-wrap .content-wrap .action li span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .action li span {
    font-size: 14px;
  }
}
.my-profile-head-wrap .content-wrap .action li .link {
  text-decoration: none;
  color: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 1679px) {
  .my-profile-head-wrap .content-wrap .action li .link {
    gap: 5px;
  }
}

.rental-tab-wrap {
  padding: 0 0 150px 0;
}
@media (max-width: 1679px) {
  .rental-tab-wrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 1481px) {
  .rental-tab-wrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .rental-tab-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.rental-tab-wrap .nav {
  margin: 0 0 65px 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 1679px) {
  .rental-tab-wrap .nav {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 991px) {
  .rental-tab-wrap .nav {
    margin: 0 0 30px 0;
  }
}
.rental-tab-wrap .nav .nav-item {
  margin: 0;
  padding: 0;
}
.rental-tab-wrap .nav .nav-item .nav-link {
  margin: 0;
  padding: 0 10px 15px 10px;
  background: none;
  border: 0;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.53);
  line-height: 1;
  font-weight: 300;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
@media (max-width: 1679px) {
  .rental-tab-wrap .nav .nav-item .nav-link {
    font-size: 22px;
    padding: 0 8px 10px 8px;
  }
}
@media (max-width: 1481px) {
  .rental-tab-wrap .nav .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .rental-tab-wrap .nav .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .rental-tab-wrap .nav .nav-item .nav-link {
    font-size: 16px;
  }
}
.rental-tab-wrap .nav .nav-item .nav-link.active {
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
.rental-tab-wrap .nav .nav-item + .nav-item {
  margin-left: 35px;
}
@media (max-width: 1679px) {
  .rental-tab-wrap .nav .nav-item + .nav-item {
    margin-left: 20px;
  }
}
.rental-tab-wrap .tab-content .content-wrap {
  background: #0e0e0e;
  border-radius: 22px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rental-tab-wrap .tab-content .content-wrap {
    border-radius: 15px;
  }
}
.rental-tab-wrap .tab-content .content-wrap .table-title {
  display: flex;
  align-items: center;
  padding: 30px 60px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  gap: 15px;
}
@media (max-width: 1679px) {
  .rental-tab-wrap .tab-content .content-wrap .table-title {
    padding: 20px 40px;
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .rental-tab-wrap .tab-content .content-wrap .table-title {
    font-size: 20px;
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .rental-tab-wrap .tab-content .content-wrap .table-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .rental-tab-wrap .tab-content .content-wrap .table-title {
    font-size: 16px;
    gap: 10px;
    padding: 20px 15px;
  }
}
.rental-tab-wrap .tab-content .content-wrap .table-title .num {
  min-width: 32px;
  height: 32px;
  background: #faa629;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 5px;
}
@media (max-width: 1679px) {
  .rental-tab-wrap .tab-content .content-wrap .table-title .num {
    min-width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .rental-tab-wrap .tab-content .content-wrap .table-title .num {
    min-width: 25px;
    height: 25px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .rental-tab-wrap .tab-content .content-wrap .table-title .num {
    min-width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap {
  overflow-y: auto;
  scrollbar-color: #f9b548 #000;
  scrollbar-width: thin;
  padding: 0 0 5px 0;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap .table {
  background: none;
  margin: 0;
  padding: 0;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr .space {
  width: 45px;
}
@media (max-width: 1679px) {
  .rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr .space {
    width: 30px;
  }
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr th {
  background: #131313;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 15px;
  border: 0;
}
@media (max-width: 1679px) {
  .rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr th {
    font-size: 14px;
    padding: 13px 10px;
  }
}
@media (max-width: 991px) {
  .rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr th {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr th {
    padding: 8px 5px;
  }
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr td {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 20px 15px;
  background: #0e0e0e;
  border: 0;
  border-bottom: 1px solid rgba(27, 27, 27, 0.5);
  vertical-align: middle;
}
@media (max-width: 1679px) {
  .rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr td {
    font-size: 14px;
    padding: 18px 10px;
  }
}
@media (max-width: 991px) {
  .rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr td {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr td {
    padding: 10px 5px;
  }
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr .trailer-wrap {
  display: flex;
  gap: 15px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr .trailer-wrap img {
  border-radius: 4px;
  width: 55px;
  height: 35px;
  object-fit: cover;
}
@media (max-width: 1679px) {
  .rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr .trailer-wrap img {
    width: 50px;
    height: 30px;
  }
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr .invoice {
  width: 41px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1679px) {
  .rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr .invoice {
    width: 38px;
  }
}
@media (max-width: 991px) {
  .rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr .invoice {
    width: 32px;
  }
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap .table tr .txt-center {
  text-align: center;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.myrental-table-wrap .th-col-1 {
  min-width: 270px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.myrental-table-wrap .th-col-2 {
  min-width: 115px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.myrental-table-wrap .th-col-3 {
  min-width: 170px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.myrental-table-wrap .th-col-4 {
  min-width: 170px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.myrental-table-wrap .th-col-5 {
  min-width: 120px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.trans-table-wrap .th-col-1 {
  min-width: 150px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.trans-table-wrap .th-col-2 {
  min-width: 230px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.trans-table-wrap .th-col-3 {
  min-width: 210px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.trans-table-wrap .th-col-4 {
  min-width: 200px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.trans-table-wrap .th-col-5 {
  min-width: 95px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.trans-table-wrap .th-col-6 {
  min-width: 95px;
}
.rental-tab-wrap .tab-content .content-wrap .table-wrap.trans-table-wrap .th-col-7 {
  min-width: 120px;
}

.video-full-screen .modal-dialog {
  max-width: 1200px;
}
.video-full-screen .modal-header {
  position: absolute;
  right: 15px;
  z-index: 99;
}

/*# sourceMappingURL=my-rentals.css.map */
