/* @import url(https://fonts.googleapis.com/css?family=Raleway:300,600); */

:root {
    --blue1: #0c6fc0;
    --line: #d7dee9;
    --line2: #cfd8e3;
    --shadow: 0 10px 22px rgba(15, 23, 42, .10);
    --blue: #0b5fa6;
    --blue2: #0a4f8a;
    --bg: #f4f6f9;
    --card: #ffffff;
    --muted: #5b6676;
    --text: #0f172a;
    --line: #e6eaf0;
    --soft: #f7f9fc;
    --radius: 16px;
}

* {
    box-sizing: border-box
}

#sp-left .sp-module,
#sp-right .sp-module {
    border-radius: var(--radius);
}

body {
    font-size: 14px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    background: var(--bg);
    color: var(--text);
    margin: 0;
}

p {
    margin: 0;
}

#tidtabelldiv table td {

    border-bottom: 1px solid orange;
    text-align: center;
    padding: 10px 2px 10px 2px;
}

#tidtabelldiv table th {
    text-align: center;
}

#blanktable {
    border-top: none;
}

#dir1 {
    border-left: 2px solid orange;
}

#dir3 {
    border-left: 2px solid orange;
}

#dir5 {
    border-left: 2px solid orange;
}

#dir7 {
    border-left: 2px solid orange;
}

#dir2 {
    border-left: 1px solid orange;
}

#dir4 {
    border-left: 1px solid orange;
}

#dir6 {
    border-left: 1px solid orange;
}

#dir8 {
    border-left: 1px solid orange;
}

#head1 {
    border-left: 2px solid orange;
}

#head2 {
    border-left: 2px solid orange;
}

#head3 {
    border-left: 2px solid orange;
}

#head4 {
    border-left: 2px solid orange;
}

#tr1 {

    border-bottom: 4px solid orange;
}

#sp-users {
    background-image: url('/images/almedalen.jpg');
    background-size: cover;
    max-width: 100%;
    border-top: 1px solid #f2f2f2;
    margin-top: -21px;

    @media(max-width: 760px) {
        padding-top: 0 !important;

        >.container {
            padding: 0 !important;
        }
    }
}

.flugbokun,
.moduletableflugbokun {
    padding: 0 !important;
    background: var(--card);
    border: 1px solid var(--line2);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.flugbokun .sp-module-content,
.moduletableflugbokun .sp-module-content {
    padding: 0;
}

span.sp-badge {
    display: none;
}

.payment-item-label img {
    width: 100px;
}

/* input */
.input-mini,
.input-small,
.inputbox,
select {
    width: 100%;
    border: 1px solid var(--line2);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    outline: none;
}

.input-mini:focus,
.input-small:focus,
.inputbox:focus,
select:focus {
    border-color: rgba(12, 111, 192, .45);
    box-shadow: 0 0 0 3px rgba(12, 111, 192, .10);
}

.body-wrapper .input-small {
    width: 100% !important;
    font-size: 14px !important;
}

.input-append {
    display: flex;
    width: 100%;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    border-radius: 10px 0 0 10px !important;
    border-right: 0 !important;
    font-size: 14px;
    flex: 1;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    border-radius: 0 10px 10px 0 !important;
    border-left: 0;
}

.select2-container {
    width: 100% !important;
}

.select2-choice {
    border: 1px solid var(--line2) !important;
    border-radius: 10px !important;
    padding: 10px !important;
    background: #fff !important;
    height: auto !important;
    line-height: 20px !important;
}

.select2-choice:focus {
    border-color: rgba(12, 111, 192, .45) !important;
    box-shadow: 0 0 0 3px rgba(12, 111, 192, .10) !important;
}

label.help-inline.span3.fartegar {
    min-height: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    color: var(--muted);
    font-weight: 800;
    min-width: 94px;
}

.help-inline {
    padding-left: 0;
}

div.span12.fartegardiv {
    min-height: 10px;
    height: auto;
    margin-bottom: 4px;
}

div.span12.fartegardiv2 {
    margin-left: 0px;
    width: 100%;
}

div.span12.fartegardiv2 .span4 {
    width: 100%;
}

.form-inline .form-check {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: var(--text);
}

.form-inline .controls {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.form-inline .form-check input {
    transform: translateY(1px);
}

ul#tab.nav.nav-tabs {
    margin-bottom: 0px;
}

div.tab-content {
    padding: 0px;
}

h3.flightsearchh3 {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .4px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line2);
    background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.search_form_body {
    padding: 14px 16px;

    .d-flex.my-10 {
        >label {
            font-size: 12px;
            color: var(--muted);
            font-weight: 800;
            min-width: 94px;
        }
    }

    .form-check-input {
        margin-top: unset;
    }

    .footer-note {
        color: #94a3b8;
        font-size: 11px;
        margin-top: 10px;
    }
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%
}

input[type="date"].field {
    padding: 9px 10px;
    line-height: 20px;
    height: 40px;
    min-width: 0;
    overflow: visible
}

.tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px
}

