:root {
  --green: #70C0A3;
  --white: #ffffff;
  --black: #000;
  --lightblue: #55a8d6;
  --fontFamily: "Public Sans", sans-serif;
  --daxaColor: #1667a3;
  --primaryColor: #796df6;
  --dangerColor: #e74c3c;
  --infoColor: #00cae3;
  --warningColor: #ffb264;
  --successColor: #2ed47e;
  --blackColor: #475569;
  --whiteColor: #ffffff;
  --bodyColor: #919aa3;
  --transition: .5s;
  --fontSize: 16px;
  --borderBoxShadow: rgba(0, 0, 0, .05) 0px 6px 24px 0px, rgba(0, 0, 0, .08) 0px 0px 0px 1px;
}

body {
  margin: 0;
  padding: 0;
  color: var(--blackColor);
  background-color: #eff3f9;
  font-weight: 400;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}

.wrapper {
  background: transparent;
}

.main {
  background: transparent;
}

a {
  color: #000;
  text-decoration: none;
}

.card {
  margin-bottom: 24px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.login-text-container {
  position: absolute;
  bottom: 27%;
  left: 72px;
  border-bottom: 2px solid #141111;
}

#login-submit {
  padding: 12px 123px;
  background: rgb(22 104 164);
  border: 1px solid rgb(22 102 162);
  background: linear-gradient(90deg, rgb(22 103 163) 0%, rgb(23 105 164) 35%, rgb(7 68 113) 100%);
}

.login-head {
  font-size: 5em;
  font-weight: 800;
  margin-bottom: -10px;
}

.login-subhead {
  font-size: 3em;
}

.sidebar-content {
  background: #fff;
}

.sidebar [aria-expanded=true]:after,
.sidebar [data-bs-toggle=collapse]:not(.collapsed):after {
  top: 1.4rem;
  transform: rotate(-135deg);
}

.sidebar [data-bs-toggle=collapse]:after {
  border: solid;
  border-width: 0 0.075rem 0.075rem 0;
  content: " ";
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  transform: rotate(45deg);
  transition: all .2s ease-out;
}

.sidebar-dropdown .sidebar-link:before {
  content: "";
  display: inline-block;
  left: -14px;
  position: relative;
  transform: translateX(0);
  transition: all .1s ease;
}

.sidebar-dropdown .sidebar-link {
  background: transparent;
  border-left: 0;
  color: #91979e;
  font-size: 90%;
  font-weight: 400;
  padding: 0.625rem 1.5rem 0.625rem 3.25rem;
  margin-bottom: 0px !important;
}

.sidebar-nav {
  margin-top: 30px;
}

.sidebar-link,
a.sidebar-link {
  background: transparent;
  color: #FFF;
}

.sidebar-link:hover,
.sidebar-link:hover i {
  color: var(--daxaColor);
  background: transparent;
}

.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active>.sidebar-link,
.sidebar-dropdown .sidebar-link,
.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg {
  color: var(--blackColor);
}

.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active>.sidebar-link,
.sidebar-dropdown .sidebar-link,
.sidebar-link,
a.sidebar-link {

  transition: var(--transition);
  color: var(--blackColor);
  margin-bottom: 13px;
  position: relative;
  font-size: 15px;
  display: block;
  padding-right: 40px;
  padding-left: 24px;

}

.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active>.sidebar-link,
.sidebar-link:hover,
.sidebar-item.active>.sidebar-link svg,
.sidebar-item.active .sidebar-link:hover svg,
.sidebar-item.active .sidebar-link:hover i {
  border-left: transparent;
  color: var(--daxaColor);
  border-radius: 0px;
}

.sidebar-item ul {
  margin: 15px;
}

.login-wrapper {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow-x: hidden;
}

.lead {
  color: #000;
  font-weight: 500;
}

