@charset "UTF-8";
/*
Theme Name: WVM Client Portal
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0.3
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Theme
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .navigation .uabb-button-text {
    display: none;
  }
}

.user-action-buttons {
  text-align: center;
}
.user-action-buttons .user-button {
  color: #fff;
  margin: 0 10px;
  font-size: 1rem;
}
.user-action-buttons .user-button:hover {
  color: #da7f3b;
}

.hide {
  display: none;
  visibility: hidden;
}

.not-authorized {
  text-align: center;
  margin: 50px auto;
}

.no-director {
  text-align: center;
  padding: 20px;
}

.no-access {
  text-align: center;
  padding: 20px;
  font-size: 18px;
}

/* Dashboard */
.client-voyages {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.client-voyages .client-voyage {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  background-color: #1a3558; /* Base card color */
  /* Flight path SVG as background — adjust opacity via the fill-opacity values inside the SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 130' preserveAspectRatio='xMidYMid slice'%3E%3C!-- Dashed arc path --%3E%3Cpath d='M 60 105 Q 340 -20 620 75' stroke='white' stroke-width='0.8' stroke-dasharray='5 5' fill='none' opacity='0.12'/%3E%3C!-- Origin dot %2B ring --%3E%3Ccircle cx='60' cy='105' r='4' fill='white' opacity='0.12'/%3E%3Ccircle cx='60' cy='105' r='11' stroke='white' stroke-width='0.6' fill='none' opacity='0.09'/%3E%3C!-- Waypoint dots along arc --%3E%3Ccircle cx='200' cy='55' r='2.5' fill='white' opacity='0.1'/%3E%3Ccircle cx='355' cy='25' r='2.5' fill='white' opacity='0.1'/%3E%3Ccircle cx='500' cy='42' r='2.5' fill='white' opacity='0.1'/%3E%3C!-- Destination dot %2B rings --%3E%3Ccircle cx='620' cy='75' r='4.5' fill='white' opacity='0.12'/%3E%3Ccircle cx='620' cy='75' r='13' stroke='white' stroke-width='0.6' fill='none' opacity='0.09'/%3E%3Ccircle cx='620' cy='75' r='24' stroke='white' stroke-width='0.4' fill='none' opacity='0.06'/%3E%3C!-- Crosshair at destination --%3E%3Cline x1='620' y1='55' x2='620' y2='95' stroke='white' stroke-width='0.4' opacity='0.08'/%3E%3Cline x1='600' y1='75' x2='640' y2='75' stroke='white' stroke-width='0.4' opacity='0.08'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* The rest of your card styling — adjust to match your theme */
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  overflow: hidden; /* Keeps the SVG clipped to card bounds */
}
.client-voyages .client-voyage .box-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.client-voyages .client-voyage .box-left .voyage-title {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  font-family: "Playfair Display", serif;
}
.client-voyages .client-voyage .box-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
.client-voyages .client-voyage .box-right .voyage-countdown .voyage-countdown-text .voyage-days-number {
  font-size: 3em;
  color: #fff;
  display: block;
  padding: 0;
  margin-bottom: -10px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
}
.client-voyages .client-voyage .box-right .button-view-voyage {
  padding: 10px 12px;
  border: 1px solid #5C6977;
  border-radius: 10px;
  color: #fff !important;
  width: fit-content;
  margin: auto;
  margin-top: 10px;
}
.client-voyages .client-voyage .box-right .button-view-voyage i {
  margin-right: 10px;
}
.client-voyages .client-voyage .box-right .button-view-voyage:hover {
  text-decoration: none;
  background: #da7f3b;
}

/* Email Archive */
.email-archive-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  background: #2c4a77;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.email-archive .uabb-blog-posts .uabb-post-wrapper .uabb-blog-post-content .email-updates-archive {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.email-archive .uabb-blog-posts .uabb-post-wrapper .uabb-blog-post-content .email-updates-archive .uabb-post-heading a {
  color: #da7f3b;
}
.email-archive .uabb-blog-posts .uabb-post-wrapper .uabb-blog-post-content .email-updates-archive .uabb-read-more-text a {
  color: #da7f3b;
}

/*
  Client Archive
 */
#search-filter-form-120 ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#search-filter-form-120 ul li {
  padding: 0 10px;
}
#search-filter-form-120 ul li label select {
  padding: 7px;
}