.tab {
    font-size: 12px;
    font-weight: 800;
    border: 1px solid var(--line2);
    padding: 8px 10px;
    border-radius: 10px;
    background: #fff;
    color: var(--muted)
}

.tab.active {
    background: rgba(12, 111, 192, .10);
    border-color: rgba(12, 111, 192, .25);
    color: #0b5394
}

.card {
    background: var(--card);
    border: 1px solid var(--line2);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden
}

.card-header {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line2);
    background: linear-gradient(180deg, #ffffff, #fbfdff)
}

.card-title {
    margin: 0;
    font-size: 22px;
    letter-spacing: .4px
}

.card-sub {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px
}

label#roundtrip0-lbl.radio:first-child {
    padding-top: 0px;
}

.ctabtn {
    font-size: x-large !important;
}

#sp-main-menu {
    font-size: 1.5em;

    color: #fff;
}

#sp-main-menu>ul.level-0>li>a {
    color: #fff;
}

#sp-main-menu>ul.level-0>li>a.active {
    font-weight: 600;
}

#sp-main-menu>ul.level-0>li.active {
    background-color: #f1a31e;
    border-bottom: 1px solid #9e6716;
}

#sp-main-menu>ul.level-0>li:hover {
    background-color: #f1a31e;
    border-bottom: 1px solid #9e6716;
}

#sp-footer {
    background: rgba(242, 242, 242, 1);
    color: #ccc;
    border-top: 1px solid #e2e2e2;
}

#sp-footer::after {
    background: #ccc;
}

#sp-footer .sp-totop i {
    color: #0b78a1;
}

#KontaktBokaResa p {
    font-size: 1.2em;

}

#KontaktBokaResa h3 {

    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

a:not(.btn) {
    color: #0b78a1;
}

.itemid-101 {
    #sp-main .tab-pane a.btn.btn-success.btn- {
        display: none;
    }

    #sp-users {
        min-height: calc(100vh - 120px - 66px);
    }

    #sp-main-body {
        display: none;
    }
}

.itemid-103 #sp-main-body>.container>.container-inner>.row {
    @media(max-width: 760px) {
        flex-direction: column-reverse;
    }
}

#sp-main-body {
    #sp-left {
        padding-right: 0;
        padding-left: 0;

        @media(max-width: 760px) {
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
        }
    }

}

body.bg {
    background: #f2f2f2;
}

#sp-main-body {
    background: var(--bg) !important;
    padding: 0 0 30px !important;
    min-height: 78vh;

    @media (max-width: 760px) {
        padding: 0 !important;

        .container {
            padding: 0 !important;
        }
    }
}

#sp-main-body .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
}

@media (max-width: 980px) {
    #sp-main-body .row {
        grid-template-columns: 1fr;
    }
}

#sp-header {
    height: 66px;
    padding: 14px 0 !important;
    background: linear-gradient(180deg, var(--blue1), var(--blue2));
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    align-items: center;

    .logo-image {
        height: 60px;
    }
}

#sp-header .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    width: 100%;
}

#sp-header .container-inner {
    width: 100%;
}

#sp-header .row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
}

#sp-logo .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

#sp-logo .logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: .3px;
    color: #fff;
    text-decoration: none;
}

#sp-menu {
    font-size: 1.5em;

    color: #fff;
}

#sp-menu .sp-megamenu-parent>li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

#sp-menu .sp-megamenu-parent li.active,
#sp-menu .sp-megamenu-parent li:hover {
    background-color: transparent;
    border-bottom: none;
    color: #fff;
}

#sp-menu .sp-megamenu-parent>li>a {
    color: #eaf3ff;
    display: block;
    margin: 0;
    padding: 10px 14px;
    line-height: 20px;
    font-size: 16px;
    text-decoration: none;
    opacity: .92;
    border-radius: 4px;
}

#sp-menu .sp-megamenu-parent>li>a:hover {
    opacity: 1;
}

#sp-menu .sp-megamenu-parent>li.active>a,
#sp-menu .sp-megamenu-parent>li:hover>a {
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.16);
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: white;

}

