﻿/* ------------------------------------*\
    #RESET
\*------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------------------------*\
    #BOX-SIZING
\*------------------------------------ */
html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

@font-face {
    font-family: "KAUFMANN";
    src: url("../fonts/KAUFMANN.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
/* ------------------------------------*\
    #PAGE
\*------------------------------------ */
html {
    height: 100dvh;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    background-color: #f5f6fa;
    overflow: hidden;
}

address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
    margin-bottom: 20px;
}

body {
    overflow: hidden;
    height: 100%;
}

img {
    max-width: 100%;
}

i {
    font-style: italic;
}

strong {
    font-weight: 700;
}

p,
.text-normal {
    font-size: 14px;
    line-height: 1.3;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.small-text {
    font-size: 12px;
}

main {
    position: relative;
    z-index: 10;
}

i {
    font-style: italic;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 50px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #21263c;
    width: 4.5px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #21263c;
    border-radius: 50px;
}

* {
    scrollbar-color: #21263c #e2e2e2;
    scrollbar-width: thin;
}

.table-responsive {
    overflow-x: auto;
    max-height: 100%;
    display: flex;
}

.table {
    /*min-width: 800px;*/
    display: table;
    width: 100%;
    border-radius: 8px;
    overflow: auto;
    position: relative;
}

    .table thead {
        position: sticky;
        z-index: 2;
        top: 0;
    }

    .table tbody {
        max-height: calc(100% - 64px); /* Set your desired max height */
        overflow-y: auto;
        width: calc(100% - 3px);
    }

    .table th {
        background-color: #DEDEDE;
        text-align: left;
        padding: 22px 24px;
        color: #21263C;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
    }

@media (max-width: 1540px) {
    .table th {
        font-size: 12px;
        line-height: 1.3;
        padding: 22px 15px;
    }
}

.table td {
    padding: 22px 0 22px 4px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

.table tr:nth-child(even) td {
    background-color: rgba(53, 91, 110, 0.05);
}

.table--small tbody {
    max-height: calc(100% - 32px);
}

.table--small th {
    padding: 6px 0 6px 4px;
    font-size: 13px;
}

@media (max-width: 1540px) {
    .table--small th {
        font-size: 12px;
        line-height: 1.3;
        padding: 6px 5px 6px 4px;
    }
}

.table--small td {
    padding: 8px 0 8px 4px;
}

@media (max-width: 1540px) {
    .table--small td {
        font-size: 12px;
        line-height: 1.3;
        padding: 8px 5px 8px 4px;
    }
}

.table--vessels th {
    padding: 12px 0 12px 4px;
    align-content: center;
}

@media (max-width: 1540px) {
    .table--vessels th {
        font-size: 12px;
        line-height: 1.3;
        padding: 12px 5px 12px 4px;
    }
}

.table--vessels td {
    padding: 8px 0 8px 4px;
    font-size: 12px;
    color: #000;
    vertical-align: middle;
}

    .table--vessels td p {
        color: #000;
        font-size: 12px;
    }

@media (max-width: 1540px) {
    .table--vessels td {
        font-size: 10px;
        line-height: 1.3;
        padding: 8px 0 8px 4px;
    }

        .table--vessels td p {
            font-size: 10px;
        }
}

.table--vessels .line {
    width: 8px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 4px;
}

.table--vessels .line--yellow {
    background-color: #edad51;
}

.table--vessels .line--purple {
    background-color: #752145;
}

.table--vessels .line--orange {
    background-color: #ec7a62;
}

.small-table {
    display: table;
    width: 100%;
}

    .small-table th {
        padding: 16px 8px;
        text-align: left;
        border-bottom: 1px solid #D9D9D9;
    }

        .small-table th:last-child {
            padding: 16px 0;
            width: 100px;
        }

    .small-table td {
        padding: 4px 0;
        text-align: left;
    }

    .small-table tr:first-child td {
        padding-top: 8px;
    }

.box-green {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: block;
    background-color: #4AA82A;
}

    .box-green.box-light-green {
        background-color: #AAF591;
    }

    .box-green.box-light-orange {
        background-color: #EDAD51;
    }

    .box-green.box-light-red {
        background-color: #EC7A62;
    }

.divider {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-bottom: 12px;
}

.grid-item p {
    flex: 1;
}

    .grid-item p:nth-child(2) {
        text-align: center;
    }

    .grid-item p:nth-child(3) {
        text-align: right;
    }

/* ------------------------------------*\
    #HEADINGS
\*------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "REM", sans-serif;
}

    h1 > a,
    h2 > a,
    h3 > a,
    h4 > a,
    h5 > a,
    h6 > a {
        color: inherit;
    }

h1,
.h1 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.28px;
}

h2,
.h2 {
    font-size: 20px;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 14px;
    line-height: 1.2;
}

h4,
.h4 {
    font-size: 28px;
    line-height: 1.2;
}

h5,
.h5 {
    font-size: 25px;
    line-height: 1.2;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 1.2;
}

/* ------------------------------------*\
    #link
\*------------------------------------ */
a {
    color: #000;
    transition: color 0.3s ease;
    text-decoration: none;
}

    a:hover {
        color: black;
    }

    a:focus, a:active {
        outline: none;
        color: black;
    }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

    .row.reverse {
        flex-direction: row-reverse;
    }

.col.reverse {
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    justify-content: center;
    text-align: center;
}

.end-xs {
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    align-items: flex-start;
}

.middle-xs {
    align-items: center;
}

.bottom-xs {
    align-items: flex-end;
}

.around-xs {
    justify-content: space-around;
}

.between-xs {
    justify-content: space-between;
}

.first-xs {
    order: -1;
}

.last-xs {
    order: 1;
}

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem;
    }

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        align-items: flex-start;
    }

    .middle-sm {
        align-items: center;
    }

    .bottom-sm {
        align-items: flex-end;
    }

    .around-sm {
        justify-content: space-around;
    }

    .between-sm {
        justify-content: space-between;
    }

    .first-sm {
        order: -1;
    }

    .last-sm {
        order: 1;
    }
}

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem;
    }

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        justify-content: center;
        text-align: center;
    }

    .end-md {
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        align-items: flex-start;
    }

    .middle-md {
        align-items: center;
    }

    .bottom-md {
        align-items: flex-end;
    }

    .around-md {
        justify-content: space-around;
    }

    .between-md {
        justify-content: space-between;
    }

    .first-md {
        order: -1;
    }

    .last-md {
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        align-items: flex-start;
    }

    .middle-lg {
        align-items: center;
    }

    .bottom-lg {
        align-items: flex-end;
    }

    .around-lg {
        justify-content: space-around;
    }

    .between-lg {
        justify-content: space-between;
    }

    .first-lg {
        order: -1;
    }

    .last-lg {
        order: 1;
    }
}
/*------------------------------------*\
    #FLEXBOX
\*------------------------------------*/
.o-flex {
    display: flex;
}

