header .left {
  display: inline-flex;
  padding-left: 30px;
}

header .left .input-blk input {
  border-radius: 30px;
  border: none;
  color: var(--blk);
  height: 34px;
  padding: 0 15px 0 38px;
  box-shadow: 0px 0px 3px #000000ad inset;
  width: 110px;
  transition: 0.5s all ease;
}

header .left .input-blk {
  position: relative;
}

header .left .input-blk img {
  position: absolute;
  max-width: 16px;
  top: 10px;
  left: 14px;
}

header .left .input-blk input:hover,
header .left .input-blk input:focus,
header .left .input-blk input:not(:placeholder-shown) {
  width: 180px;
}

header .left .input-blk input::placeholder {
  position: absolute;
  left: 38px;
  top: 9px;
  transition: 0.5s all ease;
  opacity: 0;
}

header .left .input-blk input:hover::placeholder,
header .left .input-blk input:focus::placeholder {
  left: 53px;
  opacity: 1;
}

header .left .input-blk input:disabled {
  pointer-events: none;
}

header .left .input-blk input:disabled::placeholder {
  opacity: 0;
}

header .right .nav-items {
  display: inline-flex;
  align-items: center;
}

header .right .nav-items li img {
  max-width: 20px;
}

header .right {
  display: inline-flex;
  align-items: center;
}

header .right li {
  margin-right: 26px;
  cursor: pointer;
  position: relative;
}

header .right > li:last-of-type {
  margin-right: 0;
}

header .right .profile-blk {
  overflow: hidden;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  cursor: pointer;
}

header .right .profileBlk-wrapper {
  position: relative;
}

header .right .profile-blk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .right li .notify {
  position: absolute;
  min-width: 23px;
  height: 16px;
  top: -5px;
  left: 10px;
  font-size: 11px;
  box-shadow: none;
  border: none;
  text-align: center;
  color: #fff;
  line-height: 16px;
  padding: 1px 2px;
  background: var(--badge-clr);
  border-radius: 50px;
}

header .left .nav-hamburger {
  display: none;
}

header .activate-btn {
  background-color: var(--pri);
  border: none;
  padding: 0 15px;
  border-radius: 6px;
  color: var(--white);
  min-height: 40px;
  margin-right: 25px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s all ease;
  font-size: 12px;
}

header .activate-btn:hover {
  background-color: var(--pri-hvr);
}

header.main {
  left: unset;
  padding: 12px 30px;
  padding-left: var(--sidenavWidh);
  box-shadow: 0px 2px 8px 0 rgb(0 0 0 / 11%);
  transition: all 0.2s ease;
  height: var(--headheight);
}

.sidebar-nav.show ~ header.main {
  padding-left: var(--sidebarWidth);
}

header .profileBlk-wrapper .dropdown-menu {
  position: absolute;
  background-color: var(--white);
  min-width: 195px;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0px 0px 4px #00000026;
  right: 0;
  top: 60px;
  display: none;
}

header .profileBlk-wrapper .dropdown-menu.active {
  display: inline-block;
}

header .profileBlk-wrapper .dropdown-menu .username {
  padding: 10px;
  border-bottom: 1px solid #c4cbd6;
}

header .profileBlk-wrapper .dropdown-menu .username h3 {
  color: var(--grey);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: capitalize;
}

header .profileBlk-wrapper .dropdown-menu .username p {
  font-size: 13px;
  color: var(--grey);
}

header .profileBlk-wrapper .dropdown-menu .items-blk li {
  margin: 0;
  width: 100%;
  color: #4f4f4f;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  transition: all 0.3s ease;
}

header .profileBlk-wrapper .dropdown-menu .items-blk {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8px 0;
}

header .profileBlk-wrapper .dropdown-menu .items-blk .cs-icon {
  font-size: 19px;
}

header .profileBlk-wrapper .dropdown-menu .items-blk li:hover {
  color: var(--pri);
}

header .profileBlk-wrapper .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #eaeaea;
  display: inline-block;
  position: absolute;
  top: -11px;
  right: 13px;
}

