/* bootstrap icons css  */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--main-font);
  overflow-x: hidden;
  font-size: 16px;
  background-color: #f9f9fc;
}

:root {
  --main-color: #013827;
  --main-font: "Rubik", sans-serif;
  --main-font2: "Nunito", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s;
  color: inherit;
}

span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s;
}

img {
  max-width: 100%;
  object-fit: cover;
}

p {
  margin: 0px;
  padding: 0px;
  color: #666666;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  color: #000000;
}
.page-template-page-user-dashboard {
  background-color: #f9f9fc;
}
.main-section {
  display: flex;
  column-gap: 20px;
  row-gap: 30px;
  width: 100%;
}
.form-select:focus {
  border-color: var(--main-color) !important;
  box-shadow: none !important;
}
.sidebar.left-sidebar {
  max-width: 264px;
  min-width: 264px;
  width: 100%;
}
.main-content-body {
  width: 100%;
}
.main-sectionfh {
  margin-bottom: 50px;
  margin-right: 15px;
}
.sidebar-menus-main {
  max-width: 264px;
  min-width: 264px;
  width: 100%;
}
.sidebar-menus-main .sidebar-menus.navbar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: self-start;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  background-color: #ffffff;
  height:100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
}
.upload-btn,
.document-upload-btn {
  color: #fff;
  font-family: var(--main-font);
  font-size: 14px;
  white-space: nowrap;
  line-height: 20px;
  font-weight: 400;
  padding: 4px 10px;
  border: 1px solid var(--main-color);
  border-radius: 8px;
  background-color: var(--main-color);
  cursor: pointer;
}

.sidebar .sidebar-menus.navbar .header-inner {
  width: 100%;
}
.sidebar .navbar-brand img {
  width: 114px;
  object-fit: contain;
}
.logo_toggler .navbar-toggler svg {
  width: 32px;
  height: 32px;
}
.logo_toggler .navbar-toggler {
  padding: 0;
  border: none;
  background-color: transparent;
}
.header-logo-close-icon {
  justify-content: space-between;
  margin-bottom: 16px;
}
.header-logo-close-icon .navbar-toggler {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: none;
}

.side-bar-links-main {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}

.side-bar-links-main .side-bar-links {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 600;
  border-left: 4px solid #fff;
}
.header-logo-close-icon {
  padding: 24px 20px;
}
.side-bar-links-main .side-bar-links.active,
.side-bar-links-main .side-bar-links.show {
  color: var(--main-color);
  background-color: #e0fff6;
  border-left: 4px solid var(--main-color) !important;
}
.logo_toggler {
  display: none;
  justify-content: space-between;
  column-gap: 20px;
  align-items: center;
}
.side-bar-links.active img,
.side-bar-links.show img,
.side-bar-links:hover img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(42%) saturate(1904%)
    hue-rotate(129deg) brightness(93%) contrast(99%);
}
.dropdown-toggle::after {
  display: none !important;
}
.header-deshboard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 15px;
  padding: 24px;
  top: 0;
  z-index: 9;
}

.sidebar-menus .header-logo-close-icon {
  width: 100%;
}
.sidebar-menus .header-logo-close-icon img {
  width: 114px !important;
  object-fit: contain;
  max-width: 100%;
  height: 100%;
}

.profile-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_6464_36757" fill="white"><path d="M6.43652 0.812988L12.0934 6.46985L6.43652 12.1267L0.779661 6.46985L6.43652 0.812988Z"/></mask><path d="M6.43652 12.1267L5.02231 13.5409L6.43652 14.9551L7.85074 13.5409L6.43652 12.1267ZM10.6792 5.05564L5.02231 10.7125L7.85074 13.5409L13.5076 7.88406L10.6792 5.05564ZM7.85074 10.7125L2.19388 5.05564L-0.634552 7.88406L5.02231 13.5409L7.85074 10.7125Z" fill="%237E84A3" mask="url(%23path-1-inside-1_6464_36757)"/></svg>');
  background-position: right;
  background-size: 13px;
  background-repeat: no-repeat;
  padding-right: 22px !important;
  border: none !important;
}

.dash-header .profile-dropdown img {
  width: 38px;
  height: 38px;
  border: solid 2px #e6e6e6;
  border-radius: 50%;
}
.dropdown-toggle::after {
  display: none;
}