.searchfilter {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.searchfilter .search-filter-input-text {
  background: #1A395B;
}
.searchfilter .search-filter-input-text input {
  color: #868C95 !important;
}
.searchfilter .search-filter-input-text input::placeholder {
  color: #868C95 !important;
}
.searchfilter .search-filter-component-combobox-base {
  background: #1A395B;
}
.searchfilter .search-filter-component-combobox-base input {
  color: #868C95 !important;
}
.searchfilter .search-filter-component-combobox-base input::placeholder {
  color: #868C95 !important;
}

.client-table-header {
  width: 100%;
  background: #16283C;
}
.client-table-header th {
  text-align: center;
  width: 25%;
  padding: 1em;
  border: 1px solid #0D1F34;
  color: #ccc;
}

.client-table {
  width: 100%;
  background: #16283C;
}
.client-table:hover {
  background: #1D2F44;
}
.client-table tr {
  display: table-row;
}
.client-table tr td {
  display: table-cell;
  width: 25%;
  border-right: 1px solid #0D1F34;
  border-left: 1px solid #0D1F34;
  text-align: center;
  padding: 1em;
}
.client-table tr td ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clients-archive-list .fl-post-feed-post {
  margin-bottom: 0;
  border: 1px solid #0D1F34;
  border-bottom: none;
}
.clients-archive-list .fl-post-feed-post:last-child {
  border-bottom: 1px solid #0D1F34;
}

.sf-field-submit, .sf-field-reset {
  display: inline !important;
  padding-right: 10px !important;
}

/*
  Director Archive
 */
/*
  Participant Totals
*/
.participant-numbers {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}
.participant-numbers tbody tr:first-child td {
  border-top: 2px solid rgb(50.8834355828, 85.5766871166, 137.6165644172);
}
.participant-numbers thead {
  color: #fff !important;
}
.participant-numbers thead tr th {
  background-color: #2c4a77;
  color: #fff !important;
  border-bottom: 0px;
  padding: 10px;
  text-align: left;
  text-align: center;
}
.participant-numbers tbody {
  background-color: rgb(242.25, 242.25, 242.25);
}
.participant-numbers tbody td {
  border-bottom: 0px;
  border-top: 1px solid #ccc;
  line-height: 1;
  padding: 10px;
  text-align: center;
}
.participant-numbers tbody td button {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
  outline: none;
  padding: 0.3em 1em;
  width: 100%;
}

/**
  Participants List
**/
#participation-list .rwmb-row .rwmb-column .rwmb-field .rwmb-input .rwmb-clone {
  padding: 20px 20px 20px 24px;
}
#participation-list .rwmb-row .rwmb-column .rwmb-field .rwmb-input .rwmb-clone:nth-child(odd) {
  background: rgb(242.25, 242.25, 242.25);
}
#participation-list .rwmb-row .rwmb-column .rwmb-field .rwmb-input .rwmb-clone:nth-child(even) {
  background: rgb(249.9, 249.9, 249.9);
}
#participation-list .rwmb-row .rwmb-column .rwmb-field .rwmb-input .rwmb-clone:after {
  padding-bottom: none;
  margin-bottom: none;
  border-bottom: none;
}
#participation-list .rwmb-row .rwmb-column .rwmb-field .rwmb-input .add-clone {
  background-color: rgb(178.5, 178.5, 178.5);
  color: #333;
  font-size: 16px;
  font-size: calculateRem(16px);
  line-height: 1.2;
  padding: 6px 12px;
  font-weight: normal;
  text-shadow: none;
  border: 1px solid #333;
  box-shadow: none;
  border-radius: 4px;
}
#participation-list .rwmb-row .rwmb-column .rwmb-field .rwmb-input .add-clone:hover {
  background: rgb(229.5, 229.5, 229.5);
  border: 1px solid #333;
}
#participation-list .rwmb-form-submit .rwmb-input .rwmb-button {
  color: #fff;
}
#participation-list .rwmb-form-submit .rwmb-input .rwmb-button:after {
  content: "\f0c7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 10px;
}
#participation-list .rwmb-form-submit .rwmb-input .rwmb-button:hover {
  color: #333;
  background: rgb(229.5, 229.5, 229.5);
  border: 1px solid #333;
}

