@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
@import url("https://fonts.googleapis.com/css2?family=Jaro:opsz@6..72&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* light theme styles */
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.menuitem .active{
    width: 30px;
    height: 2px;
    background:#ffffffbf;
    text-align: center;
    z-index: 999;
    margin-top: -14px;
    margin-bottom: 14px;
    border-radius: 5px;
}
.primary-btn {
  background: #00A0B1;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #00A0B1;
}
.primary-btn:hover {
  background-color: #000000;
  border: 1px solid #000000;
}

.border-btn {
  background: transparent;
  border: 1px solid #00A0B1;
  text-decoration: none;
}
.border-btn:hover {
  background-color: #00A0B1 !important;
  color: #ffffff !important;
}

.primary-bg {
  background-color: #00A0B1 !important;
}

.secondary-bg {
  background-color: #000000;
}

.primary-text {
  color: #00A0B1 !important;
}

.secondary-text {
  color: #000000;
}

body {
  font-family: "Poppins", sans-serif !important;
}

.white-img {
  filter: brightness(0) invert(1);
}

.login .form-control {
  background-color: #F2F2F2;
  padding: 13px 10px;
}
.login .or::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: gray;
  z-index: -1;
}
.login .or p {
  width: -moz-max-content;
  width: max-content;
}
.login #show-pass, .login #hide-pass, .login #show-pass-confirm, .login #hide-pass-confirm {
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%);
}

.dashbaord .sidenav {
  height: 100vh;
  position: fixed;
  width: 100px;
  align-items: center;
  padding-inline: 15px;
  transition: all 0.3s ease;
}
.dashbaord .sidenav .name {
  font-size: 0.9rem;
}
.dashbaord .sidenav.collapsed {
  width: 200px;
}
.dashbaord .sidenav.collapsed .menuitem li {
  text-align: left;
}
.dashbaord .sidenav .menuitem li {
  list-style-type: none;
  line-height: 3;
  text-align: center;
  font-size: 1.2rem;
}
.dashbaord .sidenav #closetoggle {
  top: 35px;
  right: 15px;
  position: absolute;
  z-index: 50;
}
.dashbaord .contentwrapper {
  width: 100%;
  margin-left: auto;
  transition: padding-left 0.3s ease;
}
.dashbaord .contentwrapper header .prfle-sec .profile-img {
  width: 60px;
  height: 60px;
}
.dashbaord .contentwrapper header .search-form .form-control {
  border-color: #00A0B1;
}
.dashbaord .contentwrapper header .search-form .form-control:focus {
  box-shadow: 0px 4px 7px #ececec;
}
.dashbaord .contentwrapper header .search-form i {
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
}
.dashbaord .contentwrapper header .right-header .form-select {
  padding-left: 35px;
}
.dashbaord .contentwrapper header .right-header i {
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
}
.dashbaord .contentwrapper .booking-history .nav-pills .nav-link {
  color: #000000 !important;
  font-size: 0.9rem;
  transition: 0.4s all;
  border-bottom: 2px solid transparent;
}
.dashbaord .contentwrapper .booking-history .nav-pills .active {
  border-bottom: 2px solid #00A0B1;
  color: #00A0B1 !important;
  background-color: transparent !important;
  font-weight: 600;
}
.dashbaord .contentwrapper .booking-history .distination-slider .swiper {
  width: 100%;
  height: 100%;
}
.dashbaord .contentwrapper .booking-history .distination-slider .swiper-slide {
  text-align: center;
}
.dashbaord .contentwrapper .booking-history .distination-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashbaord .contentwrapper .booking-history .right-side .circle-progress {
  position: relative;
  width: 90px;
  height: 90px;
}
.dashbaord .contentwrapper .booking-history .right-side .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#00A0B1 0% 75%, #efefef 75% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashbaord .contentwrapper .booking-history .right-side .circle-inner {
  width: 75%;
  height: 75%;
  background-color: #ffffff; /* Inner background color */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.dashbaord .contentwrapper .booking-history .right-side .percentage {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}
.dashbaord .contentwrapper .booking-history .right-side .analytics .progress {
  height: 10px;
}
.dashbaord .contentwrapper .booking-history .right-side .analytics .circle-progress {
  height: 130px;
  width: 130px;
}
.dashbaord .contentwrapper table tr:nth-last-child(1) td {
  border-bottom: none !important;
}
.dashbaord .contentwrapper table .tb-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.profilepg .updateimg {
  width: 200px;
  height: 200px;
  margin: -20px 0px -20px -100px;
}
.profilepg .updateimg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.editprofile .upload-img {
  width: 150px;
  height: 150px;
  background-color: #ffffff;
}
.editprofile .upload-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.editprofile .upload-img #upload-icon {
  position: absolute;
  bottom: 12px;
  right: 0px;
  z-index: 50;
  cursor: pointer;
}
.editprofile .upload-img #upload-icon:hover {
  background-color: #000000 !important;
}
.editprofile .update-form .form-control {
  padding: 15px 10px;
}

.editsetting .update-form .form-control {
  padding: 15px 10px;
  border: 2px solid #00A0B1;
}
.editsetting .update-form .form-select {
  padding: 15px 10px;
  border: 2px solid #00A0B1;
}

.notification-box .nav-pills .nav-item .nav-link {
  color: gray;
  background-color: transparent !important;
  border-radius: 0px;
}
.notification-box .nav-pills .nav-item .active {
  border-bottom: 4px solid #00A0B1;
}
.notification-box .noti-box:hover {
  background-color: rgb(237, 237, 237);
}
.notification-box .noti-profile {
  width: 70px;
  height: 70px;
}
.notification-box .noti-profile img {
  -o-object-fit: cover;
     object-fit: cover;
}

.trip-timelne h4::before {
  position: absolute;
  content: "";
  left: -30px;
  top: 50%;
  transform: translate(0%, -50%) !important;
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background-color: #00A0B1;
}
.trip-timelne h5::before {
  position: absolute;
  content: "";
  left: -27px;
  top: 50%;
  transform: translate(0%, -50%) !important;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: #00A0B1;
}

.feedback .city-img {
  width: 100px;
  height: 100px;
}
.feedback .city-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.feedback .stars {
  color: #F8A401;
}

.dashNav{
    display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: absolute;
    z-index: 1000;
        width: 190px !important;
        align-items:flex-start !important;
        padding-left:20px !important;
  }
  .contentwrapper {
    width: 100% !important;
    padding: 0px 20px !important;
  }
  .dashNav{
      display: inline;
      font-size: 16px;
      line-height:0px;
  }
  .dashbaord .sidenav .menuitem li {
    line-height: 0;
     text-align: left; 
}
  .dashbaord .sidenav .menuitem a {
    padding-bottom: 30px;
}
}/*# sourceMappingURL=style.css.map */








.search-highlight {
  background-color: #FFEB3B;
  color: #000;
  padding: 0 2px;
  border-radius: 2px;
  animation: highlight-pulse 1.5s;
}

@keyframes highlight-pulse {
  0% { background-color: #FFEB3B; }
  50% { background-color: #FFC107; }
  100% { background-color: #FFEB3B; }
}