.offcanvas-menu .offcanvas-inner ul.menu li a {
    padding: 10px 10px;
}

#sp-header .logo {
    height: auto;
}

#sp-logo {
    display: flex;
    align-items: center;
}

#sp-logo.has-border {
    padding-right: 0;
}

#sp-header {
    padding: 0 !important;
}

.nav-tabs>li>a {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5em;
}

.tabbed {
    margin-top: 14px;
}

#sp-bottom {
    background: rgba(242, 242, 242, 1);
    color: #000;
}

h1.page-header {
    font-weight: 300;
}

.question1 {

    font-weight: 600;
}

.question2 {

    font-weight: 600;
}

.answer1 {

    font-weight: 300;
}

.answer2 {

    font-weight: 300;
}

.form-actions {
    background-color: rgba(0, 0, 0, 0);
}

.contact-name {

    font-weight: 300;
}

h1 {

    font-weight: 300;
}

h2 {

    font-weight: 300;
}

h3 {

    font-weight: 300;
    font-size: 24.5px;
    line-height: 40px;
}

h4 {

    font-weight: 300;
}

h5 {

    font-weight: 300;
}

h6 {

    font-weight: 300;
}

a {

    font-weight: 300;
}

legend {

    font-weight: 300;
}

label {

    font-weight: 300;
}

.copyright {

    font-weight: 300;
}

.designed-by {

    font-weight: 300;
}

input {

    font-weight: 300;
}

button {

    font-weight: 300;
}

.control-label {

    font-weight: 300;
}

strong {

    font-weight: 300;
}

.accordion-heading:nth-child(odd) {
    background: #f1a31e;
}

input.addonClick {
    margin-bottom: 8px;
}

div.alert div p {
    font-size: x-large;
}

div.alert h4 {
    display: none;
}

#exporttopdfbutton {
    display: none;
}

#KontaktBokaResa {
    padding-left: 2.5%;
}

#offcanvas-toggler {
    display: none !important;
}

@media (min-width: 768px) {
    [class*="span"] {
        display: block;
        float: left;
        margin-left: 2.127659574468085%;
    }

    .span12 {
        width: 100%;
    }

    .span11 {
        width: 91.48936170212765%;
    }

    .span10 {
        width: 82.97872340425532%;
    }

    .span9 {
        width: 74.46808510638297%;
    }

    .span8 {
        width: 65.95744680851064%;
    }

    .span7 {
        width: 57.44680851063829%;
    }

    .span6 {
        width: 48.93617021276595%;
    }

    .span5 {
        width: 40.42553191489362%;
    }

    .span4 {
        width: 31.914893617021278%;
    }

    .span3 {
        width: 23.404255319148934%;
    }

    .span2 {
        width: 14.893617021276595%;
    }

    .span1 {
        width: 8%;
    }
}

.nav-tabs:after,
.nav-pills:after {
    clear: both
}

.nav-tabs>li,
.nav-pills>li {
    float: left
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    margin-bottom: 8px
}

.nav-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 10px 16px 0;
    padding: 0;
    border: none;
}

@media (max-width: 980px) {
    #flight_form .nav-tabs {
        gap: 1px;
    }
}

.nav-tabs>li {
    float: none;
    margin: 0;
}

.nav-tabs>li>a {
    padding: 7px 10px;
    line-height: 1;
    border: 1px solid var(--line2);
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    display: block;

    @media (max-width: 980px) {
        padding: 5px 6px;
        font-size: 9px;
    }
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: var(--line2);
    background: #fff;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    background: rgba(12, 111, 192, .10);
    border-color: rgba(12, 111, 192, .25);
    color: #0b5394;
    cursor: default;
}

.nav-tabs>li.dim>a {
    opacity: .7;
}

.nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    color: #fff;
    background-color: #08c
}

.collapse.in {
    display: block;
}

/* color */
.bg-card {
    background: var(--card);
}

.fw-900 {
    font-weight: 900;
}

/* button */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .10);
    background: linear-gradient(180deg, #f7b14a, #e59112);
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 10px 18px rgba(229, 145, 18, .25);
    cursor: pointer;
}

