@import url("https://fonts.googleapis.com/css?family=DM+Sans:var(--caption-sm-semibold-font-weight),var(--heading-md-bold-font-weight),var(--body-md-font-weight),var(--body-sm-font-weight),var(--body-xs-reg-font-weight),var(--body-sm-bold-font-weight)");

/* Container Logic */
.flewit_list_widget_stats-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 600px) {
    .flewit_list_widget_stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .flewit_list_widget_stats-grid { grid-template-columns: repeat(3, 1fr); }
}

.flewit_list_widget_stats-item {
    display: flex;
    align-items: center; /* Vertically center year and count container */
    justify-content: space-between;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 8px;
}

/* Parent Div for the Count logic */
.flewit_list_widget_count-container {
    position: relative;
    width: 60%; /* Takes up right side of the item */
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Keeps text to the right */
    height: 30px;
}

/* The visual bar inside the parent div */
.flewit_list_widget_progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #007bff22; /* Light blue tint */
    border-right: 2px solid #007bff;
    transition: width 0.3s ease;
}

.flewit_list_widget_count {
    position: relative; /* Stays above the progress bar */
    padding-right: 10px;
    font-weight: bold;
    color: #333;
    z-index: 1;
}


.margin-left-10{
    margin-left: 10px;
}
.margin-right-10{
    margin-right: 10px;
}
.flew_round_select_container {
  position: relative;
  width: 100%;
  display: inline-flex;
}

.flew_round_select_field {
  width: 100%;
  padding: 10px 16px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 25px; /* Round border */
  background-color: #fff;
  cursor: pointer;
  
  /* Remove default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Add your custom SVG arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4L5.5 8L9 4' stroke='url(%23paint0_linear_4931_27906)' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4931_27906' x1='8.70203' y1='9.87689' x2='-1.12007' y2='-1.6467' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.04' stop-color='%230071CE' stop-opacity='0.8'/%3E%3Cstop offset='0.3' stop-color='%23005AB6'/%3E%3Cstop offset='0.57' stop-color='%23062F87'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  
  transition: border-color 0.3s ease;
}

/* Hover and Focus states */
.flew_round_select_field:hover {
  border-color: #b0b0b0;
}

.flew_round_select_field:focus {
  outline: none;
  border-color: #007bff;
}


.widget_icon_size{
    width: 24px;
    height: 24px;
}
.widget-picker-inside-modal {
    width: 100%;
}

.gap-48 {
    height: 48px;
}

.gap-32 {
    height: 32px;
}

.gap-24 {
    height: 24px;
}

.gap-16 {
    height: 16px;
}

.gap-12 {
    height: 12px;
}

.gap-10 {
    height: 10px;
}

.gap-8 {
    height: 8px;
}

.gap-04 {
    height: 4px;
}

.gap-6 {
    height: 6px;
}

.heading_black_widget_title {
    color: var(--Core-Jet-Black, #26262A);

    /* body/md-bold */
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-sm, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 0.32px;

}

.sub_title_black_widget_title {
    color: var(--Neutrals-Panel-Gray, #626262);

    /* body/xs-reg */
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-xs, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 15px */
    letter-spacing: 0.24px;
    padding-top: 4px;

}

.widget_counters {

    /* heading/lg */
    font-family: var(--font-family-heading, "DM Sans");
    font-size: var(--font-size-2xl, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: 0.64px;
    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
}

.widget_chart_container {
    position: relative;
    width: 100%;
    height: 200px;
    padding-top: 16px;
}

.widget_chart_container_pie {
    float: left;
    width: 180px !important;
    max-width: 52%;
    height: 180px !important;
    margin-right: auto;
    padding-top: 12px;
}

#ajax-widgit-view .widgit_right_btn_widget-content table:not([class]) {
    width: 100%;
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    align-content: space-between;
    column-gap: 12px;
    row-gap: 8px;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--Neutrals-Panel-Gray, #626262);
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-xs, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.24px;
}

#ajax-widgit-view .widgit_right_btn_widget-content table:not([class]) tbody {
    display: contents;
}

#ajax-widgit-view .widgit_right_btn_widget-content table:not([class]) tr {
    display: flex;
    min-width: 0;
    align-items: flex-end;
    gap: 0;
}

#ajax-widgit-view .widgit_right_btn_widget-content table:not([class]) td {
    padding: 0 !important;
    vertical-align: bottom;
    color: inherit;
    white-space: nowrap;
}