header .profileBlk-wrapper .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ffffff;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 16px;
}

header .verify-blk {
  padding: 14px 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

header .verify-blk .img-blk {
  background: #ec545a;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header .verify-blk .img-blk img {
  max-height: 19px;
}

header .verify-blk .verify-inner .btn {
  background: var(--white);
  color: #ec545a;
  height: 26px;
  padding: 0 6px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 12px;
  border-color: var(--white);
  min-height: unset;
  display: inline-flex;
  justify-content: center;
  margin: 3px;
  min-width: 115px;
}

header .verify-blk .verify-inner .left p img {
  max-width: 16px;
  margin-right: 7px;
  margin-top: 0px;
  float: left;
  position: absolute;
  left: 0;
}

header .verify-blk .verify-inner .left p {
  line-height: 16px;
  font-size: 14px;
  padding: 8px 12px;
  position: relative;
  color: #a7a7a7;
}

header .verify-blk .verify-inner .left p b {
  font-weight: 700;
}

header .profileBlk-wrapper .dropdown-menu .items-blk li img {
  max-width: 18px;
  margin-right: 8px;
}

header .profileBlk-wrapper .dropdown-menu .items-blk li .active {
  display: none;
}

header .profileBlk-wrapper .dropdown-menu .items-blk li:hover .active {
  display: inline-block;
}

header .profileBlk-wrapper .dropdown-menu .items-blk li:hover .inactive {
  display: none;
}

header .profileBlk-wrapper .dropdown-menu .items-blk li .icon-block {
  width: 35px;
}

.dropdown {
  border: 1px solid #c5c5c5;
  border-radius: 12px;
  position: relative;
  padding: 5px 10px;
  display: inline-flex;
  padding-right: 32px;
  background-repeat: no-repeat;
  margin-right: 25px;
  background-position: right 20px;
  box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 11%);
}

header .dropdown {
  padding: 5px 10px;
  background: #f3f3f9;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  width: 350px;
  height: auto;
}

.dropdown:before {
  content: "\e927";
  position: absolute;
  right: 17px;
  top: 13px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  pointer-events: none;
}

.dropdown .dropdown-header {
  display: inline-flex;
  cursor: pointer;
  height: 38px;
  align-items: center;
  width: 100%;
}

.dropdown .dropdown-header .dropdown-img {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 28px;
}

.dropdown .dropdown-header .dropdown-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown .dropdown-header span {
  font-size: 12px;
  width: 100%;
  align-items: center;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

header .dropdown:before {
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  height: 12px;
}

.dropdown .dropdownList-outer li .dropdown-img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 8px;
  flex: 0 0 30px;
}

.dropdown .dropdownList-outer li .dropdown-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown .dropdownList-outer li {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  width: 100%;
  transition: 0.3s all ease;
  border-bottom: 1px solid #e8e8e8;
}

.dropdown .dropdownList-outer li span.property-name {
  font-size: 14px;
  width: calc(100% - 25px);
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 16px;
}

.dropdown .dropdownList-outer {
  left: 0;
  right: 0;
  background: var(--white);
  top: 100%;
  border: 1px solid var(--greylt3);
  border-radius: 15px;
  box-shadow: 0px 2px 4px #00000014;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translateY(-10px);
}

header .dropdown .dropdownList-outer li {
  padding: 12px 16px;
  cursor: pointer;
}

.dropdown .dropdownList-outer li:hover {
  background: #f3f3f9;
}

.dropdown .dropdownList-outer > li:last-of-type {
  border: none;
}

.dropdown.show .dropdownList-outer {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
  transform: translateY(0px);
}

