/* body{
  background-color: #f1f1f18c;;
}

.header {
  background: #2853af;
} */

.userProfile_crd .dropdown:hover>.dropdown-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.userProfile_crd .avatar {
  display: inline-flex;
  background: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.userProfile_crd .dropdown-menu {
  padding: 0.7rem 0rem;
  font-size: 0.875rem;
  line-height: 22px;
  color: #5c5776;
  border: none;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  border-radius: 0.5rem;
  right: 0px;
  top: 60px;
  width: 210px;
}

.userProfile_crd .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in;
}

/* .user-text {
  color: #fff;
} */

.user-text h3 {
  font-size: 16px;
  font-weight: 600;
}

.user-text h3 iconify-icon {
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}

.userProfile_crd .dropdown-menu:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fff;
  right: 14px;
  top: -5px;
  transform: rotate(45deg);
}

.dropdown-item iconify-icon {
  position: relative;
  top: 4px;
  padding-right: 4px;
}

.dropdown-item {
  padding: 8px 16px;
}

a.dropdown-item.signout {
  color: #D60F0F;
}

a.dropdown-item.signout iconify-icon {
  color: #D60F0F !important;
}
a.dropdown-item.signout:hover iconify-icon {
  color: #fff !important;
}

.TM-profile-banner {
  width: 100%;
  height: 80px;
  background: #2853af;
}

.TM-profile-banner-wrap {
  position: relative;
}

.TM-profile-text {
  display: flex;
}

.TM-profile-img {
  height: 55px;
  width: 55px;
  border: 2px solid #f7dc08;
  border-radius: 50%;
}

.TM-profile-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.TM-profile-name {
  color: #fff;
  padding-left: 16px;
}

.TM-profile-name h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: .5px;
}

.TM-profile-name h3 span {
  text-transform: uppercase;
}

.TM-profile-name p {
  color: #fff;
  font-weight: 500;
  line-height: 26px;
}

.tab-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #e8e8e8;
  position: relative;
  top: -165px;

}

.tab-wrapper h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.tab-wrapper p {
  font-size: 15px;
  padding-bottom: 15px;
}
.profile-tab-hadder ul {
    display: block;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.profile-tab-hadder ul li a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid #e7e7e7;
}
.profile-tab-hadder ul li:last-of-type a{
  border-bottom: none;
}
.profile-tab-hadder ul li a.tab-link.active {
  color: #2853af;
}

.profile-tab-hadder .nav-tabs li.nav-item button {
  width: 100%;
  color: #222;
  padding: 12px 20px;

}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link:hover {
  border: none;
}

.profile-tab-hadder .nav-tabs li.nav-item .nav-link.active {
  background-color: #fff;
  box-shadow: none;
  color: rgba(64, 95, 242, 1);
}

.profile-tab-hadder .nav-tabs li.nav-item .nav-link.active .profile-tab-img iconify-icon {
  color: #2853af;
}

.profile-tab-hadder .nav-tabs li.nav-item .nav-link.active .profile-tab-box h6 {
  color: #2853af;
}

.profile-tab-hadder ul#myTab {
  display: block;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}

.profile-tab-img {
  padding: 12px;
  background: #f7f7f7;
  border-radius: 50px;
  display: inline-flex;
}

.profile-tab-img iconify-icon {
  font-size: 20px;
}

.profile-tab-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.profile-tab-box h6 {
  font-size: 16px;
  font-weight: 500;
}
.TM-main-wrap {
  display: flex;
  gap: 15px;
  width: 100%;
}

.profile-tab-hadder {
  width: 320px;
}
.TM-tab-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #e8e8e8;
  width: calc(100% - 320px);
}

.profile-section {
  margin-bottom: 20px;
}

.edit-input {
  display: none;
}

.edit-button {
  color: blue;
  cursor: pointer;
}

.verified {
  color: white;
  background-color: green;
  padding: 2px 6px;
  border-radius: 4px;
}

.image-container {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* overflow: hidden; */
  border: 4px solid orange;
  background-color: #00897b;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 70px;
}

.camera-icon {
  position: absolute;
  bottom: 0px;
  right: -5px;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ccc;
}

.camera-icon iconify-icon {
  font-size: 17px !important;
}

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

.persenal-details-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
}

.Personal h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.UserDetail .section {
  padding: 14px 0;
  border-top: 1px solid #ececec;
}

