/* ============================================
   EMBARQUE TRAVEL - Dashboard Moderno
   Tema filho: embarque-travel-2026
   ============================================ */

/* --- Base --- */
.page-template-template-user {
    font-family: 'Poppins', 'Inter', 'Segoe UI', sans-serif !important;
    background: #F1F5F9 !important;
    color: #1E293B;
    -webkit-font-smoothing: antialiased;
}

/* ============================================
   EMBARQUE TRAVEL - Partner cockpit v54
   Navigation + dashboard UX layer
   ============================================ */

.page-template-template-user {
    --etdash-ink: #102033;
    --etdash-muted: #64748B;
    --etdash-line: #D9E2EC;
    --etdash-panel: #FFFFFF;
    --etdash-soft: #F6F8FB;
    --etdash-navy: #071A2F;
    --etdash-navy-2: #0B2742;
    --etdash-ocean: #0A7EA4;
    --etdash-mint: #19B89D;
    --etdash-sun: #F7B955;
    --etdash-coral: #F05B47;
}

.page-template-template-user .page-wrapper {
    background:
        linear-gradient(180deg, rgba(246,248,251,0.94) 0%, #EEF3F8 100%),
        radial-gradient(circle at 70% 0%, rgba(25,184,157,0.14), transparent 36%);
}

.page-template-template-user .page-wrapper > nav#sidebar,
.page-template-template-user .sidebar-wrapper {
    width: 286px !important;
    min-width: 286px !important;
    background:
        linear-gradient(180deg, rgba(7,26,47,0.98) 0%, rgba(11,39,66,0.98) 58%, rgba(5,20,36,0.98) 100%) !important;
    border-right: 1px solid rgba(255,255,255,0.08);
    box-shadow: 8px 0 30px rgba(8,20,36,0.16);
}

.page-template-template-user .sidebar-content .sidebar-header:first-child {
    padding: 24px 22px 18px !important;
    min-height: 78px;
}

.page-template-template-user .sidebar-content .sidebar-header:first-child::after {
    content: 'EMBARQUE TRAVEL';
    font-size: 18px;
    letter-spacing: 0;
}

.page-template-template-user .sidebar-content .sidebar-header:first-child a::before {
    content: 'OPERACOES';
    margin-top: 7px;
    color: #7DD3C7;
}

.page-template-template-user .sidebar-content > .sidebar-header:nth-child(2) {
    margin: 0 14px 12px;
    padding: 14px !important;
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 8px;
    background: rgba(255,255,255,0.045) !important;
}

.page-template-template-user .embarque-nav-tools {
    padding: 0 14px 12px;
}

.page-template-template-user .embarque-nav-search {
    position: relative;
}

.page-template-template-user .embarque-nav-search::before {
    display: none;
}

.page-template-template-user .embarque-nav-search input {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 8px;
    background: rgba(255,255,255,0.07);
    color: #F8FAFC;
    font-size: 13px;
    outline: none;
}

.page-template-template-user .embarque-nav-search input::placeholder {
    color: #8EA5BC;
}

.page-template-template-user .sidebar-menu {
    padding-top: 2px;
}

.page-template-template-user .embarque-nav-section {
    margin: 18px 18px 7px !important;
    color: #7F95AA;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.page-template-template-user .sidebar-menu ul li {
    margin: 2px 12px !important;
    border-radius: 8px !important;
}

.page-template-template-user .sidebar-menu ul li a {
    min-height: 42px;
    border-radius: 8px !important;
    font-size: 13px !important;
}

.page-template-template-user .sidebar-menu ul li.active {
    background: rgba(25,184,157,0.12) !important;
    border-left: 3px solid var(--etdash-mint) !important;
}

.page-template-template-user .sidebar-menu ul li.active a {
    color: #FFFFFF !important;
}

.page-template-template-user .sidebar-menu ul li.active > a::after,
.page-template-template-user .sidebar-dropdown > a::after {
    margin-left: auto;
    color: #7DD3C7;
    font-family: FontAwesome;
    font-size: 11px;
}

.page-template-template-user .sidebar-dropdown > a::after {
    content: '\f107';
}

.page-template-template-user .sidebar-menu ul li.active > a::after {
    content: '\f105';
}

.page-template-template-user .sidebar-submenu ul li a {
    min-height: 34px;
    padding: 8px 14px !important;
    color: #A8B7C8 !important;
    font-size: 12px !important;
}

.page-template-template-user .sidebar-submenu ul li.active a {
    color: #7DD3C7 !important;
}

.page-template-template-user .sidebar-menu .embarque-nav-hidden {
    display: none !important;
}

.page-template-template-user .page-content {
    background: transparent !important;
}

.page-template-template-user .page-wrapper.toggled .page-content {
    padding-left: 286px !important;
}

.page-template-template-user .st_content {
    max-width: 1360px;
    margin: 0 auto;
    padding: 24px 28px 48px !important;
}

.page-template-template-user .embarque-dashboard-shell {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px;
}

.page-template-template-user .embarque-cockpit-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid var(--etdash-line);
    border-radius: 8px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F7FBFC 100%);
    box-shadow: 0 12px 28px rgba(16,32,51,0.08);
}

.page-template-template-user .embarque-cockpit-eyebrow {
    margin-bottom: 7px;
    color: var(--etdash-ocean);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-template-template-user .embarque-cockpit-title {
    margin: 0;
    color: var(--etdash-ink);
    font-size: 26px;
    line-height: 1.18;
    font-weight: 800;
}

.page-template-template-user .embarque-cockpit-meta {
    margin-top: 8px;
    color: var(--etdash-muted);
    font-size: 13px;
}

.page-template-template-user .embarque-cockpit-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.page-template-template-user .embarque-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid #C7D5E2;
    border-radius: 8px;
    background: #FFFFFF;
    color: #123047;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.page-template-template-user .embarque-action-btn:hover {
    border-color: var(--etdash-ocean);
    color: #075E7B;
    transform: translateY(-1px);
}