.btn2 {
    background: linear-gradient(180deg, #2d7eea, #145dbf);
    border: 1px solid rgba(0, 0, 0, .10);
    color: #fff;
    font-weight: 900;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(20, 93, 191, .18);
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.btn-group .btn {
    font-size: 12px;
    font-weight: 800;
    border: 1px solid var(--line2);
    padding: 8px 10px;
    border-radius: 10px;
    background: #fff;
    color: var(--muted);
}

.btn-group .btn.btn-success {
    background: rgba(12, 111, 192, .10);
    border-color: rgba(12, 111, 192, .25);
    color: #0b5394;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px;
}

.btn-group>.btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-warning,
.btn-search .btn {
    color: #fff;
    text-shadow: none;
    background: linear-gradient(180deg, #f7b14a, #e59112);
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 10px;
    font-weight: 900;
    font-size: 16px;
    padding: 12px 14px;
    box-shadow: 0 10px 18px rgba(229, 145, 18, .25);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn-warning:active,
.btn-search .btn:active {
    transform: translateY(1px);
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* module search */
#search_form {
    min-height: 200px;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion {
    background-color: white;
}

.btn-primary,
button.btn-primary,
input[type='submit'],
input[type='button'],
submit,
#flight_form .btn-primary {
    color: #fff;
    text-shadow: none;
    background: linear-gradient(180deg, #2d7eea, #145dbf);
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 10px;
    font-weight: 900;
    padding: 10px 14px;
    box-shadow: 0 10px 18px rgba(20, 93, 191, .18);
    cursor: pointer;
}

.btn-primary:active,
button.btn-primary:active,
#flight_form .btn-primary:active {
    transform: translateY(1px);
}

.row-fluid {
    margin: 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.row-fluid:first-child {
    margin-top: 0;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid label {
    font-size: 12px;
    color: var(--muted);
    font-weight: 800;
    min-width: 94px;
}

.row-fluid .span12.d-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
}

.row-fluid .span12.d-flex>div {
    margin: 0;
}

.row-fluid .span12.d-flex label {
    display: block;
    margin-bottom: 4px;
}

.sp-scroll-up {
    background: transparent;
}

/* Flight Results Styling */
#sp-component {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#flight_depart,
#flight_return_total {
    background: var(--card);
    border: 1px solid var(--line2);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    margin: 0;
}

#flight_depart .flight_title,
#flight_return_total .flight_title {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line2);
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

#flight_depart .flight_title span,
#flight_return_total .flight_title span {
    margin: 0;
    display: flex;
    flex-direction: column;
}

#flight_depart .flight_title span::after {
    content: "Välj avgång för utresa.";
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
}

#flight_return_total .flight_title span::after {
    content: "Välj avgång för hemresa.";
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
}

#flight_return_total .flight_title .btn {
    background: rgba(20, 93, 191, .08);
    border: 1px solid rgba(20, 93, 191, .25);
    color: #145dbf;
    font-weight: 900;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    white-space: nowrap;
}

/* Table styling for flight results */
table.table_flight {
    width: 100%;
    border-collapse: collapse;
    display: block;
}

table.table_flight>* {
    width: 100%;
    display: flex;
}

table.table_flight thead tr {
    background: var(--soft);
    border-top: 1px solid var(--line2);
    border-bottom: 1px solid var(--line2);
    text-transform: uppercase;
    letter-spacing: .6px;

    th {
        font-size: 11px;
        font-weight: 900;
        color: #475569;
    }

    @media (max-width: 980px) {
        th {
            font-size: 9px;
        }
    }
}

table.table_flight tbody {
    display: block;
}

table.table_flight tr {
    width: 100%;
    display: grid;
    grid-template-columns: 16.67% 15.28% 15.28% 16.39% 15.28% 12.5%;
    gap: 10px;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 1px solid var(--line);
    font-size: 11px;

    td {
        font-size: 13px;
    }

    @media (max-width: 980px) {
        grid-template-columns: 20% 20% 20% 20% 10%;

        td {
            font-size: 8px;
        }
    }
}

table.table_flight tr:last-child {
    border-bottom: none;
}

table.table_flight th,
table.table_flight td {
    padding: 0;
    border: none;
    text-align: left;
}

table.table_flight th:last-child,
table.table_flight td:last-child {
    text-align: right;
}

table.table_flight td:nth-child(1) {
    font-weight: 900;
}

table.table_flight td:nth-child(4) {
    white-space: normal;
}

table.table_flight td:nth-child(4) input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    float: right;
}

table.table_flight td:nth-child(4) .price,
table.table_flight td:nth-child(4) {
    font-weight: 900;
}

table.table_flight td:nth-child(4) br {
    display: none;
}

table.table_flight td:nth-child(5) {
    font-weight: 900;
}

table.table_flight td:nth-child(5) .seats {
    font-size: 12px;
    font-weight: 900;
    color: #0b5394;
    white-space: nowrap;

    @media (max-width: 980px) {
        font-size: 8px;
    }
}

table.table_flight td:nth-child(5) .seats.low {
    color: #b45309;
}