.right-menu-bar {
  display: flex;
  align-items: anchor-center;
  justify-content: end;
  width: 100%;
}
.header-right-corner {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.dropdown-toggle img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

h5.name {
  color: #1d1f2c;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
}
p.categ {
  color: #4a4c56;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  font-family: var(--main-font);
  text-align: left;
}
.inner-search {
  position: relative;
}
.inner-search input.form-control {
  height: 40px;
  border: none;
  padding-left: 28px;
  background-color: transparent;
}
.inner-search input.form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.inner-search .fa-magnifying-glass {
  color: #4a4c56;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
}
button.btn.dropdown-toggle {
  position: relative;
}
h3.profile-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: var(--main-font);
}

/*--------dropdown-menu------*/

.dropdown-menu.show {
  border-radius: 10px;
  padding: 0px;
}
.dropdown-menu .dropdown_header {
  background-color: #e0fff6;
  padding: 16px 16px;
  border-radius: 10px 10px 0px 0px;
}
.Message__tab_list .dropdown-item {
  padding: 16px 0;
  color: #777980;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-bottom: 1px solid #0000001a;
  background-color: #fff !important;
}
.Message__tab_list .dropdown-item p span {
  color: var(--main-color);
}
.text-view p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Message__tab_list {
  padding: 0 16px;
}
.message_dropdown_tab .dropdown-menu {
  min-width: 312px;
  max-width: 312px;
  width: 100%;
  
}
.profile-dropdown a.dropdown-item {
  border-bottom: 1px solid #0000001a;
  padding: 14px;
}
/*--------dropdown-menu------*/

.dropdown-toggle .notif-number {
  position: absolute;
  top: -3px;
  right: -6px;
  background-color: #e8c43f;
  padding: 6px;
  border-radius: 4px;
  width: fit-content;
  height: 18px;
  font-size: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

button.btn.dropdown-toggle {
  padding: 0px;
}
.profile-dropdown {
  padding-left: 16px;
  border-left: 1px solid #f0f1f3;
}

span.show-online {
  position: absolute;
  bottom: 1px;
  left: 20px;
  width: 12px;
  height: 12px;
  background-color: #22caad;
  border-radius: 50%;
  border: 2px solid #fff;
}

/*--------------------------------------deshbard-home--------------------------*/
.home-deshobard-section {
  margin-bottom: 100px;
}
.dashboard-heading {
  margin-top: 24px;
}
.dashboard-heading h1,
.dashboard-heading h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  font-family: var(--main-font);
  color: #0f1016;
}

.dashboard-heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--main-font);
  color: #777980;
  margin-top: 8px;
}

.dashboard-box-main {
  margin-top: 32px;
}

.dashboard-box-inner {
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e4e7ec;
}
.dashboard-box-icon img {
  width: 36px;
  height: 36px;
}

.dashboard-box-data {
  margin-top: 20px;
}
.dashboard-box-data h3 {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #100c08;
}
.dashboard-box-number {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 5px;
}
.dashboard-box-number span {
  color: var(--main-color);
  font-weight: 600;
  font-size: 28px;
  font-family: var(--main-font);
}
.dashboard-box-number small {
  color: var(--main-color);
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  font-family: var(--main-font);
  background-color: #e0fff6;
  padding: 6px 4px;
}
.activity-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}
.activity-bottom-notif {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 13px 10px;
  border-radius: 10px;
  border: 1px solid #e4e7ec;
}
.activity-bottom-notif h3 {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--main-font);
}
.activity-bottom-notif p {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 12px;
  color: #969696;
  margin-top: 4px;
}
.activity-top,
.activity-top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity-top-right {
  justify-content: end;
  column-gap: 12px;
}
.activity-top-right .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e0e2e7 !important;
  border-radius: 8px !important;
  height: 40px !important;
}
.activity-top-right
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #858d9d;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--main-font);
}
span.selection {
  width: 100%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url("../images/CaretDown.svg");
  border: none !important;
  width: 21px !important;
  height: 20px !important;
  background-size: 21px;
  margin-left: -9px !important;
  margin-top: -11px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 20px;
  top: 50%;
  right: 0px;
  width: 20px;
  transform: translate(-50%, -50%);
}
.select2-results__option--selectable {
  cursor: pointer;
  color: #000;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--main-color) !important;
  color: white;
}
.activity-top h3 {
  color: #1d1f2c;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--main-font);
}
.activity-left, .graph-main {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #f0f1f3;
  background-color: #fff;
  height: 100%;
}
.activity-main {
  margin-top: 32px;
}
.activity-top-right .see-btn {
  color: var(--main-color);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  line-height: 20px;
  font-family: var(--main-font);
  padding: 10px 14px;
  background-color: #e0fff6;
  border-radius: 8px;
}
.activity-bottom-notif.activity-right {
  justify-content: space-between;
}
span.user-data {
  display: flex;
  align-items: center;
}
.activity-bottom-numbers {
  display: grid;
  text-align: end;
}
.activity-bottom-numbers span {
  color: var(--main-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
}
.activity-bottom-numbers small {
  color: #969696;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-family: var(--main-font);
}
table {
  margin-bottom: 0px;
}

.table-bottom .table thead th {
  color: #1d1f2c;
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  background-color: #f9f9fc;
  font-family: var(--main-font);
  padding: 18px 22px;
  border-color: #f0f1f3;
}
.user-data img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
}