.page-template-template-user .embarque-action-btn.primary {
    border-color: var(--etdash-ocean);
    background: var(--etdash-ocean);
    color: #FFFFFF !important;
}

.page-template-template-user .embarque-action-btn .fa {
    font-size: 13px;
}

.page-template-template-user .embarque-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.page-template-template-user .embarque-quick-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 14px;
    border: 1px solid var(--etdash-line);
    border-radius: 8px;
    background: #FFFFFF;
    color: var(--etdash-ink);
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(16,32,51,0.05);
}

.page-template-template-user .embarque-quick-card:hover {
    border-color: rgba(10,126,164,0.45);
    box-shadow: 0 12px 24px rgba(16,32,51,0.08);
    transform: translateY(-1px);
}

.page-template-template-user .embarque-quick-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #E7F7F4;
    color: var(--etdash-mint);
    flex-shrink: 0;
}

.page-template-template-user .embarque-quick-title {
    display: block;
    color: var(--etdash-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.page-template-template-user .embarque-quick-meta {
    display: block;
    margin-top: 3px;
    color: var(--etdash-muted);
    font-size: 11px;
    line-height: 1.25;
}

.page-template-template-user .partner-page-title {
    color: var(--etdash-ink) !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.page-template-template-user .div-partner-page-title {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

.page-template-template-user .st-dashboard-stat.st-dashboard-new,
.page-template-template-user .st-dashboard-stat.head_reports,
.page-template-template-user .panel.panel-primary.panel-single,
.page-template-template-user .st_div_canvas,
.page-template-template-user .st_bortlet {
    border: 1px solid var(--etdash-line) !important;
    border-radius: 8px !important;
    background: var(--etdash-panel) !important;
    box-shadow: 0 2px 10px rgba(16,32,51,0.06) !important;
    overflow: hidden;
}

.page-template-template-user .st-dashboard-stat .st-wrap-box,
.page-template-template-user .panel-single .panel-heading {
    background: #FFFFFF !important;
    color: var(--etdash-ink) !important;
}

.page-template-template-user .st-dashboard-stat .title,
.page-template-template-user .panel-single .title,
.page-template-template-user .head_reports .head_time span {
    color: var(--etdash-muted) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.page-template-template-user .st-dashboard-stat .number,
.page-template-template-user .panel-single .huge {
    color: var(--etdash-ink) !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.page-template-template-user .st-dashboard-new::before,
.page-template-template-user .panel-single::before {
    content: '';
    display: block;
    height: 4px;
    background: var(--etdash-ocean);
}

.page-template-template-user .st-month-2::before {
    background: var(--etdash-mint);
}

.page-template-template-user .st-month-3::before {
    background: var(--etdash-sun);
}

.page-template-template-user .panel-st_hotel::before {
    background: var(--etdash-ocean);
}

.page-template-template-user .panel-st_tours::before {
    background: var(--etdash-mint);
}

.page-template-template-user .panel-st_activity::before {
    background: var(--etdash-sun);
}

.page-template-template-user .panel-st_cars::before {
    background: var(--etdash-coral);
}

.page-template-template-user .head_reports.bg-warning {
    background: #FFFFFF !important;
}

.page-template-template-user .head_reports.list-st {
    padding: 18px !important;
}

.page-template-template-user .st-bg-dashboard {
    margin-bottom: 18px;
}

.page-template-template-user .st_div_canvas canvas {
    max-height: 360px;
}

.page-template-template-user table.table,
.page-template-template-user .st_table_partner {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.page-template-template-user table.table thead th,
.page-template-template-user .st_table_partner thead th {
    border-bottom: 1px solid #DDE6EF !important;
    background: #F8FAFC !important;
    color: #475569 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.page-template-template-user table.table tbody td,
.page-template-template-user .st_table_partner tbody td {
    border-color: #E8EEF5 !important;
    color: #1E293B !important;
    vertical-align: middle !important;
}

@media (max-width: 1100px) {
    .page-template-template-user .embarque-cockpit-hero {
        grid-template-columns: 1fr;
    }

    .page-template-template-user .embarque-cockpit-actions {
        justify-content: flex-start;
    }

    .page-template-template-user .embarque-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .page-template-template-user .page-wrapper.toggled .page-content {
        padding-left: 0 !important;
    }

    .page-template-template-user .st_content {
        padding: 18px 14px 42px !important;
    }

    .page-template-template-user .embarque-cockpit-hero {
        padding: 18px;
    }

    .page-template-template-user .embarque-cockpit-title {
        font-size: 22px;
    }

    .page-template-template-user .embarque-quick-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Page Wrapper --- */
.page-template-template-user .page-wrapper {
    display: flex;
    min-height: 100vh;
}

/* ============================================
   SIDEBAR - Modern Navy Design
   ============================================ */

.page-template-template-user .page-wrapper > nav#sidebar,
.page-template-template-user .sidebar-wrapper {
    width: 270px !important;
    min-width: 270px !important;
    background: linear-gradient(180deg, #0F172A 0%, #1E2A4A 100%) !important;
    color: #E2E8F0;
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 24px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
}

/* Sidebar scrollbar */
.page-template-template-user .sidebar-wrapper::-webkit-scrollbar {
    width: 4px;
}
.page-template-template-user .sidebar-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.12);
    border-radius: 4px;
}
.page-template-template-user .sidebar-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

/* --- Sidebar Header: Logo --- */
.page-template-template-user .sidebar-content .sidebar-header:first-child {
    padding: 28px 24px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 0;
    position: relative;
}

/* Hide default logo, show custom EMBARQUE versao */
.page-template-template-user .sidebar-header .st-logo-site {
    display: none !important;
}

/* Custom logo injection */
.page-template-template-user .sidebar-content .sidebar-header:first-child::after {
    content: 'EMBARQUE';
    display: block;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    line-height: 1;
}

.page-template-template-user .sidebar-content .sidebar-header:first-child a::before {
    content: 'TRAVEL';
    display: block;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    font-size: 7px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #94A3B8;
    text-transform: uppercase;
    margin-top: 2px;
}

/* Coral dot accent */
.page-template-template-user .sidebar-content .sidebar-header:first-child {
    background-image: radial-gradient(circle at calc(100% - 30px) 34px, #FA503F 4px, transparent 4px);
    background-repeat: no-repeat;
}

.page-template-template-user .sidebar-header .sidebar-brand {
    display: none !important;
}

/* --- Sidebar Header: User Profile --- */
.page-template-template-user .sidebar-content > .sidebar-header:nth-child(2) {
    padding: 20px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex !important;
    align-items: center !important;
    gap: 14px;
    background: transparent !important;
}

.page-template-template-user .user-pic img,
.page-template-template-user .user-pic .avatar {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255,255,255,0.2) !important;
    object-fit: cover;
}

.page-template-template-user .user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.page-template-template-user .user-info .user-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #F1F5F9 !important;
    line-height: 1.3;
}

.page-template-template-user .user-info .user-role {
    font-size: 11px !important;
    color: #94A3B8 !important;
    line-height: 1.2;
}

/* --- Sidebar Menu --- */
.page-template-template-user .sidebar-menu {
    padding: 12px 0;
    flex: 1;
}

.page-template-template-user .sidebar-menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page-template-template-user .sidebar-menu ul li {
    margin: 2px 12px !important;
    border-radius: 10px !important;
    transition: background 0.15s ease;
}

.page-template-template-user .sidebar-menu ul li:hover {
    background: rgba(255,255,255,0.06) !important;
}

.page-template-template-user .sidebar-menu ul li.active {
    background: rgba(250,80,63,0.12) !important;
    border-left: 3px solid #FA503F !important;
    border-radius: 0 10px 10px 0 !important;
}

.page-template-template-user .sidebar-menu ul li a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    color: #CBD5E1 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    letter-spacing: 0.01em;
    border-radius: 10px !important;
}

.page-template-template-user .sidebar-menu ul li:hover a {
    color: #F1F5F9 !important;
}

.page-template-template-user .sidebar-menu ul li.active a {
    color: #FA503F !important;
    font-weight: 600 !important;
}

/* Menu icons - SVG to white */
.page-template-template-user .sidebar-menu ul li a .st-icon-menu,
.page-template-template-user .sidebar-menu ul li a img:not(.avatar) {
    width: 20px !important;
    height: 20px !important;
    opacity: 0.65;
    filter: brightness(0) invert(1);
    flex-shrink: 0;
}

.page-template-template-user .sidebar-menu ul li:hover a img:not(.avatar) {
    opacity: 0.85;
}

.page-template-template-user .sidebar-menu ul li.active a img:not(.avatar) {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(44%) sepia(85%) saturate(2117%) hue-rotate(340deg) brightness(101%) contrast(97%) !important;
}

/* Hide dropdown arrows */
.page-template-template-user .sidebar-menu ul li .badge {
    display: none !important;
}

/* --- Sidebar Submenus --- */
.page-template-template-user .sidebar-dropdown .sidebar-submenu ul {
    padding-left: 36px !important;
    padding-top: 4px !important;
    padding-bottom: 8px !important;
}

.page-template-template-user .sidebar-dropdown .sidebar-submenu ul li {
    margin: 1px 0 !important;
}

.page-template-template-user .sidebar-dropdown .sidebar-submenu ul li a {
    font-size: 12.5px !important;
    padding: 8px 12px !important;
    color: #94A3B8 !important;
}

.page-template-template-user .sidebar-dropdown .sidebar-submenu ul li:hover a {
    color: #E2E8F0 !important;
}

.page-template-template-user .sidebar-dropdown .sidebar-submenu ul li.active a {
    color: #FA503F !important;
    background: transparent !important;
}

/* --- Sidebar Footer --- */
.page-template-template-user .sidebar-footer {
    padding: 16px 12px !important;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: auto;
}

.page-template-template-user .sidebar-footer ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page-template-template-user .sidebar-footer ul li {
    margin: 2px 0;
}

.page-template-template-user .sidebar-footer ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    color: #94A3B8 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 10px;
    text-decoration: none !important;
}

.page-template-template-user .sidebar-footer ul li a:hover {
    color: #F1F5F9 !important;
    background: rgba(255,255,255,0.06);
}

.page-template-template-user .sidebar-footer ul li a img {
    width: 20px !important;
    height: 20px !important;
    opacity: 0.5;
    filter: brightness(0) invert(1);
}

.page-template-template-user .st-green-homepage {
    color: #34D399 !important;
}

/* ============================================
   MAIN CONTENT
   ============================================ */

.page-template-template-user .page-content {
    margin-left: 270px !important;
    flex: 1;
    min-height: 100vh;
    padding: 0 !important;
    background: #F1F5F9 !important;
}

.page-template-template-user .page-content .st_content {
    padding: 32px 36px !important;
    max-width: 1400px;
}

/* ============================================
   MOBILE TOGGLE
   ============================================ */

.page-template-template-user #show-sidebar {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 1100;
    background: #0F172A !important;
    border: none !important;
    border-radius: 10px !important;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    cursor: pointer;
}

.page-template-template-user #show-sidebar i {
    color: #E2E8F0 !important;
    font-size: 18px !important;
}

.page-template-template-user #close-sidebar {
    display: none !important;
}

/* ============================================
   SIDENAV OVERLAY
   ============================================ */

.page-template-template-user .sidenav-overlay {
    background: rgba(15,23,42,0.6) !important;
    backdrop-filter: blur(2px);
}

/* ============================================
   CARDS & CONTENT STYLING
   ============================================ */

/* Headings */
.page-template-template-user .st_content h3,
.page-template-template-user .st_content .st-title,
.page-template-template-user .st_content h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin-bottom: 24px !important;
}

/* Cards */
.page-template-template-user .st_content .dashboard-stat-card {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.03);
    border: 1px solid #E2E8F0;
}

