.help {
    width: 50px;
    margin: 0 auto;
  }
  
  .help .question {
    height: 50px;
    width: 50px;
    background: rgba(29,78,216,1);
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 40px;
    color:white;
    background-image: url("../images/call.svg");
    fill:white;
  }
  
  table {
    min-width: 100%;
}

table > thead > tr > td,table > thead > tr > th {
    color: rgba(107,114,128,1);
    letter-spacing: .05 em;
    line-height: 1rem;
    text-transform: uppercase;
    font-size: .75rem;
    text-align: left;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: rgba(249,250,251,1);
    border-color:rgba(249,250,251,1);
    border-bottom-width: 1px;
}

table.table-center > tbody  > tr > td {

    color: rgba(107,114,128,1);
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-color:rgba(229,231,235,1);
    border-bottom-width: 1px;
}

table.table-center > thead > tr > td {
    color: rgba(107,114,128,1);
    letter-spacing: .05 em;
    line-height: 1rem;
    text-transform: uppercase;
    font-size: .75rem;
    text-align: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: rgba(249,250,251,1);
    border-color:rgba(249,250,251,1);
    border-bottom-width: 1px;
}

table > tbody  > tr > td {

    color: rgba(107,114,128,1);
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-color:rgba(229,231,235,1);
    border-bottom-width: 1px;
}

a.primary , button.primary{
    background-color: rgba(59,130,246,1);
    color: rgba(255,255,255,1);
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    margin: 0rem .5rem;
}

a.tertiary , button.tertiary{
    background-color: rgb(34 197 94);
    color: rgba(255,255,255,1);
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    margin: 0rem .5rem;
}

a.disabled , button.disabled{
    background-color: rgb(107 114 128) !important;
    color: rgb(243 244 246) !important;
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    margin: 0rem .5rem;
}

a.primary:hover , button.primary:hover{
    background-color: rgba(29,78,216,1);
    
}

a.tertiary:hover , button.tertiary:hover{
    background-color: rgb(22 163 74);
    
}


a.secondary , button.secondary{
    background-color: rgba(147,197,253,1);
    color: rgba(255,255,255,1);
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    margin: 0rem .5rem;
}

a.secondary:hover , button.secondary:hover{
    background-color: rgba(96,165,250,1);
}

a.danger , button.danger{
    background-color: rgba(248,113,113,1);
    color: rgba(255,255,255,1);
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    margin: 0rem .5rem;
}

a.danger:hover , button.danger:hover{
    background-color: rgba(220,38,38,1);
}




div.card{
    padding: 1.25rem;
}