.user-data small,
.table-bottom .table tbody td:nth-child(2),
.table tbody td {
  color: #1d1f2c;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 14px;
  margin-left: 8px;
}
.table-bottom .table tbody th,
.table-bottom .table tbody td {
  padding: 18px 22px;
}

.table tbody td {
  color: #667085;
}
.button-last a:not(:first-child) {
  margin-left: 5px;
}
span.badge.bg-success {
  color: var(--main-color);
  background-color: #e0fff6 !important;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--main-font);
  border-radius: 8px !important;
}
span.badge.bg-warning {
  color: #e8c43f;
  background-color: #fff3c7 !important;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--main-font);
  border-radius: 8px !important;
}

span.badge.bg-danger {
  color: #f86624;
  background-color: #fff0ea !important;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--main-font);
  border-radius: 8px !important;
}

.table-main,
.profile-main {
  background-color: #fff;
  margin-top: 32px;
  box-shadow: 0px 4px 30px #2e2d740d;
  border-radius: 10px;
}
.table-bottom table tr:last-child td,
.table-bottom table tr:last-child th {
  border-bottom: 0px;
}
.select-main,
.table-right .form-input {
  position: relative;
}
.select-main img,
.table-right .form-input img {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 20px;
  transform: translate(-50%, -50%);
}

.table-right {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 12px;
}
.table-top,
.profile-main-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid #f0f1f3;
}

.table-right .form-input .myDate {
  cursor: pointer;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  width: 135px;
  padding-left: 34px;
  border: 1px solid #e0e2e7;
}
.table-right .form-input .myDate:focus {
  border-color: #e0e2e7;
  outline: none;
}
.graph-row {
    margin: 30px 0px;
}
.graph-main .activity-top {
    display: block;
    margin-bottom: 10px;
}
.select-main .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e0e2e7 !important;
  border-radius: 8px !important;
  height: 40px !important;
}
.select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #858d9d;
  font-size: 14px;
  margin-top: 6px;
  padding-left: 35px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--main-font);
}
.select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 0;
}
.see-main-btn .btn.see-btn {
  color: var(--main-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
  padding: 10px 14px;
  background-color: #e0fff6;
  border-radius: 8px;
  height: 40px;
}
.see-main-btn .btn.see-btn:active,
.see-main-btn .btn.see-btn:focus,
.see-main-btn .btn.see-btn:hover {
  background-color: #e0fff6;
  color: var(--main-color);
}

.data-desh-heading {
  color: #1d1f2c;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--main-font);
}
.data-desh-heading span {
  color: var(--main-color);
  background-color: #e0fff6 !important;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--main-font);
  border-radius: 8px !important;
  margin-left: 8px;
}

/*-------------------------------------Package Management-------------------------*/

.package-page-table
  .table-right
  .select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 10px;
}
.package-page-table
  .table-right
  .select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 1;
}

.package-page-table .see-main-btn a.btn.see-btn:active,
.package-page-table .see-main-btn a.btn.see-btn:focus,
.package-page-table .see-main-btn a.btn.see-btn:hover {
  background-color: #e0fff6;
  color: var(--main-color);
}
.package-page-table .see-main-btn a.btn.see-btn {
  background-color: var(--main-color);
  color: #fff;
  height: 40px;
}

.package-page-table .inner-search input.form-control,
.booking-desh-data .inner-search input.form-control {
  padding-left: 33px;
  background-color: #fff;
  border: 1px solid #e0e2e7 !important;
  border-radius: 8px !important;
  height: 40px !important;
}
.package-page-table .inner-search .fa-magnifying-glass,
.booking-desh-data .inner-search .fa-magnifying-glass {
  left: 20px;
  color: #858d9d;
}

.package-page-table .user-data small,
.package-page-table .table-bottom .table tbody td:nth-child(2),
.package-page-table .table tbody td {
  margin-left: 0px;
}

.package-page-table .table-bottom .table thead th:last-child {
  text-align: center;
}
.package-page-table td.align-middle.button-last {
  text-align: center;
}

/*-----------------------------------trips Overview-------------------------*/