.BoxContainer, .form-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px; */
}

.edit:disabled {
  color: gray;
  cursor: not-allowed;
}

.ViewSec {
  display: flex;
  gap: 10px;
}

.ViewSec .label {
  min-width: 200px;
  width: 200px;
  display: block;
  font-weight: 400;
  color: #000;
  font-size: 15px;
}

.ViewSec .value {
  font-size: 15px;
  color: #595959;
}

.edit {
  color: #2853af;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  font-size: 14px;
}

.save {
  background-color: #2853af;
  color: white;
  border: none;
  padding: 4px 16px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
}

.cancel {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  background: #f4f4f4;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.form-container {
  display: none;
  align-items: center;
  gap: 10px;
}

.UserDetail .buttons {
  display: flex;
  gap: 12px;
  height: 36px;
}

.profile-tab-hadder ul#myTab li.nav-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}

.TM-profile-main {
  max-width: 90%;
  margin: auto;
  padding: 40px 0px;
}

.profile-tab-hadder ul#myTab li.nav-item:last-of-type {
  border-bottom: none;
}

.nav-tabs .nav-link.active {
  border-color: #dee2e6 #dee2e6 #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: transparent;
}

.Mgop {
  width: 500px;
}

.Mgop p {
  margin-bottom: 0;
  line-height: 23px !important;
  font-weight: 400;
  font-size: 14px !important;
}

.form-container input {
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* width: 200px; */
  width: 100%;
  outline: none;
}

.TM-hotel-box {
  display: flex;
  width: 100%;
  gap: 15px;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 4px 0px;
  background-color: #fff;
}

.TM-hotel-box-img {
  height: 140px;
  min-width: 140px;
  width: 140px;
}

.TM-hotel-box-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.TM-hotel-box-text h4 {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}

.TM-hotel-box-text h4 a {
  color: #2853af;
  background-color: rgb(40 83 175 / 10%);
  min-width: 120px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: .5px;
  border: 1px solid #2853af45;
}

.checkin-wrap-outer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-top: 2px dashed #e5edf6;
  margin-top: 18px;
}

.checkin-wrap {
  display: flex;
  padding-top: 12px;
  justify-content: space-between;
  width: 70%;
}

.checkin-text {
  width: 50%;
}

.checkin-text span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkin-text h6 {
  font-weight: 700;
  color: #141823;
  display: flex;
  justify-content: space-between;
}

.TM-hotel-box-text {
  width: 100%;
}

.TM-hotel-box-text p {
  font-size: 14px;
  line-height: 16px;
}

/* .TM-hotel-wrap .Personal {
  padding-bottom: 20px;
} */

.checkinStatus a {
  font-weight: 500;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 5px;
  text-transform: capitalize;
  background-color: #FFF;
  border: 1px solid #03C95A;
  color: #03C95A;
}

.checkinStatus a iconify-icon {
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.checkinStatus a.Cancel {
  border: 1px solid #ff3b1b;
  color: #ff1b1b;
}

.checkin-text p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.checkin-text p iconify-icon {
  font-size: 24px;
}

.TM-pagination-wrap {
  height: auto;
  width: 100%;
  position: relative;
  padding-top: 30px;
}

.TM-pagination-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.TM-pagination-wrap ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.TM-pagination-wrap ul li:first-of-type {
  position: absolute;
  left: 0;
}

.TM-pagination-wrap ul li:last-of-type {
  position: absolute;
  right: 0;
}

.TM-pagination-wrap ul li:last-of-type a {
  border: 1px solid #e8e8e8;
}

.TM-pagination-wrap ul li a.active {
  background: #2853af;
  color: #fff;
}

.TM-pagination-wrap ul li a:hover {
  background-color: #f5f5f5;
  color: #222;
}

.TM-pagination-wrap ul li a iconify-icon {
  font-size: 22px;
  position: relative;
  top: 6px;
}

.TM-pagination-wrap ul li a.TM-pagination-wrap-dots span {
  position: relative;
  top: -5px;
  font-size: 20px;
}

.checkinStatus a.Upcoming {
  border: 1px solid #FFC107;
  color: #FFC107;
  position: relative;
}

.carSection .TM-hotel-box-img img {
  object-fit: contain;
}

.carSection .TM-hotel-box-img {
  background: #2853af14;
  border-radius: 10px;
}

.TM-hotel-box-text p span {
  padding-left: 25px;
  font-weight: 600;
}

.TM-hotel-box-text p span i {
  font-weight: 400;
  font-size: 14px;
  font-style: normal;

}

.carSection .checkin-wrap .checkin-text:nth-child(2) {
  width: 24%;
}

.carSection .checkin-wrap .checkin-text h6 {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

div#Rental .checkin-wrap .checkin-text h6 {
  -webkit-line-clamp: 1;
  /* Limit to 2 lines */
}

div#Rental .checkin-wrap .checkin-text:nth-child(2) p iconify-icon {
  display: none;
}