/* Tables */
.page-template-template-user .st_content table,
.page-template-template-user .st_content .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #FFFFFF;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    border: 1px solid #E2E8F0;
}

.page-template-template-user .st_content table thead th {
    background: #F8FAFC;
    color: #64748B;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 14px 20px;
    border-bottom: 1px solid #E2E8F0;
    text-align: left;
}

.page-template-template-user .st_content table tbody td {
    padding: 14px 20px;
    border-bottom: 1px solid #F1F5F9;
    font-size: 14px;
    color: #334155;
}

.page-template-template-user .st_content table tbody tr:last-child td {
    border-bottom: none;
}

.page-template-template-user .st_content table tbody tr:hover {
    background: #F8FAFC;
}

/* ============================================
   BUTTONS
   ============================================ */

.page-template-template-user .st_content .btn,
.page-template-template-user .st_content button:not(.btn-link) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none !important;
    line-height: 1.4;
}

.page-template-template-user .st_content .btn-primary,
.page-template-template-user .st_content .btn-st {
    background: #FA503F !important;
    color: #FFFFFF !important;
}

.page-template-template-user .st_content .btn-primary:hover {
    background: #E04435 !important;
    box-shadow: 0 4px 12px rgba(250,80,63,0.3);
    transform: translateY(-1px);
}