.payment-overview span.badge.rounded-pill.bg-danger small {
  display: block;
  color: #667085;
  margin-top: 3px;
  width: 113px;
  text-align: center;
  white-space: normal;
}
.payment-overview table tbody th.align-middle {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  font-family: var(--main-font);
}
.payment-overview table tbody tr td:nth-child(3) {
  color: #1d1f2c;
}

.trip-overview
  .table-right
  .select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 10px;
}
.trip-overview
  .table-right
  .select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 1;
}
/*-----------------------------.payment-overview-----------------------*/

.payment-overview table tbody th.align-middle {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  font-family: var(--main-font);
}
.payment-overview table tbody tr td:nth-child(3) {
  color: #1d1f2c;
}

/*----------------------------------review-rating-------------------------*/

.review-avg-main {
  margin-top: 32px;
}
.review-avg-inner {
  padding: 24px 20px;
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  background-color: #ffffff;
  height: 100%;
}

.review-avg-inner h3 {
  color: #100c08;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--main-font);
  margin-bottom: 4px;
}
.review-avg-inner span {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 28px;
  color: var(--main-color);
}

.review-main-top,
.review-main-top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review-main-top-right {
  column-gap: 12px;
  justify-content: end;
}

.review-main-top-right
  .select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 10px;
}
.review-main-top-right
  .select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 1;
}
.reviews-desh-inner {
  margin-top: 42px;
  border-radius: 8px;
  box-shadow: 0px 4px 30px 0px #2e2d740d;
}
.review-main-top {
  padding: 18px 24px;
  border-bottom: 1px solid #f0f1f3;
  background-color: #fff;
}

.review-main-head-left,
.review-main-head,
.rating-main {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.review-main-data-info h3 {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 18px;
  color: #111111;
}
.review-main-data-info p {
  color: #777777;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 14px;
  margin-top: 3px;
}
.review-main-data-img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.review-main-head {
  justify-content: space-between;
}
.rating-main {
  column-gap: 4px;
  list-style-type: none;
}

.review-main-data-text {
  margin-top: 20px;
}
.review-main-data-text span,
.review-main-data-text p {
  color: #777777;
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  max-width: 92%;
}
.review-main-data-text span {
  margin-bottom: 12px;
}
.reply-review {
  margin-top: 10px;
}
.reply-review .btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
  padding: 10px 14px;
  border-radius: 8px;
  background-color: var(--main-color);
  color: #fff;
  height: 40px;
}
.reply-review .btn:hover {
  background-color: #e0fff6;
  color: var(--main-color);
}
.review-main-data {
  padding: 24px;
  /* margin-bottom: 16px; */
  background-color: #ffffff;
}

/*--------------------------------documentsinvoices----------------------*/

.documentsinvoices-main table tr td:nth-child(2),
.documentsinvoices-main table tr th:nth-child(2) {
  width: 187px;
  text-align: center;
}
.documentsinvoices-main table tr td:nth-child(3),
.documentsinvoices-main table tr th:nth-child(3) {
  width: 158px;
  text-align: center;
}

.documentsinvoices-main table tr:last-child td {
  border-bottom: 0px;
}
.documentsinvoices-main table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.documentsinvoices-main table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.custom-file-upload label {
  display: flex;
  width: 100%;
  text-align: left;
  color: #5d5b58;
  font-family: var(--main-font);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}
.custom-file-upload {
  margin-top: 18px;
}
.upload-icon {
  width: 40px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.upload-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #000000;
  font-family: var(--main-font);
}
.upload-subtext {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 0;
  font-family: var(--main-font);
}
.upload-box {
  border: 2px dashed #e5edfd;
  border-radius: 10px;
  padding: 34px;
  text-align: center;
  display: flex;
  width: 100%;
  cursor: pointer;
  transition: border-color 0.3s;
  background-color: #f7fafc;
  flex-direction: column;
  align-items: center;
}

/* .image-upload .data-desh-heading {
  padding: 18px 20px;
  border-bottom: 1px solid #f0f1f3;
} */
.custom-file-upload {
  padding: 0px 20px;
  padding-bottom: 24px;
}
.image-upload,
.invoice-managment-main,
.past-invoice,
.document-data-inner {
  background-color: #fff;
  box-shadow: 0px 4px 30px #2e2d740d;
  border-radius: 8px;
  margin-top: 32px;
}
.invoice-managment-bottom .form-input {
  margin-top: 18px;
}
.invoice-managment-bottom .form-input label {
  display: grid;
  color: #5d5b58;
  font-family: var(--main-font);
  font-size: 13px;
  font-weight: 600;
}
.invoice-managment-bottom .form-input input {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border-radius: 10px !important;
  margin-top: 8px;
  border: 1px solid #eeeeee;
  padding: 20px !important;
  font-family: var(--main-font);
  font-size: 13px;
  font-weight: 400;
}
.invoice-managment-bottom .form-input input:focus {
  outline: none;
  border-color: var(--main-color);
}
.invoice-managment-top,
.document-data-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #f0f1f3;
}
.invoice-managment-bottom {
  padding: 0px 20px 20px 24px;
}
.past-invoice-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
}
.past-invoice-data-left {
  display: grid;
  row-gap: 8px;
}
.past-invoice-data-left h3 {
  color: #1d1f2c;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
}
.price {
  color: #1d1f2c;
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 600;
}