.o-flex--column {
    flex-direction: column;
}

.o-flex--wrap {
    flex-wrap: wrap;
}

.o-flex--no-wrap {
    flex-wrap: nowrap;
}

.o-flex--center {
    align-items: center;
}

.o-flex--baseline {
    align-items: baseline;
}

.o-flex--stretch {
    align-items: stretch;
}

.o-flex--start {
    align-items: flex-start;
}

.o-flex--end {
    align-items: flex-end;
}

.o-flex--justify {
    justify-content: space-between;
}

.o-flex--justify-center {
    justify-content: center;
}

.o-flex--justify-around {
    justify-content: space-around;
}

.o-flex--right {
    justify-content: flex-end;
}

.o-flex--auto {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.o-flex--grow {
    flex: 1 0 auto;
}

.o-flex--none {
    flex: none;
}

.o-flex--first {
    order: -1;
}

.o-flex--last {
    order: 99999;
}

/* ------------------------------------*\
    #WRAPPER
\*------------------------------------ */
.o-container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1216px) {
    .o-container {
        max-width: calc(1240px + 20px * 2);
        padding-right: 20px;
        padding-left: 20px;
    }
}

.flag {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .flag .icon-wrapper--big {
        min-width: 80px;
        width: 80px;
        height: 80px;
        /*border-radius: 50%;*/
        overflow: hidden;
    }

        .flag .icon-wrapper--big img {
            width: 100%;
        }

/**
* Reset input styles.
*/
.input {
    -webkit-appearance: none;
    /* removing inner shadow on iOS inputs */
    -webkit-font-smoothing: inherit;
    box-sizing: border-box;
    transition: all 0.1s ease;
    background: none;
    border: none;
    color: #000;
    width: 100%;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    padding: 0;
    /* remove browser defaults */
    vertical-align: middle;
    width: 100%;
}

    .input:invalid {
        box-shadow: none;
        /* fixes mozilla red outline (shadow) */
    }

    .input[readonly] {
        cursor: text;
    }

    .input::-ms-clear {
        display: none;
        /* remove IE clear icon */
    }

    .input:not(:disabled).error {
        border-color: #F62C2C;
    }

    .input:not(:disabled):focus {
        outline: none;
    }

.input--primary {
    height: 32px;
    color: #637083;
    display: flex;
    font-size: 12px;
    align-items: center;
    background-color: transparent;
    padding: 0 16px;
    border: 1px solid #355B6E;
    border-radius: 8px;
    /**
   * @disabled
   */
}

    .input--primary:disabled {
        opacity: 0.5;
        cursor: not-allowed !important;
    }

.input--secondary {
    height: 32px;
    color: #637083;
    display: flex;
    font-size: 12px;
    align-items: center;
    background-color: transparent;
    padding: 0 16px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    /**
   * @disabled
   */
}

    .input--secondary:not(:disabled):focus {
        border-color: #408DFB;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .input--secondary:disabled {
        opacity: 0.5;
        cursor: not-allowed !important;
    }

.input--third {
    height: 32px;
    color: #637083;
    display: flex;
    font-size: 12px;
    align-items: center;
    background-color: transparent;
    padding: 0 16px;
    border: 1px solid #E4E7EC;
    border-radius: 32px;
    /**
   * @disabled
   */
}

    .input--third:disabled {
        opacity: 0.5;
        cursor: not-allowed !important;
    }

.input--fourth {
    height: 48px;
    color: #637083;
    display: flex;
    font-size: 16px;
    align-items: center;
    background-color: #FFF;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid #E4E7EC;
    box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
    /**
   * @disabled
   */
}

    .input--fourth:disabled {
        opacity: 0.5;
        cursor: not-allowed !important;
    }

.input--code {
    width: 54px;
    height: 71px;
    text-align: center;
}

.input--textarea {
    height: 100px;
    resize: none;
    padding: 5px 6px;
}

.input-box {
    margin-bottom: 20px;
    position: relative;
}

    .input-box p:not(.error) {
        margin-bottom: 4px;
        /*font-weight: 500;*/
        font-size: 14px;
        color: #141C25;
        text-shadow: 0px 1px 2px rgba(20, 28, 36, 0.04);
    }

    .input-box span.error {
        color: #F62C2C;
        font-size: 14px;
        margin-top: 5px;
    }

        .input-box span.error svg {
            margin-right: 5px;
        }

.input--textarea {
    height: 100px;
    resize: none;
    padding: 5px 6px;
}

.input-box {
    margin-bottom: 20px;
    position: relative;
}

.input-icon svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.input-icon .eye-open {
    display: none;
}

.input-icon .eye-close {
    display: block;
}

.input-icon.active .eye-open {
    display: block;
}

.input-icon.active .eye-close {
    display: none;
}

.input-dropdown {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 6;
    transform: translate(-50%, -14px);
    width: 663px;
    max-width: 80%;
    padding: 8px 16px 16px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 136px 42px 40px 0px rgba(201, 201, 201, 0), 87px 27px 37px 0px rgba(201, 201, 201, 0.01), 49px 15px 31px 0px rgba(201, 201, 201, 0.05), 22px 7px 23px 0px rgba(201, 201, 201, 0.09), 5px 2px 13px 0px rgba(201, 201, 201, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

    .input-dropdown.active {
        visibility: visible;
        opacity: 1;
    }

    .input-dropdown .input {
        font-size: 12px;
        color: #637083;
    }

    .input-dropdown ul {
        margin-bottom: 0;
        overflow: auto;
        max-height: 200px;
    }

        .input-dropdown ul a {
            font-size: 12px;
            color: #637083;
        }

        .input-dropdown ul li {
            margin-bottom: 10px;
        }

.check-box input, .radio-box input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.check-box label, .radio-box label {
    display: flex;
    align-items: center;
}

.radio-box {
    display: flex;
    margin-bottom: 15px;
}

    .radio-box .radio-icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #fff;
        background-color: transparent;
        margin-right: 5px;
        position: relative;
        transition: all 0.3s ease;
    }

        .radio-box .radio-icon:before {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            width: 10px;
            height: 10px;
            background-color: #20a0bc;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            transition: all 0.3s ease;
            visibility: hidden;
            opacity: 0;
        }

    .radio-box label {
        font-weight: 400;
        cursor: pointer;
    }

    .radio-box input:checked + label .radio-icon:before {
        visibility: visible;
        opacity: 1;
    }

    .radio-box input:disabled + label {
        pointer-events: none;
        opacity: 0.8;
        cursor: not-allowed;
    }

    .radio-box .radio-text {
        margin-bottom: 0;
        color: #fff;
        font-size: 18px;
    }

.check-box {
    vertical-align: middle;
    margin-bottom: 0;
}

    .check-box .check-icon {
        width: 20px;
        height: 20px;
        border-radius: 5px;
        border: 1px solid #D9D9D9;
        background-color: transparent;
        margin-right: 5px;
        position: relative;
        transition: all 0.3s ease;
    }

        .check-box .check-icon svg {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            transform: translate(-50%, -50%);
            transition: all 0.3s ease;
            visibility: hidden;
            opacity: 0;
        }

    .check-box label {
        font-weight: 400;
        cursor: pointer;
    }

    .check-box input:checked + label .check-icon {
        border-color: #408DFB;
    }

        .check-box input:checked + label .check-icon svg {
            visibility: visible;
            opacity: 1;
        }

    .check-box input:disabled + label {
        pointer-events: none;
        opacity: 0.8;
        cursor: not-allowed;
    }

    .check-box .check-text {
        margin-bottom: 0;
        color: #000;
        font-size: 13px;
    }

.input--tags {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

    .input--tags span {
        border-radius: 5px;
        background-color: #408DFB;
        padding: 0 10px;
        height: 20px;
        color: #fff;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

.button {
    -webkit-font-smoothing: inherit;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    transition: background-color 0.2s ease, color 0.2s ease;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    transition: all 0.2s ease;
    background-color: transparent;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    line-height: 1;
}

    .button:not(:disabled):active {
        outline: none;
        box-shadow: none !important;
        text-decoration: none;
    }

    .button:disabled {
        opacity: 0.5;
        cursor: not-allowed !important;
    }

@media (max-width: 480px) {
    .button {
        min-width: 0 !important;
        width: 100%;
    }
}

.button--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    width: auto;
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 8px;
    background: #408DFB;
    min-width: 144px;
}

    .button--primary:not(:disabled):hover, .button--primary:not(:disabled):focus, .button--primary:not(:disabled):active {
        color: #fff;
        background-color: #0e6ffa;
    }

.button--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    width: auto;
    padding: 0 20px;
    color: #000;
    border-radius: 8px;
    border: 1px solid #408DFB;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    min-width: 144px;
}

    .button--secondary:not(:disabled):hover, .button--secondary:not(:disabled):focus, .button--secondary:not(:disabled):active {
        color: #ffffff;
        background-color: #408DFB;
    }

.button--third {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    width: auto;
    padding: 0 20px;
    color: #000;
    border-radius: 8px;
    border: 1px solid #408DFB;
    background-color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    min-width: 144px;
}

    .button--third:not(:disabled):hover, .button--third:not(:disabled):focus, .button--third:not(:disabled):active {
        color: #ffffff;
        background-color: #408DFB;
    }

.button--danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    width: auto;
    padding: 0 20px;
    color: #fff;
    border-radius: 8px;
    background-color: #FF4D4D;
    font-size: 12px;
    text-decoration: none;
    min-width: 144px;
}

    .button--danger:not(:disabled):hover, .button--danger:not(:disabled):focus, .button--danger:not(:disabled):active {
        color: #ffffff;
        background-color: #e60000;
    }

.button--red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    width: auto;
    padding: 0 20px;
    color: #000;
    border-radius: 8px;
    border: 1px solid #FF4D4D;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    min-width: 144px;
}

    .button--red:not(:disabled):hover, .button--red:not(:disabled):focus, .button--red:not(:disabled):active {
        color: #ffffff;
        background-color: #FF4D4D;
    }