/* Participant Breakdown View */
.tpl-breakdown {
  width: 100%;
  border: 1px solid #26374A;
  background: #16283c;
}
.tpl-breakdown thead tr th {
  color: #fff !important;
  text-align: center;
  padding: 5px;
}
.tpl-breakdown tbody tr td {
  text-align: center;
  padding: 5px;
}

/*
** Voyage Page **
*/
.director {
  display: flex;
  flex-direction: row;
}
.director .director-name {
  padding-bottom: 10px;
}
.director .director-image {
  width: 25%;
}
.director .director-image img {
  border-color: #8B949E !important;
  border-radius: 15px !important;
}
.director .director-info {
  width: 75%;
  margin-left: 10px;
  padding-top: 10px;
}
.director .director-info .director-name {
  font-weight: bold;
}
@media (max-width: 768px) {
  .director .director {
    flex-direction: column;
  }
  .director .director .director-image {
    width: 100%;
  }
  .director .director .director-info {
    width: 100%;
  }
}

/*
** VC - Prospectus and Participants list download page styles
**/
.voyage-prospectus-dropdown, .voyage-participants-dropdown {
  padding: 5px;
}

.button-submit {
  margin-left: 10px;
}

/*
** Download button for Prospectus and Participant list
*/
.download-button {
  text-align: center;
  margin-bottom: 20px;
}
.download-button button a {
  color: #fff;
}

/* Gravity Form */
.gform-theme input,
.gform-theme textarea {
  background: #5c6977 !important;
  color: #fff !important;
}

/* Drag handle icons for the rank field */
.gform-theme--framework .gsurvey-rank-choice {
  --gf-survey-icon-control-rank: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23ffffff'/%3E%3C/svg%3E")!important;
}

.gform-theme .gsurvey-rank.ui-sortable,
.gform-theme .gsurvey-rank.ui-sortable::before,
.gform-theme .gsurvey-rank.ui-sortable {
  color: #fff !important;
}

/* Target the checkbox itself (Background & Border) */
.gf_page_steps .gf_step .gf_step_number {
  border-color: #324051;
  color: #324051;
}
.gf_page_steps .gf_step.gf_step_active .gf_step_number {
  border-color: #ff7902;
  color: #ff7902;
}

.gf_step_completed .gf_step_number::after {
  background-color: #ff7902 !important;
  border-color: #ff7902 !important;
}

/* Target the text label next to the checkbox */
.gform-theme .gfield--type-radio .gchoice label,
.gform-theme .gfield--type-checkbox .gchoice label {
  color: #fff !important;
}

/* The checkbox border when checked */
.gform-theme .gfield--type-checkbox .gchoice input[type=checkbox]:checked {
  border-color: #ff7902 !important;
  box-shadow: 0 0 0 2px #ff7902 !important;
}

/* The checkmark is typically an SVG background or ::before — GF Orbital handles it via background-image */
.gform-theme .gfield--type-checkbox .gchoice input[type=checkbox]:checked::before {
  border-color: #ff7902 !important; /* the checkmark tick color */
  color: #ff7902 !important;
}

/* Focus ring */
.gform-theme .gfield--type-checkbox .gchoice input[type=checkbox]:focus {
  outline-color: #ff7902 !important;
  box-shadow: 0 0 0 2px #ff7902 !important;
}

/* The outer ring on selected radio */
.gform-theme .gfield--type-checkbox .gchoice input[type=checkbox],
.gform-theme .gfield--type-radio .gchoice input[type=radio] {
  margin-left: 5px !important;
}

.gform-theme .gfield--type-radio .gchoice input[type=radio]:checked {
  border-color: #ff7902 !important;
  box-shadow: 0 0 0 2px #ff7902 !important;
}

/* The inner dot */
.gform-theme .gfield--type-radio .gchoice input[type=radio]:checked::before {
  background-color: #ff7902 !important;
}

/* Focus ring (accessibility outline when tabbing) */
.gform-theme .gfield--type-radio .gchoice input[type=radio]:focus {
  outline-color: #ff7902 !important;
  box-shadow: 0 0 0 2px #ff7902 !important;
}

/* Footer Styles */
.footer-nav-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-top: 100px;
  z-index: 999;
}

.copyright {
  margin-bottom: 75px;
}