.payment-info {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 600;
}
.yellow {
  color: #e8c43f;
}
.green {
  color: var(--main-color);
}
.past-invoice .data-desh-heading {
  padding: 10px 22px;
  border-bottom: 1px solid #f0f1f3;
}

.past-invoice .see-main-btn,
.profile-main-top .see-main-btn {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.profile-main-top .see-main-btn {
  column-gap: 10px;
}
.see-main-btn a.btn.see-btn {
  background-color: var(--main-color);
  color: #fff;
}

/*-------------------------------profile-page---------------------*/

.btn.see-btn.red {
  color: #af0101;
  background-color: #eeeeee;
}
.btn.see-btn.red:hover,
.btn.see-btn.red:focus,
.btn.see-btn.red:active {
  background-color: #af0101;
  color: #ffffff;
}

.profile-main-bottom {
  display: flex;
  align-items: center;
  column-gap: 24px;
  padding: 18px 20px 24px 20px;
}
.profile-main-bottom h3 {
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}
.profile-main-bottom p {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  margin-top: 11px;
}

.profile-main-img img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-main {
  margin-top: 20px;
}

.document-data-pdf-inner-left,
.document-data-pdf-inner,
.document-data-pdf-inner-right {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.document-data-pdf-inner-text h3 {
  color: #1a1a1a;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
}

.document-data-pdf-inner-text p {
  color: #757575;
  font-family: var(--main-font);
  font-size: 12px;
  font-weight: 600;
  margin-top: 3px;
}
.document-data-pdf-inner {
  padding: 24px 20px;
  border-radius: 10px;
  justify-content: space-between;
  border: 1px dashed #eeeeee;
}
.document-data-pdf span {
  color: #5d5b58;
  font-family: var(--main-font);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}
.document-data-bottom {
  padding: 18px 20px 24px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.document-data-pdf {
  width: 48%;
}
.agent-reply-review {
  margin-top: 10px;
  background-color: #e0fff6;
  border-radius: 10px;
  padding: 20px;
}
.agent-reply-review h3 {
  color: #111111;
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.agent-reply-review p {
  color: #777777;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
  line-height: 21px;
}

/*-----------------------documentcenter-page---------------------*/

.document-btn a{
  color: var(--main-color);
  font-family: var(--main-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  cursor: pointer;
}

.see-main-btn .yellow-btn,
.btn.remind-btn {
  color: var(--main-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
  padding: 10px 14px;
  background-color: #e8c43f;
  border-radius: 8px;
  height: 40px;
}

.btn.remind-btn {
  height: auto;
  padding: 5px 14px;
}
.table-bottom .table {
  margin: 0px;
}
.see-main-btn .yellow-btn:hover,
.see-main-btn .yellow-btn:active,
.see-main-btn .yellow-btn:focus,
.btn.remind-btn:hover,
.btn.remind-btn:active,
.btn.remind-btn:focus {
  background-color: #fff3c7 !important;
  color: #e8c43f !important;
}

.payment-overview
  .table-right
  .select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 10px;
}
.payment-overview
  .table-right
  .select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 1;
}

.review-avg-inner {
  transition: 0.3s;
}

.dashboard-box-inner:hover,
.review-avg-inner:hover {
  transform: translateY(-10px);
}
.side-bar-links:hover {
  color: var(--main-color);
  background-color: #e0fff6;
  border-left: 4px solid var(--main-color) !important;
}

.profile-container {
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

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

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

.profile-info img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-info div {
  line-height: 1.4;
}

.btn-group {
  display: flex;
  gap: 10px;
}

.btn {
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.btn-delete {
  background-color: #f8d7da;
  color: #b22222;
}

.btn-change {
  background-color: #d1f4ef;
  color: #087f6b;
}

.details-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
}

.details-card h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.details-card .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form-field {
  flex: 1 1 45%;
}

.form-field input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
}

.save-btn {
  margin-top: 10px;
  float: right;
  padding: 8px 16px;
  font-weight: 600;
  background-color: #fde68a;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

/*    .filters {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }

        select {
            padding: 6px 10px;
            font-size: 14px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        thead {
            background-color: #f9f9f9;
        }

        th, td {
            border: 1px solid #ccc;
            padding: 10px;
            text-align: left;
            vertical-align: middle;
        }  */

.badge {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 13px;
  display: inline-block;
}

.badge.success {
  background-color: #28a745;
  color: white;
}

.badge.warning {
  background-color: #ffc107;
  color: black;
}

.agent-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}

.action-icons a {
  margin-right: 5px;
  text-decoration: none;
}

.document-center {
  padding: 20px;
  font-family: Arial, sans-serif;
}

.main-heading {
  font-size: 28px;
  margin-bottom: 20px;
}

.filters {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.filters select {
  padding: 6px 10px;
  font-size: 14px;
}

.table-wrapper {
  overflow-x: auto;
}

.doc-table {
  width: 100%;
  border-collapse: collapse;
}

.doc-table th,
.doc-table td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}

.doc-table th {
  background-color: #f7f7f7;
}

.user-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
}

.badge {
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}

.badge.success {
  background-color: #28a745;
}

.badge.warning {
  background-color: #ffc107;
  color: #000;
}

.actions a {
  margin: 0 5px;
  text-decoration: none;
  font-size: 16px;
}

.align-icons-data {
  display: flex;
  align-items: center;
  column-gap: 6px;
  justify-content: center;
}
.header-inner {
  width: 100%;
}

.upload-user-doc, .upload-payment-doc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: #34343473;
}

.uplaod-main-doc {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 10px;
  outline: 0;
  margin-top: 40px;
}

.uplaod-main-doc h3 {
  padding: 16px;
  color: #1d1f2c;
  font-weight: 600;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
  font-family: var(--main-font);
}

.uplaod-main-doc label {
  display: grid;
  color: #5d5b58;
  font-family: var(--main-font);
  font-size: 13px;
  font-weight: 600;
}

.uplaod-main-doc br {
  display: none;
}

.upload-form-popup {
  row-gap: 25px;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
}
.file-upload-wrapper input[type="file"] {
  box-sizing: border-box;
  width: 100%;
}

.file-upload-wrapper input[type="file"] {
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  margin-top: 8px;
  border: 1px solid #eeeeee;
  padding: 10px;
  border-radius: 10px;
}

#back-to-package-list {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
  padding: 10px 14px;
  border-radius: 8px;
}

.upload-popup-submit-btn {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
  padding: 10px 23px;
  background-color: var(--main-color);
  border-radius: 8px;
  height: 40px;
}

.upload-popup-submit-btn:hover {
  color: var(--main-color);
  background-color: #e0fff6;
}

.upload-popup-cancel-btn {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
  padding: 10px 23px;
  background-color: #949495;
  border: 1px solid #949495;
  border-radius: 8px;
  height: 40px;
}
.upload-popup-cancel-btn:hover {
  color: #949495;
  background-color: #ffffff;
}
.upload-form-popup-btn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: end;
  padding-top: 10px;
}
.invoice-managment-bottom .form-input {
  margin-bottom: 0px;
}