div#Rental .checkin-wrap .checkin-text:nth-child(2) p:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #4949496e;
  left: calc(47% - 0.5px);
  top: 0;
}

div#Delivery .TM-hotel-box-img img {
  object-fit: cover;
}

.filter-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.filter-box input.calendar-ex-3-4 {
  width: 220px;
  width: 225px;
  outline: none;
  padding-left: 32px;
}

.filter-box {
  display: flex;
  align-items: center;
  position: relative;
}

.filter-box iconify-icon {
  position: absolute;
  /* left: 8px; */
  padding-left: 5px;
  font-size: 18px;
 
}
.filter-box input.calendar-ex-3-4 {
  width: 225px;
  outline: none;
  padding-left: 32px;
} 

.calendar-popup {
  right: 0 !important;
  left: inherit !important;
}

.calendar-box-arrow-top:before, .calendar-box-arrow-top:after {
  left: 125px !important;
}

.calendar-container .calendar-input .calendar-ranges i {
  position: relative !important;
  top: 7px !important;
}

.TM-profile-main.hotel-details .TM-hotel-box-text p a {
  text-decoration: underline;
  color: #000;
  margin: 0px 10px;
}

.TM-profile-main.hotel-details .TM-hotel-box-text p span {
  padding-left: 10px;
  font-weight: 400;
  position: relative;
}

.TM-profile-main.hotel-details .TM-hotel-box-text p span:before {
  content: '';
  position: absolute;
  height: 4px;
  width: 4px;
  background: #8f8f8f;
  left: -1px;
  top: 8px;
  border-radius: 50%;
}

.TM-profile-main.hotel-details .TM-hotel-box-text p {
  padding-top: 5px;
}

.TM-hotel-box ul {
  display: flex;
  gap: 15px;
  padding-top: 15px;
}

.TM-hotel-box ul li {
  border: 1px solid #dddd;
  padding: 2px 20px;
  border-radius: 50px;
  font-size: 14px;
}

.TM-hotel-box-text .hotel-room-bed {
  margin-top: 10px;
}

.TM-hotel-box-text .hotel-room-bed .adultText {
  display: flex;
  justify-content: space-between;
}

.TM-hotel-box-text .hotel-room-bed .adultText span {
  color: #464646;
}

.facelity-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.facelity-wraper a {
  color: #fff;
  padding: 3px 20px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 10px;
  font-size: 16px;
}

.other-hotel-details {
  padding-top: 30px;
}

.other-hotel-details h4 {
  font-size: 18px;
  font-weight: 600;
}

.check-data-wrap {
  padding: 20px 0px;
  border-bottom: 1px solid #dddd;
}

.check-data-wrap p {
  display: flex;
  padding: 5px 0px;
}

.check-data-wrap p span {
  color: #505050;
}

.check-data-wrap p iconify-icon {
  font-size: 20px;
  position: relative;
  top: 4px;
  padding-right: 5px;
}

.check-data-wrap p span:first-of-type {
  min-width: 20%;
  color: #000;
}

.hotel-btn-wrapper {
  display: flex;
  gap: 20px;
  padding-top: 30px;
}

.hotel-btn-wrapper a {
  background: #0A69EF;
  color: #fff;
  padding: 5px 30px;
  border-radius: 50px;
}

.hotel-btn-wrapper a:last-of-type {
  color: #0A69EF;
  background: #fff;
  border: 1px solid #0A69EF;
}