table.table_flight td:nth-child(5) .seats.critical {
    color: #b91c1c;
}

@media (max-width: 980px) {

    table.table_flight th:nth-child(4),
    table.table_flight td:nth-child(4) {
        display: none;
    }
}

/* Toolbar styling */
.center-button,
.toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border-top: 1px solid var(--line2);
    background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.toolbar .hint {
    margin-right: auto;
    color: var(--muted);
    font-size: 12px;
}

/* Badge styling */
.badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(242, 160, 24, .14);
    border: 1px solid rgba(242, 160, 24, .35);
    color: #8a4b00;
    font-weight: 900;
    font-size: 12px;
    white-space: nowrap;
}

.mini-remove {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(20, 93, 191, .25);
    background: rgba(20, 93, 191, .08);
    color: #145dbf;
    font-weight: 900;
    font-size: 12px;
    cursor: pointer;
}

/* Additional flight result styling */
#flight_depart .nav-tabs,
#flight_return .nav-tabs {
    margin: 10px 16px 0;
    padding-bottom: 14px;
}

#tab_content,
#return_tab_content {
    padding: 0;
}

@media (max-width: 767px) {
    [class*="span"] {
        width: 100%;
    }

    #offcanvas-toggler {
        display: flex !important;
    }

    #search_form_body .btn-search {
        padding-bottom: 0;
    }

    .sp-megamenu-wrapper {
        display: none !important
    }
}

@media print {
    header {
        display: none;
    }

    #sp-left {
        display: none;
    }

    a.btn {
        display: none;
    }

    footer {
        display: none;
    }

    #sp-menu {
        display: none;
    }

    a.sp-main-menu-toggler,
    #offcanvas-toggler {
        display: none;
    }

    body {
        visibility: hidden;
    }

    #printflightticket {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }

    #sp-component {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }

    .collapse {
        display: none;
    }

    ul {
        display: none;
    }

    #goodtrip h3 {
        line-height: 12px;
    }

    #exporttopdfbutton {
        display: none;
    }

    #printpagebutton {
        display: none;
    }
}


#sp-main-body {
    background: var(--bg) !important;
}

.flight_confirm {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

.flight_confirm>.row-fluid:first-child {
    margin-bottom: 12px;
}

.flight_confirm .row-fluid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0;
}

@media (min-width: 980px) {
    .flight_confirm .row-fluid {
        grid-template-columns: 7fr 5fr;
        gap: 12px;
        align-items: start;
    }
}

.card-section {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.flight_confirm .span12 {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
    padding: 14px;
}

@media (min-width: 980px) {
    .flight_confirm .span12 {
        padding: 16px;
    }
}

.block_head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.block_head h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
}

.block_head .af-sub {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
    display: block;
}

.af-title {
    margin: 4px 0 12px;
}

.af-title h1 {
    font-size: 22px;
    margin: 0;
    letter-spacing: -0.2px;
    font-weight: bold;
}

.af-title p {
    margin: 6px 0 0;
    color: var(--muted);
    line-height: 1.35;
    font-size: 13px;
}

.af-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 980px) {
    .af-grid {
        grid-template-columns: 7fr 5fr;
        gap: 12px;
        align-items: start;
    }
}

.af-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.af-pad {
    padding: 14px;

    label {
        font-weight: 300;
    }
}

@media (min-width: 980px) {
    .af-pad {
        padding: 16px;
    }
}

.af-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.af-head h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
}

.af-sub {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
}

/* Replace "pill" with subtle label (not button-like) */
.af-label {
    font-size: 11px;
    font-weight: 800;
    color: #6b7280;
    background: transparent;
    border: 0;
    padding: 0;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 2px;
}

/* Trip legs */
.af-leg {
    margin-top: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.af-leghead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    background: #fbfcff;
    border-bottom: 1px solid var(--line);
}

.af-leghead .name {
    font-size: 13px;
    font-weight: 900;
    color: #1f2a44;
}

/* Replace route "chip" with plain text route */
.af-leghead .route {
    font-size: 13px;
    font-weight: 800;
    color: #1f2a44;
    opacity: 0.9;
    white-space: nowrap;
}

.af-legbody {
    padding: 10px 12px 12px;
}

.af-legrow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

@media (min-width: 640px) {
    .af-legrow {
        grid-template-columns: 1.4fr 1fr 1fr;
    }
}

.af-box {
    background: var(--soft);
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 9px 10px;
}

.af-box .k {
    font-size: 11px;
    color: var(--muted);
    font-weight: 800;
}