.page-template-template-user .st_content .btn-default,
.page-template-template-user .st_content .btn-outline {
    background: #FFFFFF !important;
    color: #334155 !important;
    border: 1.5px solid #E2E8F0 !important;
}

.page-template-template-user .st_content .btn-default:hover {
    background: #F8FAFC !important;
    border-color: #CBD5E1 !important;
}

/* ============================================
   FORM FIELDS
   ============================================ */

.page-template-template-user .st_content input[type="text"],
.page-template-template-user .st_content input[type="email"],
.page-template-template-user .st_content input[type="password"],
.page-template-template-user .st_content input[type="number"],
.page-template-template-user .st_content input[type="date"],
.page-template-template-user .st_content select,
.page-template-template-user .st_content textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #E2E8F0;
    border-radius: 10px;
    font-size: 14px;
    color: #334155;
    background: #FFFFFF;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    box-sizing: border-box;
}

.page-template-template-user .st_content input:focus,
.page-template-template-user .st_content select:focus,
.page-template-template-user .st_content textarea:focus {
    outline: none;
    border-color: #FA503F;
    box-shadow: 0 0 0 3px rgba(250,80,63,0.1);
}

/* ============================================
   STATUS BADGES
   ============================================ */

.page-template-template-user .st_content .badge-success,
.page-template-template-user .st_content .status-confirmada {
    background: #D1FAE5 !important;
    color: #065F46 !important;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.page-template-template-user .st_content .badge-warning,
.page-template-template-user .st_content .status-pendente {
    background: #FEF3C7 !important;
    color: #92400E !important;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.page-template-template-user .st_content .badge-secondary,
.page-template-template-user .st_content .status-concluida {
    background: #F1F5F9 !important;
    color: #475569 !important;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* ============================================
   PARTNER BADGES IN SIDEBAR
   ============================================ */

.page-template-template-user .sidebar-header .user-upgrade .btn {
    background: rgba(255,255,255,0.1) !important;
    color: #E2E8F0 !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 8px !important;
    padding: 6px 14px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.page-template-template-user .sidebar-header .user-upgrade .btn:hover {
    background: rgba(255,255,255,0.2) !important;
    border-color: rgba(255,255,255,0.4) !important;
}

.page-template-template-user .sidebar-header .freelpand a {
    color: #CBD5E1 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 992px) {
    .page-template-template-user .page-wrapper > nav#sidebar,
    .page-template-template-user .sidebar-wrapper {
        transform: translateX(-100%);
    }
    
    .page-template-template-user .page-wrapper.toggled > nav#sidebar,
    .page-template-template-user .page-wrapper.toggled .sidebar-wrapper {
        transform: translateX(0);
    }
    
    .page-template-template-user .page-content {
        margin-left: 0 !important;
    }
    
    .page-template-template-user .page-content .st_content {
        padding: 24px 16px !important;
    }
}

/* ============================================
   WP ADMIN BAR ADJUSTMENT
   ============================================ */

body.admin-bar .page-template-template-user .sidebar-wrapper {
    top: 32px;
    height: calc(100vh - 32px);
}

/* ============================================
   PARTNER COCKPIT V57 - layout correction
   Keeps Traveler markup intact and fixes the narrow/off-center workspace.
   ============================================ */

.page-template-template-user {
    --etdash-sidebar: 292px;
    --etdash-sidebar-ink: #E8F1F8;
    --etdash-sidebar-muted: #8EA6BA;
    --etdash-sidebar-line: rgba(255,255,255,0.08);
    --etdash-active: #17B69D;
}

.page-template-template-user .page-wrapper {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(248,250,252,0.96) 0%, #EEF3F7 100%),
        radial-gradient(circle at 94% 3%, rgba(23,182,157,0.12), transparent 32%) !important;
}

.page-template-template-user .page-wrapper > nav#sidebar,
.page-template-template-user .sidebar-wrapper {
    width: var(--etdash-sidebar) !important;
    min-width: var(--etdash-sidebar) !important;
    background:
        linear-gradient(180deg, #07192D 0%, #0B2742 52%, #07182B 100%) !important;
    border-right: 1px solid var(--etdash-sidebar-line) !important;
    box-shadow: 10px 0 28px rgba(7,25,45,0.18) !important;
}

.page-template-template-user .sidebar-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.page-template-template-user .sidebar-content .sidebar-header:first-child {
    min-height: 70px !important;
    margin: 0 !important;
    padding: 24px 22px 18px !important;
    border-bottom: 1px solid var(--etdash-sidebar-line) !important;
    background-image:
        radial-gradient(circle at calc(100% - 28px) 31px, #17B69D 4px, transparent 5px) !important;
}

.page-template-template-user .sidebar-content .sidebar-header:first-child::after {
    content: 'EMBARQUE TRAVEL' !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

.page-template-template-user .sidebar-content .sidebar-header:first-child a::before {
    display: none !important;
    content: '' !important;
}

.page-template-template-user .sidebar-content > .sidebar-header:nth-child(2) {
    margin: 14px 14px 12px !important;
    padding: 14px !important;
    border: 1px solid rgba(255,255,255,0.09) !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,0.055) !important;
}

.page-template-template-user .user-info .user-name {
    color: #FFFFFF !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.page-template-template-user .user-info .user-role,
.page-template-template-user .sidebar-header .freelpand a {
    color: var(--etdash-sidebar-muted) !important;
}

.page-template-template-user .sidebar-header .user-upgrade .btn {
    min-height: 34px !important;
    margin-top: 10px !important;
    padding: 7px 14px !important;
    border: 1px solid rgba(23,182,157,0.42) !important;
    border-radius: 8px !important;
    background: rgba(23,182,157,0.14) !important;
    color: #D9FFF8 !important;
    font-weight: 800 !important;
}

.page-template-template-user .embarque-nav-tools {
    padding: 0 14px 10px !important;
}

.page-template-template-user .embarque-nav-search input {
    height: 40px !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,0.075) !important;
    color: #F8FAFC !important;
}

.page-template-template-user .sidebar-menu {
    padding: 4px 0 18px !important;
}

.page-template-template-user .embarque-nav-section {
    margin: 17px 20px 8px !important;
    color: #6F879F !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
}

.page-template-template-user .sidebar-menu ul li {
    margin: 3px 12px !important;
    border-radius: 8px !important;
    border-left: 3px solid transparent !important;
}

.page-template-template-user .sidebar-menu ul li a {
    min-height: 42px !important;
    padding: 11px 14px !important;
    border-radius: 8px !important;
    color: var(--etdash-sidebar-ink) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.page-template-template-user .sidebar-menu ul li:hover {
    background: rgba(255,255,255,0.065) !important;
}

.page-template-template-user .sidebar-menu ul li.active {
    background: rgba(23,182,157,0.14) !important;
    border-left-color: var(--etdash-active) !important;
}

.page-template-template-user .sidebar-menu ul li.active a,
.page-template-template-user .sidebar-dropdown .sidebar-submenu ul li.active a {
    color: #FFFFFF !important;
}

.page-template-template-user .sidebar-menu ul li a .st-icon-menu,
.page-template-template-user .sidebar-menu ul li a img:not(.avatar) {
    width: 19px !important;
    height: 19px !important;
    opacity: 0.82 !important;
    filter: brightness(0) invert(1) !important;
}

.page-template-template-user .sidebar-menu ul li.active a img:not(.avatar) {
    filter: brightness(0) saturate(100%) invert(80%) sepia(28%) saturate(807%) hue-rotate(119deg) brightness(94%) contrast(92%) !important;
}

.page-template-template-user .sidebar-dropdown .sidebar-submenu ul {
    padding-left: 24px !important;
}

.page-template-template-user .sidebar-dropdown .sidebar-submenu ul li a {
    min-height: 34px !important;
    padding: 8px 12px !important;
    color: #AFC0D0 !important;
    font-size: 12px !important;
}

.page-template-template-user .page-wrapper.toggled .page-content,
.page-template-template-user .page-content {
    margin-left: var(--etdash-sidebar) !important;
    padding-left: 0 !important;
    background: transparent !important;
}

.page-template-template-user .page-content .st_content,
.page-template-template-user .st_content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 28px 32px 56px !important;
}

.page-template-template-user .embarque-dashboard-shell {
    width: 100% !important;
    max-width: 100% !important;
    gap: 14px !important;
}

.page-template-template-user .embarque-cockpit-hero {
    width: 100% !important;
    grid-template-columns: minmax(240px, 0.78fr) minmax(440px, 1.22fr) !important;
    gap: 24px !important;
    padding: 22px 24px !important;
    border-color: #D6E0EA !important;
    background:
        linear-gradient(135deg, #FFFFFF 0%, #F7FBFC 62%, #EEF8F6 100%) !important;
    box-shadow: 0 10px 24px rgba(16,32,51,0.07) !important;
}

.page-template-template-user .embarque-cockpit-title {
    max-width: 360px;
    font-size: 24px !important;
}

.page-template-template-user .embarque-cockpit-meta {
    max-width: 380px;
    font-size: 13px !important;
}

.page-template-template-user .embarque-cockpit-actions {
    justify-content: flex-end !important;
    gap: 10px !important;
}

.page-template-template-user .embarque-action-btn {
    min-height: 40px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
}

.page-template-template-user .embarque-action-btn.primary {
    background: #0A7EA4 !important;
    border-color: #0A7EA4 !important;
}

.page-template-template-user .embarque-quick-grid {
    grid-template-columns: repeat(4, minmax(160px, 1fr)) !important;
}

.page-template-template-user .embarque-quick-card {
    min-height: 82px !important;
    border-radius: 8px !important;
}

.page-template-template-user .st-create-service,
.page-template-template-user .st_create_service,
.page-template-template-user .st_content > form,
.page-template-template-user .st_content .st-create,
.page-template-template-user .st_content .partner-search-form,
.page-template-template-user .st_content table,
.page-template-template-user .st_content .table,
.page-template-template-user .st_content .booking-list,
.page-template-template-user .st_content .style-list {
    max-width: 100% !important;
}

@media (min-width: 1280px) {
    .page-template-template-user .page-content .st_content,
    .page-template-template-user .st_content {
        padding-left: 36px !important;
        padding-right: 36px !important;
    }
}

@media (max-width: 1180px) {
    .page-template-template-user .embarque-cockpit-hero {
        grid-template-columns: 1fr !important;
    }

    .page-template-template-user .embarque-cockpit-actions {
        justify-content: flex-start !important;
    }

    .page-template-template-user .embarque-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 992px) {
    .page-template-template-user .page-wrapper.toggled .page-content,
    .page-template-template-user .page-content {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .page-template-template-user .page-content .st_content,
    .page-template-template-user .st_content {
        padding: 18px 14px 42px !important;
    }

    .page-template-template-user .embarque-quick-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================
   HOTEL/ROOM PARTNER WORKFLOWS
   ============================================ */

.page-template-template-user .st_content .st-create {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 18px !important;
    padding: 0 !important;
    float: none !important;
}

.page-template-template-user .st_content .st-create::before,
.page-template-template-user .st_content .st-create::after {
    display: none !important;
}

.page-template-template-user .st_content .st-create h2,
.page-template-template-user .st_content .st-create h3 {
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

.page-template-template-user .st_content .st-create .pull-left,
.page-template-template-user .st_content .st-create .pull-right {
    float: none !important;
}

.page-template-template-user .st_content .partner-search-form {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 18px !important;
    padding: 14px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15,23,42,0.04);
}

.page-template-template-user .st_content .partner-search-form .search-box,
.page-template-template-user .st_content .partner-search-form input[type="text"] {
    min-height: 42px;
    margin: 0 !important;
    flex: 1 1 auto;
}

.page-template-template-user .st_content .partner-search-form .btn {
    min-height: 42px;
    white-space: nowrap;
}

.page-template-template-user .st_content .msg {
    margin: 0 0 16px;
}

.page-template-template-user .st_content .msg:empty {
    display: none;
}

.page-template-template-user .st_content .style-list,
.page-template-template-user .st_content #data_whislist.booking-list {
    display: grid;
    gap: 14px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.page-template-template-user .st_content .booking-list > li,
.page-template-template-user .st_content .st-item-list,
.page-template-template-user .st_content .booking-item,
.page-template-template-user .st_content .loop-hotel .booking-item,
.page-template-template-user .st_content .loop-room .booking-item {
    position: relative;
    background: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 3px rgba(15,23,42,0.04) !important;
    overflow: hidden;
}

.page-template-template-user .st_content .booking-list > li:hover,
.page-template-template-user .st_content .st-item-list:hover,
.page-template-template-user .st_content .booking-item:hover {
    border-color: #CBD5E1 !important;
    box-shadow: 0 8px 22px rgba(15,23,42,0.07) !important;
}

.page-template-template-user .st_content .st-item-list .item-service-wrapper,
.page-template-template-user .st_content .booking-list > li .booking-item > .row {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.page-template-template-user .st_content .st-item-list .thumb-wrapper,
.page-template-template-user .st_content .booking-list > li .booking-item > .row > [class*="col-md-"]:first-child {
    min-height: 180px;
}

.page-template-template-user .st_content .st-item-list .thumb,
.page-template-template-user .st_content .booking-list > li .booking-item > .row > [class*="col-md-"]:first-child {
    height: 100%;
}

.page-template-template-user .st_content .st-item-list img,
.page-template-template-user .st_content .booking-list > li .booking-item img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
}

.page-template-template-user .st_content .st-item-list .item-content,
.page-template-template-user .st_content .st-item-list .section-footer,
.page-template-template-user .st_content .booking-list > li .booking-item > .row > [class*="col-md-"] {
    padding: 18px !important;
}

.page-template-template-user .st_content .st-item-list .section-footer {
    border-left: 1px solid #E2E8F0;
    background: #F8FAFC;
}

.page-template-template-user .st_content .service-title,
.page-template-template-user .st_content .service-title a {
    margin: 0 0 10px !important;
    color: #0F172A !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
}

.page-template-template-user .st_content .service-location,
.page-template-template-user .st_content .facilities,
.page-template-template-user .st_content .booking-item-features {
    color: #64748B !important;
    font-size: 13px !important;
}

.page-template-template-user .st_content .facilities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 10px !important;
    padding: 0 !important;
    list-style: none !important;
}

.page-template-template-user .st_content .facilities li,
.page-template-template-user .st_content .booking-item-features li {
    border-radius: 999px;
    background: #F1F5F9;
    color: #475569 !important;
    padding: 5px 8px;
}

.page-template-template-user .st_content .service-price,
.page-template-template-user .st_content .booking-item-price {
    color: #0F172A !important;
    font-weight: 800 !important;
}

.page-template-template-user .st_content .service-price .price,
.page-template-template-user .st_content .booking-item-price {
    display: block;
    margin-top: 4px;
    font-size: 22px !important;
    line-height: 1.2 !important;
}

.page-template-template-user .st_content .service-price .unit,
.page-template-template-user .st_content .booking-item-price-from {
    color: #64748B !important;
    font-size: 12px !important;
    text-transform: none !important;
}

.page-template-template-user .st_content .btn_remove_post_type.booking-item-wishlist-remove,
.page-template-template-user .st_content .booking-item-wishlist-remove {
    right: 12px !important;
    left: auto !important;
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 9px !important;
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow: 0 8px 18px rgba(15,23,42,0.18);
    opacity: 0.96;
    z-index: 5;
}

.page-template-template-user .st_content .booking-item-title,
.page-template-template-user .st_content .booking-item-title a,
.page-template-template-user .st_content .booking-item h4,
.page-template-template-user .st_content .booking-item h5 {
    color: #0F172A !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.page-template-template-user .st_content .booking-item-meta,
.page-template-template-user .st_content .booking-item-description,
.page-template-template-user .st_content .booking-item-address {
    color: #64748B !important;
    font-size: 13px !important;
}

.page-template-template-user .st_content .booking-item img {
    object-fit: cover;
}

.page-template-template-user .st_content .st-footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
}

.page-template-template-user .st_content .st-footer-wrap .pull-left,
.page-template-template-user .st_content .st-footer-wrap .pull-right,
.page-template-template-user .st_content > .pull-left,
.page-template-template-user .st_content > .pull-right {
    float: none !important;
}

.page-template-template-user .st_content .pagination,
.page-template-template-user .st_content .page-numbers {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 !important;
    padding: 0 !important;
}

.page-template-template-user .st_content .pagination li a,
.page-template-template-user .st_content .pagination li span,
.page-template-template-user .st_content .page-numbers li a,
.page-template-template-user .st_content .page-numbers li span {
    border-radius: 8px !important;
    border: 1px solid #E2E8F0 !important;
    color: #334155 !important;
    min-width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-template-template-user .st_content .pagination .active a,
.page-template-template-user .st_content .pagination .active span,
.page-template-template-user .st_content .page-numbers .current {
    background: #FA503F !important;
    border-color: #FA503F !important;
    color: #FFFFFF !important;
}

.page-template-template-user .st_content h1:only-child,
.page-template-template-user .st_content h5:only-child,
.page-template-template-user .st_content .style-list > h5,
.page-template-template-user .st_content #data_whislist > h1 {
    margin: 0 !important;
    padding: 28px;
    background: #FFFFFF;
    border: 1px dashed #CBD5E1;
    border-radius: 12px;
    color: #64748B !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center;
}

.page-template-template-user .st_content .table-booking-history {
    display: table;
    table-layout: auto;
    width: 100%;
    margin: 0 !important;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15,23,42,0.04);
    border-collapse: separate !important;
    border-spacing: 0;
}

.page-template-template-user .st_content .infor-st-setting {
    overflow-x: auto;
    border-radius: 12px;
}

.page-template-template-user .st_content .table-booking-history thead th {
    background: #F8FAFC !important;
    border: 0 !important;
    border-bottom: 1px solid #E2E8F0 !important;
    color: #475569 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: nowrap;
}

.page-template-template-user .st_content .table-booking-history tbody td {
    border: 0 !important;
    border-bottom: 1px solid #EEF2F7 !important;
    color: #334155;
    font-size: 13px;
    vertical-align: middle !important;
}

.page-template-template-user .st_content .table-booking-history tbody tr:last-child td {
    border-bottom: 0 !important;
}

.page-template-template-user .st_content .table-booking-history tbody tr:hover td {
    background: #FAFBFC;
}

.page-template-template-user .st_content .table-booking-history .btn,
.page-template-template-user .st_content .table-booking-history a.btn,
.page-template-template-user .st_content .table-booking-history .btn-xs {
    min-height: 30px;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
}

.page-template-template-user .st_content .modal-info-booking .modal-content,
.page-template-template-user .st_content .modal-cancel-booking .modal-content {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(15,23,42,0.22);
}

.page-template-template-user .st_content .modal-info-booking .modal-header,
.page-template-template-user .st_content .modal-cancel-booking .modal-header {
    border-bottom: 1px solid #E2E8F0;
}

.page-template-template-user .st_content #form-add-booking-partner,
.page-template-template-user .st_content .form-add-booking-partner {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15,23,42,0.04);
    overflow: hidden;
}

.page-template-template-user .st_content #form-add-booking-partner .panel-group {
    margin: 0 !important;
}

.page-template-template-user .st_content #form-add-booking-partner .panel {
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.page-template-template-user .st_content #form-add-booking-partner .panel + .panel {
    border-top: 1px solid #E2E8F0 !important;
}

.page-template-template-user .st_content #form-add-booking-partner .panel-heading {
    padding: 0 !important;
    background: #F8FAFC !important;
    border: 0 !important;
}

.page-template-template-user .st_content #form-add-booking-partner .panel-title > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 16px 20px !important;
    color: #0F172A !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.page-template-template-user .st_content #form-add-booking-partner .panel-title > a::after {
    content: "\f107";
    font-family: FontAwesome;
    color: #64748B;
    font-size: 14px;
}

.page-template-template-user .st_content #form-add-booking-partner .panel-body {
    padding: 20px !important;
    border-top: 1px solid #E2E8F0 !important;
}

.page-template-template-user .st_content #form-add-booking-partner .row {
    display: flex;
    flex-wrap: wrap;
}