.containerBox {
  width: 100%;
  max-width: 400px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.containerBox .Paymentheader {
  padding: 16px;
  border-bottom: 1px solid #ddd;
}

.containerBox .Paymentheader h2 {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 20px;
}

.containerBox .price-details {
  padding: 16px;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
}

.containerBox .price-details .DetailBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.TM-profile-main.hotel-details .TM-hotel-box {
  margin: 0;
}

.rating-wrap {
  padding: 20px;
}

.rating-wrap-star {
  display: flex;
  gap: 10px;
}

.rating-wrap-star button.star-btn .star-icon {
  font-size: 22px !important;
  color: #333;
}

.rating-wrap textarea {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  outline: none;
  font-size: 15px;
  margin-top: 10px;
}

.rating-wrap>button {
  width: 100%;
  background: #2853af;
  color: #fff;
  height: 40px;
  border-radius: 8px;
  margin-top: 10px;
}

.forRate {
  margin-top: 15px;
}

.booking-id p {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding-bottom: 20px;
  display: flex;
  gap: 15px;
}

.booking-id p a {
  background: #cccccc5c;
  font-size: 25px;
  border-radius: 50%;
  color: #000000d4;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
}
.booking-id p a iconify-icon {
  position: relative;
  top: 3px;
}

.booking-id p a:hover {
  color: #000;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-content {
  background: white;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px;
  max-width: 500px;
  position: relative;
  width: 500px;
}

.headerCustomPopup {
  padding: 10px 15px;
  border-bottom: 1px solid #ececec;
}

.headerCustomPopup h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.headerCustomPopup h6 span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.close-btn {
  background: #eeeeee;
  color: #000000;
  border: none;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 23px;
  height: 32px;
  width: 32px;
  line-height: 26px;
}

.popupbody {
  padding: 5px 20px 20px;
}

label.labelTitle {
  line-height: 0;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  padding: 20px 0px;
  display: block;
}

.popupFooter {
  padding: 10px 15px;
  border-top: 1px solid #ececec;
  text-align: end;
}

.select2-container .select2-selection--single {
  height: 35px !important;
}

.popupFooter a {
  margin: 0;
  background: #2853af;
  border: none;
  border-radius: 6px;
  padding: 6px 16px;
  color: #fff !important;
}

p.cancel-hotel {
  color: #ff1b1b;
  line-height: 24px;
}

.cancel-wrap {
  padding: 20px;
  background: #ff1b1b0a;
}

.containerBox .price-details .DetailBox:last-child {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.TM-hotel-box-img.cabimg {
  background: #2853af14;
  border-radius: 10px;
}

.TM-hotel-box-img.cabimg img {
  object-fit: contain;
}

.other-hotel-details.Departure-wrapper .check-data-wrap p span:first-of-type {
  min-width: 30%;
}

.driver-main {
  display: flex;
  padding-bottom: 10px;
}

.driver-main>span {
  min-width: 20%;
}

.Driver-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Driver-box-img {
  height: 42px;
  width: 42px;
}

.Driver-box-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.Driver-box-text p {
  padding: 0;
  line-height: 20px;
}

.Driver-box-text span {
  font-size: 14px;
  cursor: pointer;
}

.TM-profile-main.hotel-details .TM-hotel-box-text p.customer span {
  padding: 0;
  padding-right: 8px;
}

.TM-profile-main.hotel-details .TM-hotel-box-text p.customer span::before {
  display: none;
}

.facelity-wraper.status-wrapper {
  justify-content: flex-start;
  gap: 15px;
  padding-top: 15px;
}

.facelity-wraper.status-wrapper span {
  position: relative;
  top: 3px;
}

.saveCard {
  background: #daa9ff0d;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 350px;
  margin: 0 15px 15px 0;
  border: 2px solid #ebebeb1f;
  cursor: pointer;
  box-shadow: 0 1px 3px #cccccc94, 0 1px 2px -1px #cccccc94;
}

.payment-wrapper .saveCard:nth-child(2), .payment-wrapper .saveCard:nth-child(4) {
  margin-right: 0;
}

.saveCard-img {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.saveCard-img img {
  height: 30px;
}

.both-button {
  display: none;
  opacity: 0;
  transition: .5s;
}

.saveCard-img button svg, .saveCard-img button {
  height: 20px;
  width: 20px;
  position: relative;
  top: -1px;
}

.saveCard-img button {
  color: #939393;
  height: 24px;
  min-width: 24px;
  margin-left: 10px;
  background-color: transparent;
}

.saveCard-img button iconify-icon {
  font-size: 18px;
  top: 3px;
  position: relative;
}

.saveCard p {
  display: flex;
  align-items: center;
  width: 100%;
}

.saveCard h5 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .5px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}

.saveCard a.Mark {
  color: #0d6efd !important;
  display: block;
  font-size: 15px;
  display: flex;
  gap: 10px;
}

.saveCard h5 span {
  margin: 0;
}

.saveCard span {
  font-size: 14px;
  display: block;
  margin: 2px 0 8px;
  color: #6a6a6a;
}

.saveCard:hover .both-button {
  display: block;
  opacity: 1;
  transition: .5s;
}

.saveCard a.Mark img {
  max-width: 18px;
  max-height: 15px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.payment-wrapper {
  display: flex;
  width: 100%;
  padding-top: 25px;
  flex-wrap: wrap;
}

.saveCard.selected {
  border: 2px solid #2853af;
  /* Highlight selected card */
  background-color: #f8f9fa;
}

.Mark.primary img {
  display: none;
  /* Hide checkmark image by default */
}

.saveCard.selected .Mark.primary img {
  display: block;
}

.Personal.Card-wrapper h2 {
  display: flex;
  justify-content: space-between;
}

.Personal.Card-wrapper h2 a {
  font-size: 16px;
  font-weight: 400;
  background: #2853af;
  color: #fff;
  padding: 6px 20px;
  border-radius: 8px;
}

div#addCardForm {
  background: #dddddd30;
  padding: 30px;
  max-width: 70%;
  border-radius: 8px;
}

div#addCardForm h3 {
  font-size: 24px;
  line-height: 24px;
}

.input-wrapper-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.input-wrapper {
  height: auto;
  width: 100%;
}

.input-wrapper label {
  font-weight: 500;
  color: #000;
  padding-bottom: 5px;
  display: block;
}

.input-wrapper input {
  height: 40px;
  border-radius: 8px;
  padding: 12px;
  outline: none;
  font-size: 14px;
  border: 1.5px solid #00000036;
  background-color: #fff;
}

.input-wrapper input::placeholder {
  color: red;
}

button#saveCardButton {
  background: #2853af;
  display: inline-block;
  margin-top: 26px;
  color: #fff;
  padding: 6px 24px;
  border-radius: 8px;
}