h3.card-title{
    color:rgba(55,65,81,1);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

div.card-body{
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(229, 231, 235);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-color: rgb(229, 231, 235);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgb(229, 231, 235);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    display: block;
    font-family: karla;
    line-height: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    

}



.form-control{
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(229, 231, 235);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(229, 231, 235);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(229, 231, 235);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-sizing: border-box;
    color: rgb(55, 65, 81);
    cursor: auto;
    display: inline-block;
    font-family: karla;
    font-size: 16px;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: normal;
    height: 38px;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    tab-size: 4;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    width: 100%;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
}

.col-sm-10{
    width:100%;
    display:block;
}

.col-sm-2{
    width:25%;
    display:block;
}


.tag-success{
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    align-items: center;
    background-color: rgb(254, 202, 202);
    border-bottom-color: rgb(229, 231, 235);
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-collapse: collapse;
    border-left-color: rgb(229, 231, 235);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgb(229, 231, 235);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-top-style: solid;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(185, 28, 28);
    cursor: auto;
    display: inline-flex;
    font-family: karla;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 16px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    tab-size: 4;
    text-align: left;
    text-indent: 0px;
    text-transform: uppercase;
}

.tag-danger{
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    align-items: center;
    background-color: rgb(254, 202, 202);
    border-bottom-color: rgb(229, 231, 235);
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-collapse: collapse;
    border-left-color: rgb(229, 231, 235);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgb(229, 231, 235);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-top-style: solid;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(185, 28, 28);
    cursor: auto;
    display: inline-flex;
    font-family: karla;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 16px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    tab-size: 4;
    text-align: left;
    text-indent: 0px;
    text-transform: uppercase;
}

.required:after {
    content:" *";
    color: red;
}

[aria-current]>span {
    font-weight: bold !important;
    background-color: rgba(147,197,253,1);
    color: rgba(255,255,255,1);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 24px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/* Modern system refresh */
:root {
    --sp-blue: #3d68ff;
    --sp-blue-dark: #1947ee;
    --sp-blue-soft: #edf3ff;
    --sp-ink: #111827;
    --sp-muted: #6b7280;
    --sp-border: #e5e7eb;
    --sp-border-strong: #d1d5db;
    --sp-surface: #ffffff;
    --sp-bg: #f3f6fb;
    --sp-radius: 8px;
    --sp-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    --sp-shadow-soft: 0 1px 2px rgba(15, 23, 42, .06);
}

html {
    background: var(--sp-bg);
    font-size: 117.1875%;
}

body.spportal-shell,
body.font-family-karla {
    min-height: 100vh;
    background:
        linear-gradient(180deg, #f7f9fd 0%, #eef3fb 100%);
    color: var(--sp-ink);
    font-family: Karla, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
}

.spportal-login-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(61, 104, 255, .5), transparent 34rem),
        linear-gradient(180deg, #c1d2ff 0%, #dbe7ff 48%, #d1e0f8 100%) !important;
}

.spportal-login-wrap {
    min-height: 100vh;
}

.spportal-login-panel {
    width: 100%;
}

.spportal-login-panel .card {
    padding: 0;
}

.spportal-login-panel img {
    width: 240px;
    max-width: 76%;
    margin: 0 auto 1rem;
    filter: drop-shadow(0 12px 24px rgba(25, 71, 238, .18));
}

.spportal-login-panel .card-body {
    padding: 1.35rem;
    box-shadow: var(--sp-shadow);
}

.spportal-login-panel input[type="email"],
.spportal-login-panel input[type="password"] {
    min-height: 38px;
    border-color: var(--sp-border-strong);
    border-radius: 7px;
    font-size: .92rem;
    box-shadow: none;
}

.spportal-login-panel input[type="email"]:focus,
.spportal-login-panel input[type="password"]:focus {
    border-color: var(--sp-blue);
    box-shadow: 0 0 0 3px rgba(61, 104, 255, .13);
}

.spportal-login-panel a {
    color: var(--sp-blue-dark);
    font-weight: 800;
}

.spportal-sidebar {
    min-height: 100vh;
    width: 17rem;
    box-shadow: 12px 0 30px rgba(15, 23, 42, .12);
    z-index: 10;
}

.spportal-brand {
    padding: 1.15rem 1.1rem .85rem;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.spportal-brand img {
    max-width: 178px;
    height: auto;
}

.spportal-nav {
    padding: .7rem .75rem 1.5rem;
    font-size: .9rem;
    font-weight: 700;
}

.spportal-nav > span,
.sm\:hidden nav > span {
    margin: .95rem .55rem .35rem;
    padding: 0;
    color: rgba(255, 255, 255, .58);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.spportal-nav .nav-item,
.sm\:hidden nav .nav-item {
    min-height: 38px;
    margin: 2px 0;
    padding: .55rem .8rem .55rem .9rem !important;
    border-radius: 7px;
    color: rgba(255, 255, 255, .84);
    line-height: 1.15;
    transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

.spportal-nav .nav-item:hover,
.sm\:hidden nav .nav-item:hover {
    color: #ffffff;
    transform: translateX(2px);
}

.spportal-nav .active-nav-link,
.spportal-nav .nav-item-active,
.spportal-nav .bg-blue-900,
.sm\:hidden nav .active-nav-link,
.sm\:hidden nav .nav-item-active,
.sm\:hidden nav .bg-blue-900 {
    color: #ffffff;
    background: rgba(255, 255, 255, .16) !important;
    box-shadow: inset 3px 0 0 rgba(255, 255, 255, .9);
}

.spportal-content {
    min-height: 100vh;
    background: transparent;
}

.spportal-topbar {
    min-height: 58px;
    border-bottom: 1px solid var(--sp-border);
    box-shadow: var(--sp-shadow-soft);
}

.spportal-user-menu {
    min-width: 190px;
    height: 38px !important;
    padding: 0 1rem;
    border: 1px solid var(--sp-border-strong);
    border-radius: 999px;
    background: #fff;
    color: #1f2937;
    font-size: .9rem;
    font-weight: 700;
    box-shadow: var(--sp-shadow-soft);
}

.spportal-user-menu:hover,
.spportal-user-menu:focus {
    border-color: #9bb4ff;
    box-shadow: 0 0 0 3px rgba(61, 104, 255, .12);
}

.spportal-account-menu {
    min-width: 230px;
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius);
    box-shadow: var(--sp-shadow);
    overflow: hidden;
}

.account-link {
    color: #374151;
    font-size: .9rem;
    font-weight: 700;
}

.account-link:hover {
    background: var(--sp-blue-soft) !important;
    color: var(--sp-blue-dark) !important;
}

.spportal-main {
    max-width: 100%;
    padding: 1.25rem !important;
}

@media (min-width: 768px) {
    .spportal-main {
        padding: 1.5rem !important;
    }
}

div.card {
    padding: 0;
}

h3.card-title,
h5.card-title {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0 0 .8rem;
    color: var(--sp-ink);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0;
}

div.card-body {
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius);
    background: var(--sp-surface);
    box-shadow: var(--sp-shadow-soft);
    color: var(--sp-ink);
    padding: 1rem;
    overflow-x: auto;
    overflow-y: visible;
}

@media (min-width: 768px) {
    div.card-body {
        padding: 1.15rem;
    }
}

.form-group {
    margin-bottom: .8rem;
}

.form-group.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
}

label,
.col-form-label {
    margin-bottom: .3rem;
    color: #374151;
    font-size: .82rem;
    font-weight: 800;
}

.form-control,
select.form-control,
textarea.form-control {
    min-height: 36px;
    border: 1px solid var(--sp-border-strong);
    border-radius: 7px;
    background-color: #fff;
    color: var(--sp-ink);
    font-family: inherit;
    font-size: .9rem;
    line-height: 1.35;
    box-shadow: none;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

textarea.form-control {
    min-height: 96px;
}

.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: var(--sp-blue);
    outline: none;
    box-shadow: 0 0 0 3px rgba(61, 104, 255, .13);
}

a.primary,
button.primary,
span.primary,
a.secondary,
button.secondary,
a.tertiary,
button.tertiary,
a.danger,
button.danger,
.btn.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: .45rem .78rem;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

a.primary,
button.primary,
span.primary,
.btn.btn-primary {
    background: var(--sp-blue);
    color: #fff;
    box-shadow: 0 6px 14px rgba(61, 104, 255, .18);
}

a.primary:hover,
button.primary:hover,
span.primary:hover,
.btn.btn-primary:hover {
    background: var(--sp-blue-dark);
    color: #fff;
    transform: translateY(-1px);
}

a.secondary,
button.secondary {
    border-color: #b9c8ff;
    background: #f5f7ff;
    color: var(--sp-blue-dark);
}

.package-action-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem;
}

.package-action-bar a.primary,
.package-action-bar button.primary {
    width: auto !important;
    min-width: max-content;
    max-width: 100%;
    margin: 0;
}

@media (max-width: 640px) {
    .package-action-bar {
        align-items: stretch;
    }

    .package-action-bar a.primary,
    .package-action-bar button.primary {
        width: 100% !important;
        min-width: 0;
        white-space: normal;
    }
}

a.secondary:hover,
button.secondary:hover {
    border-color: #8ba4ff;
    background: var(--sp-blue-soft);
    color: var(--sp-blue-dark);
}

a.tertiary,
button.tertiary {
    background: #16a34a;
    color: #fff;
}

a.tertiary:hover,
button.tertiary:hover {
    background: #15803d;
}

a.danger,
button.danger {
    background: #ef4444;
    color: #fff;
}

a.danger:hover,
button.danger:hover {
    background: #dc2626;
}

a.disabled,
button.disabled,
a.disabled:hover,
button.disabled:hover {
    background: #9ca3af !important;
    color: #f9fafb !important;
    box-shadow: none !important;
    cursor: not-allowed;
    transform: none;
}

table {
    width: 100%;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: .88rem;
}

table > thead > tr > td,
table > thead > tr > th,
table.table-center > thead > tr > td {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: .72rem .85rem;
    border-bottom: 1px solid var(--sp-border);
    background: #f8fafc;
    color: #4b5563;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

table > tbody > tr > td,
table.table-center > tbody > tr > td {
    padding: .68rem .85rem;
    border-bottom: 1px solid #edf0f5;
    color: #374151;
    vertical-align: middle;
}

table > tbody > tr:nth-child(even) > td {
    background: #fbfdff;
}

table.table-hover > tbody > tr:hover > td,
table > tbody > tr:hover > td {
    background: var(--sp-blue-soft);
    color: #1f2937;
}

.booking-table th:last-child,
.booking-table td.booking-actions-cell {
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    text-align: center;
}

.booking-actions-cell {
    vertical-align: middle;
}

.booking-actions-cell > .mb-2 {
    display: flex;
    justify-content: center;
    margin-bottom: .45rem;
}

.booking-actions-cell button,
.booking-actions-cell a,
.booking-actions-cell span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 106px !important;
    min-width: 106px !important;
    max-width: 106px !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: .28rem .45rem !important;
    border-radius: 7px;
    font-size: .72rem !important;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    white-space: normal;
}

.booking-actions-cell span {
    min-height: 24px;
}

.booking-actions-cell button + button,
.booking-actions-cell a + button,
.booking-actions-cell span + button {
    margin-top: .45rem !important;
}

.tag-success,
.tag-danger {
    min-height: 22px;
    height: auto;
    border-radius: 999px;
    font-size: .68rem;
    letter-spacing: .04em;
}

.tag-success {
    background: #dcfce7;
    color: #166534;
}

.tag-danger {
    background: #fee2e2;
    color: #991b1b;
}

[aria-current] > span {
    background-color: var(--sp-blue) !important;
    color: #fff;
}

.help .question {
    width: 48px;
    height: 48px;
    right: 28px;
    bottom: 28px;
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 14px 30px rgba(29, 78, 216, .28);
}

@media (max-width: 640px) {
    .spportal-mobile-header {
        box-shadow: var(--sp-shadow-soft);
    }

    .spportal-main {
        padding: .75rem !important;
    }

    div.card-body {
        border-radius: 0;
        padding: .8rem;
    }

    a.primary,
    button.primary,
    span.primary,
    a.secondary,
    button.secondary,
    a.tertiary,
    button.tertiary,
    a.danger,
    button.danger {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }
}

.spportal-welcome-overlay {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: grid;
    place-items: center;
    padding: 1rem;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, .98), rgba(239, 246, 255, .92)),
        #f8fafc;
    animation: spportal-welcome-overlay 4.1s ease forwards;
}