.button--orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    width: auto;
    padding: 0 20px;
    color: #000;
    border-radius: 8px;
    border: 1px solid #edad51;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    min-width: 144px;
}

    .button--orange:not(:disabled):hover, .button--orange:not(:disabled):focus, .button--orange:not(:disabled):active {
        color: #ffffff;
        background-color: #edad51;
    }

.button--green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    width: auto;
    padding: 0 20px;
    color: #000;
    border-radius: 8px;
    border: 1px solid #28d313;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    min-width: 144px;
}

    .button--green:not(:disabled):hover, .button--green:not(:disabled):focus, .button--green:not(:disabled):active {
        color: #ffffff;
        background-color: #28d313;
    }

.button-tab {
    height: auto;
    padding: 24px;
    min-width: 310px;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

    .modal.active {
        visibility: visible;
        opacity: 1;
    }

.modal__overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.modal__content {
    border-radius: 8px;
    background: #FFF;
    position: relative;
    z-index: 2;
    width: 670px;
    padding: 24px;
}

    .modal__content .close {
        position: absolute;
        top: 24px;
        right: 24px;
    }

    .modal__content h2 {
        margin-bottom: 30px;
    }

.modal--error .modal__content {
    width: 414px;
    padding: 16px 24px 24px;
    border-radius: 24px;
}

    .modal--error .modal__content .button {
        height: 48px;
        font-size: 16px;
        width: 182px;
    }

main {
    height: 100%;
    display: flex;
}

.auth {
    background-color: #F5F6FA;
    display: flex;
    height: 100dvh;
    width: 100%;
}

    .auth form {
        min-width: 382px;
        margin-bottom: 30px;
    }

    .auth .button {
        height: 48px;
        font-size: 16px;
        font-weight: 400;
    }

    .auth .text {
        max-width: 624px;
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        font-weight: 400;
        color: #637083;
    }

        .auth .text a {
            color: #637083;
        }

.form-wrapper {
    background-color: #F5F6FA;
    flex: 1 1 50%;
    overflow: auto;
    padding: 50px;
    min-width: 50%;
}

.slider-wrapper {
    background-color: #21263C;
    flex: 1 1 50%;
    min-width: 50%;
}

.aside {
    flex: 1 1 316px;
    background-color: #21263c;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

    .aside.active {
        flex: 0 0 auto;
        width: 72px;
    }

        .aside.active .flag__content {
            display: none;
        }

        .aside.active .aside__header {
            padding: 32px 12px 12px;
        }

        .aside.active .aside__heading {
            display: none;
        }

        .aside.active .aside__content {
            display: flex;
            flex-direction: column;
            padding: 28px 10px;
        }

            .aside.active .aside__content .o-flex--right {
                display: block;
                text-align: center;
            }

            .aside.active .aside__content .left-aside-trigger {
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .aside.active .aside__content .left-aside-trigger svg {
                    transform: rotate(180deg);
                }

        .aside.active .aside__list {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #fff;
        }

        .aside.active li {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .aside.active li a {
                padding: 0;
                height: 40px;
                width: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .aside.active li a span {
                    display: none;
                }

.aside__header {
    background-color: #fff;
    padding: 32px 24px;
}

    .aside__header .icon-wrapper {
        min-width: 48px;
        width: 48px;
        height: 48px;
        /*border-radius: 50%;*/
        overflow: hidden;
    }

.aside__content {
    overflow: auto;
    flex: 1 1 100%;
    padding: 28px 24px;
}

.aside__heading {
    margin-bottom: 20px;
}

    .aside__heading h3 {
        margin-bottom: 0;
        color: #fff;
    }

.aside__list {
    margin-bottom: 20px;
}

    .aside__list a {
        color: #fff;
        font-size: 14px;
        gap: 8px;
        padding: 6px 16px;
        border-radius: 8px;
    }

        .aside__list a.active {
            background: #408dfb;
        }

.main-content {
    flex: 1 1 calc(100% - 316px);
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.card {
    border-radius: 16px;
    background-color: #fff;
    padding: 10px;
}

.card-heading {
    margin-bottom: 5px;
}

    .card-heading .breadcrumb {
        gap: 3px;
    }

.action-box {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .action-box ul {
        gap: 10px;
        margin-right: 24px;
    }

    .action-box .input-box {
        flex: 1 1 100%;
    }

        .action-box .input-box svg {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translate(0, -50%);
        }

.steps-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 104px;
}

    .steps-nav li {
        position: relative;
    }

        .steps-nav li.active .circle {
            background-color: #408dfb;
        }

        .steps-nav li.active:before {
            background-color: #408dfb !important;
        }

        .steps-nav li .circle {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background-color: #d9d9d9;
            transition: all 0.3s ease-in-out;
        }

        .steps-nav li:not(:last-child):before {
            position: absolute;
            left: 100%;
            top: 50%;
            width: 98px;
            height: 1px;
            content: "";
            transition: all 0.3s ease-in-out;
            background-color: #d9d9d9;
            margin-left: 3px;
        }

        .steps-nav li span {
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translate(-50%, 10px);
            color: #000;
            font-size: 12px;
            white-space: nowrap;
        }

.aside-trigger {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #EDAD51;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .aside-trigger .trigger-icon2 {
        display: none;
    }

    .aside-trigger.active .trigger-icon1 {
        display: none;
    }

    .aside-trigger.active .trigger-icon2 {
        display: block;
    }

.grid {
    display: flex;
    gap: 10px;
    height: calc(100% - 164px);
}

    .grid .card {
        width: 100%;
    }

    .grid .grid-row p {
        font-size: 12px;
        white-space: nowrap;
    }

    .grid .grid-row .input-box {
        margin-top: 20px;
    }

.right-aside {
    width: 316px;
    max-height: 100%;
    min-width: 316px;
    border-radius: 8px;
    background: #408dfb;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

    .right-aside.active {
        visibility: visible;
        opacity: 1;
    }

    .right-aside h2,
    .right-aside h3 {
        color: #fff;
    }

    .right-aside p {
        font-size: 12px;
        color: #fff;
    }

.right-aside__top {
    margin-bottom: 40px;
}

.right-aside__bottom p {
    font-size: 12px;
}

.right-aside__bottom a {
    font-weight: 700;
    color: #fff;
}

.pagination {
    margin-bottom: 0;
    gap: 4px;
}

    .pagination li {
        display: flex;
        align-items: center;
    }

    .pagination a {
        display: flex;
        align-items: center;
    }

    .pagination span {
        white-space: nowrap;
        color: #637083;
        font-size: 12px;
        margin: 0 4px;
    }

.tabs {
    gap: 24px;
    display: inline-flex;
    border-bottom: 3px solid #F5F7F8;
}

    .tabs a {
        color: #D9D9D9;
        font-size: 20px;
        line-height: 28px;
        padding: 4px 0;
        position: relative;
    }

        .tabs a:before {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 100%;
            content: "";
            background-color: #21263c;
            visibility: hidden;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .tabs a.active {
            font-weight: 700;
            color: #21263c;
        }

            .tabs a.active:before {
                visibility: visible;
                opacity: 1;
            }

.owl-carousel .item {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 135px;
}

    .owl-carousel .item img {
        width: initial;
        max-width: 100%;
        height: auto;
    }

    .owl-carousel .item h1 {
        color: #fff;
        margin-top: 60px;
        margin-bottom: 15px;
    }

    .owl-carousel .item p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0;
    }

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 60px;
}

    .owl-carousel .owl-dots .owl-dot.active span {
        background-color: #fff;
    }

    .owl-carousel .owl-dots span {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: block;
    }

.timeline-wrapper h2 {
    font-family: "Inter", sans-serif;
    background: #fff;
}

.timeline-wrapper .timeline-list {
    position: relative;
}

    .timeline-wrapper .timeline-list:before {
        content: "";
        position: absolute;
        left: 38px;
        top: 45px;
        height: 100%;
        width: 1px;
        background-color: #000;
    }

.timeline-wrapper .icon-wrapper {
    background-color: #fff;
    margin-right: 26px;
    margin-top: 12px;
    padding: 4px 0;
}

.timeline-wrapper .content-wrapper {
    border-radius: 16px;
    background: #F5F7F8;
    padding: 16px;
    width: 100%;
}

    .timeline-wrapper .content-wrapper .divider {
        margin: 8px 0;
    }

    .timeline-wrapper .content-wrapper p:last-child {
        margin-bottom: 0;
    }

.timeline-wrapper li {
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.timeline-wrapper .list-item {
    padding-left: 26px;
    margin-bottom: 8px;
    gap: 16px;
    align-items: flex-start;
}

.timeline-wrapper .file-list {
    gap: 16px;
}

.timeline-wrapper .file-list__item {
    border-radius: 8px;
    background: #FFF;
    flex: 0 0 16.66%;
    overflow: hidden;
    min-width: 200px;
}

.timeline-wrapper .file-list__item-img {
    aspect-ratio: 1/0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.timeline-wrapper .file-list__item-body {
    padding: 8px;
}

    .timeline-wrapper .file-list__item-body p {
        margin-bottom: 16px;
    }

    .timeline-wrapper .file-list__item-body small {
        color: #D9D9D9;
        font-size: 12px;
    }

.list-bottom-border li {
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0;
}

.big-text {
    font-size: 48px;
}

/*------------------------------------*\
    #TRUMPS - HELPERS
\*------------------------------------*/
.is-hidden {
    display: none !important;
}

.is-invisible {
    visibility: hidden !important;
}

.is-scrollable-y {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.is-scrollable-x {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.u-no-transition,
.u-no-transition * {
    transition: none !important;
}

.u-full-heght {
    height: 100% !important;
}

.u-text-center {
    text-align: center !important;
}

.u-text-left {
    text-align: left !important;
}

.u-text-right {
    text-align: right !important;
}

.u-align-middle {
    vertical-align: middle !important;
}

.u-align-top {
    vertical-align: top !important;
}

.u-align-bottom {
    vertical-align: bottom !important;
}

.u-float-left {
    float: left !important;
}

.u-float-right {
    float: right !important;
}

.u-inline-block {
    display: inline-block !important;
}

.u-display-block {
    display: block !important;
}

.relative {
    position: relative !important;
}

.u-text-uppercase {
    text-transform: uppercase !important;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.max-h-100 {
    max-height: 100%;
}

.max-h-50 {
    max-height: 50%;
}

.min-w-auto {
    min-width: auto;
}

.min-w-100px {
    min-width: 100px;
}

.min-w-120px {
    min-width: 120px;
}

.min-w-150px {
    min-width: 150px;
    text-wrap: auto !important;
}

.w-150px {
    width: 150px;
    text-wrap: auto !important;
}

.w-fullwidht-minus-150px {
    width: Calc(100% - 150px);
}

.u-font-500 {
    font-weight: 500 !important;
}

.u-font-300 {
    font-weight: 300 !important;
}

.u-font-400 {
    font-weight: 400 !important;
}

.u-font-600 {
    font-weight: 600 !important;
}

.u-font-700 {
    font-weight: 700 !important;
}

.u-font-800 {
    font-weight: 800 !important;
}

.clr-white {
    color: #fff !important;
}

.clr-blue {
    color: #408DFB !important;
}

.no-wrap {
    white-space: nowrap;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

/* ------------------------------------*\
    #TRUMPS - SPACING
\*------------------------------------ */
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
      * Margin helper classes.
      *
      * Add margins.
      */
.m {
    margin: 20px !important;
}

.mt {
    margin-top: 20px !important;
}

.mr {
    margin-right: 20px !important;
}

.mb {
    margin-bottom: 20px !important;
}

.ml {
    margin-left: 20px !important;
}

.mh {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.mv {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/**
      * Add extratiny margins.
      */
.m--- {
    margin: calc(20px / 8) !important;
}

.mt--- {
    margin-top: calc(20px / 8) !important;
}

.mr--- {
    margin-right: calc(20px / 8) !important;
}

.mb--- {
    margin-bottom: calc(20px / 8) !important;
}

.ml--- {
    margin-left: calc(20px / 8) !important;
}

.mh--- {
    margin-right: calc(20px / 8) !important;
    margin-left: calc(20px / 8) !important;
}

.mv--- {
    margin-top: calc(20px / 8) !important;
    margin-bottom: calc(20px / 8) !important;
}

/**
      * Add tiny margins.
      */
.m-- {
    margin: calc(20px / 4) !important;
}

.mt-- {
    margin-top: calc(20px / 4) !important;
}

.mr-- {
    margin-right: calc(20px / 4) !important;
}

.mb-- {
    margin-bottom: calc(20px / 4) !important;
}

.ml-- {
    margin-left: calc(20px / 4) !important;
}

.mh-- {
    margin-right: calc(20px / 4) !important;
    margin-left: calc(20px / 4) !important;
}

.mv-- {
    margin-top: calc(20px / 4) !important;
    margin-bottom: calc(20px / 4) !important;
}

/**
      * Add small margins.
      */
.m- {
    margin: calc(20px / 2) !important;
}

.mt- {
    margin-top: calc(20px / 2) !important;
}

.mr- {
    margin-right: calc(20px / 2) !important;
}

.mb- {
    margin-bottom: calc(20px / 2) !important;
}

.ml- {
    margin-left: calc(20px / 2) !important;
}

.mh- {
    margin-right: calc(20px / 2) !important;
    margin-left: calc(20px / 2) !important;
}

.mv- {
    margin-top: calc(20px / 2) !important;
    margin-bottom: calc(20px / 2) !important;
}

/**
      * Add large margins.
      */
.m\+ {
    margin: calc(20px * 2) !important;
}

.mt\+ {
    margin-top: calc(20px * 2) !important;
}

.mr\+ {
    margin-right: calc(20px * 2) !important;
}

.mb\+ {
    margin-bottom: calc(20px * 2) !important;
}

.ml\+ {
    margin-left: calc(20px * 2) !important;
}

.mh\+ {
    margin-right: calc(20px * 2) !important;
    margin-left: calc(20px * 2) !important;
}

.mv\+ {
    margin-top: calc(20px * 2) !important;
    margin-bottom: calc(20px * 2) !important;
}

/**
      * Add huge margins.
      */
.m\+\+ {
    margin: calc(20px * 4) !important;
}

.mt\+\+ {
    margin-top: calc(20px * 4) !important;
}

.mr\+\+ {
    margin-right: calc(20px * 4) !important;
}

.mb\+\+ {
    margin-bottom: calc(20px * 4) !important;
}

.ml\+\+ {
    margin-left: calc(20px * 4) !important;
}

.mh\+\+ {
    margin-right: calc(20px * 4) !important;
    margin-left: calc(20px * 4) !important;
}

.mv\+\+ {
    margin-top: calc(20px * 4) !important;
    margin-bottom: calc(20px * 4) !important;
}

/**
      * Remove margins.
      */
.m0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/**
      * Negative margins.
      */
.-m {
    margin: calc(20px * -1) !important;
}

.-mt {
    margin-top: calc(20px * -1) !important;
}

.-mr {
    margin-right: calc(20px * -1) !important;
}

.-mb {
    margin-bottom: calc(20px * -1) !important;
}

.-ml {
    margin-left: calc(20px * -1) !important;
}

.-mh {
    margin-right: calc(20px * -1) !important;
    margin-left: calc(20px * -1) !important;
}

.-mv {
    margin-top: calc(20px * -1) !important;
    margin-bottom: calc(20px * -1) !important;
}

/**
      * Tiny negative margins.
      */
.-m-- {
    margin: calc(calc(20px / 4) * -1) !important;
}

.-mt-- {
    margin-top: calc(calc(20px / 4) * -1) !important;
}

.-mr-- {
    margin-right: calc(calc(20px / 4) * -1) !important;
}

.-mb-- {
    margin-bottom: calc(calc(20px / 4) * -1) !important;
}

.-ml-- {
    margin-left: calc(calc(20px / 4) * -1) !important;
}

.-mh-- {
    margin-right: calc(calc(20px / 4) * -1) !important;
    margin-left: calc(calc(20px / 4) * -1) !important;
}

.-mv-- {
    margin-top: calc(calc(20px / 4) * -1) !important;
    margin-bottom: calc(calc(20px / 4) * -1) !important;
}

/**
      * Small negative margins.
      */
.-m- {
    margin: calc(calc(20px / 2) * -1) !important;
}

.-mt- {
    margin-top: calc(calc(20px / 2) * -1) !important;
}

.-mr- {
    margin-right: calc(calc(20px / 2) * -1) !important;
}

.-mb- {
    margin-bottom: calc(calc(20px / 2) * -1) !important;
}

.-ml- {
    margin-left: calc(calc(20px / 2) * -1) !important;
}

.-mh- {
    margin-right: calc(calc(20px / 2) * -1) !important;
    margin-left: calc(calc(20px / 2) * -1) !important;
}

.-mv- {
    margin-top: calc(calc(20px / 2) * -1) !important;
    margin-bottom: calc(calc(20px / 2) * -1) !important;
}

/**
      * Large negative margins.
      */
.-m\+ {
    margin: calc(calc(20px * 2) * -1) !important;
}

.-mt\+ {
    margin-top: calc(calc(20px * 2) * -1) !important;
}

.-mr\+ {
    margin-right: calc(calc(20px * 2) * -1) !important;
}

.-mb\+ {
    margin-bottom: calc(calc(20px * 2) * -1) !important;
}

.-ml\+ {
    margin-left: calc(calc(20px * 2) * -1) !important;
}

.-mh\+ {
    margin-right: calc(calc(20px * 2) * -1) !important;
    margin-left: calc(calc(20px * 2) * -1) !important;
}

.-mv\+ {
    margin-top: calc(calc(20px * 2) * -1) !important;
    margin-bottom: calc(calc(20px * 2) * -1) !important;
}

/**
      * Huge negative margins.
      */
.-m\+\+ {
    margin: calc(calc(20px * 4) * -1) !important;
}

.-mt\+\+ {
    margin-top: calc(calc(20px * 4) * -1) !important;
}

.-mr\+\+ {
    margin-right: calc(calc(20px * 4) * -1) !important;
}

.-mb\+\+ {
    margin-bottom: calc(calc(20px * 4) * -1) !important;
}

.-ml\+\+ {
    margin-left: calc(calc(20px * 4) * -1) !important;
}

.-mh\+\+ {
    margin-right: calc(calc(20px * 4) * -1) !important;
    margin-left: calc(calc(20px * 4) * -1) !important;
}

.-mv\+\+ {
    margin-top: calc(calc(20px * 4) * -1) !important;
    margin-bottom: calc(calc(20px * 4) * -1) !important;
}

/**
      * Padding helper classes.
      *
      * Add paddings.
      */
.p {
    padding: 20px !important;
}

.pt {
    padding-top: 20px !important;
}

.pr {
    padding-right: 20px !important;
}

.pb {
    padding-bottom: 20px !important;
}

.pl {
    padding-left: 20px !important;
}

.ph {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.pv {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/**
      * Add tiny paddings.
      */
.p-- {
    padding: calc(20px / 4) !important;
}

.pt-- {
    padding-top: calc(20px / 4) !important;
}

.pr-- {
    padding-right: calc(20px / 4) !important;
}

.pb-- {
    padding-bottom: calc(20px / 4) !important;
}

.pl-- {
    padding-left: calc(20px / 4) !important;
}

.ph-- {
    padding-right: calc(20px / 4) !important;
    padding-left: calc(20px / 4) !important;
}

.pv-- {
    padding-top: calc(20px / 4) !important;
    padding-bottom: calc(20px / 4) !important;
}

/**
      * Add small paddings.
      */
.p- {
    padding: calc(20px / 2) !important;
}

.pt- {
    padding-top: calc(20px / 2) !important;
}

.pr- {
    padding-right: calc(20px / 2) !important;
}

.pb- {
    padding-bottom: calc(20px / 2) !important;
}

.pl- {
    padding-left: calc(20px / 2) !important;
}

.ph- {
    padding-right: calc(20px / 2) !important;
    padding-left: calc(20px / 2) !important;
}

.pv- {
    padding-top: calc(20px / 2) !important;
    padding-bottom: calc(20px / 2) !important;
}

/**
      * Add large paddings.
      */
.p\+ {
    padding: calc(20px * 2) !important;
}

.pt\+ {
    padding-top: calc(20px * 2) !important;
}

.pr\+ {
    padding-right: calc(20px * 2) !important;
}

.pb\+ {
    padding-bottom: calc(20px * 2) !important;
}

.pl\+ {
    padding-left: calc(20px * 2) !important;
}

.ph\+ {
    padding-right: calc(20px * 2) !important;
    padding-left: calc(20px * 2) !important;
}

.pv\+ {
    padding-top: calc(20px * 2) !important;
    padding-bottom: calc(20px * 2) !important;
}

/**
      * Add huge paddings.
      */
.p\+\+ {
    padding: calc(20px * 4) !important;
}

.pt\+\+ {
    padding-top: calc(20px * 4) !important;
}

.pr\+\+ {
    padding-right: calc(20px * 4) !important;
}

.pb\+\+ {
    padding-bottom: calc(20px * 4) !important;
}

.pl\+\+ {
    padding-left: calc(20px * 4) !important;
}

.ph\+\+ {
    padding-right: calc(20px * 4) !important;
    padding-left: calc(20px * 4) !important;
}

.pv\+\+ {
    padding-top: calc(20px * 4) !important;
    padding-bottom: calc(20px * 4) !important;
}

/**
      * Remove paddings.
      */
.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/*# sourceMappingURL=app.css.map */