.af-box .v {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 900;
    color: var(--text);
}

.af-box .s {
    margin-top: 3px;
    font-size: 12px;
    color: var(--muted);
}

.af-two {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
}

@media (min-width: 640px) {
    .af-two {
        grid-template-columns: 1fr 1fr;
    }
}

/* Price (compact) */
.af-price {
    margin-top: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.af-price .af-pad {
    padding: 12px;
}

.af-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
    padding: 5px 0;
    color: #24324a;
}

.af-row strong {
    font-weight: 900;
}

.af-sep {
    border-top: 1px solid var(--line);
    margin: 8px 0;
}

.af-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.af-total .label {
    font-size: 11px;
    font-weight: 900;
    color: var(--muted);
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.af-total .sum {
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -0.2px;
}

/* Replace "Incl moms badge" with plain text */
.af-vatnote {
    font-size: 12px;
    font-weight: 800;
    color: #0f7a3a;
    white-space: nowrap;
    align-self: center;
}

/* Coupon (compact) */
.af-coupon {
    margin-top: 10px;
}

.af-coupon h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 950;
}

.af-coupon p {
    margin: 5px 0 8px;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.35;
}

.af-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (min-width: 640px) {
    .af-form {
        flex-direction: row;
    }
}

.af-input {
    flex: 1;
    border: 1px solid #cfd8e3;
    border-radius: 12px;
    padding: 10px 10px;
    font-size: 13px;
    outline: none;
    background: #fff;
}

.af-input:focus {
    border-color: #7db7ff;
    box-shadow: 0 0 0 4px rgba(125, 183, 255, 0.22);
}

.af-btn {
    border: 0;
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 950;
    cursor: pointer;
    font-size: 13px;
}

.af-btn.secondary {
    background: #0f172a;
    color: #fff;
}

.af-note {
    margin-top: 10px;
    background: #eef6ff;
    border: 1px solid #d9ebff;
    color: #0b3f74;
    border-radius: 12px;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 1.35;
}

/* Right column */
.af-sticky {
    position: relative;
}

@media (min-width: 980px) {
    .af-sticky {
        position: sticky;
        top: 12px;
    }
}

/* Stripe area - make it meaningful */
.af-paybox {
    margin-top: 10px;
    background: var(--soft);
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 12px;
}

.af-payhead {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.af-stripeleft {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.af-stripebadge {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--blue);
    margin-top: 5px;
    flex: 0 0 auto;
}

.af-paymeta .t {
    font-size: 13px;
    font-weight: 950;
    margin: 0;
    line-height: 1.2;
}

.af-paymeta .u {
    font-size: 12px;
    color: var(--muted);
    margin: 4px 0 0;
    line-height: 1.3;
}

.af-cards {
    display: flex;
    gap: 6px;
    align-items: center;
    flex: 0 0 auto;
    margin-top: 2px;
}

.af-cardlogo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 26px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    font-size: 11px;
    font-weight: 950;
    color: #334155;
}

.af-paytext {
    margin-top: 8px;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.35;
}

.af-divider {
    border-top: 1px solid var(--line);
    margin: 10px 0;
}

.af-terms {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 8px;
    font-size: 12px;
    color: #24324a;
    line-height: 1.35;
}

.af-terms input {
    margin-top: 2px;
}

.af-terms a {
    color: var(--blue);
    font-weight: 950;
    text-decoration: none;
}

.af-terms a:hover {
    text-decoration: underline;
}

.af-cta {
    margin-top: 10px;
}

.af-btn.primary {
    width: 100%;
    background: linear-gradient(180deg, var(--blue), var(--blue2));
    color: #fff;
    padding: 12px 12px;
    border-radius: 14px;
    box-shadow: 0 10px 18px rgba(11, 95, 166, 0.16);
    font-size: 13px;
}

.af-small {
    margin-top: 8px;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.35;
}

.af-help {
    margin-top: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}

.af-help .h {
    font-size: 13px;
    font-weight: 950;
    margin: 0;
}

.af-help p {
    margin: 5px 0 8px;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.35;
}

.af-help a {
    color: var(--blue);
    font-weight: 950;
    text-decoration: none;
}

.block_head span {
    font-size: 11px;
    font-weight: 800;
    color: #6b7280;
    background: transparent;
    border: 0;
    padding: 0;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 2px;
}

/* Flight leg styling - transform table to modern card layout */
.flight_confirm .span6:first-child {
    margin-top: 10px;
}

.flight_confirm label b i {
    display: block;
    margin: 10px 0;
    font-size: 13px;
    font-weight: 900;
    color: #1f2a44;
}