.error li {
  color: #e71e1e;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-infinity {
  color: #fff;
  background: linear-gradient(135deg, #559dbb, #e7cbe6 40%, #b5b5d9);
}

.alert-infinity .btn-close {
  color: #fff !important;
  right: 26px;
  position: absolute;
}

.alert-entevayal.alert-danger {
  color: #fff;
  background-color: #980808;
  border-color: #980808;
}

.alert-entevayal.alert-danger .btn-close {
  color: #fff !important;
  right: 26px;
  position: absolute;
}

.crop-img-container {
  position: relative;
  width: 80px;
  height: 80px;
}

.crop-img-container .img-delete-btn {
  position: absolute;
  top: -3px;
  right: -7px;
  background-color: #e71e1e;
  color: #fff;
  padding: 1px 7px;
  border-radius: 50%;
  font-weight: 600;
}

.card.gradient {
  background: rgb(13 78 141);
  background: linear-gradient(90deg, rgb(13 78 141) 0%, rgb(27 124 182) 35%, rgb(32 144 202) 100%);

}

.card.gradient,
.card.gradient h1,
.card.gradient h5 {
  color: #fff;
}

.card-title {
  color: #000;
  font-weight: 600;
}

.dashboard-card .card-body {
  min-height: 400px;
}

.btn-primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

.pager {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.pager li {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pager li.active {
  color: #fff;
  background-color: #70c0a3;
}

.pager li.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.img-thumbnail {
  max-width: 100%;
}

.nav-tabs .nav-link {
  background-color: #f5f7fb;
  border-color: #dee2e6 #dee2e6 #f5f7fb;
  color: #000;
}

.nav-tabs .nav-link.active-tab {
  background-color: var(--lightblue);
  border-color: var(--lightblue);
  color: var(--white);
}

/*Drop Zone*/
.dz-image img {
  width: 100%;
  height: 100%;
}

.dropzone.dz-started .dz-message {
  display: block !important;
}

.dropzone {
  border: 2px dashed #a7a7a7 !important;
  ;
}

.dropzone .dz-preview.dz-complete .dz-success-mark {
  opacity: 1;
}

.dropzone .dz-preview.dz-error .dz-success-mark {
  opacity: 0;
}

.dropzone .dz-preview .dz-error-message {
  top: 144px;
}

.file-thumbnail {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin: 10px;

}

.customer-image-container {
  width: 300px;
  max-width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.customer-image-container .cust_file_wrapper {
  border: 2px solid #f5f5f5;
  max-width: 250px;
  max-height: 280px;
  padding: 10px;
  box-shadow: 1px 3px 3px #eee;
  overflow: hidden;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #000;
  text-overflow: ellipsis;
}

.file-delete {
  position: absolute;
  top: 2px;
  background: #bd5349;
  font-size: 14px;
  right: 22px;
  color: #fff;
  padding: 0px 7px;
}

.delete-btn-inline {
  padding: 0;
}

.delete-btn-inline .feather {
  color: #000;
  width: 18px;
  height: 18px;
}

ul.errors li {
  color: #980808;
  font-weight: 600;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.customer-top-section {
  position: absolute;
  top: 0;
  right: 0;
}

#login-side-bg {
  background: url('/img/login-side-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 600px) {
  .customer-top-section {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.dash-cards h1 {
  font-size: 1.2em;
}

.card-donught {
  color: #FFF;
}

#legend-container {
  margin-top: 2em;
}

#legend-container ul {
  flex-wrap: wrap;
}

#legend-container li {
  width: 100%;
}

.select2-container {
  width: 100% !important;
}

.vendor-card {
  min-height: 360px;
}

.address-container {
  padding: 24px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #f6f6f6;
}

.vendor-deafult-img {
  border-radius: 50%;
  position: absolute;
  top: 30px;
  width: 80px;
}

.vendor-contact-list {
  list-style: none;
  padding-left: 0;
}

.vendor-contact-list li {
  border-bottom: 1px solid #ddd;
  line-height: 2.1em;
  font-size: .8em;
}





#packageForm h5,
#packageForm h6 {
  font-weight: 500;
}

#packageForm h5 {
  font-size: 1em;
}

#packageForm label {
  font-size: .9em;
  color: #000;
  font-weight: 500;
}

#packageForm .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: .8em;
}

