.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(ajax-loader.0b80f665935ef7de.gif) center center
        no-repeat;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(slick.25572f22d77029da.eot);
    src: url(slick.25572f22d77029da.eot?#iefix) format("embedded-opentype"),
        url(slick.653a4cbba6e1a2b3.woff) format("woff"),
        url(slick.6aa1ee46202fac6e.ttf) format("truetype"),
        url(slick.f895cfdf693e6229.svg#slick) format("svg");
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "\2190";
}
[dir="rtl"] .slick-prev:before {
    content: "\2192";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "\2192";
}
[dir="rtl"] .slick-next:before {
    content: "\2190";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\2022";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #da291c;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #4bb312;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #4bb312;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #da291c;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #6196a8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #436c7a;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1,
.h1 {
    font-size: 2.5rem;
}
h2,
.h2 {
    font-size: 2rem;
}
h3,
.h3 {
    font-size: 1.75rem;
}
h4,
.h4 {
    font-size: 1.5rem;
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
    font-size: 80%;
    font-weight: 400;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014\a0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
        Courier New, monospace;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #fff;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #0000000d;
}
.table-hover tbody tr:hover {
    background-color: #00000013;
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #cdeabd;
}
.table-hover .table-success:hover {
    background-color: #bee4aa;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #bee4aa;
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c3bf;
}
.table-hover .table-danger:hover {
    background-color: #f2aea9;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f2aea9;
}
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
    background-color: #00000013;
}
.table-hover .table-active:hover {
    background-color: #00000013;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #00000013;
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff0d;
}
.table-dark.table-hover tbody tr:hover {
    background-color: #ffffff13;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm
    > .input-group-prepend
    > .form-control-plaintext.input-group-text,
.input-group-sm
    > .input-group-append
    > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg
    > .input-group-prepend
    > .form-control-plaintext.input-group-text,
.input-group-lg
    > .input-group-append
    > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm
    > .input-group-prepend
    > select.input-group-text:not([size]):not([multiple]),
.input-group-sm
    > .input-group-append
    > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg
    > .input-group-prepend
    > select.input-group-text:not([size]):not([multiple]),
.input-group-lg
    > .input-group-append
    > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #4bb312;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: #4bb312cc;
    border-radius: 0.2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #4bb312;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #4bb312;
    box-shadow: 0 0 0 0.2rem #4bb31240;
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #4bb312;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #4bb312;
}
.was-validated .custom-control-input:valid ~ .custom-control-label:before,
.custom-control-input.is-valid ~ .custom-control-label:before {
    background-color: #8cee56;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label:before,
.custom-control-input.is-valid:checked ~ .custom-control-label:before {
    background-color: #5ee117;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before,
.custom-control-input.is-valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #4bb31240;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #4bb312;
}
.was-validated .custom-file-input:valid ~ .custom-file-label:before,
.custom-file-input.is-valid ~ .custom-file-label:before {
    border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem #4bb31240;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #da291c;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: #da291ccc;
    border-radius: 0.2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #da291c;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #da291c;
    box-shadow: 0 0 0 0.2rem #da291c40;
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #da291c;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #da291c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label:before,
.custom-control-input.is-invalid ~ .custom-control-label:before {
    background-color: #ef8d86;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label:before,
.custom-control-input.is-invalid:checked ~ .custom-control-label:before {
    background-color: #e74e42;
}
.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label:before,
.custom-control-input.is-invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #da291c40;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #da291c;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label:before,
.custom-file-input.is-invalid ~ .custom-file-label:before {
    border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem #da291c40;
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem #007bff80;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #007bff80;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.btn-success {
    color: #fff;
    background-color: #4bb312;
    border-color: #4bb312;
}
.btn-success:hover {
    color: #fff;
    background-color: #3c900f;
    border-color: #38850d;
}
.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem #4bb31280;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #4bb312;
    border-color: #4bb312;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #38850d;
    border-color: #33790c;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #4bb31280;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.btn-danger {
    color: #fff;
    background-color: #da291c;
    border-color: #da291c;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b82318;
    border-color: #ad2116;
}
.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem #da291c80;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #da291c;
    border-color: #da291c;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ad2116;
    border-color: #a21e15;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #da291c80;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem #007bff80;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #007bff80;
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.btn-outline-success {
    color: #4bb312;
    background-color: transparent;
    background-image: none;
    border-color: #4bb312;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #4bb312;
    border-color: #4bb312;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem #4bb31280;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #4bb312;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4bb312;
    border-color: #4bb312;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #4bb31280;
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.btn-outline-danger {
    color: #da291c;
    background-color: transparent;
    background-image: none;
    border-color: #da291c;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #da291c;
    border-color: #da291c;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem #da291c80;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #da291c;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #da291c;
    border-color: #da291c;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #da291c80;
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-link {
    font-weight: 400;
    color: #6196a8;
    background-color: transparent;
}
.btn-link:hover {
    color: #436c7a;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
tr.collapse.show {
    display: table-row;
}
tbody.collapse.show {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle:after {
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after {
    margin-left: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
    z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-control-input:active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-control-label {
    margin-bottom: 0;
}
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label:after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label:before {
    background-color: #007bff;
}
.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label:before {
    background-color: #007bff80;
}
.custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label:before {
    background-color: #007bff80;
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label:before {
    background-color: #007bff80;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #ffffff
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px #00000013, 0 0 5px #80bdff80;
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-file-input:focus ~ .custom-file-control:before {
    border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.25rem + 0px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}
.navbar-light .navbar-brand {
    color: #000000e6;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #000000e6;
}
.navbar-light .navbar-nav .nav-link {
    color: #00000080;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #000000b3;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: #0000004d;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #000000e6;
}
.navbar-light .navbar-toggler {
    color: #00000080;
    border-color: #0000001a;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: #00000080;
}
.navbar-light .navbar-text a {
    color: #000000e6;
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: #000000e6;
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff80;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffffbf;
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: #ffffff40;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: #ffffff80;
    border-color: #ffffff1a;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: #ffffff80;
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #00000008;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #00000008;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    inset: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
    display: flex;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: flex;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-img-top,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-img-bottom,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-header,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-footer {
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6196a8;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #436c7a;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}
.badge-success {
    color: #fff;
    background-color: #4bb312;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #38850d;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}
.badge-danger {
    color: #fff;
    background-color: #da291c;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ad2116;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-for-two-note {
    position: relative;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #275d09;
    background-color: #dbf0d0;
    border-color: #cdeabd;
}
.alert-success hr {
    border-top-color: #bee4aa;
}
.alert-success .alert-link {
    color: #142f05;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #71150f;
    background-color: #f8d4d2;
    border-color: #f5c3bf;
}
.alert-danger hr {
    border-top-color: #f2aea9;
}
.alert-danger .alert-link {
    color: #440d09;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #275d09;
    background-color: #cdeabd;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #275d09;
    background-color: #bee4aa;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #275d09;
    border-color: #275d09;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #71150f;
    background-color: #f5c3bf;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #71150f;
    background-color: #f2aea9;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #71150f;
    border-color: #71150f;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-25%);
}
.modal.show .modal-dialog {
    transform: translate(0);
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow:before,
.bs-tooltip-auto[x-placement^="top"] .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow:before,
.bs-tooltip-auto[x-placement^="right"] .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow:before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow:before,
.bs-tooltip-auto[x-placement^="left"] .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow:before,
.popover .arrow:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow:before,
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:after {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow:before,
.bs-popover-auto[x-placement^="top"] .arrow:before {
    bottom: 0;
    border-top-color: #00000040;
}
.bs-popover-top .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:after {
    bottom: 1px;
    border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-right .arrow:before,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow:before,
.bs-popover-auto[x-placement^="right"] .arrow:before {
    left: 0;
    border-right-color: #00000040;
}
.bs-popover-right .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:after {
    left: 1px;
    border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow:before,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow:before,
.bs-popover-auto[x-placement^="bottom"] .arrow:before {
    top: 0;
    border-bottom-color: #00000040;
}
.bs-popover-bottom .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header:before,
.bs-popover-auto[x-placement^="bottom"] .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-left .arrow:before,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow:before,
.bs-popover-auto[x-placement^="left"] .arrow:before {
    right: 0;
    border-left-color: #00000040;
}
.bs-popover-left .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:after {
    right: 1px;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateZ(0);
    }
}
.carousel-item-next,
.active.carousel-item-right {
    transform: translate(100%);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}
.carousel-item-prev,
.active.carousel-item-left {
    transform: translate(-100%);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #ffffff80;
}
.carousel-indicators li:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #4bb312 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #38850d !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #da291c !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #ad2116 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #4bb312 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #da291c !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.8571428571%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important;
}
.text-success {
    color: #4bb312 !important;
}
a.text-success:hover,
a.text-success:focus {
    color: #38850d !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important;
}
.text-danger {
    color: #da291c !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #ad2116 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    *:before,
    *:after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body,
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
/*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
@font-face {
    font-family: FontAwesome;
    src: url(fontawesome-webfont.2b13baa7dd4f54c9.eot);
    src: url(fontawesome-webfont.2b13baa7dd4f54c9.eot?#iefix)
            format("embedded-opentype"),
        url(fontawesome-webfont.e9955780856cf8aa.woff2) format("woff2"),
        url(fontawesome-webfont.cf011583fb81df9f.woff) format("woff"),
        url(fontawesome-webfont.8a7cb27d142e3e19.ttf) format("truetype"),
        url(fontawesome-webfont.da909aa098b0ee2d.svg#fontawesomeregular)
            format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.8571428571em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: FS Matthew, sans-serif, Arial, sans-serif;
    direction: ltr;
    background: rgba(192, 192, 192, 0.15);
}
html {
    width: 100%;
    height: 100%;
}
.clearfix {
    display: block;
    clear: both;
}
.img-full img {
    width: 100%;
    height: auto;
}
.alpha {
    padding-left: 0;
}
.omega {
    padding-right: 0;
}
.col-center {
    float: none;
    margin: auto;
}
.center {
    text-align: center;
}
strong {
    font-weight: 700;
}
a,
a:focus,
a:hover {
    outline: none;
    color: inherit;
    text-decoration: none;
}
a,
button,
ul li,
span,
div {
    transition: color 0.2s ease-out, background 0.2s ease-in;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: FS Matthew Medium, sans-serif;
    color: #003087;
}
.progress {
    height: 0.5rem !important;
}
@font-face {
    font-family: neosans;
    font-style: otf;
    font-weight: 400;
    src: url(NeoSansArabic.c9c83f4b87375dcb.otf) format("opentype"),
        url(NeoSansArabic.6b5a60c0c8cae062.eot?) format("eot"),
        url(NeoSansArabic.424a8c3f05f9e9e6.woff2) format("woff2"),
        url(NeoSansArabic.0429e1d97eb2a26f.woff) format("woff"),
        url(NeoSansArabic.6853b1f855c51299.ttf) format("truetype");
}
@font-face {
    font-family: FS Matthew Bold;
    src: url(FSMatthew-Bold.5dd7634d615f96db.eot);
    src: url(FSMatthew-Bold.5dd7634d615f96db.eot?#iefix)
            format("embedded-opentype"),
        url(FSMatthew-Bold.3007d5acfd6d34cf.woff) format("woff"),
        url(FSMatthew-Bold.c6d78dbd675b0973.ttf) format("truetype"),
        url(FSMatthew-Bold.f8e1e7ccedde0198.svg#FSMatthew-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: FS Matthew Light;
    src: url(FSMatthew-Light.b526fd6350dbe88a.eot);
    src: url(FSMatthew-Light.b526fd6350dbe88a.eot?#iefix)
            format("embedded-opentype"),
        url(FSMatthew-Light.8dc872434483aedd.woff) format("woff"),
        url(FSMatthew-Light.d978b155551f1cbd.ttf) format("truetype"),
        url(FSMatthew-Light.61d7ffac32292915.svg#FSMatthew-Light) format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: FS Matthew Medium;
    src: url(FSMatthew-Medium.f55f6d1d589c843e.eot);
    src: url(FSMatthew-Medium.f55f6d1d589c843e.eot?#iefix)
            format("embedded-opentype"),
        url(FSMatthew-Medium.4deb2fd15abfcaa9.woff) format("woff"),
        url(FSMatthew-Medium.2832cd203804be1a.ttf) format("truetype"),
        url(FSMatthew-Medium.d0c3574f3c22ff6d.svg#FSMatthew-Medium)
            format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: FS Matthew;
    src: url(FSMatthew.307b4de20ca51f54.eot);
    src: url(FSMatthew.307b4de20ca51f54.eot?#iefix) format("embedded-opentype"),
        url(FSMatthew.a8715df2e1a006be.woff) format("woff"),
        url(FSMatthew.b95e3c699c8abd60.ttf) format("truetype"),
        url(FSMatthew.8d4cf75c8ddf1192.svg#FSMatthew) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Graphik Regular;
    src: url(Graphik-Regular.b893b60912fe51a0.eot);
    src: url(Graphik-Regular.b893b60912fe51a0.eot?#iefix)
            format("embedded-opentype"),
        url(Graphik-Regular.82a4e2f87524dca2.woff) format("woff"),
        url(Graphik-Regular.5863dc867561b465.ttf) format("truetype"),
        url(Graphik-Regular.71eecb8b2861fbb8.svg#Graphik-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.white-box {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 20px;
}
.block-spacer {
    padding-bottom: 60px;
}
.half-block-spacer {
    padding-bottom: 30px;
}
.quarter-block-spacer {
    padding-bottom: 15px;
}
.padding-right-40 {
    padding-right: 40px;
}
.padding-left-40 {
    padding-left: 40px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.padding-top-0 {
    padding-top: 0 !important;
}
.position-relative {
    position: relative;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-right-0 {
    margin-right: 0 !important;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.pd-0 {
    padding: 0 !important;
}
.pd-20 {
    padding: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.min-height-auto {
    min-height: auto !important;
}
.color-red {
    color: #da291c;
}
.color-blue {
    color: #003087b3;
}
.give-me-space {
    padding-top: 30px;
    padding-bottom: 20px;
}
.form-box {
    padding-left: 60px;
    padding-right: 60px;
}
.dashed-line {
    border: 1px dashed #ddd;
}
.dashed-line-with-spacing {
    border-top: 1px dashed #ddd;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}
.form-buttons {
    text-align: right;
}
ul.square-bullets {
    color: #ccc;
    margin-top: 10px;
}
ul.square-bullets li {
    margin-bottom: 8px;
    padding-left: 15px;
}
ul.square-bullets li a {
    font-size: 13px;
}
ul.square-bullets li a i {
    font-size: 10px;
    margin-left: -15px;
    color: #7c7c7cb3;
    height: 20px;
    margin-right: 5px;
}
ul.global-market-tabs li {
    display: inline-block;
    padding-right: 40px;
}
.global-market-header {
    background-color: #edf3ff;
    padding: 20px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.global-market-header .bulletin-breadcrumb {
    margin-left: -5px;
}
.global-market-header .bulletin-breadcrumb li {
    font-size: 20px;
    margin-bottom: 20px;
}
.global-market-header .print-market {
    position: absolute;
    right: 50px;
    top: 20px;
}
.global-market-header .print-market a i {
    font-size: 20px;
    margin-right: 5px;
}
.global-market-container {
    background-color: #fff;
    padding: 20px;
}
#sidebar-fixed {
    top: 0;
    transition: top 0.2s ease-in-out;
}
#sidebar-fixed .search-transactions .account-filter {
    border: 0px;
    width: auto;
    padding: 13px;
}
#sidebar-fixed .search-transactions .account-filter img {
    width: 25px;
}
#sidebar-fixed .markets-box {
    margin-bottom: 20px;
    padding: 0 20px;
}
.sidebar-fix {
    position: fixed;
    margin-right: 30px;
    top: 20px !important;
}
.border-bottom {
    border-bottom: 1px solid #e1e1e1;
}
.seperator {
    padding-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.remove-padding-left {
    padding-left: 0;
}
.remove-padding-right {
    padding-right: 0;
}
.google-map {
    margin-right: -30px;
    margin-left: -30px;
    margin-top: -30px;
}
ul.map-buttons {
    background-color: #f4f4f4;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    width: 50%;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin: 0 auto 0 -25%;
}
.map-buttons li a {
    width: 33.3%;
    display: block;
    float: left;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    color: #7c7c7c;
}
.map-buttons li a:hover,
.map-buttons li.active a {
    background-color: #6ba4b8;
    color: #fff;
}
.bullets {
    color: #777;
}
.bullets li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.bullets li.address {
    background-position: -2px -7px;
    padding-left: 0;
}
.bullets li.email {
    background-position: -2px -54px;
    padding-left: 0;
}
.bullets li.opening {
    background-position: -1px -100px;
    padding-left: 0;
}
.slick-carousel-block {
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.add-beneficiary {
    line-height: 1.5;
    color: #a8abac;
    display: block;
    border: 1px dashed #d6d7d6;
    padding: 10px 20px;
}
.add-beneficiary .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 17px;
    border-radius: 50%;
    background: #6196a8;
    color: #fff;
    margin-right: 10px;
}
.duration,
.timer,
.highlight {
    color: #ef3529;
}
.green {
    color: #4bb312 !important;
}
.blue {
    color: #003087 !important;
}
.highlight {
    padding: 10px 0;
    margin: 0;
}
.notify {
    font-size: 12px;
    color: #a8abac;
    padding: 10px 0;
    margin: 0;
}
.overflow-hide {
    overflow: hidden;
}
.alert-center .back-btn {
    float: right;
}
.alert-center .tbl-style-1 tr th {
    background: #ccc;
    font-family: FS Matthew Medium, sans-serif;
}
.inline-block {
    display: inline-block;
}
.show-mobile {
    display: none;
}
.hide-mobile {
    display: block;
}
.col-detail {
    padding-left: 45px;
}
.back-tbn-holder {
    margin-top: 20px;
}
.dropdown-menu {
    border: 1px solid #eee;
    box-shadow: 0 0 10px #0000001a;
}
.dropdown-menu a {
    font-size: 14px;
    color: #a8abac;
}
.mobile-in {
    display: none;
}
.grid-wrapper {
    min-height: 200px;
}
a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}
a.disabled:hover {
    color: inherit;
}
.search-result-box {
    background: #ffffff;
    max-height: 400px;
    overflow-y: auto;
}
.search-result-box > p {
    padding: 20px;
    color: #777;
}
.search-result-box tr {
    cursor: pointer !important;
}
.address-box {
    padding: 15px 20px;
    color: #a8abac;
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #d9e2e8;
    border-left: 4px solid #6ba4b8;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lighten {
    opacity: 0.5;
}
.thin {
    font-family: FS Matthew Light, sans-serif;
}
.autoComplete .selectric-wrapper {
    display: none;
}
.alert-warning {
    background: rgba(255, 250, 192, 0.7);
    border: 1px solid #ddd790;
    color: #8b572a !important;
    font-family: FS Matthew Light, sans-serif;
}
.alert-warning h4 {
    color: #8b572a;
    font-size: 16px;
}
.alert-warning p {
    font-size: 13px;
}
.circleIcon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #6acb00;
    border-radius: 50%;
}
.circleIcon.watch {
    background: #6acb00 url(timer.066ad4a7fdd02bb9.png) center no-repeat;
    background-size: 35px auto;
}
.select2-container {
    width: 100% !important;
    box-shadow: 0 2px 3px #00000012;
    margin-bottom: 10px;
    border-radius: 6px;
    z-index: 99999;
}
.success-container {
    margin-top: 80px;
}
.dashboard-offer .slide-box a {
    display: block;
    position: relative;
    overflow: hidden;
}
.dashboard-offer .slide-box a img {
    width: 100%;
    height: auto;
}
.dashboard-offer .slide-box a h4 {
    width: 100%;
    color: #fff;
    z-index: 10;
    font-family: FsMatthew-Regular, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px black;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    text-align: center;
}
.update-rate {
    background: rgba(214, 215, 214, 0.1);
}
ul.item-list li {
    display: block;
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px #0000004d;
}
ul.item-list li .radioBtn,
ul.item-list li .checkboxBtn {
    width: 25px;
    float: right;
    margin: 0;
}
ul.item-list li .radioBtn label,
ul.item-list li .checkboxBtn label {
    width: 25px;
}
.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
}
.tncCheck {
    padding-top: 20px;
}
.tncCheck .checkboxBtn span {
    width: 100%;
}
.tncCheck .checkboxBtn span .check {
    top: 2px;
}
.tncCheck .checkboxBtn span label {
    font-size: 15px;
    padding-left: 35px;
}
.option-last .selectric-items li.last {
    color: #6196a8;
}
.expand-collapse {
    font-size: 12px;
    color: #6ba4b8;
}
#gmap_canvas {
    height: 270px;
    max-width: none;
}
#gmap_canvas img {
    max-width: none !important;
}
.gm-style-iw > div {
    max-width: 100% !important;
    max-height: 170px !important;
    display: block !important;
    border-radius: 6px;
    overflow: auto;
}
.slide-notification-box {
    width: 250px;
    background: #fff;
    border-radius: 5px;
    border-top: 4px solid #6196a8;
    padding: 15px;
    position: fixed;
    right: 40px;
    z-index: 9;
    transition: all 0.3s ease 1s;
    box-shadow: 0 0 10px #00000080;
}
.slide-notification-box.show {
    bottom: 0 !important;
}
.slide-notification-box .star-block {
    width: 20px;
    margin-right: 10px;
    padding: 10px 0;
    float: left;
    font-size: 18px;
    line-height: 1;
    color: #003087;
}
.slide-notification-box .text-block {
    float: left;
    width: 190px;
}
.slide-notification-box .text-block p {
    color: #003087;
    font-size: 15px;
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
    .form-box {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .form-box {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .show-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    .col-detail {
        padding-left: 15px;
    }
    .mobile-in {
        display: block;
    }
}
@media (max-width: 575px) {
    .block-spacer {
        padding-bottom: 40px;
    }
}
hr.big-spacer {
    margin-top: 40px;
    margin-bottom: 40px;
}
.bulletin-controls {
    width: 2%;
    float: right;
    position: relative;
    z-index: 100;
}
.bulletin-controls i {
    color: #7c7c7c;
    cursor: pointer;
    margin-right: 3px;
}
.input-search-group .input-group-prepend span,
.input-search-group .input-group-append span {
    background: white;
}
.input-search-group .input-group-prepend span {
    border-right: 0px !important;
    border-color: #d9e2e8;
    color: #6196a8;
}
.input-search-group .input-group-append span {
    border-left: 0px !important;
    border-color: #d9e2e8;
    color: #7c7c7c;
}
.input-search-group input {
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
}
.input-search-group input:focus {
    border-color: #d9e2e8 !important;
}
.transaction-box {
    padding: 20px;
    background: #eee;
}
.transaction-box p {
    margin-bottom: 0;
}
.success-epp {
    font-size: 16px !important;
    color: #666 !important;
}
@media (max-width: 575px) {
    .onboard-fade {
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.75);
        position: absolute;
        top: 0;
        left: 0;
    }
}
header {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 10px 40px;
    z-index: 10;
}
header .logo-holder {
    float: left;
    width: auto;
    text-align: center !important;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 8px;
    transition: margin-left 0.2s ease;
}
header .logo-holder.img-full img {
    height: 55px;
    width: auto;
}
header.dashboard {
    width: 100%;
    background: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px;
    z-index: 9999;
    box-shadow: 0 1px 5px #0003;
}
.header-content {
    position: absolute;
    right: 0;
    max-height: 70px;
    overflow: hidden;
}
.header-content li {
    display: inline-block;
    padding: 25px 25px 15px;
    float: left;
    height: 100%;
    border-left: 1px solid #f3f3f3;
}
.header-content li.account-setting-button {
    padding-top: 16px;
    padding-bottom: 12px;
}
.header-content li.account-setting-button a .settings {
    color: #a8abac !important;
}
.header-content li.account-setting-button a .user-name {
    margin-right: 60px;
}
.header-content li input {
    padding: 10px 0;
    margin: 0 5px;
    color: #000;
    width: 200px;
    box-shadow: none;
    border: 1px solid white;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}
.header-content li input::placeholder {
    color: silver;
}
.header-content li input:focus {
    width: 420px;
    border-color: #fff;
    border-bottom: 1px solid rgba(0, 48, 135, 0.3);
}
.header-content li input:focus::placeholder {
    color: #000;
}
.header-content li a {
    color: #003087;
}
.header-content li a i {
    margin-left: 3px;
    font-size: 11px;
    vertical-align: top;
    margin-top: 3px;
}
.header-content li a img {
    float: right;
    width: 40px;
    margin-top: -21px;
    margin-left: 10px;
}
.header-content li a:hover {
    color: #6196a8;
}
.header-content li a:hover img {
    fill: #0042ba;
}
.header-content li a.header-arabic {
    font-family: Neo Sans Arabic, sans-serif;
}
.header-content li .dropdown-menu {
    width: 200px;
    margin-right: 100px;
    margin-top: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px #0000001a;
}
.header-content li .dropdown-menu li {
    display: block;
    width: 100%;
    padding: 8px 15px;
    border: 0px;
}
.header-content li .dropdown-menu li a {
    font-size: 14px;
}
.header-content li .dropdown-menu li a object {
    margin-right: 5px;
    width: 22px;
    margin-top: 0;
    vertical-align: middle;
}
.header-content li .dropdown-menu li.dropdown-divider {
    padding: 1px;
}
.header-content .search-header {
    padding: 14px 20px 16px;
}
.search-mobile-icon,
.search-box {
    display: none;
}
.register header.scrolled,
.reg-body-overflow header.scrolled,
.new-brand header.scrolled {
    background-color: #fff;
    box-shadow: 0 1px 5px #0003;
    height: 70px;
}
.register header.scrolled .logo-holder,
.reg-body-overflow header.scrolled .logo-holder,
.new-brand header.scrolled .logo-holder {
    padding-top: 0;
}
@media (max-width: 991px) {
    header .logo-holder {
        width: 156px;
        margin-left: 43px;
    }
    .sidebar {
        margin-left: -240px !important;
    }
    .sidebar h2 {
        font-size: 16px !important;
    }
    .sidebar ul li a {
        font-size: 15px !important;
    }
    .search-mobile-holder {
        margin-bottom: 30px !important;
    }
    .push-sidebar {
        margin-left: 0 !important;
    }
}
@media (max-width: 575px) {
    header {
        padding: 10px 20px;
    }
    header .logo-holder {
        width: 156px;
        margin: 0 auto;
    }
    header.dashboard {
        padding-bottom: 12px;
    }
    header .arabic-option,
    header .logout-option {
        display: none;
    }
    header .dropdown-menu {
        min-width: 416px !important;
        margin-right: 10px !important;
    }
    header .header-content li {
        border: none;
    }
    header .user-name,
    header .settings {
        display: none;
    }
    .sidebar {
        width: 100% !important;
        margin-left: -100% !important;
    }
    .sidebar h2 {
        font-size: 16px !important;
    }
    .sidebar ul li a {
        font-size: 15px !important;
    }
    .sidebar .search-mobile-holder {
        margin-bottom: 30px !important;
    }
    .push-sidebar {
        margin-left: 0 !important;
    }
    .panel {
        margin-bottom: 20px;
    }
}
.sidebar {
    z-index: 11;
    width: 240px;
    position: absolute;
    height: 100vh;
    top: 70px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #003087 50%;
    background: linear-gradient(to bottom, #003087 50%, #6196a8);
}
@media (max-width: 575px) {
    .sidebar {
        height: auto !important;
    }
}
.sidebar.no-scroll {
    height: auto !important;
}
.sidebar.fixed {
    position: fixed;
    top: 0;
    height: 100%;
}
@media (max-width: 575px) {
    .sidebar.fixed {
        top: 70px;
    }
}
.sidebar .search-mobile-holder {
    display: none;
}
.sidebar h2 {
    font-size: 12px;
    font-family: FS Matthew Medium, sans-serif;
    color: #fff;
    padding: 0 12px;
}
.sidebar .nav {
    margin-bottom: 30px;
}
.sidebar .nav li {
    font-size: 15px;
    padding: 0;
    margin: 8px 0;
    color: #fff;
}
.sidebar .nav li .inner {
    padding: 3px 0 0 50px;
    overflow: hidden;
}
.sidebar .nav li .inner li {
    font-size: 13px;
    padding: 0;
    margin: 4px 0;
    border-left: 0px !important;
}
.sidebar .nav li .inner li a {
    color: #ffffff80;
    letter-spacing: 0.3px;
}
.sidebar .nav li .inner li hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-color: #fff3;
}
.sidebar .nav li .inner li.active {
    background: rgba(255, 255, 255, 0) !important;
}
.sidebar .nav li .inner li.active a {
    color: #fff;
}
.sidebar .nav li .inner li:hover > a {
    color: #fff;
}
.sidebar .nav li .inner li.gold-active a {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.sidebar .nav li .inner .inner-sub {
    padding-left: 10px;
}
.sidebar .nav-item {
    width: 100%;
    border-left: 2px solid transparent;
}
.sidebar .nav-item.active,
.sidebar .nav-item.open {
    border-left: 2px solid white !important;
}
.sidebar .nav-item.active .nav-link,
.sidebar .nav-item.active > a,
.sidebar .nav-item.open .nav-link,
.sidebar .nav-item.open > a {
    color: #fff;
}
.sidebar .nav-item.active .nav-link i,
.sidebar .nav-item.active > a i,
.sidebar .nav-item.open .nav-link i,
.sidebar .nav-item.open > a i {
    opacity: 1;
}
.sidebar .nav-item.open a {
    color: #fff;
}
.sidebar .nav-item .nav-link i {
    opacity: 0.5;
    background-size: contain !important;
    background-position: center !important;
}
.sidebar .nav-item .nav-link i.home {
    background: url(dashboard.b0f91bd33bfc8a42.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.my-fab-products {
    background: url(fab-logowhite.c977e1b2351f2c41.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.accounts {
    background: url(accounts.746875d026ad3927.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.isave {
    background: url(isave.b3475bc4b91a11ca.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.gold {
    background: url(gold.39387a05b35cb132.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.debit-cards {
    background: url(debit-cards.c960ad7f01ca1fcd.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.credit-cards {
    background: url(credit-cards.a2382fdbaa2f5f31.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.loans {
    background: url(loans.0d5a5f5dddef864c.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.deposits {
    background: url(deposits.08d17ce82f78f4b8.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.investments {
    background: url(investments.cc901fea04327b9f.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.mutual-funds {
    background: url(mutual.f9d430bb9d2aa6bb.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.services {
    background: url(services.71f81ca4e05e4b16.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.apply-for-product {
    background: url(apply-for-new-product.163cb687ebe0750c.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.transfer {
    background: url(transfer-money.4bf0ef4ae8455b58.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.payments {
    background: url(payments.f156ad78037b6979.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.charity {
    background: url(charity.e529e386e3e0f552.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.pay-credit-card {
    background: url(pay-credit-card.c5c27cc82d301df9.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.beneficiaries {
    background: url(my-beneficiaries.2ac2f49a1eb11fb7.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.atm {
    background: url(atm-branch-locator.0293e88d357ed3db.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.contact {
    background: url(contact-us.5dc030619d8d38dc.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.offers {
    background: url(fab-offers.147f9a6a49fbcb76.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.settings {
    background: url(settings.df8b691aa23bb707.svg) no-repeat;
}
.sidebar .nav-item .nav-link i.rewards {
    background: url(rewards.730ece92535c14e8.svg) no-repeat;
}
.sidebar .nav-item .nav-link:hover i {
    opacity: 1;
}
.sidebar .nav-item .inner.show .nav-item {
    border-left: 2px solid transparent !important;
}
.sidebar .inner.show a {
    color: #fff6;
}
.sidebar .inner.show a:hover {
    color: #fff;
}
.sidebar a.nav-link {
    border-radius: 0;
    padding: 0 0 0 45px;
    position: relative;
    line-height: 24px;
    border-left: 4px solid transparent;
    color: #ffffff80;
    letter-spacing: 0.3px;
    font-family: FS Matthew, sans-serif;
    font-size: 13px;
    transition: border 0.2s ease;
}
.sidebar a.nav-link i {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 10px;
    background-repeat: no-repeat;
    transition: all 0.1s ease-in;
}
.sidebar a.nav-link .notification {
    display: inline-block;
    float: right;
    font-size: 10px;
    background: #6196a8;
    border-radius: 12px;
    line-height: 20px;
    min-width: 18px;
    text-align: center;
    padding: 2px 8px 0;
    color: #fff;
    margin-right: 15px;
    margin-top: 0;
    box-shadow: 0 0 2px #0003;
}
.sidebar a.nav-link:hover {
    background-color: transparent;
    color: #fff;
}
.sidebar .mobile-log-out {
    margin-top: 30px;
}
.sidebar .mobile-log-out a.nav-link {
    padding-left: 14px;
}
.push {
    padding-left: 270px !important;
}
.logged-in-menu {
    width: 200px;
    position: absolute;
    right: 10px;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #0003;
}
.logged-in-menu.show {
    top: 80px;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease 0.5s;
}
.logged-in-menu ul.options li {
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
}
.logged-in-menu ul.options li:last-child {
    border-bottom: none;
}
.logged-in-menu ul.options li.product a {
    background: url(list.defa67604d030a84.svg) 10px center no-repeat;
    background-size: 20px auto;
}
.logged-in-menu ul.options li.settings a {
    background: url(settings.f7d2d598c5c2fb3a.svg) 10px center no-repeat;
    background-size: 20px auto;
}
.logged-in-menu ul.options li.logout a {
    background: url(power.123bbbb5daab6555.svg) 10px center no-repeat;
    background-size: 20px auto;
}
.logged-in-menu ul.options li a {
    display: block;
    color: #000;
    padding: 15px 20px 15px 45px;
}
.logged-in-menu ul.options li a:hover {
    color: #003087;
}
.arrow_box {
    position: relative;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #f3f3f3;
}
.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #f3f3f3;
}
.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: #fff0;
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    margin-bottom: -1px;
}
.arrow_box:before {
    border-color: #f3f3f300;
    border-bottom-color: #f3f3f3;
    border-width: 16px;
    margin-left: -16px;
    margin-bottom: 1px;
}
@media (max-width: 1024px) {
    .header-content li input,
    .header-content li input:focus {
        width: 200px;
    }
}
@media (max-width: 991px) {
    .arrow_box:after,
    .arrow_box:before {
        left: 85%;
    }
    .header-content li {
        padding: 25px 20px 15px;
    }
    .header-content li .dropdown .user-name,
    .header-content li .dropdown i {
        display: none;
    }
    .header-content li .dropdown img {
        margin-right: 0;
    }
    .header-content li input,
    .header-content li input:focus {
        width: 150px;
    }
}
@media (max-width: 767px) {
    .sidebar {
        padding-top: 20px;
        z-index: 10030;
    }
    .sidebar .search-mobile-holder {
        display: none;
        padding: 10px 15px;
        background: rgba(0, 48, 135, 0.7);
        margin-bottom: 15px;
        position: relative;
    }
    .sidebar .search-mobile-holder i.fa {
        position: absolute;
        top: 20px;
        left: 25px;
        font-size: 20px;
    }
    .sidebar .search-mobile-holder input {
        padding: 8px 8px 8px 40px;
    }
    .sidebar.fixed {
        top: 70px;
    }
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="email"],
.filter-button,
.new-theme-radio label,
textarea {
    width: 100%;
    background: white;
    border: 1px solid #d9e2e8;
    box-shadow: inset 0 1px 3px #00000012;
    border-radius: 4px;
    font-size: 13px;
    padding: 15px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
.filter-button:focus,
.new-theme-radio label:focus,
textarea:focus {
    outline: none;
}
input[type="text"].error,
input[type="tel"].error,
input[type="number"].error,
input[type="password"].error,
input[type="date"].error,
input[type="email"].error,
.filter-button.error,
.new-theme-radio label.error,
textarea.error {
    background: #fdefee url(exclamation.daf3cd76a9350267.png) right 10px center
        no-repeat;
    border-color: #f3ada9;
}
.form-control:disabled {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
select {
    width: 100% !important;
    background: white !important;
    border: 1px solid #d9e2e8 !important;
    border-radius: 4px;
    box-shadow: 0 2px 3px #00000012 !important;
    font-size: 15px !important;
    padding: 15px;
}
select:focus {
    outline: none;
}
.input-error label {
    color: #da291c !important;
}
.input-error input {
    border-color: #da291c !important;
}
.input-error i {
    position: absolute;
    right: 30px;
    margin-top: -32px;
    color: #da291c;
}
input.text-center {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
input.currency-spacer {
    padding-left: 70px;
}
.profile-spacing {
    padding-bottom: 30px;
}
.radio-grp,
.check-grp {
    text-align: center;
}
.radio-grp:after,
.check-grp:after {
    content: " ";
    display: table;
    clear: both;
}
.radio-grp .radio-btn,
.radio-grp .check-btn,
.check-grp .radio-btn,
.check-grp .check-btn {
    display: block;
}
.radio-grp .radio-btn:last-of-type,
.radio-grp .check-btn:last-of-type,
.check-grp .radio-btn:last-of-type,
.check-grp .check-btn:last-of-type {
    margin-right: 0;
}
.radio-grp .radio-btn input,
.radio-grp .check-btn input,
.check-grp .radio-btn input,
.check-grp .check-btn input {
    display: none;
}
.radio-grp .radio-btn input[type="radio"]:checked ~ label,
.radio-grp .radio-btn input[type="checkbox"]:checked ~ label,
.radio-grp .check-btn input[type="radio"]:checked ~ label,
.radio-grp .check-btn input[type="checkbox"]:checked ~ label,
.check-grp .radio-btn input[type="radio"]:checked ~ label,
.check-grp .radio-btn input[type="checkbox"]:checked ~ label,
.check-grp .check-btn input[type="radio"]:checked ~ label,
.check-grp .check-btn input[type="checkbox"]:checked ~ label {
    background: #003087;
    color: #fff;
    border-color: #003087;
}
.radio-grp .radio-btn input[type="radio"]:disabled ~ label,
.radio-grp .radio-btn input[type="checkbox"]:disabled ~ label,
.radio-grp .check-btn input[type="radio"]:disabled ~ label,
.radio-grp .check-btn input[type="checkbox"]:disabled ~ label,
.check-grp .radio-btn input[type="radio"]:disabled ~ label,
.check-grp .radio-btn input[type="checkbox"]:disabled ~ label,
.check-grp .check-btn input[type="radio"]:disabled ~ label,
.check-grp .check-btn input[type="checkbox"]:disabled ~ label {
    opacity: 0.5;
    cursor: not-allowed;
}
.radio-grp .radio-btn input[type="radio"]:checked ~ label.charity,
.radio-grp .check-btn input[type="radio"]:checked ~ label.charity,
.check-grp .radio-btn input[type="radio"]:checked ~ label.charity,
.check-grp .check-btn input[type="radio"]:checked ~ label.charity {
    border-color: #003087;
    background: #ffffff;
}
.radio-grp .radio-btn label,
.radio-grp .check-btn label,
.check-grp .radio-btn label,
.check-grp .check-btn label {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    background: #ffffff;
    color: #a8abac;
    padding: 15px 7px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #00000012;
    transition: color 0.3s ease;
    cursor: pointer;
    border-radius: 5px;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    font-family: FS Matthew Bold, sans-serif;
}
.radio-grp .radio-btn label.charity,
.radio-grp .check-btn label.charity,
.check-grp .radio-btn label.charity,
.check-grp .check-btn label.charity {
    padding: 10px;
    cursor: pointer;
}
.radio-grp .radio-btn label.charity img,
.radio-grp .check-btn label.charity img,
.check-grp .radio-btn label.charity img,
.check-grp .check-btn label.charity img {
    width: 55%;
    height: auto;
}
.radio-grp .radio-btn label .amount,
.radio-grp .check-btn label .amount,
.check-grp .radio-btn label .amount,
.check-grp .check-btn label .amount {
    display: block;
    font-size: 80%;
    font-family: FS Matthew Light, sans-serif;
}
.check-grp li {
    margin-bottom: 15px;
}
.input-currency {
    min-width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #d9e2e8;
    text-align: center;
    font-size: 13px;
    line-height: 54px;
    padding: 0 5px;
    color: #5e5e5e;
}
ul.radioBtn,
.radioBtn,
.checkboxBtn {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    overflow: hidden;
}
.radioBtn {
    margin: 0;
}
ul.radioBtn li,
.radioBtn span,
.checkboxBtn span {
    color: #aaa;
    display: block;
    position: relative;
    float: left;
}
ul.radioBtn li input[type="radio"],
.radioBtn span input[type="radio"],
.checkboxBtn span input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}
ul.radioBtn li label,
.radioBtn span label,
ul.checkboxBtn li label {
    display: block;
    position: relative;
    font-size: 1.35em;
    padding: 4px 10px 12px 35px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    transition: all 0.25s linear;
}
.radioBtn span label,
.checkboxBtn span label {
    margin: 0;
    padding: 0;
    height: 25px;
}
ul.radioBtn li:hover label,
.radioBtn span:hover label,
.checkboxBtn span:hover label {
    color: #444;
}
ul.radioBtn li .check,
.radioBtn span .check,
.checkboxBtn span .check {
    display: block;
    position: absolute;
    border: 2px solid #aaaaaa;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 16px;
    left: 0;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}
.radioBtn span .check,
.checkboxBtn span .check {
    height: 20px;
    width: 20px;
    top: 0;
}
ul.radioBtn li:hover .check,
.radioBtn span:hover .check,
.checkboxBtn span:hover .check {
    border: 2px solid #444;
}
ul.radioBtn li .check:before,
.radioBtn span .check:before,
.checkboxBtn span .check:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.radioBtn span .check:before,
.checkboxBtn span .check:before {
    height: 12px;
    width: 12px;
    top: 2px;
    left: 2px;
}
ul.radioBtn li input[type="radio"]:checked ~ .check {
    border: 2px solid #003087;
}
.radioBtn span input[type="radio"]:checked ~ .check,
.checkboxBtn span input[type="checkbox"]:checked ~ .check {
    border: 2px solid #6ba4b8;
}
ul.radioBtn li input[type="radio"]:checked ~ .check:before {
    background: #003087;
}
.radioBtn span input[type="radio"]:checked ~ .check:before,
.checkboxBtn span input[type="checkbox"]:checked ~ .check:before {
    background: #6ba4b8;
}
@media (max-width: 500px) {
    ul.radioBtn li,
    .radioBtn span {
        width: 100%;
    }
}
.button {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: FS Matthew, sans-serif;
    cursor: pointer;
    letter-spacing: 1px;
}
.button.full {
    display: block;
}
.button.btn-blue {
    background: #6ba4b8;
    border: 1px solid #6ba4b8;
    color: #fff;
    text-transform: uppercase !important;
}
.button.btn-blue:hover {
    background: #5a99b0;
    color: #fff;
}
.button.btn-md {
    padding: 11px 33px 10px;
    font-size: 13px;
    border-radius: 3px;
}
.button.btn-md:active {
    position: relative;
    top: 1px;
}
.button.btn-sm,
.btn-group-sm > .button.btn {
    min-height: 38px;
    line-height: 32px;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 3px;
}
.button.btn-sm.btn-blue,
.btn-group-sm > .button.btn-blue.btn {
    border-width: 1px;
}
.button.btn-sm.border-only,
.btn-group-sm > .button.border-only.btn {
    border-width: 1px;
}
.button.border-only {
    border: 1px solid #6ba4b8;
    color: #6ba4b8;
    background: transparent;
    text-transform: uppercase;
}
.button.border-only:hover {
    border-color: #8db9c9;
    color: #8db9c9;
    background-color: transparent;
}
.button.border-only.hover-blue:hover {
    background: #6ba4b8;
    color: #fff;
    border-color: #6ba4b8;
}
.button.text-only {
    color: #6196a8;
    background: #ffffff;
    border: 1px solid #eee;
}
.button.text-only:hover {
    background: #eee;
}
.button.text-only.cancel {
    border: 0px;
    background: transparent;
}
.button.text-only.puffed {
    padding-top: 11px;
    padding-bottom: 11px;
}
.button.text-only.pdf {
    border-color: #6196a8;
}
.button.text-only.pdf img {
    width: 17px;
    margin-right: 5px;
}
.button.btn-mobile-app {
    font-size: 13px;
    background-color: #fff3;
    border-radius: 5px;
    width: 85%;
    text-align: left;
    line-height: 20px;
    margin: 0 auto;
    display: block;
    padding: 15px 5px 15px 46px;
    color: #fff;
    background-image: url(phone-icon.5963341a41584dcb.png);
    background-repeat: no-repeat;
    background-size: 36px auto;
    background-position: 8px center;
    letter-spacing: 0;
}
.button.btn-mobile-app:hover {
    background-color: #0000001a;
}
.button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.dark-blue-button {
    color: #003087 !important;
    border-color: #003087 !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.db-item {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    min-height: 165px;
    position: relative;
    padding: 15px;
}
.db-item .content {
    padding: 15px;
    position: relative;
}
.db-item .content h3 {
    margin-bottom: 0;
}
.db-item .content h3 a {
    font-size: 22px;
    color: #003087;
    margin-bottom: 0;
    font-family: FS Matthew Medium, sans-serif;
}
.db-item .content h3 a:hover {
    color: #6ba4b8;
}
.db-item .content h4 {
    font-size: 16px;
    color: #003087;
    font-family: FS Matthew Medium, sans-serif;
}
.db-item .content p.account {
    color: #a8abac;
    font-size: 13px;
    font-family: FS Matthew, sans-serif;
}
.db-item .content p.card-type {
    color: #003087;
    font-size: 20px;
    font-family: FS Matthew, sans-serif;
    margin-bottom: 5px;
}
.db-item .content p.card-number {
    color: #a8abac;
    font-size: 17px;
    font-family: FS Matthew, sans-serif;
    margin-bottom: 0;
}
.db-item .content p.balance {
    font-size: 38px;
    color: #000;
    font-family: FS Matthew Medium, sans-serif;
    margin: 0;
    line-height: 1;
}
.db-item .content p.balance span {
    font-family: Graphik Regular, sans-serif;
    font-size: 50%;
}
.db-item .content .fav-account {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e3e4e3;
    padding: 5px;
}
.db-item .content .fav-account .star {
    position: static;
    margin: 0;
}
.db-item .content h5 {
    font-size: 16px;
    color: #003087;
    font-family: FS Matthew Medium, sans-serif;
    border-bottom: 1px solid lightGrey;
    padding-bottom: 10px;
}
.db-item .content ul.payments li {
    padding: 10px 0;
    border-bottom: 1px solid lightGrey;
    overflow: hidden;
}
.db-item .content ul.payments li p {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 3px;
}
.db-item .content ul.payments li p span {
    display: block;
    font-size: 90%;
}
.db-item .content ul.payments li p.p-left {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.db-item .content ul.payments li p.p-left span {
    color: #a8abac;
}
.db-item .content ul.payments li p.p-right {
    float: right;
    width: 30%;
    padding-left: 10px;
    text-align: right;
    color: #6196a8;
}
.db-item .content ul.payments li .icon {
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
}
.db-item .content ul.payments li .icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #6196a8;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 36px;
    color: #a8abac;
}
.db-item .content ul.payments li .icon i img {
    width: 90%;
    height: auto;
}
.db-item .db-item-title {
    font-size: 13px;
    margin-top: 5px;
    display: block;
}
.db-item .db-item-title:hover {
    color: #6ba4b8;
}
.db-item .credit-card {
    max-width: 60px;
    margin-top: 3px;
    float: left;
    padding-right: 5px;
}
.db-item .payments-block {
    max-height: 200px;
}
.db-item ul.links {
    overflow: hidden;
    background: #ffffff;
    margin-top: 2px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.db-item ul.links li {
    width: 50%;
    float: left;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    text-transform: uppercase;
    text-align: center;
    color: #a5a9b0;
}
.db-item ul.links li a {
    display: block;
    padding: 15px 5px;
    color: #999;
}
.db-item ul.links li:hover {
    background: #003087;
    color: #fff;
}
.db-item ul.links li:last-child {
    border-right: none;
}
.db-item ul.links li a:hover {
    color: #fff;
}
.db-item.myFav {
    background-color: #6ba4b8;
    color: #fff;
    border: 0;
}
.db-item.myFav .star-holder {
    background: #6ba4b8;
}
.db-item.myCard {
    background: #7fb468;
}
.db-item.myCard .star-holder {
    background: #709c5d;
}
.db-item .star-holder {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 2px 4px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
}
.db-item .star-holder i.starIcon {
    color: #fff;
    padding-top: 4px;
}
.db-item.item .content h3,
.db-item.item .content .balance {
    color: #fff;
}
.db-item.item .content .account {
    color: #fff9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 5px 0 15px;
    margin-bottom: 10px;
}
.db-item.item .content .account span {
    display: block;
    padding-top: 5px;
}
.db-item.item .content .status-bar {
    margin-top: 15px;
}
.db-item.item .content .status-bar-text {
    color: #fff;
}
.dashboard-white .myFav {
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 8px solid #6ba4b8;
}
.dashboard-white .db-item.myFav .star-holder {
    background: #fff;
    border: 1px solid #ddd;
}
.dashboard-white .db-item .star-holder i.starIcon {
    color: #6ba4b8;
}
.dashboard-white .db-item.item .content h3,
.dashboard-white .db-item.item .content .balance {
    color: #000;
}
.dashboard-white .db-item.item .content .account,
.dashboard-white .db-item.item .content .status-bar-text {
    font-size: 13px;
    color: #a8abac;
}
.dashboard-white .db-item.item .content .account {
    border-bottom: 1px solid #ddd;
}
a.db-item {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    min-height: 165px;
    display: block;
}
a.db-item:hover {
    color: #6ba4b8;
}
a.db-item .content {
    padding: 15px;
}
a.db-item .content h3 {
    font-size: 20px;
    color: #003087;
    margin-bottom: 0;
    font-family: FS Matthew Medium, sans-serif;
    padding-bottom: 0;
}
a.db-item .content h3 a:hover {
    color: #6ba4b8;
}
a.db-item .db-item-title {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
a.db-item .db-item-title:hover {
    color: #6ba4b8;
}
.payments-section img,
.transfer-section img {
    max-width: 100%;
}
@media (max-width: 575px) {
    .db-item .content {
        padding: 15px;
    }
}
.big-blue-title {
    font-size: 30px;
    font-family: FS Matthew Medium, sans-serif;
    margin-bottom: 10px;
}
.title-style-one {
    color: #535353;
    font-weight: 700;
    font-family: FS Matthew Medium, sans-serif;
}
.title-style-two {
    color: #a8abac;
    font-family: FS Matthew, sans-serif;
}
.title-style-two a {
    color: #6ba4b8;
}
.title-style-three {
    color: #777;
    font-family: FS Matthew Medium, sans-serif;
    font-size: 18px;
}
.title-style-four {
    color: #003087;
    font-family: FS Matthew, sans-serif;
    font-size: 18px;
}
.title-style-five,
.title-style-five a {
    color: #000;
    font-family: FS Matthew Medium, sans-serif;
    font-size: 16px;
}
.title-style-six {
    color: #535353;
    font-family: FS Matthew Medium, sans-serif;
}
.title-style-seven {
    color: #777;
    font-family: FS Matthew, sans-serif;
    font-size: 16px;
}
.title-style-seven.light {
    color: #a8abac;
}
.title-review {
    font-family: FS Matthew, sans-serif;
    color: #777;
    font-size: 18px;
    margin-bottom: 35px;
}
.grey-small-text {
    font-size: 13px;
    color: #a8abac;
    margin-bottom: 0;
}
.under-breadcrumbs-title {
    font-family: FS Matthew Medium, sans-serif;
    font-size: 20px;
    padding-bottom: 15px;
    color: #003087;
}
.description {
    color: #7c7c7c;
}
.section-title {
    font-family: FS Matthew Bold, sans-serif;
    color: #0c2340;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-title span {
    color: #7c7c7c;
    font-family: FS Matthew, sans-serif;
}
.light-gray {
    color: #a8abac;
}
.page-title {
    font-size: 24px;
    text-transform: none;
}
.page-title small {
    font-weight: 400 !important;
    color: #7c7c7c;
}
.inner-title {
    font-size: 20px;
    text-transform: none;
}
a {
    color: #6ba4b8;
    cursor: pointer;
}
a:hover {
    color: #003087;
}
.hamburger-menu {
    display: none;
    position: absolute;
    top: 33px;
    left: 15px;
    width: 20px;
    height: 14px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .hamburger-menu {
        display: block;
    }
}
.hamburger,
.hamburger:after,
.hamburger:before {
    width: 20px;
    height: 2px;
}
.hamburger {
    position: relative;
    background: #003087;
    transition: all 0ms 0.3s;
}
.hamburger.animate {
    background: rgba(0, 48, 135, 0);
}
.hamburger:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    background: #003087;
    transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: #003087;
    transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger.animate:after {
    top: 0;
    background: #da291c;
    transform: rotate(45deg);
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger.animate:before {
    bottom: 0;
    background: #da291c;
    transform: rotate(-45deg);
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal {
    z-index: 10002;
}
.modal-xl {
    max-width: 1000px !important;
}
.modal-dialog {
    box-shadow: 0 0 20px #00000026;
}
.modal-dialog .modal-content {
    border-color: #e1e1e1;
}
.modal-dialog .close {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 1;
    font-size: 38px;
    font-weight: 100;
    width: 40px;
    height: 40px;
    color: #6ba4b8;
    border-radius: 50%;
    padding-left: 2px;
    padding-bottom: 2px;
    z-index: 9;
    outline: none;
}
.modal-dialog .modal-header {
    background: white;
    border-bottom: 1px solid #e1e1e1;
    display: block !important;
    padding: 40px 30px;
    border-top-left-radius: 4px;
}
.modal-dialog .modal-header .modal-title {
    font-family: FS Matthew, sans-serif;
    color: #003087;
    font-size: 28px;
    line-height: 1.3;
}
.modal-dialog .modal-header .modal-title-notification {
    font-family: FS Matthew, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}
.model-subtitle-width {
    width: 85%;
}
.modal-dialog .modal-header .fa-exclamation-circle {
    font-size: 55px;
    color: #da291c;
}
.modal-dialog .modal-header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #7c7c7c;
}
.modal-dialog .modal-header .steps-wrapper {
    width: 90%;
    margin: 0 auto;
}
.modal-dialog .modal-header .steps-wrapper ul li .label {
    background: #fff;
}
.modal-dialog .modal-header .success-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #6acb00;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.modal-dialog .modal-header .success-icon.fail {
    background: #ef3529;
}
.modal-dialog .modal-header .success-icon.fail .fa-check:before {
    content: "\f00d";
}
.modal-dialog .modal-header.style-2 {
    padding: 15px 20px;
}
.modal-dialog .modal-header.style-2 figure {
    display: inline-block;
    width: 40px;
    margin-bottom: 0;
    margin-right: 10px;
}
.modal-dialog .modal-header.style-2 figure img {
    width: 100%;
    height: auto;
}
.modal-dialog .modal-header.style-2 h5 {
    display: inline-block;
    font-size: 22px;
    line-height: 1.5;
}
@media (max-height: 575px) {
    .modal-dialog .modal-header.style-2 h5 {
        font-size: 17px;
    }
}
.modal-dialog .modal-body {
    padding: 45px 30px;
    background: #f6f6f6;
}
.modal-dialog .modal-body h2 {
    font-size: 20px;
}
.modal-dialog .modal-body form label {
    color: #777;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}
.modal-dialog .modal-body form label .info-icon {
    float: right;
    line-height: 26px;
    font-size: 22px;
    color: #6ba4b8;
}
.modal-dialog .modal-body form .option-otp-text {
    font-size: 14px;
    padding-top: 10px;
}
.modal-dialog .modal-body form .radio-grp .radio-btn label {
    font-size: 13px;
    padding: 15px;
}
.modal-dialog .modal-body.tabs,
.modal-dialog .modal-body.tabs .tab-content {
    padding-left: 0;
    padding-right: 0;
}
.modal-dialog .modal-body ul.primary-tabs.style-2 li a.active {
    background: none;
}
.modal-dialog .modal-body .steps-wrapper ul li .label {
    background: #f6f6f6;
}
.modal-dialog .modal-body.style-2 {
    padding: 0;
    background: #ffffff;
}
@media (max-width: 575px) {
    .modal .button {
        width: 100%;
        margin-bottom: 5px;
    }
    .download-option {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .modal-dialog .modal-body.tabs .tab-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.error-msg {
    display: block;
    color: #ef3529;
    font-family: FS Matthew, sans-serif;
    text-align: right;
    margin-bottom: 5px;
}
.error-msg.server-side {
    margin-bottom: 30px;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid rgba(239, 53, 41, 0.5);
}
@media (max-width: 575px) {
    .error-msg {
        font-size: 12px;
    }
}
.soft-token .modal-header h5.modal-title {
    color: #003087;
    font-size: 20px;
    font-family: FS Matthew Bold, sans-serif;
}
.soft-token .modal-body {
    padding-top: 0;
}
.soft-token p {
    color: #003087;
}
.soft-token p span {
    font-family: FS Matthew Bold, sans-serif;
}
.soft-token .step {
    display: table;
    padding-bottom: 20px;
}
.soft-token .step figure {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
    padding-right: 10px;
}
.soft-token .step figure img {
    width: 100%;
    height: auto;
}
.soft-token .step .text {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #a8abac;
}
.soft-token .app-store-block {
    margin-bottom: 20px;
    margin-top: 20px;
}
.soft-token .app-store-block img,
.soft-token .qr-code img {
    max-width: 100%;
    height: auto;
}
.soft-token .qr-code p {
    padding-top: 25px;
}
@media (max-width: 991px) {
    .soft-token .step figure {
        width: 60px;
    }
    .soft-token .qr-code p {
        padding-top: 0;
    }
}
ul.steps:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
ul.steps.create-account-steps li:nth-child(2) {
    width: 0px;
}
ul.steps li {
    display: inline-block;
    height: 40px;
    width: 140px;
    float: left;
    position: relative;
    color: #d4d4d4;
    transition: all 0s ease 0s;
}
ul.steps li .step {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 2px solid #d4d4d4;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 10;
    transition: all 0.3s ease 0.5s;
}
ul.steps li .bar {
    display: block;
    width: 0%;
    height: 2px;
    background: #003087;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 1s ease;
}
ul.steps li.check {
    color: #003087;
}
ul.steps li.check:not(:last-child):after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 40px;
}
ul.steps li.check .step {
    border-color: #003087;
}
ul.steps li.success {
    color: #003087;
}
ul.steps li.success .step {
    border-color: #003087;
}
ul.steps li.success .bar {
    width: 100%;
    transition: all 0.5s ease;
}
ul.steps.success {
    border-bottom: 1px solid #003087;
}
ul.steps.success li.success {
    border-bottom: none;
}
ul.steps.style-2 {
    margin-bottom: 20px;
    border-bottom: none;
}
ul.steps.style-2 li {
    width: 36%;
    border-bottom: 2px solid #d4d4d4;
    margin: 0 1%;
}
ul.steps.style-2 li .label {
    position: absolute;
    z-index: 9;
    left: 40px;
    top: 24px;
    font-size: 14px;
    background: #fafbfd;
    padding: 5px 10px;
    text-align: left;
}
ul.steps.style-2 li .label.white {
    background: #ffffff;
}
ul.steps.style-2 li .fa {
    display: none;
    font-size: 20px;
    line-height: 37px;
}
ul.steps.style-2 li.success .step {
    border-color: #003087;
    background: #003087;
    color: #fff;
}
ul.steps.style-2 li.success .step .number {
    display: none;
}
ul.steps.style-2 li.success .step .fa {
    display: inline-block;
}
ul.steps.style-2 li.success .bar {
    background: #003087;
}
ul.steps.style-2 li.success .label {
    color: #003087;
}
ul.steps.style-2 li.check .step {
    border-color: #003087;
    color: #003087;
}
ul.steps.style-2 li.check .label {
    color: #003087;
}
ul.steps.style-2 li:last-child {
    width: 22%;
    border-bottom: none;
}
ul.steps.style-2.step-2 li {
    width: 75%;
}
ul.steps.style-2.step-2 li:last-child {
    width: 15%;
}
ul.steps.style-2.step-4 li {
    width: 24%;
}
ul.steps.style-2.step-4 li:last-child {
    width: 20%;
}
@media (max-width: 575px) {
    ul.steps.style-2 {
        text-align: center;
    }
    ul.steps.style-2 li {
        width: 35%;
        margin: 0;
        float: none;
    }
    ul.steps.style-2 li:last-child {
        width: 15%;
    }
    ul.steps.style-2 li .label {
        display: none;
    }
    ul.steps.style-2.step-4 li:last-child {
        width: 15%;
    }
}
ul.validate li {
    font-size: 0.75em;
    font-family: Graphik Regular, sans-serif;
    color: #a8abac;
    background: url(icon-arrow-grey.7452c9680c2ad034.png) 0 0 no-repeat;
    line-height: 28px;
    padding-left: 32px;
    margin-bottom: 5px;
}
ul.validate li.success {
    background: url(icon-arrow-green.208a5fb3181d9df6.png) 0 0 no-repeat;
    color: #4bb312;
}
ul.validate li.error {
    background: url(icon-arrow-red.e716dd3c324cdd0c.png) 0 0 no-repeat;
    color: #ef3529;
}
ul.faq li {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
}
ul.faq li:last-child {
    border-bottom: none;
}
ul.faq li .ques {
    margin-bottom: 5px;
    font-size: 14px;
}
ul.faq li .ans {
    margin-bottom: 5px;
    font-size: 13px;
}
ul.otp {
    overflow: hidden;
    display: flex;
}
ul.otp li {
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
    max-width: 50px;
}
ul.otp li input {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Graphik Semibold, sans-serif;
    color: #003087;
    font-size: 16px;
}
@media (max-width: 575px) {
    ul.otp li {
        width: 15% !important;
        margin-right: 1.5%;
    }
}
.arabic-design {
    direction: rtl;
    font-family: Neo Sans Arabic, sans-serif, Tahoma, sans-serif !important;
}
.arabic-design main {
    margin-left: 0;
    margin-right: 240px;
}
.arabic-design .section-title,
.arabic-design .db-item .content h3 a,
.arabic-design .sidebar h2 {
    font-family: Neo Sans Arabic, sans-serif, Tahoma, sans-serif;
}
.arabic-design .section-title a.float-right {
    float: left !important;
}
.arabic-design .sidebar a.nav-link {
    font-family: Neo Sans Arabic, sans-serif, Tahoma, sans-serif;
}
.arabic-design .sidebar a.nav-link {
    border-left: none;
    border-right: 4px solid #003087;
}
.arabic-design .sidebar a.nav-link:active,
.arabic-design .sidebar a.nav-link:hover {
    border-right: 4px solid #ffffff;
}
.arabic-design .sidebar .nav li .inner {
    padding: 8px 55px 0 0;
}
.arabic-design h1,
.arabic-design h2,
.arabic-design h3,
.arabic-design h4,
.arabic-design h5,
.arabic-design h6,
.arabic-design p {
    text-align: right !important;
}
.arabic-design h1,
.arabic-design h2,
.arabic-design h3,
.arabic-design h4,
.arabic-design h5,
.arabic-design h6,
.arabic-design p,
.arabic-design a,
.arabic-design input,
.arabic-design .bulletin-text {
    font-family: Neo Sans Arabic, sans-serif, Tahoma, sans-serif !important;
}
.arabic-design input,
.arabic-design select {
    direction: ltr !important;
}
.arabic-design .product-btn span:last-child {
    text-align: right !important;
}
.arabic-design .product-btn span:first-child {
    text-align: left !important;
}
@media (max-width: 575px) {
    .arabic-design .product-btn span:last-child {
        text-align: right !important;
        padding: 0;
    }
}
.arabic-design .direction-rtl {
    direction: rtl !important;
}
.arabic-design .direction-ltr {
    direction: ltr !important;
}
.arabic-design .direction-ltr th,
.arabic-design .direction-ltr td {
    text-align: left !important;
}
.arabic-design .direction-ltr .initials {
    margin-left: 0 !important;
    margin-right: 10px;
}
.arabic-design .direction-ltr .open-cc-underrow p {
    text-align: left !important;
}
.arabic-design .tbl-style-1 tr th,
.arabic-design .tbl-style-1 tr td {
    text-align: right;
}
.arabic-design .biller-logo {
    height: 55px;
    width: 55px;
    box-shadow: 0 2px 3px 0 transparent !important;
    border: 1px solid #d9e2e8 !important;
    border-left: 0 !important;
    border-radius: 0 6px 6px 0;
}
.arabic-design .left-col-reg {
    right: 0 !important;
}
.arabic-design .col-register {
    left: 0 !important;
}
.arabic-design .bulletin {
    text-align: right;
}
.arabic-design .bulletin i {
    float: right !important;
    margin-right: 0;
    margin-left: 5px;
}
.arabic-design .yes,
.arabic-design .no,
.arabic-design .new-theme-radio label {
    text-align: center !important;
}
.arabic-design #my-payments .img-holder {
    float: right;
    margin-left: 10px !important;
    margin-right: 0 !important;
}
.arabic-design .favourite-tabs-list {
    float: right;
}
.arabic-design .favourite-cards-block .content,
.arabic-design .panel .panel-title,
.arabic-design .panel .panel-body {
    text-align: right;
}
.arabic-design .panel .panel-title img {
    margin-right: 0;
    margin-left: 10px;
}
.arabic-design .scheduled-wrapper .table td:nth-child(4),
.arabic-design .scheduled-wrapper .table td:nth-child(5) {
    text-align: left !important;
}
.arabic-design .sidebar .nav-link,
.arabic-design .sidebar h2 {
    text-align: right;
}
.arabic-design .sidebar .nav-item.active,
.arabic-design .sidebar .nav-item.open {
    border-left: 0px !important;
    border-right: 2px solid white !important;
}
.arabic-design .sidebar .nav-item.active:hover .nav-link,
.arabic-design .sidebar .nav-item.open:hover .nav-link {
    border-right: 0px !important;
}
.arabic-design .sidebar .nav-link {
    border-right: 2px solid rgba(255, 255, 255, 0) !important;
}
.arabic-design .sidebar .nav-link:hover {
    border-right: 2px solid white !important;
}
.arabic-design .sidebar .inner li {
    text-align: right;
}
.arabic-design .filter-grid {
    overflow: auto;
}
.arabic-design .main-info figure {
    float: right !important;
    padding-right: 0 !important;
}
.arabic-design .main-info h2 {
    float: right !important;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 60% !important;
}
.arabic-design .main-info h2 .notification {
    float: left !important;
    margin-right: 5px;
}
.arabic-design .star-fav {
    left: 7px !important;
}
.arabic-design .fs-matthew-english {
    font-family: FS Matthew, sans-serif;
}
.arabic-design table td {
    text-align: right;
}
.arabic-design .description,
.arabic-design .title-style-four,
.arabic-design .give-me-space {
    text-align: right !important;
}
.arabic-design .global-market-header {
    overflow: auto;
}
.arabic-design .global-market-header .global-market-tabs li {
    float: right;
}
.arabic-design .global-market-header .bulletin-breadcrumb {
    text-align: right;
}
.arabic-design .gold-account {
    right: auto;
    left: 80px;
}
.arabic-design .custom-control {
    margin-right: 0;
    padding-right: 1.5rem;
}
.arabic-design .custom-control .custom-control-indicator {
    right: 0;
}
.arabic-design .isave .button-holder {
    float: right;
}
.arabic-design .isave .slide-1 {
    background-image: url(wealth-slide-1-arabic.044bf8ecc3aec2da.jpg);
}
.arabic-design label,
.arabic-design form label {
    text-align: right !important;
    width: 100%;
}
.arabic-design form .radio-btn label {
    text-align: center !important;
}
.arabic-design form .selectric .label {
    text-align: right;
}
.arabic-design .selectric .label {
    text-align: left !important;
}
.arabic-design .account-header-section .fave-circle {
    float: right;
    margin-left: 10px;
}
.arabic-design .account-header-section .more-details-button {
    text-align: center !important;
}
.arabic-design .account-header-section .acc-action .col-sm-4 {
    margin-left: 0 !important;
}
.arabic-design .unbilled-tab h5,
.arabic-design .transaction-tab h5 {
    text-align: center !important;
}
.arabic-design .unbilled-tab {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-left: 1px solid rgba(192, 192, 192, 0.3) !important;
}
.arabic-design .transaction-tab {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-right: 1px solid rgba(192, 192, 192, 0.3) !important;
}
.arabic-design #filter-options label {
    text-align: right;
}
.arabic-design #filter-options .type a {
    float: right;
}
.arabic-design .open-cc-row {
    margin-left: 0 !important;
}
.arabic-design .sidebar-accounts .quick-links li {
    text-align: right;
}
.arabic-design .sidebar-accounts .quick-links li i {
    padding-left: 3px;
}
.arabic-design .sidebar-accounts .section-title span {
    float: right;
    padding-left: 5px;
}
.arabic-design .pagination .fa-chevron-right {
    transform: rotate(180deg);
}
.arabic-design .pagination .fa-chevron-left {
    transform: rotate(-180deg);
}
.arabic-design .modal h5,
.arabic-design .modal p,
.arabic-design .grid-box h4,
.arabic-design .grid-box p {
    text-align: center !important;
}
.arabic-design .grid-box .contentHolder {
    text-align: right !important;
}
.arabic-design .account-row .figure {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 7px !important;
}
.arabic-design .countdown {
    margin-right: 0 !important;
}
.arabic-design .no-otp-yet {
    margin-left: 10px;
}
.arabic-design .left-col-content {
    padding-left: 0 !important;
    padding-right: 80px !important;
}
.arabic-design .options {
    float: right;
}
.arabic-design .reg-panel {
    text-align: right;
}
.arabic-design .reg-panel h3 {
    display: inline-block;
}
.arabic-design .reg-panel .button-holder,
.arabic-design .charity-next-button {
    float: right;
}
.arabic-design .charity-splatter-bottom-right,
.arabic-design .contact-us-splatter-bottom-right {
    right: auto;
    left: 0;
    transform: rotateY(180deg);
}
.arabic-design .charity-splatter-bottom-left,
.arabic-design .charity-splatter-top-left {
    right: -200px;
    left: auto;
    transform: rotateY(180deg);
}
.arabic-design .half-width,
.arabic-design .review-payment-button,
.arabic-design .reg-step-1,
.arabic-design .back-link,
.arabic-design .make-payment-button {
    float: right;
}
.arabic-design .reg-step-1 i,
.arabic-design .back-link i {
    float: left;
    margin-right: 5px;
}
.arabic-design .charity,
.arabic-design .offers-search h2 {
    text-align: center !important;
}
.arabic-design .contact-us-main div {
    text-align: right;
}
.arabic-design .slick-slide h4,
.arabic-design .slick-slide h5,
.arabic-design .slick-slide p {
    text-align: center !important;
}
.arabic-design .favourite-cards-block .slick-slide h4,
.arabic-design .favourite-cards-block .slick-slide h5,
.arabic-design .favourite-cards-block .slick-slide p {
    text-align: right !important;
}
@media (max-width: 575px) {
    .arabic-design .favourite-cards-block .slick-slide h4,
    .arabic-design .favourite-cards-block .slick-slide h5,
    .arabic-design .favourite-cards-block .slick-slide p {
        text-align: center !important;
    }
}
.arabic-design .page-number {
    font-weight: 400 !important;
    margin-left: 10px;
}
.arabic-design .sidebar-accounts .other-account-carousel .fa-star {
    float: left;
}
.arabic-design .sidebar-accounts .other-account-carousel .other-balance {
    font-weight: 400;
}
.arabic-design .filter-options {
    padding-right: 15px;
}
.arabic-design .filter-options li {
    float: right;
}
.arabic-design .filter-options .close {
    right: auto;
    left: 10px;
    top: 9px;
}
.arabic-design .random {
    color: orange;
}
.arabic-design .beneficiary-grid .filter-grid {
    overflow: visible;
}
.arabic-design .beneficiary-grid .filter-grid .dropdown {
    text-align: right;
}
.arabic-design .beneficiary-grid .filter-grid .dropdown span {
    margin-left: 5px;
}
.arabic-design .beneficiary-grid .filter-grid #list-filter,
.arabic-design .beneficiary-grid .filter-grid #grid-filter {
    float: left !important;
}
.arabic-design .beneficiary-grid .grid-view .tag-box,
.arabic-design .info-drawer-wrapper .details-box {
    text-align: right !important;
}
.arabic-design .info-drawer-wrapper .bene-details-list {
    text-align: center;
}
.arabic-design .info-drawer-wrapper #close-drawer {
    float: left !important;
}
.arabic-design .account-main .account-controls-wrapper {
    float: left;
}
.arabic-design .product-panel h4,
.arabic-design .product-panel p,
.arabic-design .no-card-content h2,
.arabic-design .no-card-content p {
    text-align: center !important;
}
.arabic-design .no-card-content .button-holder {
    float: none !important;
}
.arabic-design .add-favourite h4,
.arabic-design .add-favourite p {
    text-align: center !important;
}
.arabic-design .atm div {
    text-align: right !important;
}
.arabic-design .atm div .title-style-three small {
    float: right;
    margin-top: 3px;
    margin-left: 3px;
}
.arabic-design .atm ul li strong {
    float: right;
    margin-left: 4px;
}
.arabic-design .atm .address {
    background-position: 386px -7px;
    background-image: none;
    padding-right: 0;
}
.arabic-design .atm .email {
    background-position: 386px -54px;
    background-image: none;
    padding-right: 0;
}
.arabic-design .atm .opening {
    background-position: 386px -100px;
    background-image: none;
    padding-right: 0;
}
.arabic-design .card-details .card-information .title-label {
    float: right !important;
    text-align: right;
}
.arabic-design .card-details .card-information .text-right {
    float: left !important;
    text-align: left !important;
}
.arabic-design .card-information li {
    display: flex;
    justify-content: space-between;
}
.arabic-design .card-information li .title-label {
    float: right !important;
    text-align: right;
}
.arabic-design .card-information li .text-right {
    float: left !important;
    text-align: left !important;
}
.arabic-design .card-box .content p span:nth-child(2) {
    text-align: left !important;
}
.arabic-design .card-box .action-items li:nth-child(1) {
    border-right: 0px !important;
    border-left: 1px solid #eee !important;
}
.arabic-design .under-breadcrumbs-title {
    text-align: right;
}
.arabic-design .center {
    text-align: center !important;
}
.arabic-design .accordion .card .card-header .card-details .card-left {
    position: relative;
    left: 0;
    right: 0;
    float: right;
    text-align: right;
}
.arabic-design
    .accordion
    .card
    .card-header
    .card-details
    .card-left
    .fave-circle {
    float: right;
    margin-left: 10px;
}
.arabic-design .map-buttons li a {
    float: right !important;
}
.arabic-design .pie-chart-column h5 {
    text-align: center !important;
}
.arabic-design .pie-chart-column .pie-chart {
    margin: 0 auto;
}
.arabic-design .pie-chart-column ul li {
    text-align: right;
    float: right;
}
.arabic-design .pie-chart-column .quick-link-wrapper {
    clear: both;
    overflow: auto;
}
.arabic-design .pie-chart-column .quick-link-wrapper ul {
    margin-right: 0 !important;
}
.arabic-design .pie-chart-column .quick-link-wrapper ul li {
    float: right;
}
.arabic-design .accordion .accordion-content .left-col-title p {
    text-align: right;
}
.arabic-design .accordion .card .card-header.orange {
    border-left: 0;
    border-right: 10px solid #ffa032;
}
.arabic-design .accordion .card .card-header.pink {
    border-left: 0;
    border-right: 10px solid #ff6182;
}
.arabic-design .accordion .card .card-header.greeen {
    border-left: 0;
    border-right: 10px solid #44c0c1;
}
.arabic-design .accordion .card .card-header {
    border: 1px solid #e2e2e2;
    border-radius: 6px 0 0 6px/6px 0px 0px 6px;
    background: white;
    padding: 10px 20px;
}
.arabic-design .card-loan-number {
    white-space: nowrap;
    margin-bottom: 0;
}
.arabic-design .beneficiary-grid .grid-view {
    padding: 20px;
}
.arabic-design .beneficiary-grid .grid-view .star-fave {
    right: auto !important;
    left: 30px;
}
.arabic-design .beneficiary-grid .grid-view .grid-card {
    margin-left: 15px;
    float: right;
    margin-right: 0;
}
.arabic-design .form-buttons {
    text-align: left;
}
.arabic-design .form-box .fa-question-circle {
    right: auto;
    left: 30px;
    margin-top: 0;
}
.arabic-design .puffed {
    float: right;
}
.arabic-design .offer-inside-wrapper .open-accordion {
    right: auto !important;
    left: 17px !important;
    border-left: 0px !important;
    border-right: 1px solid #d6d7d6 !important;
}
.arabic-design .offer-inside-wrapper .accordion-content li {
    text-align: right;
}
.arabic-design .radio-btn label {
    text-align: center !important;
}
.arabic-design .search-cat .input-group {
    direction: ltr;
}
.arabic-design .arabic-center p {
    text-align: center !important;
}
.arabic-design .arabic-left {
    text-align: left !important;
}
.arabic-design .arabic-right {
    text-align: right !important;
}
.arabic-design .arabic-float-right {
    float: right;
}
.arabic-design .interest-rate {
    text-align: right;
}
.arabic-design .input-search-group {
    direction: ltr;
}
.arabic-design .white-box {
    text-align: right;
}
.arabic-design .white-box.sidebar-fix {
    margin-right: auto;
    margin-left: 30px;
}
.arabic-design .slide-notification-box {
    right: auto;
    left: 40px;
}
.arabic-design .slide-notification-box .text-block {
    text-align: right;
}
.arabic-design .fave-account {
    left: auto;
    right: -37px;
}
.arabic-design .dropdown-menu {
    left: -45px !important;
}
.arabic-design .main.wealth .slides .content,
.arabic-design .main.wealth .slides .content-1,
.arabic-design .main.isave .slides .content,
.arabic-design .main.isave .slides .content-1 {
    padding-left: 0;
    padding-right: 50px;
}
.arabic-design .loans-wrapper .pie-chart-column ul li a .color-block {
    float: right;
}
.arabic-design .loans-wrapper .pie-chart-column ul {
    margin-left: 0;
    margin-right: 40px;
}
.arabic-design .accordion .card .card-header .card-details a.actionBtn {
    display: inline-block;
    position: absolute;
    z-index: 40;
    top: 0;
    left: 0 !important;
    padding: 30px 25px 22px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    right: auto;
}
.arabic-design .accordion .card .card-header .card-details .card-right {
    position: absolute;
    right: auto;
    left: 80px;
    top: 12px;
}
.arabic-design .biller-logo img {
    padding: 10px;
    padding-left: 0 !important;
    padding-right: 9px !important;
    border-radius: 6px;
    height: inherit;
}
.arabic-design ul.steps.style-2 li .label {
    left: auto;
    right: 40px;
}
.arabic-design .timer-alert-box {
    float: left;
}
.arabic-design .transfer-forms .cancel-transfer,
.arabic-design .transfer-form .cancel-transfer {
    margin-right: 0;
    margin-left: 20px;
}
.arabic-design .transfer-forms .info-box,
.arabic-design .transfer-form .info-box {
    text-align: right;
}
.arabic-design .info-box .img img {
    margin-right: 0 !important;
}
.arabic-design .payment-row .direction-ltr p {
    text-align: left !important;
}
.arabic-design .header-content {
    right: auto;
    left: 0;
}
.arabic-design .header-content li {
    float: right;
    border-right: 1px solid #f3f3f3;
    border-left: none;
}
.arabic-design .header-content li a i {
    margin-left: 0;
    margin-right: 3px;
}
.arabic-design .header-content li .dropdown-menu {
    left: 0;
    right: auto;
    margin-left: 100px;
    margin-right: 0;
}
.arabic-design .header-content li .dropdown img {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}
.arabic-design .header-content .user-name {
    font-family: FS Matthew, sans-serif;
}
.arabic-design .grid-wrapper-acc {
    clear: both;
}
.arabic-design .header-text-search {
    padding-top: 8px;
    padding-bottom: 8px;
}
.arabic-design .new-brand header .brand-image {
    float: right;
}
.arabic-design .new-brand header .brand-arabic {
    float: left;
}
.arabic-design .sidebar {
    right: 0;
    left: auto;
}
.arabic-design .push {
    padding-right: 270px !important;
    padding-left: 30px !important;
}
.arabic-design .sidebar a.nav-link.active {
    border-right: 4px solid #fff;
    border-left: 0;
}
.arabic-design .initials {
    margin-right: 0;
    margin-left: 10px;
}
.arabic-design .table thead th {
    text-align: right;
}
.arabic-design ul.global-market-tabs li {
    display: inline-block;
    padding-right: 0;
    padding-left: 40px;
}
.arabic-design ul.square-bullets li {
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 15px;
}
.arabic-design .chevron:before {
    transform: rotate(-135deg);
}
.arabic-design ul.square-bullets li a i {
    margin-right: -15px;
    margin-left: auto;
}
.arabic-design .global-market-header .print-market {
    position: absolute;
    left: 50px;
    right: auto;
    top: 20px;
}
.arabic-design .sidebar a.nav-link i {
    right: 10px;
    left: auto;
}
.arabic-design .sidebar a.nav-link {
    padding: 0 50px 0 0;
}
.arabic-design .main {
    padding-left: 30px !important;
}
.arabic-design .main.isave {
    padding-left: 0 !important;
}
.arabic-design .success-box .content .details .content-box p.info-box {
    text-align: right !important;
}
.arabic-design .no-review-content h1,
.arabic-design .no-review-content h2,
.arabic-design .no-review-content h3,
.arabic-design .no-review-content h4,
.arabic-design .no-review-content h5,
.arabic-design .no-review-content h6,
.arabic-design .no-review-content p {
    text-align: center !important;
}
.arabic-design .bulletin .bulletin-info {
    margin-right: 0;
    margin-left: 15px;
}
.arabic-design .bulletin-controls {
    right: auto;
    left: 20px;
}
.arabic-design .move-icon {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.arabic-design .slick-carousel-dots {
    text-align: left;
}
.arabic-design .star {
    right: auto;
    left: 15px;
}
.arabic-design .db-item .credit-card {
    float: right;
    padding-right: 0;
    padding-left: 10px;
}
.arabic-design .hamburger-menu {
    left: auto;
    right: 15px;
}
.arabic-design .products-cells .product-cell .star {
    top: 8px;
    right: auto;
    left: 22px;
}
.arabic-design .padding-right-40 {
    padding-right: 15px;
    padding-left: 40px;
}
.arabic-design .padding-left-40 {
    padding-left: 15px;
    padding-right: 40px;
}
.arabic-design .view-all {
    float: left;
}
.arabic-design .sidebar a.nav-link .notification {
    margin-right: 0;
    float: left;
    margin-left: 15px;
}
.arabic-design .status-bar .status-bar-progress {
    right: 0;
    top: 0;
    left: auto;
}
.arabic-design .header-account-settings {
    float: left !important;
    border-left: 0;
    border-right: 2px solid #f3f4f5;
    padding-left: 50px;
    padding-right: 30px;
    background-position: left center;
}
.arabic-design .header-text-search {
    border-left: 0;
    border-right: 2px solid #f3f4f5;
}
.arabic-design ul.primary-tabs li:first-child {
    border-right: 1px solid #e3e4e3;
    border-top-right-radius: 5px;
    border-top-left-radius: 0;
}
.arabic-design ul.primary-tabs li:first-child a {
    border-top-right-radius: 5px;
    border-top-left-radius: 0;
}
.arabic-design ul.primary-tabs li:last-child {
    border-right: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
}
.arabic-design ul.primary-tabs li:last-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
}
.arabic-design ul.primary-tabs img {
    margin-left: 10px;
}
.arabic-design .shield-activation a {
    float: right;
    text-align: right !important;
}
.arabic-design .main.wealth {
    padding-left: 0 !important;
}
.arabic-design .main.wealth.push {
    padding-left: 0 !important;
    padding-right: 240px !important;
}
.arabic-design .main.wealth .slides .content {
    padding-right: 50px;
}
.arabic-design .main.wealth .slides .content h2 {
    margin-bottom: 15px;
}
.arabic-design .main.wealth .slides.slide-1 .content,
.arabic-design .main.wealth .slides.slide-2 .content,
.arabic-design .main.wealth .slides.slide-6 .content {
    float: right;
}
.arabic-design .main.wealth .slides.slide-1 .content p,
.arabic-design .main.wealth .slides.slide-2 .content p,
.arabic-design .main.wealth .slides.slide-6 .content p {
    text-align: right !important;
}
.arabic-design .main.wealth .slides.slide-1 .content ul,
.arabic-design .main.wealth .slides.slide-2 .content ul,
.arabic-design .main.wealth .slides.slide-6 .content ul {
    text-align: right;
    padding-left: 0;
    padding-right: 25px;
}
.arabic-design .main.wealth .slides.slide-3 .content .product-content {
    text-align: right;
}
.arabic-design .main.wealth .slides.slide-3 .content .product-content h2 {
    padding-left: 0;
    border-left: none;
    padding-right: 15px;
    border-right: 4px solid red;
}
.arabic-design .main.wealth .slides.slide-3 .content .product-content p,
.arabic-design .main.wealth .slides.slide-4 .content p,
.arabic-design .main.wealth .slides.slide-5 .content p {
    text-align: right !important;
}
.arabic-design .main.wealth .slides.slide-5 .content-1 {
    text-align: right;
}
.arabic-design .main.wealth .slides.slide-5 .content-1 ul.selected-products {
    padding-right: 10px;
    padding-left: 40px;
}
.arabic-design
    .main.wealth
    .slides.slide-5
    .content-1
    ul.selected-products
    li
    span
    a.delete {
    right: auto;
    left: -7px;
}
.arabic-design .main.wealth .slides.slide-1 {
    background-image: url(wealth-slide-1-arabic.044bf8ecc3aec2da.jpg);
}
.arabic-design .main.wealth .slides.slide-2 {
    background-image: url(wealth-slide-2-arabic.9a2b54bc9966a74f.jpg);
}
.arabic-design .main.wealth .slides.slide-3 {
    background-image: url(wealth-slide-3-arabic.6789619dc5e8a57e.jpg);
}
.arabic-design .main.wealth .slides.slide-4 {
    background-image: url(wealth-slide-4-arabic.861c817d378535c3.jpg);
}
.arabic-design .main.wealth .slides.slide-5 {
    background-image: url(wealth-slide-5-arabic.1cf49ab35220cf3c.jpg);
}
.arabic-design .main.wealth .slides.slide-6 {
    background-image: url(wealth-slide-7-arabic.00c020f9ffe03110.jpg);
}
.arabic-design .main.wealth .slides ul.services li {
    border-left: none;
    padding-left: 0;
    border-right: 3px solid red;
    padding-right: 15px;
    text-align: right;
}
.arabic-design .main.wealth .slides ul.products li .circle {
    float: left;
}
.arabic-design .main.wealth .slides .next {
    left: 0;
    right: auto;
}
.arabic-design .main.wealth .slides .next .next-btn {
    left: auto;
    right: -25px;
    transform: rotate(180deg);
}
.arabic-design .main.activate-card {
    padding-left: 0 !important;
}
.arabic-design .main.activate-card.push {
    padding-left: 0 !important;
    padding-right: 240px !important;
}
.arabic-design .main.activate-card .slides .push-lg-5 {
    left: -41.66667%;
}
.arabic-design .main.activate-card .slides .pull-lg-7 {
    right: -58.33333%;
}
.arabic-design .main.activate-card .slides .pull-lg-5 {
    right: -41.66667%;
}
.arabic-design .main.activate-card .slides .push-lg-7 {
    left: -58.33333%;
}
.arabic-design .main.activate-card .slides .custom-control-indicator {
    left: auto;
    right: 0;
}
.arabic-design .main.activate-card .slides .custom-control-description {
    padding-right: 20px;
}
.arabic-design .main .cards ul.act-items li {
    border-right: none;
    border-left: 1px solid #e1e1e1;
}
.arabic-design .main .cards ul.act-items li:last-child {
    border-left: none;
}
.arabic-design .main .db-item .content .fav-account {
    right: auto;
    left: -10px;
}
.arabic-design .main .account-debit-card {
    padding-left: 15px;
    padding-right: 30px;
    border-left: none;
}
.arabic-design .main .transactions table thead th {
    text-align: right;
}
.arabic-design .main .my-offers small {
    float: left;
}
.arabic-design .main .download-popover {
    right: auto;
    left: 0;
}
.arabic-design .main .filters-holder li:first-child {
    padding-left: 5px;
    padding-right: 0;
}
.arabic-design .main .filters-holder li:last-child {
    padding-right: 5px;
    padding-left: 0;
}
.arabic-design .main .account-header-section ul.acc-action li {
    margin-right: 0;
    margin-left: 20px;
}
.arabic-design .main .account-header-section ul.acc-action li:last-child {
    margin-left: 0;
}
.arabic-design .logged-in-menu {
    left: 10px;
    right: auto;
}
.arabic-design .logged-in-menu ul.options li a {
    text-align: left;
    padding: 15px 45px 15px 15px;
    background-position: right 10px center;
}
.arabic-design .otp-wrapper {
    float: right;
}
.arabic-design .otp-wrapper .otp {
    justify-content: flex-end;
}
.arabic-design .otp-wrapper .otp li {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.arabic-design .pin-entry {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.arabic-design .charity-review-payment .remove-charity {
    right: -15px;
    left: auto;
}
.arabic-design input[type="text"]:focus,
.arabic-design input[type="password"]:focus,
.arabic-design input[type="date"]:focus,
.arabic-design .filter-button:focus {
    outline: none;
}
.arabic-design input[type="text"].error,
.arabic-design input[type="password"].error,
.arabic-design input[type="date"].error,
.arabic-design .filter-button.error {
    background: #fdefee url(exclamation.daf3cd76a9350267.png) left 10px center
        no-repeat;
    border-color: #f3ada9;
}
.arabic-design .error-msg {
    text-align: left;
}
.arabic-design .error-msg.server-side {
    text-align: right;
}
.arabic-design header a.lang-switch {
    float: left !important;
}
.arabic-design header .header-text-search input {
    padding: 17px 20px;
}
.arabic-design .login .form-holder .button-holder a.button {
    float: right !important;
}
.arabic-design .login .form-holder .button-holder .options {
    float: right;
    padding-left: 0;
    padding-right: 30px;
}
.arabic-design .modal-dialog .modal-header .close {
    right: auto;
    left: 15px;
}
.arabic-design .db-modal.modal-1 {
    background: url(dashboard-bg-1-ar.ae17a966c251324c.jpg) left center
        no-repeat;
}
.arabic-design .db-modal.modal-2 {
    background: url(dashboard-bg-2-ar.4109768a66ff85dd.jpg) left center
        no-repeat;
}
.arabic-design .gen-reg .col-register h2,
.arabic-design .forgot-password .col-register h2 {
    right: 40px;
    font-family: Neo Sans Arabic, sans-serif, Tahoma, sans-serif;
}
.arabic-design ul.steps li {
    float: right !important;
}
.arabic-design ul.steps li .step,
.arabic-design ul.steps li .bar {
    left: auto;
    right: 0;
}
.arabic-design .gen-reg .col-register .form-holder h3,
.arabic-design .gen-reg .col-register .form-holder .desc-small,
.arabic-design .forgot-password .col-register .form-holder h3,
.arabic-design .forgot-password .col-register .form-holder .desc-small {
    font-family: Neo Sans Arabic, sans-serif, Tahoma, sans-serif;
}
.arabic-design .gen-reg .col-register .form-holder .button-holder .info,
.arabic-design
    .forgot-password
    .col-register
    .form-holder
    .button-holder
    .info {
    float: right;
    margin-right: 0;
    margin-left: 5px;
    margin-top: 25px;
}
.arabic-design .gen-reg .col-register .form-holder .button-holder .button,
.arabic-design
    .forgot-password
    .col-register
    .form-holder
    .button-holder
    .button {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 5px;
}
.arabic-design .gen-reg .col-register ul.steps,
.arabic-design .forgot-password .col-register ul.steps {
    margin-right: 0 !important;
}
.arabic-design .gen-reg .col-register ul.validate li,
.arabic-design .gen-reg .col-register ul.validate li.success,
.arabic-design .gen-reg .col-register ul.validate li.error,
.arabic-design .forgot-password .col-register ul.validate li,
.arabic-design .forgot-password .col-register ul.validate li.success,
.arabic-design .forgot-password .col-register ul.validate li.error {
    background-position: right 0 !important;
    padding-right: 35px;
    padding-left: 0;
}
.arabic-design .gen-reg .col-register ul.token-workprocess li,
.arabic-design .forgot-password .col-register ul.token-workprocess li {
    float: right !important;
    padding-right: 0 !important;
    padding-left: 10px;
}
.arabic-design .gen-reg .col-register ul.token-workprocess li figure,
.arabic-design .forgot-password .col-register ul.token-workprocess li figure {
    padding-right: 0 !important;
    padding-left: 5px;
}
.arabic-design .gen-reg .col-register ul.button-holder li,
.arabic-design .forgot-password .col-register ul.button-holder li {
    float: right !important;
    margin-left: 2%;
    margin-right: 0 !important;
}
.arabic-design .gen-reg .col-register ul.button-holder li:last-child,
.arabic-design .forgot-password .col-register ul.button-holder li:last-child {
    margin-left: 0;
}
.arabic-design .gen-reg .col-register ul.button-holder li.text,
.arabic-design .forgot-password .col-register ul.button-holder li.text {
    font-size: 14px !important;
    line-height: 1.3 !important;
}
.arabic-design .gen-reg .vertical,
.arabic-design .forgot-password .vertical {
    position: relative;
    min-height: 100vh;
    padding: 0 15px;
}
.arabic-design ul.validate li,
.arabic-design ul.validate li.success,
.arabic-design ul.validate li.error {
    background-position: right 0 !important;
    padding-right: 35px;
    padding-left: 0;
    text-align: right;
}
.arabic-design .subscribe-holder .subscribe-box {
    padding-left: 0;
    padding-right: 80px;
    background-position: right;
}
.arabic-design .subscribe-holder .subscribe-box.alerts {
    background-position: right;
}
.arabic-design .profile-box .check-btn label {
    text-align: center !important;
}
.arabic-design .pull-left {
    float: right;
}
.arabic-design .pull-right {
    float: left;
}
.arabic-design .fab-product-cards .card p {
    text-align: right !important;
}
.arabic-design ul.radioBtn li label {
    padding: 10px 35px 10px 10px;
}
.arabic-design ul.radioBtn li .check {
    left: auto;
    right: 0;
}
.arabic-design .button {
    font-family: Neo Sans Arabic, sans-serif, Tahoma, sans-serif;
}
.arabic-design .button .fa-chevron-left,
.arabic-design .button .fa-chevron-right {
    transform: rotate(180deg);
}
.arabic-design input[type="text"],
.arabic-design input[type="password"],
.arabic-design input[type="date"],
.arabic-design .filter-button {
    font-family: Neo Sans Arabic, sans-serif, Tahoma, sans-serif;
}
.arabic-design .col-detail {
    padding-right: 45px;
    padding-left: 15px;
}
.arabic-design .payments-section .panel .panel-heading .panel-controls,
.arabic-design .offers-section .panel .panel-heading .panel-controls {
    right: auto;
    left: 30px;
}
.arabic-design
    .my-dashboard
    .slick-carousel-arrows
    .slick-arrow.slick-prev:before {
    content: "\f105";
}
.arabic-design
    .my-dashboard
    .slick-carousel-arrows
    .slick-arrow.slick-next:before {
    content: "\f104";
}
.arabic-design .form-element label {
    left: auto;
    right: 7px;
}
.arabic-design .info-drawer-wrapper .info-drawer .card-view-top .grid-card {
    float: right;
    margin-right: auto;
    margin-left: 15px;
}
.arabic-design .drawer-mf h5 .btn-mf {
    float: left;
}
.arabic-design .rates-box .top-table-filter li.pull-right {
    margin-right: auto;
    margin-left: 30px;
}
.arabic-design .rates-box .top-table-filter li.filter-tag a {
    padding: 5px 20px 5px 25px;
}
.arabic-design .rates-box .top-table-filter li.filter-tag a span {
    right: auto;
    left: 13px;
}
.arabic-design .rates-box .top-table-filter li.filter-tag {
    float: right;
}
.arabic-design .rates-box .top-table-filter li.filter-tag:first-child {
    margin-left: 5px;
    margin-right: 20px;
}
.arabic-design .rates-box .rates-top-bar p span {
    float: left;
}
.arabic-design .group-icon {
    float: right;
    margin-left: 25px;
    margin-right: auto;
}
.arabic-design .table thead th:first-child,
.arabic-design .table tbody td:first-child {
    padding-left: auto;
    padding-right: 30px;
}
.arabic-design th {
    text-align: right;
}
.arabic-design .float-right {
    float: right !important;
}
.arabic-design .create-account-success-message .row {
    display: inline-block;
    max-width: 564px;
}
.arabic-design .create-account-success-message .col-md-7 {
    max-width: 100%;
    flex: none;
}
.arabic-design .create-account-bg {
    width: 100%;
    margin-top: 75px;
    position: absolute;
    padding: 20px 0;
    text-align: right;
}
.arabic-design.new-brand
    .login-body
    .vertical.login-content-wrapper
    .right-col-content
    .button-holder {
    text-align: right;
}
.arabic-design.new-brand
    .login-body
    .vertical.login-content-wrapper
    .right-col-content
    .button-holder
    a:nth-child(1) {
    margin-right: 0;
}
.arabic-design.new-brand
    .login-body
    .vertical.login-content-wrapper
    .right-col-content
    .button-holder
    .info {
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width: 991px) {
    .arabic-design.new-brand
        .login-body
        .vertical.login-content-wrapper
        .right-col-content
        .button-holder {
        text-align: center;
    }
    .arabic-design .register header {
        border-bottom: 1px solid transparent;
        padding: 8px 20px;
    }
    .arabic-design .gen-reg .col-register .form-holder .button-holder .info {
        margin-right: 0;
    }
    .arabic-design .gen-reg .col-register .form-holder .button-holder .button {
        margin-left: 5px;
    }
    .arabic-design .gen-reg .vertical {
        min-height: inherit;
        padding: 40px 30px 5vh;
    }
    .arabic-design .gen-reg .vertical .left-col-content {
        padding: 0 15px !important;
    }
    .arabic-design main {
        margin-right: 0;
    }
    .arabic-design header .logo-holder {
        margin-left: 0;
        margin-right: 43px;
        padding: 0;
    }
    .arabic-design .header-content li .dropdown img {
        margin-left: 0;
    }
    .arabic-design .header-account-settings {
        margin: 16px 20px 0 0;
        padding: 0;
        border-right: none;
    }
    .arabic-design .search-mobile-icon {
        float: left !important;
    }
    .arabic-design .arrow_box:after,
    .arabic-design .arrow_box:before {
        left: 15%;
    }
    .arabic-design .main.activate-card .slides .push-lg-5 {
        left: auto;
    }
    .arabic-design .main.activate-card .slides .pull-lg-7,
    .arabic-design .main.activate-card .slides .pull-lg-5 {
        right: auto;
    }
    .arabic-design .main.activate-card .slides .push-lg-7 {
        left: auto;
    }
    .arabic-design .main.activate-card .slides .custom-control-indicator {
        left: auto;
        right: 0;
    }
    .arabic-design .main.activate-card .slides .custom-control-description {
        padding-right: 20px;
    }
    .new-brand
        .login-body
        .vertical.login-content-wrapper
        .right-col-content
        .button-holder
        .info {
        margin-left: 10px;
    }
}
@media (min-width: 768px) {
    .arabic-design .offset-md-2 {
        margin-left: 0;
        margin-right: 16.66667%;
    }
}
@media (max-width: 767px) {
    .arabic-design.new-brand .login-content-wrapper .left-col-content {
        padding-right: 0 !important;
    }
    .arabic-design.new-brand .login-content-wrapper .left-col-content h1,
    .arabic-design.new-brand .login-content-wrapper .left-col-content h2 {
        text-align: center !important;
    }
    .arabic-design .main .account-debit-card {
        border-right: none;
        padding-right: 15px;
    }
    .arabic-design .sidebar .search-mobile-holder i.fa {
        left: auto;
        right: 25px;
    }
    .arabic-design .sidebar .search-mobile-holder input {
        padding: 8px 40px 8px 8px;
    }
    .arabic-design .col-detail {
        padding-right: 15px;
    }
    .arabic-design .create-account-bg {
        width: calc(15% + 250.213px);
        margin-top: 65px;
        position: absolute;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .arabic-design.new-brand
        .login-body
        .login-content-wrapper
        .right-col-content
        .button-holder
        a {
        margin-right: 0 !important;
    }
    .arabic-design .main {
        padding-left: 15px !important;
    }
    .arabic-design .otp-wrapper ul.otp {
        margin-right: 0;
    }
    .arabic-design .otp-wrapper ul.otp li {
        margin-left: 1.5%;
    }
    .arabic-design header .header-content li {
        border: none;
    }
    .arabic-design header .logo-holder {
        margin: 0 auto;
        padding: 0;
    }
    .arabic-design .gen-reg .vertical,
    .arabic-design .forgot-password .vertical {
        position: relative;
        min-height: inherit;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .arabic-design .gen-reg .vertical .left-col-content,
    .arabic-design .forgot-password .vertical .left-col-content {
        padding: 0 !important;
        text-align: center;
    }
    .arabic-design .gen-reg .vertical .left-col-content h2,
    .arabic-design .gen-reg .vertical .left-col-content h1,
    .arabic-design .forgot-password .vertical .left-col-content h2,
    .arabic-design .forgot-password .vertical .left-col-content h1 {
        margin: auto;
        text-align: center !important;
    }
    .arabic-design .gen-reg .vertical .form-holder .button-holder,
    .arabic-design .forgot-password .vertical .form-holder .button-holder {
        flex-wrap: wrap-reverse;
        display: flex;
    }
    .arabic-design .gen-reg .vertical .form-holder .button-holder .new-button,
    .arabic-design
        .forgot-password
        .vertical
        .form-holder
        .button-holder
        .new-button {
        margin-bottom: 10px;
    }
    .arabic-design
        .gen-reg
        .vertical
        .form-holder
        #savings-account-form
        .text-right,
    .arabic-design
        .forgot-password
        .vertical
        .form-holder
        #savings-account-form
        .text-right {
        flex-wrap: wrap-reverse;
        display: flex;
    }
    .arabic-design
        .gen-reg
        .vertical
        .form-holder
        #savings-account-form
        .text-right
        a,
    .arabic-design
        .forgot-password
        .vertical
        .form-holder
        #savings-account-form
        .text-right
        a {
        margin-left: 0;
    }
    .arabic-design .reg-panel {
        text-align: center;
    }
    .arabic-design .reg-panel h3 {
        text-align: center !important;
    }
}
@media (max-width: 470px) {
    .arabic-design .create-account-bg {
        width: calc(100% - 60px);
        margin-top: 85px;
        position: absolute;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .arabic-design .cards .card-details .push-md-7 {
        left: -58.33333%;
    }
    .arabic-design .cards .card-details .pull-md-5 {
        right: -41.66667%;
    }
    .arabic-design .offset-md-1 {
        margin-right: 8.33333%;
        margin-left: 0;
    }
}
.loader {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7) url(rolling.1182faa3f792a1ab.gif)
        center no-repeat;
    z-index: 999;
}
.loader.full {
    position: fixed;
}
ul.db-tabs {
    background: rgba(0, 0, 0, 0.02);
    margin-bottom: -2px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
ul.db-tabs li {
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
}
ul.db-tabs li a {
    display: block;
    padding: 15px;
    text-align: center;
    border: 1px solid transparent;
    color: #a8abac;
    line-height: 1.5;
}
ul.db-tabs li a .notification {
    display: inline-block;
    padding: 5px 8px;
    background: #003087;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 5px;
    line-height: 1;
}
ul.db-tabs li a.active {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    background: #fff;
    color: #000;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
ul.db-tabs.style-1 li a {
    border: none;
}
ul.db-tabs.style-1 li a.active {
    background: #003087;
    color: #fff;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.accordion {
    padding: 30px 20px 0;
}
.accordion p {
    margin-bottom: 0;
}
.accordion .accordion-content {
    background: white;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #efefef;
    border-top: 0px;
    padding-top: 20px !important;
    padding: 10px 20px;
}
.accordion .accordion-content .left-col-title {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 10px;
}
.accordion .accordion-content .left-col-title p {
    color: #a8abac;
}
.accordion .accordion-content .right-col-data {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    text-align: right;
    padding-right: 10px;
}
.accordion .accordion-content .right-col-data p {
    color: #7c7c7c;
}
.accordion .no-bottom-border {
    border-bottom: 0px !important;
    margin-bottom: -10px !important;
}
@media (max-width: 768px) {
    .accordion .no-bottom-border {
        border-bottom: 1px solid #efefef !important;
        margin-bottom: 10px !important;
    }
}
.accordion .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}
.accordion .card .card-header {
    border: 1px solid #e2e2e2;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: white;
    padding: 10px 20px;
}
.accordion .card .card-header.pink {
    border-left: 10px solid #ff6182;
}
.accordion .card .card-header.pink .card-title {
    color: #ff6182;
}
.accordion .card .card-header.orange {
    border-left: 10px solid #ffa032;
}
.accordion .card .card-header.orange .card-title {
    color: #ffa032;
}
.accordion .card .card-header.greeen {
    border-left: 10px solid #44c0c1;
}
.accordion .card .card-header.greeen .card-title {
    color: #44c0c1;
}
.accordion .card .card-header .card-details {
    width: 100%;
}
.accordion .card .card-header .card-details .label {
    display: block;
    padding: 15px 20px;
    border-radius: 6px;
    background: #6196a8;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.accordion .card .card-header .card-details .card-left {
    position: relative;
    left: 0;
}
.accordion .card .card-header .card-details .card-left .card-title {
    font-size: 20px;
}
.accordion .card .card-header .card-details .card-left .card-loan-number {
    color: #bcbebc;
}
.accordion .card .card-header .card-details .card-right {
    position: absolute;
    right: 80px;
    top: 12px;
}
.accordion .card .card-header .card-details .card-right .card-sub-title {
    font-size: 12px;
    color: #bcbebc;
    text-transform: uppercase;
    text-align: right;
}
.accordion .card .card-header .card-details .card-right .card-balance {
    font-size: 20px;
}
.accordion .card .card-header .card-details a.actionBtn {
    display: inline-block;
    position: absolute;
    z-index: 40;
    top: 0;
    right: 0;
    padding: 30px 25px 22px;
    border-left: 1px solid #e2e2e2;
    color: greyColor;
}
.newRectangle {
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 5px 10px;
}
.custom-search {
    background: #fff;
    border: 1px solid #d9e2e8;
    width: 100%;
    border-radius: 3px;
    max-height: 200px;
    overflow: auto;
}
.custom-search li {
    padding: 2px 10px;
    cursor: pointer;
}
.custom-search.new-dropdown .selected {
    background: rgba(0, 123, 255, 0.9);
    color: #fff;
}
.loantopupList input[type="radio"] {
    visibility: hidden;
}
.loantopupList input[type="radio"]:checked + label .card-header {
    border: 1px solid #003087;
}
.accordion .card .card-header .card-details a.actionBtn img {
    width: 13px;
}
.accordion .card .card-header .card-details a.actionBtn.collapsed {
    color: #003087;
}
.accordion .card .card-header .card-details a.actionBtn.collapsed ~ span.label {
    background: #ffffff;
    color: #f3f3f3;
}
.accordion .card table {
    margin-bottom: 0;
}
.accordion .card table tr:hover {
    background: rgba(97, 150, 168, 0.2);
}
.accordion .card table tr:hover td .edit {
    display: inline-block;
}
.accordion .card table th,
.accordion .card table td {
    font-size: 13px;
    color: #f3f3f3;
}
.accordion .card table th {
    font-family: FS Matthew Medium, sans-serif;
}
.accordion .card table th.edit {
    width: 70px;
    text-align: right;
}
.accordion .card table td .edit {
    display: none;
}
.accordion .fave-active {
    background: #eee;
    background: linear-gradient(to bottom, #eee, white);
}
.accordion .fave-inactive {
    background: white;
    background: linear-gradient(to bottom, white, #eee);
}
.accordion .fave-circle {
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    float: left;
    padding: 12px;
    margin-top: 0;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}
.accordion .fave-circle i {
    font-size: 25px;
    color: #003087;
}
.tbl-style-1 tr:nth-child(even) {
    background: rgba(97, 150, 168, 0.15);
}
.tbl-style-1 tr th,
.tbl-style-1 tr td {
    color: #535353;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
}
.tbl-style-1 tr th.title-style-two,
.tbl-style-1 tr td.title-style-two {
    color: #a8abac;
}
.tbl-style-1 tr th.tbl-bg-blue,
.tbl-style-1 tr td.tbl-bg-blue {
    background: #9cc3cf;
    color: #fff;
}
.tbl-style-1 tr td {
    font-family: FS Matthew, sans-serif;
}
.tbl-style-1 tr th {
    font-family: FS Matthew Bold, sans-serif;
}
.tbl-style-1.style-2 tr td,
.tbl-style-1.style-2 tr th {
    width: 25%;
}
.accounts-list-table tr td {
    padding: 11px 20px !important;
}
.table-full-width {
    margin-left: -30px;
    margin-right: -30px;
}
.table {
    margin-bottom: 0;
}
.table .fa-ellipsis-v {
    font-size: 19px;
    color: silver;
    vertical-align: middle;
    margin-right: 10px;
}
.table .fa {
    vertical-align: middle;
}
.table.modal-table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.table.modal-table th:first-child {
    padding-left: 10px;
    border-top-left-radius: 4px;
}
.table.modal-table th:last-child {
    padding-right: 10px;
    border-top-right-radius: 4px;
}
.table.modal-table td:first-child {
    padding-left: 10px;
}
.table.modal-table td:last-child {
    padding-right: 10px;
}
.table.modal-table th {
    background: #e6e6e6;
}
.table.modal-table td {
    background: white;
}
.table .star-fav {
    font-size: 16px;
    line-height: 1;
    color: #003087;
    margin-right: 5px;
}
.table thead th:last-child {
    padding-right: 30px;
}
.table thead th {
    border-top: 0px;
    border-bottom: 0px;
    font-family: FS Matthew, sans-serif;
    padding: 12px 20px;
    color: #6f6f6f;
}
.table thead th i {
    margin-left: 10px;
    color: #a8abac;
}
.table tbody tr {
    transition: all 0.5s ease;
    cursor: default;
}
.table tbody tr.active-choice td,
.table tbody tr.active-choice:hover td {
    background: rgba(192, 192, 192, 0.2);
    color: #6196a8 !important;
}
.table tbody tr:hover,
.table tbody tr.active {
    background: rgba(0, 48, 135, 0.02);
}
.table tbody tr:hover td,
.table tbody tr.active td {
    color: #292b2c !important;
}
.table tbody tr:hover td .initials,
.table tbody tr.active td .initials {
    border-color: #ffffffb3;
    transition: all 0.5s ease;
    background: #fff;
}
.table tbody tr:hover a,
.table tbody tr.active a {
    color: #6196a8;
}
.table tbody tr:hover .hover-buttons a,
.table tbody tr.active .hover-buttons a {
    opacity: 1;
    visibility: visible;
}
.table tbody tr.open-cc-underrow {
    display: none;
}
.table tbody tr.open-cc-underrow td {
    padding: 20px;
    border-top: 0px;
}
.table tbody tr.open-cc-underrow td p {
    color: #7c7c7c;
    font-size: 12px;
    margin-bottom: 5px;
}
.table tbody tr.open-cc-underrow td p strong {
    color: #000;
}
.table tbody tr.open-cc-underrow td .button {
    float: right;
    padding: 9px 8px 8px;
    font-size: 12px;
}
.table tbody tr.open-cc-underrow td a {
    color: #6196a8;
}
.table tbody td:first-child {
    padding-left: 30px;
}
.table tbody td:first-child a.home-isave {
    color: #6196a8;
}
.table tbody td:first-child a.edu-isave {
    color: orange;
}
.table tbody td:first-child a.travel-isave {
    color: #dc143c;
}
.table tbody td:last-child {
    padding-right: 30px;
}
.table tbody td {
    font-family: FS Matthew, sans-serif;
    padding: 18px 20px;
    color: #292b2c;
    transition: color 0.3s ease;
    border-top: 0px;
    border-bottom: 0px;
    vertical-align: middle;
    border-top: 1px solid #eee;
}
.table tbody td.payment-plan {
    color: #007bff;
}
.table tbody td:hover {
    color: #292b2c !important;
}
.table tbody td .img-holder {
    width: 36px;
    height: 36px;
    float: left;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #d6d7d6;
    overflow: hidden;
    background: white;
    margin: -9px 0;
    margin-right: 10px !important;
}
.table tbody td .img-holder .pull-image-up {
    margin-top: -3px;
}
.table tbody td .img-holder img {
    width: 100%;
    height: auto;
}
.table tbody td a {
    color: #a8abac;
}
.table tbody .hover-buttons a {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}
.table.style-2 tbody tr:hover {
    background: rgba(97, 150, 168, 0.8);
}
.table.style-2 tbody tr:hover td {
    color: #fff;
}
.table.style-2 tbody tr:hover td .button.border-only {
    border-color: #fff;
}
.table.style-2 tbody tr:hover a {
    color: #fff;
}
.table.style-2 tbody tr:hover .hover-buttons a {
    opacity: 1;
    visibility: visible;
}
.table.style-3 tbody td {
    padding: 10px;
}
.table.style-3 tbody td:first-child {
    padding-left: 0;
}
.table.style-3 tbody td:last-child {
    padding-right: 0;
}
.table.mobile thead th {
    padding: 15px;
}
.table.mobile tbody td {
    padding: 15px;
    border-bottom: 1px solid rgba(168, 171, 172, 0.2);
}
.table.mobile tbody td .button.btn-sm,
.table.mobile tbody td .btn-group-sm > .button.btn {
    min-height: 28px;
    line-height: 22px;
    border-color: #6196a8;
    color: #6196a8;
}
.table-btn-wrapper {
    padding: 15px;
}
.table-btn-wrapper .table-button {
    border: 1px dashed #6196a8;
    border-radius: 6px;
}
.table-btn-wrapper .table-button:hover {
    background: rgba(97, 150, 168, 0.4);
}
.table-btn-wrapper .table-button:hover .btn-table {
    color: #003087 !important;
}
.table-btn-wrapper .table-button .btn-table {
    color: #6196a8;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
}
.table-btn-wrapper .table-button .btn-table img {
    margin-right: 10px;
}
.table-btn-wrapper .table-button .btn-table i {
    background: #6196a8;
    padding: 10px 12px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    background: url(add-beneficiary.384c5d581c539427.svg) center no-repeat;
    background-size: 50px;
    transition: all 0.2s ease;
}
.table-btn-wrapper .table-button .btn-table i:before {
    width: 11px;
    height: 14px;
    content: " ";
    display: inline-block;
}
.table-btn-wrapper .table-button .product-btn {
    display: flex;
    align-items: center;
}
.table-btn-wrapper .table-button .product-btn span:last-child {
    text-align: left;
}
@media (max-width: 575px) {
    .table-btn-wrapper .table-button .product-btn span:first-child {
        text-align: left !important;
        max-width: 20%;
        padding-left: 30px;
    }
}
.initials {
    text-transform: uppercase !important;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 26px;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    padding: 3px 5px;
    border: 1px solid rgba(168, 171, 172, 0.5);
    line-height: 32px;
    border-radius: 4px;
    transition: all 0.5s ease;
}
.initials.logo {
    padding: 3px;
    line-height: 1;
}
.initials.logo img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
.payments-transfer h5 {
    margin: 5px 10px;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1) !important;
}
.payments-transfer .payment-row {
    padding: 20px 0;
    margin: 0 10px;
}
.payments-transfer .payment-row.mid-row {
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
    border-top: 1px solid rgba(124, 124, 124, 0.1);
}
.payments-transfer .payment-row ul {
    display: table;
    width: 100%;
}
.payments-transfer .payment-row ul li {
    display: table-cell;
    vertical-align: middle;
}
.payments-transfer .payment-row ul li.initial {
    width: 50px;
}
.payments-transfer .payment-row ul li.transfer {
    width: 50%;
}
.payments-transfer .payment-row ul li.amount {
    width: 80px;
    color: #6f6f6f;
    text-align: right;
}
.payments-transfer .payment-row ul li.detail-link {
    width: 80px;
    text-align: right;
}
.payments-transfer .payment-row ul li.detail-link .text {
    display: inline;
}
.payments-transfer .payment-row ul li.detail-link .more {
    display: none;
}
.payments-transfer .payment-row ul li p {
    padding: 0;
    margin-bottom: 0;
}
.payments-transfer .payment-row ul li p small {
    margin-top: 0;
    color: #7c7c7c !important;
}
.payments-transfer .payment-row ul.transfer-details {
    background: #f7f7f7;
    padding: 10px;
    overflow: hidden;
    margin-top: 15px;
}
.payments-transfer .payment-row ul.transfer-details li {
    float: left;
    font-size: 12px;
}
.payments-transfer .payment-row ul.transfer-details li.first,
.payments-transfer .payment-row ul.transfer-details li.second {
    width: 20%;
}
.payments-transfer .payment-row ul.transfer-details li.third,
.payments-transfer .payment-row ul.transfer-details li.fourth {
    width: 30%;
}
.payments-transfer .payment-row ul.transfer-details li .button.btn-sm,
.payments-transfer
    .payment-row
    ul.transfer-details
    li
    .btn-group-sm
    > .button.btn {
    float: right;
    min-height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    font-size: 11px;
    letter-spacing: normal;
}
.payments-transfer .payment-row .img-holder {
    width: 45px;
    height: 45px;
    float: left;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #d6d7d6;
    overflow: hidden;
    background: white;
    margin: -3px 0;
    margin-right: 10px !important;
}
.payments-transfer .payment-row .img-holder .pull-image-up {
    margin-top: -3px;
}
.payments-transfer .payment-row .img-holder img {
    width: 100%;
    height: auto;
}
@media (max-width: 1024px) {
    .payments-transfer .payment-row ul li.transfer {
        width: 40%;
    }
}
@media (max-width: 768px) {
    .payments-transfer .payment-row ul li.transfer {
        width: 60%;
    }
}
@media (max-width: 575px) {
    .payments-transfer .payment-row ul li.transfer {
        width: 50%;
    }
    .payments-transfer .payment-row ul li.amount {
        width: 80px;
    }
    .payments-transfer .payment-row ul li.detail-link {
        width: 20px;
    }
    .payments-transfer .payment-row ul li.detail-link .text {
        display: none;
    }
    .payments-transfer .payment-row ul li.detail-link .more {
        display: inline;
    }
}
.overlay-row {
    background: rgba(238, 238, 238, 0.7);
    height: 76px;
    position: absolute;
    margin-top: 46px;
    left: 0;
    width: 100%;
    padding: 22px 0;
}
.overlay-row p span {
    text-decoration: underline;
}
.overlay-row i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 30px;
    color: #da291c;
}
.deposit-note {
    padding: 35px 38px;
    background-color: #fffac0b3;
    border: 0.5px solid #ddd790;
    border-radius: 4px;
}
.deposit-note h4,
.deposit-note p {
    color: #8b572a;
}
.deposit-note h4 {
    font-size: 16px;
}
.deposit-note p {
    font-size: 13px;
}
.deposit-table-wrapper .deposit-table {
    border: 1px solid #eeeeee;
    width: 600px;
    margin-bottom: 10px;
}
.deposit-table-wrapper .deposit-table thead th:last-child {
    padding-right: 20px !important;
}
.deposit-table-wrapper .deposit-table tbody tr td {
    padding: 12px 20px 10px;
}
.deposit-table-wrapper .deposit-table tbody tr.active {
    background: rgba(0, 48, 135, 0.02);
}
.deposit-table-wrapper .deposit-table tbody tr.active td {
    color: #7c7c7c;
}
.deposit-table-wrapper .deposit-table tbody tr.active td i {
    color: #6ba4b8;
}
.deposit-table-wrapper .deposit-table tbody tr.active a {
    color: #6196a8;
}
.deposit-table-wrapper .deposit-table tbody tr.active .hover-buttons a {
    opacity: 1;
    visibility: visible;
}
.deposit-table-wrapper .deposit-table .fa-dot-circle-o,
.deposit-table-wrapper .deposit-table .fa-circle-o {
    margin-right: 10px;
    cursor: pointer;
}
.deposit-table-wrapper .table-update {
    color: #003087;
    font-size: 12px;
    font-weight: 600;
}
.isave-my-accounts td:first-child,
.isave-my-accounts td:nth-child(2),
.isave-my-accounts td:nth-child(3) {
    min-width: 200px;
}
.isave-my-savings td:first-child,
.isave-my-savings td:nth-child(2),
.isave-my-savings td:nth-child(4) {
    min-width: 200px;
}
.pie-chart {
    width: 296px;
    height: 400px;
    margin: 0 auto;
}
.product-pies {
    height: 200px;
}
.product-pies canvas {
    max-width: 200px !important;
}
.product-title-bar {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 30px;
    font-family: FS Matthew, sans-serif;
}
.product-title-bar h3 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 30px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 48px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #d9e2e8;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d9e2e8;
    border-radius: 6px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 48px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 50px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #464a4c transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    list-style: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background: rgba(0, 48, 135, 0.05);
    color: #464a4c;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d9e2e8;
    border-radius: 6px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open
    .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: gray;
}
.select2-container--classic
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.card-box {
    border-radius: 4px;
    box-shadow: 0 0 4px #0003;
    margin: 10px 0;
    overflow: hidden;
}
.card-box .content {
    padding: 15px;
    position: relative;
    min-height: 115px;
}
.card-box .content .main-info {
    margin-bottom: 8px;
}
.card-box .content .main-info figure {
    width: 80px;
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
}
.card-box .content .main-info figure img {
    width: 100%;
    height: auto;
}
.card-box .content .main-info h2 {
    max-width: 70%;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-box .content .main-info h2 span {
    display: block;
    font-size: 11px;
    margin-top: 5px;
}
.card-box .content .main-info h2 .notification {
    font-size: 12px;
}
.card-box .content .status-bar {
    height: 6px;
    margin: 5px 0;
}
.card-box .content .status-bar .status-bar-progress {
    height: 6px;
}
.card-box .content .total-balance {
    padding-top: 5px;
    font-size: 22px;
    color: #6196a8;
    font-family: FS Matthew Medium, sans-serif;
}
.card-box .content .total-balance span {
    font-family: FS Matthew Light, sans-serif;
}
.card-box .content p {
    font-size: 11px;
    margin-bottom: 8px;
    line-height: 1;
}
.card-box .content p .label {
    font-family: FS Matthew Medium, sans-serif;
}
.card-box .content .star-fav {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 18px;
    line-height: 1;
    color: #003087;
}
.card-box .content:hover {
    background: rgba(238, 238, 238, 0.2);
    cursor: pointer;
}
.card-box ul.action-items {
    margin: 0;
}
.card-box ul.action-items li {
    padding: 0;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    text-align: center;
    font-size: 11px;
}
.card-box ul.action-items li a {
    display: block;
    padding: 10px 0;
    color: #b1b1b1;
}
.card-box ul.action-items li a:hover,
.card-box ul.action-items li a.activate {
    color: #6196a8;
    background: rgba(97, 150, 168, 0.2);
}
.card-box ul.action-items li:last-child {
    border-right: none;
}
.custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}
#show-preapproved-ref-no .custom-control {
    margin-right: 0;
    margin-top: 10px;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #003087;
}
.custom-control-input:checked ~ .pre-approved-radio {
    background-color: transparent;
    border: 2px solid #003087;
}
.custom-control-input:active ~ .custom-control-indicator {
    color: orange;
    background-color: purple;
}
.custom-control-indicator {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: #d5d5d5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-indicator.pre-approved-radio {
    border: 2px solid #d5d5d5;
    background-color: #fff;
    height: 20px;
    width: 20px;
}
.custom-checkbox .custom-control-indicator {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #003087;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url(checked-isave.741113ad1593f11d.png);
}
.custom-radio .custom-control-indicator {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url(checked-isave.741113ad1593f11d.png);
}
.custom-radio .custom-control-input:checked ~ .pre-approved-radio {
    background-image: none;
}
.custom-radio .custom-control-input:checked ~ .pre-approved-radio:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    background-color: #003087;
}
.create-account-button {
    background: url(open-account-button-bg.cb62ce4de9fd81f2.png) no-repeat;
    width: 100%;
    height: 85px;
    position: absolute;
    bottom: -20px;
    left: -214px;
}
.reg-body-overflow {
    overflow: hidden;
}
.create-account-bg {
    width: 100%;
    margin-top: 25px;
    position: absolute;
    padding: 20px 0;
}
.create-account-bg a {
    color: #6ba4b8 !important;
}
.create-account-bg:hover a {
    color: #6ba4b8;
}
.create-account-bg a {
    color: #999;
}
.login {
    min-height: 100%;
}
.login.bg {
    background-size: cover;
}
.login .form-holder .element-holder {
    margin-bottom: 15px;
}
.login .form-holder .button-holder {
    padding-top: 10px;
    overflow: hidden;
}
.login .form-holder .button-holder button {
    min-width: 140px;
    float: left;
    margin-right: 20px;
}
.login .form-holder .button-holder .options {
    padding-left: 30px;
    padding-top: 15px;
}
.login .form-holder .button-holder .options span {
    display: block;
    line-height: 1.6;
}
.login .form-holder .button-holder .options span a {
    font-size: 0.9em;
    color: #003087;
    font-family: FS Matthew, sans-serif;
}
.login .form-holder .button-holder .options span a:hover {
    color: #6ba4b8;
}
.login .col-intro {
    height: 100%;
    background: url(../new-brand-bg.8a2060a2ccd62f93.jpg) 0 0 no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
}
.login .col-intro .logo-holder img {
    width: 250px;
    max-width: 100%;
    height: auto;
}
.login .col-intro .intro-text {
    padding-top: 20px;
    font-size: 40px;
}
.login .col-intro .intro-text span {
    display: block;
    margin: 0;
    line-height: 1;
    color: #fff;
}
.login .col-intro .intro-text span span {
    display: inline-block;
    background: rgba(0, 48, 135, 0.9);
    padding: 15px 15px 5px;
}
.login .col-intro .intro-text span span.bold {
    font-family: FS Matthew Medium, sans-serif;
    padding-bottom: 10px;
    font-size: 55px;
}
.login .col-intro .intro-text span span.light {
    font-family: FS Matthew, sans-serif;
    padding-top: 17px;
    padding-bottom: 5px;
}
.login .col-login {
    min-height: 100%;
    position: absolute;
    right: 1px;
    top: 0;
    background: #ffffff;
    padding: 14% 40px 70px 0;
}
.login .col-login .reg-panel {
    padding-top: 40px;
}
.login .col-login .reg-panel .button-holder {
    margin-bottom: 20px;
}
.login .col-login .reg-panel .button-holder span {
    padding-top: 15px;
    margin-left: 30px;
}
.login .col-login .reg-panel .bot-btn-holder .icon {
    display: inline-block;
    width: 60px;
    margin-right: 10px;
}
.login .col-login .reg-panel .bot-btn-holder .icon img {
    width: 100%;
    height: auto;
}
.login .col-login .reg-panel .bot-btn-holder .bot-btn {
    display: inline-block;
    width: 225px;
    text-align: center;
    background-size: 100% auto;
    padding: 12px 20px;
    font-size: 0.75em;
    color: #003087;
}
.create-account-success-message p {
    font-size: 15px !important;
}
.create-account-steps {
    margin-bottom: 20px !important;
    transition: border-bottom-color 0.3s ease;
}
.create-account-steps li:first-child {
    width: 140px !important;
}
.create-account-steps li label {
    position: absolute;
    bottom: -60px;
}
.create-account-steps li.success .bar {
    width: 0% !important;
}
.create-account-steps li.filled .bar {
    width: 100% !important;
}
.create-account-steps .step .fa-check {
    display: none;
}
.create-account-steps .filled span {
    background: #003087 !important;
    border-color: #003087 !important;
    color: #fff;
}
.create-account-steps .filled b {
    display: none;
}
.create-account-steps .filled .fa-check {
    display: block;
    margin-top: 10px;
}
.create-account-steps .check-er span {
    background: #003087 !important;
    border-color: #003087 !important;
    color: #fff;
}
.create-account-steps.final-step {
    border-bottom-color: #003087;
}
ul li.success .bar {
    width: 0% !important;
}
ul li.filled .bar {
    width: 100% !important;
}
ul .step .fa-check {
    display: none;
}
ul .filled span {
    background: #003087 !important;
    border-color: #003087 !important;
    color: #fff;
}
ul .filled b {
    display: none;
}
ul .filled .fa-check {
    display: block;
    margin-top: 10px;
}
ul .check-er span {
    background: #003087 !important;
    border-color: #003087 !important;
    color: #fff;
}
.create-account-wrap {
    position: relative;
}
.create-account-form {
    max-height: 450px;
    overflow-y: scroll;
    padding-bottom: 0;
}
.create-account-form #gradient-push-top {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 110;
}
.create-account-form .transfer-form {
    max-height: inherit;
}
.new-brand
    .login-body
    .vertical.login-content-wrapper
    .right-col-content
    .button-holder
    > * {
    margin-bottom: 10px;
}
.new-brand
    .login-body
    .vertical.login-content-wrapper
    .right-col-content
    .button-holder
    a:nth-child(1),
.new-brand
    .login-body
    .vertical.login-content-wrapper
    .right-col-content
    .button-holder
    .info {
    margin-right: 10px;
    white-space: nowrap;
    font-size: 0.75em;
    color: #003087;
}
.new-brand .hidein-otp button {
    border: none;
    outline: none;
}
@media (max-width: 1600px) {
    .login .col-intro .logo-holder {
        width: 350px;
    }
    .login .col-intro .intro-text {
        font-size: 40px;
    }
    .login .col-login .form-holder,
    .login .col-login .reg-panel {
        max-width: 80%;
        flex: inherit;
    }
}
@media (max-width: 1300px) {
    .login .col-intro .logo-holder {
        width: 350px;
    }
    .login .col-intro .intro-text {
        font-size: 2.5em;
    }
    .login .col-intro .intro-text span span {
        padding: 10px 18px;
    }
    .login .col-intro .intro-text span span.light {
        padding-top: 12px;
    }
    .login .col-intro .intro-text span span.bold {
        padding-bottom: 16px;
    }
    .login .col-login h2 {
        font-size: 2em;
    }
    .login .col-login .form-holder,
    .login .col-login .reg-panel {
        max-width: 90%;
    }
}
@media (max-width: 1100px) {
    .login .col-login .form-holder,
    .login .col-login .reg-panel {
        max-width: 100%;
        height: auto;
    }
}
@media (max-width: 991px) {
    .login.bg {
        background-size: 150% auto;
    }
    .login .col-login {
        position: static;
        padding: 40px 30px;
    }
    .login .col-intro {
        position: static;
        padding: 0;
        background-size: 150% auto;
    }
    .login .col-intro .red-one {
        position: static;
        padding: 40px 30px;
    }
    .create-account-form {
        height: auto;
    }
    .reg-body-overflow {
        overflow: visible;
    }
    .create-account-form {
        height: auto !important;
        max-height: auto !important;
        overflow: visible;
    }
    .new-brand
        .login-body
        .vertical.login-content-wrapper
        .right-col-content
        .button-holder {
        text-align: center;
    }
    .new-brand
        .login-body
        .vertical.login-content-wrapper
        .right-col-content
        .button-holder
        > * {
        margin-bottom: 10px;
    }
    .new-brand
        .login-body
        .vertical.login-content-wrapper
        .right-col-content
        .button-holder
        a:nth-child(1) {
        margin-right: 10px;
        white-space: nowrap;
    }
    .new-brand
        .login-body
        .vertical.login-content-wrapper
        .right-col-content
        .button-holder
        .info {
        margin-right: 10px;
        white-space: nowrap;
        margin-bottom: 10px;
        display: inline-block;
    }
    .new-brand
        .login-body
        .vertical.login-content-wrapper
        .right-col-content
        .button-holder
        .button {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .new-brand .login-body .vertical.login-content-wrapper {
        min-height: inherit;
        padding: 100px 0 0;
    }
    .new-brand .login-body .vertical.login-content-wrapper .right-col-content {
        margin: auto;
    }
    .new-brand .login-body .vertical.col-lg-5 {
        padding: 20px 0 0;
    }
    .create-account-bg {
        left: inherit !important;
        padding: 20px !important;
        text-align: center;
        width: calc(25% + 217.213px);
    }
}
@media (max-width: 575px) {
    .new-brand .login-body {
        padding: 0 30px !important;
    }
    .new-brand
        .login-body
        .vertical.login-content-wrapper
        .right-col-content
        .button-holder,
    .new-brand
        .login-body
        .vertical.login-content-wrapper
        .right-col-content
        .button-holder
        .button {
        width: 100%;
    }
    .new-brand header .brand-arabic {
        padding-right: 0;
    }
    .create-account-form {
        max-height: 100%;
    }
    .create-account-bg {
        width: calc(100% - 60px);
    }
    .footer-container .footer {
        left: 0 !important;
    }
    .login .col-intro .red-one {
        padding: 30px 20px;
    }
    .login .col-intro .logo-holder {
        width: 170px;
    }
    .login .col-intro .intro-text {
        font-size: 1.4em;
    }
    .login .col-intro .intro-text span span.bold {
        font-size: 28px;
    }
    .login .col-login {
        padding: 30px 20px 70px;
    }
    .login .col-login h2 {
        font-size: 1.4em;
    }
    .login .col-login .form-holder .element-holder input {
        max-width: 100%;
    }
    .login .col-login .form-holder .button-holder button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .login .col-login .form-holder .button-holder .options span {
        display: block;
        line-height: 1.5;
    }
    .login .col-login .form-holder .button-holder .options span a {
        font-size: 0.9em;
    }
}
@media (max-width: 400px) {
    .login .reg-panel .bot-btn-holder .icon {
        width: 40px !important;
    }
    .footer-container {
        margin-top: 70px !important;
    }
    .footer-container .footer {
        left: 0 !important;
    }
}
@media (min-width: 1100px) and (max-height: 799px) {
    .login .col-login {
        padding-top: 10%;
    }
}
.new-brand header img {
    height: 55px;
}
.new-brand header .button-holder {
    padding: 15px;
}
.new-brand header .button-holder a {
    color: #003087;
    font-family: Neo Sans Arabic, sans-serif;
}
.new-brand header .brand-arabic {
    float: right;
}
.new-brand .login-body {
    background: url(../new-brand-bg.8a2060a2ccd62f93.jpg);
    background-size: cover;
    min-height: 100vh;
    padding: 0 80px;
}
.new-brand .login-body .login-content-wrapper {
    min-height: calc(100vh - 80px);
}
.new-brand .login-body .vertical {
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .new-brand .login-body h1,
    .new-brand .login-body h2 {
        font-size: 34px !important;
    }
}
.new-brand .login-body h1 {
    font-family: FS Matthew Light, sans-serif;
    font-size: 48px;
}
.new-brand .login-body h2 {
    font-family: FS Matthew Bold, sans-serif;
    font-size: 48px;
}
.new-brand .login-body .footer-container {
    position: relative;
    margin-top: 50px;
    text-align: left;
}
.new-brand .login-body .footer-container .footer {
    left: 30px;
    bottom: 0;
    font-size: 12px;
}
.new-brand .login-body .col-md-6 .left-col-content,
.new-brand .login-body .col-lg-6 .left-col-content {
    padding-left: 100px;
}
.new-brand .login-body .left-col-content {
    padding-left: 80px;
}
.new-brand .login-body .brand-arabic {
    float: right;
}
.new-brand .login-body .right-col-content {
    background: white;
    box-shadow: 0 0 10px #0000004d;
    padding: 30px;
    border-radius: 10px;
}
.new-brand .login-body .right-col-content.login-width {
    width: 400px;
    margin-top: 60px;
}
.new-brand .login-body .right-col-content.otp-width {
    width: 550px;
}
.new-brand .login-body .right-col-content h2,
.new-brand .login-body .right-col-content h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: FS Matthew Medium, sans-serif;
}
.new-brand .login-body .right-col-content h3 {
    font-size: 20px;
    color: #4a4a4a;
}
.new-brand .login-body .right-col-content input {
    padding: 12px;
    box-shadow: none;
    font-family: FS Matthew Light, sans-serif;
}
.new-brand .login-body .right-col-content .element-holder {
    margin-bottom: 10px;
}
.new-brand .login-body .right-col-content .btn-base {
    background: #003087;
    box-shadow: 0 0 10px #0030874d;
    margin-bottom: 25px;
    padding: 11px 33px;
}
.new-brand .login-body .right-col-content .btn-base:hover {
    color: #fff;
}
.new-brand .login-body .right-col-content .reg-panel {
    margin-top: 25px;
}
@media (max-width: 575px) {
    .new-brand header .brand-arabic {
        padding-right: 0;
    }
    .new-brand header .brand-arabic a {
        padding-right: 0;
    }
}
.register header,
.new-brand header {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: 15px 40px;
}
.register header a,
.new-brand header a {
    color: #003087;
    font-family: Neo Sans Arabic, sans-serif;
    font-size: 16px;
    padding: 15px;
}
.reg-body-overflow header a {
    color: #003087;
    font-family: NeoSansArabic, sans-serif;
    font-size: 16px;
    padding: 15px;
}
.back-reg-page {
    position: absolute;
    top: 160px;
    color: #6196a8;
}
.gen-reg,
.forgot-password {
    min-height: 100%;
}
.gen-reg.bg,
.forgot-password.bg {
    background: url(../new-brand-bg.8a2060a2ccd62f93.jpg) 0 0 no-repeat;
    background-size: cover;
}
.gen-reg .form-holder,
.forgot-password .form-holder {
    font-family: FS Matthew, sans-serif;
}
.gen-reg .form-holder label,
.forgot-password .form-holder label {
    font-size: 0.9em;
    font-family: FS Matthew, sans-serif;
}
.gen-reg .form-holder .element-holder,
.forgot-password .form-holder .element-holder {
    margin-bottom: 15px;
}
.gen-reg .form-holder .desc-small,
.forgot-password .form-holder .desc-small {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 0.75em;
    font-family: FS Matthew Medium, sans-serif;
    color: #003087;
}
.gen-reg .form-holder .desc-small a,
.forgot-password .form-holder .desc-small a {
    text-decoration: underline;
}
.gen-reg .form-holder .button-holder,
.forgot-password .form-holder .button-holder {
    overflow: hidden;
    margin-top: 25px;
}
.gen-reg .form-holder .button-holder *,
.forgot-password .form-holder .button-holder * {
    margin-top: 10px;
}
.gen-reg .form-holder .button-holder button,
.forgot-password .form-holder .button-holder button {
    min-width: 140px;
    float: left;
    margin-right: 20px;
}
.gen-reg .form-holder .button-holder .options,
.forgot-password .form-holder .button-holder .options {
    float: left;
}
.gen-reg .form-holder .button-holder .options span,
.forgot-password .form-holder .button-holder .options span {
    display: block;
    line-height: 1.3;
}
.gen-reg .form-holder .button-holder .options span a,
.forgot-password .form-holder .button-holder .options span a {
    font-size: 0.75em;
    color: #003087;
}
.gen-reg .col-left-reg,
.forgot-password .col-left-reg {
    min-height: 100vh;
    padding-left: 40px;
    padding-right: 0;
    background-size: auto 100%;
    position: relative;
    top: 0;
    left: 0;
}
.gen-reg .col-left-reg .title-holder,
.forgot-password .col-left-reg .title-holder {
    height: 280px;
    position: relative;
}
.gen-reg .col-left-reg .title-holder h2,
.forgot-password .col-left-reg .title-holder h2 {
    font-family: Graphik Semibold, sans-serif;
    font-size: 2.5em;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
}
.gen-reg .col-left-reg .title-holder h2 span,
.forgot-password .col-left-reg .title-holder h2 span {
    display: block;
    font-family: Graphik Light, sans-serif;
    font-size: 60%;
}
.gen-reg .col-register,
.forgot-password .col-register {
    height: 100vh;
    position: relative;
    right: 0;
    top: 0;
    padding-left: 0;
    padding-right: 40px;
}
.gen-reg .col-register .theme-form-container,
.forgot-password .col-register .theme-form-container {
    background: white;
    box-shadow: 0 0 10px #0000004d;
    padding: 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.gen-reg .col-register ul.steps,
.forgot-password .col-register ul.steps {
    margin-bottom: 50px;
    margin-right: -30px;
}
.gen-reg .col-register h2,
.forgot-password .col-register h2 {
    font-family: Graphik Semibold, sans-serif;
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.gen-reg .col-register p,
.forgot-password .col-register p {
    font-size: 0.85em;
    font-family: Graphik Regular, sans-serif;
    color: #7c7c7c;
}
.gen-reg .col-register .form-holder,
.forgot-password .col-register .form-holder {
    max-width: 550px;
}
.gen-reg .col-register .form-holder h3,
.forgot-password .col-register .form-holder h3 {
    font-family: Graphik Regular, sans-serif;
    font-size: 1.2em;
    line-height: 1.4;
}
.gen-reg .col-register .form-holder .button-holder .info,
.forgot-password .col-register .form-holder .button-holder .info {
    font-size: 0.75em;
    color: #003087;
    margin-right: 15px;
}
.gen-reg .col-register .form-holder input,
.forgot-password .col-register .form-holder input {
    box-shadow: none;
}
.gen-reg .col-register ul.validate li,
.forgot-password .col-register ul.validate li {
    font-size: 0.75em;
    font-family: Graphik Regular, sans-serif;
    color: #a8abac;
    background: url(icon-arrow-grey.7452c9680c2ad034.png) 0 0 no-repeat;
    line-height: 28px;
    padding-left: 32px;
    margin-bottom: 5px;
}
.gen-reg .col-register ul.validate li.success,
.forgot-password .col-register ul.validate li.success {
    background: url(icon-arrow-green.208a5fb3181d9df6.png) 0 0 no-repeat;
    color: #4bb312;
}
.gen-reg .col-register ul.validate li.error,
.forgot-password .col-register ul.validate li.error {
    background: url(icon-arrow-red.e716dd3c324cdd0c.png) 0 0 no-repeat;
    color: #ef3529;
}
.gen-reg .col-register ul.token-workprocess,
.forgot-password .col-register ul.token-workprocess {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.gen-reg .col-register ul.token-workprocess li,
.forgot-password .col-register ul.token-workprocess li {
    display: table;
    float: left;
    max-width: 180px;
    padding-right: 10px;
    overflow: hidden;
}
.gen-reg .col-register ul.token-workprocess li figure,
.forgot-password .col-register ul.token-workprocess li figure {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    padding-right: 5px;
}
.gen-reg .col-register ul.token-workprocess li figure img,
.forgot-password .col-register ul.token-workprocess li figure img {
    width: 100%;
    height: auto;
}
.gen-reg .col-register ul.token-workprocess li .desc,
.forgot-password .col-register ul.token-workprocess li .desc {
    display: table-cell;
    vertical-align: middle;
    font-family: Graphik Regular, sans-serif;
    font-size: 0.85em;
    line-height: 18px;
}
.gen-reg .col-register ul.button-holder li,
.forgot-password .col-register ul.button-holder li {
    float: left;
    margin-right: 2%;
}
.gen-reg .col-register ul.button-holder li.icon,
.forgot-password .col-register ul.button-holder li.icon {
    width: 18%;
}
.gen-reg .col-register ul.button-holder li.icon img,
.forgot-password .col-register ul.button-holder li.icon img {
    width: 100%;
    height: auto;
}
.gen-reg .col-register ul.button-holder li.icon .img,
.forgot-password .col-register ul.button-holder li.icon .img {
    display: inline-block;
    margin-bottom: 10px;
}
.gen-reg .col-register ul.button-holder li.icon.icon-2,
.forgot-password .col-register ul.button-holder li.icon.icon-2 {
    width: 14%;
}
.gen-reg .col-register ul.button-holder li.text,
.forgot-password .col-register ul.button-holder li.text {
    width: 64%;
    font-family: Graphik Regular, sans-serif;
    font-size: 12px;
    line-height: 1.1;
}
.gen-reg .col-register ul.button-holder li.text span,
.forgot-password .col-register ul.button-holder li.text span {
    font-family: Graphik Semibold, sans-serif;
    color: #003087;
}
.gen-reg .col-register ul.button-holder li:last-child,
.forgot-password .col-register ul.button-holder li:last-child {
    margin-right: 0;
}
.gen-reg .col-register .option-otp,
.gen-reg .col-register .option-soft-token,
.forgot-password .col-register .option-otp,
.forgot-password .col-register .option-soft-token {
    margin-bottom: 25px;
}
.gen-reg .vertical,
.forgot-password .vertical {
    display: flex;
    align-items: center;
}
.gen-reg .vertical.col-md-6 .left-col-content,
.forgot-password .vertical.col-md-6 .left-col-content {
    padding-left: 100px;
}
.gen-reg .vertical.col-lg-6 .left-col-content,
.forgot-password .vertical.col-lg-6 .left-col-content {
    padding-left: 80px;
}
.gen-reg .vertical .left-col-content h2,
.forgot-password .vertical .left-col-content h2 {
    font-family: FSMatthew-Bold, sans-serif;
    font-size: 48px;
}
.ar-register-online-heading {
    font-size: 42px !important;
}
.gen-reg .vertical .left-col-content h1,
.forgot-password .vertical .left-col-content h1 {
    font-family: FSMatthew-Light, sans-serif;
    font-size: 38px;
}
.button-active.img {
    border: 4px solid #6ba4b8;
    border-radius: 5px;
}
@media (max-width: 1300px) {
    .gen-reg .col-register h2,
    .forgot-password .col-register h2 {
        font-size: 1.5em;
    }
    .gen-reg .col-register ul.steps li:nth-child(4),
    .forgot-password .col-register ul.steps li:nth-child(4) {
        width: 60px;
    }
    .gen-reg .col-register ul.steps.create-account-steps li:nth-child(2),
    .forgot-password
        .col-register
        ul.steps.create-account-steps
        li:nth-child(2) {
        width: 0px !important;
    }
}
@media (max-width: 1140px) {
    .gen-reg .col-register h2,
    .forgot-password .col-register h2 {
        font-size: 1.5em;
    }
    .gen-reg .col-register ul.steps li,
    .forgot-password .col-register ul.steps li {
        width: 110px;
    }
    .gen-reg .col-register ul.steps li:nth-child(4),
    .forgot-password .col-register ul.steps li:nth-child(4) {
        width: 60px;
    }
    .gen-reg .col-register ul.steps.create-account-steps li:nth-child(2),
    .forgot-password
        .col-register
        ul.steps.create-account-steps
        li:nth-child(2) {
        width: 0px !important;
    }
}
@media (max-width: 1024px) {
    .gen-reg .col-left-reg .theme-form-container .form-holder .button-holder,
    .gen-reg .col-register .theme-form-container .form-holder .button-holder,
    .forgot-password
        .col-left-reg
        .theme-form-container
        .form-holder
        .button-holder,
    .forgot-password
        .col-register
        .theme-form-container
        .form-holder
        .button-holder {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .gen-reg .col-left-reg .theme-form-container .form-holder .button-holder *,
    .gen-reg .col-register .theme-form-container .form-holder .button-holder *,
    .forgot-password
        .col-left-reg
        .theme-form-container
        .form-holder
        .button-holder
        *,
    .forgot-password
        .col-register
        .theme-form-container
        .form-holder
        .button-holder
        * {
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
    }
    .gen-reg
        .col-left-reg
        .theme-form-container
        .form-holder
        .button-holder
        .info,
    .gen-reg
        .col-register
        .theme-form-container
        .form-holder
        .button-holder
        .info,
    .forgot-password
        .col-left-reg
        .theme-form-container
        .form-holder
        .button-holder
        .info,
    .forgot-password
        .col-register
        .theme-form-container
        .form-holder
        .button-holder
        .info {
        margin-top: 15px;
    }
    .gen-reg
        .col-left-reg
        .theme-form-container
        .form-holder
        .button-holder
        .new-button,
    .gen-reg
        .col-register
        .theme-form-container
        .form-holder
        .button-holder
        .new-button,
    .forgot-password
        .col-left-reg
        .theme-form-container
        .form-holder
        .button-holder
        .new-button,
    .forgot-password
        .col-register
        .theme-form-container
        .form-holder
        .button-holder
        .new-button {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .gen-reg .col-left-reg,
    .gen-reg .col-register,
    .forgot-password .col-left-reg,
    .forgot-password .col-register {
        padding: 40px 30px;
    }
    .gen-reg .col-left-reg,
    .forgot-password .col-left-reg {
        background: none;
    }
    .gen-reg .col-left-reg.mobile-padding,
    .forgot-password .col-left-reg.mobile-padding {
        padding: 80px 30px 0;
    }
    .gen-reg .col-left-reg.mobile-padding .left-col-content,
    .forgot-password .col-left-reg.mobile-padding .left-col-content {
        width: 100%;
    }
    .gen-reg .col-register h2,
    .forgot-password .col-register h2 {
        position: static;
    }
    .gen-reg .col-register ul.steps,
    .forgot-password .col-register ul.steps {
        padding-top: 0;
        margin-right: 0;
    }
    .gen-reg .col-register .form-holder,
    .forgot-password .col-register .form-holder {
        max-width: 500px;
    }
    .gen-reg .col-left-reg ul.steps,
    .gen-reg .col-register ul.steps,
    .forgot-password .col-left-reg ul.steps,
    .forgot-password .col-register ul.steps {
        margin-right: auto;
        margin-left: auto;
    }
    .gen-reg .col-left-reg ul.steps li,
    .gen-reg .col-register ul.steps li,
    .forgot-password .col-left-reg ul.steps li,
    .forgot-password .col-register ul.steps li {
        width: calc(20% + 12px);
    }
    .gen-reg .col-left-reg ul.steps li:last-child,
    .gen-reg .col-register ul.steps li:last-child,
    .forgot-password .col-left-reg ul.steps li:last-child,
    .forgot-password .col-register ul.steps li:last-child {
        width: 30px;
    }
    .create-account-wrap {
        position: relative;
        height: 400px;
        max-height: none;
        overflow: scroll;
        overflow-x: hidden;
    }
}
@media (max-width: 767px) {
    .new-brand .login-content-wrapper .left-col-content {
        padding-left: 0;
        width: 100%;
    }
    .new-brand .login-content-wrapper .left-col-content h1,
    .new-brand .login-content-wrapper .left-col-content h2 {
        text-align: center;
    }
    .new-brand .login-content-wrapper .login-width {
        margin: auto;
    }
    .gen-reg .col-left-reg,
    .gen-reg .col-register,
    .forgot-password .col-left-reg,
    .forgot-password .col-register {
        min-height: inherit;
        height: inherit;
    }
    .gen-reg .col-left-reg .left-col-content,
    .gen-reg .col-register .left-col-content,
    .forgot-password .col-left-reg .left-col-content,
    .forgot-password .col-register .left-col-content {
        padding-left: 0 !important;
    }
    .gen-reg .col-left-reg .left-col-content h2,
    .gen-reg .col-left-reg .left-col-content h1,
    .gen-reg .col-register .left-col-content h2,
    .gen-reg .col-register .left-col-content h1,
    .forgot-password .col-left-reg .left-col-content h2,
    .forgot-password .col-left-reg .left-col-content h1,
    .forgot-password .col-register .left-col-content h2,
    .forgot-password .col-register .left-col-content h1 {
        text-align: center;
    }
    .gen-reg .col-left-reg .theme-form-container,
    .gen-reg .col-register .theme-form-container,
    .forgot-password .col-left-reg .theme-form-container,
    .forgot-password .col-register .theme-form-container {
        padding: 20px;
        margin: auto;
    }
    .gen-reg .col-left-reg ul.steps li,
    .gen-reg .col-register ul.steps li,
    .forgot-password .col-left-reg ul.steps li,
    .forgot-password .col-register ul.steps li {
        width: 130px;
    }
}
@media (max-width: 575px) {
    .new-brand header {
        padding: 9px 17px;
    }
    .create-account-wrap {
        overflow: visible;
        overflow-x: visible;
        height: auto;
    }
    .register header {
        padding: 8px 20px;
    }
    .gen-reg .col-left-reg.mobile-padding,
    .forgot-password .col-left-reg.mobile-padding {
        padding: 100px 10px 0;
        text-align: center;
    }
    .gen-reg .col-left-reg.mobile-padding .left-col-content,
    .forgot-password .col-left-reg.mobile-padding .left-col-content {
        width: 100%;
        padding: 0;
    }
    .gen-reg h2 {
        font-size: 20px;
    }
    .gen-reg .vertical .left-col-content h2,
    .forgot-password .vertical .left-col-content h2 {
        font-size: 32px;
    }
    .gen-reg .vertical .left-col-content h1,
    .forgot-password .vertical .left-col-content h1 {
        font-size: 28px;
    }
    .gen-reg .col-left-reg,
    .gen-reg .col-register,
    .forgot-password .col-left-reg,
    .forgot-password .col-register {
        position: static;
        padding: 30px 20px;
    }
    .gen-reg .col-left-reg .theme-form-container,
    .gen-reg .col-register .theme-form-container,
    .forgot-password .col-left-reg .theme-form-container,
    .forgot-password .col-register .theme-form-container {
        padding: 15px;
        min-width: 100%;
        height: auto;
    }
    .gen-reg .col-left-reg .theme-form-container .title-step-1,
    .gen-reg .col-register .theme-form-container .title-step-1,
    .forgot-password .col-left-reg .theme-form-container .title-step-1,
    .forgot-password .col-register .theme-form-container .title-step-1 {
        display: none;
    }
    .gen-reg
        .col-left-reg
        .theme-form-container
        .form-holder
        #savings-account-form
        .text-right,
    .gen-reg
        .col-register
        .theme-form-container
        .form-holder
        #savings-account-form
        .text-right,
    .forgot-password
        .col-left-reg
        .theme-form-container
        .form-holder
        #savings-account-form
        .text-right,
    .forgot-password
        .col-register
        .theme-form-container
        .form-holder
        #savings-account-form
        .text-right {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .gen-reg
        .col-left-reg
        .theme-form-container
        .form-holder
        #savings-account-form
        .text-right
        .button,
    .gen-reg
        .col-register
        .theme-form-container
        .form-holder
        #savings-account-form
        .text-right
        .button,
    .forgot-password
        .col-left-reg
        .theme-form-container
        .form-holder
        #savings-account-form
        .text-right
        .button,
    .forgot-password
        .col-register
        .theme-form-container
        .form-holder
        #savings-account-form
        .text-right
        .button {
        margin-right: 0 !important;
    }
    .gen-reg .col-left-reg .theme-form-container .form-holder a.button,
    .gen-reg .col-register .theme-form-container .form-holder a.button,
    .forgot-password .col-left-reg .theme-form-container .form-holder a.button,
    .forgot-password .col-register .theme-form-container .form-holder a.button {
        width: 100%;
        margin-bottom: 20px;
    }
    .gen-reg
        .col-left-reg
        .theme-form-container
        .form-holder
        .button-holder
        .button,
    .gen-reg
        .col-register
        .theme-form-container
        .form-holder
        .button-holder
        .button,
    .forgot-password
        .col-left-reg
        .theme-form-container
        .form-holder
        .button-holder
        .button,
    .forgot-password
        .col-register
        .theme-form-container
        .form-holder
        .button-holder
        .button {
        width: 100%;
        margin-right: 0 !important;
    }
    .gen-reg
        .col-left-reg
        .theme-form-container
        .form-holder
        .button-holder
        .info,
    .gen-reg
        .col-register
        .theme-form-container
        .form-holder
        .button-holder
        .info,
    .forgot-password
        .col-left-reg
        .theme-form-container
        .form-holder
        .button-holder
        .info,
    .forgot-password
        .col-register
        .theme-form-container
        .form-holder
        .button-holder
        .info {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
    }
    .gen-reg .col-left-reg .title-holder,
    .forgot-password .col-left-reg .title-holder {
        height: 200px;
    }
    .gen-reg .col-left-reg .title-holder h2,
    .forgot-password .col-left-reg .title-holder h2 {
        font-size: 1.6em;
    }
    .gen-reg .col-register h2,
    .forgot-password .col-register h2 {
        font-size: 1.4em;
    }
    .gen-reg .col-register ul.steps,
    .forgot-password .col-register ul.steps {
        padding-top: 0;
    }
    .gen-reg .col-register ul.steps li,
    .forgot-password .col-register ul.steps li {
        width: 28%;
    }
    .gen-reg .col-register .form-holder h3,
    .forgot-password .col-register .form-holder h3 {
        font-size: 1.2em;
    }
    .gen-reg .col-register .form-holder .button-holder,
    .forgot-password .col-register .form-holder .button-holder {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .gen-reg .col-register .form-holder .button-holder button,
    .forgot-password .col-register .form-holder .button-holder button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .gen-reg .col-register ul.token-workprocess li,
    .forgot-password .col-register ul.token-workprocess li {
        max-width: 50%;
        margin-bottom: 15px;
    }
    .gen-reg .col-register ul.token-workprocess li .desc,
    .forgot-password .col-register ul.token-workprocess li .desc {
        font-size: 0.8em;
    }
    .gen-reg .col-register ul.button-holder li,
    .forgot-password .col-register ul.button-holder li {
        display: block;
        margin-right: 15px;
    }
    .gen-reg .col-register ul.button-holder li.icon,
    .forgot-password .col-register ul.button-holder li.icon {
        float: left;
        width: 40%;
        margin-bottom: 5%;
    }
    .gen-reg .col-register ul.button-holder li.icon img,
    .forgot-password .col-register ul.button-holder li.icon img {
        width: 100%;
        height: auto;
    }
    .gen-reg .col-register ul.button-holder li.icon.icon-2,
    .forgot-password .col-register ul.button-holder li.icon.icon-2 {
        width: 29%;
    }
    .gen-reg .col-register ul.button-holder li.text,
    .forgot-password .col-register ul.button-holder li.text {
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
    }
}
@media (max-width: 360px) {
    .gen-reg .reg-panel .bot-btn-holder .icon,
    .forgot-password .reg-panel .bot-btn-holder .icon {
        width: 40px !important;
    }
    .gen-reg .col-left-reg ul.steps,
    .gen-reg .col-register ul.steps,
    .forgot-password .col-left-reg ul.steps,
    .forgot-password .col-register ul.steps {
        width: 280px;
        padding-top: 0;
    }
    .gen-reg .col-left-reg ul.steps li,
    .gen-reg .col-register ul.steps li,
    .forgot-password .col-left-reg ul.steps li,
    .forgot-password .col-register ul.steps li {
        width: 80px;
    }
}
@media (max-width: 330px) {
    .col-register .steps li {
        width: 70px !important;
    }
}
.new-button {
    background: #003087 !important;
    box-shadow: 0 0 10px #0030874d !important;
    border-color: #003087 !important;
    margin-bottom: 25px;
    padding: 5px 33px;
}
.new-button:hover,
.new-button:focus {
    color: #fff;
}
main {
    width: calc(100% - 240px);
    padding-top: 0;
    min-height: calc(100vh - 70px);
    margin-left: 240px;
}
@media (max-width: 991px) {
    main {
        margin-left: 0;
        width: 100%;
    }
}
.rectangle-panel-img {
    width: 28px !important;
}
.main {
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.2s ease-in;
    min-height: calc(100vh - 70px);
}
.favourite-cell {
    margin-bottom: 30px;
}
.favourite-cell.slick-slide {
    margin-bottom: 0;
}
.add-favourite-cell .db-item {
    text-align: center;
    border: 5px dashed #e1e1e1;
    background: none;
}
.add-favourite-cell .db-item .content {
    width: 100%;
    border-radius: 8px;
    align-items: center;
    padding: 0 10px;
}
.add-favourite-cell .db-item .content figure {
    padding: 10px;
    margin-bottom: 0;
}
.add-favourite-cell .db-item .content h4 {
    color: #a8abac;
    font-size: 16px;
}
.add-favourite-cell .db-item .content p {
    color: #a8abac;
    margin-bottom: 0;
    font-size: 13px;
}
.products-cells .product-cell {
    border: 1px solid #a8abac;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.products-cells .product-cell h3 {
    font-size: 14px;
}
.products-cells .product-cell .account {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
.products-cells .product-cell .star {
    top: 10px;
    right: 20px;
}
.favourited-products .products-cells .product-cell {
    border: 1px solid #6ba4b8;
}
.favourited-products .products-cells .product-cell.empty {
    border: 1px dashed #a8abac;
    background: #f3f3f3;
    min-height: 59px;
}
.new-products a {
    min-height: 0;
}
.new-products a:hover {
    background-color: #6ba4b8;
    color: #fff;
}
.new-products img {
    width: 100%;
    height: auto;
    display: block;
}
.new-products .db-item {
    margin-bottom: 15px;
}
.line-block a {
    text-align: center;
    background-image: url(line-background.5befb8a8d65beb18.png);
    background-position: 50%;
    font-size: 16px;
    margin-bottom: 50px;
    background-repeat: repeat-x;
    display: block;
    margin-top: 0;
}
.line-block a span {
    color: #6ba4b8;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f5f6f7;
}
.line-block a span:hover {
    color: #003087;
}
.view-all {
    color: #6ba4b8;
    font-size: 15px;
    vertical-align: top;
}
.view-all a:hover {
    color: #6196a8;
}
.offer-block {
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}
.offer-block span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #fff;
}
.offer-block .title {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 2px #000000;
}
.offer-block-big {
    height: 220px;
    width: 100%;
    line-height: 220px;
    border-radius: 5px;
}
.offer-block-big .image {
    background-size: cover;
}
.offer-block-big span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #fff;
}
.offer-block-big .title {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 2px #000000;
}
.status-bar {
    background-color: #eaeaea;
    border-radius: 20px;
    width: 100%;
    height: 15px;
}
.status-bar .status-bar-progress {
    border-radius: 20px;
    display: block;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.status-bar-text {
    font-size: 12px;
    color: #bbb;
    padding-top: 5px;
}
.star {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(star.dd7dcc92f22aad31.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 15px;
    top: 15px;
}
.star.active,
.star:hover {
    background-position: 0 100%;
}
.carousel ul.slider-buttons {
    margin: 0;
    list-style: none;
}
.carousel ul.slider-buttons li a {
    background-color: #dfdfdf;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 5px;
    display: block;
    float: right;
}
.carousel ul.slider-buttons li.active a {
    background-color: #6ba4b8;
}
.slick-carousel .slick-slide img {
    display: inline-block;
}
.slick-carousel .new-payment {
    padding: 30px 0 10px;
    background: rgba(107, 164, 184, 0.05);
    border: 1px dashed #6ba4b8;
    border-radius: 5px;
    text-align: center;
}
.slick-carousel .new-payment a .fa {
    background: #6196a8;
    padding: 10px 12px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}
.slick-carousel .new-payment:hover a .fa {
    background: #003087;
}
.isave-goals {
    min-height: 300px;
}
.isave-goals .status-bar {
    margin-top: 5px;
    margin-bottom: 5px;
}
.isave-spacing .button {
    width: 75%;
    margin: 0 auto;
    text-transform: uppercase;
    display: block;
}
.isave-spacing {
    margin-top: 35px;
}
.slick-carousel-dots {
    text-align: right;
}
.slick-carousel-dots ul.carousel-dots {
    margin: 0;
    list-style: none;
    display: inline-block !important;
}
.slick-carousel-dots ul.carousel-dots li {
    display: inline;
}
.slick-carousel-dots ul.carousel-dots li button {
    background-color: #dfdfdf;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 5px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    padding: 0;
}
.slick-carousel-dots ul.carousel-dots li.slick-active button {
    background-color: #6ba4b8;
}
.move-icon {
    background-image: url(move-icon.2c374fac1db69499.png);
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 1px;
    cursor: move;
}
.set-up {
    text-align: center;
    color: #ddd;
}
.set-up img {
    max-width: 60px;
    padding-bottom: 13px;
}
.tab-content > div {
    overflow: hidden;
}
.breadcrumb-holder .breadcrumb {
    background-color: transparent;
}
.breadcrumb-holder .breadcrumb li.breadcrumb-item {
    color: #a8abac;
}
.breadcrumb-holder .breadcrumb li.breadcrumb-item.active {
    color: #000;
}
.breadcrumb-holder .breadcrumb-item + .breadcrumb-item:before {
    content: ">";
}
.section-row {
    padding-bottom: 10px;
}
.favourites-hidden,
.showAll-text-hidden {
    display: none;
}
.or {
    background-image: url(line-background.5befb8a8d65beb18.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
    padding-top: 90px;
}
.or span {
    background-color: #fff;
    padding: 10px;
}
.custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.custom-counter li {
    counter-increment: step-counter;
    margin-bottom: 15px;
}
.custom-counter li:before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #ddecef;
    color: #666;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 50px;
}
.download-title {
    margin-top: -30px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    ul.primary-tabs li {
        min-width: 25%;
        margin-right: 0;
    }
    ul.primary-tabs li a {
        padding: 10px;
    }
    .db-modal.modal-1,
    .db-modal.modal-2 {
        background: #fff;
    }
}
@media (max-width: 575px) {
    main {
        padding-top: 0;
        min-height: 100vh;
        background: #f4f4f4;
    }
    .bulletin {
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .profile-box {
        padding: 30px 15px 20px;
    }
    .secondary-tabs li {
        width: 48%;
        margin-right: 2%;
    }
    .secondary-tabs li a {
        padding: 12px 10px;
    }
    nav {
        transition: all 0.2s ease-in;
    }
}
.dashboard-wrapper {
    overflow: hidden;
}
.main {
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.2s ease-in;
}
.favourite-cell {
    margin-bottom: 30px;
}
.favourite-cell.slick-slide {
    margin-bottom: 0;
}
.products-cells .product-cell {
    border: 1px solid #a8abac;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.products-cells .product-cell h3 {
    font-size: 14px;
}
.products-cells .product-cell .account {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
.products-cells .product-cell .star {
    top: 10px;
    right: 20px;
}
.favourited-products .products-cells .product-cell {
    border: 1px solid #6ba4b8;
}
.favourited-products .products-cells .product-cell.empty {
    border: 1px dashed #a8abac;
    background: #f3f3f3;
    min-height: 59px;
}
.new-products a {
    min-height: 0;
}
.new-products a:hover {
    background-color: #6ba4b8;
    color: #fff;
}
.new-products img {
    width: 100%;
    height: auto;
    display: block;
}
.new-products .db-item {
    margin-bottom: 15px;
}
.view-all {
    color: #6ba4b8;
    font-size: 15px;
    vertical-align: top;
}
.view-all a:hover {
    color: #6196a8;
}
.offer-block {
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}
.offer-block span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #fff;
}
.offer-block .title {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 2px #000000;
}
.offer-block-big {
    height: 220px;
    width: 100%;
    line-height: 220px;
    border-radius: 5px;
}
.offer-block-big .image {
    background-size: cover;
}
.offer-block-big span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #fff;
}
.offer-block-big .title {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 2px #000000;
}
.status-bar {
    background-color: #eaeaea;
    border-radius: 10px;
    width: 100%;
    height: 10px;
}
.status-bar .status-bar-progress {
    border-radius: 10px;
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.status-bar-text {
    font-size: 12px;
    color: #bbb;
    padding-top: 5px;
}
.bulletin {
    background-color: #e8e8e8;
    margin-left: -30px;
    padding: 10px 30px;
    margin-right: -30px;
}
.bulletin .bulletin-info {
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-image: url(information-button.5c6c0f41c5136c13.png);
    float: left;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.bulletin .bulletin-text {
    font-size: 12px;
    color: #828282;
    font-family: FS Matthew, sans-serif;
    width: 96%;
    float: left;
}
.bulletin.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}
.star {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(star.dd7dcc92f22aad31.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 15px;
    top: 15px;
}
.star.active {
    background-position: 1px 100%;
}
.star.active:hover {
    background-position: 0 0;
}
.star:hover {
    background-position: 1px 100%;
}
.filter {
    display: inline-block;
    margin: 0 10px;
    text-transform: none;
}
.filter .dropdown-menu {
    border-radius: 5px;
    border: rgba(0, 0, 0, 0.1);
}
.filter .dropdown-item {
    padding: 6px 15px;
}
.carousel ul.slider-buttons {
    margin: 0;
    list-style: none;
}
.carousel ul.slider-buttons li a {
    background-color: #dfdfdf;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 5px;
    display: block;
    float: right;
}
.carousel ul.slider-buttons li.active a {
    background-color: #6ba4b8;
}
.slick-carousel .slick-slide img {
    display: inline-block;
}
.slick-carousel-dots {
    text-align: right;
}
.slick-carousel-dots ul.carousel-dots {
    margin: 0;
    list-style: none;
    display: inline-block;
}
.slick-carousel-dots ul.carousel-dots li {
    display: inline;
}
.slick-carousel-dots ul.carousel-dots li button {
    background-color: #dfdfdf;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 5px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    padding: 0;
}
.slick-carousel-dots ul.carousel-dots li.slick-active button {
    background-color: #6ba4b8;
}
.move-icon {
    background-image: url(move-icon.2c374fac1db69499.png);
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 1px;
    cursor: move;
}
.set-up {
    text-align: center;
    color: #ddd;
}
.set-up img {
    max-width: 60px;
    padding-bottom: 13px;
}
ul.primary-tabs {
    border-bottom: none;
}
ul.primary-tabs li {
    background: #ffffff;
    border-left: 1px solid #e3e4e3;
    border-top: 1px solid #e3e4e3;
    padding-left: 0;
    padding-right: 0;
}
ul.primary-tabs li a {
    display: block;
    height: 100%;
    padding: 15px 20px 20px;
    color: #000;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    border-top: 5px solid transparent;
    border-bottom: 1px solid #e3e4e3;
    transition: border-top 0.2s ease;
}
ul.primary-tabs li a img {
    margin-right: 10px;
}
ul.primary-tabs li a.active {
    border-top: 5px solid #6ba4b8;
    color: #6ba4b8;
    border-bottom: none;
}
ul.primary-tabs li:last-child {
    border-right: 1px solid #e3e4e3;
}
ul.primary-tabs.style-1 li {
    background: none;
}
ul.primary-tabs.style-1 li a.active {
    background: #ffffff;
}
ul.primary-tabs.style-2 {
    border-bottom: 1px solid #e3e4e3;
}
ul.primary-tabs.style-2 li {
    background: none;
}
ul.primary-tabs.style-2 li a.active {
    background: #ffffff;
}
.profile-box {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0px !important;
    padding: 40px;
}
.profile-box .edit-link {
    margin-left: 10px;
    font-weight: 400;
}
.profile-box .title-style-one {
    margin-bottom: 10px;
    font-weight: 400;
}
.profile-box hr {
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
}
.profile-box .initials {
    width: 120px;
    height: 120px;
    line-height: 100px;
    font-size: 50px;
    border-radius: 10px;
    color: #a8abac;
}
.profile-box .title {
    font-family: FS Matthew Light, sans-serif;
    font-size: 36px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
}
.profile-box p {
    color: #a8abac;
}
.profile-box p span {
    display: block;
}
.secondary-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}
.secondary-tabs li {
    margin-right: 10px;
}
.secondary-tabs li a {
    display: block;
    padding: 12px 60px 12px 0;
    text-align: center;
    color: #d6d7d6;
}
.secondary-tabs li a span {
    display: block;
}
.secondary-tabs li a.active {
    color: #003087;
    border-radius: 4px;
}
.tab-content-wrap {
    background: #f9f9f9;
    border-top: 0px;
}
.tab-content-wrap .tab-content {
    padding: 40px;
    border: 1px solid #dee2e6;
    border-top: none;
}
.tertiary-tabs {
    background: white;
}
.tertiary-tabs li,
.tertiary-tabs .nav-item {
    padding: 0;
    border: 1px solid #e3e4e3;
    background: #f9f9f9;
    border-top: 1px solid #e3e4e3;
    border-left: none;
    text-align: center;
}
.tertiary-tabs li:first-child,
.tertiary-tabs .nav-item:first-child {
    border-left: 1px solid #e3e4e3;
}
.tertiary-tabs li:last-child,
.tertiary-tabs .nav-item:last-child {
    border-right: 1px solid #e3e4e3;
}
.tertiary-tabs li.last-tab,
.tertiary-tabs .nav-item.last-tab {
    border-right: 1px solid #e3e4e3;
}
.tertiary-tabs li a,
.tertiary-tabs .nav-item a {
    display: block;
    height: 100%;
    border-top: 5px solid transparent;
    padding: 15px;
    color: #a8abac;
}
.tertiary-tabs li a.active,
.tertiary-tabs .nav-item a.active {
    border-top: 5px solid #6ba4b8;
    color: #6ba4b8;
}
.subscribe-holder .subscribe-box {
    background-image: url(e-statements.b313c2d66e67953a.svg);
    background-position: left -10px top -10px;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    padding-left: 70px;
}
.subscribe-holder .subscribe-box.unsubscribe {
    background-image: url(statements-unsubscribe.23ffd68cb62c6f96.svg);
}
.subscribe-holder .subscribe-box.alerts {
    background-image: url(icon-alert.a5dab45f146d08aa.jpg);
    background-size: 60px;
    background-position: left;
}
ul.email-checklist {
    background: rgba(255, 250, 192, 0.7);
    color: #8b572a;
    padding: 15px;
}
ul.email-checklist li {
    margin: 7px;
}
.tab-content > div {
    overflow: hidden;
}
.breadcrumb-holder .breadcrumb {
    background-color: transparent;
}
.breadcrumb-holder .breadcrumb li.breadcrumb-item {
    color: #a8abac;
}
.breadcrumb-holder .breadcrumb li.breadcrumb-item.active {
    color: #000;
}
.breadcrumb-holder .breadcrumb-item + .breadcrumb-item:before {
    content: ">";
}
.section-row {
    padding-bottom: 10px;
}
.favourites-hidden,
.showAll-text-hidden {
    display: none;
}
.db-modal.modal-1 {
    background: url(dashboard-bg-1.12b8f7facaf23a1c.jpg) right center no-repeat;
    background-size: cover;
}
.db-modal.modal-2 {
    background: url(dashboard-bg-2.d58dc530b0a675e2.jpg) right center no-repeat;
    background-size: cover;
}
.db-modal .modal-header .modal-title {
    font-size: 28px;
    color: #003087;
    font-family: FS Matthew Bold, sans-serif;
}
.db-modal .modal-body {
    padding-top: 0;
}
.db-modal .modal-body .title-style-two {
    font-size: 15px;
}
.or {
    background-image: url(line-background.5befb8a8d65beb18.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
    padding-top: 90px;
}
.or span {
    background-color: #fff;
    padding: 10px;
}
.custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.custom-counter li {
    counter-increment: step-counter;
    margin-bottom: 15px;
}
.custom-counter li:before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #ddecef;
    color: #666;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 50px;
}
.download-title {
    margin-top: -30px;
    margin-bottom: 30px;
}
ul.dbtab-content-list li {
    overflow: hidden;
    padding: 14px 0;
    border-bottom: 1px solid #ededed;
}
ul.dbtab-content-list li .logo {
    width: 17%;
    min-height: 40px;
    float: left;
    margin-right: 3%;
    margin-bottom: 0;
    text-align: center;
}
ul.dbtab-content-list li .logo img {
    height: auto;
    max-height: 40px;
}
ul.dbtab-content-list li .details {
    width: 60%;
    float: left;
}
ul.dbtab-content-list li .details h3 {
    font-size: 16px;
    margin-bottom: 0;
}
ul.dbtab-content-list li .details h3 a {
    color: #000;
}
ul.dbtab-content-list li .details h3 a:hover {
    color: #003087;
}
ul.dbtab-content-list li .details p {
    font-size: 13px;
    color: #a8abac;
    margin-bottom: 0;
}
ul.dbtab-content-list li .action {
    width: 20%;
    float: left;
    text-align: right;
    margin-top: 0;
}
ul.dbtab-content-list li .action .btn-sm,
ul.dbtab-content-list li .action .btn-group-sm > .btn {
    min-height: auto;
    line-height: 1.7;
}
.view-all-bills {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 20px;
}
.map-info-box {
    padding: 15px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px #0000004d;
}
.map-info-box h4 {
    font-size: 13px;
}
.map-info-box ul {
    padding-bottom: 5px;
}
.map-info-box ul li {
    display: block !important;
    padding-left: 18px;
    position: relative;
    font-size: 11px;
    margin-bottom: 7px;
    overflow: hidden;
}
.map-info-box ul li p {
    margin-bottom: 0;
}
.map-info-box ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font: 14px/1 FontAwesome;
    color: #a8abac;
}
.map-info-box ul li.location:before {
    content: "\f041";
    left: 2px;
}
.map-info-box ul li.timing:before {
    content: "\f017";
}
.map-info-box ul li .timing {
    width: 50%;
    float: left;
    padding-top: 5px;
}
.map-info-box ul li .timing .days {
    display: block;
    color: #a8abac;
}
.map-info-box ul li .timing .time {
    display: block;
    color: #4bb312;
}
.map-info-box .all-branches {
    margin: 0;
    padding-top: 10px;
    color: #003087;
    font-family: FS Matthew Medium, sans-serif;
    font-size: 13px;
    border-top: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
    ul.primary-tabs li {
        min-width: 25%;
        margin-right: 0;
    }
    ul.primary-tabs li a {
        padding: 10px;
    }
    .db-modal.modal-1,
    .db-modal.modal-2 {
        background: #fff;
    }
}
@media (max-width: 575px) {
    .bulletin {
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-margin-mobile {
        margin-left: -30px;
        margin-right: -30px;
    }
    .main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .profile-box {
        padding: 30px 15px 20px;
    }
    .secondary-tabs li {
        width: 48%;
        margin-right: 2%;
    }
    .secondary-tabs li a {
        padding: 12px 10px;
    }
}
.account-main {
    overflow-x: hidden;
}
.isave .slide-1 {
    background-image: url(isave-index-bg.1aedce3aae3b14e4.png);
    background-size: cover;
}
.gold-account {
    position: absolute;
    right: 80px;
}
.bulletin-breadcrumb li {
    display: inline-block;
    font-family: FS Matthew, sans-serif;
}
.bulletin-breadcrumb li a {
    color: #003087;
    margin-right: 5px;
    font-size: 14px;
}
.bulletin-breadcrumb li span {
    margin-right: 5px;
}
.bulletin-breadcrumb .active a {
    color: #7c7c7c;
}
.chevron:before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: "";
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.5em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
    border-color: #0003;
}
.chevron.right:before {
    left: 0;
    transform: rotate(45deg);
}
.chevron.down:before {
    left: 1px;
    transform: rotate(135deg);
}
.clear {
    clear: both;
}
.view-more-details {
    font-size: 12px;
}
.action-list {
    padding: 32px 10px;
}
.action-list .action-options {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}
.action-list .action-options li {
    display: inline-block;
    margin-right: 30px;
}
.action-list #add-scroll::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #f5f5f5;
}
.action-list #add-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}
.action-list #add-scroll::-webkit-scrollbar-thumb {
    background-color: #000;
}
.action-list ::-webkit-scrollbar {
    width: 12px;
}
.action-list ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #0000004d;
    border-radius: 10px;
}
.action-list ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px #00000080;
}
.action-list .fade-arrow {
    position: absolute;
    right: 0;
    margin-top: -95px;
    background-image: url(gradient.5cc235ba6a4577c0.png);
    width: 150px;
    height: 150px;
}
.action-list .fade-arrow .account-arrow {
    float: right;
    margin-top: 60px;
    margin-right: 60px;
    cursor: pointer;
}
.account-header-section {
    padding-top: 10px;
    margin-bottom: 0;
}
.account-header-section .fave-active {
    background: #eee;
    background: linear-gradient(to bottom, #eee, white);
}
.account-header-section .fave-inactive {
    background: white;
    background: linear-gradient(to bottom, white, #eee);
}
.account-header-section .fave-circle {
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    float: left;
    padding: 12px;
    margin-top: -5px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.account-header-section .fave-circle i {
    font-size: 25px;
    color: #003087;
}
.account-header-section .cc-balance {
    position: relative;
    top: -24px;
}
.account-header-section .balance {
    font-size: 38px;
}
.account-header-section .balance .small-detail {
    font-size: 13px !important;
    color: greyMedium !important;
}
.account-header-section .acc-numbers {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Graphik Regular, sans-serif;
}
.account-header-section .acc-numbers span {
    font-weight: 700;
}
.account-header-section ul.acc-action {
    margin-top: 10px;
}
.account-header-section ul.acc-action li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.account-header-section ul.acc-action li:last-child {
    margin-right: 0;
}
.account-header-section .no-margin-btm {
    margin-bottom: 0;
}
.account-header-section .graph-account img {
    width: 100% !important;
    height: auto;
    float: right;
    margin-right: 30px;
}
.account-debit-card {
    padding-left: 30px;
}
.account-debit-card .cc-card {
    margin-top: 80px;
}
.account-debit-card .img-holder {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
}
.account-debit-card ul.action {
    text-align: center;
}
.account-debit-card ul.action li {
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
}
.account-debit-card .card-nav {
    text-align: center;
}
.account-debit-card .card-nav li {
    display: inline-block;
}
.account-debit-card .card-nav li:first-child {
    margin-right: 5px;
}
.account-debit-card .card-nav li a i {
    font-size: 12px;
}
.account-debit-card .card-nav li a i.fa-circle {
    color: #003087;
}
.account-options li {
    display: inline-block;
    margin-right: 30px;
}
.filter-transactions {
    cursor: pointer;
}
.filter-transactions img {
    height: 55px;
}
.transactions {
    padding: 5px 10px;
    position: relative;
}
.transactions form .search-icon {
    position: absolute;
    height: 14px;
    width: 14px;
    top: 22px;
    left: 30px;
}
.transactions .download {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.transactions .download img {
    width: 19px;
    height: 19px;
}
.transactions .download:focus,
.transactions .download:hover {
    background: rgba(192, 192, 192, 0.2);
}
.transactions .btn-blue:focus,
.transactions .btn-blue:hover {
    background: #0042ba;
}
.transactions table thead th {
    border-top: 0;
    border-bottom: 1px;
    font-size: 14px;
}
.transactions table .chevron {
    margin-left: 7px;
}
.transactions table .credit-in {
    color: #4bb312;
}
.transactions table .credit-in .chevron:before {
    border-color: #4bb312 !important;
    display: none;
}
.transactions table .debit-out {
    color: #000;
}
.transactions table .debit-out .chevron:before {
    border-color: #dc143c !important;
}
.transactions table .desc-account {
    color: #a8abac;
}
.download-statement {
    width: 100%;
    max-width: 400px;
    background: white;
    border: 1px solid #eee;
    padding: 30px;
    box-shadow: 0 0 10px #0000001a;
    z-index: 20;
    position: absolute;
    right: 10px;
    top: 110px;
}
.download-statement h5 {
    border-bottom: 0px !important;
    color: #000 !important;
    font-family: FS Matthew Light, sans-serif !important;
}
.download-statement label {
    color: #7c7c7c !important;
    font-family: FS Matthew Light, sans-serif !important;
}
.download-statement .download-option {
    padding: 15px 10px;
    border: 1px solid #6ba4b8;
    border-radius: 4px;
    overflow: auto;
    cursor: pointer;
}
.download-statement .download-option:hover {
    border-color: #4e8ca2;
}
.download-statement .download-option:hover p {
    color: #4e8ca2;
}
.download-statement .download-option img {
    float: left;
    width: 24px;
    margin-right: 10px;
}
.download-statement .download-option p {
    margin-top: 7px;
    margin-bottom: 0;
    color: #6ba4b8;
}
.account-pagination {
    margin-top: 10px;
}
.account-pagination li {
    margin: 2px;
    text-align: center;
    background: transparent;
}
.account-pagination li a {
    border-radius: 5px !important;
    color: #6ba4b8;
    border: 1px solid white;
    padding: 9px 11px 4px;
    font-size: 12px;
}
.account-pagination li:hover a {
    background: #eee;
    border: 1px solid #eee;
}
.account-pagination .active a {
    border-color: #6ba4b8 !important;
    background: #6ba4b8 !important;
    color: #fff !important;
}
.account-pagination .page-number {
    margin-top: 10px;
    margin-right: 15px;
    color: #a8abac;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.paypal-popover {
    top: 900px;
    left: 180px;
    max-width: 320px !important;
    box-shadow: 0 5px 20px #a8abac80;
    padding: 20px;
    border-color: #c2c4c5;
    display: none;
}
.paypal-popover .popover-heading {
    color: #8e9293;
    font-size: 20px;
}
.paypal-popover .popover-content {
    padding-left: 0;
}
.paypal-popover .popover-content p {
    margin-bottom: 5px;
    color: #8e9293;
    font-weight: 700;
}
.paypal-popover .popover-content p span {
    font-weight: 400;
}
.paypal-popover .popover-contact {
    color: #a8abac;
}
.paypal-popover .popover-contact a {
    float: left;
    color: #6ba4b8;
}
.slider-center {
    text-align: center;
}
.slider-center ul li {
    display: inline-block;
}
.other-account-carousel {
    font-family: Graphik Regular, sans-serif;
    min-height: 100px !important;
}
.other-account-carousel .other-balance {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0;
}
.other-account-carousel span {
    font-weight: 400;
}
.other-account-carousel .account {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.slider-accounts {
    margin-top: 15px !important;
}
.my-offers .section-title {
    width: 100%;
}
.my-offers .section-title small {
    float: right;
    margin-top: 5px;
    text-transform: capitalize;
    color: #6ba4b8;
}
.my-offers .image {
    height: 100px;
    background-size: cover;
}
.my-offers .image .title {
    font-family: Graphik Regular, sans-serif;
    text-align: center;
    padding-top: 35px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    font-size: 20px;
}
.e-statement-accounts,
.utilities-accounts {
    font-family: Graphik Regular, sans-serif;
    font-size: 14px;
}
.e-statement-accounts li,
.utilities-accounts li {
    margin: 10px 0;
}
.e-statement-accounts li a,
.utilities-accounts li a {
    color: #6ba4b8;
}
.next-account-bar {
    height: 100vh;
    padding-top: 500px;
    padding-left: 5px;
    width: 20px;
    background: white;
    position: fixed;
    top: 0;
    right: 0;
    border-left: 1px solid #a8abac;
    cursor: pointer;
    transition: width 0.2s ease-out;
}
.next-account-bar .chevron:before {
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    content: "";
    display: inline-block;
}
.next-account-bar:hover {
    width: 100px;
    background: rgba(255, 255, 255, 0.7);
}
.next-account-bar:hover + .next-account-popout {
    right: 0;
}
.next-account-popout {
    background: white;
    width: 280px;
    height: 90px;
    box-shadow: -3px 0 10px #a8abac;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    top: 400px;
    right: -300px;
    transition: right 0.2s ease-out;
}
.next-account-popout .popout-content {
    padding: 20px;
}
.next-account-popout .popout-content h4 {
    color: #424546;
    font-size: 14px;
}
.next-account-popout .popout-content h5 {
    color: #424546;
    font-size: 16px;
}
.next-account-popout .popout-content .popout-arrow {
    background: white;
    border: 3px solid #003087;
    margin-top: -50px;
    margin-left: 210px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.next-account-popout .popout-content .popout-arrow .chevron:before {
    border-color: #003087;
    left: 7px;
}
.slider-buttons.slider-accounts li {
    display: inline-block;
}
.sidebar-accounts .carousel ul.slider-buttons li a {
    float: none;
    display: inline-block;
}
.link-color {
    color: #6ba4b8;
}
.link-color .chevron:before {
    border-color: #6ba4b8;
}
.transactions-filters .filter-content form {
    margin-bottom: 10px;
}
.transactions-filters .filter-content form input,
.transactions-filters .filter-content form select {
    margin-right: 5px;
    background: white;
}
.transactions-filters .filter-content form input {
    height: 50px;
}
.transactions-filters .filter-content form select {
    height: 50px !important;
}
.transactions-filters .filter-content form .filter-download:hover a {
    background: #003087;
}
.transactions-filters .filter-content form .filter-active a {
    color: #6ba4b8;
    border-color: #6ba4b8;
}
.transactions-filters .filter-content form .close-filter {
    font-family: Graphik Regular, sans-serif;
}
.transactions-filters .filter-content form .close-filter a {
    margin-top: -1px;
    padding: 16px 20px;
    background: #f1f2f2;
    border: 1px solid #dcddde;
    border-radius: 4px;
    color: #a8abac;
}
.transactions-filters .filter-content form .close-filter:hover a {
    color: #000;
}
.filter-btn {
    font-family: FS Matthew, sans-serif;
    white-space: nowrap;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.filter-btn a {
    display: inline-block;
    border: 1px solid #a8abac;
    border-radius: 5px;
    padding: 21px 5px;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: silver;
}
.transactions .table {
    font-size: 13px;
}
.download-popover {
    background: white;
    padding: 20px 30px;
    border: 1px solid #f3f3f3;
    width: 400px;
    white-space: normal;
    position: absolute;
    top: 102px;
    right: 10px;
    z-index: 999;
    box-shadow: 0 0 10px #a8abac;
    text-align: center;
    border-radius: 6px;
}
.download-popover .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
}
.download-popover .title {
    font-weight: 700;
    color: #7c7c7c;
    font-size: 20px;
    margin-bottom: 3px;
}
.download-popover .custom-control-indicator {
    border-radius: 50%;
    margin-right: 5px;
}
.download-popover .custom-control-indicator:active {
    background: #003087;
}
.download-popover .custom-checkbox {
    float: left;
    margin: 0 25px;
}
.sidebar-accounts {
    margin-top: 45px;
}
.sidebar-accounts .quick-links {
    background: white;
    padding: 15px;
    border-radius: 4px;
}
.sidebar-accounts .quick-links li {
    margin-bottom: 4px;
}
.sidebar-accounts .quick-links li a i {
    margin-top: -3px !important;
    margin-right: 5px;
    font-size: 8px;
    vertical-align: middle;
    color: #a8abac;
}
.sidebar-accounts .other-account-carousel {
    margin-bottom: 5px;
}
.sidebar-accounts .other-account-carousel .fa-star {
    float: right;
    color: #003087;
    font-size: 20px;
}
.sidebar-accounts .other-account-carousel h3 {
    margin-top: 6px;
    font-size: 17px !important;
}
.sidebar-accounts .offer-wrapper {
    margin-bottom: 5px;
}
.sidebar-accounts a .content {
    color: #000;
}
.filters-holder li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.filters-holder li.close a {
    display: block;
}
.filters-holder li.download-button a {
    padding: 8px 5px;
    font-size: 12px;
    border: none;
}
.filters-holder li.download-button i {
    font-size: 12px;
}
.filters-holder li.download-button .active-statement {
    background: #6ba4b8;
    color: #fff;
}
.filters-holder li.download-button .active-statement i {
    color: #fff;
}
.filters-holder li .account-filter {
    float: right;
    height: auto;
    width: auto;
    padding: 11px;
    border: 0px;
    border-radius: 4px;
    margin-top: -47px;
    margin-right: 4px;
    background: rgba(107, 164, 184, 0);
    cursor: pointer;
}
.filters-holder li .account-filter.filter-open {
    background: #eee;
}
.filters-holder li .account-filter.filter-open img {
    opacity: 1;
}
.filters-holder li .account-filter img {
    width: 25px;
    opacity: 0.7;
}
.filters-holder li:first-child {
    padding-left: 0;
}
.filters-holder li:last-child {
    padding-right: 0;
}
.download-modal-icon {
    padding: 20px;
    background: #003087;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.download-trannie-popup .download-option {
    padding: 15px 20px;
    border: 1px solid #6ba4b8;
    border-radius: 4px;
    overflow: auto;
    cursor: pointer;
    background: white;
    width: 260px;
    white-space: nowrap;
    margin: 10px auto;
}
.download-trannie-popup .download-option:hover {
    border-color: #4e8ca2;
}
.download-trannie-popup .download-option:hover p {
    color: #4e8ca2;
}
.download-trannie-popup .download-option img {
    float: left;
    width: 24px;
    margin-right: 10px;
}
.download-trannie-popup .download-option p {
    margin-top: 7px;
    margin-bottom: 0;
    color: #6ba4b8;
}
.filter-options {
    background: #f3f3f3;
    border-radius: 4px;
    padding: 5px;
}
.filter-options > li {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 10px 0 10px 10px;
    color: #7c7c7c;
}
.filter-options > li:last-child a {
    border-right: 0px !important;
}
.filter-options > li a {
    text-transform: uppercase;
    padding-right: 5px;
}
.filter-options > li a:first-child {
    padding-left: 10px;
}
.filter-options > li a:last-child {
    padding-right: 10px;
}
.filter-options > li.download-transactions {
    padding-left: 0;
    width: 7%;
    text-align: center;
}
.filter-options > li.download-transactions i {
    font-size: 18px;
    color: #6ba4b8b3;
    vertical-align: middle;
}
.filter-options > li.download-transactions a {
    display: inline-block;
    line-height: 44px;
}
.filter-options > li .filter-applied {
    color: #6ba4b8 !important;
}
.filter-options > li label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}
.filter-options > li .button.btn-md {
    min-width: 45%;
    padding: 5px;
    line-height: 35px;
    font-size: 12px;
}
.filter-options > li .button.border-only {
    border: 1px solid rgba(107, 164, 184, 0.1);
}
.filter-options > li.type {
    width: 33%;
}
.filter-options > li.type a.active {
    background: #ffffff;
}
.filter-options .close {
    position: absolute;
    top: 5px;
    right: 10px;
}
.border-radius-none {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: -2px;
}
.credit-in {
    color: #4bb312 !important;
}
@media (max-width: 767px) {
    .account-debit-card {
        border-left: none;
        padding-left: 15px;
    }
}
@media (max-width: 575px) {
    .download-popover {
        width: 100%;
        min-width: 250px;
    }
    .account-header-section {
        padding: 15px 0 0;
    }
    .action-list {
        padding: 32px 0;
    }
    .transactions {
        padding: 5px 0;
    }
    table {
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .filter-options {
        padding: 10px;
    }
    .filter-options li {
        width: 100%;
        padding: 0 0 10px;
    }
    .filter-options li.type {
        width: 80%;
    }
    .filter-options li.download-transactions {
        width: 20%;
    }
}
.block-card-sidebar .other-account-carousel .account {
    margin-bottom: 10px;
}
.block-card-sidebar .other-account-carousel .other-balance {
    font-size: 20px;
    margin-bottom: 10px;
}
.block-card-sidebar .other-account-carousel .block-card-account-number {
    margin-bottom: 10px;
}
.block-card-modal .btn-modal-cancel {
    background: #7c7c7c;
}
.block-card-modal .replacement-form label {
    padding-top: 15px;
}
.block-card-modal .replacement-form select {
    background: #d6d7d6;
}
.block-card-modal .pin-content {
    margin-bottom: 0 !important;
}
.block-card-modal .pin-content h2 {
    color: #7c7c7c;
    cursor: pointer;
}
ul.transfer-tabs.row {
    margin-left: -10px;
    margin-right: -10px;
}
ul.transfer-tabs li {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
ul.transfer-tabs li a {
    display: block;
    height: 100%;
    background: #ffffff;
    padding: 15px 10px;
    position: relative;
    border-radius: 5px;
    color: #6f6f6f;
    font-size: 12px;
    border-top: 4px solid #ffffff;
    opacity: 0.6;
    box-shadow: 0 0 8px #e6e6e6;
}
ul.transfer-tabs li a .bottom-bar {
    display: none;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #ffffff;
}
ul.transfer-tabs li a figure {
    width: 100%;
    margin-bottom: 10px;
}
ul.transfer-tabs li a figure img {
    height: 70px;
    width: auto;
}
ul.transfer-tabs li a .fa {
    display: none;
}
ul.transfer-tabs li a.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #6196a8;
    opacity: 1;
}
ul.transfer-tabs li a.active .bottom-bar {
    display: block;
}
ul.transfer-tabs li.content {
    display: inline-block;
    width: 20%;
    margin-right: -4px;
    margin-bottom: 8px;
    background: white;
    height: 170px;
    border: 8px solid rgba(192, 192, 192, 0.15);
    border-radius: 12px;
}
.transfer-tabs-holder .mobileIn {
    display: none;
}
ul.transfer-accordion li {
    display: block;
    margin-bottom: 10px;
    border: 1px solid rgba(168, 171, 172, 0.2);
}
ul.transfer-accordion li > a {
    display: block;
    padding: 11px 15px 15px;
    color: #6f6f6f;
    font-size: 12px;
    border-radius: 5px;
    position: relative;
    border-top: 4px solid #6196a8;
    border-bottom: 1px solid rgba(168, 171, 172, 0.3);
}
ul.transfer-accordion li > a figure {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
    margin-bottom: 0;
}
ul.transfer-accordion li > a figure img {
    height: 40px;
    width: auto;
}
ul.transfer-accordion li > a .fa {
    position: absolute;
    right: 20px;
    top: 28px;
}
ul.transfer-accordion li > a .fa:before {
    content: "\f077";
}
ul.transfer-accordion li > a.collapsed {
    border-top: 4px solid #ffffff;
}
ul.transfer-accordion li > a.collapsed .fa:before {
    content: "\f078";
}
ul.transfer-accordion li .card-block {
    padding: 0;
}
.clear {
    clear: both;
}
.color-green {
    color: #6196a8 !important;
}
.transfers-table {
    margin-bottom: 50px;
}
.transfers-table .hide-rows {
    display: none;
    transition: all 0.2s ease;
}
.transfer-payments h5,
.transfer-payments li {
    border-bottom-color: #c0c0c04d !important;
}
.transfer-payments h5 {
    margin-bottom: 0;
}
.transfer-payments li:last-of-type {
    margin-top: 20px;
    margin-bottom: 0;
    border-bottom: 0 !important;
}
.transfer-payments li {
    padding: 12px 0;
}
.transfer-payments li p {
    color: #636363 !important;
    font-size: 14px;
    font-weight: 700;
}
.transfer-payments .transfer-icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #6196a8 !important;
}
.transfer-payments .transfer-icon h2 {
    padding-top: 13px;
    font-size: 20px;
    color: #d6d7d6;
}
.transfer-payments .text-wrapper {
    margin-top: 5px;
    margin-left: 20px;
}
@media (max-width: 767px) {
    .transfer-tabs-holder table tr th,
    .transfer-tabs-holder table tr td {
        display: none;
    }
    .transfer-tabs-holder table tr th:first-child,
    .transfer-tabs-holder table tr th:last-child,
    .transfer-tabs-holder table tr td:first-child,
    .transfer-tabs-holder table tr td:last-child {
        display: table-cell;
        padding: 15px;
    }
    .transfer-tabs-holder table td .initials {
        display: none;
    }
    .transfer-tabs-holder .mobileIn {
        display: block;
    }
    .transfer-tabs-holder .mobileOut {
        display: none;
    }
    .isave-my-accounts th:nth-child(2),
    .isave-my-accounts th:nth-child(3),
    .isave-my-accounts th:nth-child(4),
    .isave-my-accounts th:nth-child(6),
    .isave-my-accounts th:nth-child(7),
    .isave-my-accounts td:nth-child(2),
    .isave-my-accounts td:nth-child(3),
    .isave-my-accounts td:nth-child(4),
    .isave-my-accounts td:nth-child(6),
    .isave-my-accounts td:nth-child(7) {
        display: none;
    }
    .isave-my-accounts th .fa,
    .isave-my-accounts td .fa {
        display: none;
    }
    .isave-my-accounts th:first-child,
    .isave-my-accounts td:first-child {
        padding-left: 17px !important;
    }
    .isave-my-savings th:nth-child(2),
    .isave-my-savings th:nth-child(3),
    .isave-my-savings th:nth-child(5),
    .isave-my-savings th:nth-child(6),
    .isave-my-savings td:nth-child(2),
    .isave-my-savings td:nth-child(3),
    .isave-my-savings td:nth-child(5),
    .isave-my-savings td:nth-child(6) {
        display: none;
    }
    .isave-my-savings th:nth-child(4),
    .isave-my-savings td:nth-child(4) {
        min-width: auto !important;
    }
    .isave-my-savings th .fa,
    .isave-my-savings td .fa {
        display: none;
    }
    .isave-my-savings th:first-child,
    .isave-my-savings td:first-child {
        padding-left: 17px !important;
    }
    ul.transfer-tabs li {
        display: block;
        width: 100%;
        flex-basis: auto;
        text-align: left;
        margin-bottom: 10px;
    }
    ul.transfer-tabs li a {
        display: block;
        padding: 15px;
        color: #6f6f6f;
        font-size: 12px;
        border: 1px solid rgba(168, 171, 172, 0.2);
    }
    ul.transfer-tabs li a figure {
        display: inline-block;
        width: 40px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    ul.transfer-tabs li a figure img {
        height: 40px;
        width: auto;
    }
    ul.transfer-tabs li a .fa {
        display: none;
        position: absolute;
        right: 20px;
        bottom: 28px;
    }
    ul.transfer-tabs li a.active {
        padding: 12px 15px 15px;
        border-radius: 5px;
    }
    ul.transfer-tabs li a.active .bottom-bar {
        display: none;
    }
    .download-statement {
        right: 0;
        top: 190px;
        max-width: 100%;
    }
}
.cc-more-details-wrapper .cc-more-details-inner {
    padding: 10px;
    background: #eee;
    font-size: 12px;
}
.cc-more-details-wrapper .cc-more-details-inner .cc-title {
    color: #7c7c7c;
    font-family: FS Matthew Medium, sans-serif;
    margin: 7px 0;
}
.cc-more-details-wrapper .cc-more-details-inner .cc-normal {
    color: #7c7c7c;
    margin: 5px 0;
}
.paytransfer-content .transfer-origin {
    border: 1px solid #6196a8;
    padding: 20px;
}
.paytransfer-content .transfer-origin p {
    color: #6196a8;
    text-transform: uppercase;
    margin-top: 10px;
}
.paytransfer-content img {
    height: 40px !important;
    width: auto;
}
@media (max-width: 767px) {
    .acc-action li {
        margin-bottom: 10px;
    }
    .link-smaller-mobile {
        font-size: 12px;
    }
    .card-holder .img-holder {
        width: 60%;
        margin: 0 auto;
    }
    .search-transactions {
        padding-right: 0 !important;
    }
    #filter-options {
        margin-left: 0;
        margin-right: 0;
    }
    .sidebar-accounts {
        margin-top: 20px !important;
    }
    .account-main .download-button {
        display: none;
    }
    .account-main .unbilled-tab {
        border-left: 1px solid rgba(192, 192, 192, 0.3) !important;
        border-top-right-radius: 0 !important;
    }
    .account-main .page-number {
        display: none;
    }
    #main-account-table .table thead th:nth-child(4) {
        display: none;
    }
    #main-account-table .table tbody tr td:first-child {
        padding-left: 20px !important;
    }
    #main-account-table .table tbody tr td:nth-child(4) {
        display: none;
    }
    table .fa-sort,
    table .fa-angle-down,
    table .fa-angle-up {
        display: none;
    }
}
.main.wealth,
.main.isave,
.main.apply-products {
    height: calc(100vh - 72px);
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.main.wealth.push,
.main.isave.push,
.main.apply-products.push {
    padding-left: 240px !important;
}
.main.wealth .slick-carousel,
.main.wealth .slick-list,
.main.wealth .slick-track,
.main.isave .slick-carousel,
.main.isave .slick-list,
.main.isave .slick-track,
.main.apply-products .slick-carousel,
.main.apply-products .slick-list,
.main.apply-products .slick-track {
    height: 100%;
}
.main.wealth .slides,
.main.isave .slides,
.main.apply-products .slides {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: auto;
    position: relative;
}
.main.wealth .slides .products,
.main.isave .slides .products,
.main.apply-products .slides .products {
    height: 350px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 10px;
}
.main.wealth .slides .back,
.main.isave .slides .back,
.main.apply-products .slides .back {
    display: block;
    color: #003087;
    line-height: 1.5;
    margin-bottom: 20px;
}
.main.wealth .slides .next,
.main.isave .slides .next,
.main.apply-products .slides .next {
    width: 50%;
    height: 10px;
    border-bottom: 1px solid #a8abac;
    position: absolute;
    bottom: 40px;
    right: 0;
}
.main.wealth .slides .next .next-btn,
.main.isave .slides .next .next-btn,
.main.apply-products .slides .next .next-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #a8abac;
    position: absolute;
    bottom: -26px;
    left: -18px;
    border-radius: 50%;
    padding: 4px;
}
.main.wealth .slides .next .next-btn span,
.main.isave .slides .next .next-btn span,
.main.apply-products .slides .next .next-btn span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #6196a8;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
}
.main.wealth .slides .next .next-btn:hover,
.main.isave .slides .next .next-btn:hover,
.main.apply-products .slides .next .next-btn:hover {
    border-color: #6ba4b8;
}
.main.wealth .slides .next .next-btn:hover span,
.main.isave .slides .next .next-btn:hover span,
.main.apply-products .slides .next .next-btn:hover span {
    background: #6ba4b8;
}
.main.wealth .slides .next .prev-btn,
.main.isave .slides .next .prev-btn,
.main.apply-products .slides .next .prev-btn {
    display: inline-block;
    width: 30px;
    height: 50px;
    position: absolute;
    bottom: -26px;
    left: -50px;
    text-align: center;
}
.main.wealth .slides .next .prev-btn span,
.main.isave .slides .next .prev-btn span,
.main.apply-products .slides .next .prev-btn span {
    color: #6196a8;
    line-height: 50px;
    font-size: 15px;
}
.main.wealth .slides .next .back,
.main.isave .slides .next .back,
.main.apply-products .slides .next .back {
    position: absolute;
    left: -90%;
    color: #003087;
    line-height: 35px;
}
.main.wealth .slides h2 .thin,
.main.isave .slides h2 .thin,
.main.apply-products .slides h2 .thin {
    display: block;
    font-family: FS Matthew Light, sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
}
.main.wealth .slides h2 .thick,
.main.isave .slides h2 .thick,
.main.apply-products .slides h2 .thick {
    display: block;
    font-family: FS Matthew Bold, sans-serif;
    font-size: 40px;
}
.main.wealth .slides p,
.main.isave .slides p,
.main.apply-products .slides p {
    color: #666;
    margin-bottom: 7px;
    line-height: 1.3;
}
.main.wealth .slides p.dark,
.main.isave .slides p.dark,
.main.apply-products .slides p.dark {
    color: #000;
}
.main.wealth .slides ul.services,
.main.isave .slides ul.services,
.main.apply-products .slides ul.services {
    margin: 30px 0;
}
.main.wealth .slides ul.services li,
.main.isave .slides ul.services li,
.main.apply-products .slides ul.services li {
    margin-bottom: 10px;
    border-left: 3px solid red;
    padding-left: 15px;
    line-height: 1;
}
.main.wealth .slides ul.services li a,
.main.isave .slides ul.services li a,
.main.apply-products .slides ul.services li a {
    text-decoration: none;
}
.main.wealth .slides ul.services li a:hover,
.main.isave .slides ul.services li a:hover,
.main.apply-products .slides ul.services li a:hover {
    color: #6ba4b8;
}
.main.wealth .slides ul.products li,
.main.isave .slides ul.products li,
.main.apply-products .slides ul.products li {
    padding: 10px 0;
    color: #7c7c7c;
    border-bottom: 1px solid #bec8d9;
    cursor: pointer;
    margin-bottom: 10px;
}
.main.wealth .slides ul.products li .circle,
.main.isave .slides ul.products li .circle,
.main.apply-products .slides ul.products li .circle {
    display: block;
    width: 25px;
    height: 25px;
    float: right;
    border-radius: 50%;
    border: 1px solid #a8abac;
    text-align: center;
    font-size: 12px;
    color: #a8abac;
    line-height: 25px;
}
.main.wealth .slides ul.products li:hover,
.main.isave .slides ul.products li:hover,
.main.apply-products .slides ul.products li:hover {
    color: #003087;
}
.main.wealth .slides ul.products li:hover .circle,
.main.isave .slides ul.products li:hover .circle,
.main.apply-products .slides ul.products li:hover .circle {
    border-color: #003087;
    color: #003087;
}
.main.wealth .slides ul.info,
.main.isave .slides ul.info,
.main.apply-products .slides ul.info {
    list-style-type: disc;
    padding-left: 25px;
}
.main.wealth .slides ul.info li,
.main.isave .slides ul.info li,
.main.apply-products .slides ul.info li {
    margin: 10px 0;
    color: #666;
}
.main.wealth .slides .button-holder,
.main.isave .slides .button-holder,
.main.apply-products .slides .button-holder {
    margin: 30px 0;
}
.main.wealth .slides .content,
.main.wealth .slides .content-1,
.main.isave .slides .content,
.main.isave .slides .content-1,
.main.apply-products .slides .content,
.main.apply-products .slides .content-1 {
    padding-left: 50px;
}
.main.wealth .slides.slide-1,
.main.isave .slides.slide-1,
.main.apply-products .slides.slide-1 {
    background-size: cover;
    background-image: url(wealth-slide-1.80b9af5bc1ff74a9.jpg);
}
.main.wealth .slides.slide-1 .content,
.main.isave .slides.slide-1 .content,
.main.apply-products .slides.slide-1 .content {
    padding-top: 15%;
}
.main.wealth .slides.slide-1 .content .button-holder,
.main.isave .slides.slide-1 .content .button-holder,
.main.apply-products .slides.slide-1 .content .button-holder {
    margin: 0;
}
.main.wealth .slides.slide-1.isave-slider,
.main.isave .slides.slide-1.isave-slider,
.main.apply-products .slides.slide-1.isave-slider {
    background-image: url(isave-index-bg.1aedce3aae3b14e4.png);
}
.main.wealth .slides.slide-2,
.main.isave .slides.slide-2,
.main.apply-products .slides.slide-2 {
    background-size: cover;
    background-image: url(wealth-slide-2.5e6def564d7bf69a.png);
}
.main.wealth .slides.slide-2 .content,
.main.isave .slides.slide-2 .content,
.main.apply-products .slides.slide-2 .content {
    padding-top: 10%;
}
.main.wealth .slides.slide-3,
.main.isave .slides.slide-3,
.main.apply-products .slides.slide-3 {
    background-size: cover;
    background-image: url(wealth-slide-3.80b5a09e6db19600.png);
}
.main.wealth .slides.slide-3 .content,
.main.isave .slides.slide-3 .content,
.main.apply-products .slides.slide-3 .content {
    padding-top: 7%;
}
.main.wealth .slides.slide-3 .content .content-1,
.main.isave .slides.slide-3 .content .content-1,
.main.apply-products .slides.slide-3 .content .content-1 {
    margin-bottom: 20px;
    padding-left: 0;
}
.main.wealth .slides.slide-3 .content .product-content h2,
.main.isave .slides.slide-3 .content .product-content h2,
.main.apply-products .slides.slide-3 .content .product-content h2 {
    font-size: 1.4em;
    padding-left: 15px;
    border-left: 4px solid red;
    line-height: 1.2;
}
.main.wealth .slides.slide-3 .content .product-content p,
.main.isave .slides.slide-3 .content .product-content p,
.main.apply-products .slides.slide-3 .content .product-content p {
    padding-left: 19px;
}
.main.wealth .slides.slide-3 .content .product-content ul,
.main.isave .slides.slide-3 .content .product-content ul,
.main.apply-products .slides.slide-3 .content .product-content ul {
    padding-left: 19px;
    margin: 10px 0;
}
.main.wealth .slides.slide-3 .content .product-content ul li a,
.main.isave .slides.slide-3 .content .product-content ul li a,
.main.apply-products .slides.slide-3 .content .product-content ul li a {
    color: #a8abac;
}
.main.wealth .slides.slide-3 .content .product-content ul li a:hover,
.main.isave .slides.slide-3 .content .product-content ul li a:hover,
.main.apply-products .slides.slide-3 .content .product-content ul li a:hover {
    color: #003087;
}
.main.wealth .slides.slide-4,
.main.isave .slides.slide-4,
.main.apply-products .slides.slide-4 {
    background-size: cover;
    background-image: url(wealth-slide-4.7cb1abc795e22c6f.png);
    display: flex;
    align-items: center;
}
.main.wealth .slides.slide-4 .content,
.main.isave .slides.slide-4 .content,
.main.apply-products .slides.slide-4 .content {
    padding-top: 0;
    padding-bottom: 70px;
}
.main.wealth .slides.slide-4 .content-1,
.main.isave .slides.slide-4 .content-1,
.main.apply-products .slides.slide-4 .content-1 {
    padding-top: 0;
}
.main.wealth .slides.slide-4 .add-products-row,
.main.isave .slides.slide-4 .add-products-row,
.main.apply-products .slides.slide-4 .add-products-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main.wealth .slides.slide-5,
.main.isave .slides.slide-5,
.main.apply-products .slides.slide-5 {
    background-size: cover;
    background-image: url(wealth-slide-5.26f198fa682d7afc.png);
}
.main.wealth .slides.slide-5 .content,
.main.isave .slides.slide-5 .content,
.main.apply-products .slides.slide-5 .content,
.main.wealth .slides.slide-5 .content-1,
.main.isave .slides.slide-5 .content-1,
.main.apply-products .slides.slide-5 .content-1 {
    padding-top: 200px;
}
.main.wealth .slides.slide-5 .selected-products,
.main.isave .slides.slide-5 .selected-products,
.main.apply-products .slides.slide-5 .selected-products {
    padding-left: 10px;
    padding-right: 40px;
    margin-bottom: 30px;
}
.main.wealth .slides.slide-5 .selected-products li,
.main.isave .slides.slide-5 .selected-products li,
.main.apply-products .slides.slide-5 .selected-products li {
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
}
.main.wealth .slides.slide-5 .selected-products li span,
.main.isave .slides.slide-5 .selected-products li span,
.main.apply-products .slides.slide-5 .selected-products li span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #003087;
    padding: 30px;
    border: 1px solid #003087;
    transition: color 0.3s ease;
    cursor: pointer;
    border-radius: 5px;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    text-align: center;
    position: relative;
}
.main.wealth .slides.slide-5 .selected-products li span .delete,
.main.isave .slides.slide-5 .selected-products li span .delete,
.main.apply-products .slides.slide-5 .selected-products li span .delete {
    display: block;
    width: 15px;
    height: 15px;
    background: #003087;
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: -7px;
    right: -7px;
    text-align: center;
    border-radius: 50%;
    line-height: 14px;
}
.main.wealth .slides.slide-5 .element-holder,
.main.isave .slides.slide-5 .element-holder,
.main.apply-products .slides.slide-5 .element-holder {
    margin-bottom: 30px;
}
.main.wealth .slides.slide-5 .element-holder label,
.main.isave .slides.slide-5 .element-holder label,
.main.apply-products .slides.slide-5 .element-holder label {
    display: block;
}
.main.wealth .slides.slide-5 .element-holder select,
.main.isave .slides.slide-5 .element-holder select,
.main.apply-products .slides.slide-5 .element-holder select {
    max-width: 400px;
    background: #d6d7d6;
    border: 1px solid #a8abac;
    padding: 10px;
    border-radius: 5px;
}
.main.wealth .slides.slide-6,
.main.isave .slides.slide-6,
.main.apply-products .slides.slide-6 {
    background-size: cover;
    background-image: url(wealth-slide-7.80160bbf06e12755.jpg);
}
.main.wealth .slides.slide-6 .content,
.main.isave .slides.slide-6 .content,
.main.apply-products .slides.slide-6 .content {
    padding-top: 200px;
    padding-left: 60px;
}
.main.wealth .slides.slide-6 .content h2,
.main.isave .slides.slide-6 .content h2,
.main.apply-products .slides.slide-6 .content h2 {
    font-size: 3em;
}
@media (max-width: 991px) {
    .main.wealth {
        padding-left: 0;
        padding-right: 0;
    }
    .main.wealth .slides ul.selected-products li {
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .main.wealth {
        height: 100%;
    }
    .main.wealth .slides h2 {
        margin-bottom: 15px;
    }
    .main.wealth .slides h2 .thin {
        font-size: 22px;
        margin-bottom: 0;
    }
    .main.wealth .slides h2 .thick {
        font-size: 28px;
    }
    .main.wealth .slides ul.products {
        margin-bottom: 30px;
    }
    .main.wealth .slides ul.selected-products {
        padding-right: 0;
        padding-left: 0;
    }
    .main.wealth .slides ul.selected-products li {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    .main.wealth .slides ul.selected-products li span {
        padding: 20px;
    }
    .main.wealth .slides ul.check-grp li.radio-btn {
        margin-bottom: 5px;
    }
    .main.wealth .slides ul.check-grp li.radio-btn label {
        padding: 15px;
    }
    .main.wealth .slides.slide-1 .content,
    .main.wealth .slides.slide-2 .content,
    .main.wealth .slides.slide-6 .content {
        padding-top: 20%;
    }
    .main.wealth .slides.slide-3 .content,
    .main.wealth .slides.slide-4 .content,
    .main.wealth .slides.slide-5 .content {
        padding-top: 10%;
    }
    .main.wealth .slides.slide-4 .content-1,
    .main.wealth .slides.slide-5 .content-1 {
        padding-top: 30px;
    }
    .main.wealth .slides.slide-4 {
        align-items: stretch;
    }
    .main.wealth .slides.slide-4 .content {
        padding-bottom: 0;
    }
    .main.wealth .slides.slide-5 .element-holder select {
        max-width: 95%;
    }
    .main.wealth .slides.slide-6 .content,
    .main.wealth .slides.slide-1 .content,
    .main.wealth .slides.slide-1 .content-1,
    .main.wealth .slides.slide-2 .content,
    .main.wealth .slides.slide-2 .content-1,
    .main.wealth .slides.slide-3 .content,
    .main.wealth .slides.slide-3 .content-1,
    .main.wealth .slides.slide-4 .content,
    .main.wealth .slides.slide-4 .content-1,
    .main.wealth .slides.slide-5 .content,
    .main.wealth .slides.slide-5 .content-1,
    .main.wealth .slides.slide-6 .content-1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main.wealth .slides .next {
        width: 50px;
        right: 0;
        top: 35px;
    }
    .main.wealth .content,
    .main.wealth .content-1 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.isave .large-primary {
    font-size: 22px;
    margin-bottom: 40px !important;
    margin-top: 10px !important;
}
.isave .large-secondary {
    font-size: 20px;
    margin-bottom: 30px !important;
}
.product-panel {
    min-height: 320px;
    border-radius: 3px;
    background: white;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 40px 35px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #0000000d;
}
.product-panel:hover img {
    position: relative;
    bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.product-panel img {
    width: 110px;
    height: auto;
    bottom: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.product-panel h4 {
    margin-top: 10px;
    font-size: 20px;
    color: #646464;
}
.product-panel hr {
    width: 100px;
}
.product-panel p {
    color: #999;
    font-family: FS Matthew Light, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.apply-products-wrap {
    margin-top: 15%;
    background: rgba(255, 255, 255, 0.9);
}
.apply-products-wrap.product-panel img {
    width: 150px;
    height: auto;
}
.apply-products-wrap.product-panel h4 {
    color: #003087;
    font-size: 24px;
}
.weatlh .slide-1 {
    background-image: url(wealth-slide-1.80b9af5bc1ff74a9.jpg);
}
.charity-bg {
    background: white !important;
}
.charity-main {
    background: white;
    height: 100%;
    padding-top: 25px;
}
@media screen and (max-width: 575px) {
    .charity-main {
        height: auto;
        background: none;
        margin-top: 72px;
    }
}
.charity-main .white-fixed {
    width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}
.charity-splatter-top-left {
    position: fixed;
    top: -20px;
    left: -155px;
}
.charity-splatter-bottom-left {
    position: fixed;
    bottom: 0;
    left: -280px;
}
.charity-splatter-bottom-right {
    position: fixed;
    bottom: 0;
    right: 0;
}
.charity-select {
    height: 100%;
}
.charity-select.first-section {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .charity-select {
        height: 100%;
    }
}
.charity-titles p {
    color: #a8abac;
}
.charity-titles p.title-strong {
    font-weight: 700;
    color: #8e9293;
    margin-top: 25px;
    margin-bottom: 5px;
}
.charity-selector .charity-list li {
    margin-bottom: 15px;
}
.charity-selector .charity-list a .charity-nested {
    padding: 10px;
    overflow: auto;
    background: white;
    border: 1px solid #dcddde;
    border-radius: 4px;
}
.charity-selector .charity-list a .charity-nested img {
    width: 55%;
    height: auto;
}
.charity-selector .charity-list a .charity-nested:hover,
.charity-selector .charity-list a .selected-charity {
    border-color: #6ba4b8;
}
.charity-selector .charity-next-button {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}
.charity-selector .visible {
    opacity: 1;
    visibility: visible;
}
.pin-content {
    margin-top: 50px;
}
.pin-content p {
    font-family: Graphik Regular, sans-serif;
}
.pin-content .countdown {
    margin-bottom: 3px;
    color: #a8abac;
    font-size: 14px;
    margin-top: 20px;
}
.pin-content .countdown span {
    color: #da291c;
}
.pin-content .pin-entry {
    margin-bottom: 50px;
}
.charity-review-payment .remove-charity,
.make-payment .remove-charity,
.success-message .remove-charity,
.error-message .remove-charity {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #6ba4b8;
    position: absolute;
    top: -20px;
    right: -15px;
    cursor: pointer;
}
.charity-review-payment .remove-charity img,
.make-payment .remove-charity img,
.success-message .remove-charity img,
.error-message .remove-charity img {
    margin-top: 13px;
    width: 30%;
}
.charity-review-payment .chosen-charity-block,
.make-payment .chosen-charity-block,
.success-message .chosen-charity-block,
.error-message .chosen-charity-block {
    padding: 10px;
    background: white;
    border: 1px solid #6ba4b8;
    border-radius: 8px;
    width: 200px;
    position: relative;
}
.charity-review-payment .chosen-charity-block:hover,
.make-payment .chosen-charity-block:hover,
.success-message .chosen-charity-block:hover,
.error-message .chosen-charity-block:hover {
    border-color: #6ba4b8;
}
.charity-review-payment .chosen-charity-block img,
.make-payment .chosen-charity-block img,
.success-message .chosen-charity-block img,
.error-message .chosen-charity-block img {
    max-width: 100%;
    height: auto;
}
.charity-review-payment p,
.make-payment p,
.success-message p,
.error-message p {
    font-family: Graphik Regular, sans-serif;
    color: #a8abac;
}
.charity-review-payment select,
.make-payment select,
.success-message select,
.error-message select {
    padding: 15px;
}
.charity-review-payment select strong,
.make-payment select strong,
.success-message select strong,
.error-message select strong {
    font-weight: 700;
}
.charity-review-payment .half-width,
.make-payment .half-width,
.success-message .half-width,
.error-message .half-width {
    width: 50%;
    margin-bottom: 50px;
}
.charity-review-payment .payment-review-box,
.make-payment .payment-review-box,
.success-message .payment-review-box,
.error-message .payment-review-box {
    padding: 30px;
    border: 2px solid #dcddde;
    border-radius: 8px;
    margin-bottom: 50px;
    background: #fff;
}
.charity-review-payment .payment-review-box .info-box .info-box-dark,
.make-payment .payment-review-box .info-box .info-box-dark,
.success-message .payment-review-box .info-box .info-box-dark,
.error-message .payment-review-box .info-box .info-box-dark {
    color: #000;
}
.charity-review-payment .payment-review-box h4,
.charity-review-payment .payment-review-box h5,
.make-payment .payment-review-box h4,
.make-payment .payment-review-box h5,
.success-message .payment-review-box h4,
.success-message .payment-review-box h5,
.error-message .payment-review-box h4,
.error-message .payment-review-box h5 {
    color: #74787a;
}
.charity-review-payment .payment-review-box strong,
.make-payment .payment-review-box strong,
.success-message .payment-review-box strong,
.error-message .payment-review-box strong {
    color: #000;
}
.charity-review-payment .payment-review-box h4,
.make-payment .payment-review-box h4,
.success-message .payment-review-box h4,
.error-message .payment-review-box h4 {
    margin-bottom: 30px;
}
.charity-review-payment .payment-review-box .back-link,
.make-payment .payment-review-box .back-link,
.success-message .payment-review-box .back-link,
.error-message .payment-review-box .back-link {
    color: #003087;
    text-transform: uppercase;
    font-family: Graphik Regular, sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.clear {
    clear: both;
}
.hidden {
    display: none;
}
.offer-page-block {
    margin-bottom: 20px;
}
.offer-page-block .image {
    background-size: 100%;
    background-position: top;
    opacity: 0.4;
    transition: opacity 0.2s ease;
}
.offer-page-block:hover .image {
    opacity: 1;
}
.offers-content {
    font-family: Graphik Regular, sans-serif;
}
.offers-content .offers-header {
    min-height: 500px;
}
.offers-content .search-cat {
    margin-top: 30px;
}
.offers-content .splash-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + -0px);
    height: 550px;
    background: url(offers-plates.37934fe6dd92c28e.jpg);
    background-size: 110%;
    background-position-x: 0px;
    background-position-y: -190px;
}
.offers-content .offer-bowl {
    width: 100%;
    height: 500px;
    background: url(offers-bowl.372ef4ab4cc9fdaf.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-position-x: -30px;
    background-position-y: -190px;
    background-size: 110%;
}
.offers-content .offer-bowl img {
    height: auto;
}
.offers-content .offers-search {
    background: white;
    padding: 50px;
    border: 1px solid #eeeeee;
    margin-top: 100px;
    box-shadow: 0 0 10px #0000001a;
}
.offers-content .offers-search .search-cat {
    z-index: 40;
    position: relative;
}
.offers-content .move-icon {
    margin-top: 4px;
}
.offers-content .section-title span {
    font-family: Graphik Regular, sans-serif;
}
.offers-content .tag-list {
    margin-top: 20px;
}
.offers-content .tag-list ul li {
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0);
    padding-left: 22px;
    padding-right: 22px;
    border: 1px solid silver;
    border-radius: 3px;
    margin-right: 10px;
    line-height: 38px;
    cursor: pointer;
}
.offers-content .tag-list ul li:hover {
    background: rgba(255, 255, 255, 0.5);
}
.offers-content .tag-list ul li.active {
    background: #6196a8;
    border-color: #6196a8;
}
.offers-content .tag-list ul li.active a {
    color: #fff;
}
.offers-content .tag-list ul li a {
    color: #000000b3;
}
.offers-content .tag-list ul li a span {
    margin-left: 10px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}
.offers-content .offer-cards .card {
    margin-bottom: 20px;
    border: 0px !important;
    box-shadow: 0 3px 15px #0000000d;
}
.offers-content .offer-cards .card-img-top {
    width: 100%;
    height: auto;
}
.offers-content .offer-cards .card-block {
    padding: 20px;
}
.offers-content .offer-cards .card-block .card-tag {
    font-size: 18px;
    color: #000;
}
.offers-content .offer-cards .card-block .card-title {
    margin-bottom: 0;
}
.offers-content .offer-cards .card-block a {
    font-size: 16px;
}
.offers-content .offer-cards .card-block .card-location {
    color: #a8abac;
    margin-top: 30px;
    margin-bottom: 0;
}
.offers-content .offer-cards .card-block .card-location span {
    margin: 0 10px;
}
.offers-content .offer-cards .card-block .card-location img {
    margin-top: -4px;
    width: 10px;
    height: auto;
    opacity: 0.7;
}
.offers-content .right-side {
    margin-left: 20px;
}
.offers-content .latest-offers {
    margin-top: 20px;
    margin-bottom: 20px;
}
.offers-content .latest-offers .title {
    background: transparent !important;
    border: 0px !important;
    padding: 0;
    border-bottom: 1px solid #003087 !important;
    border-radius: 0;
}
.offers-content .latest-offers .title h4 {
    color: #000;
}
.offers-content .latest-offers li {
    background: transparent;
    border-radius: 8px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.offers-content .latest-offers li img {
    width: 90px;
    height: 90px;
    border: 1px solid #a8abac;
    padding: 5px;
    background: #ffffff;
}
.offers-content .latest-offers li span {
    font-size: 24px;
    margin-left: 30px;
    color: #003087;
}
.offer-logo {
    position: relative;
    top: -90px;
    margin-bottom: -80px;
    padding: 20px;
    z-index: 7;
    border-radius: 6px;
}
.offer-logo img {
    background: white;
    width: 250px;
    height: auto;
    padding: 20px;
    border-left: 3px solid #f4f4f4;
    border-right: 3px solid #f4f4f4;
    border-bottom: 3px solid #f4f4f4;
    border-radius: 6px;
}
.offers-inside.remove-bg {
    background: transparent;
}
.offers-inside .offers-image {
    width: 100% !important;
    border-radius: 6px;
    margin-bottom: 20px;
}
.offers-inside .offer-inside-wrapper {
    background: white;
    margin-top: -100px;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 1px 1px #00000026, 0 10px 0 -5px #eee,
        0 10px 1px -4px #00000026, 0 3px 20px #00000026;
}
.offers-inside .offers-content {
    padding-left: 20px;
    padding-right: 20px;
}
.offers-inside p {
    margin-top: 20px;
    font-family: Graphik Regular, sans-serif;
    color: #666;
}
.offers-inside .active-wrapper {
    background: #6196a8 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.offers-inside .active-wrapper h4,
.offers-inside .active-wrapper i {
    color: #fff !important;
}
.offers-inside .print-offer {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}
.offers-inside .accordion-wrapper {
    border: 1px solid #d6d7d6;
    border-radius: 6px;
    background: white;
}
.offers-inside .accordion-wrapper h4 {
    padding: 18px 0 10px 20px;
    color: #7c7c7c;
}
.offers-inside .accordion-wrapper h4 i {
    padding-right: 10px;
    font-size: 25px;
    vertical-align: middle;
    color: #6196a8;
}
.offers-inside .accordion-wrapper .open-accordion {
    position: absolute;
    right: 17px;
    top: 0;
    text-align: center;
    height: 63px;
    width: 60px;
    border-left: 1px solid #d6d7d6;
    cursor: pointer;
}
.offers-inside .accordion-wrapper .open-accordion .fa-caret-down,
.offers-inside .accordion-wrapper .open-accordion .fa-caret-up {
    padding-top: 23px;
    color: #003087;
}
.offers-inside .accordion-content {
    padding: 20px;
    border-left: 1px solid #d6d7d6;
    border-right: 1px solid #d6d7d6;
    border-bottom: 1px solid #d6d7d6;
    background: white;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.offers-inside .accordion-content ul li i {
    margin-right: 5px;
}
.offers-inside .accordion-content ul li a {
    font-size: 14px;
    color: #7c7c7c;
    cursor: default;
}
.offers-inside .accordion-content ul li a:hover {
    color: #7c7c7c;
}
.offers-inside .offer-detail-options li {
    display: inline-block;
    margin: 20px 10px;
}
.google-map-offers {
    margin: 40px -20px -20px;
}
.related-offers-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px #0000001a;
}
.related-offers-card .related-offer-content:hover .cat-text p {
    color: #000c;
}
.related-offers-card .related-offer-content:hover .link-block a {
    margin-left: 0 !important;
}
.related-offers-card .related-offer-content .link-block {
    position: absolute;
    top: 0;
    right: 15px;
    overflow: hidden;
    height: 45px;
    width: 45px;
    background: #eee;
    border-top-right-radius: 4px;
    padding-top: 13px;
    cursor: pointer;
}
.related-offers-card .related-offer-content .link-block a {
    margin-left: -60px;
    transition: all 0.3s ease;
}
.related-offers-card .related-offer-content .link-block a i {
    transition: all 0.3s ease;
    color: #a8abac;
}
.related-offers-card .related-offer-content .link-block:hover a i {
    color: #6196a8;
}
.related-offers-card .related-offer-content .cat-text {
    padding: 15px;
}
.related-offers-card .related-offer-content .cat-text p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: FS Matthew Bold, sans-serif;
    font-size: 14px;
    color: #a8abac;
    transition: all 0.3s ease;
}
.related-offers-card .related-offer-content .offer-splitter {
    margin-top: -3px;
    height: 2px;
    width: 60px;
    background: #eee;
    margin-left: 15px;
}
.related-offers-card .related-offer-content .offer-image {
    margin-top: 20px;
}
.related-offers-card .related-offer-content .offer-image img {
    height: auto;
    width: 100%;
}
.related-offers-card .related-offer-content .main-text {
    padding: 25px 15px 15px;
}
.related-offers-card .related-offer-content .main-text p {
    font-size: 18px;
    color: #000c;
    margin-bottom: 0;
}
.related-offers-card .related-offer-content .main-text .second-text {
    color: #6f6f6f;
    font-size: 16px;
}
.related-offers-card .related-offer-content .cat-breaker {
    height: 10px;
    width: 100%;
}
.related-offers-card .related-offer-content .cat-breaker.cat-5 {
    background: #2c3e50;
    background: linear-gradient(to right, #2c3e50, #4ca1af);
}
.related-offers-card .related-offer-content .sub-text {
    padding: 15px;
    transition: all 0.3s ease;
}
.related-offers-card .related-offer-content .sub-text.cat-1 {
    background: #cb356b;
    background: linear-gradient(to right, #cb356b, #bd3f32);
}
.related-offers-card .related-offer-content .sub-text.cat-2 {
    background: #667db6;
    background: linear-gradient(to right, #667db6, #0082c8);
}
.related-offers-card .related-offer-content .sub-text.cat-3 {
    background: #29ffc6;
    background: linear-gradient(to right, #29ffc6, #20e3b2);
}
.related-offers-card .related-offer-content .sub-text.cat-4 {
    background: #f2994a;
    background: linear-gradient(to right, #f2994a, #f2c94c);
}
.related-offers-card .related-offer-content .sub-text.cat-5 {
    background: #2c3e50;
    background: linear-gradient(to right, #2c3e50, #4ca1af);
}
.related-offers-card .related-offer-content .sub-text.cat-6 {
    background: #6a3093;
    background: linear-gradient(to right, #6a3093, #a044ff);
}
.related-offers-card .related-offer-content .sub-text p {
    margin-top: 2px;
    margin-bottom: 0;
    color: #fff;
    position: relative;
}
.related-offers-card .related-offer-content .sub-text p img {
    width: 14px;
    height: auto;
}
.offers-rd-content {
    padding: 20px;
    min-height: 10px;
}
.offers-rd-content h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.offers-rd-content form .form-group input {
    width: 100%;
}
.offers-rd-content form .dropdown-menu .reset {
    color: #da291c;
}
.offers-rd-content form .dropdown-menu .active {
    background: #003087;
}
.category-tag-space {
    margin-top: 20px;
    margin-bottom: 20px;
}
.category-tag-space ul li a:hover {
    background: #00276e !important;
}
.category-tag-space ul li a:hover i {
    color: #da291c;
}
.search-result {
    margin-bottom: 25px;
}
@media (max-width: 1024px) {
    .offers-content .offer-bowl,
    .offers-content .splash-bg {
        height: 400px;
    }
    .offers-content .offers-header {
        min-height: 400px;
    }
    .offers-content .offers-header .offers-search {
        margin-top: 120px;
    }
}
@media (max-width: 768px) {
    .offers-content .offer-bowl,
    .offers-content .splash-bg {
        height: 300px;
    }
    .offers-content .offers-header {
        min-height: 300px;
    }
    .offers-content .offers-header .offers-search {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .offers-content .offers-header .offers-search {
        margin-top: 30px;
    }
    .offers-content .offers-header .offers-search h2,
    .offers-content .offers-header .offers-search select {
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .offers-content .offer-bowl {
        top: -188px;
        left: -68px;
    }
    .offers-content .offers-header .offers-search {
        margin-top: 30px;
    }
    .offers-content .offers-header .offers-search h2 {
        font-size: 20px;
    }
}
.main.activate-card {
    min-height: calc(100vh - 72px);
    padding-left: 0;
    padding-right: 0;
    position: relative;
    background-color: #fff;
}
.main.activate-card.push {
    padding-left: 240px !important;
}
.main.activate-card .disabled {
    opacity: 0.5;
    pointer-events: none;
}
.main.activate-card .slides-container {
    height: 100%;
}
.main.activate-card ul.steps li {
    width: 90px;
}
.main.activate-card ul.steps li:last-child {
    width: 40px;
}
.main.activate-card .slides {
    width: 100%;
    height: calc(100vh - 72px);
    background-size: cover;
    background-position: center;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
.main.activate-card .slides .card-with-ring {
    height: 100%;
    align-content: center;
    align-items: center;
    background-position: center;
    background-image: url(ring-around-card.ff099f31f4eb8aef.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.main.activate-card .slides .card-with-ring .img-holder {
    display: block;
    text-align: center;
    padding: 0 40px 35px;
    background: url(card-shadow.b24fd3a2fa28a5b6.png) center bottom no-repeat;
    background-size: 115% auto;
    position: relative;
}
.main.activate-card .slides .card-with-ring .img-holder .done {
    width: 60px;
    height: 60px;
    background: #003087 url(white_tick.a1301bc958b3e0b9.png) center center
        no-repeat;
    background-size: 55% auto;
    border: 4px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 17px;
    margin-left: -25px;
    border-radius: 50%;
}
.main.activate-card .slides .card-with-ring .img-holder.error img {
    opacity: 0.5;
}
.main.activate-card .slides .card-with-ring .img-holder.error .done {
    width: 60px;
    height: 60px;
    background: #ef3529 url(white_cross.c751c818c25e617b.png) center center
        no-repeat;
    background-size: 55% auto;
    border: 4px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 17px;
    margin-left: -25px;
    border-radius: 50%;
}
.main.activate-card .slides h2 .thin {
    display: block;
    font-family: FS Matthew Light, sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
}
.main.activate-card .slides h2 .thick {
    display: block;
    font-family: FS Matthew Bold, sans-serif;
    font-size: 30px;
}
.main.activate-card .slides p {
    color: #666;
    margin-bottom: 5px;
    line-height: 1.3;
}
.main.activate-card .slides p.dark {
    color: #000;
}
.main.activate-card .slides p .duration {
    color: #ef3529;
}
.main.activate-card .slides .content {
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 11%;
}
.main.activate-card .slides .content .button-holder {
    margin: 0;
}
@media (max-width: 991px) {
    .main.activate-card {
        padding-left: 0;
        padding-right: 0;
    }
    .main.activate-card .slides .content {
        padding-top: 20px;
    }
}
@media (max-width: 768px) {
    .main.activate-card .slides {
        padding-top: 20%;
    }
}
@media (max-width: 575px) {
    .main.activate-card .slides h2 {
        margin-bottom: 15px;
    }
    .main.activate-card .slides h2 .thin {
        font-size: 22px;
        margin-bottom: 0;
    }
    .main.activate-card .slides h2 .thick {
        font-size: 28px;
    }
}
.contact-us-main {
    background: white;
    min-height: 100vh;
    color: #a8abac;
}
@media screen and (max-width: 575px) {
    .contact-us-main {
        height: auto;
    }
}
.contact-us-main .line-spacer {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 30px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}
.contact-us-main a {
    color: #003087;
}
.contact-us-splatter-bottom-right {
    position: fixed;
    bottom: -100px;
    right: -100px;
}
.cards {
    padding: 0;
}
.cards .card-details {
    padding: 25px;
}
.cards .card-details p span {
    display: block;
}
.cards .card-details .img-holder {
    display: block;
    overflow: hidden;
    text-align: center;
}
.cards ul.act-items {
    border-top: 1px solid #e1e1e1;
}
.cards ul.act-items li {
    text-align: center;
    padding: 0;
    color: #a8abac;
    border-right: 1px solid #e1e1e1;
    font-size: 16px;
}
.cards ul.act-items li a {
    display: block;
    padding: 15px 20px;
}
.cards ul.act-items li:last-child {
    border-right: none;
}
.card-information li {
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 10px 0;
    color: #7c7c7c;
}
.card-information li span {
    display: block;
    width: 50%;
    float: left;
}
.card-information li span.title-label {
    font-family: FS Matthew Medium, sans-serif;
}
@media (max-width: 575px) {
    .cards .card-details .img-holder {
        width: 150px;
    }
    .cards ul.act-items li {
        border-right: none;
        border-bottom: 1px solid #e1e1e1;
    }
    .cards ul.act-items li:last-child {
        border-bottom: none;
    }
}
.available-limit {
    color: #003087 !important;
}
.optional-text {
    color: #ccc !important;
}
.form-box .fa-question-circle,
.form-box .fa-info-circle {
    position: absolute;
    right: 30px;
    margin-top: -20px;
    color: #6ba4b8;
}
.ui-datepicker-trigger {
    border: none;
    background: none;
}
.date-picker-wrapper {
    position: relative;
}
.date-picker-wrapper .ui-datepicker-trigger {
    position: absolute;
    top: 14px;
    right: 20px;
    color: #003087;
}
.vertical-center-utility {
    display: flex;
    align-items: center;
}
.clear {
    clear: both;
}
.success-box .progress {
    margin-bottom: 20px;
}
.success-box .progress-text {
    color: #7c7c7c;
}
.success-box .progress-text span {
    color: #003087;
    font-weight: 700;
}
.success-box .border-only {
    margin-right: 5px;
}
.group-title h2 {
    font-size: 24px;
}
.group-icon {
    float: left;
    margin-right: 25px;
}
.group-icon i {
    font-size: 90px;
}
.group-icon img {
    margin-top: 0;
    width: 130px;
    height: auto;
}
.group-mobile {
    padding-top: 10px;
}
.group-mobile p {
    color: #a8abac;
    font-size: 16px;
}
.group-mobile p span {
    color: #003087;
}
.group-mobile h4 {
    margin-top: 30px;
}
.new-beneficiary-transfer {
    background: rgba(0, 48, 135, 0.02);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 0 30px 20px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
}
.transfer-form .form-group {
    margin-bottom: 25px;
}
.transfer-form .form-group .form-control:disabled {
    padding: 0;
}
.transfer-form .form-group .form-control:disabled.bank-location {
    padding: 15px 0 15px 50px;
}
@media (max-width: 575px) {
    .transfer-form .button {
        width: 100%;
        margin-bottom: 5px;
    }
}
#setup-savings-modal #modal-content-1 {
    padding: 0 50px 30px;
}
#setup-savings-modal #modal-content-1 input,
#setup-savings-modal #modal-content-1 select {
    margin: 5px 0;
}
#setup-savings-modal #modal-content-1 label {
    padding-top: 15px;
}
#setup-savings-modal #modal-content-1 .underline {
    text-decoration: underline;
}
.transfer-forms ::-webkit-input-placeholder,
.transfer-form ::-webkit-input-placeholder {
    color: #ccc;
}
.transfer-forms ::-moz-placeholder,
.transfer-form ::-moz-placeholder {
    color: #ccc;
}
.transfer-forms :-ms-input-placeholder,
.transfer-form :-ms-input-placeholder {
    color: #ccc;
}
.transfer-forms :-moz-placeholder,
.transfer-form :-moz-placeholder {
    color: #ccc;
}
.transfer-forms .form-group,
.transfer-form .form-group {
    transition: margin 0.2s ease;
}
.transfer-forms .bank-location,
.transfer-form .bank-location {
    padding-left: 50px;
}
.transfer-forms .relative-block,
.transfer-form .relative-block {
    position: relative;
    display: block;
}
.transfer-forms .relative-block .search-icon,
.transfer-form .relative-block .search-icon {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 15px;
    position: absolute;
    font-size: 20px;
}
.transfer-forms .bank-location-flag,
.transfer-form .bank-location-flag {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 28px;
}
.transfer-forms .input-group-addon,
.transfer-form .input-group-addon {
    background: white;
    border: 1px solid #ebebeb;
    padding-right: 20px;
    color: #003087;
    font-weight: 700;
}
.transfer-forms .review-detail-mode,
.transfer-form .review-detail-mode {
    margin-bottom: 10px;
}
.transfer-forms .review-detail-mode input,
.transfer-form .review-detail-mode input {
    border: 0px;
    box-shadow: 0 0 #fff !important;
    padding: 5px;
    font-family: FS Matthew, sans-serif, Arial, sans-serif;
}
.transfer-forms .review-detail-mode input::placeholder,
.transfer-form .review-detail-mode input::placeholder {
    color: #000;
}
.transfer-forms select,
.transfer-form select {
    font-family: FS Matthew, sans-serif, Arial, sans-serif;
}
.transfer-forms label,
.transfer-form label {
    color: #5e5e5e;
    font-size: 14px;
    padding-bottom: 3px;
    font-family: FS Matthew, sans-serif, Arial, sans-serif;
}
.transfer-forms label .small,
.transfer-form label .small {
    color: #bcbebc;
}
.transfer-forms .info-box,
.transfer-form .info-box {
    color: #b5b8b8;
    font-size: 14px;
    padding-bottom: 3px;
    font-family: FS Matthew, sans-serif;
    text-align: left;
}
.transfer-forms .info-box .details,
.transfer-form .info-box .details {
    display: block;
    color: #000;
}
.transfer-forms .info-box .details.small,
.transfer-form .info-box .details.small {
    color: #003087;
    display: none;
}
.transfer-forms .info-box .details.big,
.transfer-form .info-box .details.big {
    font-size: 22px;
}
.transfer-forms .info-box .update,
.transfer-form .info-box .update {
    display: block;
    font-size: 14px;
    color: #a8abac80;
}
.transfer-forms .info-box span.img,
.transfer-form .info-box span.img {
    display: block;
    overflow: hidden;
}
.transfer-forms .info-box span.img img,
.transfer-form .info-box span.img img {
    max-width: 50px;
    height: auto;
    margin-right: 10px;
}
.transfer-forms .desc-text,
.transfer-form .desc-text {
    color: #a8abac;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0;
}
.transfer-forms .radioBtn label,
.transfer-form .radioBtn label {
    margin-top: 5px;
}
.transfer-forms .cancel-transfer,
.transfer-form .cancel-transfer {
    margin-right: 20px;
}
.transfer-forms .recurring-payment-options,
.transfer-form .recurring-payment-options {
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}
.btn-disabled {
    cursor: not-allowed;
}
.bg-white {
    background: white !important;
}
.timer-alert-box {
    padding: 20px;
    background: rgba(209, 238, 255, 0.4);
    border-radius: 6px;
    overflow: auto;
    text-align: center;
    max-width: 300px;
    float: right;
    min-height: 80px;
}
.timer-alert-box img {
    height: 60px;
    opacity: 0.6;
    margin: 0 auto 20px;
    text-align: center;
}
.timer-alert-box p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 13px;
    color: #52b4f0;
}
.timer-alert-box p span {
    color: #da291c;
}
.otp-view p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.otp-view .pin-content {
    margin-top: 20px;
}
.otp-view .pin-entry {
    margin-bottom: 0;
}
.otp-view .otp {
    text-align: center;
}
.otp-view .otp.center li {
    display: inline-block;
    float: none;
    margin: 5px;
}
.otp-view hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.otp-view .no-otp-yet {
    color: #003087;
    margin-right: 30px;
}
.otp-view .border-only-better {
    border: 1px solid #003087;
    border-radius: 6px;
    color: #003087;
    background: transparent;
    margin-top: -10px;
}
.success-box-top {
    z-index: 25;
    height: 48px;
    background: url(success-message-pattern.abb0cc583855a401.png) 0 0 repeat-x;
    background-size: 30px;
    position: relative;
}
.success-box-top .icon {
    width: 130px;
    height: 130px;
    background: #6acb00 url(timer-white.b044a6e93132aaf3.svg) center no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -65px;
    border: 10px solid #f6f6f6;
    background-size: 50%;
    z-index: 30 !important;
}
.success-box-top .icon.tick {
    background: #6acb00 url(white_tick.a1301bc958b3e0b9.png) center no-repeat;
}
.success-box-top .icon.error {
    background: #ef3529 url(white_cross.c751c818c25e617b.png) center no-repeat;
}
.success-box-top + .icon {
    width: 100px;
    height: 100px;
    background: #6acb00 url(timer-white.b044a6e93132aaf3.svg) center no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -40px;
    border: 10px solid #f6f6f6;
    background-size: 50%;
    z-index: 30 !important;
}
.success-box-top + .icon.tick {
    background: #6acb00 url(white_tick.a1301bc958b3e0b9.png) center no-repeat;
}
.success-box-top + .icon.error {
    background: #ef3529 url(white_cross.c751c818c25e617b.png) center no-repeat;
    background-size: 50px 50px;
}
.margin-top-60 {
    margin-top: 60px;
}
.success-box-top1 + .icon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -40px;
    z-index: 30 !important;
}
.success-box-top1 + .icon.error_outline_56 {
    background: #fff url(error_outline_56.6abba5a5f2ec0c26.png) center no-repeat;
    background-size: 50px 50px;
}
.success-box-top1 + .icon.question_mark_outline_56 {
    background: #fff url(question_mark_outline_56.fec4d729ddca2f4e.png) center
        no-repeat;
    background-size: 50px 50px;
}
.biller-logo {
    height: 48px;
    width: 48px;
    box-shadow: 0 2px 3px #0000 !important;
    border: 1px solid #d9e2e8 !important;
    border-right: 0 !important;
    border-radius: 6px 0 0 6px;
}
.biller-logo img {
    padding: 10px;
    padding-left: 9px !important;
    border-radius: 6px;
    height: inherit;
}
.payment-select-box .selectric {
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
.success-box {
    background: #ffffff url(success-message-pattern.abb0cc583855a401.png) 0 0
        repeat-x;
    padding-top: 50px !important;
    background-size: 25px;
    box-shadow: 0 5px 10px #00000040;
    position: relative;
    z-index: 20;
    background: #ffffff;
    padding-top: 30px;
    margin-top: -30px;
    border-radius: 2px;
    box-shadow: 0 1px 1px #00000026, 0 10px 0 -5px #eee,
        0 10px 1px -4px #00000026, 0 3px 20px #00000026;
}
.success-box .icon {
    width: 80px;
    height: 80px;
    background: #6acb00 url(timer.066ad4a7fdd02bb9.png) center no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -40px;
    border: 6px solid #f6f6f6;
}
.success-box .icon.tick {
    background: #6acb00 url(timer.066ad4a7fdd02bb9.png) center no-repeat;
}
.success-box .icon-tick {
    width: 80px;
    height: 80px;
    background: #6acb00 url(white_tick.a1301bc958b3e0b9.png) center no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -40px;
}
.success-box .button-holder a:first-child {
    margin-right: 15px;
}
@media (max-width: 575px) {
    .success-box .button {
        width: 100%;
    }
}
.success-box .content {
    padding-top: 30px;
}
.success-box .content h2 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #a8abac;
    font-family: FS Matthew, sans-serif;
    color: #5e5e5e;
}
.success-box .content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.success-box .content .color-black {
    color: #000 !important;
}
.success-box .content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #777;
}
.success-box .content p.error {
    color: #ef3529;
}
.success-box .content .half-block-spacer {
    padding-bottom: 20px;
}
.success-box .content figure.cardHolder img {
    width: 100%;
    height: auto;
}
.success-box .content .details {
    overflow: visible;
    position: relative;
}
.success-box .content .details .top-bar {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    top: -15px;
    margin-left: -15px;
    background: #a6a6a6;
}
.success-box .content .details h3 {
    color: #777;
    margin-bottom: 30px;
}
.success-box .content .details p {
    color: #a8abac;
    font-size: 18px;
}
.success-box .content .details p span {
    display: block;
    color: #000;
}
.success-box .content .details .page-bend {
    margin-top: -85px;
    position: absolute;
    width: 100%;
    left: 0;
    height: 20px;
    z-index: 20;
    background: #a6a6a6;
    background: linear-gradient(to bottom, #a6a6a6, #fafafa);
}
.success-box .content .details .shadow-bar {
    position: absolute;
    width: 98%;
    height: 10px;
    margin-left: -6px;
    margin-top: 9px;
    background: rgba(0, 0, 0, 0.5);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.success-box .content .details .content-box {
    position: relative;
    padding: 20px 40px 40px;
}
.success-box .content .details .content-box h3 {
    color: #003087;
    margin-bottom: 30px;
}
.success-box .content .details .content-box p {
    color: #b5b8b8;
    font-size: 14px;
}
.success-box .content .details .content-box p span {
    display: block;
    color: #000;
}
.success-box .content .details .content-box p span.details.small {
    color: #003087;
    font-size: 80%;
}
.success-box .content .details .content-box p span.update {
    font-size: 14px;
    color: #a8abac80;
}
.success-box .content .details .content-box p span.update .fa {
    font-size: 14px;
}
.success-box .content .details .content-box p span img {
    height: auto;
    width: 50px;
    padding: 5px;
    margin-left: -5px;
    margin-right: 10px;
}
.success-box .content .details .content-box p.info-box {
    color: #c2c4c5;
    font-size: 14px;
    padding-bottom: 3px;
    font-family: FS Matthew, sans-serif;
    text-align: left;
}
.success-box .content .details .content-box p.info-box .details {
    display: block;
    color: #000;
}
.success-box .content .details .content-box p.info-box .details.small {
    color: #003087;
}
.success-box .content .details .content-box p.info-box .details.big {
    font-size: 22px;
}
.success-box .content .details .content-box p.info-box .update {
    display: block;
    font-size: 14px;
    color: #a8abac80;
}
.success-box .content .details .content-box p.info-box span.img {
    display: block;
    overflow: hidden;
}
.success-box .content .details .content-box p.info-box span.img img {
    max-width: 50px;
    height: auto;
    margin-right: 10px;
}
.success-box .content .details .success-content {
    background: #f9f9f9;
    border-radius: 5px;
    position: relative;
    padding: 40px;
    box-shadow: 0 3px 5px #00000080;
}
.success-box .content .details .success-content h3 {
    color: #777;
    margin-bottom: 30px;
}
.success-box .content .details .success-content p {
    color: #a8abac;
    font-size: 18px;
}
.success-box .content .details .success-content p span {
    display: block;
    color: #000;
    font-size: 22px;
}
.success-box .content .details .bottom-isave-pattern {
    background: #ffffff url(bottom-isave-pattern.b40a5bc325356019.jpg) 0 0
        repeat-x;
    height: 51px;
    background-size: 51px;
    position: relative;
    margin-top: -50px;
}
.success-box .content .details .top-isave-pattern {
    background: #ffffff url(top-isave-pattern.45c2966e6d2022ca.png) 0 0 repeat-x;
    height: 51px;
    background-size: 51px;
    position: relative;
    margin-bottom: -25px;
}
.countdown {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 14px !important;
    color: #212529 !important;
}
.countdown span {
    color: #da291c;
}
@media (max-width: 575px) {
    .success-box .button-holder .button {
        width: 100%;
        display: block;
        margin: 5px 0;
    }
}
.table-block {
    padding: 15px 30px;
    text-align: center;
    margin-bottom: 10px;
    background: #003087;
    border-radius: 6px;
    border: 1px solid #003087;
    cursor: pointer;
}
.table-block p {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
}
.table-block p img {
    width: 40px;
}
.loans-wrapper .pie-chart-column {
    margin: 30px;
}
.loans-wrapper .pie-chart-column h5 {
    margin-bottom: 0;
}
.loans-wrapper .pie-chart-column ul {
    margin-left: 40px;
}
.loans-wrapper .pie-chart-column ul li {
    display: inline-block;
    margin-bottom: 10px;
    width: 140px;
    float: left;
}
.loans-wrapper .pie-chart-column ul li a {
    margin-right: 10px;
    padding-top: 4px;
    color: #7c7c7c;
}
.loans-wrapper .pie-chart-column ul li a .color-block {
    margin-top: -2px;
    height: 20px;
    width: 20px;
    overflow: auto;
    position: relative;
    margin-right: 5px;
    float: left;
    border-radius: 4px;
}
.loans-wrapper .pie-chart-column ul li a .color-block.pink {
    background: #ff6182;
}
.loans-wrapper .pie-chart-column ul li a .color-block.orange {
    background: #ffa032;
}
.loans-wrapper .pie-chart-column ul li a .color-block.green {
    background: #44c0c1;
}
.loans-wrapper .pie-chart-column .circle-overlay {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border: 1px solid orange;
    height: 180px;
    width: 180px;
    position: absolute;
    top: 166px;
    left: 130px;
    padding: 20px 0;
}
.loans-wrapper .pie-chart-column .circle-overlay p {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #636363;
}
.loans-wrapper .pie-chart-column .circle-overlay p span {
    font-weight: 400;
    font-size: 26px;
    color: #afafaf;
}
.recurring-box {
    background: rgba(214, 215, 214, 0.2);
    border-radius: 5px;
    padding: 20px;
}
.recurring-box h2 {
    font-size: 18px;
}
.recurring-box .radio-grp {
    margin-left: -5px;
    margin-right: -5px;
}
.recurring-box .radio-grp > div {
    padding: 5px;
}
.recurring-box .form-group {
    margin-bottom: 15px;
}
@media (max-width: 575px) {
    .recurring-box .form-group {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .recurring-box label {
        padding: 10px 7px !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 575px) {
    .new-beneficiary-transfer {
        padding: 0 0 20px;
    }
}
.clear {
    clear: both;
}
.isave-close-account h3 {
    margin-bottom: 20px;
    font-size: 26px;
}
.isave-close-account h5 {
    font-size: 19px;
}
.isave-close-account h5 strong {
    font-family: FS Matthew Medium, sans-serif;
}
.isave-close-account h5,
.isave-close-account h6 {
    color: #000;
    margin: 30px 0;
    font-family: FS Matthew, sans-serif;
}
.isave-close-column {
    background: white;
    border: 1px solid #d9e2e8;
    box-shadow: inset 0 1px 3px #00000012;
    border-radius: 5px;
    padding: 15px;
    padding-bottom: 0 !important;
    margin-bottom: 20px;
    height: 200px;
    max-height: 200px;
    opacity: 0.5;
}
.isave-close-column h4 {
    font-family: FS Matthew Light, sans-serif;
    color: #7c7c7c;
    font-size: 16px;
}
.isave-close-column .column-heading {
    height: 44px;
}
.isave-close-column textarea {
    max-height: 80px;
}
.isave-close-column:hover {
    opacity: 1 !important;
}
.isave-close-column.active {
    opacity: 1;
}
.beneficiary-grid {
    padding: 20px 0 0 !important;
}
.beneficiary-grid .table-btn-wrapper {
    padding: 10px 20px;
}
.beneficiary-grid .filter-grid {
    padding: 5px 20px;
}
.beneficiary-grid .filter-grid a i {
    margin-left: 7px;
}
.beneficiary-grid .grid-wrapper-acc {
    min-height: 600px;
}
.beneficiary-grid .grid-wrapper-acc .grid-view {
    box-shadow: 0 0 10px #0000001a;
}
.beneficiary-grid .grid-wrapper-acc .grid-view .details-box {
    padding-bottom: 0;
}
.beneficiary-grid .grid-wrapper-acc .grid-view .details-box h4,
.beneficiary-grid .grid-wrapper-acc .grid-view .balance {
    color: #000;
}
.beneficiary-grid .grid-wrapper-acc .grid-view .star-fave {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
    color: #003087;
}
.beneficiary-grid .grid-wrapper-acc .grid-view:hover {
    background: rgba(238, 238, 238, 0.2);
}
.beneficiary-grid .grid-wrapper-acc .grid-view:hover .balance h3 {
    color: #000;
}
.beneficiary-grid .grid-wrapper-acc .grid-view:hover p {
    color: #000 !important;
}
.beneficiary-grid .grid-view {
    cursor: pointer;
    margin: 10px 0;
    padding: 20px 0 20px 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.beneficiary-grid .grid-view:hover {
    background: #6ba4b8;
}
.beneficiary-grid .grid-view:hover .name-box {
    color: #fff !important;
}
.beneficiary-grid .grid-view:hover h4 {
    color: #fff;
}
.beneficiary-grid .grid-view:hover p {
    color: #ffffffb3 !important;
}
.beneficiary-grid .grid-view:hover .int-tag {
    background: #4e8ca2 !important;
    color: #8db9c9 !important;
}
.beneficiary-grid .grid-view.show-all-mob {
    border-top: 1px solid #eee;
    border-bottom: 0px;
    padding-left: 0;
    padding-bottom: 0;
}
.beneficiary-grid .grid-view.active {
    border-color: #6ba4b8;
}
.beneficiary-grid .grid-view.active .int-tag {
    background: #4e8ca2 !important;
    color: #8db9c9 !important;
}
.beneficiary-grid .grid-view .grid-card {
    float: left;
    padding: 15px 18px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-right: 15px;
}
.beneficiary-grid .grid-view .grid-card .name-box {
    color: #aeaeae;
    font-size: 16px;
    text-transform: uppercase;
}
.beneficiary-grid .grid-view .grid-card.logo {
    width: 50px;
    padding: 0;
    overflow: hidden;
}
.beneficiary-grid .grid-view .grid-card.logo img {
    width: 100%;
    height: auto;
}
.beneficiary-grid .grid-view .details-box {
    padding-top: 10px;
    padding-bottom: 15px;
}
.beneficiary-grid .grid-view .details-box h4 {
    font-size: 17px;
    margin-bottom: 5px;
}
.beneficiary-grid .grid-view .details-box p {
    color: #7c7c7c;
}
.beneficiary-grid .grid-view .tag-box .int-tag {
    border-radius: 4px;
    padding: 8px 8px 7px;
    background: #eee;
    color: #aeaeae;
}
.beneficiary-grid .list-wrapper,
.list-payment-wrapper {
    padding: 10px 0;
    text-align: justify;
}
.beneficiary-grid .list-wrapper .table thead th {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
}
.beneficiary-grid .list-wrapper .table tbody td {
    padding: 8px 20px 5px;
}
.beneficiary-grid .list-wrapper .table tbody td .name-card {
    float: left;
    border: 1px solid #eee;
    padding: 12px 15px 10px;
    color: #c8c8c8;
    border-radius: 4px;
    margin-right: 10px;
}
.beneficiary-grid .list-wrapper .table tbody td p {
    padding-top: 13px;
}
.beneficiary-grid .list-wrapper .table td:last-of-type {
    width: 140px;
}
.border-top-none {
    border-top: 0px;
}
.slider-drawer-closed {
    margin-right: -380px;
}
.slider-drawer-transfers-closed {
    margin-right: -450px;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.info-drawer-wrapper {
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    padding: 0;
    padding-bottom: 40px !important;
    width: 380px;
    height: 100%;
    box-shadow: 0 0 8px #0000000d;
    transition: all 0.3s ease;
    border-left: 1px solid #eee;
    overflow-y: auto;
    background: white;
    z-index: 10010 !important;
}
.info-drawer-wrapper.transfer-drawer {
    width: 450px;
    z-index: 110;
}
.info-drawer-wrapper.transfer-drawer .grid-card {
    padding: 24px 28px;
}
.info-drawer-wrapper #close-drawer {
    cursor: pointer;
    color: #6ba4b899;
    font-size: 20px;
}
.info-drawer-wrapper #close-drawer:hover {
    color: #6ba4b8;
}
.info-drawer-wrapper .info-drawer hr {
    border-color: #00308733;
    margin-top: 0;
    margin-bottom: 20px;
}
.info-drawer-wrapper .info-drawer .card-view-top {
    background: rgba(255, 255, 255, 0);
    padding: 25px 30px;
}
.info-drawer-wrapper .info-drawer .card-view-top .grid-card {
    float: left;
    padding: 15px 18px;
    border: 1px solid #e6e6e6;
    background: #f2f2f2;
    border-radius: 4px;
    margin-right: 15px;
}
.info-drawer-wrapper .info-drawer .card-view-top .grid-card.logo {
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 5px;
}
.info-drawer-wrapper .info-drawer .card-view-top .grid-card.logo img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.info-drawer-wrapper .info-drawer .card-view-top .name-box {
    color: #35606e;
    font-size: 16px;
    text-transform: uppercase;
}
.info-drawer-wrapper .info-drawer .card-view-top .details-box {
    padding-top: 5px;
    padding-bottom: 5px;
}
.info-drawer-wrapper .info-drawer .card-view-top .details-box h4 {
    font-size: 17px;
    margin-bottom: 10px;
}
.info-drawer-wrapper .info-drawer .card-view-top .details-box h4 small {
    color: #bbb;
    font-size: 12px;
}
.info-drawer-wrapper .info-drawer .card-view-top .details-box .int-tag {
    border-radius: 4px;
    font-size: 12px;
    padding: 8px 8px 7px;
    background: #eeeeee !important;
    color: #c8c8c8 !important;
}
.info-drawer-wrapper .info-drawer .bene-details-list {
    padding: 10px 30px;
}
.info-drawer-wrapper .info-drawer .bene-details-list.no-padding {
    padding: 0 !important;
}
.info-drawer-wrapper .info-drawer .bene-details-list h5 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.info-drawer-wrapper .info-drawer .bene-details-list h5.padding-30 {
    padding: 0 30px;
}
.info-drawer-wrapper .info-drawer .bene-details-list p {
    color: #636363;
}
.info-drawer-wrapper .info-drawer .bene-details-list a.padding-30 {
    padding: 0 30px;
}
.info-drawer-wrapper .info-drawer .table {
    margin-bottom: 20px !important;
}
.info-drawer-wrapper .info-drawer .table td {
    border-top: 1px solid #eee;
}
.info-drawer-wrapper .info-drawer .button-holder {
    padding: 10px 30px;
}
.transfer-origin {
    background: white;
    padding: 10px;
    border: 3px solid white;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
}
.transfer-origin:hover {
    border-top-color: #6ba4b8;
}
.transfer-origin img {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 56px;
}
.transfer-origin p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
}
@media (max-width: 575px) {
    .beneficiary-grid {
        padding: 20px 0 !important;
    }
    .beneficiary-grid .filter-grid a i {
        margin-left: 7px;
    }
    .beneficiary-grid .grid-view {
        margin: 0;
        padding: 18px 0 15px 20px;
        border: 0px;
        border-bottom: 1px solid #eee;
        border-radius: 4px;
    }
    .beneficiary-grid .grid-view .grid-card {
        float: left;
        padding: 15px 18px;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        margin-right: 15px;
    }
    .beneficiary-grid .grid-view .grid-card .name-box {
        color: #aeaeae;
        font-size: 16px;
        text-transform: uppercase;
    }
    .beneficiary-grid .grid-view .details-box {
        padding-top: 4px;
        padding-bottom: 0;
    }
    .beneficiary-grid .grid-view .details-box h4 {
        font-size: 17px;
        margin-bottom: 5px;
        color: #636363;
        font-family: FS Matthew, sans-serif;
    }
    .beneficiary-grid .grid-view .details-box p {
        color: #7c7c7c;
    }
    .beneficiary-grid .grid-view .details-box .button {
        margin-right: 15px;
        margin-top: -36px;
    }
    .beneficiary-grid .grid-view .tag-box .int-tag {
        border-radius: 4px;
        padding: 8px 8px 7px;
        background: #eee;
        color: #aeaeae;
    }
}
.info-drawer-accounts {
    height: 100vh;
}
.info-drawer-accounts .card-view-top {
    padding-bottom: 0 !important;
}
.info-drawer-accounts .grid-card {
    background: transparent !important;
    padding: 10px 10px 0 !important;
}
.info-drawer-accounts .grid-card .name-box {
    color: #003087 !important;
    font-size: 30px !important;
}
.accounts-box {
    border: 1px solid #eee !important;
    border-radius: 4px !important;
}
@media (max-width: 767px) {
    .success-box .content .details .content-box {
        padding: 20px;
    }
    .success-col-2 h3,
    .success-col-2 h2,
    .success-col-2 p {
        text-align: center;
    }
}
@media (max-width: 575px) {
    .beneficiary-grid {
        padding-bottom: 10px !important;
    }
    .grid-list-item {
        padding: 10px 0;
    }
    .grid-list-item .grid-view {
        border-radius: 0;
    }
    .grid-list-item .grid-view:hover {
        background: transparent;
    }
    .grid-list-item .grid-view .transfer-button {
        margin-top: -35px;
        margin-right: 20px;
    }
    .table-button {
        background: rgba(107, 164, 184, 0.1);
    }
    .info-drawer-wrapper,
    .info-drawer-wrapper.transfer-drawer {
        width: 100%;
        right: 0;
    }
    .bottom-10-mob {
        margin-bottom: 10px;
    }
    .slider-drawer-closed {
        margin-right: -100%;
    }
    .success-box .content .details .content-box {
        padding: 20px 0;
    }
}
@media (max-width: 991px) {
    .grid-list-item .grid-view .transfer-button {
        margin-top: -35px;
        margin-right: 20px;
    }
    .table-button {
        background: rgba(107, 164, 184, 0.1);
    }
}
.col-form-label {
    padding-top: 0;
}
.no-min-height {
    min-height: 40px !important;
    padding-bottom: 10px !important;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.selectric {
    height: 48px;
}
.selectric .label {
    height: 48px !important;
    line-height: 48px !important;
}
.selectric .button {
    height: 48px !important;
}
.expiration {
    color: #da291c !important;
    font-size: 12px !important;
}
.receipt-break {
    background: url(page-break.8124d0c3c3061e66.jpg);
    height: 35px;
    background-size: 30px;
    background-repeat: repeat-x;
    margin-left: -35px;
    margin-right: -35px;
}
.gold-note {
    margin-top: 5px;
    color: #003087;
    font-size: 12px;
}
.rates-box {
    background: white;
    border: 1px solid #e1e1e1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.rates-box .rates-top-bar {
    padding-top: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.rates-box .rates-top-bar p {
    padding: 10px 30px;
    margin-bottom: 0;
}
.rates-box .rates-top-bar p span {
    float: right;
    margin-top: -10px;
}
.rates-box .rates-top-bar p span a {
    margin-left: 15px;
}
.rates-box .top-table-filter li {
    display: inline-block;
    margin: 5px;
    line-height: 32px;
}
.rates-box .top-table-filter li.pull-right {
    margin-right: 30px;
}
.rates-box .top-table-filter li p {
    padding: 5px 30px !important;
}
.rates-box .top-table-filter li.filter-tag {
    margin: 5px;
}
.rates-box .top-table-filter li.filter-tag:first-child {
    margin-left: 20px;
}
.rates-box .top-table-filter li.filter-tag a {
    display: block;
    background: #6ba4b8;
    padding: 5px 30px 5px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    cursor: text;
    position: relative;
}
.rates-box .top-table-filter li.filter-tag a span {
    cursor: pointer;
    color: #3d6e80;
    position: absolute;
    right: 12px;
    top: 5px;
}
.scheduled-wrapper {
    width: 100%;
    overflow-x: auto;
}
.scheduled-wrapper table tbody tr td {
    padding: 11px 20px;
}
.scheduled-wrapper table tbody tr td.push-top {
    padding-top: 15px;
}
.increase-limit-wrapper .increase-limit {
    position: absolute;
    margin-top: -23px;
    right: 15px;
}
.increase-limit-wrapper .increase-limit-popup {
    position: absolute;
    right: -25px;
    top: -160px;
    width: 180px;
    background: #6ba4b8;
    border: 1px solid #6ba4b8;
    padding: 10px;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 5px 8px #6464644d;
}
.increase-limit-wrapper .increase-limit-popup .square {
    background: #6ba4b8;
    height: 10px;
    width: 10px;
    border: 1px solid #6ba4b8;
    transform: rotate(45deg);
    position: absolute;
    bottom: -5px;
}
.increase-limit-wrapper .increase-limit-popup p {
    text-align: left;
    color: #f2f2f2;
    margin-bottom: 0;
}
.increase-limit-wrapper .increase-limit-popup .title {
    color: #fff;
    text-align: left;
    font-size: 17px;
}
.increase-limit-wrapper .increase-limit-popup .blurb {
    font-size: 12px;
}
.sheild-push {
    margin: 0 !important;
}
.sheild-push img {
    width: 100%;
    max-width: 90px !important;
}
.shield-activation {
    padding-top: 0;
}
.shield-activation label {
    color: #003087;
    font-family: FS Matthew Medium, sans-serif;
    font-size: 24px;
}
.shield-activation p {
    margin-bottom: 0;
}
.shield-activation p.stronger {
    color: #646464;
    font-family: FS Matthew Medium, sans-serif;
}
.other-credit-card-icon {
    margin-left: 15px;
    margin-top: 15px;
}
.cc-details p.small {
    margin-top: 5px;
    color: #7c7c7c;
    margin-bottom: 0;
}
.cc-details p.currency {
    margin-bottom: 5px;
}
.cc-details p.cc-title {
    color: #000;
    font-size: 13px;
    font-weight: 700;
}
.cc-details p.cc-normal {
    color: #7c7c7c;
    font-size: 13px;
}
.cc-details .progress-bar {
    background-color: #4bb312;
    border-radius: 10px;
    height: 8px;
}
.cc-details .cc-more-info-top {
    margin-top: 30px;
}
.cc-details .cc-more-info {
    border-bottom: 1px solid rgba(192, 192, 192, 0.3);
}
.cc-details .cc-more-info p {
    margin: 8px 0;
}
.more-details-button {
    margin-top: 10px;
}
.cc-tabs {
    border-bottom: 1px solid rgba(192, 192, 192, 0.3);
    margin: 0;
    padding: 0 30px;
    background: white;
}
.cc-tabs .col-md-6 {
    padding: 0;
}
.cc-tabs .tabs {
    text-align: center;
    border-left: 1px solid rgba(192, 192, 192, 0.3);
    border-right: 1px solid rgba(192, 192, 192, 0.3);
    border-top: 1px solid rgba(192, 192, 192, 0.3);
    cursor: pointer;
    padding: 15px;
}
.cc-tabs .tabs.transaction-tab {
    border-top-left-radius: 4px;
}
.cc-tabs .tabs.unbilled-tab {
    border-top-right-radius: 4px;
    border-left: 0px;
}
.cc-tabs .tabs h5 {
    font-size: 12px;
    color: #7c7c7c;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}
.cc-tabs .tabs.active {
    border-top: 3px solid #6196a8;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
}
.cc-tabs .tabs.active h5 {
    color: #6196a8;
}
.cc-filter {
    padding-bottom: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.open-cc-row {
    margin-left: -20px;
    margin-right: 5px;
    font-size: 17px;
    color: #6196a8;
    top: 0;
    position: relative;
}
p.danger {
    color: #dc143c;
    margin-bottom: 5px;
}
.subscribe-holder {
    padding: 0 20px;
}
.form-content {
    padding: 20px 0 0 !important;
}
.form-content .pdf-icon {
    margin-right: 10px;
    width: 30px;
}
.form-content small {
    color: silver;
}
.form-content span.new-download {
    background: #6196a8;
    padding: 5px 8px;
    font-size: 10px;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 20px;
}
.notes-forms {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 193, 7, 0.3);
    border-radius: 4px;
    border: 1px solid #fcbd00;
}
.notes-forms h3 {
    color: #876500;
    font-size: 16px;
}
.notes-forms p {
    color: #a07800;
    margin-bottom: 0;
}
.accelerator-wrapper {
    height: 100%;
}
.accelerator-wrapper .accelerator-content {
    margin: 0 auto;
}
.accelerator-wrapper .accelerator-content img {
    margin-left: -10px;
    max-width: 350px;
}
.quick-link-wrapper {
    background: #eee;
    padding: 20px 40px;
    border-radius: 4px;
    margin-top: 30px;
    clear: both;
    overflow: auto;
}
.quick-link-wrapper ul {
    padding-left: 0;
    margin-left: 0 !important;
}
.quick-link-wrapper ul li {
    margin-bottom: 0 !important;
    padding: 5px 0;
    width: auto !important;
}
.quick-link-wrapper ul li a {
    color: #6196a8 !important;
}
.quick-link-wrapper ul li a i {
    font-size: 6px !important;
    position: relative;
    top: -3px;
    margin-right: 5px;
    color: silver;
}
.quick-link-wrapper ul li:hover a {
    color: #4c7a8a !important;
}
.download-button-wrapper {
    margin-bottom: 10px;
}
.download-button-wrapper a {
    height: 48px;
    line-height: 43px !important;
    width: 100%;
}
.download-button-wrapper a i {
    margin-left: 0 !important;
    margin-right: 5px;
    font-size: 20px !important;
    vertical-align: middle;
}
.white-bg {
    background: white;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.popup-columns label {
    color: #7c7c7c;
    margin-bottom: 5px;
}
.fave-account {
    position: absolute;
    left: -44px;
    top: -73px;
}
.fave-account img {
    width: 170px;
    height: auto;
}
.new-date {
    line-height: 45px !important;
    font-size: 26px;
    margin-bottom: 0 !important;
    color: #6196a8 !important;
    margin-left: 6px !important;
}
.transfer-button {
    margin-top: -30px;
    margin-right: 10px;
    display: none;
}
@media (max-width: 575px) {
    .final-step-buttons .button {
        width: 100%;
        margin-bottom: 5px;
    }
}
.my-dashboard .main .bg-grey {
    background: #e8e8e8 !important;
}
.my-dashboard .main .bulletin {
    background: #6196a8;
    position: relative;
}
.my-dashboard .main .bulletin .fa {
    float: left;
    margin-right: 10px;
    font-size: large;
    color: #fff;
}
.my-dashboard .main .bulletin .bulletin-text {
    color: #fff;
}
.my-dashboard .main .bulletin .bulletin-text .alert-link {
    color: #fff;
    text-decoration: underline;
}
.my-dashboard .main .bulletin .bulletin-controls .fa-pause,
.my-dashboard .main .bulletin .bulletin-controls .fa-play {
    color: #ffffff80;
    transition: color 0.2s ease;
}
.my-dashboard .main .bulletin .bulletin-controls .fa-pause:hover,
.my-dashboard .main .bulletin .bulletin-controls .fa-play:hover {
    color: #fff;
}
.my-dashboard .favourite-tab-block {
    background: white;
    background: linear-gradient(to bottom, white, #eee);
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;
}
.my-dashboard .favourite-tab-block .favourite-tabs-list li {
    display: inline-block;
    margin: 0 40px 15px 3px;
    padding-bottom: 2px;
    white-space: nowrap;
}
.my-dashboard .favourite-tab-block .favourite-tabs-list li a {
    color: #000000b3;
    font-family: FS Matthew Medium, sans-serif;
    border-bottom: 2px solid transparent;
}
.my-dashboard .favourite-tab-block .favourite-tabs-list li a:hover {
    color: #6ba4b8;
}
.my-dashboard .favourite-tab-block .favourite-tabs-list li a.active,
.my-dashboard .favourite-tab-block .favourite-tabs-list li.active {
    border-bottom-color: #6ba4b8;
}
.my-dashboard .favourite-tab-block .favourite-tabs-list li.active a {
    color: #6ba4b8;
}
.my-dashboard .slick-carousel-arrows {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}
.my-dashboard .slick-carousel-arrows .slick-arrow {
    width: 25px;
    height: 25px;
    background-color: #6ba4b8;
    border: 1px solid #6ba4b8;
    border-radius: 3px;
    left: auto;
    top: auto;
    right: auto;
    position: relative;
    margin-left: 4px;
    transform: none;
}
.my-dashboard .slick-carousel-arrows .slick-arrow:hover {
    background-color: #5a99b0;
}
.my-dashboard .slick-carousel-arrows .slick-arrow:focus {
    border-color: #5a99b0;
    background-color: #5a99b0;
}
.my-dashboard .slick-carousel-arrows .slick-arrow.slick-prev:before {
    font-family: FontAwesome;
    font-weight: 700;
    font-size: 15px;
    content: "\f104";
}
.my-dashboard .slick-carousel-arrows .slick-arrow.slick-next:before {
    font-size: 15px;
    font-family: FontAwesome;
    font-weight: 700;
    content: "\f105";
}
.my-dashboard .favourite-cards-block .no-bg {
    background: transparent !important;
}
.my-dashboard .favourite-cards-block .slick-track {
    padding: 15px 0 34px;
}
.my-dashboard .favourite-cards-block .db-item {
    border: 1px solid #eee;
    box-shadow: 0 0 10px #eee;
    transition: all 0.3s ease;
    cursor: pointer;
}
.my-dashboard .favourite-cards-block .db-item:hover {
    box-shadow: 0 8px 20px #d5d5d5;
    position: relative;
    margin-top: -3px;
}
.my-dashboard .favourite-cards-block .db-item:active {
    box-shadow: 0 4px 15px silver;
    position: relative;
    margin-top: 0;
}
.my-dashboard .favourite-cards-block .db-item .content {
    min-height: 140px;
    max-height: 140px;
    overflow: hidden;
    padding: 10px 15px;
}
@media (max-width: 575px) {
    .my-dashboard
        .favourite-cards-block
        .db-item
        .content.credit-card-content
        h3,
    .my-dashboard
        .favourite-cards-block
        .db-item
        .content.credit-card-content
        p {
        text-align: left !important;
    }
    .my-dashboard
        .favourite-cards-block
        .db-item
        .content.credit-card-content
        .credit-card {
        max-width: 70px;
    }
}
.my-dashboard .favourite-cards-block .db-item .content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
}
.my-dashboard .favourite-cards-block .db-item .content .account {
    margin-bottom: 0 !important;
}
.my-dashboard .favourite-cards-block .db-item .content .balance {
    font-size: 31px;
    position: absolute;
    bottom: 8px;
}
.my-dashboard .favourite-cards-block .db-item .content .status-bar {
    margin-top: 20px;
}
.my-dashboard .favourite-cards-block .db-item .links li {
    border-color: #eee;
}
.my-dashboard .favourite-cards-block .db-item .links li a {
    color: #6196a8;
    padding: 10px;
    font-size: 10px;
    text-transform: uppercase;
}
.my-dashboard .favourite-cards-block .db-item .links li:hover {
    background: #f3f3f3;
}
.my-dashboard .favourite-add-new {
    min-height: 182px;
    max-height: 182px;
    overflow: hidden;
    margin-top: 15px;
    padding: 10px 15px;
    border: 2px dashed #e1e1e1;
    border-radius: 6px;
    background: white;
}
.my-dashboard .favourite-add-new a {
    padding: 0;
}
.my-dashboard .favourite-add-new a .fa-star {
    font-size: 45px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #00308766;
    transition: all 0.2s ease;
}
.my-dashboard .favourite-add-new a figure {
    margin-bottom: 0;
}
.my-dashboard .favourite-add-new a figure img {
    width: 70px;
    height: auto;
}
.my-dashboard .favourite-add-new a h4 {
    font-size: 14px;
    color: #000;
}
.my-dashboard .favourite-add-new a p {
    font-size: 12px;
    color: #bbb;
}
.my-dashboard .favourite-add-new a:hover .fa-star {
    color: #003087;
}
.my-dashboard .carousel-dots {
    display: none !important;
    margin-top: -10px;
    margin-bottom: -15px;
    text-align: center;
    z-index: 10;
}
.my-dashboard .carousel-dots li {
    display: inline-block;
}
.my-dashboard .carousel-dots li button {
    border: 0px;
    background: rgba(124, 124, 124, 0.5);
    border-radius: 50%;
    outline: none;
    margin: 0 5px;
    color: #7c7c7c80;
    font-size: 0px;
    height: 12px;
    width: 12px;
}
.my-dashboard .carousel-dots .slick-active button {
    background: #6ba4b8;
}
.my-dashboard .carousel .slick-active {
    opacity: 0.5 !important;
}
.my-dashboard .carousel #slick-slide01 {
    opacity: 1;
}
.my-dashboard .carousel #slick-slide01 button {
    background: url(dashboard-right.de2d7460c0ff27d6.png) no-repeat;
    height: 25px;
    width: 25px;
}
.my-dashboard .carousel #slick-slide00 {
    opacity: 1;
}
.my-dashboard .carousel #slick-slide00 button {
    background: url(dashboard-left.3b9a661ecd11170a.png) no-repeat;
    height: 25px;
    width: 25px;
}
.offers-section img {
    object-fit: cover !important;
}
.payments-section .hide-buttons,
.offers-section .hide-buttons {
    display: none !important;
}
.payments-section .slick-dotted.slick-slider,
.offers-section .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.payments-section .panel,
.offers-section .panel {
    background: white;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px #e9e9e9;
}
.payments-section .panel .panel-heading,
.offers-section .panel .panel-heading {
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
}
.payments-section .panel .panel-heading .panel-title,
.offers-section .panel .panel-heading .panel-title {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    vertical-align: middle;
}
.payments-section .panel .panel-heading .panel-title img,
.offers-section .panel .panel-heading .panel-title img {
    width: 20px;
    height: auto;
    max-height: 21px;
    margin-top: -4px;
    margin-right: 10px;
    object-fit: contain;
}
.payments-section .panel .panel-heading .panel-title img.awwal-icon,
.offers-section .panel .panel-heading .panel-title img.awwal-icon {
    width: 11px;
}
.payments-section .panel .panel-heading .panel-controls,
.offers-section .panel .panel-heading .panel-controls {
    position: absolute;
    top: 9px;
    right: 30px;
}
.payments-section .panel .panel-heading .panel-controls .control-prev,
.offers-section .panel .panel-heading .panel-controls .control-prev {
    opacity: 0.5;
    cursor: pointer;
}
.payments-section .panel .panel-heading .panel-controls .control-next,
.offers-section .panel .panel-heading .panel-controls .control-next {
    cursor: pointer;
}
.payments-section .panel .panel-body,
.offers-section .panel .panel-body {
    padding: 20px 15px;
}
.payments-section .panel .panel-body ul li,
.offers-section .panel .panel-body ul li {
    display: inline-block;
}
.payments-section .panel .panel-body ul li a img,
.offers-section .panel .panel-body ul li a img {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: contain;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}
.payments-section .panel .panel-body ul li a h5,
.offers-section .panel .panel-body ul li a h5 {
    color: #000;
    font-size: 14px;
    margin-bottom: -1px;
    transition: all 0.2s ease;
}
.payments-section .panel .panel-body ul li a p,
.offers-section .panel .panel-body ul li a p {
    font-size: 12px;
    color: #7c7c7c;
}
.payments-section .panel .panel-body ul li a:hover img,
.offers-section .panel .panel-body ul li a:hover img {
    border-color: #6196a8;
    background: rgba(97, 150, 168, 0.1);
}
.payments-section .panel .panel-body ul li a:hover h5,
.offers-section .panel .panel-body ul li a:hover h5 {
    color: #6196a8;
}
.payments-section .panel .panel-body.apply-products-panel,
.offers-section .panel .panel-body.apply-products-panel {
    padding-top: 5px;
}
.payments-section .panel .panel-body .apply-products .product,
.offers-section .panel .panel-body .apply-products .product {
    text-align: center;
}
.payments-section .panel .panel-body .apply-products .product figure,
.offers-section .panel .panel-body .apply-products .product figure {
    margin-bottom: 0;
}
.payments-section .panel .panel-body .apply-products .product figure img,
.offers-section .panel .panel-body .apply-products .product figure img {
    width: 100px;
    height: auto;
}
.payments-section .panel .panel-body .apply-products .product h4,
.offers-section .panel .panel-body .apply-products .product h4 {
    font-size: 18px;
}
.payments-section .panel .panel-body .apply-products .product hr,
.offers-section .panel .panel-body .apply-products .product hr {
    width: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.payments-section .panel .panel-body .apply-products .product p,
.offers-section .panel .panel-body .apply-products .product p {
    font-size: 12px;
    color: #000 !important;
}
.payments-section .panel .panel-body .apply-products .carousel-dots,
.offers-section .panel .panel-body .apply-products .carousel-dots {
    display: block !important;
}
.payments-section .panel .panel-body .apply-products .carousel-dots li button,
.offers-section .panel .panel-body .apply-products .carousel-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
}
.payments-section .panel .panel-body .set-up-payment,
.offers-section .panel .panel-body .set-up-payment {
    border: 2px dashed rgba(97, 150, 168, 0.3);
    border-radius: 4px;
    padding: 8px;
    background: rgba(97, 150, 168, 0.05);
}
.payments-section .panel .panel-body .set-up-payment a i,
.offers-section .panel .panel-body .set-up-payment a i {
    margin-top: 13px;
    font-size: 30px;
    margin-bottom: 10px;
}
.payments-section .panel .panel-body .set-up-payment a p,
.offers-section .panel .panel-body .set-up-payment a p {
    margin-bottom: 15px;
}
.payments-section .panel .panel-body .set-up-payment:hover a,
.offers-section .panel .panel-body .set-up-payment:hover a {
    color: #4c7a8a;
}
.payments-section .panel .panel-body.panel-map,
.offers-section .panel .panel-body.panel-map {
    margin: -20px -15px;
}
.payments-section .panel .panel-body ul.map-btn-holder,
.offers-section .panel .panel-body ul.map-btn-holder {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -120px;
    background: #ffffff;
    border: 1px solid rgba(107, 164, 184, 0.3);
    border-radius: 20px;
    overflow: hidden;
    font-size: 0;
}
.payments-section .panel .panel-body ul.map-btn-holder li,
.offers-section .panel .panel-body ul.map-btn-holder li {
    display: inline-block;
    min-width: 80px;
    font-size: 10px;
}
.payments-section .panel .panel-body ul.map-btn-holder li a,
.offers-section .panel .panel-body ul.map-btn-holder li a {
    display: block;
    background: #ffffff;
    color: #6ba4b8;
    padding: 7px;
    border-radius: 20px;
}
.payments-section .panel .panel-body ul.map-btn-holder li a.active,
.offers-section .panel .panel-body ul.map-btn-holder li a.active {
    background: #6ba4b8;
    color: #fff;
}
.payments-section .offers-panel,
.offers-section .offers-panel {
    min-height: 270px;
    height: 270px;
}
.payments-section .offers-panel .panel-body li a,
.offers-section .offers-panel .panel-body li a {
    display: block;
    height: 86px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
.payments-section .offers-panel .panel-body li a img,
.offers-section .offers-panel .panel-body li a img {
    width: 100% !important;
    height: auto;
    padding: 0 !important;
    border: 0px !important;
}
.payments-section .offers-panel .panel-body li a h4,
.offers-section .offers-panel .panel-body li a h4 {
    color: #fff;
    position: relative;
    top: -57px;
    z-index: 10;
    font-family: FS Matthew, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px black;
}
@media (max-width: 575px) {
    .payments-section .offers-panel .panel-body li a h4,
    .offers-section .offers-panel .panel-body li a h4 {
        font-size: 12px;
    }
}
.payments-section .offers-panel .panel-body li.small-padding-right,
.offers-section .offers-panel .panel-body li.small-padding-right {
    padding-right: 5px;
}
.payments-section .offers-panel .panel-body li.small-padding-left,
.offers-section .offers-panel .panel-body li.small-padding-left {
    padding-left: 5px;
}
.payments-section .charity-panel,
.offers-section .charity-panel {
    min-height: 250px;
    height: 100%;
    background: #fff url(offer-panel.5d5139c8a2821f7c.png);
    background-size: cover;
}
.payments-section .charity-panel .panel-heading,
.offers-section .charity-panel .panel-heading {
    background: rgba(255, 255, 255, 0);
}
.payments-section .charity-panel .panel-body,
.offers-section .charity-panel .panel-body {
    padding: 29px 25px;
}
.payments-section .charity-panel .panel-body h4,
.offers-section .charity-panel .panel-body h4 {
    font-size: 20px;
}
@media (max-width: 1100px) {
    .my-dashboard .favourite-add-new a figure img {
        width: 50px;
    }
}
@media (max-width: 1024px) {
    ul.map-btn-holder {
        margin-left: -105px !important;
    }
    ul.map-btn-holder li {
        min-width: 70px !important;
    }
}
@media (max-width: 767px) {
    .favourite-add-new {
        padding: 40px 0 !important;
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .favourite-tab-block .slick-carousel-arrows {
        display: none !important;
    }
    .favourite-tab-block .favourite-tabs-list::-webkit-scrollbar {
        display: none;
    }
    .favourite-tab-block .slick-slider {
        margin-bottom: 0 !important;
    }
    .favourite-tab-block .slick-slider .slick-track {
        padding-bottom: 15px !important;
    }
    .favourite-cards-block .content {
        min-height: 155px !important;
        padding: 20px 15px 0 !important;
    }
    .favourite-cards-block .content h3 {
        font-size: 18px !important;
    }
    .favourite-cards-block .content h3,
    .favourite-cards-block .content p {
        text-align: center !important;
    }
    .favourite-cards-block .content .balance {
        position: relative !important;
        margin-top: 30px !important;
        margin-bottom: 0 !important;
        font-size: 36px !important;
    }
    .favourite-cards-block .carousel-dots {
        display: none !important;
        margin-top: -10px;
        margin-bottom: -15px;
        text-align: center;
        z-index: 10;
    }
    .favourite-cards-block .carousel-dots li {
        display: inline-block;
    }
    .favourite-cards-block .carousel-dots li button {
        border: 0px;
        background: rgba(124, 124, 124, 0.5);
        border-radius: 50%;
        outline: none;
        margin: 0 5px;
        color: #7c7c7c80;
        font-size: 0px;
        height: 12px;
        width: 12px;
    }
    .favourite-cards-block .carousel-dots .slick-active button {
        background: #6ba4b8;
    }
    .favourite-cards-block .slick-track {
        padding-top: 10px !important;
        padding-bottom: 20px !important;
    }
    .favourite-add-new {
        padding: 40px 0 !important;
        margin-bottom: 20px;
    }
    .panel-map {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
    .charity-panel {
        min-height: 40px !important;
        margin-bottom: 0;
    }
    .charity-panel h3 {
        margin-top: 10px !important;
    }
    .charity-panel .text-right {
        margin-top: -26px;
    }
    .charity-panel .panel-body {
        padding: 10px !important;
    }
    .charity-panel .panel-body .button {
        width: 100%;
    }
    .my-dashboard .favourite-tab-block .favourite-tabs-list {
        overflow-x: scroll;
        white-space: nowrap;
    }
    ul.map-btn-holder {
        margin-left: -135px !important;
    }
    ul.map-btn-holder li {
        min-width: 90px !important;
    }
}
.new-brand {
    height: 100%;
}
.filters-holder {
    margin-right: -5px;
    margin-left: -5px;
    padding: 20px;
}
.filters-holder > div {
    padding-right: 5px;
    padding-left: 5px;
}
.btn-download {
    display: block;
    border: 1px solid #d9e2e8;
    font-size: 13px;
    padding: 5px 10px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    color: #a8abac;
}
.btn-download i {
    padding-right: 5px;
}
.search-result-head {
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.form-element {
    position: relative;
}
.form-element label {
    position: absolute;
    left: 7px;
    top: -8px;
    background: #ffffff;
    padding: 0 5px;
    font-size: 11px;
    z-index: 1;
    margin-bottom: 0;
}
table.results-table tr {
    padding: 0 20px;
    border-top: 1px solid #eee;
}
table.results-table th,
table.results-table td {
    padding: 18px 10px;
    font-size: 13px;
    border: none;
    white-space: nowrap;
}
table.results-table th.check,
table.results-table td.check {
    min-width: 60px;
}
.drawer-mf {
    width: 600px;
    height: calc(100% - 110px);
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 10;
}
.drawer-mf h5 {
    font-size: 18px;
    color: #292b2c;
}
.drawer-mf h5 span {
    display: inline-block;
    padding: 10px 0;
}
.drawer-mf h5 .btn-mf {
    float: right;
    padding-left: 8px;
    padding-right: 8px;
}
.drawer-mf.slider-drawer-closed {
    margin-right: -600px;
}
.drawer-mf .tabs {
    overflow: hidden;
}
.drawer-mf .tabs .tab-content .fundDetails {
    padding: 30px;
}
.drawer-mf .tabs .tab-content .info-box {
    color: #a8abac;
}
.drawer-mf .tabs .tab-content .info-box .details {
    display: block;
    color: #292b2c;
}
@media (max-width: 767px) {
    .filters-holder > div {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .drawer-mf {
        max-width: 100%;
    }
    .drawer-mf h5 span {
        display: block;
    }
    .drawer-mf h5 .btn-mf {
        float: none;
        margin-top: 10px;
    }
}
.product-section {
    margin-bottom: 20px;
}
.product-section .product-title-bar {
    padding: 10px 20px;
}
.product-row {
    padding: 0 30px;
}
.product-row .pie-chart-column {
    margin: 0;
    padding: 20px 0;
}
.product-row .pie-chart-column .product-pies {
    width: 100%;
    max-width: 200px;
    position: relative;
}
.product-row .pie-chart-column .product-pies .totalAmountHolder {
    display: table;
    width: 100%;
    max-width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
}
.product-row .pie-chart-column .product-pies .totalAmountHolder .contentHolder {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    padding: 0;
}
.product-row
    .pie-chart-column
    .product-pies
    .totalAmountHolder
    .contentHolder
    span {
    display: inline-block;
    width: 100%;
}
.product-row
    .pie-chart-column
    .product-pies
    .totalAmountHolder
    .contentHolder
    span.currency {
    font-family: FS Matthew Light, sans-serif;
    font-size: 18px;
}
.product-row
    .pie-chart-column
    .product-pies
    .totalAmountHolder
    .contentHolder
    span.amount {
    font-family: FS Matthew Medium, sans-serif;
    font-size: 22px;
    margin-bottom: 7px;
}
.product-row
    .pie-chart-column
    .product-pies
    .totalAmountHolder
    .contentHolder
    span.text {
    font-family: FS Matthew Light, sans-serif;
    font-size: 14px;
    color: #a8abac;
}
.product-row .apply-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.product-row .apply-section .apply-box {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(107, 164, 184, 0.05);
    border: 1px dashed #6ba4b8;
    border-radius: 5px;
    text-align: center;
    padding: 25px;
}
.product-row .apply-section .apply-box .box {
    display: table-cell;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.product-row .apply-section .apply-box .box span {
    display: block;
}
.product-row .apply-section .apply-box i {
    background: #6196a8;
    padding: 10px 12px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}
.product-row .apply-section .apply-box:hover i {
    background: #003087;
}
.fab-product-cards {
    padding: 30px 0;
}
.fab-product-cards .card {
    padding-bottom: 40px;
}
.fab-product-cards .card .content {
    position: relative;
    padding: 15px;
}
.fab-product-cards .card .content h3 {
    font-size: 15px;
}
.fab-product-cards .card .content h3 .color-box {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    margin-right: 8px;
}
.fab-product-cards .card .content h3 .color-box.ny-savings {
    background: #44c0c1;
}
.fab-product-cards .card .content h3 .color-box.car-loan {
    background: #ff6182;
}
.fab-product-cards .card .content h3 .color-box.personal-loan {
    background: #ffa032;
}
.fab-product-cards .card .content p {
    margin-bottom: 0;
}
.fab-product-cards .card .content p.account {
    font-size: 12px;
    color: #000;
}
.fab-product-cards .card .content p.balance {
    font-size: 24px;
    padding-top: 15px;
}
.fab-product-cards .card ul {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.fab-product-cards .card ul.links li {
    font-size: 12px;
}
.fab-product-cards .card ul.links li a {
    padding: 10px 5px;
}
.fab-product-cards .card .status-bar-holder {
    padding-top: 10px;
    clear: both;
}
.fab-product-cards .card .status-bar,
.fab-product-cards .card .status-bar .status-bar-progress {
    height: 7px;
}
.fab-product-cards .card .status-bar-text span {
    display: block;
}
.fab-product-cards .card .status-bar-text span.balance {
    color: #000;
}
.change-view-pro {
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 30px;
    color: #6ba4b8;
}
.change-view-pro i {
    margin-left: 5px;
}
.change-view-pro i:hover {
    cursor: pointer;
}
.grid-box {
    height: 335px;
    margin-bottom: 30px;
    overflow: auto;
}
.grid-box h3 {
    padding: 10px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: #000;
}
.grid-box .totalAmountHolder {
    padding: 10px 15px;
    border-bottom: 1px solid #eeeeee;
}
.grid-box .totalAmountHolder .contentHolder {
    margin-bottom: 5px;
}
.grid-box .totalAmountHolder .contentHolder span.currency {
    font-family: FS Matthew Light, sans-serif;
    font-size: 18px;
    margin-right: 5px;
}
.grid-box .totalAmountHolder .contentHolder span.amount {
    font-family: FS Matthew Medium, sans-serif;
    font-size: 22px;
    margin-bottom: 7px;
    margin-right: 10px;
}
.grid-box .totalAmountHolder .contentHolder span.text {
    font-family: FS Matthew Light, sans-serif;
    font-size: 14px;
    color: #a8abac;
}
.grid-box .totalAmountHolder ul.status-bar-holder {
    background: #eeeeee;
    padding: 4px;
    overflow: hidden;
    border-radius: 10px;
}
.grid-box .totalAmountHolder ul.status-bar-holder li {
    float: left;
    height: 7px;
}
.grid-box .table tr {
    border-bottom: 1px solid #eeeeee;
}
.grid-box .table td {
    border: none;
    font-size: 12px;
    padding: 10px 7px;
    height: 69px;
}
.grid-box .table td:first-child,
.grid-box .table td:last-child {
    padding-left: 7px;
    padding-right: 7px;
}
.grid-box .table td:nth-child(3),
.grid-box .table td:nth-child(4) {
    max-width: 110px;
    text-align: center;
}
.grid-box .table td .block {
    display: block;
    font-size: 75%;
}
.grid-box .table td strong {
    font-family: FS Matthew Bold, sans-serif;
    color: #000;
}
.grid-box .table td a {
    color: #6ba4b8;
}
.grid-box .table td.account-row {
    border-left: 3px solid transparent;
}
.grid-box .table td .figure {
    width: 40px;
    margin-right: 7px;
    float: left;
}
.grid-box .table td .figure img {
    width: 100%;
    height: auto;
}
.grid-box.button-bottom {
    position: relative;
    padding-bottom: 80px;
}
.grid-box .accounts-table-wrapper {
    max-height: 140px;
    overflow: auto;
}
.grid-box .table-btn-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.grid-box .apply-deposit {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.grid-box .apply-deposit .content-holder {
    display: table-cell;
    vertical-align: middle;
}
.grid-box .apply-deposit .content-holder figure {
    width: 150px;
    margin: 0 auto;
}
.grid-box .apply-deposit .content-holder figure img {
    width: 100%;
    height: auto;
}
.grid-box .apply-deposit .content-holder h4 {
    font-size: 18px;
    color: #000;
    margin-top: -20px;
    margin-bottom: 0;
}
.grid-box .apply-deposit .content-holder .divider {
    display: inline-block;
    width: 100px;
    height: 3px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-top: 20px;
}
.grid-box .apply-deposit .content-holder p {
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
    font-family: FS Matthew Light, sans-serif;
}
@media (max-width: 1100px) {
    .grid-box .table td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .grid-box .table td:first-child,
    .grid-box .table td:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    .grid-box .table td.sm-hide {
        display: none;
        background: red;
    }
}
@media (max-width: 767px) {
    .product-row {
        padding: 0 20px;
    }
    .product-row .pie-chart-column {
        padding: 20px;
    }
    .product-row .pie-chart-column .product-pies {
        width: 200px;
        margin: 0 auto;
    }
    .grid-box {
        height: auto;
    }
    .grid-box .accounts-table-wrapper,
    .grid-box .accounts-table-wrapper.style-2 {
        max-height: none;
    }
}
.arabic-design .fab-product-cards .card .content h3 .color-box {
    margin-right: 0;
    margin-left: 8px;
}
.arabic-design .fab-product-cards .card .content p.balance {
    padding-bottom: 10px;
}
.arabic-design .grid-box .table td.account-row {
    border-left: none;
    border-right: 3px solid transparent;
}
.arabic-design .change-view-pro {
    float: left;
}
.arabic-design .change-view-pro i {
    margin-right: 5px;
    margin-left: 0;
}
.no-card-content-slide {
    display: flex;
    align-items: center;
}
.no-card-content-slide .no-card-content {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 6px;
    box-shadow: 0 0 20px #0003;
    padding: 50px !important;
}
.no-card-content-slide .no-card-content figure {
    margin: 0 auto;
    width: 150px;
}
.no-card-content-slide .no-card-content p {
    margin-top: 20px;
    margin-bottom: 0;
}
.menu-fix {
    padding-bottom: 24px !important;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-0 {
    margin-bottom: 0;
}
.color-black {
    color: #000;
}
.uppercase {
    text-transform: uppercase;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-80 {
    margin-top: 80px;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}
.width-100 {
    width: 100% !important;
}
.width-30 {
    width: 30%;
}
.min-width-180,
.min-width-150 {
    min-width: 180px;
}
.padding-right-5 {
    padding-right: 5px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-left-45 {
    padding-left: 45px;
}
.z-index-10000 {
    z-index: 10000 !important;
}
.font-14 {
    font-size: 14px;
}
.status-green {
    width: 36%;
    background-color: #3cb371;
}
.status-red {
    width: 36%;
    background-color: #dc143c;
}
.cursor-pointer {
    cursor: pointer;
}
.btn-download.active {
    color: #6196a8 !important;
}
.modal-huge {
    min-width: 1000px !important;
}
.top-loan-table {
    overflow: auto;
}
.top-loan-table .button {
    margin-right: 0;
}
@media only screen and (min-width: 300px) and (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    blockquote {
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    header {
        position: fixed !important;
        z-index: 100;
    }
    .new-brand header {
        position: absolute !important;
        top: 0;
        left: 0;
        box-shadow: none !important;
        background: transparent !important;
    }
    main {
        margin-top: 70px;
    }
    .grid-wrapper-acc .grid-list-item .grid-view {
        box-shadow: none !important;
    }
    .bulletin-controls {
        right: 0;
    }
    .bulletin-text {
        padding-right: 25px;
    }
    .table tr td:first-child {
        padding-left: 20px !important;
    }
    .isave .slides .content {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .global-market-header .print-market {
        right: 30px !important;
        top: -40px !important;
    }
    .change-view-pro {
        display: none;
    }
    .card .card-header .card-right {
        left: 90px;
        right: auto !important;
    }
    .selected-products {
        padding-right: 10px !important;
    }
    #myAccounts th,
    #myAccounts td,
    #others th,
    #others td {
        min-width: 200px;
    }
    #my-payments td:first-child {
        white-space: nowrap;
        min-width: 180px;
    }
    #my-payments td:nth-child(3),
    #my-payments td:nth-child(4) {
        display: none;
    }
    #my-payments th:nth-child(3),
    #my-payments th:nth-child(4) {
        display: none;
    }
    .user-guides-wrapper img {
        display: none;
    }
    .user-guides-wrapper table tr td {
        position: relative;
        min-width: auto !important;
        text-align: left !important;
    }
    .user-guides-wrapper table tr td small {
        margin-left: 2px;
    }
    .user-guides-wrapper .new-download {
        position: absolute;
        top: 3px;
        left: 3px;
        margin-left: 0 !important;
        border-radius: 50% !important;
        padding: 7px !important;
        font-size: 0px !important;
    }
    #pending-table th,
    #pending-table td {
        min-width: 200px !important;
    }
    #credit-card-table .table thead th:nth-child(4) {
        display: none;
    }
    #credit-card-table .table tbody td {
        position: relative;
    }
    #credit-card-table .table tbody td .fa-circle {
        position: absolute;
        top: 3px;
        right: 3px;
        font-size: 10px;
        color: #6196a8;
        display: block;
    }
    #credit-card-table .table tbody td:nth-child(4) {
        display: none;
    }
    #credit-card-table .table tbody td:first-child {
        padding-left: 20px !important;
    }
    #credit-card-table .table tbody .open-cc-underrow .btn-sm,
    #credit-card-table .table tbody .open-cc-underrow .btn-group-sm > .btn {
        margin-top: 5px;
        line-height: 20px;
    }
    .bene-wrapper #list-filter,
    .charity-splatter-bottom-left,
    .charity-splatter-top-left {
        display: none;
    }
    .tab-content-wrap .tab-content {
        padding: 10px;
    }
    .card-details .img-holder {
        width: 60%;
        margin: 0 auto 20px;
    }
    .mobile-spacing-big {
        padding-bottom: 60px;
    }
    .dashboard main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-remove-padding-left {
        padding-left: 15px;
    }
    .mobile-remove-padding-right {
        padding-right: 15px;
    }
    .line-block a {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .bulletin .bulletin-text {
        font-size: 13px;
        color: #828282;
        font-family: FSMatthew;
        line-height: 18px;
    }
    .account-header-section .balance {
        font-size: 3em !important;
    }
}
@media only screen and (max-width: 767px) {
    .set-up {
        background-size: 76%;
        font-size: 11px;
    }
    section.container,
    section.heroSlider,
    section.slider-1,
    section.container-fluid {
        margin-bottom: 30px;
    }
    .mobile-spacing {
        padding-bottom: 20px;
    }
    .accordion .card .card-header .card-details .card-right .card-balance {
        font-size: 14px !important;
    }
    .accordion .card .card-header .card-details .card-left .card-title {
        font-size: 16px;
    }
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    border: 1px solid #d9e2e8;
    border-radius: 6px;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 3px #00000012;
    margin-bottom: 10px;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 53px 0 10px;
    font-size: 15px;
    line-height: 53px;
    color: #464a4c;
    height: 53px;
    -webkit-user-select: none;
    user-select: none;
    font-family: FS Matthew, sans-serif;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    height: 53px;
    line-height: 53px;
    background-color: transparent;
    color: #464a4c;
    text-align: center;
    font: 0/0 a;
    font: 20px/53px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #464a4c;
    border-bottom: none;
}
.selectric-focus .selectric {
    border-color: #d9e2e8;
}
.selectric-focus .selectric .button {
    background-color: #f7f7f7;
}
.selectric-focus .selectric .button:after {
    border-top-color: #2e3031;
}
.selectric-hover .selectric {
    border-color: #d9e2e8;
}
.selectric-hover .selectric .button {
    background-color: #fcfcfc;
}
.selectric-hover .selectric .button:after {
    border-top-color: #2e3031;
}
.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-color: #d9e2e8;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid white;
    box-shadow: 0 0 #d9e2e8;
}
.selectric-open .selectric-items {
    border-top: 0px;
    border-color: #d9e2e8;
    display: block;
}
.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
}
.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}
.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    font: 0/0 a !important;
    background: none !important;
}
.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #b9cad5;
    z-index: -1;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 2px 3px #00000012;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    padding: 15px 12px;
    color: #666;
    cursor: pointer;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.selectric-items li.selected,
.selectric-items li.highlighted,
.selectric-items li:hover {
    background: rgba(0, 48, 135, 0.05);
    color: #444;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
.selectric-custom-options .ico {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    display: inline;
    height: 30px;
    width: 30px;
    margin: 0 6px 0 0;
    background: url(salik-logo.ac3115f83f75fdd1.jpg) no-repeat;
}
.selectric-custom-options .ico-chrome {
    background-position: 0 0;
}
.selectric-custom-options .ico-firefox {
    background-position: -30px 0;
}
.selectric-custom-options .ico-ie {
    background-position: -60px 0;
}
.selectric-custom-options .ico-opera {
    background-position: -90px 0;
}
.selectric-custom-options .ico-safari {
    background-position: -120px 0;
}
.iban-width-30 {
    width: 30% !important;
}
.iban-width-70 {
    width: 70% !important;
}
.my-dashboard .uploadNewDoc {
    max-height: 100%;
    margin: 15px auto;
}
.uploadNewDoc .main-info {
    position: relative;
}
.document-placeholder figure {
    margin-top: 5px;
}
.arabic-design .document-placeholder figure {
    padding-right: 10px !important;
}
.document-placeholder .trash-file {
    font-size: 18px;
    line-height: 1;
    color: #003087;
    margin-top: 5px;
}
.card-box .content .document-placeholder.main-info h2,
.arabic-design .document-placeholder.main-info h2 {
    max-width: 77% !important;
}
.bank-select {
    border: 1px solid #d9e2e8;
    box-shadow: inset 0 1px 3px #00000012;
    border-radius: 4px;
    line-height: 1.5;
    padding: 0.8rem 1rem;
    margin: 0;
}
.bank-select.disabled {
    background-color: #e9ecef !important;
    border: 1px solid #d9e2e8 !important;
    box-shadow: 0 2px 3px #00000012 !important;
}
.loanTopup-info {
    color: #00368e !important;
    border: solid 0.6px #3a74be;
    background: rgba(232, 240, 248, 0.56);
}
.loan-head {
    font-size: 19.5px;
}
.loanTopupTenure label.radio {
    border: solid 0.6px #dae0ec !important;
    background-color: #003c9505 !important;
    border-radius: 6px;
}
.loanTopupTenure label.radio.selectedIndex,
button.loanCounter,
button.loanCounter:hover {
    background: transparent !important;
    color: #003087 !important;
    border-color: #003087 !important;
}
button.loanCounter,
button.loanCounter:hover {
    width: 100%;
    border-radius: 8px;
    border-color: #003087;
}
button.loanCounter:disabled {
    background: #eee !important;
    border-color: #eee;
    color: inherit !important;
}
.border-top {
    border-top: 1px solid #d4d4d4;
}
.loan-amount-editable {
    font-size: 24px !important;
    padding: 6px !important;
}
.loan-amount-editable.field-error + label {
    border: 0;
    background: transparent;
}
.kyc-doc .pending {
    color: #e0b533;
}
.kyc-doc .verified {
    color: #6caf2c;
}
.kyc-doc .expired {
    color: #f4014c;
}
.loantopupList .card-header {
    position: relative;
}
.loantopupList .card-sub-title {
    background-color: #4ea4ee1a;
    font-weight: 500;
    color: #397bce !important;
    text-align: center !important;
    padding: 5px 20px;
}
.loantopupList .card-balance {
    position: absolute;
    width: max-content;
    right: 0;
    line-height: 1;
}
.profile-box .grid-view {
    flex-direction: column;
}
.custom-error {
    color: #ef3529 !important;
}
.kyc-info-box {
    display: flex;
    align-content: center;
}
.kyc-info-box figure {
    padding: 0 10px 0 0;
    display: flex;
    align-self: center;
    margin: 0;
}
.custom-vis-hid {
    position: absolute;
    opacity: 0;
}
.epp-tenure-rectangle-box {
    width: 230px;
    height: 80px;
    border-radius: 5px;
    box-shadow: 0 3px 6px #609aaf40;
    border: solid 1px #003b98;
    background-color: #fff;
    padding-top: 10px;
}
.epp-tenure-processing-fee-percentage-rectangle {
    width: 64px;
    height: 48px;
    opacity: 0.15;
    border-radius: 7px;
    box-shadow: 0 3px 6px #609aaf33;
    background-color: #91a7d5;
    padding: 10px;
}
.percentage-epp {
    height: 30px;
    width: 55px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    border-radius: 5px;
    background: #91a7d5;
    margin: auto;
    letter-spacing: -0.32px;
    text-align: center;
    color: #082047;
}
.-Months {
    width: 80px;
    font-family: FSMatthew;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.46px;
    color: #082047;
    padding-top: 5px;
}
.EMI-pm {
    width: 89px;
    height: 15px;
    font-family: FSMatthew;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.62px;
    color: #082047;
}
.second {
    width: 110px;
    float: left;
    height: 20px;
    padding-left: 10px;
}
.processing-fee-epp {
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5e5e5e;
}
.amount-epp {
    font-weight: 700;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #003b98;
}
.epp-line {
    opacity: 0.5;
    border: solid 1px rgba(0, 0, 0, 0.15);
}
.epp-div-first {
    padding-left: 17px;
}
.epp-div-second {
    height: 16px;
}
ul.steps.style-2.eppstep-4 li {
    width: 31%;
}
.eppsteps {
    width: 115%;
    margin: 0 auto;
    padding-left: 20px;
}
.summary-table-bg {
    background: #f4f4f4;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #dfdfdf;
}
.partitioned {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(
        to left,
        black 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
}
.eppTenure label.radio {
    border: solid 0.6px #dae0ec !important;
    background-color: #fff !important;
    border-radius: 6px;
}
.eppTenure label.radio.selectedIndex {
    background: white !important;
    color: #003087 !important;
    border: solid 0.6px #003087 !important;
}
.epp-months {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.46px;
    color: #082047;
    text-transform: capitalize;
    text-align: left;
    margin-left: 30px;
}
.epp-pm {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.62px;
    color: #082047;
    text-align: left;
    padding-left: 30px;
}
.eppPercentage {
    opacity: 0.15;
    border-radius: 7px;
    box-shadow: 0 3px 6px #609aaf33;
    background-color: #91a7d5;
}
.epp-seperator {
    padding-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #f5f5f5;
}
.epp-success-box-top {
    z-index: 25;
    height: 48px;
    background-size: 30px;
    position: relative;
}
.epp-success-box-top-icon {
    width: 100px;
    height: 100px;
    background: #6acb00 url(white_tick.a1301bc958b3e0b9.png) center no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    background-size: 50%;
    z-index: 30 !important;
}
.epp-error-box-top-icon {
    width: 100px;
    height: 100px;
    background: #ef3529 url(white_cross.c751c818c25e617b.png) center no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    background-size: 50%;
    z-index: 30 !important;
}
.epp-request-successful {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: #003b98;
}
.epp-request-created {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.14px;
    text-align: center;
    color: #0a0a0a;
}
.Easy-Payment-Payment {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.18px;
    color: #0a0a0a;
}
.Monthly-Installment {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.14px;
    color: #002b7c;
}
.epp-values {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.14px;
    color: #a0a1a3;
}
.epp-notes-forms {
    margin-top: 20px;
    padding: 20px;
    background: #f7eace;
    border-radius: 4px;
    border: 1px solid #fcd377;
}
.epp-notes-forms h3 {
    color: #000;
    font-size: 16px;
}
.epp-notes-forms p {
    color: #585859;
    margin-bottom: 0;
}
.modal-dialog .modal-body4 {
    padding: 45px 30px;
    background: white;
}
.modal-dialog .modal-header4 {
    border: none !important;
    background: white;
    border-bottom: 1px solid #e1e1e1;
    display: block !important;
    padding: 40px 30px;
    border-top-left-radius: 4px;
}
.epp-text-center {
    text-align: center !important;
    margin-top: -35px;
}
.epp-p-select-tenure {
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5e5e5e;
}
.epp-tenure-label {
    font-family: FSMatthew !important;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.62px;
    color: #aba4a4 !important;
}
.epp-tenure-value {
    width: 65px;
    height: 15px;
    font-family: FSMatthew;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5e5e5e;
}
.errorForMonth {
    padding-top: 0 !important;
    margin-top: 0 !important;
    color: red !important;
}
.disabled-image {
    opacity: 0.1;
}
.boxLoyalty {
    height: 80px;
    border: 1px solid #6ba4b8;
}
.btnredeem {
    background: #6ba4b8;
    border: 1px solid #6ba4b8;
    color: #fff;
    min-height: 25px;
    line-height: 25px;
    padding: 0 15px 3px;
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.btnredeem:hover {
    color: #fff;
}
.miles {
    margin-left: 2px;
    margin-top: 12.7px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #5e5e5e;
}
.popUpHeaderText {
    font-size: 25px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #003087;
}
.btnYes {
    border: 1px solid #003087;
    border-radius: 3px;
    background-color: #003087;
    min-height: 30px;
    line-height: 30px;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    width: 225px;
    height: 41px;
}
.btnYes:hover {
    color: #fff;
}
.btnStay {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.12px;
    text-align: center;
    color: #003087;
    width: 88px;
}
.popupHeaderSubText {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: -0.17px;
    text-align: center;
    color: #4d4d4d;
    opacity: 0.74;
    margin-left: 100px;
    margin-top: 17px;
    margin-right: 100px;
}
.amountText {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
}
.covid-color {
    color: #009ddc !important;
}
.callsign_content_div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.callsign_content_div .check_register_device {
    display: block;
    width: 225px;
    font-family: Graphik Regular, sans-serif;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #4e5f74;
}
.call_failure_Message {
    margin-right: 15px;
}
.callSign_heading {
    font-size: 16px !important;
}
.callSign_mobile_success {
    width: 100%;
    height: 192px;
    margin-bottom: 15px;
    background: url(callSign_Success.6bb781ebc1fb039c.png) center no-repeat;
}
.callSign_failure_success {
    width: 100%;
    height: 192px;
    margin-bottom: 15px;
    background: url(callSign_Failure.510802998de4de3e.png) center no-repeat;
}
.callSign_mobile_image {
    width: 215px;
    height: 192px;
    margin-bottom: 15px;
    background: url(callSign_mobile_auth.3d7924ee2ff34c6c.png) center no-repeat;
}
.callsign_btns .resendOTP,
#otpFormReset {
    margin-left: 14px;
}
.selected_qr_code {
    object-fit: contain;
}
#callSignAutentication .timer_row {
    margin-top: 10%;
}
.register-internet-banking {
    font-family: Graphik Regular, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #4e5f74;
}
.fab_online_banking_text {
    font-size: 30px !important;
}
.app_store_images li {
    margin-bottom: 8px;
}
.app_store_images img {
    cursor: pointer;
}
.call_sign_safe {
    font-weight: 400 !important;
}
.countdown_timer {
    display: inline-block;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .callsign-flex {
        display: flex;
        flex-direction: row;
    }
    .countdown {
        margin-right: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1054px) {
    .button.btn-md {
        padding: 12px 14px 11px;
        margin: 0 18px;
    }
}
@media screen and (min-width: 1055px) and (max-width: 1199px) {
    .button.btn-md {
        padding: 12px 20px 11px;
        margin: 0 15px;
    }
}
.hour_glass {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: inline-block;
    background: url(hourglass_success.5f4c0335fbedd967.svg) center no-repeat;
    margin-top: -4px;
}
.hour_glass_timedOut {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: inline-block;
    background: url(hourglass_failure.5fbc84bbf6ebcc72.svg) center no-repeat;
    margin-top: -4px;
}
.NOT_REGISTERED_ON_MOBILE {
    font-family: Graphik Regular, sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #003087;
}
.install_on_mobile {
    font-family: Graphik Regular, sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
}
.scan_the_code {
    font-size: 14px;
    color: #003087;
}
.call_sign_Safe_dashboard_page {
    width: 500px;
    height: 475px;
    background: url(safeExperience_dashBoard_Page.75d089db6491daab.png) center
        no-repeat;
}
.cs_login_transactions {
    width: 100%;
}
#continue_Safe_Experience {
    background: #003087;
    box-shadow: 0 0 10px #0030874d;
    margin-bottom: 25px;
    padding: 11px 33px;
    border: none;
    outline: none;
    width: 131px;
}
.success-container-width {
    width: 102%;
}
.errorcheckbook {
    color: #0c2340 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.checkbookClass {
    width: 1101px;
    margin-left: -127px;
}
.addMarginAR {
    display: inline-flex;
    margin-left: 191px;
}
.addMarginEN {
    display: inline-flex;
    margin-left: 0;
}
.morechequebookTextAR {
    margin-left: 285px;
    margin-right: 0 !important;
}
.app-icon {
    width: 110px;
    height: 110px;
    margin: 0 32px 74px 0;
    object-fit: contain;
    border-radius: 26px;
}
.Container {
    width: 942px;
    height: 188px;
    padding: 32px;
    border-radius: 8px;
    border: solid 1px #e8e8e8;
    background-color: #fafbfd;
    margin-top: 15px;
}
.modal-contactus {
    overflow-x: hidden;
    overflow-y: auto;
}
.contact-us-EN {
    margin-top: -190px;
    margin-left: 140px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #495057;
}
.contact-us-AR {
    margin-top: -190px;
    margin-right: 194px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #495057;
}
.cs_col_register {
    right: 0 !important;
    padding-right: 40px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .callsign-flex {
        display: flex;
        flex-direction: row;
    }
    .countdown {
        margin-right: 0;
    }
}
.count {
    padding: 0 0.3rem;
}
.count-image {
    margin-left: 10px;
    margin-right: 0;
}
.cp-warningbox {
    background-color: #eaecef;
    border-radius: 4px;
    padding: 20px;
}
.cp-warningbox h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #0c2340;
}
.pdf-button {
    min-width: 46px;
    flex-grow: 0;
    border-radius: 4px;
    background-color: #003087;
    color: #fff !important;
    letter-spacing: normal;
    font-size: 13px;
    padding: 3px 5px;
    display: inline-block;
    text-align: center;
    margin-left: 44px;
}
.pdf-label {
    display: initial !important;
}
.pdf {
    text-align: justify;
}
.advicePopUpHeaderText {
    height: 32px;
    align-self: stretch;
    flex-grow: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #0c2340;
    margin: 10px 0;
}
.advicePopupHeaderSubText {
    height: 20px;
    align-self: stretch;
    flex-grow: 0;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #0c2340;
    margin: 15px 0;
}
.advicePopupButton .button {
    width: 275px;
}
.epp-label {
    margin: 0;
}
.arabic-design .epp-label {
    text-align: justify !important;
}
.arabic-design .epp-label i {
    float: left;
    margin: 0 4px 0 0;
}
.arabic-design .bullet-tick {
    float: right !important;
    margin: 3px 0 0 8px !important;
}
.expiry-field-width {
    width: 165% !important;
}
.ui-tooltip,
.arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 20px;
    font-size: 16px;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #000;
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
.checkbox-position {
    margin-left: -33px;
}
.arabic-design .checkbox-position {
    margin-left: 0;
}
.consent-points ul {
    margin-right: 42px;
}
.arabic-design .consent-points ul li {
    text-align: initial;
}
.arabic-design .consent-points-2 ul li {
    margin-right: -5px;
    text-align: initial;
}
.consent-points-2 {
    margin-left: -40px;
    margin-top: 31px;
    display: flex;
}
.arabic-design .consent-points-2 {
    margin-left: 0;
}
.consent-points-2 i {
    margin-right: 10px !important;
}
.arabic-design .consent-points-2 i {
    margin-right: 4px !important;
}
.arabic-design .consent-points-2 .custom-control-description {
    padding-right: 9px;
}
.dfImgBorder {
    border: 0.25px solid #c52c32;
    border-radius: 2px;
}
.expiryText {
    font-size: 11px !important;
}
input[type="text"].field-error,
input[type="password"].field-error,
input[type="date"].field-error,
input[type="tel"].field-error,
.filter-button.field-error {
    border-color: #f3ada9;
    background: #fdefee;
}
.custom-error-msg {
    display: block;
    color: #ef3529;
    font-family: FsMatthew-Regular, sans-serif;
    margin-bottom: 5px;
}
label.error {
    box-shadow: none !important;
    display: block !important;
    color: #ef3529 !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    cursor: none !important;
    border: none !important;
    text-transform: none !important;
    text-align: left !important;
}
.profileAccounts {
    overflow-x: scroll;
    overflow-y: hidden;
}
.secondary-tabs li a {
    padding: 12px 15px 12px 0;
    width: 160px;
}
#addFavouriteModal #favouriteSelectionArea {
    height: 230px;
    overflow-y: scroll;
}
.product-cell input[type="checkbox"] {
    display: none;
}
.product-cell input[type="checkbox"]:checked ~ label {
    background-position: 1px 100% !important;
}
.star {
    cursor: pointer;
}
.cursorText li,
.cursorText a {
    cursor: default !important;
}
.selected-products li {
    padding-bottom: 10px;
}
.minheight200 {
    min-height: 200px;
}
.download-popover {
    z-index: 50;
}
.paypal-popover {
    min-height: 150px;
}
.transactions form .search-icon {
    left: 15px;
    top: 17px;
}
.searchTransactions {
    padding-left: 30px !important;
}
.last-login div div {
    display: none;
}
.last-login div div {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.height20 {
    height: 20px;
}
.header-account-settings {
    background-image: url(profile.6bcfcca45fd60640.png);
    background-repeat: no-repeat;
}
#ui-datepicker-div {
    z-index: 100000 !important;
}
.credit-in {
    color: #4bb312;
}
.db-item .content .fav-account .starCustom {
    position: static;
    margin: 0;
}
.starCustom {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(http://devlabs.synechron.com/fab/Front-End/assets/images/star.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 15px;
    top: 15px;
}
.starCustom.active {
    background-position: 1px 100%;
}
button:disabled,
button[disabled] {
    background: #ccc;
}
.textOverflow {
    width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 17px;
}
.disabledCustom {
    background: #eceeef !important;
    color: #000 !important;
    border: 1px #d9e2e8 solid !important;
}
.floatnone {
    float: none !important;
}
.push-sidebar {
    left: 0 !important;
}
.name-card {
    float: left;
    border: 1px solid #eee;
    padding: 12px 15px 10px;
    color: #c8c8c8;
    border-radius: 4px;
    margin-right: 10px;
}
#dashboard_offers .slick-slide img {
    padding: 0 10px;
    margin-bottom: 15px;
}
.ngx-datatable.material {
    box-shadow: none !important;
    border-radius: 5px;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
    color: #6f6f6f;
    font-family: FsMatthew-Medium, sans-serif;
}
.ngx-datatable .datatable-body .datatable-body-row > div {
    border-bottom: 1px solid #eee;
}
.datatable-body-cell-label,
.datatable-body-cell-label a {
    color: #a8abac;
}
.datatable-body-cell-label a:hover {
    color: #6196a8;
}
.datatable-row-group .datatable-body-cell.table-button {
    text-align: right !important;
}
.datatable-row-group:hover {
    background: rgba(0, 48, 135, 0.02) !important;
}
.datatable-row-group:hover .datatable-body-cell-label {
    color: #7c7c7c !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45% !important;
    padding: 0 !important;
    font-size: 1em !important;
}
select.field-error,
textarea.field-error {
    border-color: #f3ada9 !important;
    background: #fdefee !important;
}
.hideDiv {
    display: none;
}
.ngx-datatable .img-holder {
    width: 45px;
    height: 45px;
    float: left;
    padding: 10px;
    border-radius: 4%;
    border: 1px solid #d6d7d6;
    overflow: hidden;
    background: white;
    margin-right: 10px !important;
}
.ngx-datatable .img-holder img {
    width: 100%;
    height: auto;
}
.payments-transfer .payment-row .img-holder {
    border-radius: 4%;
}
.datatable-row-group .datatable-body-cell .datatable-body-cell-label .text {
    line-height: 44px;
}
.ngx-datatable.freeze-table .datatable-header {
    display: none;
}
.ngx-datatable.freeze-table .datatable-row-wrapper:nth-child(even),
.ngx-datatable.freeze-table
    .datatable-row-wrapper:nth-child(even)
    .datatable-row-left {
    background: #e7eff2;
}
.ngx-datatable.freeze-table .datatable-row-wrapper:nth-child(odd),
.ngx-datatable.freeze-table
    .datatable-row-wrapper:nth-child(odd)
    .datatable-row-left {
    background: #fff;
}
@media (max-width: 767px) {
    .responsive-two-col .datatable-row-group .datatable-body-cell,
    .responsive-two-col .datatable-header .datatable-header-cell {
        display: none !important;
    }
    .responsive-two-col .datatable-row-group .datatable-body-cell:first-child,
    .responsive-two-col .datatable-header .datatable-header-cell:first-child,
    .responsive-two-col .datatable-row-group .datatable-body-cell:last-child,
    .responsive-two-col .datatable-header .datatable-header-cell:last-child {
        display: flex !important;
    }
    .responsive-two-col .datatable-row-group .datatable-body-cell:first-child {
        width: 60% !important;
    }
    .responsive-two-col .datatable-row-group .datatable-body-cell:last-child {
        width: 40% !important;
    }
    .responsive-one-five-col .datatable-row-group .datatable-body-cell,
    .responsive-one-five-col .datatable-header .datatable-header-cell,
    .responsive-one-four-col .datatable-row-group .datatable-body-cell,
    .responsive-one-four-col .datatable-header .datatable-header-cell {
        display: none !important;
    }
    .responsive-one-five-col
        .datatable-row-group
        .datatable-body-cell:first-child,
    .responsive-one-five-col
        .datatable-header
        .datatable-header-cell:first-child,
    .responsive-one-five-col
        .datatable-row-group
        .datatable-body-cell:nth-child(5),
    .responsive-one-five-col
        .datatable-header
        .datatable-header-cell:nth-child(5),
    .responsive-one-four-col
        .datatable-row-group
        .datatable-body-cell:first-child,
    .responsive-one-four-col
        .datatable-header
        .datatable-header-cell:first-child,
    .responsive-one-four-col
        .datatable-row-group
        .datatable-body-cell:nth-child(4),
    .responsive-one-four-col
        .datatable-header
        .datatable-header-cell:nth-child(4) {
        display: flex !important;
    }
    .responsive-one-five-col
        .datatable-row-group
        .datatable-body-cell:first-child,
    .responsive-one-five-col
        .datatable-header
        .datatable-header-cell:first-child,
    .responsive-one-four-col
        .datatable-row-group
        .datatable-body-cell:first-child,
    .responsive-one-four-col
        .datatable-header
        .datatable-header-cell:first-child {
        width: 60% !important;
    }
    .responsive-one-five-col
        .datatable-row-group
        .datatable-body-cell:nth-child(5),
    .responsive-one-five-col
        .datatable-header
        .datatable-header-cell:nth-child(5),
    .responsive-one-four-col
        .datatable-row-group
        .datatable-body-cell:nth-child(4),
    .responsive-one-four-col
        .datatable-header
        .datatable-header-cell:nth-child(4) {
        width: 40% !important;
        right: 0;
        top: 0;
        position: absolute;
    }
}
label.charity {
    padding: 10px;
    cursor: pointer;
}
label.charity img {
    width: 55%;
    height: auto;
}
.slick-track {
    margin-left: 0 !important;
}
.my-dashboard .carousel .slick-active {
    opacity: 1 !important;
}
.dashboard-offer .slide-box a {
    display: block;
    position: relative;
    overflow: hidden;
}
.dashboard-offer .slide-box a img {
    width: 100%;
    height: auto;
}
.dashboard-offer .slide-box a h4 {
    width: 100%;
    color: #fff;
    z-index: 10;
    font-family: FsMatthew-Regular, sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px black;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    text-align: center;
}
.displayBlock {
    display: block;
}
.displayNoneImp {
    display: none !important;
}
slick-slider.tertiary-tabs li:first-child {
    border-left: 0px solid #e3e4e3;
}
slick-slider.tertiary-tabs li {
    padding: 0;
    border: 1px solid #e3e4e3;
    background: #f9f9f9;
    border-top: 1px solid #e3e4e3;
    border-left: none;
    text-align: center;
}
slick-slider.tertiary-tabs li a {
    display: block;
    height: 100%;
    border-top: 5px solid transparent;
    padding: 15px;
    color: #a8abac;
}
slick-slider.tertiary-tabs li a.active {
    border-top: 5px solid #6ba4b8;
    color: #6ba4b8;
}
.sidebar-accounts .other-account-carousel .fa-star-o {
    float: right;
    color: #003087;
    font-size: 20px;
}
.download-statement {
    top: 7px;
}
.main.wealth .slides.slide-5 .selected-products li {
    min-width: 240px;
}
.ui-datepicker-trigger {
    border: none;
    background: none;
    outline: none;
}
.create-account-form .ui-datepicker-trigger {
    position: absolute;
}
.star-acc {
    padding: 0 10px;
    color: #003087;
    font-size: 17px;
}
.resizeno {
    resize: none !important;
}
.pointer {
    cursor: pointer;
    color: #6ba4b8;
}
.pointer:hover {
    color: #003087;
}
.text_ellipses {
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hideColumn .dashboardHide {
    display: none;
}
.download-statement {
    width: 100%;
    max-width: 400px;
}
@media (max-width: 767px) {
    .download-statement {
        max-width: 100%;
        right: 0;
        top: 190px;
    }
}
.cursorDefault li a {
    cursor: default !important;
}
.login .col-login,
.gen-reg .col-register,
.forgot-password .col-register {
    right: 1px;
}
.charity-selector,
.charity-select {
    display: block;
}
.fave-account {
    z-index: 1;
}
.fave-circle {
    z-index: 10;
    position: relative;
}
.sparkEffect {
    height: 200px;
    width: 200px;
    position: absolute;
    top: 50px;
    left: 50px;
    background: url(face-cc-square.7c64489eba5d1dbb.gif) no-repeat 0 0;
}
.nav,
.nav .inner {
    transition: all 0.3s ease 1s;
}
.table-wrapper {
    width: 100%;
    overflow: auto;
}
.filters-holder select,
.filters-holder input {
    min-width: 200px;
    padding: 15px;
}
.filters-holder btn-download {
    width: 150px;
}
.pageEnteries {
    margin-top: 10px;
    margin-right: 15px;
    color: #a8abac;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
    flex: 1 1 20%;
}
.profile-box p span {
    display: inline-block !important;
}
.ngx-datatable.material.transferMain .datatable-body-row:hover {
    cursor: pointer !important;
    background: #fff !important;
}
.ngx-datatable.material.transferMain
    .datatable-body
    .datatable-body-row:hover
    .datatable-body-cell
    .datatable-body-cell-label {
    color: #7c7c7c !important;
}
.ngx-datatable.material.transferMain
    .datatable-body
    .datatable-body-row:hover
    .datatable-body-cell
    .datatable-body-cell-label
    a {
    opacity: 1 !important;
    visibility: visible !important;
    color: #6196a8 !important;
}
.ngx-datatable.material.transferMain
    .datatable-body
    .datatable-body-row:hover
    .datatable-body-cell
    .datatable-body-cell-label
    a
    span.initials {
    border-color: #ffffffb3;
    transition: all 0.5s ease;
    color: #6196a8 !important;
}
.underline {
    text-decoration: underline !important;
}
.ngx-datatable.material.transferMain
    .datatable-body
    .datatable-body-row
    .datatable-body-cell
    .datatable-body-cell-label
    a.hover-buttons {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.2s ease;
}
.ngx-datatable.material.transferMain
    .datatable-body
    .datatable-body-row:hover
    .datatable-body-cell
    .datatable-body-cell-label
    a.hover-buttons {
    opacity: 1 !important;
    visibility: visible !important;
}
.payments-section .panel .panel-body div.slide a img {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: contain;
    transition: all 0.2s ease;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}
.payments-section .panel .panel-body div.slide a {
    display: inline-block !important;
}
.payments-section .panel .panel-body div.slide a:hover img {
    border-color: #6196a8;
    background: rgba(97, 150, 168, 0.1);
    cursor: pointer;
}
.payments-section .panel .panel-body div.slide a h5 {
    color: #000;
    font-size: 14px;
    margin-bottom: -1px;
    transition: all 0.2s ease;
}
.payments-section .panel .panel-body div.slide a:hover h5 {
    color: #6196a8;
    cursor: pointer;
}
.payments-section .panel .panel-body div.slide a p {
    font-size: 12px;
    color: #7c7c7c;
}
.arabic-design .favourite-cards-block .slick-track {
    float: right !important;
}
div.new-payment {
    padding: 30px 0 10px;
    background: rgba(107, 164, 184, 0.05);
    border: 1px dashed #6ba4b8;
    border-radius: 5px;
    text-align: center;
}
div.new-payment a .fa {
    background: #6196a8;
    padding: 10px 12px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}
.slider-design1 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
.slider-design2 {
    text-align: center;
}
.datatable-body-cell .arrowIcons {
    margin-left: 0;
    font-size: 12px;
}
.top-loan {
    margin-right: -22px;
    margin-top: 16px;
}
.show > .dropdown-menu {
    display: block;
}
.input-currency {
    height: auto !important;
}
table.download {
    overflow: visible !important;
}
.download thead {
    display: table-header-group;
}
.download tfoot {
    display: table-row-group;
}
.download tr {
    page-break-inside: avoid;
}
.arabic-design .directionLtr {
    direction: ltr !important;
}
.arabic-design .directionrtl {
    direction: rtl !important;
}
.arabic-design .form-box .info-box span {
    direction: ltr;
}
.pager li.pages.active a {
    z-index: 1;
    background-color: #007bff;
    border-color: #6ba4b8 !important;
    background: #6ba4b8 !important;
    color: #fff !important;
    border: 1px solid white;
    font-size: 12px;
}
.pager li.pages a {
    background: #eee;
    border: 1px solid #eee;
    height: 25px;
    min-width: 25px;
}
.open-cc-underrow {
    border-top: 0px;
    margin: 0;
}
.open-cc-underrow p {
    color: #7c7c7c;
    font-size: 12px;
    margin-bottom: 5px;
}
.open-cc-underrow p strong {
    color: #000;
}
.radio-grp .radio-btn input[type="radio"]:checked ~ label.charity {
    border: 3px solid #007bff !important;
}
.success-box-top + .icon.tick,
.success-box-top + .icon.error {
    top: 65px !important;
}
.captial-none {
    text-transform: none !important;
}
#sliderArrows-offers .slick-prev:first-child {
    display: inline-block !important;
}
#sliderArrows-offers .slick-prev {
    display: none;
}
#sliderArrows-offers .slick-next:last-child {
    display: inline-block !important;
}
#sliderArrows-offers .slick-next {
    display: none;
}
ngx-datatable.no-header .datatable-header {
    display: none;
}
@media (min-width: 992px) {
    .big-response-modal {
        min-width: 1000px !important;
    }
}
@media (max-width: 767px) {
    .pageEnteries {
        display: none !important;
    }
}
.dashboard-transfer-tab
    .ngx-datatable.material.transferMain
    .datatable-body
    .datatable-body-row
    .datatable-body-cell
    .datatable-body-cell-label
    a.hover-buttons {
    display: none !important;
}
.form-control.custom:disabled {
    width: 100% !important;
    background-color: #e9ecef !important;
    border: 1px solid #d9e2e8 !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 3px #00000012 !important;
    font-size: 15px !important;
    padding: 0.5rem 1rem !important;
}
.offer-logo {
    top: -60px !important;
}
.margintop7px {
    margin-top: 7px !important;
    display: inline-block;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-3 {
    margin-top: 3px;
}
.margin-bottom-2 {
    margin-bottom: 2px !important;
}
.margin-left-15 {
    margin-left: 15px;
}
.width-120px {
    width: 120px;
}
.width-50px {
    width: 50px;
}
.width-80px {
    width: 80px;
}
.width-100 {
    width: 100%;
}
.line_height_120 {
    line-height: 120px;
}
.padding-0px {
    padding: 0;
}
.padding-left-35px {
    padding-left: 35px;
}
.padding-left-7px {
    padding-left: 7px;
}
.padding-left-15px {
    padding-left: 15px;
}
.padding-right-15px {
    padding-right: 15px;
}
.padding-right-7px {
    padding-right: 7px;
}
.padding-bottom-35px {
    padding-bottom: 35px;
}
.padding-bottom-10px {
    padding-bottom: 10px;
}
.display-inline-block {
    display: inline-block;
}
.offers-content .offer-cards .card-img-top {
    height: 180px !important;
}
.arabic-design .modal-dialog .modal-header.style-2 {
    text-align: right !important;
}
.customLoader {
    position: absolute !important;
    background-size: 30px !important;
}
.customTooltip1 {
    font-size: 14px;
    vertical-align: top;
    margin-top: 3px;
    color: #6ba4b8;
}
.top-30 {
    top: 30px !important;
}
.errorPanel {
    text-align: center;
}
.errorPanel .errorPanelHeader {
    background: white;
    display: block !important;
    padding: 19px 10px;
    border-top-left-radius: 4px;
}
.errorPanel .fa-exclamation-circle {
    font-size: 40px;
    color: #da291c;
}
.errorPanel .modal-title {
    border-bottom: 0px !important;
    font-family: FS Matthew, sans-serif;
    color: #003087;
    font-size: 18px;
    line-height: 1;
    padding: 0 !important;
}
.errorPanel p {
    font-size: 16px;
    margin-bottom: 0;
    color: #7c7c7c;
}
.arabic-design .errorPanel .modal-title,
.arabic-design .errorPanel p {
    text-align: center !important;
}
.white-space-initial {
    white-space: initial;
}
.position-unset {
    position: unset !important;
}
table.results-table-print tr {
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
}
table.results-table-print tr:last-child {
    border-bottom: 1px solid #eee !important;
}
table.results-table-print tbody td:first-child {
    padding-left: 20px;
}
table.results-table-print th,
table.results-table-print td {
    padding: 7px 10px !important;
}
.card-nav .carousel-dots {
    display: block !important;
    margin: 0 !important;
}
.unicode_plain {
    unicode-bidi: plaintext;
}
.margin-auto {
    margin-left: auto;
    margin-right: auto;
}
.slick-dotted.slick-slider {
    margin-bottom: 5px !important;
}
.card-limit {
    text-align: right;
}
.arabic-design .card-limit {
    text-align: left;
}
.cus_sep {
    padding-top: 10px !important;
    margin-bottom: 10px !important;
}
.profile-box .edit-link {
    margin-top: 20px;
    display: inline-block;
}
.alertInfo {
    padding: 10px 20px !important;
}
.alertInfo p {
    margin: 0 !important;
    padding: 0 !important;
}
#updatePostalAddressModal .rectangle {
    padding: 30px !important;
    margin-bottom: 30px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #99e251;
}
input:focus + .slider {
    box-shadow: 0 0 1px #99e251;
}
input:checked + .slider:before {
    transform: translate(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.marginrightAR {
    margin-right: 214px;
}
.marginrightEN {
    margin-right: 150px;
}
.morechequebook {
    display: inline-flex;
}
.chequeBookRequestSelect {
    width: 100px !important;
}
.headingTag {
    color: #000;
    font-size: 20px !important;
}
.Label-Text {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #4e5f74 !important;
}
#activateCreditCard .preVerify_Header,
#passportForm .preVerify_Header,
#nationalIDForm .preVerify_Header {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.41px;
    text-align: left;
    color: #003087;
}
#activateCreditCard .preVerify_subText,
#passportForm .preVerify_subText,
#nationalIDForm .preVerify_subText {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.15px;
    text-align: left;
    color: #4e5f74;
}
#passportForm .header_div,
#nationalIDForm .header_div {
    padding-left: 0;
}
.md-drppicker {
    position: fixed !important;
}
.theme-green .bs-datepicker-head {
    background: #fff !important;
}
.theme-green .bs-datepicker-head .previous,
.theme-green .bs-datepicker-head .next,
.theme-green .bs-datepicker-head .current {
    color: #000 !important;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #357ebd !important;
}
.bs-datepicker-body table td,
.bs-datepicker-body table th {
    color: #000 !important;
}
.coolingwaveFalgBtn button {
    border: 1px solid #6196a8 !important;
}
.coolingwaveOff_header {
    color: #003087 !important;
    font-size: 24px !important;
}
.coolingoff_subHeader {
    font-size: 17px !important;
}
.waveoff_header {
    font-size: 18px;
    font-family: FS Matthew Medium, sans-serif;
    color: #003087;
}
.cooling_period_list li {
    margin-bottom: 18px;
}
.cooling_text_bold {
    font-weight: 700;
}
.reducingRateText {
    font-family: FS Matthew;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.bs-datepicker {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    background: #fff;
    box-shadow: 0 0 10px #aaa;
    position: relative;
    z-index: 1;
}
.bs-datepicker:after {
    clear: both;
    content: "";
    display: block;
}
.bs-datepicker bs-day-picker {
    float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
    outline: none;
}
.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
}
.bs-datepicker-head:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.bs-datepicker-head button {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: transparent;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
}
.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:hover,
.bs-datepicker-head button[disabled]:active {
    background: rgba(221, 221, 221, 0.3);
    color: #f5f5f5;
    cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
    transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
    transform: translate(1px, -1px);
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.bs-datepicker-head button.current {
    border-radius: 15px;
    max-width: 155px;
    padding: 0 13px;
}
.bs-datepicker-head button:hover {
    background-color: #0000001a;
}
.bs-datepicker-head button:active {
    background-color: #0003;
}
.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
}
.bs-datepicker-body .days.weeks {
    position: relative;
    z-index: 1;
}
.bs-datepicker-body table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.bs-datepicker-body table th {
    font-size: 13px;
    color: #9aaec1;
    font-weight: 400;
    text-align: center;
}
.bs-datepicker-body table td {
    color: #54708b;
    text-align: center;
    position: relative;
    padding: 0;
}
.bs-datepicker-body table td span {
    display: block;
    margin: 0 auto;
    font-size: 13px;
    border-radius: 50%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.bs-datepicker-body
    table
    td:not(.disabled):not(.week)
    span:not(.disabled):not(.is-other-month) {
    cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
    background-color: #e9edf0;
    transition: 0s;
}
.bs-datepicker-body
    table
    td.is-active-other-month:not(.disabled):not(.selected)
    span,
.bs-datepicker-body
    table
    td
    span.is-active-other-month:not(.disabled):not(.selected) {
    background-color: #e9edf0;
    transition: 0s;
    cursor: pointer;
}
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
    color: #9aaec1;
}
.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
    color: #fff;
}
.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
    color: #00000040;
}
.bs-datepicker-body table td.active {
    position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
    left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
    left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    top: 0;
    border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    inset: 6px -2px 6px -3px;
    box-sizing: content-box;
    background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
    left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
    border-radius: 0 3px 3px 0;
    width: 125%;
    left: -25%;
}
.bs-datepicker-body table td span[class*="select-"],
.bs-datepicker-body table td[class*="select-"] span {
    border-radius: 50%;
    color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):before,
.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
    background: #e9edf0;
}
.bs-datepicker-body table.days span {
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
    z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
    right: 3px;
    left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
    right: 4px;
    left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before,
.bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.select-end:before,
.bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range + td.select-end:before {
    background: #e9edf0;
    width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
    border-radius: 3px 0 0 3px;
    left: 0;
    width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
    border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
    width: 46px;
    height: 46px;
    line-height: 45px;
    margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
    margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
    height: 52px;
}
.bs-datepicker-body table.months td span {
    padding: 6px;
    border-radius: 15px;
}
.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
    content: "";
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: text-bottom;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
    box-shadow: none;
    position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
    padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
    position: absolute;
    top: 25px;
    left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
    float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
    float: right;
}
.bs-datepicker-container {
    padding: 15px;
}
.bs-datepicker .bs-media-container {
    display: flex;
}
@media (max-width: 768px) {
    .bs-datepicker .bs-media-container {
        flex-direction: column;
    }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
    display: flex;
    justify-content: space-around;
}
.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee;
}
.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
    background-color: #54708b;
}
.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
    margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
    display: flex;
    flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
    flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
    flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
    flex-grow: 0.5;
}
.bs-timepicker-container {
    padding: 10px 0;
}
.bs-timepicker-label {
    color: #54708b;
    margin-bottom: 10px;
}
.bs-timepicker-controls {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s;
}
.bs-timepicker-controls button:hover {
    background-color: #d5dadd;
}
.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
    text-transform: uppercase;
    min-width: 54px;
    height: 25px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    background: #fff;
    color: #54708b;
    font-size: 13px;
}
.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px;
}
bs-datepicker-container,
bs-daterangepicker-container {
    z-index: 1080;
}
@media (max-width: 768px) {
    .bs-datepicker {
        width: min-content;
        justify-content: center;
    }
    .bs-datepicker-multiple {
        display: flex;
    }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
        margin-top: 10px;
        margin-left: 0;
    }
}
.theme-default .bs-datepicker-head {
    background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success,
.theme-default .btn-clear-wrapper .btn-success {
    background-color: #777;
    border-color: #777;
}
.theme-default
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-default
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus,
.theme-default .btn-clear-wrapper .btn-success:focus {
    box-shadow: none;
}
.theme-default
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active,
.theme-default
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active {
    background-color: #616161;
    border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover,
.theme-default .btn-clear-wrapper .btn-success:hover {
    background-color: #6f6e6e;
    border-color: #6f6e6e;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
    background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
    color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #777;
    color: #fff;
    opacity: 0.5;
    transition: 0s;
}
.theme-green .bs-datepicker-head {
    background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success,
.theme-green .btn-clear-wrapper .btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.theme-green
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-green
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus,
.theme-green .btn-clear-wrapper .btn-success:focus {
    box-shadow: none;
}
.theme-green
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active,
.theme-green
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active {
    background-color: #1e7e34;
    border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover,
.theme-green .btn-clear-wrapper .btn-success:hover {
    background-color: #218838;
    border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
    background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
    color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #5cb85c;
    color: #fff;
    opacity: 0.5;
    transition: 0s;
}
.theme-blue .bs-datepicker-head {
    background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success,
.theme-blue .btn-clear-wrapper .btn-success {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.theme-blue
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-blue
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus,
.theme-blue .btn-clear-wrapper .btn-success:focus {
    box-shadow: none;
}
.theme-blue
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active,
.theme-blue
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active {
    background-color: #2aa8cd;
    border-color: #2aa8cd;
}
.theme-blue .btn-today-wrapper .btn-success:hover,
.theme-blue .btn-clear-wrapper .btn-success:hover {
    background-color: #3ab3d7;
    border-color: #3ab3d7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
    background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
    color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #5bc0de;
    color: #fff;
    opacity: 0.5;
    transition: 0s;
}
.theme-dark-blue .bs-datepicker-head {
    background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success,
.theme-dark-blue .btn-clear-wrapper .btn-success {
    background-color: #337ab7;
    border-color: #337ab7;
}
.theme-dark-blue
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-dark-blue
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:focus {
    box-shadow: none;
}
.theme-dark-blue
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active,
.theme-dark-blue
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active {
    background-color: #266498;
    border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover,
.theme-dark-blue .btn-clear-wrapper .btn-success:hover {
    background-color: #2c6fa9;
    border-color: #2c6fa9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
    background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
    color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #337ab7;
    color: #fff;
    opacity: 0.5;
    transition: 0s;
}
.theme-red .bs-datepicker-head {
    background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success,
.theme-red .btn-clear-wrapper .btn-success {
    background-color: #d9534f;
    border-color: #d9534f;
}
.theme-red
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-red
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus,
.theme-red .btn-clear-wrapper .btn-success:focus {
    box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-red
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active {
    background-color: #d23531;
    border-color: #d23531;
}
.theme-red .btn-today-wrapper .btn-success:hover,
.theme-red .btn-clear-wrapper .btn-success:hover {
    background-color: #e33732;
    border-color: #e33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
    background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
    color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #d9534f;
    color: #fff;
    opacity: 0.5;
    transition: 0s;
}
.theme-orange .bs-datepicker-head {
    background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success,
.theme-orange .btn-clear-wrapper .btn-success {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.theme-orange
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-orange
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus,
.theme-orange .btn-clear-wrapper .btn-success:focus {
    box-shadow: none;
}
.theme-orange
    .btn-today-wrapper
    .btn-success:not(:disabled):not(.disabled):active,
.theme-orange
    .btn-clear-wrapper
    .btn-success:not(:disabled):not(.disabled):active {
    background-color: #ed9c29;
    border-color: #ed9c29;
}
.theme-orange .btn-today-wrapper .btn-success:hover,
.theme-orange .btn-clear-wrapper .btn-success:hover {
    background-color: #ffac35;
    border-color: #ffac35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
    background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
    color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #f0ad4e;
    color: #fff;
    opacity: 0.5;
    transition: 0s;
}
/*! jQuery UI - v1.13.2 - 2022-07-14
  * http://jqueryui.com
  * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
  * Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    -ms-filter: "alpha(opacity=25)";
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    vertical-align: middle;
    margin: 0.2em 2em 0.2em 0.4em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}
.ui-widget-header a {
    color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    -ms-filter: "alpha(opacity=35)";
    background-image: none;
}
.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)";
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(ui-icons_444444_256x240.72b6c53e980c0a81.png);
}
.ui-widget-header .ui-icon {
    background-image: url(ui-icons_444444_256x240.72b6c53e980c0a81.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(ui-icons_555555_256x240.8802f88d3dd5222b.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(ui-icons_ffffff_256x240.bcbece9b8077defe.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(ui-icons_777620_256x240.79f9a658b3f6175d.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(ui-icons_cc0000_256x240.c8fa3660ba5bafaa.png);
}
.ui-button .ui-icon {
    background-image: url(ui-icons_777777_256x240.6233bde0f2df74fb.png);
}
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start,
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.003;
    -ms-filter: Alpha(Opacity=.3);
}
.ui-widget-shadow {
    box-shadow: 0 0 5px #666;
}
.ngx-datatable.material {
    background: #fff;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024,
        0 3px 14px 2px #0000001f;
}
.ngx-datatable.material.striped .datatable-row-odd {
    background: #eee;
}
.ngx-datatable.material.single-selection .datatable-body-row.active,
.ngx-datatable.material.single-selection
    .datatable-body-row.active
    .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active,
.ngx-datatable.material.multi-selection
    .datatable-body-row.active
    .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active,
.ngx-datatable.material.multi-click-selection
    .datatable-body-row.active
    .datatable-row-group {
    background-color: #304ffe;
    color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
.ngx-datatable.material.single-selection
    .datatable-body-row.active:hover
    .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-selection
    .datatable-body-row.active:hover
    .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-click-selection
    .datatable-body-row.active:hover
    .datatable-row-group {
    background-color: #193ae4;
    color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
.ngx-datatable.material.single-selection
    .datatable-body-row.active:focus
    .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-selection
    .datatable-body-row.active:focus
    .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-click-selection
    .datatable-body-row.active:focus
    .datatable-row-group {
    background-color: #2041ef;
    color: #fff;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.ngx-datatable.material:not(.cell-selection)
    .datatable-body-row:hover
    .datatable-row-group {
    background-color: #eee;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
.ngx-datatable.material:not(.cell-selection)
    .datatable-body-row:focus
    .datatable-row-group {
    background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
.ngx-datatable.material.cell-selection
    .datatable-body-cell:hover
    .datatable-row-group {
    background-color: #eee;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
.ngx-datatable.material.cell-selection
    .datatable-body-cell:focus
    .datatable-row-group {
    background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
.ngx-datatable.material.cell-selection
    .datatable-body-cell.active
    .datatable-row-group {
    background-color: #304ffe;
    color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
.ngx-datatable.material.cell-selection
    .datatable-body-cell.active:hover
    .datatable-row-group {
    background-color: #193ae4;
    color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
.ngx-datatable.material.cell-selection
    .datatable-body-cell.active:focus
    .datatable-row-group {
    background-color: #2041ef;
    color: #fff;
}
.ngx-datatable.material .empty-row {
    height: 50px;
    text-align: left;
    padding: 0.5rem 1.2rem;
    vertical-align: top;
    border-top: 0;
}
.ngx-datatable.material .loading-row {
    text-align: left;
    padding: 0.5rem 1.2rem;
    vertical-align: top;
    border-top: 0;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
    background-color: #fff;
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
    background-position: 0 0;
    background-color: #fff;
    background-repeat: repeat-y;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
    text-align: left;
    padding: 0.9rem 1.2rem;
    font-weight: 400;
    background-color: #fff;
    color: #0000008a;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: 500;
}
.ngx-datatable.material
    .datatable-header
    .datatable-header-cell
    .datatable-header-cell-wrapper {
    position: relative;
}
.ngx-datatable.material
    .datatable-header
    .datatable-header-cell.longpress
    .draggable:after {
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.5;
    transform: scale(1);
}
.ngx-datatable.material
    .datatable-header
    .datatable-header-cell
    .draggable:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    height: 60px;
    width: 60px;
    background: #eee;
    border-radius: 100%;
    opacity: 1;
    filter: none;
    transform: scale(0);
    z-index: 9999;
    pointer-events: none;
}
.ngx-datatable.material
    .datatable-header
    .datatable-header-cell.dragging
    .resize-handle {
    border-right: none;
}
.ngx-datatable.material .datatable-header .resize-handle {
    border-right: solid 1px #eee;
}
.ngx-datatable.material .datatable-body {
    position: relative;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
    background: #f5f5f5;
    padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-group-header {
    background: #f5f5f5;
    border-bottom: solid 1px #d9d8d9;
    border-top: solid 1px #d9d8d9;
}
.ngx-datatable.material
    .datatable-body
    .datatable-body-row
    .datatable-body-cell,
.ngx-datatable.material
    .datatable-body
    .datatable-body-row
    .datatable-body-group-cell {
    text-align: left;
    padding: 0.9rem 1.2rem;
    vertical-align: top;
    border-top: 0;
    color: #000000de;
    transition: width 0.3s ease;
    font-size: 14px;
    font-weight: 400;
}
.ngx-datatable.material .datatable-body .progress-linear {
    display: block;
    position: sticky;
    width: 100%;
    height: 5px;
    padding: 0;
    margin: 0;
    top: 0;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 5px;
    transform: translate(0) scale(1);
    background-color: #aad1f9;
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
    transition: all 0.2s linear;
    animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.2s linear;
    background-color: #106cc8;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
}
.ngx-datatable.material .datatable-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 12px;
    font-weight: 400;
    color: #0000008a;
}
.ngx-datatable.material .datatable-footer .page-count {
    line-height: 50px;
    height: 50px;
    padding: 0 1.2rem;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
    margin: 0 10px;
}
.ngx-datatable.material .datatable-footer .datatable-pager li {
    vertical-align: middle;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
    color: #00000042 !important;
    background-color: transparent !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
    background-color: #9e9e9e33;
    font-weight: 700;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
    height: 22px;
    min-width: 24px;
    line-height: 22px;
    padding: 0 6px;
    border-radius: 3px;
    margin: 6px 3px;
    text-align: center;
    vertical-align: top;
    color: #0000008a;
    text-decoration: none;
    vertical-align: bottom;
}
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
    color: #000000bf;
    background-color: #9e9e9e33;
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material
    .datatable-footer
    .datatable-pager
    .datatable-icon-right,
.ngx-datatable.material
    .datatable-footer
    .datatable-pager
    .datatable-icon-prev {
    font-size: 20px;
    line-height: 20px;
    padding: 0 3px;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row,
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
    background-color: #ddd;
}
.ngx-datatable.material
    .datatable-summary-row
    .datatable-body-row
    .datatable-body-cell {
    font-weight: 700;
}
.datatable-checkbox {
    position: relative;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
}
.datatable-checkbox input[type="checkbox"] {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
    outline: none;
}
.datatable-checkbox input[type="checkbox"]:before {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f2f2f2;
}
.datatable-checkbox input[type="checkbox"]:checked:before {
    transform: rotate(-45deg);
    height: 0.5rem;
    border-color: #009688;
    border-top-style: none;
    border-right-style: none;
}
.datatable-checkbox input[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #fff;
    cursor: pointer;
}
@keyframes query {
    0% {
        opacity: 1;
        transform: translate(35%) scaleX(0.3);
    }
    to {
        opacity: 0;
        transform: translate(-50%) scaleX(0);
    }
}
@charset "UTF-8";
@font-face {
    font-family: data-table;
    src: url(data-table.19a1c5c211a201d8.eot);
    src: url(data-table.19a1c5c211a201d8.eot?#iefix) format("embedded-opentype"),
        url(data-table.d233a8724a9532b6.woff) format("woff"),
        url(data-table.4f99927ffc558471.ttf) format("truetype"),
        url(data-table.029992b38cb863a4.svg#data-table) format("svg");
    font-weight: 400;
    font-style: normal;
}
[data-icon]:before {
    font-family: data-table !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-feature-settings: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="datatable-icon-"]:before,
[class*=" datatable-icon-"]:before {
    font-family: data-table !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-feature-settings: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.datatable-icon-filter:before {
    content: "b";
}
.datatable-icon-collapse:before {
    content: "a";
}
.datatable-icon-expand:before {
    content: "c";
}
.datatable-icon-close:before {
    content: "d";
}
.datatable-icon-up:before {
    content: "e";
}
.datatable-icon-down:before {
    content: "f";
}
.datatable-icon-sort-unset:before {
    content: "c";
    opacity: 0.5;
}
.datatable-icon-sort:before {
    content: "g";
}
.datatable-icon-done:before {
    content: "h";
}
.datatable-icon-done-all:before {
    content: "i";
}
.datatable-icon-search:before {
    content: "j";
}
.datatable-icon-pin:before {
    content: "k";
}
.datatable-icon-add:before {
    content: "m";
}
.datatable-icon-left:before {
    content: "o";
}
.datatable-icon-right:before {
    content: "p";
}
.datatable-icon-skip:before {
    content: "q";
}
.datatable-icon-prev:before {
    content: "r";
}
