/*
Theme Name: Tuatea
Description: Tuatea theme using Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.variations .label,
table.variations.resatix-custom-fields td.label {
  padding-right: 1em;
  min-width: 12em !important;
}

#alert-container .elementor-widget-container {
  margin-left:15px; 
  margin-bottom: 20px;
  padding:10px 20px; 
  background: #ffdf36; 
  border-radius: 5px; 
  box-shadow: #bfbfbf 0 0 5px; 
  position: relative;
}

#alert-container .elementor-alert-title {
  font-weight: bold;
  color: black;
  font-size: large;
}


#alert-container .elementor-alert-description {
  color: #402010;
  font-size: large;
  display: block;
}


/* version */

/* Input with button positioning */
.input-with-button-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-with-button-wrapper input {
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
}

.input-with-button-wrapper .calendar-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #63d0df;
    color: white;
    border: none;
    padding: 5px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    z-index: 10;
}

.input-with-button-wrapper .calendar-button:hover {
    background: #005a87;
}

/* Modal overlay - properly centered */
.trip-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.trip-modal-content {
    background: white;
    width: 90vw;
    height: 90vh;
    max-width: 1000px;
    max-height: 700px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.trip-modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.trip-modal-body {
    flex: 1;
    padding: 20px;
    overflow: auto;
}

.trip-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.trip-modal-close:hover {
    color: #000;
}

flutter-view {
  touch-action: auto !important;
}