.spportal-welcome-panel {
    position: relative;
    width: min(92vw, 520px);
    min-height: 220px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .42);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .14);
    animation: spportal-welcome-panel 3.7s cubic-bezier(.16, 1, .3, 1) forwards;
}

.spportal-welcome-mark {
    display: flex;
    justify-content: center;
    padding-top: 2.1rem;
    animation: spportal-welcome-mark 2.2s ease-out forwards;
}

.spportal-welcome-mark img {
    width: min(230px, 62vw);
    max-height: 74px;
    object-fit: contain;
}

.spportal-welcome-copy {
    position: relative;
    z-index: 1;
    padding: 1.4rem 2rem 2.2rem;
    text-align: center;
}

.spportal-welcome-eyebrow {
    color: #64748b;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    animation: spportal-welcome-text 2.2s .08s ease-out both;
}

.spportal-welcome-title {
    margin-top: .45rem;
    color: #111827;
    font-size: 2.05rem;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: 0;
    animation: spportal-welcome-text 2.25s .16s ease-out both;
}

.spportal-welcome-subtitle {
    margin-top: .55rem;
    color: #475569;
    font-size: 1rem;
    line-height: 1.45;
    animation: spportal-welcome-text 2.25s .24s ease-out both;
}

.spportal-welcome-wave {
    position: absolute;
    left: 50%;
    bottom: .95rem;
    width: min(320px, 68%);
    height: 28px;
    transform: translateX(-50%);
}