.page-template-template-user .st_content #form-add-booking-partner .form-group,
.page-template-template-user .st_content .st-create-service .form-group {
    margin-bottom: 16px !important;
}

.page-template-template-user .st_content #form-add-booking-partner label,
.page-template-template-user .st_content #form-add-booking-partner .head_bol,
.page-template-template-user .st_content .st-create-service label {
    display: block;
    margin-bottom: 7px !important;
    color: #334155 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

.page-template-template-user .st_content #form-add-booking-partner .form-control,
.page-template-template-user .st_content #form-add-booking-partner input[type="text"],
.page-template-template-user .st_content #form-add-booking-partner select,
.page-template-template-user .st_content #form-add-booking-partner textarea,
.page-template-template-user .st_content .st-create-service .form-control,
.page-template-template-user .st_content .st-create-service input[type="text"],
.page-template-template-user .st_content .st-create-service input[type="number"],
.page-template-template-user .st_content .st-create-service input[type="email"],
.page-template-template-user .st_content .st-create-service select,
.page-template-template-user .st_content .st-create-service textarea {
    min-height: 42px;
    border: 1px solid #CBD5E1 !important;
    border-radius: 9px !important;
    color: #0F172A !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.page-template-template-user .st_content #form-add-booking-partner textarea,
.page-template-template-user .st_content .st-create-service textarea {
    min-height: 110px;
}

.page-template-template-user .st_content #form-add-booking-partner .input-group-addon,
.page-template-template-user .st_content .st-create-service .input-group-addon {
    border-color: #CBD5E1 !important;
    border-radius: 9px 0 0 9px !important;
    background: #F8FAFC !important;
    color: #64748B !important;
}

.page-template-template-user .st_content #form-add-booking-partner .select2-container,
.page-template-template-user .st_content .st-create-service .select2-container {
    width: 100% !important;
}

.page-template-template-user .st_content #form-add-booking-partner .select2-choice,
.page-template-template-user .st_content #form-add-booking-partner .select2-selection,
.page-template-template-user .st_content .st-create-service .select2-choice,
.page-template-template-user .st_content .st-create-service .select2-selection {
    min-height: 42px !important;
    border: 1px solid #CBD5E1 !important;
    border-radius: 9px !important;
    background: #FFFFFF !important;
    box-shadow: none !important;
}

.page-template-template-user .st_content #form-add-booking-partner .text-danger,
.page-template-template-user .st_content .st-create-service .text-danger {
    color: #DC2626 !important;
}

.page-template-template-user .st_content #form-add-booking-partner .st_payment_gatewaw_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 44px;
    margin: 18px 20px 20px auto;
    padding: 10px 18px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #FA503F !important;
    color: #FFFFFF !important;
    font-weight: 800 !important;
}

.page-template-template-user .st_content .st-create-service {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15,23,42,0.04);
    overflow: hidden;
}