.bookpro-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.bookpro-table tbody {
    display: block;
}

.bookpro-table tbody tr {
    display: block;
    padding: 10px 12px 12px;
}

.bookpro-table td {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 8px;
}

.bookpro-table td:last-child {
    margin-bottom: 0;
}

.bookpro-table td:not(:last-child) {
    border-bottom: 1px solid var(--line);
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/* Transform flight info into box layout */
.flight_confirm .span6:first-child>div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
}

@media (min-width: 640px) {
    .flight_confirm .span6:first-child>div {
        grid-template-columns: 1.4fr 1fr 1fr;
    }
}

.flight_confirm .span6:first-child>div>div,
.bookpro-table-wrapper {
    background: var(--soft);
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 9px 10px;
}

.flight_confirm .span6:first-child>div>div .k,
.bookpro-table-wrapper .k {
    font-size: 11px;
    color: var(--muted);
    font-weight: 800;
    display: block;
}

.flight_confirm .span6:first-child>div>div .v,
.bookpro-table-wrapper .v {
    font-size: 13px;
    font-weight: 900;
    color: var(--text);
    margin-top: 4px;
    display: block;
}

.flight_confirm .span6:first-child>div>div .s,
.bookpro-table-wrapper .s {
    margin-top: 3px;
    font-size: 12px;
    color: var(--muted);
    display: block;
}

.af-input:focus {
    border-color: #7db7ff !important;
    box-shadow: 0 0 0 4px rgba(125, 183, 255, 0.22) !important;
}

/* Passenger form styling */
.passenger {
    margin-top: 12px;
}

.passenger .block_head {
    margin-bottom: 10px;
}

.passenger-form {
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
    padding: 14px;
}

@media (min-width: 980px) {
    .passenger-form {
        padding: 16px;
    }
}

.passenger-form .accordion-inner {
    padding: 9px 5px 20px 5px;
    border-top: 0;
}

.passenger-form .control-group {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100% !important;
    background-color: unset !important;
}

.passenger-form .control-group .controls {
    flex-direction: column;
    display: flex;
    margin-left: 0;
}

.passenger-form .control-group.gender .controls {
    display: flex;
    justify-content: start;
    flex-direction: row;
    gap: 10px;
}

.passenger-form .control-group.gender .controls label {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    gap: 3px;
}

.passenger-form .control-group .control-label {
    width: auto !important;
    text-align: left;
    font-size: 12px;
    color: var(--muted);
    font-weight: 800;
    margin-bottom: 4px;
}

.passenger-form .control-group input[type="text"],
.passenger-form .control-group input[type="email"] {
    width: 100% !important;
    border: 1px solid #cfd8e3;
    border-radius: 12px;
    padding: 10px;
    font-size: 13px;
    outline: none;
    background: #fff;
}

.passenger-form .control-group input[type="text"]:focus,
.passenger-form .control-group input[type="email"]:focus {
    border-color: #7db7ff;
    box-shadow: 0 0 0 4px rgba(125, 183, 255, 0.22);
}

.passenger-form .control-group input[type="radio"] {
    width: auto;
}

/* Continue button */
.center-button {
    margin-top: 16px;
    text-align: center;
}

.center-button .btn-primary {
    width: 100%;
    background: linear-gradient(180deg, var(--blue), var(--blue2));
    color: #fff;
    padding: 12px;
    border-radius: 14px;
    box-shadow: 0 10px 18px rgba(11, 95, 166, 0.16);
    font-size: 13px;
    font-weight: 950;
    border: 0;
    cursor: pointer;
}

.center-button .btn-primary:hover {
    transform: translateY(1px);
}

/* Responsive adjustments */
@media (max-width: 670px) {
    .passenger-form .control-group {
        margin-bottom: 20px;
    }

    .passenger-form .control-group.gender .controls {
        justify-content: start;
        margin-top: 20px;
    }

    .passenger-form .accordion-inner {
        flex-direction: column;
        gap: 0;
    }

    .passenger-form .accordion-inner input {
        width: 100% !important;
    }
}

/* Additional layout fixes */
.flight_confirm .span6 {
    width: 100%;
    margin: 0;
}

@media (min-width: 980px) {
    .flight_confirm .row-fluid .span6 {
        width: 100%;
    }
}

.flight_confirm .row-fluid .span12 {
    margin: 0;
}