.itineraryheading {
  background-color: #4a5659;
  font-size: 0.9rem;
  padding: 0.4rem 3em;
  color: #fff;
  font-weight: 300;
  border-radius: 5px !important;
  width: 30%;
  border-left: 22px solid #1289a7;
}

#packageForm .card {
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
  border: 0;
  margin-bottom: 34px;
}

#packageForm .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #d6d8db 1px;
  outline: 0;
}

.package-side-card {
  margin-top: 60px;
}

.accommodationPerPaxParent label,
.occupancySection label {
  font-size: 11px !important;
  height: 34px;
}

.divider-text {
  color: #000;
  font-weight: 600;
}

.info-card {
  background: #40646d;
  color: #fff;
}

.thumb {
  width: 50px;
  height: 50px;
}

/***Dropzone Start***/

.dropzone {
  border: 2px dashed #d9dee3;
  border-radius: 0.5rem;
}

.dropzone .dz-preview .dz-remove,
.dropzone .dz-preview .dz-remove:hover {
  color: #dc3545;
  text-decoration: none;
  padding: 5px;
  font-size: 0.7rem;
}

.dropzone .dz-preview {
  margin: 8px;
}

.dz-message {
  color: #566a7f;
  font-weight: 500;
  font-size: 1.2rem;
}

.dz-message i {
  display: block;
  font-size: 3rem;
}

/***Dropzone End***/

/***Summernote Start***/

.note-editor .dropdown-toggle::after {
  all: unset;
}

.note-editor .note-dropdown-menu {
  box-sizing: content-box;
}

.note-editor .note-modal-footer {
  box-sizing: content-box;
}

/***Summernote Start***/

.itineraryheading {
  background-color: #1289A7;
  font-size: 0.9rem;
  padding: 0.4rem;
  color: #fff;
  font-weight: 300;
}

.select2-container {
  width: auto !important;
  display: block;
}

.select2-search--inline {
  display: contents;
}

.select2-search__field:placeholder-shown {
  width: 100% !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: unset;
}

.column-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.custom-option {
  padding-left: 0;
  border: 1px solid #d9dee3;
  border-radius: .5rem;
}

.custom-option:hover {
  border: 1px solid #c7cdd4;
}

.custom-option.custom-option-image {
  border-width: 2px !important;
}

.custom-option.custom-option-image:hover {
  border-width: 2px !important;
}

.custom-option.custom-option-image .custom-option-body img {
  border-radius: .375rem;
}

.custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}

.custom-option-basic .custom-option-content {
  padding: 1em;
  padding-left: 2.7em;
}

.custom-option-basic .custom-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .25rem;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

/***Dropzone Start***/

.dropzone {
  border: 2px dashed #d9dee3;
  border-radius: 0.5rem;
}

.dropzone .dz-preview .dz-remove,
.dropzone .dz-preview .dz-remove:hover {
  color: #dc3545;
  text-decoration: none;
  padding: 5px;
  font-size: 0.7rem;
}

.dropzone .dz-preview {
  margin: 8px;
}

.dz-message {
  color: #566a7f;
  font-weight: 500;
  font-size: 1.2rem;
}

.dz-message i {
  display: block;
  font-size: 3rem;
}

.dropzone .dz-preview .dz-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/***Dropzone End***/

/***Summernote Start***/

.note-editor .dropdown-toggle::after {
  all: unset;
}

.note-editor .note-dropdown-menu {
  box-sizing: content-box;
}

.note-editor .note-modal-footer {
  box-sizing: content-box;
}

/***Summernote Start***/

