.sfx-wrap {
    overflow-y: auto;
    padding: 0px 15px;
    border-width: 0px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    min-height: 900px;
    transition: width 0.25s ease-in-out;
    background: url(https://hub.filerobot.com/login-default-bg.webp) center center / cover no-repeat fixed;
    border-radius: 6px;
    margin: 15px 15px 15px 0;
}

.sfx-wrap h1 {
    font-size: 1.5rem;
    text-align: center;
}

.sfx-wrap .card {
    border-radius: 10px;
    margin: 50px 0;
    width: 100%;
    max-width: 1000px;
}

.sfx-button {
    width: 100%;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    display: inline-flex;
    flex-shrink: 0;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    transition: 100ms ease-out;
    border: 0px;
    cursor: pointer;
    outline: none;
    background-color: rgb(104, 121, 235);
    color: rgb(255, 255, 255);
    padding: 11px 16px;
}

.sfx-href-button {
    -webkit-box-pack: center;
    justify-content: center;
    display: inline-flex;
    flex-shrink: 0;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    transition: 100ms ease-out;
    border: 0;
    cursor: pointer;
    outline: none;
    background-color: rgb(104, 121, 235);
    color: rgb(255, 255, 255);
    padding: 11px 16px;
    text-align: center;
    text-decoration: none;
}

.SfxInputGroup-root {
    margin-bottom: 1.2rem;
}

.SfxInputGroup-root .SfxLabel-root {
    margin-bottom: 4px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(118, 138, 159);
    font-size: 15px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
}

.SfxInputGroup-root .SfxLabel-root .SfxLabel-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.SfxInputGroup-root .SfxInput-root {
    padding: 11px 16px;
    height: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    column-gap: 8px;
    cursor: text;
    transition: 100ms ease-out;
    width: 100%;
    pointer-events: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgb(204, 214, 222);
    color: rgb(55, 65, 75);
}

.SfxInputGroup-root .SfxInput-root .SfxInput-inputContent {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    column-gap: 8px;
    box-sizing: border-box;
}

.SfxInputGroup-root .SfxInput-root .SfxInput-inputContent .SfxInput-fieldWrapper {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 120px;
}

.SfxInputGroup-root .SfxInput-root .SfxInput-inputContent .SfxInput-fieldWrapper .SfxInput-Base {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: block;
    color: #000;
    width: 100%;
    min-width: fit-content;
    margin: 0;
    padding: 0 6px;
    border: 0;
    background-color: transparent;
    outline: none;
    min-height: inherit;
    max-width: inherit;
}

.SfxInputGroup-root .SfxInput-root .SfxInput-inputContent .SfxInput-fieldWrapper .SfxInput-Base:focus {
    border: none;
    box-shadow: none;
}

.SfxInputGroup-root .SfxInput-root .SfxInput-inputContent .SfxInput-fieldWrapper .SfxInput-Base::placeholder {
    color: #ccc;
}

.my-3 {
    margin: 1.5rem 0;
}

.bg-success {
    background-color: #15ca20 !important;
}

.bg-danger {
    background-color: #fd3550 !important;
}

.bg-danger {
    background-color: #fd3550 !important;
}

.bg-primary {
    background-color: #008cff !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-success .dashicons {
    color: #FFF !important;
    font-size: 26px;
}

.alert {
    padding: 1rem 1rem;
    border-radius: 6px;
    font-size: 16px;
}

.alert h6 {
    font-size: 18px;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.font-35 {
    font-size: 35px;
}

.text-white {
    color: #fff !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-3 {
    margin-bottom: .5rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.alert-warning .dashicons {
    font-size: 26px;
}

.text-center {
    text-align: center;
}

.sfxvxp_logo {
    display: block;
    margin: 0 auto;
    width: 130px;
}

.tooltip {
    position: relative;
    border: solid 1px #687380;
    display: inline-block;
    border-radius: 50%;
    padding: 2px;
    width: .8rem;
    height: .8rem;
    text-align: center;
    font-size: 15px;
    line-height: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    line-height: 1.3;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.SfxInput-Select option {
    padding: 0 10px;
}

.sfx-main-page {
    max-width: 80%;
}

.sfx-report-page {
    max-width: 50%;
}

.intro_text p {
    font-size: 15px;
}

#sfx-chart {
    max-width: 500px;
}

#sfx-chart .chart-container {
    padding: 25px;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    border: 1px solid #dee2e6;
    font-size: 16px;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.sfx-checkbox-item {
    width: calc(50% - 10px) !important;
    padding-bottom: 7px;
}

.SfxDescription {
    color: rgb(118, 138, 159);
    padding: 5px 0;
    line-height: 1.4;
}

.wizard_progress ol {
    position: relative;
    overflow: hidden;
    counter-reset: wizard;
    list-style-type: none;
}

.wizard_progress li {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
    color: #216be4;
}

.wizard_progress .current ~ li {
    color: #555;
}

.wizard_progress li:before {
    counter-increment: wizard;
    content: counter(wizard);
    display: block;
    color: #555;
    background-color: #ffffff;
    border: 2px solid #555;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 2em;
    position: relative;
    left: 50%;
    margin-bottom: 1em;
    margin-left: 2em *-0.5;
    z-index: 1;

    .current ~ & {
        background-color: white;
        color: #555;
        border-color: #555;
    }
}

.wizard_progress li.current:before {
    color: #FFF;
    background-color: #216be4;
    border: 2px solid #216be4;
}

.wizard_progress li + li {
    &:after {
        content: "";
        display: block;
        width: 100%;
        background-color: #d0d0d0;
        height: 2px;
        position: absolute;
        left: -50%;
        top: 1em;
        z-index: 0;
    }
}

.wizard_progress li.current:after {
    background-color: #216be4;
}

.sfx-row .box {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 6px;
}

.w-50 {
    width: calc(50% - 10px);
}

.form-table th, .form-table td {
    padding: 10px 0;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-modal {
    display: block;
}

.loading-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}

.loading-modal .spinner-border {
    position: absolute;
    top: 50%;
    right: 50%;
}

@media screen and (max-width: 768px) {
    .sfx-report-page, .sfx-main-page {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}