.page-template-template-user .st_content .st-create-service .st-header {
    margin: 0 !important;
    padding: 22px 24px !important;
    border-bottom: 1px solid #E2E8F0;
    font-size: 22px !important;
    line-height: 1.25 !important;
}

.page-template-template-user .st_content .st-create-service-content {
    padding: 0 !important;
}

.page-template-template-user .st_content .st-create-service .nav-tabs {
    display: flex;
    gap: 4px;
    margin: 0 !important;
    padding: 14px 16px 0 !important;
    background: #F8FAFC;
    border-bottom: 1px solid #E2E8F0 !important;
    overflow-x: auto;
}

.page-template-template-user .st_content .st-create-service .nav-tabs > li {
    margin: 0 !important;
    flex: 0 0 auto;
}

.page-template-template-user .st_content .st-create-service .nav-tabs > li > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    padding: 11px 14px !important;
    border: 1px solid transparent !important;
    border-radius: 10px 10px 0 0 !important;
    color: #64748B !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    background: transparent !important;
}

.page-template-template-user .st_content .st-create-service .nav-tabs > li.active > a,
.page-template-template-user .st_content .st-create-service .nav-tabs > li > a:hover {
    background: #FFFFFF !important;
    border-color: #E2E8F0 #E2E8F0 #FFFFFF !important;
    color: #0F172A !important;
}