.itineraryheading {
  background-color: #1289A7;
  font-size: 0.9rem;
  padding: 0.4rem;
  color: #fff;
  font-weight: 300;
}

.select2-container {
  width: auto !important;
  display: block;
}

.select2-search--inline {
  display: contents;
}

.select2-search__field:placeholder-shown {
  width: 100% !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: unset;
}

.column-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.custom-option {
  padding-left: 0;
  border: 1px solid #d9dee3;
  border-radius: .5rem;
}

.custom-option:hover {
  border: 1px solid #c7cdd4;
}

.custom-option.custom-option-image {
  border-width: 2px !important;
}

.custom-option.custom-option-image:hover {
  border-width: 2px !important;
}

.custom-option.custom-option-image .custom-option-body img {
  border-radius: .375rem;
}

.custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}

.custom-option-basic .custom-option-content {
  padding: 1em;
  padding-left: 2.7em;
}

.custom-option-basic .custom-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .25rem;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}


/* Package view and timeline */

.table-container {
  display: flex;
  justify-content: space-between;
}

.table-container .table-responsive {
  flex: 1;
  margin-right: 10px;
  /* Space between tables */
}

.table-container .table-responsive:last-child {
  margin-right: 0;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;

}

ul.timeline {
  position: relative;
  list-style-type: none;
  padding-left: 180px;
}

ul.timeline:before {
  position: absolute;
  display: block;
  left: 136px;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background-color: #07b;
  content: ' ';
}

ul.timeline .event {
  position: relative;
  padding: 16px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  margin-bottom: 30px;
}

ul.timeline .event:before {
  display: block;
  position: absolute;
  top: 30px;
  left: -55px;
  width: 30px;
  height: 30px;
  border: 6px solid #07b;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
  content: ' ';
}

ul.timeline h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

ul.timeline .time {
  position: absolute;
  display: block;
  width: 120px;
  top: 35px;
  left: -179px;
  font-size: 0.9em;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}

ul.timeline .left-arrow:before {
  position: absolute;
  top: 30px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ddd;
  border-left: 0 solid #ddd;
  border-bottom: 15px solid transparent;
  content: ' ';
}

ul.timeline .left-arrow:after {
  position: absolute;
  top: 30px;
  left: -14px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 15px solid transparent;
  content: ' ';
}


.formbold-mb-5 {
  margin-bottom: 20px;
}

.formbold-pt-3 {
  padding-top: 12px;
}

.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}

.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 12px;
}

.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}

.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #6a64f1;
  color: white;
  cursor: pointer;
}

.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}

.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-full {
  width: 100%;
}

.formbold-file-input input {
  opacity: 0;
  position: absolute;
}

.formbold-file-input label {
  position: relative;
  border: 1px dashed #e0e0e0;
  border-radius: 6px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  text-align: center;
}

.formbold-drop-file {
  display: block;
  font-weight: 600;
  color: #07074d;
  font-size: 20px;
  margin-bottom: 8px;
}

.formbold-or {
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  display: block;
  margin-bottom: 8px;
}

.formbold-browse {
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  display: inline-block;
  padding: 8px 28px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.formbold-file-list {
  border-radius: 6px;
  background: #f5f7fb;
  padding: 16px 32px;
}

.formbold-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.formbold-file-item button {
  color: #07074d;
  border: none;
  background: transparent;
  cursor: pointer;
}

.formbold-file-name {
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  padding-right: 12px;
}

.formbold-progress-bar {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 8px;
  background: #e2e5ef;
}

.formbold-progress {
  position: absolute;
  width: 75%;
  height: 100%;
  left: 0;
  top: 0;
  background: #6a64f1;
  border-radius: 8px;
}

@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}

.dash-logo {
  max-width: 100%;
  object-fit: cover;
}

.hamburger,
.hamburger:after,
.hamburger:before {
  background: #2090ca;
}

.navbar-bg {
  background: #fff;
  margin: 15px;
  border-radius: 10px;
}