/* Container to position tooltip correctly */
.cvv-container {
  display: flex;
  align-items: center;
  position: relative;
}

/* Tooltip icon styling */
.tooltip-icon {
  cursor: pointer;
  font-size: 18px;
  color: #07070799;
  margin-left: 8px;
  position: absolute;
  right: 12px;
  top: 5px;
}

/* Tooltip text styling */
.tooltip-text {
  display: none;
  position: absolute;
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  top: 32px;
  right: -15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

/* Tooltip arrow */
.tooltip-text::after, .tooltip:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 20px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
  transform: rotate(90deg);
}

/* Show tooltip on hover */
.tooltip-icon:hover .tooltip-text {
  display: block;
}

div#addCardForm ul {
  display: flex;
  gap: 8px;
  padding: 10px 0px 15px 0px;
}

div#addCardForm ul li a {
  height: 20px;
  width: 30px;
  display: block;
}

div#addCardForm ul li a img {
  height: 100%;
  width: 100%;
}

div#addCardForm ul li {
  display: block;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.tooltip {
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip:after{
  top: 28px;
  transform: rotate(272deg);
  right: 73px;
}



.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #aaa;
}

.poupnew{
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 20%);
  backdrop-filter: blur(1px);
  z-index: 9999;
  display: none;
}
.poupnew.two-opens{
  display: block;
}

.popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 425px;
  width: 470px;
  border-radius: 30px;
  padding: 30px;
}
.poup-content-img {
  height: 180px;
  width: 180px;
  margin: auto;
}

.poup-content-img img {
  height: 100%;
  width: 100%;
}
.poup-content {
  position: relative;
  text-align: center;
}
.poup-content h4 {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0px 5px 0px;
}

.poup-content p {
  line-height: 24px;
  font-size: 16px;
}
.poup-content button {
  background: #2853af;
  color: #fff;
  padding: 8px 30px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 20px;
}
.popup-inner button.remove {
  position: absolute;
  font-size: 26px;
  right: 30px;
  top: 20px;
  z-index: 9;
}
/* responsive css */