.flight_confirm .row-fluid .span12>.row-fluid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 980px) {
    .flight_confirm .row-fluid .span12>.row-fluid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Hide accordion toggle if empty */
.accordion-heading a.accordion-toggle:empty {
    display: none;
}

.accordion-group {
    border: none;
    margin-bottom: 0;
}

.accordion-body.collapse.in {
    display: block !important;
}

/* padding */
.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ml-2 {
    margin-left: .5rem;
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none
}

/* TOPBAR (matchar övriga nya sidor) */
.topbar {
    background: linear-gradient(180deg, var(--blue1), var(--blue2));
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.topbar-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: .3px;
}

.brand .logo {
    width: 34px;
    height: 22px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
}

.nav {
    margin-left: auto;
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.nav a {
    color: #eaf3ff;
    font-size: 16px;
    opacity: .92;
}

.nav a:hover {
    opacity: 1
}

/* LAYOUT */
.wrap {
    max-width: 1180px;
    margin: 20px auto 32px;
    padding: 0 18px
}

.layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 18px;
    align-items: start
}

@media(max-width:980px) {
    .layout {
        grid-template-columns: 1fr
    }
}

.card {
    background: #fff;
    border: 1px solid var(--line2);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.card-header {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line2);
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .2px
}

.card-sub {
    margin-top: 4px;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.35
}

.section {
    padding: 14px 16px;
    border-top: 1px solid var(--line2)
}

.section:first-child {
    border-top: none
}

.section-title {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .6px;
    color: #475569;
    text-transform: uppercase;
}

/* LEFT SEARCH */
.row {
    margin: 10px 0;

    @media(max-width: 760px) {
        gap: 20px;
    }
}

label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 900;
    color: var(--muted)
}

.field {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--line2);
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    outline: none;
}

.field:focus {
    border-color: rgba(12, 111, 192, .45);
    box-shadow: 0 0 0 3px rgba(12, 111, 192, .10)
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

input[type="date"].field {
    padding: 9px 10px;
    line-height: 20px;
    height: 40px;
    min-width: 0;
    overflow: visible
}

.btn {
    width: 100%;
    margin-top: 14px;
    padding: 12px;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 10px;
    background: linear-gradient(180deg, #f7b14a, #e59112);
    box-shadow: 0 10px 18px rgba(229, 145, 18, .25);
    cursor: pointer;
}

.btn:active {
    transform: translateY(1px)
}

/* SUMMARY */
.summary-grid {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 14px
}

@media(max-width:980px) {
    .summary-grid {
        grid-template-columns: 1fr
    }
}

.kv {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 6px 10px;
    font-size: 13px;
}

.k {
    color: var(--muted);
    font-weight: 900
}

.v {
    font-weight: 700
}

.totalbox {
    border: 1px solid var(--line2);
    border-radius: 14px;
    padding: 12px;
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.totalbox .trow {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
    font-size: 13px;
}

.totalbox .trow span:first-child {
    color: var(--muted);
    font-weight: 900
}

.totalbox .grand {
    border-top: 1px solid var(--line2);
    padding-top: 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
}

/* PASSENGERS */
.note {
    border: 1px solid rgba(20, 93, 191, .18);
    background: rgba(20, 93, 191, .08);
    color: #0b5394;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px 0;
}

.passengers {
    display: grid;
    gap: 12px;
}

.pbox {
    border: 1px solid var(--line2);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.phead {
    padding: 10px 12px;
    background: var(--soft);
    border-bottom: 1px solid var(--line2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 900;
    font-size: 13px;
}

.pbadge {
    font-size: 11px;
    font-weight: 900;
    color: #6a3b00;
    background: rgba(242, 160, 24, .14);
    border: 1px solid rgba(242, 160, 24, .35);
    padding: 6px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 12px
}

@media(max-width:780px) {
    .form-grid {
        grid-template-columns: 1fr
    }
}

.help {
    font-size: 12px;
    color: var(--muted);
    margin: 0 12px 12px;
    line-height: 1.35
}

/* ACTIONS */
.actions {
    padding: 14px 16px;
    border-top: 1px solid var(--line2);
    background: linear-gradient(180deg, #fff, #fbfdff);
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

.actions .leftnote {
    margin-right: auto;
    color: var(--muted);
    font-size: 12px
}

.btn2 {
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 900;
    background: linear-gradient(180deg, #2d7eea, #145dbf);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .10);
    box-shadow: 0 10px 18px rgba(20, 93, 191, .18);
    cursor: pointer;
}

.btn2:active {
    transform: translateY(1px)
}

@media(max-width:780px) {
    .actions {
        flex-direction: column;
        align-items: stretch
    }

    .actions .leftnote {
        margin-right: 0
    }

    .btn2 {
        width: 100%
    }
}