.dash-banner {
  width: 500px;
  object-fit: cover;
  margin: 0 auto;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 600 !important;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ddd;
  /* border: 0; */
  border-radius: 5px;
  box-sizing: border-box;
  color: #212529;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 31px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  margin-left: 8px;
}

.btn-success {
  color: #fff;
  background-color: #224E79;
  border-color: #224E79;
}

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover,
input.dt-button:hover {
  background: #123c67 !important;
}

.login-paper-plane {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #475569;
}

/* Increase width of DataTables lengthMenu dropdown to make values visible */
.dataTables_wrapper .dataTables_length select {
  min-width: 80px !important;
  width: auto !important;
  padding: 0.375rem 2rem 0.375rem 0.75rem !important;
}

.dataTables_wrapper .dataTables_length select option {
  padding: 0.5rem !important;
  min-width: 80px !important;
}

table.table.dataTable>tbody>tr {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}

table.table.dataTable>thead>tr>th {
  background-color: rgb(248 250 252 / 1);
  color: rgb(100 116 139 / 1);
  font-size: 12px;
}

table.table.dataTable>tbody>tr>td {
  color: #475569;
  padding: 1.9em 0.9em;
  font-weight: 400;
}

#datatable_filter label {
  text-align: left;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #eee;
  margin: 1px;
  padding: 9px;
  border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: none;
  background: none;
}


.text-success {
  color: #24d5b8 !important;
}

.customers .list-group-item .media img {
  width: 35px !important;
  height: 35px !important;
}

.media {
  display: flex;
  align-items: center;
}

.media-body {
  flex: 1;
}

.wd-45p {
  width: 45%;
}

.op-7 {
  opacity: 0.7;
}


table tfoot,
table th,
table thead{
  font-weight: 600;
  font-size: 13px;
}
table td{
  font-size: 13px;
}

.text-muted {
  color: #7987a1 !important;
}

.tx-12 {
  font-size: 12px;
}

/*Dashboard Custom Cards*/
.card-custom {
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card-icon {
  font-size: 14px;
  color: #122b5f;
  margin-bottom: 15px;
  background: #0b316a38;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}


.card-title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  color: #475569;
}

.card-subtitle {
  color: #64748bc7;
}

.card-link {
  font-weight: 600;
  color: #58616b;
  font-size: 14px;
  margin-top: 47px;
  border-top: 1px dashed #ddd;
  padding-top: 13px;
}

.box {
  box-shadow: 0 3px 5px #0000000b;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: .6rem;
  position: relative;
}

.card-custom:before {
  content: "";
  z-index: -1;
  box-shadow: 0 1px 2px #0000000d;
  height: 100%;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  position: absolute;
  border-radius: .5rem;
  left: .875rem;
  right: .875rem;
  top: 0;
  margin-top: .75rem;
}

/*Destination List*/
#loading-indicator {
  display: flex;
}

.filter-container {
  margin: 16px 0;
  border-bottom: 1px dashed #69696d;
  padding-bottom: 11px;
}

.sidebar-link:hover,
.sidebar-link:hover i,
.sidebar-link:hover svg {
  color: var(--daxaColor);
}

.btn-outline-info {
  border-color: #176aa6;
  color: #1666a2;
}

.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg {
  margin-right: 0;
  width: 30px;
}

div.dt-buttons {
  margin-left: 15px;
}

.sidebar-item.active .sidebar-link:hover i,
.sidebar-item.active .sidebar-link:hover svg,
.sidebar-item.active>.sidebar-link i,
.sidebar-item.active>.sidebar-link svg {
  color: #1667a3;
}

.tr.list-group a {
  border-bottom: 1px dashed #ddd !important;
  margin-bottom: 8px;
  text-decoration: none;
}

.tr.list-group .badge {
  width: 60px;
  text-transform: capitalize;
}

.card-header {
  color: var(--blackColor);
  font-size: 1em;
  font-weight: 600;
}