.page-template-template-user .st_content .st-create-service .nav-tabs img {
    width: 14px;
    height: 14px;
}

.page-template-template-user .st_content .st-create-service .tab-content {
    padding: 22px 24px 88px !important;
    background: #FFFFFF;
}

.page-template-template-user .st_content .st-partner-create-form .row,
.page-template-template-user .st_content .st-create-service .tab-pane > .row {
    display: flex;
    flex-wrap: wrap;
}

.page-template-template-user .st_content .st-partner-field-item {
    margin-bottom: 18px;
}

.page-template-template-user .st_content .st-partner-field-item label {
    display: block;
    margin-bottom: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.page-template-template-user .st_content .st-partner-field-item .desc,
.page-template-template-user .st_content .st-partner-field-item .description,
.page-template-template-user .st_content .st-partner-field-item small {
    color: #64748B !important;
    font-size: 12px !important;
}

.page-template-template-user .st_content .st-partner-action {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: -72px 0 0 !important;
    padding: 14px 24px;
    background: rgba(255,255,255,0.94);
    border-top: 1px solid #E2E8F0;
    backdrop-filter: blur(8px);
}

.page-template-template-user .st_content .st-partner-action .form-control {
    width: auto !important;
}

.page-template-template-user .st_content .st-partner-action .st-btn-back {
    background: #FFFFFF !important;
    color: #334155 !important;
    border: 1.5px solid #E2E8F0 !important;
}

.page-template-template-user .st_content .st-partner-action .st-btn-continue {
    min-width: 132px;
}

.page-template-template-user .st_content .st-partner-action .fa-spinner {
    display: none;
}

@media (max-width: 767px) {
    .page-template-template-user .st_content .st-create,
    .page-template-template-user .st_content .partner-search-form,
    .page-template-template-user .st_content .st-footer-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .page-template-template-user .st_content .partner-search-form .btn,
    .page-template-template-user .st_content .st-create .btn,
    .page-template-template-user .st_content .st-footer-wrap .btn {
        width: 100%;
    }

    .page-template-template-user .st_content table,
    .page-template-template-user .st_content .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .page-template-template-user .st_content .st-create-service .tab-content {
        padding: 18px 16px 90px !important;
    }

    .page-template-template-user .st_content .st-partner-action {
        flex-direction: column-reverse;
        padding: 12px 16px;
    }

    .page-template-template-user .st_content .st-partner-action .btn,
    .page-template-template-user .st_content .st-partner-action .form-control {
        width: 100% !important;
    }

    .page-template-template-user .st_content .st-item-list .item-service-wrapper,
    .page-template-template-user .st_content .booking-list > li .booking-item > .row {
        display: block;
    }

    .page-template-template-user .st_content .st-item-list .section-footer {
        border-left: 0;
        border-top: 1px solid #E2E8F0;
    }

    .page-template-template-user .st_content #form-add-booking-partner .panel-body {
        padding: 16px !important;
    }

    .page-template-template-user .st_content #form-add-booking-partner .st_payment_gatewaw_submit {
        width: calc(100% - 32px);
        margin: 16px !important;
    }
}