.dropdown .dropdownList-outer .dropdown-list {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

header .right .nav-items a {
  font-size: 20px;
  color: #323232;
}

.activate-btn-mob {
  display: none;
}

.overlay-pro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

.overlay-pro.show {
  display: block;
}

.cs-hamburger-stick {
  width: 50px;
  height: 50px;
  background: var(--pri-blk-clr);
  border-radius: 50px;
  padding: 10px 12px 16px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cs-hamburger-stick span {
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  border-radius: 10px;
}

.quick-floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.cs-hamburger-stick i.cs-icon.icon-down-arrow {
  color: #fff;
  font-size: 7px;
  transform: rotate(-180deg);
  display: inline-block;
  position: relative;
  top: 2px;
}

.quick-floating-btn ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  flex-direction: column-reverse;
  pointer-events: none;
}

.quick-floating-btn ul button.fab-item {
  width: 40px;
  height: 40px;
  background: #000000ad;
  border-radius: 20px;
  color: #fff;
  font-size: 22px;
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.quick-floating-btn ul button.fab-item:hover {
  background-color: #000000;
}

.quick-floating-btn ul li {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
}

.quick-floating-btn:hover ul li {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.quick-floating-btn:hover ul {
  pointer-events: inherit;
}

.quick-floating-btn:hover ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.quick-floating-btn:hover ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.quick-floating-btn:hover ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.quick-floating-btn:hover ul li:nth-child(4) {
  transition-delay: 0.4s;
}

.quick-floating-btn:hover ul li:nth-child(5) {
  transition-delay: 0.5s;
}

.quick-floating-btn:hover ul li:nth-child(6) {
  transition-delay: 0.6s;
}

.quick-floating-btn:hover ul li:nth-child(7) {
  transition-delay: 0.7s;
}

.quick-floating-btn:hover ul li:nth-child(8) {
  transition-delay: 0.8s;
}

.quick-floating-btn:hover ul li:nth-child(9) {
  transition-delay: 0.9s;
}

.quick-floating-btn:hover ul li:nth-child(10) {
  transition-delay: 0.1s;
}

@media only screen and (min-width: 1800px) {
  .dropdown .dropdown-header span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1600px) {
  .sidebar-nav.show ~ header.main {
    padding-left: var(--sidenavWidh);
  }
  .header-common-block {
    padding: 16px 25px;
  }
  /* .sidebar-nav.show ~ header.main {
    padding-left: 90px;
  } */
  header.main .navOverlay {
    z-index: 0;
  }
  .dropdown-menu.active ~ .navOverlay {
    opacity: 1;
    visibility: visible;
  }
  .cs-hamburger-stick {
    width: 40px;
    height: 40px;
  }
  .quick-floating-btn {
    right: 12px;
    bottom: 12px;
  }
}

/* @media only screen and (min-width: 1800px) {
  header .right .nav-items li img {
    max-width: 26px;
  }
  header .right .activate-btn {
    min-height: 42px;
    padding: 0 20px;
    margin-right: 30px;
    font-size: 17px;
  }
  .dropdown {
    height: 48px;
    padding-right: 38px;
  }

  .dropdown:before {
    top: 20px;
  }

  .dropdown:after {
    top: 18px;
  }

  .dropdown .dropdown-header span {
    font-size: 17px;
  }

  .dropdown .dropdown-header .dropdown-img {
    width: 34px;
    height: 34px;
  }

  .dropdown .dropdown-header span {
    max-width: 310px;
  }

  .dropdown .dropdownList-outer li .dropdown-img {
    width: 25px;
    height: 25px;
  }

  .dropdown .dropdownList-outer .dropdown-list {
    max-height: 138px;
  }

  .dropdown .dropdownList-outer {
    top: 49px;
  }

  header .profileBlk-wrapper .dropdown-menu {
    min-width: 210px;
    top: 66px;
    right: -3px;
  }

  header .profileBlk-wrapper .dropdown-menu .username h3 {
    font-size: 18px;
  }

  header .profileBlk-wrapper .dropdown-menu .items-blk li {
    font-size: 16px;
    min-height: 40px;
  }

  header .profileBlk-wrapper .dropdown-menu .items-blk li img {
    max-width: 20px;
  }

  header .profileBlk-wrapper .dropdown-menu:before {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #eaeaea;
    top: -14px;
  }

  header .profileBlk-wrapper .dropdown-menu:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ffffff;
    top: -13px;
  }

  .dropdown .dropdownList-outer li span {
    font-size: 15px;
  }
} */

@media only screen and (max-width: 1024px) {
  header .nav-hamburger {
    display: none;
  }
  header .nav-hamburger {
    width: 45px;
    vertical-align: middle;
    background: transparent;
    border: none;
    margin-left: 0;
    position: relative;
    z-index: 1000;
    float: right;
    padding: 8px 8px;
    margin-top: 0px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
      transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),
      -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-tap-highlight-color: transparent;
  }
  .nav-hamburger:focus,
  header .nav-hamburger:active {
    outline: none;
    border: none;
  }
  header .nav-hamburger span {
    background: var(--grey);
    height: 2px;
    width: 100%;
    float: left;
    margin: 4px 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .nav-hamburger span:nth-child(2) {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  header .left {
    left: 0;
  }
  header .nav-hamburger.active span {
    background: var(--white);
  }
  header .nav-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  header .nav-hamburger.active span:nth-child(2) {
    visibility: hidden;
  }
  header .nav-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
  header .nav-hamburger.active {
    transform: rotate(90deg);
  }
  header .nav-hamburger span {
    height: 3px;
    width: 100%;
    float: left;
    margin: 3px 0;
  }
  header .left {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
  }
  header.main {
    padding: 8px 15px;
  }
  header .left .input-blk input:hover,
  header .left .input-blk input:focus,
  header .left .input-blk input:not(:placeholder-shown) {
    width: 125px;
  }
  /* .cs-wrapper {
    padding-left: 88px;
  }*/
  .sidebar-nav.show ~ header.main,
  header.main {
    padding-left: calc(var(--sidenavWidh) + 20px);
  }
}

@media screen and (max-width: 767px) {
  .dropdown span {
    display: none;
  }
  .dropdown {
    padding-right: 20px;
    margin-right: 20px;
  }
  /* .dropdown .dropdownList-outer li .dropdown-img {
    width: 28px;
    height: 28px;
    margin: 0;
  } */
  header .dropdown span {
    display: inline-flex;
  }
  .dropdown .dropdownList-outer li {
    justify-content: center;
  }
  header .left .nav-hamburger {
    display: block;
    width: 25px;
    margin-left: 0;
    padding: 1px 0;
    margin-right: 15px;
  }
  .sidebar-nav.show ~ header.main,
  header.main {
    padding-left: 50px;
    min-height: 0;
    padding-right: 10px;
    gap: 10px;
  }
  .cs-wrapper {
    padding-left: 0;
  }
  .sidebar-nav-action i {
    padding: 5px;
    cursor: pointer;
    background: var(--pri);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 31px;
  }
  header .dropdown {
    width: 100%;
  }
  header .dropdown {
    padding: 2px 12px 2px 10px;
  }
  .dropdown .dropdownList-outer {
    min-width: 220px;
  }
  /* header.main .right {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 10px;
    z-index: 99;
    background-color: #f7f7f7;
    border-top: 1px solid #eaeaef;
    display: flex;
    justify-content: space-between;
    height: var(--footerheight);
  } */
  header .right .nav-items a {
    width: 100%;
    padding: 14px 10px;
    display: inline-block;
  }
  header .right .nav-items li {
    margin-right: 0;
    width: 50%;
    text-align: center;
  }
  header.main .right ul.nav-items {
    width: 66%;
    justify-content: space-between;
    margin: 0 !important;
  }
  header .right .profileBlk-wrapper {
    position: relative;
    width: 40px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    height: 40px;
    align-items: center;
  }
  /* header .profileBlk-wrapper .dropdown-menu {
    top: auto;
    bottom: 100%;
    right: 0;
    text-align: left;
    left: auto;
    margin-bottom: 12px;
  } */
  header .right li .notify {
    left: 50%;
    top: 5px;
  }
  /* .cs-wrapper {
    padding-bottom: 50px;
  } */
  header .profileBlk-wrapper .dropdown-menu:before,
  header .profileBlk-wrapper .dropdown-menu:after {
    display: none;
  }
  .header-common-block {
    position: sticky;
    top: var(--headheight);
    left: 0;
    width: 100%;
  }
  header.main {
    justify-content: flex-end;
  }
  header .dropdown {
    margin-right: 0;
  }
  header .left {
    width: calc(100% - 60px);
  }
  .cs-wrapper.mp-info {
    padding-top: 0;
  }
  .table-card-ui {
    padding: 15px 15px;
  }
  .table-card-ui.table-list-view {
    padding-top: 80px;
  }
  .activate-btn {
    display: none;
  }
  /* .table-card-ui .rdt_TableHead .rdt_TableHeadRow {
    padding: 0;
  } */
  .ex-tab-item label {
    flex: 0 0 110px;
  }
  header .activate-btn.activate-btn-mob {
    display: inline-block;
    margin: 0;
    position: relative;
    top: -7px;
    padding: 0 10px;
    min-height: 30px;
    font-size: 11px;
  }
  /* .cs-wrapper.mp-details {
    padding-top: 0;
  } */
  .link.unverified .link {
    font-size: 10px;
    padding-top: 3px;
  }
  .link.unverified img {
    width: 13px;
  }
  .header-common-block {
    z-index: 4;
  }
}

@media only screen and (max-width: 650px) {
  .dropdown .dropdown-header span {
    width: 64%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    display: inline-block;
  }
  .dropdown .dropdownList-outer {
    position: fixed;
    top: 73px;
    left: 0;
    bottom: auto;
    width: calc(100% - 20px);
    margin: 0 auto;
    right: 0;
  }
  .info-hotel-preview .header-common-block {
    flex-wrap: wrap;
  }
  .card.card.ns-terminals-card {
    padding: 11px 0 !important;
  }
}

@media only screen and (max-width: 450px) {
  header .right li {
    margin-right: 16px;
  }
  header .right .nav-items li img {
    max-width: 19px;
  }
  header .right .profile-blk {
    width: 35px;
    height: 35px;
  }
  header .profileBlk-wrapper .dropdown-menu .items-blk li {
    font-size: 12px;
  }
  header .left .input-blk input::placeholder {
    left: 40px !important;
    font-size: 12px;
    top: 10px;
  }
  header .left .input-blk input,
  header .left .input-blk input:disabled {
    width: 85px;
  }
  header .left .input-blk img {
    max-width: 14px;
  }
  .dropdown {
    margin-right: 12px;
    padding: 3px 14px 3px 6px;
    height: 36px;
  }
  .dropdown .dropdown-header .dropdown-img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
  }
  .dropdown:after {
    right: 8px;
    top: 13px;
  }
  .dropdown:before {
    right: 8px;
    top: 15px;
  }
  header .left .input-blk input:hover,
  header .left .input-blk input:focus,
  header .left .input-blk input:not(:placeholder-shown) {
    width: 115px;
  }
  header .left .input-blk input:hover::placeholder,
  header .left .input-blk input:focus::placeholder {
    left: 40px !important;
  }
  .header-common-block {
    padding: 10px 12px;
  }
}

@media screen and (max-width: 360px) {
  header .left .nav-hamburger {
    width: 23px;
    margin-right: 10px;
  }
  header .left .input-blk input,
  header .left .input-blk input:disabled {
    width: 70px;
  }
  header .right li {
    margin-right: 14px;
  }
  .dropdown {
    margin-right: 10px;
  }
  header .left .input-blk input:hover,
  header .left .input-blk input:focus,
  header .left .input-blk input:not(:placeholder-shown) {
    width: 92px;
  }
  header .left .input-blk input:hover::placeholder,
  header .left .input-blk input:focus::placeholder {
    left: 34px !important;
  }
  header .left .input-blk input::placeholder {
    font-size: 12px;
  }
  header .left .input-blk input {
    padding-left: 35px;
  }
}