.info-container .label {
  font-weight: 600;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  margin-top: 15px;
}

.card-action-title {
  font-weight: 600;
  font-size: 14px;
}

.sidebar-item {
  /* border-bottom: 1px dashed #5968735c; */
}

.sidebar-item :last-child {
  border-bottom: none;
}

.dash-analytics-card {
  background: rgb(14, 33, 103);
  background: linear-gradient(90deg, rgba(14, 33, 103, 1) 0%, rgba(11, 67, 108, 1) 35%, rgba(11, 39, 104, 1) 100%);
}

.dash-analytics-card h6,
.dash-analytics-card h4 {
  color: #fff;
}

.dash-analytics-card h4 {
  font-size: 1.4em;
}

.dash-analytics .circle-icon {
  height: 35px;
  width: 35px;
  position: initial;
  border-radius: 50%;
}

.dash-analytics .circle-icon.bg-primary {
  background: #03045e1a !important;
}

.dash-analytics .circle-icon.bg-secondary {
  background: #0d94881a !important;
}

.dash-analytics .circle-icon.bg-warning {
  background: #eee5ed !important;
}
.dash-analytics .border-end {
  border-right: 1px solid #0b456e !important;
  box-shadow: 2px 2px 3px #0b296991;
}
.dash-analytics .circle-icon {
  background-color: #0b456e;
  box-shadow: 1px 2px 2px #00000030 !important;
}

.dash-analytics .circle-icon i {
  color: #ddd;
}
.submit-form-wrapper {
  display: flex
}
.custom-file-btn {
  display: inline-block;
}
.edit-btn{
  color:#3b7ddd;
  text-decoration: underline;
}
.show_confirm{
  color:red;
  text-decoration: underline;
}
.closed-text {
  color: red;
  font-weight: 600;
}

/* Individual Analytics Cards */
.individual-analytics-card {
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 3px solid #667eea;
    transition: all 0.3s ease;
    height: 100%;
    border-color: #667eea;
}

.individual-analytics-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.2);
}

.individual-analytics-card.analytics-hotel:hover {
    box-shadow: 0 15px 35px rgba(255, 107, 107, 0.2);
}

.individual-analytics-card.analytics-vendor:hover {
    box-shadow: 0 15px 35px rgba(78, 205, 196, 0.2);
}

.individual-analytics-card.analytics-earnings:hover {
    box-shadow: 0 15px 35px rgba(254, 202, 87, 0.2);
}

.individual-analytics-card.analytics-bookings:hover {
    box-shadow: 0 15px 35px rgba(72, 202, 228, 0.2);
}