#ajax-widgit-view .widgit_right_btn_widget-content table:not([class]) td:first-child {
    min-width: 0;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

#ajax-widgit-view .widgit_right_btn_widget-content table:not([class]) td:last-child {
    flex: 0 0 auto;
    padding-left: 25px !important;
    text-align: right !important;
    font-weight: 600;
}

.widgit_right_btn_widget-content::after {
    content: "";
    display: block;
    clear: both;
}

.heading-16 {
    color: var(--Neutrals-Panel-Gray, #626262);
}


.sub-heading-12 {
    color: var(--Neutrals-Placeholder, #8E8E93);

    /* body/xs-reg */
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-xs, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 15px */
    letter-spacing: 0.24px;
}

/* Scrollbar width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track (background area) */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* optional */
    border-radius: 4px;
}

/* Scrollbar thumb (the moving part) */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: linear-gradient(124deg,
            rgba(0, 113, 206, 0.80) -8.3%,
            #005AB6 43.6%,
            #062F87 97.5%);
}

/* Optional: hover effect */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(124deg,
            rgba(0, 113, 206, 1) -8.3%,
            #005AB6 43.6%,
            #062F87 97.5%);
}

a {
    text-decoration: none;
}

.bg-panel {
    background-color: var(--tintsblue-2);
}

.bg-panel_white {
    border-radius: 20px 20px 0 0;
    background: var(--Core-Pure-White, #FFF);
}

/*======= text ======== */
.heading {
    font-family: var(--font-family-heading, "DM Sans");
    font-size: var(--font-size-xl, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.48px;
    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 6px;
}

.sub-heading {
    color: var(--Neutrals-Panel-Gray, #626262);
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-sm, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 0.32px;
}

.text-16 {
    color: var(--Neutrals-Panel-Gray, #626262);
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-sm, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 0.32px;

}

.text-color-16 {
    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* body/xs-bold */
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-xs, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.24px;
}

.text-14 {
    color: var(--Neutrals-Panel-Gray, #626262);
    /* body/xs-reg */
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-xs, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 15px */
    letter-spacing: 0.24px;
}

.text-color-14 {
    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* body/xs-bold */
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-xs, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.24px;
}

.text-12 {
    color: var(--Neutrals-Placeholder, #8E8E93);
    /* body/xs-reg */
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-xs, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 15px */
    letter-spacing: 0.24px;
    text-align: left;
}

/*======= text ======== */
.checkbox_valid {
    position: relative;
    flex: 1;
    margin-top: -0.50px;
    font-family: var(--body-xs-reg-font-family);
    font-weight: var(--body-xs-reg-font-weight);
    color: var(--neutralspanel-gray);
    font-size: var(--body-xs-reg-font-size);
    letter-spacing: var(--body-xs-reg-letter-spacing);
    line-height: var(--body-xs-reg-line-height);
    font-style: var(--body-xs-reg-font-style);
}

.frame-1 {
    padding-top: 72px;
    padding-left: 72px;
}

.frame-2 {
    padding-top: 72px;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 48px;
}

.logo_for_auth {
    width: 148px;
    height: 39.47px;
    margin-bottom: 49.47px;
}

.world_map {
    width: 100%;
}

.white_box {
    display: flex;
    height: 48px;
    min-width: 44px;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: var(--Semi-rounded, 12px);
    border: 1px solid var(--button-general-outline, #F7F7F7);
    background: var(--button-general-bg, #FFF);

    /* effect/70 */
    box-shadow: 10px 12px 40px 4px rgba(0, 90, 182, 0.06);
}



.page-title {
    display: flex;
    width: 100%;
    padding: 24px 0;
    align-items: center;
    gap: 12px;
}

.page-title .icon {
    display: flex;
    align-items: center;
}

.page-title .title {
    font-family: var(--font-family-heading, "DM Sans");
    font-size: var(--font-size-xl, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.48px;

    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-title {
    display: flex;
    width: 100%;
    padding: 24px 0 24px 24px;
    align-items: center;
    gap: 12px;
}

.sub-title .icon {
    display: flex;
    align-items: center;
}

.sub-title .title {
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-sm, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 0.32px;

    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-title {
    display: flex;
    width: 100%;
    padding: 16px 0;
    align-items: center;
    gap: 10px;
}

.info-title .icon {
    display: flex;
    align-items: center;
}

.info-title .title .main-title {
    font-family: var(--font-family-heading, "DM Sans");
    font-size: var(--font-size-xl, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.48px;

    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-title .title .title-desc {
    color: var(--Neutrals-Placeholder, #8E8E93);
    font-family: var(--font-family-body, "DM Sans");
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 17.5px */
    letter-spacing: 0.28px;
}

.sub-info-title {
    display: flex;
    width: 100%;
    padding: 24px 0 24px 16px;
    align-items: center;
    gap: 10px;
}

.sub-info-title .icon {
    display: flex;
    align-items: center;
}

.sub-info-title .title .main-title {
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-sm, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 0.32px;

    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-info-title .title .title-desc {
    color: var(--Neutrals-Placeholder, #8E8E93);
    font-family: var(--font-family-caption, "DM Sans");
    font-size: var(--font-size-xxs, 10px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 12px */
    letter-spacing: 0.025px;
}

.flight-card {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
}

/* .flight-card .map-img{
    width: 296px;
    height: 642px;
    aspect-ratio: 71/154;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
} */

.flight-card .flight-details {
    /* display: flex; */
    padding: 12px 8px 4px 8px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.flight-details .flight-timeline {
    color: var(--Neutrals-Panel-Gray, #626262);

    font-family: var(--font-family-body, "DM Sans");
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.28px;

    align-self: stretch;
}

.flight-details .flight-info {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 0 4px;
    align-self: stretch;
    flex-wrap: wrap;
}

.flight-info .from {
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-lg, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
    letter-spacing: 0.4px;
    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flight-info .icon {
    width: 12px;
    height: 12px;
    aspect-ratio: 1/1;
}

.flight-info .to {
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-lg, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
    letter-spacing: 0.4px;
    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trip-card {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
}

/* .trip-card .map-img{
    width: 296px;
    height: 642px;
    aspect-ratio: 71/154;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
} */

.trip-card .trip-details {
    display: flex;
    padding: 10px 4px 4px 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
}

.trip-details .trip-timeline {
    color: var(--Neutrals-Panel-Gray, #626262);
    font-family: var(--font-family-body, "DM Sans");
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: 0.28px;
}

.trip-details .trip-info {
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-lg, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
    letter-spacing: 0.4px;

    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trip-details .trip-counts {
    display: flex;
    padding-top: 4px;
    /* flex-direction: column; */
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    /* align-self: stretch; */
}

.trip-counts .icon {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}

.trip-counts .counts {
    color: var(--Neutrals-Panel-Gray, #626262);
    text-align: center;

    font-family: var(--font-family-body, "DM Sans");
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 17.5px */
    letter-spacing: 0.28px;
}

/* ======================================================= */
.miss-out {
    position: relative;
    display: flex;
    align-items: center;

    width: 100%;
    height: 100px;
    padding: 0 20px;

    border-radius: 8px;
    overflow: hidden;

    background: linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%);
}

/* BACKGROUND MAP IMAGE */
.map-bg {
    position: absolute;
    right: -40px;
    top: -10%;

    width: 240px;
    height: 153px;

    filter: brightness(20);
    opacity: 0.3;

    z-index: 1;
    pointer-events: none;
}

/* CONTENT WRAPPER */
.miss-out-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* FORCE SINGLE LINE (NO RESPONSIVE BREAK) */
.miss-out-content .row {
    flex-wrap: nowrap;
    margin: 0;
}

/* REMOVE BOOTSTRAP PADDING */
.miss-out-content [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/* FIX COLUMN WIDTHS */
.miss-out .col-8 {
    flex: 0 0 70%;
    max-width: 70%;
}

.miss-out .col-4 {
    flex: 0 0 30%;
    max-width: 30%;
}

/* TEXT */
.miss-out-head {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.miss-out-info {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* BUTTON */
.get-pro-btn {
    background: #fff;
    color: #005AB6;

    border: none;
    border-radius: 30px;

    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
    transition: all 0.3s ease;

    white-space: nowrap;
}

/* HOVER */
.get-pro-btn:hover {
    transform: scale(1.05);
}

.tr-banner-ad {
    background: #cce0fd;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #167ce4;
}

.tr-banner-ad-list {
    padding: 20px;
    border-radius: 14px;
}

.or_line {
    display: flex;
    padding-top: 48px;
    padding-bottom: 48px;
    width: 100%;
}


.footer {
    position: relative;

    bottom: 0;
    width: 100%;
    height: 176px;
    background-color: transparent;
    background: linear-gradient(140deg, rgba(0, 113, 206, 0.8) 4%, rgba(0, 90, 182, 1) 30%, rgba(6, 47, 135, 1) 57%);
/*     padding-left: 124px */
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    text-decoration: none;
    width: 127.97px;
    height: 32px;
}

/* .footer-logo {
    position: relative;
    width: 127.97px;
    height: 32px;
    aspect-ratio: 4;
    margin-top: 48px;
} */

.footer-frame-2 {
    margin-top: 24px;
    margin-left: 24px;
}

.text-wrapper {
    display: inline-flex;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--body-sm-font-family);
    font-weight: var(--body-sm-font-weight);
    color: var(--tintsblue-2);
    font-size: var(--body-sm-font-size);
    letter-spacing: var(--body-sm-letter-spacing);
    line-height: var(--body-sm-line-height);
    white-space: nowrap;
    font-style: var(--body-sm-font-style);
    margin-right: 16px;
}


.map {
    position: absolute;
    width: 61.60%;
    height: 107.95%;
    top: -7.95%;
    left: 38.40%;
}

.media-block {
    display: flex;
    align-items: center;
    /* Aligns both to the top edge */
    gap: 20px;
}

.media-block img {
    flex-shrink: 0;
    /* Prevents the image from squeezing if text is long */
    width: 80px;
    /* Sets a fixed width for the image */
    height: auto;
}

.media-block p {
    margin: 0;
}

/* Tablet Styles (Screens under 1024px) */
@media (max-width: 1024px) {
    .frame-1 {
        padding-top: 48px;
        padding-left: 48px;
        width: 100%;
    }

    .frame-2 {
        padding-top: 48px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 48px;
    }

    .heading {
        font-family: var(--font-family-heading, "DM Sans");
        font-size: var(--font-size-xl, 20px);
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 24px */
        letter-spacing: 0.48px;
        background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 4px;
    }

    .sub-heading {
        color: var(--Neutrals-Panel-Gray, #626262);
        font-family: var(--font-family-body, "DM Sans");
        font-size: var(--font-size-sm, 12px);
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 19.2px */
        letter-spacing: 0.32px;
    }

    .text-16 {
        color: var(--Neutrals-Panel-Gray, #626262);
        font-family: var(--font-family-body, "DM Sans");
        font-size: var(--font-size-sm, 12px);
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 19.2px */
        letter-spacing: 0.32px;

    }

    .text-color-16 {
        background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        /* body/xs-bold */
        font-family: var(--font-family-body, "DM Sans");
        font-size: var(--font-size-xs, 12px);
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.24px;
    }

    .text-14 {
        color: var(--Neutrals-Panel-Gray, #626262);
        /* body/xs-reg */
        font-family: var(--font-family-body, "DM Sans");
        font-size: var(--font-size-xs, 12px);
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        /* 15px */
        letter-spacing: 0.24px;
    }

    .text-color-14 {
        background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        /* body/xs-bold */
        font-family: var(--font-family-body, "DM Sans");
        font-size: var(--font-size-xs, 12px);
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.24px;
    }

    .logo_for_auth {
        width: 148px;
        height: 39.47px;
        margin-bottom: 30px;
    }

    .world_map {
        width: 100%;

    }

    .or_line {
        display: flex;
        padding-top: 32px;
        padding-bottom: 32px;
        width: 100%;
    }

    .flewit_modal_body {
        display: flex;
        width: 90%;
        height: 500px;
        padding: 24px 0 48px 0;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        overflow-y: scroll;
    }

    .footer {
        height: 220px;
        padding-left: 24px;
    }

    .media-block {
        border-top: 1px solid #FAFCFE;
        margin-top: 24px;
        margin-left: 10px;
        padding-top: 20px;
        width: 90%;
    }
}

/* Mobile Styles (Screens under 480px) */
@media (max-width: 480px) {
    .frame-1 {
        padding-top: 24px;
        padding-left: 24px;
        width: 100%;
    }

    .frame-2 {
        padding-top: 28px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 48px;
    }

    .heading {
        font-family: var(--font-family-heading, "DM Sans");
        font-size: var(--font-size-xl, 20px);
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 24px */
        letter-spacing: 0.48px;
        background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 4px;
    }

    .sub-heading {
        color: var(--Neutrals-Panel-Gray, #626262);
        font-family: var(--font-family-body, "DM Sans");
        font-size: var(--font-size-sm, 12px);
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 19.2px */
        letter-spacing: 0.32px;

    }

    .text-16 {
        color: var(--Neutrals-Panel-Gray, #626262);
        font-family: var(--font-family-body, "DM Sans");
        font-size: var(--font-size-sm, 12px);
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 19.2px */
        letter-spacing: 0.32px;

    }

    .text-color-16 {
        background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        /* body/xs-bold */
        font-family: var(--font-family-body, "DM Sans");
        font-size: var(--font-size-xs, 12px);
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.24px;
    }

    .text-14 {
        color: var(--Neutrals-Panel-Gray, #626262);
        /* body/xs-reg */
        font-family: var(--font-family-body, "DM Sans");
        font-size: var(--font-size-xs, 12px);
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        /* 15px */
        letter-spacing: 0.24px;
    }

    .text-color-14 {
        background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        /* body/xs-bold */
        font-family: var(--font-family-body, "DM Sans");
        font-size: var(--font-size-xs, 12px);
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.24px;
    }

    .logo_for_auth {
        width: 102.38px;
        height: 26px;
        margin-bottom: 30px;
    }

    .world_map {
        width: 100%;
        height: 200px;
    }

    .or_line {
        display: flex;
        padding-top: 32px;
        padding-bottom: 32px;
        width: 100%;
    }


    .footer {
        height: 210px;
        padding-left: 24px;
    }

    .footer-logo {
        position: relative;
        width: 127.97px;
        height: 32px;
        aspect-ratio: 4;
        margin-top: 24px;
        margin-left: 24px;
    }

    .footer-frame-2 {

        margin-top: 24px;
        margin-left: 24px;
    }

    .media-block {
        border-top: 1px solid #FAFCFE;
        margin-top: 24px;
        margin-left: 24px;
        padding-top: 20px;
        width: 90%;
    }
}

.types {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-top: 32px;
    margin-bottom: 32px;
}

.select-type {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.radio-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.select-type:has(input:checked) .select-type__option {
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-sm, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.32px;

    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.select-type__option {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    color: var(--Neutrals-Panel-Gray, #626262);

    /* body/md-bold */
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-sm, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 0.32px;
}

.select-type__desc {
    color: var(--Neutrals-Placeholder, #8E8E93);

    font-family: var(--font-family-body, "DM Sans");
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.28px;
}

.account-section__titlerow {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 8px;
}

.account-section_titlerow-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.account-section_titlerow-icon img {
    display: block;
    width: 20px;
    height: 20px;
}

.account-section__titlerow .account-section_titlerow-title {
    color: var(--Neutrals-Panel-Gray, #626262);

    /* body/lg-bold */
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-lg, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
    letter-spacing: 0.4px;
}

.app-section-title,
.account-page__title {
    /* body/lg-bold */
    font-family: var(--font-family-body, "DM Sans");
    font-size: var(--font-size-lg, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    letter-spacing: 0.4px;
    background: var(--Core-Skyline-Gradient, linear-gradient(124deg, rgba(0, 113, 206, 0.80) -8.3%, #005AB6 43.6%, #062F87 97.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.account-page__title {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 8px;
}

.app-section-subtitle,
.sub_title,
.account-section__subtitle {
    color: var(--Neutrals-Placeholder, #8E8E93);
    /* body/sm */
    font-family: var(--font-family-body, "DM Sans");
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 17.5px */
    letter-spacing: 0.28px;
}