.page-template-page-user-deshboard .header-main,
.page-template-page-agent-dashboard .header-main,
.page-template-page-user-deshboard footer,
.page-template-page-agent-dashboard footer {
  display: none !important;
}
.btn.green-btn {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
  padding: 10px 14px;
  background-color: var(--main-color);
  border-radius: 8px;
  height: 40px;
}

.btn.green-btn:hover {
  color: var(--main-color);
  background-color: #e0fff6;
}

.page-template-page-agent-dashboard,
.page-template-page-user-deshboard {
  background-color: #f9f9fc !important;
}
.pagination-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-top: 1px solid #f0f1f3;
}

.pagination-main h3,
.pagination-main p {
  color: #667085;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
}
.pagination-main .page-numbers, .pagination-main .pagination a {
  border: none;
  color: #fff;
  background-color: #e0fff6;
  color: var(--main-color);
  width: 32px;
  font-weight: 600;
  height: 32px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.pagination-main .page-numbers.current,.pagination-main .pagination .active {
  background-color: var(--main-color);
  color: #fff;
}
.pagination-main .pagination {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.acf-image-uploader .image-wrap img {
  border-radius: 10px;
}
.acf-tab-group {
  padding-left: 0px !important;
}

.package-create-form {
  margin-top: 20px;
}

/*-----------------------------------subscription-------------------------*/

.subscription-inner {
  max-width: 721px;
  margin: 0 auto;
  margin-top: 32px;
  box-shadow: 0px 15px 30px 0px #0000001a;
  border-radius: 10px;
  overflow: auto;
}
.subscription-top {
  text-align: center;
  display: flex;
  background-color: var(--main-color);
  align-items: center;
  flex-direction: column;
  padding: 32px;
  border-radius: 10px 10px 0px 0px;
}
.subscription-top h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  font-family: var(--main-font);
}
.subscription-top h3 {
  color: #ffffff;
  font-weight: 600;
  margin: 2px 0px;
  font-size: 25px;
  font-family: var(--main-font);
}
.subscription-top span {
  color: #7c7c7c;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--main-font);
}
.subscription-top .btn-chek {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 16px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background-color: #fff;
  border-radius: 50px;
  width: 191px;
  margin-top: 22px;
}
.subscription-top .btn-chek:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: #fff;
}
.subscription-bottom .table {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.subscription-bottom .table tbody td {
  color: #000000;
  padding: 20px 25px;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--main-font2);
  border: none;
}
.subscription-bottom .table tbody td:last-child{
  text-align: center;
}
.subscription-bottom table td .fa-circle-xmark{
  color: #ff4066;
  font-size: 20px;
}
.subscription-bottom table td .fa-circle-check{
  color: var(--main-color);
  font-size: 20px;
}
/*-----------------------------------subscription-------------------------*/
.reviews-desh-main {
  border-radius: 8px;
}