/* Modern Dashboard Styles */
.modern-analytics-card {
    border-radius: 20px;
    overflow: hidden;
    background: white;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.bg-gradient-primary {
    background: #f8f9fa !important;
    color: #495057 !important;
    border-bottom: 1px solid #e9ecef;
}

.analytics-card {
    padding: 2rem;
    border-right: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.analytics-card:last-child {
    border-right: none;
}

.analytics-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.analytics-card.analytics-hotel:hover {
    box-shadow: 0 15px 35px rgba(255, 107, 107, 0.2);
}

.analytics-card.analytics-vendor:hover {
    box-shadow: 0 15px 35px rgba(78, 205, 196, 0.2);
}

.analytics-card.analytics-earnings:hover {
    box-shadow: 0 15px 35px rgba(254, 202, 87, 0.2);
}

.analytics-card.analytics-bookings:hover {
    box-shadow: 0 15px 35px rgba(72, 202, 228, 0.2);
}

.analytics-card.analytics-hotel {
    background: white;
    border: 3px solid #667eea;
}

.analytics-card.analytics-vendor {
    background: white;
    border: 3px solid #667eea;
}

.analytics-card.analytics-earnings {
    background: white;
    border: 3px solid #667eea;
}

.analytics-card.analytics-bookings {
    background: white;
    border: 3px solid #667eea;
}

.analytics-content {
    display: flex;
    align-items: center;
    color: #495057;
}

.analytics-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    font-size: 1.5rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.analytics-card.analytics-hotel .analytics-icon,
.individual-analytics-card.analytics-hotel .analytics-icon {
    background: rgba(255, 107, 107, 0.1);
    border-color: #ff6b6b;
    color: #ff6b6b;
}

.analytics-card.analytics-vendor .analytics-icon,
.individual-analytics-card.analytics-vendor .analytics-icon {
    background: rgba(78, 205, 196, 0.1);
    border-color: #4ecdc4;
    color: #4ecdc4;
}

.analytics-card.analytics-earnings .analytics-icon,
.individual-analytics-card.analytics-earnings .analytics-icon {
    background: rgba(254, 202, 87, 0.1);
    border-color: #feca57;
    color: #feca57;
}

.analytics-card.analytics-bookings .analytics-icon,
.individual-analytics-card.analytics-bookings .analytics-icon {
    background: rgba(72, 202, 228, 0.1);
    border-color: #48cae4;
    color: #48cae4;
}

.analytics-info {
    flex: 1;
}

.analytics-label {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.analytics-value {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.analytics-trend {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 500;
    color: #6c757d;
}

.analytics-trend i {
    margin-right: 0.5rem;
}

.analytics-card.analytics-hotel .analytics-trend i,
.individual-analytics-card.analytics-hotel .analytics-trend i {
    color: #ff6b6b;
}

.analytics-card.analytics-vendor .analytics-trend i,
.individual-analytics-card.analytics-vendor .analytics-trend i {
    color: #4ecdc4;
}

.analytics-card.analytics-earnings .analytics-trend i,
.individual-analytics-card.analytics-earnings .analytics-trend i {
    color: #feca57;
}

.analytics-card.analytics-bookings .analytics-trend i,
.individual-analytics-card.analytics-bookings .analytics-trend i {
    color: #48cae4;
}

/* Modern Navigation Cards */
.modern-nav-card {
    background: white;
    border-radius: 15px;
    padding: 1.25rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.modern-nav-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.modern-nav-card.nav-packages {
    background: white;
    color: #495057;
    border-color: #667eea;
}

.modern-nav-card.nav-packages:hover {
    border-color: #5a6fd8;
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

.modern-nav-card.nav-offline {
    background: white;
    color: #495057;
    border-color: #f093fb;
}

.modern-nav-card.nav-offline:hover {
    border-color: #ee7ff0;
    box-shadow: 0 20px 40px rgba(240, 147, 251, 0.2);
}

.modern-nav-card.nav-bookings {
    background: white;
    color: #495057;
    border-color: #4facfe;
}

.modern-nav-card.nav-bookings:hover {
    border-color: #3d9bfe;
    box-shadow: 0 20px 40px rgba(79, 172, 254, 0.2);
}

.nav-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.nav-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.modern-nav-card.nav-packages .nav-icon {
    background: rgba(102, 126, 234, 0.1);
    border-color: #667eea;
    color: #667eea;
}

.modern-nav-card.nav-offline .nav-icon {
    background: rgba(240, 147, 251, 0.1);
    border-color: #f093fb;
    color: #f093fb;
}

.modern-nav-card.nav-bookings .nav-icon {
    background: rgba(79, 172, 254, 0.1);
    border-color: #4facfe;
    color: #4facfe;
}

.nav-badge .badge {
    font-size: 0.65rem;
    padding: 0.3rem 0.7rem;
    border-radius: 15px;
    font-weight: 500;
}

.modern-nav-card.nav-packages .nav-badge .badge {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.modern-nav-card.nav-offline .nav-badge .badge {
    background: rgba(240, 147, 251, 0.1);
    color: #f093fb;
    border: 1px solid rgba(240, 147, 251, 0.2);
}

.modern-nav-card.nav-bookings .nav-badge .badge {
    background: rgba(79, 172, 254, 0.1);
    color: #4facfe;
    border: 1px solid rgba(79, 172, 254, 0.2);
}

.nav-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.nav-description {
    font-size: 0.85rem;
    opacity: 0.8;
    margin-bottom: 0.75rem;
}

.nav-stats {
    margin-bottom: 0.75rem;
}

.stat-item {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 500;
    color: #6c757d;
}

.stat-item i {
    margin-right: 0.4rem;
    font-size: 0.85rem;
}

.modern-nav-card.nav-packages .stat-item i {
    color: #667eea;
}

.modern-nav-card.nav-offline .stat-item i {
    color: #f093fb;
}

.modern-nav-card.nav-bookings .stat-item i {
    color: #4facfe;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    color: #495057;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.nav-link:hover {
    transform: translateX(5px);
    color: #495057;
}

.modern-nav-card.nav-packages .nav-link {
    background: rgba(102, 126, 234, 0.05);
    border-color: rgba(102, 126, 234, 0.2);
    color: #667eea;
}

.modern-nav-card.nav-packages .nav-link:hover {
    background: rgba(102, 126, 234, 0.1);
    border-color: #667eea;
    color: #667eea;
}

.modern-nav-card.nav-offline .nav-link {
    background: rgba(240, 147, 251, 0.05);
    border-color: rgba(240, 147, 251, 0.2);
    color: #f093fb;
}

.modern-nav-card.nav-offline .nav-link:hover {
    background: rgba(240, 147, 251, 0.1);
    border-color: #f093fb;
    color: #f093fb;
}

.modern-nav-card.nav-bookings .nav-link {
    background: rgba(79, 172, 254, 0.05);
    border-color: rgba(79, 172, 254, 0.2);
    color: #4facfe;
}

.modern-nav-card.nav-bookings .nav-link:hover {
    background: rgba(79, 172, 254, 0.1);
    border-color: #4facfe;
    color: #4facfe;
}

/* Modern Packages Section */
.modern-packages-section {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.section-header {
    background: #f8f9fa;
    padding: 2rem;
    color: #495057;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.section-heading {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    color: #495057;
}

.section-subtitle {
    font-size: 1rem;
    opacity: 0.7;
    margin: 0;
    color: #6c757d;
}

.section-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modern-select {
    border: 2px solid #e9ecef;
    background: white;
    color: #495057;
    border-radius: 10px;
    padding: 0.75rem 1rem;
}

.modern-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    background: white;
}

.modern-btn {
    background: #667eea;
    border: 2px solid #667eea;
    color: white;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.modern-btn:hover {
    background: #5a6fd8;
    border-color: #5a6fd8;
    color: white;
    transform: translateY(-2px);
}

.modern-table-card {
    padding: 0;
}

.modern-table {
    margin: 0;
    border: none;
}

.modern-table thead tr {
    background: #f8f9fa;
    border: none;
}

.table-header {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #495057;
    padding: 1rem 0;
}

.modern-table tbody tr {
    border: none;
    transition: all 0.3s ease;
}

.modern-table tbody tr:hover {
    background: #f8f9fa;
    transform: scale(1.01);
}

.modern-table td {
    padding: 1.5rem 1rem;
    border: none;
    vertical-align: middle;
}

.loading-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .analytics-card {
        padding: 1.5rem;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .analytics-card:last-child {
        border-bottom: none;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .section-actions {
        width: 100%;
        justify-content: space-between;
    }
    
    .modern-nav-card {
        padding: 1rem;
    }
    
    .nav-title {
        font-size: 1rem;
    }
    
    .nav-description {
        font-size: 0.8rem;
    }
    
    .nav-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .analytics-value {
        font-size: 1.5rem;
    }
    
    .analytics-label {
        font-size: 0.7rem;
    }
    
    .analytics-trend {
        font-size: 0.7rem;
    }
}

/* Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