@media (max-width:1400px){
  .TM-profile-main {
    max-width: 100%;
}
.TM-hotel-box-text p {
  line-height: 26px;
}
}
@media (max-width:1200px){
  .TM-main-wrap {
    display: block;
}
.TM-tab-wrapper {
  width: 100%;
}
.xl\:d-flex {
  display: none !important;
}
.profile-tab-hadder {
  width: 320px;
  display: none;
}
.facelity-wraper.Fresponsive {
  margin-left: -155px;
  padding-top: 0;
}
.facelity-wraper {
  margin-left: -155px;
  padding-top: 35px;
}
.facelity-wraper.status-wrapper {
  margin: 0;
}
div#addCardForm {
  max-width: 100%;
}
}
@media (max-width:992px){
  .Mgop {
    width: 100%;
}
.TM-hotel-box-text p span {
  display: block;
  padding-left: 0;
}
.checkin-wrap {
  padding-top: 25px;
  width: 100%;
  margin-left: -155px;
}
.checkin-text h6{
  font-size: 15px;
}
.TM-hotel-box{
  padding: 20px;
}
.TM-hotel-box-text h4 {
  font-size: 17px;
  gap: 20px;
}
.TM-pagination-wrap ul {
  gap: 10px;
}
.containerBox .price-details .DetailBox {
  font-size: 15px;
}
.facelity-wraper.Fresponsive {
  padding-top: 15px;
}
.containerBox{
  max-width: 100%;
  margin-top: 20px;
}
.carSection .checkin-wrap {
  padding-top: 40px;
}
.payment-wrapper {
  justify-content: space-between;
}
.saveCard {
  max-width: 315px;
}
.Personal.Card-wrapper p {
  line-height: 24px;
  padding-top: 5px;
}
}

@media (max-width:767px){
  .TM-hotel-box-img {
    height: 190px;
    width: 100%;
}
.TM-hotel-box {
  display: block;
}
.TM-hotel-box-text {
  padding-top: 15px;
}
.checkin-wrap {
  margin-left: 0;
  padding-top: 15px;
}
.checkin-wrap-outer {
  display: block;
}
.checkinStatus {
  padding-top: 12px;
}
.TM-pagination-wrap ul li a {
  height: 36px;
  width: 36px;
  line-height: 34px;
  font-size: 13px;
}
.TM-hotel-box-text h4 a {
  min-width: 110px;
  height: 36px;
  line-height: 34px;
  font-size: 13px;
}
.TM-tab-wrapper {
  padding: 20px;
}
.facelity-wraper.Fresponsive {
  padding-top: 0;
  margin: 0;
  display: block;
}
.check-data-wrap p span:first-of-type {
  min-width: 30%;
}
.facelity-wraper {
  margin-left: 0;
  padding-top: 0;
  display: block;
}
.driver-main>span {
  min-width: 30%;
}
.carSection .checkin-wrap {
  padding-top: 15px;
}
.saveCard {
  max-width: 100%;
  margin-right: 0;
}
div#addCardForm {
  border-radius: 8px;
}

}

@media (max-width:576px){
  .TM-hotel-box-text h4 {
    display: block;
    line-height: 24px;
}
.TM-hotel-box-text h4 a {
  display:block;
  font-size: 14px;
  margin: 10px 0px;
}
.checkin-wrap .checkin-text:nth-child(2) {
  display: none;
}
.checkin-wrap .checkin-text {
  width: 100%;
}
.checkin-wrap .checkin-text:nth-child(1){
  padding-bottom: 15px;
}
.check-data-wrap p span:first-of-type {
  padding-right: 20px;
}
.popup-content {
  width: 440px;
}
.TM-hotel-box ul li {
  padding: 2px 15px;
  font-size: 13px;
}
.TM-hotel-box ul {
  gap: 8px;
}
.carSection .checkin-wrap .checkin-text:nth-child(1) {
  padding-right: 15px;
}
.ViewSec .label {
  min-width: 120px;
  width: 120px;
}
.ViewSec {
  display: block;
}
.form-container input {
  margin-top: 12px;
}
.UserDetail .buttons {
  margin-top: 15px;
}
.userProfile_crd .avatar {
  width: 36px;
  height: 36px;
  font-size: 18px;
}
a.responsive {
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 6px;
}
a.responsive iconify-icon {
  font-size: 20px;
  top: 3px;
}
.TM-tab-wrapper {
  padding: 0;
  border: none;
}
}