form.agent-reply-form {
  margin-top: 30px;
}

form.agent-reply-form textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  border-radius: 10px !important;
  margin-top: 8px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  padding: 10px 20px !important;
  font-family: var(--main-font);
  font-size: 13px;
  font-weight: 400;
}
form.agent-reply-form textarea:focus {
  outline: none;
  border-color: var(--main-color);
}
form.agent-reply-form button {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
  padding: 10px 14px;
  border-radius: 8px;
  background-color: var(--main-color);
  color: #fff;
  height: 40px;
}

form.agent-reply-form button:hover {
  background-color: #e0fff6;
  color: var(--main-color);
}
.loding-image-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
}

.full-calender table {
  margin-bottom: 0px;
}

.pms-payment-history .pms-table th {
  border-width: 0 1px 1px 0;
  color: #1d1f2c;
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  background-color: #f9f9fc;
  font-family: var(--main-font);
  padding: 18px 22px;
  border-color: #f0f1f3;
}

th.fc-day-header.fc-widget-header.fc-sun,
th.fc-day-header.fc-widget-header.fc-sat {
  background-color: #e8c43f;
}
th.fc-day-header.fc-widget-header.fc-mon,
th.fc-day-header.fc-widget-header.fc-tue,
th.fc-day-header.fc-widget-header.fc-wed,
th.fc-day-header.fc-widget-header.fc-thu,
th.fc-day-header.fc-widget-header.fc-fri {
  background-color: var(--main-color);
}
th.fc-day-header.fc-widget-header {
  font-weight: 400;
  font-size: 12px;
  font-family: var(--main-font);
  color: #fff;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left !important;
  padding-left: 14px;
  padding-top: 6px;
}
.full-calender .fc .fc-button-group > :first-child,
button.fc-next-button.fc-button {
  background: var(--main-color);
  border: 0;
  box-shadow: none !important;
}
.full-calender .fc-button-group button:focus {
  background-color: #e8c43f;
}
.fc-toolbar {
  padding: 0px 20px;
}
.fc button .fc-icon {
  color: #fff;
}

.fc-center h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1d1f2c;
  font-family: var(--main-font);
}
.fc-toolbar .fc-center {
  width: 100%;
}
.fc-toolbar.fc-header-toolbar {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.fc-left {
  width: 100%;
  display: flex;
  justify-content: end;
}
.calender-top-filter {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 12px;
  margin-bottom: -40px;
  padding-right: 24px;
}

.calender-top-filter
  .select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 10px;
}
.calender-top-filter
  .select-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 1;
}
.full-calender {
  box-shadow: 0px 4px 30px 0px #2e2d740d;
  margin-top: 32px;
  background-color: #ffffff;
  padding-top: 24px;
}
.calender-main .deshboard-heading {
  margin-top: 40px;
}

.align-icons-data button,
.align-icons-data a {
  width: 16px !important;
  height: 16px;
}

.refund-popup-main {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.refund-popup-main h3{
  padding: 16px;
  color: #1d1f2c;
  font-weight: 600;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
  font-family: var(--main-font);
}

.guest-counter-header{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 16PX;   
  border-bottom: 1px solid #f0f1f3;
  background-color: #fff;
}

.trips-popup-main h3{
  color: #1d1f2c;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--main-font);
}


.modal-content-inner {
  padding: 16px;
}
.modal-content-inner label {
  display: grid;
  color: #5d5b58;
  font-family: var(--main-font);
  font-size: 13px;
  font-weight: 600;
}

.modal-content-inner textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px !important;
  margin-top: 8px;
  border: 1px solid #eeeeee;
  padding: 10px !important;
  font-family: var(--main-font);
  font-size: 13px;
  font-weight: 400;
}