.spportal-welcome-wave-track,
.spportal-welcome-wave-flow {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.spportal-welcome-wave-track {
    stroke: #dbeafe;
}

.spportal-welcome-wave-flow {
    stroke: url("#spportal-welcome-wave-gradient");
    stroke-dasharray: 330;
    stroke-dashoffset: 330;
    animation: spportal-welcome-wave-draw 3s .24s ease-out forwards;
}

@keyframes spportal-welcome-overlay {
    0%, 72% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes spportal-welcome-panel {
    0% {
        opacity: 0;
        transform: translateY(14px) scale(.985);
    }
    16%, 78% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px) scale(.99);
    }
}

@keyframes spportal-welcome-mark {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spportal-welcome-text {
    0% {
        opacity: 0;
        transform: translateY(7px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spportal-welcome-wave-draw {
    0% {
        stroke-dashoffset: 330;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 640px) {
    .spportal-welcome-title {
        font-size: 1.45rem;
    }

    .spportal-welcome-subtitle {
        font-size: .92rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .spportal-welcome-overlay,
    .spportal-welcome-panel,
    .spportal-welcome-mark,
    .spportal-welcome-eyebrow,
    .spportal-welcome-title,
    .spportal-welcome-subtitle,
    .spportal-welcome-wave-flow {
        animation: none !important;
    }

    .spportal-welcome-overlay {
        display: none;
    }
}