@media (max-width:480px){
  .filter-box input.calendar-ex-3-4 {
    width: 200px;
    font-size: 14px;
    padding-left: 28px;
}
.filter-box iconify-icon {
  right: 15px;
  font-size: 18px;
}
.checkin-wrap{
  display: block;
}
.popup-content {
  width: 400px;
}
.Personal h2 {
  font-size: 18px;
}
.input-wrapper-main {
  display: block;
  margin-top: 0;
}
.input-wrapper {
  padding-top: 15px;
}
div#addCardForm ul {
  gap: 5px;
}
div#addCardForm ul li a {
  height: 16px;
  width: 25px;
}
}

@media (max-width:430px){
  .hotel-btn-wrapper {
    display: block;
    gap: 20px;
    padding-top: 20px;
}
.hotel-btn-wrapper {
  display: block;
  padding-top: 20px;
}
.hotel-btn-wrapper a {
  display: block;
  text-align: center;
}
.hotel-btn-wrapper a:last-of-type {
  margin-top: 15px;
}
.TM-hotel-box ul li {
  padding: 2px 15px;
}
.popup-content {
  width: 350px;
}
/* .TM-pagination-wrap ul li a {
  height: 32px;
  width: 32px;
  line-height: 31px;
}
.TM-pagination-wrap ul li a iconify-icon {
  font-size: 20px;
  top: 5px;
} */
.TM-pagination-wrap ul li:nth-child(7), .TM-pagination-wrap ul li:nth-child(8) {
  display: none;
}
}

@media (max-width:410px){
  .check-data-wrap p {
    display: block;
}
.check-data-wrap p span:first-of-type {
  display: block;
  padding: 0;
}
.popup-content {
  width: 320px;
}
.TM-hotel-box ul li {
  padding: 2px 10px;
}
.driver-main {
  display: block;
}
.driver-main>span {
  display: block;
  padding-bottom: 5px;
}
}


/* responsive css */

/* code by shashi  */

a.responsive {
  height: 40px;
  width: 40px;
  text-align: center;
  color: #ffff;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 40px;
  margin-left: 12px;
  display: none;
}

a.responsive iconify-icon {
  font-size: 24px;
  position: relative;
  top: 5px;
}

.side-bar-wrappers {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 280px;
  background: #fff;
  left: -280px;
  transition: .5s;
  padding: 24px 15px 15px 15px;
  overflow-y: scroll;
  z-index: 99999;
  overflow-x: hidden;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-in-out;
}

.side-bar-wrappers::-webkit-scrollbar {
  width: 8px;
}

.side-bar-wrappers::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.side-bar-wrappers::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

.sideBar-profile {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  justify-content: space-between;
}
.sidebar-pro-img-wrap {
  display: flex
;
  gap: 14px;
}

.sidebar-pro-img {
  height: 40px;
  width: 40px;
  min-width: 40px;
}

.sidebar-pro-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.sidebar-profile-text h4 {
  font-size: 17px;
}

.sidebar-profile-text p {
  font-size: 14px;
  line-height: 18px;
}

.side-arrow a {
  display: block;
  height: 30px;
  width: 30px;
  min-width: 30px;
  text-align: center;
}

.side-arrow a iconify-icon {
  font-size: 22px;
  position: relative;
  top: 4px;
  right: -1px;
}

.sideBar-menu {
  height: auto;
  width: 100%;
  padding: 15px 0px;
}

.sideBar-menu p {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: 500;
}

.sideBar-menu ul li a {
  padding: 8px;
  display: block;
  margin: 2px 0px;
  font-weight: 500;
  color: #000;
}

.sideBar-menu ul li a iconify-icon {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.forProfile {
  border-top: 1px solid #ccc;
  padding-bottom: 0;
  padding-top: 30px;
  margin-top: 15px;
}

.side-bar-wrappers button {
  height: 36px;
  width: 36px;
  background: #e6e6e6;
  border-radius: 50%;
  display: block;
  position: fixed;
  left: 290px;
  top: 8px;
  display: none;
}

.side-bar-wrappers button iconify-icon {
  position: relative;
  top: 4px;
  font-size: 20px;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%);
  backdrop-filter: blur(1px);
  z-index: 9999;
  display: none;
}

/* code by shashi  */