.modal-content-inner textarea:focus {
  outline: none;
  border-color: var(--main-color);
  box-shadow: none;
}

.btn.see-btn.red-fill {
  background-color: #af0101;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font);
  padding: 10px 14px;
  border-radius: 8px;
  height: 40px;
}

.btn-fill-main {
  text-align: center;
  margin-top: 15px;
}
.invoice-managment-top .see-main-btn .btn.see-btn:hover,
.invoice-managment-top .see-main-btn .btn.see-btn:active,
.invoice-managment-top .see-main-btn .btn.see-btn:focus,
.activity-top-right .see-btn:hover {
  background-color: var(--main-color);
  color: #fff;
}
.packages-details-price {
  text-align: center;
}
.trips-popup-main {
  background-color: #fff;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0px 4px 30px #2e2d740d;
  margin: 0 auto;
  margin-top: 40px;
}

span.visually-loading {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
#govtStatus {
    margin-bottom: 10px;
    text-align: center;
}



/* #travel_documentUploadForm {
  padding: 20px 20px 20px 24px;
} */

#travel_documentUploadForm #fileInput {
  display: none;
}

#travel_documentUploadForm .select-main {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
#travel_documentUploadForm .select-main label{
    white-space: nowrap;
}
 #travel_documentUploadForm .btn.see-btn.green{
  background-color: var(--main-color);
  color: #fff;
 }
  #travel_documentUploadForm .see-main-btn {
	text-align: center;
}

  #travel_documentUploadForm #uploadResult div {
  text-align: center;
  margin-top: 10px;
}
.document-fileu-main {
    padding: 24px 20px;
}

.upload-user-doc .uplaod-main-doc label{
  display: flex;
}
.upload-user-doc input#fileInput {
    display: none;
}
.upload-user-doc .select-main{
  padding: 0px;
}

form#uploadProfileForm{
    width: 100%;
    padding: 20px;
}

/* New Css */


#previewContainer {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

#previewContainer img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.checkmark {
    color: green;
    font-size: 20px;
    font-weight: bold;
}

.preview-hidden , #fileInput_profile, .fileInputtravel{
    display: none;
}

.uplaod-main-doc .upload-form-popup-btn {
    padding-top: 20px;
}
.subscription-no-main .subscription-no-found {
    font-weight:600;
    font-size: 21px;
    line-height: 33px;
    font-family: var(--main-font);
    color: #013827;
    text-align: center;
}
.subscription-no-main {
    padding: 20px;
}

.subscription-no-main .plan-btn:hover{
    color: #fff;
    background-color: var(--main-color);
}

.booking_on_invoice {
     margin-top: 15px;
    background-color: #fdc4c4;
    padding: 14px;
    font-weight: 600;
}

.edit-table td a {
  color: #013827;
  text-decoration: underline; 
} 
.table-bottom p {
  padding: 18px 22px;
	text-align: center;
  color: #667085;
  font-weight: 600;
  font-size: 14px;
}

.review-main-bottom .pagination-main{
background-color: #fff;
}

.Message__tab_list .text-view {
	margin: 10px 0px;
}

.file-upload-wrapper input{
  display: none;
}
.file-upload-wrapper label {
    display: flex;

}

.invoice-managment-bottom .form-input textarea {
    height: 100px;
    padding-top: 10px !important;
}
.invoice-managment-bottom .form-input textarea:focus {
    outline: none;
    border-color: var(--main-color);
}
.review-main-bottom strong {
    padding: 20px;
    text-align: center;
    width: 100%;
    display: block;
}

.package-limit-war {
  background-color: #ff00001c;
  width: 100%;
  padding: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.not-access {
  position: relative;
  height: max-content;
}

.not-access strong {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffd1d1;
  padding: 14px 37px;
}

.activity-left {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.updated_package_btn {
  background-color: #e8c43f;
  padding: 5px 10px;
  border-radius: 8px;
  color: #013827;
}

    .template-page-user-chat.page-template-pagespage-user-chat-php .header-main,
    .template-page-user-chat.page-template-pagespage-user-chat-php footer {
    display: none !important;
}

.site-header{
  display: none !important;
}

.chat-footer {
  display: none !important;
}
.starred-messages{
  display: none !important;
}

.chat-header.side-header {
  display: none !important;
}