/*********************************************************/
/************* Made By Mohamed Abo El Enen **************/
/*********************************************************/

*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: "Almarai", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    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[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-right: 0;
}

blockquote {
    margin: 0 0 1rem;
}

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 {
    text-decoration: none;
    background-color: transparent;
}

a,
a svg path,
a svg {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.no-transition,
.no-transition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

a:hover {
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: right;
    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;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -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-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-weight: 400;
    line-height: 1.2;
}

.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);
}

.xs-small {
    font-size: 70%;
}

.small,
small {
    font-size: 80%;
}

.medium {
    font-size: 90%;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-right: 0;
    list-style: none;
}

.list-inline {
    padding-right: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-left: 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: #e6e8e9;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border-radius: 0.44rem;
    max-width: 100%;
    height: auto;
    border-width:1px;
    border-style:solid;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
}

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;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-left: auto;
    margin-right: 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;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

.container-fluid {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.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-right: 8.33333%;
}

.offset-2 {
    margin-right: 16.66667%;
}

.offset-3 {
    margin-right: 25%;
}

.offset-4 {
    margin-right: 33.33333%;
}

.offset-5 {
    margin-right: 41.66667%;
}

.offset-6 {
    margin-right: 50%;
}

.offset-7 {
    margin-right: 58.33333%;
}

.offset-8 {
    margin-right: 66.66667%;
}

.offset-9 {
    margin-right: 75%;
}

.offset-10 {
    margin-right: 83.33333%;
}

.offset-11 {
    margin-right: 91.66667%;
}

@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: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .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-right: 0;
    }
    .offset-sm-1 {
        margin-right: 8.33333%;
    }
    .offset-sm-2 {
        margin-right: 16.66667%;
    }
    .offset-sm-3 {
        margin-right: 25%;
    }
    .offset-sm-4 {
        margin-right: 33.33333%;
    }
    .offset-sm-5 {
        margin-right: 41.66667%;
    }
    .offset-sm-6 {
        margin-right: 50%;
    }
    .offset-sm-7 {
        margin-right: 58.33333%;
    }
    .offset-sm-8 {
        margin-right: 66.66667%;
    }
    .offset-sm-9 {
        margin-right: 75%;
    }
    .offset-sm-10 {
        margin-right: 83.33333%;
    }
    .offset-sm-11 {
        margin-right: 91.66667%;
    }
}

@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: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .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-right: 0;
    }
    .offset-md-1 {
        margin-right: 8.33333%;
    }
    .offset-md-2 {
        margin-right: 16.66667%;
    }
    .offset-md-3 {
        margin-right: 25%;
    }
    .offset-md-4 {
        margin-right: 33.33333%;
    }
    .offset-md-5 {
        margin-right: 41.66667%;
    }
    .offset-md-6 {
        margin-right: 50%;
    }
    .offset-md-7 {
        margin-right: 58.33333%;
    }
    .offset-md-8 {
        margin-right: 66.66667%;
    }
    .offset-md-9 {
        margin-right: 75%;
    }
    .offset-md-10 {
        margin-right: 83.33333%;
    }
    .offset-md-11 {
        margin-right: 91.66667%;
    }
}

@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: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .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-right: 0;
    }
    .offset-lg-1 {
        margin-right: 8.33333%;
    }
    .offset-lg-2 {
        margin-right: 16.66667%;
    }
    .offset-lg-3 {
        margin-right: 25%;
    }
    .offset-lg-4 {
        margin-right: 33.33333%;
    }
    .offset-lg-5 {
        margin-right: 41.66667%;
    }
    .offset-lg-6 {
        margin-right: 50%;
    }
    .offset-lg-7 {
        margin-right: 58.33333%;
    }
    .offset-lg-8 {
        margin-right: 66.66667%;
    }
    .offset-lg-9 {
        margin-right: 75%;
    }
    .offset-lg-10 {
        margin-right: 83.33333%;
    }
    .offset-lg-11 {
        margin-right: 91.66667%;
    }
}

@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: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .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-right: 0;
    }
    .offset-xl-1 {
        margin-right: 8.33333%;
    }
    .offset-xl-2 {
        margin-right: 16.66667%;
    }
    .offset-xl-3 {
        margin-right: 25%;
    }
    .offset-xl-4 {
        margin-right: 33.33333%;
    }
    .offset-xl-5 {
        margin-right: 41.66667%;
    }
    .offset-xl-6 {
        margin-right: 50%;
    }
    .offset-xl-7 {
        margin-right: 58.33333%;
    }
    .offset-xl-8 {
        margin-right: 66.66667%;
    }
    .offset-xl-9 {
        margin-right: 75%;
    }
    .offset-xl-10 {
        margin-right: 83.33333%;
    }
    .offset-xl-11 {
        margin-right: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
}

.table td,
.table th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 1rem;
    vertical-align: middle;
    font-weight: 500;
    background: #fff;
}

.table thead th,
.table tfoot th {
    vertical-align: bottom;
    border-bottom: 0;
    font-weight: 600;
    border-top: 0;
}
.table tbody + tbody {
    border-top-style:  solid;
    border-top-width: 2px;
}

.table-bordered {
    border-style: solid;
    border-width: 1px;
}
.table-app td,
.table-details td {
    padding: 1rem;
}

.table-app thead th,
.table-app tfoot th {
    white-space: nowrap;
    text-transform: capitalize;
}
.table-align-middle td,
.table-align-middle th {
    vertical-align: middle;
}

.table-p-small td,
.table-p-small th {
    padding: 0.3rem 0.3rem;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered td,
.table-bordered th {
    border-width: 1px;
    border-style: solid;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table.gray-thead thead th {
    color: #818e95 !important;
    font-size: 80%;
}

@media (max-width: 1199.98px) {
    .table.no-wrap-mobile th,
    .table.no-wrap-mobile td,
    .table-app th,
    .table-app td {
        white-space: nowrap;
    }
}

.table.no-border th,
.table.no-border td {
    border: 0 !important;
}

.table-striped th,
.table-striped td {
    border: 0 !important;
}

.table-striped thead th {
    background-color: #fff !important;
    font-weight: 600;
}

.table-striped tbody td {
    font-size: 90%;
    font-weight: 500;
}

.table-dark.table-bordered {
    border: 0;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: visible;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(3em + 0.75rem - 4px);
    padding: 0.375rem 1rem 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.44rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    outline: 0;
}
.error-icon {
    position: absolute;
    left: 15px;
    top: 3rem;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
}

.form-control::-moz-placeholder {
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    opacity: 1;
}

.form-control::placeholder {
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 1;
}

.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;
    color: #e6e8e9;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size] {
    height: auto;
}

textarea.form-control {
    height: auto;
    min-height: 6.8125rem;
    padding: 1rem 1rem;
}

.form-group {
    margin-bottom: 1.4rem;
    position: relative;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-right: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-right: -1.25rem;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-right: 0;
    margin-left: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-left: 0.3125rem;
    margin-right: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    border-radius: 0.25rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236dd400' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center left calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    padding-left: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236dd400' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center left 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block;
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block;
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block;
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block;
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    border-radius: 0.25rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D74C4C' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D74C4C' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center left calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    padding-left: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D74C4C' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D74C4C' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center left 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block;
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block;
}

.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 .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-right: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-left: 0.25rem;
        margin-right: 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: bold !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.763rem 1rem !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.44rem;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
}

.btn.disabled,
.btn:disabled,
.btn:disabled[class*="btn-"]:hover,
.btn.disabled[class*="btn-"]:hover {
    opacity: 0.6;
    box-shadow: none !important;
    cursor: auto;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    border-width: 2px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
}

.btn-white {
    box-shadow: none;
    background-color: #fff;
}

.btn-white:hover {
    background-color: #fff;
}

.btn-white.disabled,
.btn-white:disabled {
    background-color: #fff;
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
    background-color: #fff;
}

.btn-white-black-text {
    background-color: #fff;
}

.btn-white-black-text:hover {
    background-color: #fff;
}

.btn-white-black-text.disabled,
.btn-white-black-text:disabled {
    background-color: #fff;
}

.btn-white-black-text:not(:disabled):not(.disabled).active,
.btn-white-black-text:not(:disabled):not(.disabled):active,
.show>.btn-white-black-text.dropdown-toggle {
    background-color: #fff;
}

.btn-success {
    color: #fff;
}

.btn-success:hover {
    color: #fff;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
}

.btn-info {
    color: #fff;
}

.btn-info:hover {
    color: #fff;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 145, 202, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
}


.btn-warning {
    color: #fff;
}

.btn-warning:hover {
    color: #fff;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff!important;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
}

.btn-danger {
    color: #fff;
}

.btn-danger:hover {
    color: #fff;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff!important;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
}

.btn-dark {
    color: #fff;
}

.btn-dark:hover {
    color: #fff;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff!important;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    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;
}

.btn-outline-secondary:hover {
    color: #fff;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    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;
}
.btn-outline-success:hover {
    color: #fff;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    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;
}

.btn-outline-info:hover {
    color: #fff;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    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;
}

.btn-outline-warning:hover {
    color: #fff;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    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: #fff;
}

.btn-outline-danger:hover {
    color: #fff;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    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;
}

.btn-outline-light:hover {
    color: #3a3b45;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fc;
    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: #3a3b45;
}

.btn-outline-dark {
    color: #5a5c69;
    border-color: #5a5c69;
}

.btn-outline-dark:hover {
    color: #fff;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    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;
}
.btn-link {
    font-weight: 400;
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
    pointer-events: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.5rem 1rem;
    /* font-size: 1.25rem; */
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-group-sm>.btn,
.btn-sm {
    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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-bottom: 0;
    border-right: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-right: 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: 0.85rem;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: solid;
}

.dropdown-radius {
    border-radius: 0.625rem !important;
}

.dropdown-menu-left {
    left: auto;
    right: 0;
}

.dropdown-menu-right {
    left: 0;
    right: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        left: auto;
        right: 0;
    }
    .dropdown-menu-sm-right {
        left: 0;
        right: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        left: auto;
        right: 0;
    }
    .dropdown-menu-md-right {
        left: 0;
        right: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        left: auto;
        right: 0;
    }
    .dropdown-menu-lg-right {
        left: 0;
        right: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        left: auto;
        right: 0;
    }
    .dropdown-menu-xl-right {
        left: 0;
        right: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-left: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-right: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-right: 0;
}

.dropright .dropdown-menu {
    top: 0;
    left: auto;
    right: 100%;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-left: 0;
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-right: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-right: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    left: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-right: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-toggle-split {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-right: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-left: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"] {
    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>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-right: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-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::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append,
.input-group-prepend {
    display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-right: -1px;
}

.input-group-prepend {
    margin-left: -1px;
}

.input-group-append {
    margin-right: -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;
    text-align: center;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.44rem;
    border-right: 0 !important;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-left: 1.75rem;
}

.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),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.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),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-right: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-left: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: transparent;
}


.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
}

.custom-control-label {
    position: relative;
    vertical-align: top;
    padding-right: 10px;
}

.custom-control-label span {
    margin-top: 5px;
    display: inline-block;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    right: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}

.custom-checkbox-transparent .custom-control-label::before {
    border-width: 2px;
    background: #fff;
}

.custom-checkbox-transparent .custom-control-label {
    font-weight: 500;
}

.custom-radio .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    right: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}

.custom-checkbox .custom-control-label::after,
.custom-checkbox .custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    right: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-radio .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    right: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox-transparent .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' 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-transparent .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    margin-top: 3px;
    font-size: 90%;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-size: contain;
    background-repeat: no-repeat;
    border-color: transparent;
}

.custom-switch {
    padding-right: 2.25rem;
}

.custom-switch .custom-control-label::before {
    right: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    right: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: 0.5rem;
    transition: transform 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;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(-0.75rem);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem 0.375rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: 0.44rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-app,
.custom-select-app.p-dropdown {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1rem 0.375rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background-image: url(../img/arrow.png);
    border-radius: 0.44rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: calc(100% - (100% - 20px)) center;
}

.custom-select:focus {
    outline: 0;
}

.custom-select:focus::-ms-value {
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-left: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #e6e8e9;
    background-color: #eaecf4;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    content: "Browse";
    background-color: #eaecf4;
    border-right: inherit;
    border-radius: 0.25rem 0 0 0.25rem;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: 0;
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-left: 15px;
    background-color: #dddfeb;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #e6e8e9;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eaecf4 #eaecf4 #dddfeb;
}

.nav-tabs .nav-link.disabled {
    color: #e6e8e9;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: 500;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
}

.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-left: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 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:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.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-left: 0;
        padding-right: 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 .nav-link {
        padding-left: 0.5rem;
        padding-right: 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;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-left: 0;
        padding-right: 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 .nav-link {
        padding-left: 0.5rem;
        padding-right: 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;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-left: 0;
        padding-right: 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 .nav-link {
        padding-left: 0.5rem;
        padding-right: 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;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-left: 0;
        padding-right: 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 .nav-link {
        padding-left: 0.5rem;
        padding-right: 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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    width: 100%;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%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: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%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: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    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 #fff;
    border-radius: 0.6rem;
}

.card>hr {
    margin-left: 0;
    margin-right: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-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-right: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    /* background-color: #f8f9fc; */
    /* border-bottom: 1px solid #e3e6f0; */
    font-size: 1.25rem;
    color: #000 !important;
    font-weight: 600 !important;
}

.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: #f8f9fc;
    border-top: 1px solid #e3e6f0;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-left: -0.625rem;
    margin-bottom: -0.75rem;
    margin-right: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-left: 0.75rem;
        margin-bottom: 0;
        margin-right: 0.75rem;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 0.75rem;
}

@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-right: 0;
        border-right: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion>.card:last-of-type {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.accordion>.card .card-header {
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-right: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-left: 0.5rem;
    color: #e6e8e9;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #e6e8e9;
}

.pagination {
    display: flex;
    padding-right: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.75rem 1rem;
    line-height: 1.25;
    color: #001B2D;
    background-color: #fff;
    border: 0;
    text-transform: capitalize;
    margin-left: .5rem;
    margin-bottom: 0.5rem;
}

.page-link:hover {
    z-index: 2;
    color: #001B2D!important;
    text-decoration: none;
}

.page-link.no-bg:hover {
    color: #444444 !important;
}

.page-link:hover path {
    fill: #444 !important;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
}

.page-item:first-child .page-link {
    margin-right: 0;
    color: #001B2D !important;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.page-item:last-child .page-link {
    color: #001B2D;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    margin-left: 0;
}

.page-item.active .page-link {
    z-index: 1;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 0;
}

.page-item.disabled .page-link {
    color: #e6e8e9;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb;
}

@media (max-width: 575.98px) {
    .pagination .previous,
    .pagination .next {
        flex: 0 0 100%;
        text-align: center;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pagination .previous .page-link,
    .pagination .next .page-link {
        width: 140px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.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-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-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-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.5em 0.5em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.44rem;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-left: 0.6em;
    padding-right: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
}

.badge-secondary {
    color: #fff;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
}

.badge-success {
    color: #fff;
    background-color: #41e078;
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #30c363;
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.badge-info {
    color: #fff;
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
}

.badge-warning {
    color: #fff;
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #fff;
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
}

.badge-danger {
    color: #fff;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
}

.badge-light {
    color: #3a3b45;
    background-color: #f8f9fc;
}

a.badge-light:focus,
a.badge-light:hover {
    color: #3a3b45;
    background-color: #d4daed;
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #5a5c69;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #42444e;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-left: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-success {
    color: #34ab8e;
    background-color: #e6fffc;
    border-color: #e6fffc;
}

.alert-success hr {
    border-top-color: #aaebd3;
}

.alert-success .alert-link {
    color: #093b29;
}

.alert-light {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686869;
}

.alert-dark {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5;
}

.alert-dark hr {
    border-top-color: #c4c4c9;
}

.alert-dark .alert-link {
    color: #18181c;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: right 1rem top 0;
    }
    to {
        background-position: 100% 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: right 1rem top 0;
    }
    to {
        background-position: 100% 0;
    }
}

.progress {
    display: flex;
    height: 10px;
    overflow: hidden;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.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 {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    text-decoration: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
}

.list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-left: -1px;
    margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm .list-group-item {
        margin-left: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-left: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md .list-group-item {
        margin-left: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-left: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg .list-group-item {
        margin-left: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-left: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl .list-group-item {
        margin-left: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-left: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0;
    }
}

.list-group-flush .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
}

.list-group-item-success {
    color: #41e078;
    background-color: #e6fffc;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #41e078;
    background-color: #aaebd3;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #41e078;
    border-color: #41e078;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
}

.list-group-item-light {
    color: #818183;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818183;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818183;
    border-color: #818183;
}

.list-group-item-dark {
    color: #2f3037;
    background-color: #d1d1d5;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #2f3037;
    background-color: #c4c4c9;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2f3037;
    border-color: #2f3037;
}

.close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #e6e8e9;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.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;
    top: 0;
    right: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    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: 1.5rem 1.5rem 0 1rem;
    border-bottom: 0px solid #e3e6f0;
    border-top-right-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1.5rem;
    margin: -1rem auto -1rem -1rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.modal-footer> :not(:first-child) {
    margin-right: 0.25rem;
}

.modal-footer> :not(:last-child) {
    margin-left: 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-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Almarai", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    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-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-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;
    right: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Almarai", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    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::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="top"]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="right"]>.arrow,
.bs-popover-right>.arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"]>.arrow::before,
.bs-popover-right>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"]>.arrow::after,
.bs-popover-right>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    right: 50%;
    display: block;
    width: 1rem;
    margin-right: -0.5rem;
    content: "";
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="left"]>.arrow,
.bs-popover-left>.arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"]>.arrow::before,
.bs-popover-left>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"]>.arrow::after,
.bs-popover-left>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #e6e8e9;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: right;
    width: 100%;
    margin-left: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(-100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    right: 0;
}

.carousel-control-next {
    left: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-right: 0;
    margin-left: 15%;
    margin-right: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    bottom: 20px;
    right: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(-360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.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-success {
    background-color: #41e078 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #30c363 !important;
}

.bg-light {
    background-color: #f8f9fc !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #d4daed !important;
}

.bg-dark {
    background-color: #5a5c69 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #42444e !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #e3e6f0 !important;
}

.border-2 {
    border: 2px solid #e3e6f0 !important;
}

.border-3 {
    border: 3px solid #e3e6f0 !important;
}

.border-4 {
    border: 4px solid #e3e6f0 !important;
}

.border-top {
    border-top: 1px solid #e3e6f0 !important;
}

.border-top {
    border-top: 1px solid #e3e6f0 !important;
}

.border-right {
    border-left: 1px solid #e3e6f0 !important;
}

.border-bottom {
    border-bottom: 1px solid #e3e6f0 !important;
}

.border-left {
    border-right: 1px solid #e3e6f0 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-left: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-right: 0 !important;
}
.border-success {
    border-color: #41e078 !important;
}

.border-light {
    border-color: #f8f9fc !important;
}

.border-dark {
    border-color: #5a5c69 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-right-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.rounded-right {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-left {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.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;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !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;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !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;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !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;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !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;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !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: right !important;
}

.float-right {
    float: left !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: right !important;
    }
    .float-sm-right {
        float: left !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: right !important;
    }
    .float-md-right {
        float: left !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: right !important;
    }
    .float-lg-right {
        float: left !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: right !important;
    }
    .float-xl-right {
        float: left !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        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;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-8 {
    width: 8% !important;
}

.w-10 {
    width: 10% !important;
}

.w-13 {
    width: 13% !important;
}

.w-16 {
    width: 16% !important;
}

.w-18 {
    width: 18% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-40 {
    width: 40% !important;
}

.w-41 {
    width: 41% !important;
}

.w-42 {
    width: 42% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.mw-30 {
    max-width: 30% !important;
}

.mw-20 {
    max-width: 20% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-left: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-right: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-left: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-right: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-left: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-right: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-left: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-right: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-left: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-right: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-left: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-right: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-left: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-right: 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-left: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-right: 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-left: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-right: 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-left: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-right: 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-left: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-right: 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-left: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-right: 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-left: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-right: 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-left: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-right: 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-left: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-right: 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-left: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-right: 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-left: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-right: 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-left: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-right: 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-left: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-right: -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-left: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-right: 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-left: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-right: 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-left: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-right: 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-left: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-right: 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-left: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-right: 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-left: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-right: 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-left: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-right: 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-left: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-right: 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-left: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-right: 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-left: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-right: 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-left: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-right: 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-left: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-right: 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-left: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-right: -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-left: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-right: 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-left: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-right: 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-left: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-right: 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-left: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-right: 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-left: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-right: 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-left: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-right: 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-left: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-right: 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-left: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-right: 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-left: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-right: 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-left: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-right: 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-left: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-right: 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-left: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-right: 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-left: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-right: -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-left: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-right: 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-left: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-right: 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-left: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-right: 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-left: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-right: 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-left: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-right: 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-left: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-right: 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-left: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-right: 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-left: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-right: 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-left: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-right: 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-left: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-right: 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-left: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-right: 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-left: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-right: 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-left: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-right: -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-left: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: right !important;
}

.text-right {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: right !important;
    }
    .text-sm-right {
        text-align: left !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: right !important;
    }
    .text-md-right {
        text-align: left !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: right !important;
    }
    .text-lg-right {
        text-align: left !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: right !important;
    }
    .text-xl-right {
        text-align: left !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.dropdown .dropdown-menu .dropdown-header,
.sidebar .sidebar-heading,
.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-black {
    font-weight: 800 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-black-light {
    color: #272727 !important;
}

.text-success {
    color: #41E079 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #66c600 !important;
}
.text-light {
    color: #f8f9fc !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #c2cbe5 !important;
}

.text-dark {
    color: #5a5c69 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #373840 !important;
}

.text-body {
    color: #e6e8e9 !important;
}

.text-muted {
    color: #e6e8e9 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
     ::after,
     ::before {
        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;
    }
    blockquote,
    pre {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .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 td,
    .table-bordered th {
        border: 1px solid #dddfeb !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #e3e6f0;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #e3e6f0;
    }
}


/*****************************************/


/*****************************************/


/* Remove all pre-styles -------------------------------------------------------------------- */

* {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: normal;
    vertical-align: baseline;
    outline: none;
    outline: 0 !important;
}

body {
    font-family: "Almarai", sans-serif;
    line-height: 1.5;
    direction: rtl;
    color: #221e1f;
    background-color: #f6fbff;
    font-weight: 400;
    font-size: 1rem;
    -webkit-overflow-scrolling: touch;
}

.page-content {
    background: #fff;
    min-height: 800px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
input[type="button"],
button,
input[type="submit"] {
    cursor: pointer;
    text-decoration: none !important;
    color: #26263e;
    display: block;
}

textarea {
    resize: none !important;
}

a:focus,
a:hover {
    outline: 0;
    outline: none;
    cursor: pointer;
}

input,
select,
textarea {
    color: #1d1d1b;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
}

audio,
canvas,
video,
object {
    vertical-align: middle;
    max-width: 100% !important;
}

textarea {
    resize: vertical;
}


/* loader -------------------------------------------------------------------- */

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999999;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    html,
    body {
        overflow: hidden;
    }
}

#loader img {
    display: block;
    max-width: 80px;
}


/* scrollup btn -------------------------------------------------------------------- */

.scrollup {
    position: fixed;
    left: 15px;
    text-align: center;
    bottom: 10%;
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
    border-radius: 4px;
    width: 46px;
    height: 46px;
    padding: 0px 8px 6px;
    font-size: 25px;
    opacity: 0.9;
    z-index: 999;
    display: none;
    line-height: 46px;
    transition: 0.45s all ease-in-out;
}

.scrollup:hover {
    color: #fff;
}


/* site Style -------------------------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
}

a:focus {
    outline: 0;
}

.wrapper {
    display: flex;
}

.wrapper #content-wrapper,
.wrapper .content-wrapper {
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 1.5rem;
}

.wrapper #content-wrapper #content,
.wrapper .content-wrapper .content {
    flex: 1 0 auto;
}

.container,
.container-fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (max-width: 567.98px) {
    .container,
    .container-fluid {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.scroll-to-top {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    display: none;
    width: 3rem;
    height: 3rem;
    text-align: center;
    color: #fff;
    line-height: 3rem;
    z-index: 1;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff;
}

.scroll-to-top:hover {
    background: #001B2D;
}

.scroll-to-top i {
    font-weight: 800;
}

@-webkit-keyframes growIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes growIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.animated--grow-in,
.sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animated--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

.bg-gradient-primary {
    background-size: cover;
}

.bg-gradient-secondary {
    background-size: cover;
}

.bg-gradient-success {
    background-color: #41e078;
    background-image: linear-gradient(-180deg, #41e078 10%, #0f7852 100%);
    background-size: cover;
}

.bg-gradient-info {
    background-size: cover;
}

.bg-gradient-warning {
    background-size: cover;
}

.bg-gradient-danger {
    background-size: cover;
}

.bg-gradient-light {
    background-color: #f8f9fc;
    background-image: linear-gradient(-180deg, #f8f9fc 10%, #c2cbe5 100%);
    background-size: cover;
}

.bg-gradient-dark {
    background-color: #5a5c69;
    background-image: linear-gradient(-180deg, #5a5c69 10%, #373840 100%);
    background-size: cover;
}

.bg-gray-100 {
    background-color: #f8f9fc !important;
}

.bg-gray-200 {
    background-color: #eaecf4 !important;
}

.bg-gray-300 {
    background-color: #dddfeb !important;
}

.bg-gray-400 {
    background-color: #d1d3e2 !important;
}

.bg-gray-500 {
    background-color: #b7b9cc !important;
}

.bg-gray-600 {
    background-color: #e6e8e9 !important;
}

.bg-gray-700 {
    background-color: #6e707e !important;
}

.bg-gray-800 {
    background-color: #5a5c69 !important;
}

.bg-gray-900 {
    background-color: #3a3b45 !important;
}

.bg-gray-app {
    background-color: #6d7278 !important;
}

.bg-gray-app-2 {
    background-color: #818e95 !important;
}

.o-hidden {
    overflow: hidden !important;
}

.text-xs {
    font-size: 0.7rem;
}

.text-lg {
    font-size: 1.2rem;
}

.text-xl {
    font-size: 1.5rem;
}

.text-gray-100 {
    color: #f8f9fc !important;
}

.text-gray-200 {
    color: #eaecf4 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-400 {
    color: #d1d3e2 !important;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.text-gray-600 {
    color: #e6e8e9 !important;
}

.text-gray-700 {
    color: #6e707e !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-900 {
    color: #3a3b45 !important;
}

.text-gray-app {
    color: #afb6bd !important;
}

.text-gray-app-2 {
    color: #151A1E !important;
}

.para {
    line-height: 26px;
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-left-success {
    border-right: 0.25rem solid #41e078 !important;
}

.border-right-success {
    border-left: 0.25rem solid #41e078 !important;
}

.border-top-success {
    border-top: 0.25rem solid #41e078 !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #41e078 !important;
}

.border-left-light {
    border-right: 0.25rem solid #f8f9fc !important;
}

.border-right-light {
    border-left: 0.25rem solid #f8f9fc !important;
}

.border-top-light {
    border-top: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
    border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
    border-right: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
    border-bottom: 0.25rem solid #5a5c69 !important;
}

.progress-sm {
    height: 0.5rem;
}

.rotate-15 {
    transform: rotate(-15deg);
}

.rotate-n-15 {
    transform: rotate(15deg);
}

.dropdown .dropdown-menu {
    text-align: right;
}

.dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}

.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: left;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    cursor: pointer;
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
    position: relative;
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    transform-origin: top left;
    left: 6px;
    margin-top: -1rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    padding: 0 !important;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
    object-fit: cover;
}

.sidebar .nav-item a i,
.sidebar .nav-item a span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.topbar {
    height: 4.875rem;
    z-index: 4;
}

.topbar #sidebarToggleTop {
    /* height: 2.5rem; */
    /* width: 2.5rem; */
}

.topbar #sidebarToggleTop:hover {
    background-color: #eaecf4;
}

.topbar #sidebarToggleTop:active {
    background-color: #dddfeb;
}

.topbar .navbar-search {
    width: 25rem;
}

.topbar .navbar-search input {
    font-size: 0.85rem;
    height: auto;
}

.topbar .topbar-divider {
    width: 0;
    border-left: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.topbar .nav-item .nav-link {
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
}

@media (max-width: 567.98px) {
    .topbar .nav-item .nav-link {
        padding: 0 0.5rem !important;
    }
}

@media (max-width: 320px) {
    .topbar .nav-item .nav-link {
        padding: 0 0.4rem !important;
    }
}

.topbar .nav-item .nav-link:focus {
    outline: 0;
}

.topbar .nav-item:focus {
    outline: 0;
}

.topbar .dropdown {
    position: static;
}

.topbar .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    left: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.topbar .dropdown .dropdown-item {
    padding: 0.3rem 1rem;
    margin-bottom: 0;
}

.topbar .dropdown .dropdown-item svg {
    vertical-align: sub;
}

.topbar .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #fff;
    border: 1px solid #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    text-transform: none !important;
    font-size: 1rem;
}

.topbar .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.3rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0.125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
}

.topbar .dropdown-list .dropdown-item:active {
    color: #3a3b45;
}

@media (min-width: 576px) {
    .topbar .dropdown {
        position: relative;
    }
    .topbar .dropdown .dropdown-menu {
        width: auto;
        left: 0;
    }
    .topbar .dropdown-list {
        width: 20rem !important;
    }
    .topbar .dropdown-list .dropdown-item .text-truncate {
        max-width: 13.375rem;
    }
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #979797;
    text-shadow: 0px 2px 3px #828282;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    text-shadow: none !important;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
    color: #979797;
}

.sidebar {
    width: 5.51rem;
    min-height: 100vh;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    padding-top: 2rem;
    background-color: #fff;
}

.sidebar .nav-item {
    position: relative;
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
    text-align: right;
    padding: 0.75rem 1rem;
    width: auto;
    text-transform: capitalize;
    border-right: 3px solid transparent;
}

.sidebar .nav-item .collapse {
    position: absolute;
    right: calc(5.51rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
}

.sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0.44rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.sidebar .nav-item .collapsing {
    display: none;
    transition: none;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: 0.5rem 0;
    min-width: 10rem;
    font-size: 0.85rem;
    margin: 0 0 0 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 2rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.44rem;
    white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    font-weight: 600;
}

.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
    margin: auto;
    transform: rotate(180deg);
}

.sidebar #sidebarToggle::after {
    content: "";
    background-image: url(../img/angle-left-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    margin: auto;
}

.sidebar #sidebarToggle:hover {
    text-decoration: none;
}

.sidebar #sidebarToggle:focus {
    outline: 0;
}

.sidebar.toggled {
    width: 5.51rem !important;
    overflow: visible;
}

.sidebar.toggled #sidebarToggle::after {
    background-image: url(../img/angle-right-solid.svg);
}

.sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
}

.sidebar .sidebar-brand .sidebar-brand-text {
    display: none;
}

.sidebar hr.sidebar-divider {
    margin: 0 1rem 1rem;
}

.sidebar .sidebar-heading {
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
}

@media (min-width: 768px) {
    .sidebar .nav-item .collapse {
        position: relative;
        right: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none;
    }
    .sidebar .nav-item .collapse .collapse-inner {
        border-radius: 0;
        box-shadow: none;
    }
    .sidebar .nav-item .collapsing {
        display: block;
        transition: height 0.15s ease;
    }
    .sidebar .nav-item .collapse,
    .sidebar .nav-item .collapsing {
        margin: 0 1rem;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: right;
        padding: 1rem;
    }
    .sidebar .nav-item .nav-link i {
        font-size: 0.85rem;
        margin-left: 0.25rem;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 0.85rem;
        display: inline;
    }
    .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
        content: "";
        background-image: url(../img/angle-up-solid.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 15px;
        height: 15px;
        display: block;
        margin: auto;
        float: left;
    }
    .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
        background-image: url(../img/angle-down-solid.svg) !important;
    }
    .sidebar .sidebar-brand .sidebar-brand-icon i {
        font-size: 2rem;
    }
    .sidebar .sidebar-brand .sidebar-brand-text {
        display: inline;
    }
    .sidebar .sidebar-heading {
        text-align: right;
    }
    .sidebar.toggled {
        overflow: visible;
        width: 5.51rem !important;
    }
    .sidebar.toggled .nav-item .collapse {
        position: absolute;
        right: calc(5.51rem + 1.5rem / 2);
        z-index: 1;
        top: 2px;
        -webkit-animation-name: growIn;
        animation-name: growIn;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
        animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    }
    .sidebar.toggled .nav-item .collapse .collapse-inner {
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
        border-radius: 0.25rem;
    }
    .sidebar.toggled .nav-item .collapsing {
        display: none;
        transition: none;
    }
    .sidebar.toggled .nav-item .collapse,
    .sidebar.toggled .nav-item .collapsing {
        margin: 0;
    }
    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem;
    }
    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: auto;
    }
    .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.65rem;
        display: block;
    }
    .sidebar.toggled .nav-item .nav-link i {
        margin-left: 0;
    }
    .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
        display: none;
    }
    .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
        font-size: 2rem;
    }
    .sidebar.toggled .sidebar-brand .sidebar-brand-text {
        display: none;
    }
    .sidebar.toggled .sidebar-heading {
        text-align: center;
    }
}

.sidebar .nav-item .nav-link svg {
    margin-left: 12px;
    vertical-align: text-top;
}


/**** light theme *******/

.sidebar-light .sidebar-brand {
    color: #6e707e;
}

.sidebar-light hr.sidebar-divider {
    border-top: 1px solid #eaecf4;
}

.sidebar-light .sidebar-heading {
    color: #b7b9cc;
}

.sidebar-light .nav-item .nav-link {
    color: #e6e8e9;
}

.sidebar-light .nav-item .nav-link i {
    color: #838e94;
}

.sidebar-light .nav-item .nav-link:active,
.sidebar-light .nav-item .nav-link:focus,
.sidebar-light .nav-item .nav-link:hover {
    color: #6e707e;
}

.sidebar-light .nav-item .nav-link:active i,
.sidebar-light .nav-item .nav-link:focus i,
.sidebar-light .nav-item .nav-link:hover i {
    color: #6e707e;
}

.sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
    color: #b7b9cc;
    margin-top: .5rem;
}

.sidebar-light #sidebarToggle {
    background-color: #eaecf4;
}

.sidebar-light #sidebarToggle::after {
    color: #b7b9cc;
}

.sidebar-light #sidebarToggle:hover {
    background-color: #dddfeb;
}

.sidebar-light .nav-item .nav-link span {
    font-size: 0.9rem;
    display: block;
    text-transform: capitalize;
}

.sidebar-light .nav-item.active .nav-link span,
.sidebar-light .nav-item .nav-link:hover span,
.sidebar-light .nav-item .nav-link:hover svg path,
.sidebar-light .nav-item .nav-link:hover i {
    fill: none !important;
}

.sidebar-light .nav-item.active .nav-link svg path {
    fill: none;
}

.sidebar-light .nav-item .nav-link span {
    font-weight: 500;
    color: #001B2D;
}

.sidebar-light .nav-item .nav-link svg path {
    fill: none;
    stroke: #001B2D;
}


/**** dark theme *******/

.sidebar-dark .sidebar-brand {
    color: #fff;
}

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-dark .sidebar-heading {
    color: rgba(255, 255, 255, 0.4);
}

.sidebar-dark .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.6);
}

.sidebar-dark .nav-item .nav-link span {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.sidebar-dark .nav-item .nav-link i {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .nav-item .nav-link svg path {
    fill: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
    color: #fff;
}

.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
    color: #fff;
}

.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
    border-color: #fff;
}

.sidebar-dark .nav-item.active .nav-link i {
    color: #fff;
}

.sidebar-dark #sidebarToggle {
    background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-dark #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark #sidebarToggle:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.sidebar-dark.toggled #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .nav-item .nav-link {
    text-align: right;
    padding: 0.75rem 1rem;
    width: auto;
    color: #fff;
    text-transform: capitalize;
}

.sidebar-dark .nav-item.active .nav-link span {
    color: #fff;
}

.sidebar-dark .nav-item.active .nav-link svg path {
    fill: #fff;
}

.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar-dark .nav-item.active .nav-link span,
.sidebar-dark .nav-item .nav-link:hover span,
.sidebar-dark .nav-item .nav-link:hover svg path,
.sidebar-dark .nav-item .nav-link:hover i {
    color: #fff !important;
    fill: #fff !important;
}

.btn-circle.btn-sm,
.btn-group-sm>.btn-circle.btn {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 0.75rem;
}

.btn-circle.btn-lg,
.btn-group-lg>.btn-circle.btn {
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.35rem;
}

.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
}

.btn-icon-split .icon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

.btn-icon-split .text {
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

.btn-group-sm>.btn-icon-split.btn .icon,
.btn-icon-split.btn-sm .icon {
    padding: 0.25rem 0.5rem;
}

.btn-group-sm>.btn-icon-split.btn .text,
.btn-icon-split.btn-sm .text {
    padding: 0.25rem 0.5rem;
}

.btn-group-lg>.btn-icon-split.btn .icon,
.btn-icon-split.btn-lg .icon {
    padding: 0.5rem 1rem;
}

.btn-group-lg>.btn-icon-split.btn .text,
.btn-icon-split.btn-lg .text {
    padding: 0.5rem 1rem;
}

.card .card-header .dropdown {
    line-height: 1;
}

.card .card-header .dropdown .dropdown-menu {
    line-height: 1.5;
}

.card .card-header[data-toggle="collapse"] {
    text-decoration: none;
    position: relative;
    padding: 0.75rem 1.25rem 0.75rem 3.25rem;
}

.card .card-header[data-toggle="collapse"]::after {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    color: #d1d3e2;
}

.card .card-header[data-toggle="collapse"].collapsed {
    border-radius: 0.25rem;
}

.card .card-header[data-toggle="collapse"].collapsed::after {
    content: "\f105";
}

.chart-area {
    position: relative;
    height: 10rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-area {
        height: 20rem;
    }
}

.chart-bar {
    position: relative;
    height: 15rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-bar {
        height: 25rem;
    }
}

.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-pie {
        height: 25rem !important;
    }
}

.chart-pie-no-legend {
    position: relative;
    height: 15rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-pie-no-legend {
        height: calc(17rem - 43px) !important;
    }
}

.chart-donut {
    position: relative;
    height: 15rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-donut {
        height: calc(20rem - 43px) !important;
    }
}

.bg-login-image {
    background: url(https://source.unsplash.com/K4mSJ7kc0As/600x800);
    background-position: center;
    background-size: cover;
}

.bg-register-image {
    background: url(https://source.unsplash.com/Mv9hjnEUHR4/600x800);
    background-position: center;
    background-size: cover;
}

.bg-password-image {
    background: url(https://source.unsplash.com/oWTW-jNGl9I/600x800);
    background-position: center;
    background-size: cover;
}

.user .custom-checkbox.small label {
    line-height: 1.5rem;
}

.btn-google {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
}

.btn-google:hover {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
}

.btn-google.focus,
.btn-google:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google.disabled,
.btn-google:disabled {
    color: #fff !important;
    background-color: #ea4335 !important;
    border-color: #fff !important;
}

.btn-google:not(:disabled):not(.disabled).active,
.btn-google:not(:disabled):not(.disabled):active,
.show>.btn-google.dropdown-toggle {
    color: #fff;
    background-color: #d62516;
    border-color: #dfdfdf;
}

.btn-google:not(:disabled):not(.disabled).active:focus,
.btn-google:not(:disabled):not(.disabled):active:focus,
.show>.btn-google.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
}

.btn-facebook.focus,
.btn-facebook:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff !important;
    background-color: #3b5998 !important;
    border-color: #fff !important;
}

.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active,
.show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #dfdfdf;
}

.btn-facebook:not(:disabled):not(.disabled).active:focus,
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.not-found-container {
    width: 100%;
    margin: auto;
    height: 80vh;
}

.not-found-insider {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.error {
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(32px, 9999px, 16px, 0);
    }
    5% {
        clip: rect(5px, 9999px, 24px, 0);
    }
    10% {
        clip: rect(77px, 9999px, 87px, 0);
    }
    15% {
        clip: rect(91px, 9999px, 95px, 0);
    }
    20% {
        clip: rect(74px, 9999px, 9px, 0);
    }
    25% {
        clip: rect(37px, 9999px, 32px, 0);
    }
    30% {
        clip: rect(56px, 9999px, 27px, 0);
    }
    35% {
        clip: rect(35px, 9999px, 33px, 0);
    }
    40% {
        clip: rect(89px, 9999px, 6px, 0);
    }
    45% {
        clip: rect(81px, 9999px, 77px, 0);
    }
    50% {
        clip: rect(64px, 9999px, 69px, 0);
    }
    55% {
        clip: rect(12px, 9999px, 11px, 0);
    }
    60% {
        clip: rect(59px, 9999px, 11px, 0);
    }
    65% {
        clip: rect(69px, 9999px, 59px, 0);
    }
    70% {
        clip: rect(74px, 9999px, 65px, 0);
    }
    75% {
        clip: rect(56px, 9999px, 79px, 0);
    }
    80% {
        clip: rect(80px, 9999px, 64px, 0);
    }
    85% {
        clip: rect(87px, 9999px, 29px, 0);
    }
    90% {
        clip: rect(16px, 9999px, 21px, 0);
    }
    95% {
        clip: rect(69px, 9999px, 43px, 0);
    }
    100% {
        clip: rect(75px, 9999px, 63px, 0);
    }
}

@keyframes noise-anim {
    0% {
        clip: rect(32px, 9999px, 16px, 0);
    }
    5% {
        clip: rect(5px, 9999px, 24px, 0);
    }
    10% {
        clip: rect(77px, 9999px, 87px, 0);
    }
    15% {
        clip: rect(91px, 9999px, 95px, 0);
    }
    20% {
        clip: rect(74px, 9999px, 9px, 0);
    }
    25% {
        clip: rect(37px, 9999px, 32px, 0);
    }
    30% {
        clip: rect(56px, 9999px, 27px, 0);
    }
    35% {
        clip: rect(35px, 9999px, 33px, 0);
    }
    40% {
        clip: rect(89px, 9999px, 6px, 0);
    }
    45% {
        clip: rect(81px, 9999px, 77px, 0);
    }
    50% {
        clip: rect(64px, 9999px, 69px, 0);
    }
    55% {
        clip: rect(12px, 9999px, 11px, 0);
    }
    60% {
        clip: rect(59px, 9999px, 11px, 0);
    }
    65% {
        clip: rect(69px, 9999px, 59px, 0);
    }
    70% {
        clip: rect(74px, 9999px, 65px, 0);
    }
    75% {
        clip: rect(56px, 9999px, 79px, 0);
    }
    80% {
        clip: rect(80px, 9999px, 64px, 0);
    }
    85% {
        clip: rect(87px, 9999px, 29px, 0);
    }
    90% {
        clip: rect(16px, 9999px, 21px, 0);
    }
    95% {
        clip: rect(69px, 9999px, 43px, 0);
    }
    100% {
        clip: rect(75px, 9999px, 63px, 0);
    }
}

.error:after {
    content: attr(data-text);
    position: absolute;
    right: 2px;
    text-shadow: 1px 0 #D74C4C;
    top: 0;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(12px, 9999px, 52px, 0);
    }
    5% {
        clip: rect(42px, 9999px, 39px, 0);
    }
    10% {
        clip: rect(64px, 9999px, 36px, 0);
    }
    15% {
        clip: rect(52px, 9999px, 15px, 0);
    }
    20% {
        clip: rect(79px, 9999px, 7px, 0);
    }
    25% {
        clip: rect(17px, 9999px, 41px, 0);
    }
    30% {
        clip: rect(15px, 9999px, 20px, 0);
    }
    35% {
        clip: rect(62px, 9999px, 87px, 0);
    }
    40% {
        clip: rect(94px, 9999px, 11px, 0);
    }
    45% {
        clip: rect(49px, 9999px, 10px, 0);
    }
    50% {
        clip: rect(82px, 9999px, 4px, 0);
    }
    55% {
        clip: rect(70px, 9999px, 100px, 0);
    }
    60% {
        clip: rect(62px, 9999px, 23px, 0);
    }
    65% {
        clip: rect(51px, 9999px, 56px, 0);
    }
    70% {
        clip: rect(41px, 9999px, 24px, 0);
    }
    75% {
        clip: rect(6px, 9999px, 85px, 0);
    }
    80% {
        clip: rect(96px, 9999px, 58px, 0);
    }
    85% {
        clip: rect(16px, 9999px, 24px, 0);
    }
    90% {
        clip: rect(40px, 9999px, 31px, 0);
    }
    95% {
        clip: rect(91px, 9999px, 34px, 0);
    }
    100% {
        clip: rect(87px, 9999px, 26px, 0);
    }
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(12px, 9999px, 52px, 0);
    }
    5% {
        clip: rect(42px, 9999px, 39px, 0);
    }
    10% {
        clip: rect(64px, 9999px, 36px, 0);
    }
    15% {
        clip: rect(52px, 9999px, 15px, 0);
    }
    20% {
        clip: rect(79px, 9999px, 7px, 0);
    }
    25% {
        clip: rect(17px, 9999px, 41px, 0);
    }
    30% {
        clip: rect(15px, 9999px, 20px, 0);
    }
    35% {
        clip: rect(62px, 9999px, 87px, 0);
    }
    40% {
        clip: rect(94px, 9999px, 11px, 0);
    }
    45% {
        clip: rect(49px, 9999px, 10px, 0);
    }
    50% {
        clip: rect(82px, 9999px, 4px, 0);
    }
    55% {
        clip: rect(70px, 9999px, 100px, 0);
    }
    60% {
        clip: rect(62px, 9999px, 23px, 0);
    }
    65% {
        clip: rect(51px, 9999px, 56px, 0);
    }
    70% {
        clip: rect(41px, 9999px, 24px, 0);
    }
    75% {
        clip: rect(6px, 9999px, 85px, 0);
    }
    80% {
        clip: rect(96px, 9999px, 58px, 0);
    }
    85% {
        clip: rect(16px, 9999px, 24px, 0);
    }
    90% {
        clip: rect(40px, 9999px, 31px, 0);
    }
    95% {
        clip: rect(91px, 9999px, 34px, 0);
    }
    100% {
        clip: rect(87px, 9999px, 26px, 0);
    }
}

.error:before {
    content: attr(data-text);
    position: absolute;
    right: -2px;
    text-shadow: -1px 0 #0460a5;
    top: 0;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

footer.sticky-footer {
    padding: 1rem 0;
    flex-shrink: 0;
}

footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

.logo-index {
    max-width: 50px;
    max-height: 50px;
}

.a {
    fill: #ffff;
}

.light-border {
    border: 1px solid rgb(241, 241, 241);
}

.user-form-left-section {
    height: 100%;
    min-height: 100vh;
}

.operator-form-left-section {
    background: transparent;
    text-align: center;
}

.bg-light-blue {
    background: #fafbfd;
}

.bg-light-gray {
    background: #fcfcfc;
}

@media (max-width: 567.98px) {
    .user-form-left-section {
        display: none !important;
    }
}

.user-form-right-section {
    max-width: 450px;
}

@media (max-width: 767.98px) {
    .vh-100-mobile {
        min-height: 100vh;
    }
}

@media (min-width: 768px) {
    .vh-100-mobile {
        margin-bottom: 1rem !important;
    }
}

.user-name {
    text-shadow: none !important;
}

.user-dots {
    text-shadow: none;
    background: transparent;
    text-align: center;
    padding: 10px;
    width: 35px !important;
    height: 35px;
}

.trans {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.selected-block,
.unselected-block {
    border-radius: 0.55rem;
    padding: 1rem;
}

.unselected-block {
    color: #000 !important;
    background-color: #eef2ff;
    border: 2px solid #e9e9e9;
}

.selected-block {
    color: #fff !important;
    background-color: #50bbf5;
    border: 2px solid #243974;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.alert-icon {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.text-red {
    color: #ff0000 !important;
}

.alert {
    font-style: italic;
    border-radius: 0.3rem !important;
}

.alert p,
.alert div {
    font-weight: 500;
}

.alert .fa,
.alert .fas {
    font-weight: 900;
}

.rounded-app {
    border-radius: 0.55rem !important;
}

.large-line-height {
    line-height: 1.43rem;
}
.large-line-height.display-4 {
    line-height: 1.2;
}
.user-text-head {
    letter-spacing: -0.42px;
}

.user-text-para {
    color: #272727;
    opacity: 0.9;
    line-height: 1.88em;
}

.logo-form {
    max-width: 46%;
}

.logo-app {
    max-height: 61px;
}

@media (max-width: 320px) {
    .logo-app {
        max-height: 35px;
    }
}

.text-bottom {
    max-width: 90%;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .text-bottom {
        max-width: 100%;
    }
    .user-text-head {
        font-size: 1.5rem;
    }
    .user-text-para {
        line-height: 1.68em;
    }
}

.card-header .dropdown-menu::before {
    position: absolute;
    top: -9px;
    left: 21px;
    right: auto;
    display: inline-block;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #ccc;
    border-right: 9px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 0;
}

.card-header .dropdown-menu::after {
    position: absolute;
    top: -8px;
    left: 22px;
    right: auto;
    display: inline-block;
    border-left: 8px solid transparent;
    border-bottom: 8px solid white;
    border-right: 8px solid transparent;
    content: "";
    opacity: 0;
}

.card-header-app .dropdown-menu::before,
.card-header-app .dropdown-menu::after {
    opacity: 1 !important;
}

.card-header-app {
    position: relative;
}

.topbar .dropdown-menu::before {
    position: absolute;
    top: -12px;
    left: 21px;
    right: auto;
    display: inline-block;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0);
    content: "";
}

.topbar .dropdown-menu::after {
    position: absolute;
    top: -11px;
    left: 19px;
    right: auto;
    display: inline-block;
    border-left: 12px solid transparent;
    border-bottom: 12px solid white;
    border-right: 12px solid transparent;
    content: "";
}

.dropdown-menu .fa,
.dropdown-menu .fas {
    vertical-align: middle;
}


/* Message Box */

.init-message-box {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.init-message-box.open {
    display: block;
}

.init-message-box .mb-container {
    position: absolute;
    right: 0;
    top: 35%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    width: 100%;
}

.init-message-box .mb-container .mb-middle {
    width: 50%;
    right: 25%;
    position: relative;
    color: #fff;
}

@media (max-width: 567.98px) {
    .init-message-box .mb-container .mb-middle {
        width: 80%;
        right: 10%;
    }
}

.init-message-box .mb-container .mb-middle .mb-title {
    width: 100%;
    float: right;
    padding: 10px 0 0;
    font-size: 31px;
    font-weight: 400;
    line-height: 36px;
}

.init-message-box .mb-container .mb-middle .mb-title .icon,
.init-message-box .mb-container .mb-middle .mb-title .glyphicon {
    font-size: 38px;
    float: right;
    margin-left: 10px;
}

.init-message-box .mb-container .mb-middle .mb-content {
    width: 100%;
    float: right;
    padding: 10px 0 0;
}

.init-message-box .mb-container .mb-middle .mb-content p {
    margin-bottom: 0;
}

.init-message-box .mb-container .mb-middle .mb-footer {
    width: 100%;
    float: right;
    padding: 10px 0;
}

.init-message-box.init-message-box-warning .mb-container {
    background: rgba(254, 162, 35, 0.9);
}

.init-message-box.init-message-box-danger .mb-container {
    background: rgba(182, 70, 69, 0.9);
}

.init-message-box.init-message-box-info .mb-container {
    background: rgba(63, 186, 228, 0.9);
}

.init-message-box.init-message-box-success .mb-container {
    background: rgba(149, 183, 93, 0.9);
}


/* END Message Box */

.sidebar .nav-item .nav-link span {
    display: inline;
    position: relative;
    top: 0.25rem;
}

.sidebar .nav-item .nav-link i {
    font-size: 1.003rem;
}

body.sidebar-toggled .sidebar .nav-item .nav-link span {
    display: none;
}

.sidebar.sidebar.toggled .nav-item .nav-link svg {
    margin: auto !important;
}

.sidebar .nav-item.active .nav-link span {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .sidebar .nav-item .nav-link,
    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
    }
    .sidebar .nav-item .nav-link span {
        display: none !important;
    }
}


/* @media (min-width:768px){
body.sidebar-toggled .sidebar.toggled {position:fixed;top:0;bottom:0}
body.sidebar-toggled .content-wrapper {margin-left:5.5rem;}
} */

.logo-sidebar-link,
.logo-sidebar-link-white {
    display: none;
}

.logo-sidebar,
.logo-sidebar-white {
    margin-right: 15px;
    position: absolute;
    top: 20px;
    right: 0;
}


/* fixed sidebar on desktop */

@media (min-width: 768px) {
    body.fixed-sidebar .logo-sidebar-link,
    body.fixed-sidebar .logo-sidebar-link-white {
        display: block;
    }
    body.sidebar-toggled .logo-sidebar,
    body.sidebar-toggled .logo-sidebar-white {
        max-width: 4rem;
        margin-right: 10px;
    }
    .sidebar-dark .logo-sidebar-link {
        display: none !important;
    }
    .sidebar-light .logo-sidebar-link-white {
        display: none !important;
    }
    body.sidebar-toggled.fixed-sidebar .sidebar-light .logo-sidebar,
    body.sidebar-toggled.fixed-sidebar .sidebar-dark .logo-sidebar-white {
        top: 0 !important;
        padding-top: 20px;
        z-index: 9;
        padding-bottom: 10px;
    }
    body.sidebar-toggled.fixed-sidebar .sidebar-light .logo-sidebar {
        background: #fff;
    }
    .sidebar {
        width: 23rem;
        z-index: 2;
    }
    body.fixed-sidebar .sidebar {
        width: 18.5rem;
    }
    body.sidebar-toggled .sidebar {
        width: 5.5rem;
    }
    body.fixed-sidebar .sidebar {
        position: fixed;
        z-index: 3;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 2;
    }
    body.sidebar-toggled.fixed-sidebar .content-wrapper {
        margin-right: 5.5rem;
    }
    body.fixed-sidebar .content-wrapper {
        margin-right: 18.5rem;
    }
}


/* End fixed sidebar on desktop */


/* fixed sidebar on mobile */

@media (max-width: 767.98px) {
    body.sidebar-toggled .content-wrapper {
        -webkit-transform: translate3d(-5.51rem, 0, 0);
        transform: translate3d(-5.51rem, 0, 0);
        -ms-transform: translate(-5.51rem, 0);
        overflow: hidden;
        position: fixed;
    }
    .sidebar {
        position: fixed;
        right: -5.51rem;
        overflow: hidden;
    }
    body.sidebar-toggled .sidebar {
        right: 0;
        overflow: visible;
    }
}


/* END fixed sidebar on mobile */

.relative {
    position: relative;
}

.z-index-1 {
    z-index: 1;
}

.user-create-passowrd {
    position: absolute;
    left: 5px;
    bottom: auto;
    top: 42px;
}

.user-create-passowrd .input-group-text {
    color: #B4B4B4;
    background-color: transparent;
    border: none;
}

.verification-code-container input {
    margin: 0 5px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    color: #272727;
    border: solid 1px #e8e8e8;
    outline: none;
    width: 16%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 0.44rem;
    padding: 0 !important;
}

.scrollbar-thumb-x,
.scrollbar-track-x {
    opacity: 0 !important;
}

.sidebar.toggled .scroll-block {
    overflow: visible !important;
}

@media (max-width: 767.98px) {
    .scroll-block {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .scroll-block {
        height: 650px;
    }
    body.fixed-sidebar .scroll-block {
        height: auto;
    }
    body.fixed-sidebar .sidebar {
        padding-bottom: 0;
        padding-top: 4.975rem !important;
    }
}


/*    padding-top: 5.975rem */

.step-circle {
    width: 80px;
    height: 80px;
    position: relative;
    line-height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.step-circle-1 {
    background-image: url(../img/step-circle-1.png);
}

.step-circle-2 {
    background-image: url(../img/step-circle-2.png);
}

.step-circle-3 {
    background-image: url(../img/step-circle-3.png);
}

.step-circle-complete {
    background-image: url(../img/step-circle-complete.png);
}

.reg-bg-container {
    position: absolute;
    left: -15px;
    top: -150px;
    z-index: 4;
}

.reg-bg-container img {
    max-width: none;
}

.register-body {
    background-image: url(../img/illustrations_BG.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.file-upload-container {
    position: relative;
    overflow: hidden;
    border-radius: 0.44rem;
    height: 50px;
    line-height: normal;
    line-height: 50px;
    cursor: pointer;
}

.file-upload-container * {
    cursor: pointer;
}

.file-upload-container img {
    border-radius: 20px;
    width: 120px;
    height: 120px;
}

.file-upload-container input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.file-upload-app {
    position: relative;
    overflow: hidden;
}

.file-upload-app input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.datetimepicker-item .input-group-text,
.datetimepicker-item .form-control,
.datetimepicker-item .custom-control-label::before {
    border-color: #e8e8e8;
}

.datetimepicker-item .input-group-text,
.datetimepicker-item .form-control {
    padding: 0.355rem 0.55rem;
}

.datetimepicker-item .input-group-text {
    color: #c0c0c0;
}

.datetimepicker-item .form-control[type="text"] {
    color: #272727 !important;
}

@media (max-width: 575.98px) {
    .datetimepicker-item {
        display: block !important;
    }
}

.custom-checkbox-content .custom-checkbox .custom-control-label::after,
.custom-checkbox-content .custom-checkbox .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-checkbox-content .custom-checkbox {
    min-width: 6rem;
}

.custom-checkbox-content .custom-control-label span {
    top: 4px;
    position: relative;
}

.custom-checkbox-transparent.custom-checkbox-content .custom-control-label span {
    top: 5px;
    font-weight: 500;
}

.custom-checkbox-content .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #34d900;
    background-color: #41e078;
}

.custom-checkbox-transparent.custom-checkbox-content .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #fff;
}

.line-sep {
    height: 1px;
    background: #4b4b4b;
}

.pay-method {
    max-height: 40px;
    position: relative;
    top: -4px;
}

.dataTables_filter input[type="search"] {
    text-align: center;
    height: 3.138rem;
    box-shadow: 0 0.125rem 0.25rem 0.1rem rgba(58, 59, 69, 0.2) !important;
    margin-left: 0.5rem;
    border: 0;
    padding-right: 1.3rem;
    width: 100% !important;
}

div.dataTables_wrapper div.dataTables_filter {
    padding-left: 1rem;
}

.dataTables_filter>label {
    position: relative;
    max-width: 160px;
}

.dataTables_filter>label::before {
    position: absolute;
    right: 24%;
    font-weight: 900;
    top: 50%;
    transform: translate(50%, -50%);
}

.hide-search-icon::before {
    content: "" !important;
}

.dataTables_wrapper>.row:first-child {
    align-items: center;
}

.text-underline {
    text-decoration: underline !important;
}

@media (max-width: 567.98px) {
    .dataTables_length,
    .dataTables_filter {
        text-align: center;
    }
    .dataTables_length .datatable-head,
    .dataTables_length label,
    .dataTables_filter a,
    .dataTables_filter>label {
        margin: 10px auto !important;
        display: block !important;
        text-align: center !important;
    }
    .normal-table .dataTables_filter,
    .normal-table .block-on-mobile {
        margin: 10px auto !important;
        display: block !important;
        text-align: center !important;
    }
    .normal-table .dataTables_filter>label {
        max-width: none !important;
    }
    .dataTables_filter input {
        margin: 0 auto !important;
    }
    .top-data-section-col {
        padding: 0 15px !important;
    }
    .top-data-section-row {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
    .dataTables_filter>label {
        max-width: 13.2rem;
    }
}

.top-thumbnails-section {
    background: #fff;
}

.article-thumbnail {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
    background-image: linear-gradient( to right, rgba(255, 255, 255, 0) 62%, #ffffff 41%);
}

.article-thumbnail .thumbnail-title {
    color: #1f2a32;
}

.article-thumbnail .post-imag-container,
.article-thumbnail .post-image,
.article-thumbnail .post-imag-container::after {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.article-thumbnail .post-imag-container {
    height: 100%;
    position: relative;
    min-height: 115px;
}

.article-thumbnail .post-imag-container::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    pointer-events: none;
    content: "";
    -webkit-box-shadow: inset -52px 0px 36px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset -52px 0px 36px 0px rgba(255, 255, 255, 1);
    box-shadow: inset -52px 0px 36px 0px rgba(255, 255, 255, 1);
}

.article-thumbnail .post-image {
    object-fit: cover;
    object-position: right top;
    height: 100%;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .article-thumbnail .post-imag-container,
    .article-thumbnail .post-image,
    .article-thumbnail .post-imag-container::after {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .article-thumbnail .post-imag-container {
        height: 150px;
    }
}

@media (max-width: 991.98px) {
    .article-thumbnail .post-imag-container {
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .article-thumbnail .post-imag-container {
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .article-thumbnail .post-imag-container {
        height: 120px;
    }
}

.dataTable tbody tr td:first-child,
.normal-table tbody tr td:first-child {
    cursor: pointer;
}

.table-details tbody tr td:first-child {
    cursor: auto;
}

.table-details th,
.table-app th {
    font-size: 90%;
}

.table-details td,
.table-app td {
    font-size: 90%;
}

.btn-app,
.white-block-shadow {
    font-size: 1rem !important;
    padding: 0.763rem 1rem;
    box-shadow: none;
}

.shadow-dropdown {
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.22);
}

.input-group-append .btn:hover {
    box-shadow: none !important;
}

.datepicker-group .input-group-append .btn-outline-secondary:not(:disabled):not(.disabled):active,
.datepicker-group .gj-datepicker-bootstrap [role="right-icon"] button {
    background-color: transparent !important;
    border-color: #e8e8e8 !important;
    box-shadow: none !important;
}

.datepicker {
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.22);
}

.p-calendar .p-datepicker {
    min-width: auto !important;
}

@media (max-width: 567.98px) {
    .p-calendar .p-datepicker {
        min-width: 100% !important;
    }
}

.datepicker thead th,
.datepicker tfoot th {
    color: #000;
    font-weight: 600;
}

.datepicker td,
.datepicker th {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.85rem;
    color: #001B2D;
}

.datepicker-group .form-control {
    border-left: 0 !important;
    font-family: "Almarai", sans-serif;
}

.p-datepicker table th {
    text-align: center;
}

.datepicker-group .input-group-append i {
    display: none;
}

.datetimepicker-input {
    opacity: 1;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.bootstrap-datetimepicker-widget table td {
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding: 0 !important;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.bootstrap-datetimepicker-widget td a {
    padding: 0 !important;
}

.nav-tabs .nav-item {
    color: #272727;
    background-color: #fff;
    border: 0;
    font-size: 0.95rem;
    padding: 1.7rem 0 1.7rem 1rem;
    margin-right: 2px;
    text-align: right !important;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

@media (max-width: 567.98px) {
    .nav-tabs .nav-item {
        padding: 1.1rem 0 1.1rem 1rem;
    }
}

.nav-tabs .nav-item.active::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    right: 0;
    bottom: 0;
    animation: changePosition 0.4s linear alternate;
}

@keyframes changePosition {
    0% {
        right: 0%;
    }
    50% {
        right: 10%;
    }
    100% {
        right: 0%;
    }
}

.search-insider,
input[type="search"].search-insider.no-shadow {
    box-shadow: none !important;
    border: 1px solid #e8e8e8;
    text-align: right;
    width: 100% !important;
    padding-right: 45px !important;
    margin: 0;
    display: block;
    padding-left: 15px;
}

input[type="search"].search-insider.no-shadow::-webkit-input-placeholder {
    color: #B4B4B4 !important;
}

input[type="search"].search-insider.no-shadow::-moz-placeholder {
    color: #B4B4B4 !important;
}

input[type="search"].search-insider.no-shadow:-ms-input-placeholder {
    color: #B4B4B4 !important;
}

input[type="search"].search-insider.no-shadow::-ms-input-placeholder {
    color: #B4B4B4 !important;
}

input[type="search"].search-insider.no-shadow::placeholder {
    color: #B4B4B4 !important;
}

.search-insider-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 1rem;
    color: #272727;
    transform: translateY(-50%);
    z-index: 2;
}

.custom-select-app,
.datepicker {
    box-shadow: none !important;
}

.datepicker .input-group-text,
.datepicker input {
    border: 0;
}

.dropzone {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: center;
}

.dropzone .dz-preview {
    margin: 4%;
}

.dz-remove {
    color: #fff !important;
    transition: all 0.4s ease-in-out;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 0.44rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

.dz-remove:hover,
.dz-remove:focus {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 10px !important;
}


/*****************************************/


/************ Dropdown-App*****************/


/*****************************************/

.dropdown-app .dropdown-menu.dropdown-menu-left,
.dropdown-app .dropdown-menu.dropdown-menu-right {
    top: calc(100% + 0.6rem) !important;
    transform: none !important;
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    /* min-width: 15rem; */
}

.dropdown-app .dropdown-menu.dropdown-menu-right {
    left: 0 !important;
    right: auto !important;
}

.dropdown-app .dropdown-menu.dropdown-menu-left {
    left: auto !important;
    right: 0 !important;
}

@media (max-width: 767.98px) {
    .dropdown-app .dropdown-menu.dropdown-menu-right,
    .dropdown-app .dropdown-menu.dropdown-menu-left {
        width: auto !important;
    }
    .dropdown-app .dropdown-menu.dropdown-menu-right {
        left: 0 !important;
        right: auto !important;
    }
    .dropdown-app .dropdown-menu.dropdown-menu-left {
        right: 0 !important;
        left: auto !important;
    }
}

.dropdown-app .dropdown-menu::before,
.dropdown-app .dropdown-menu::after {
    content: "";
    position: absolute;
    display: inline-block;
}

.dropdown-app .dropdown-menu::before {
    top: -10px;
    display: inline-block;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.dropdown-app .dropdown-menu::after {
    top: -10px;
    border-left: 12px solid transparent;
    border-bottom: 12px solid white;
    border-right: 12px solid transparent;
}

.dropdown-app .dropdown-menu.dropdown-menu-right::before,
.dropdown-app .dropdown-menu.dropdown-menu-right::after {
    left: 35px;
    right: auto;
}

.dropdown-app .dropdown-menu.dropdown-menu-left::before,
.dropdown-app .dropdown-menu.dropdown-menu-left::after {
    left: auto;
    right: 35px;
}

.close {
    color: #050505;
    opacity: 1;
}

.dropdown-app .close {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
}

@media (max-width: 767.98px) {
    .dropdown-app .dropdown-menu::before,
    .dropdown-app .dropdown-menu::after {
        display: none !important;
    }
}


/************ Dropdown-App width*****************/

@media (min-width: 576px) {
    .dropdown-app .dropdown-menu {
        min-width: 350px !important;
    }
}

@media (min-width: 768px) {
    .dropdown-app .dropdown-menu {
        min-width: 360px !important;
    }
}

@media (min-width: 992px) {
    .dropdown-app .dropdown-menu {
        min-width: 400px !important;
    }
}

@media (max-width: 575.98px) {
    .dropdown-app .dropdown-menu {
        min-width: 350px !important;
    }
}

@media (max-width: 400px) {
    .dropdown-app .dropdown-menu {
        min-width: 315px !important;
    }
}

@media (max-width: 370px) {
    .dropdown-app .dropdown-menu {
        min-width: 300px !important;
    }
}

@media (max-width: 350px) {
    .dropdown-app .dropdown-menu {
        min-width: 260px !important;
    }
}


/********SearchBox Dropdown ****/

.searchBox-dropdown.dropdown-app.static {
    position: static !important;
}

.searchBox-dropdown.dropdown-app .dropdown-menu.dropdown-menu-left,
.searchBox-dropdown.dropdown-app .dropdown-menu.dropdown-menu-right {
    top: 100% !important;
}

@media (min-width: 768px) {
    .searchBox-dropdown.dropdown-app .dropdown-menu.dropdown-menu-right {
        left: 21px !important;
    }
}

@media (max-width: 575.98px) {
    .searchBox-dropdown.dropdown-app .dropdown-menu.dropdown-menu-right,
    .searchBox-dropdown.dropdown-app .dropdown-menu.dropdown-menu-left {
        width: auto !important;
        left: 0.75rem !important;
        right: auto !important;
    }
    .normal-table .searchBox-dropdown.dropdown-app .dropdown-menu.dropdown-menu-right,
    .normal-table .searchBox-dropdown.dropdown-app .dropdown-menu.dropdown-menu-left {
        left: -6px !important;
    }
}

@media (max-width: 767.98px) {
    .searchBox-dropdown.dropdown-app .dropdown-menu.dropdown-menu-right {
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.22);
        margin-top: 10px;
    }
}


/******************END********************************/

.tag-box {
    border-radius: 40px;
    padding: 7px 23px;
    margin-bottom: 0.8rem;
    margin-left: 0.8rem;
}

@media (max-width: 575.98px) {
    .tags-coontainer {
        justify-content: center !important;
    }
}

.admin-profile-card {
    min-height: 170px;
}

.height-calculation {
    min-height: calc(100% - 1.5rem) !important;
}

.height-calculation-50 {
    min-height: calc(100% - .5rem) !important;
}

.height-calc-100 {
    min-height: calc(100%) !important;
}

.p-profile-syringe {
    width: 41px;
    height: 41px;
    line-height: 41px;
    color: #8385d2;
    text-align: center;
    background: #d9daff;
    font-size: 1rem;
    border-radius: 8px;
}

.p-profile-syringe svg {
    width: 20px;
    height: 20px;
}

.circle-btn {
    background: #f4f7fc;
    width: 41px;
    height: 41px;
    border-radius: 50%;
}

.view-btn {
    border-radius: 4px;
    padding: 10px 15px;
    min-width: 80px;
    text-align: center;
}

.circle-btn:hover,
.circle-btn:focus,
.circle-btn:active,
.view-btn:hover,
.view-btn:focus,
.view-btn:active {
    background: #ebebeb;
}

.modal-app-md {
    max-width: 420px;
}

.child-image {
    max-width: 72%;
    margin: 0 auto;
    display: block;
}

.table-responsive-datatable {
    min-height: 500px;
}

.content {
    min-height: 100vh;
    padding-bottom: 3rem;
}

#vaccinations-scroll {
    height: 540px;
    position: relative;
    width: 99.99%;
}

#SafeInPregnancy-scroll {
    height: 540px;
    position: relative;
}

body.modal-open {
    overflow: hidden !important;
}

.ps__rail-y {
    background: transparent !important;
}

.bg-info-light {
    background-color: #fafbfd;
}

.visit-btn.text-info {
    padding: 9px 20px;
    border-radius: 0.44rem;
    text-align: center;
    line-height: normal;
}

.visit-btn.text-info:hover,
.visit-btn.text-info:focus,
.visit-btn.text-info:active {
    background: #ebebeb;
}

.flex-auto-1 {
    flex: 1 1 0;
}

@media (max-width: 567.98px) {
    .flex-auto-1 {
        flex: 1 1 auto;
    }
    .flex-1-100 {
        flex: 1 1 100%;
    }
    .flex-auto-1-mobile {
        flex: 1 1 auto;
    }
}

.admin-profile-card .h5,
.admin-profile-card h1 {
    word-break: break-word;
}

.record-details-item {
    margin-bottom: 3rem;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1rem 0;
    box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.14);
}

#nav-HealthProfile {
    padding-bottom: 82px;
}

.new-visit-container {
    display: none;
}


/* Toggle hide/show - no Js
--------------------------------*/

.toggle-box {
    display: none;
}

.toggle-label {
    cursor: pointer;
    display: block;
    font-weight: 600;
    line-height: 23px;
    padding: 0.3em 0 0.3em 26px;
    position: relative;
    font-size: 90%;
    display: inline-block;
    margin-bottom: 0;
}

.toggle-label:before {
    position: absolute;
    top: 0.3em;
    left: 0px;
}

.no-bg {
    background: none !important;
}

.flex-20 {
    flex-flow: row wrap;
}

.flex-20>div {
    flex: 1 1 31%;
    margin-left: 2%;
}

@media (min-width: 1200px) {
    .flex-20>div {
        flex: 0 1 18%;
    }
}

@media (max-width: 567.98px) {
    .flex-20>div {
        flex: 1 1 48%;
    }
    .actions-btns {
        max-width: none !important;
    }
}

.no-wrap {
    white-space: nowrap;
}


/****************** popover **********************/

.popover {
    border: 0;
    max-width: none;
    line-height: normal;
}

.popover-body {
    padding: 0.75rem 1rem;
}

.popover-primary,
.popover-success,
.popover-warning,
.popover-danger,
.popover-info {
    position: relative;
}

.popover-success .popover {
    background-color: #e6fffc;
}

.popover-success .bs-popover-auto[x-placement^="top"]>.arrow::after,
.popover-success .bs-popover-top>.arrow::after {
    border-top-color: #e6fffc;
}

.popover-success .bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.popover-success .bs-popover-bottom>.arrow::after {
    border-bottom-color: #e6fffc;
}

.popover-success .bs-popover-auto[x-placement^="left"]>.arrow::after,
.popover-success .bs-popover-left>.arrow::after {
    border-right-color: #e6fffc;
}

.popover-success .bs-popover-auto[x-placement^="right"]>.arrow::after,
.popover-success .bs-popover-right>.arrow::after {
    border-left-color: #e6fffc;
}

.caution {
    position: absolute;
    left: 0;
    top: 50%;
}


/******************END popover **********************/

.custom-checkbox-fonts .custom-control-label::before,
.custom-checkbox-fonts .custom-control-label::after {
    left: 0.5rem;
    right: auto;
}

.custom-checkbox-fonts .custom-control-label {
    display: block;
}

.custom-checkbox-fonts .custom-control {
    padding-left: 1.5rem;
    padding-right: 0;
}

.custom-checkbox-fonts.custom-checkbox-content .custom-control-label span {
    top: 2px;
}

.custom-checkbox-fonts.custom-checkbox-transparent .custom-control-label::before {
    border-width: 0;
    border-color: transparent;
    background: transparent;
    text-align: center;
    font-size: 1.1rem;
    box-shadow: none !important;
    margin: 0;
    background-image: url(../img/add.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64%;
    cursor: pointer;
}

.custom-checkbox-fonts .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none !important;
    font-weight: 900;
    color: #41e078;
    border-color: transparent;
    font-size: 1.1rem;
    box-shadow: none !important;
    margin: 0;
    cursor: pointer;
}

.custom-checkbox-fonts.custom-checkbox-content .custom-control-input:checked~.custom-control-label::before {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
}

.italic {
    font-style: italic;
}

.fontstyle-normal {
    font-style: normal;
}

.offer-cover {
    height: 25px;
    width: 25px;
    object-fit: cover;
    object-position: top;
}

td>.offer-cover {
    margin-left: 0.5rem !important;
    float: right;
}

.admin-image-container:after {
    content: "";
    position: absolute;
    height: 32px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    width: 64px;
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
    background: url(../img/trans-bg.png);
}

.admin-edit-image {
    width: 64px;
    height: 64px;
}

.edit-label {
    position: absolute;
    top: 60%;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
}

@media (min-width: 1200px) {
    .card-body-app {
        padding: 1.5rem;
    }
}

.tabs-main-list a {
    position: relative;
    padding: 0.75rem 0;
    font-weight: 600;
    color: #838e94 !important;
}

.tabs-main-list a:hover,
.tabs-main-list a:focus,
.tabs-main-list a:focus {
    color: #838e94 !important;
}


.tabs-main-list a.active-tab::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    animation: changePosition 0.4s linear alternate;
}

.nested-tab-nav .nav-item,
.nested-tab-nav .nav-item:active,
.nested-tab-nav .nav-item:focus {
    text-align: center !important;
    text-align: center !important;
    flex: 0 1 auto;
    color: #818e95;
    font-weight: 500 !important;
    padding: 0.5rem 1.8rem;
    margin: 0.5rem;
    min-width: 100px;
    border-radius: 2.5rem;
    border: 2px solid #818e95;
}

.nested-tab-nav .nav-item.active,
.nested-tab-nav .nav-item:hover {
    color: #fff !important;
}

.nested-tab-nav .nav-item.active::after {
    content: none !important;        justify-content: start !important;

}

@media (max-width: 767.98px) {
    .nested-tab-nav .nav-tabs,
    .tabs-main-list {
    }
}

.gallery-item {
    height: 330px;
    margin-top: 0.5rem;
    border-radius: 10px;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.8rem;
}

@media (max-width: 767.98px) {
    .gallery-item {
        height: 370px;
    }
}

.gallery-item img,
.gallery-item-category,
.gallery-item:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-item img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.gallery-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0) 50%, #000000 88%);
}

.gallery-text-bottom {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 15px 17px;
}

.gallery-item-category {
    padding: 3px 15px;
    margin-bottom: 1rem;
    border-radius: 15px;
    opacity: 0.9;
    background-image: url("../img/trans-white.png");
}

.gallery-item-category-success {
    background-image: url("../img/trans-success.png");
}

.gallery-item-category-danger {
    background-image: url("../img/trans-danger.png");
}

.rewarded-tag {
    background: #D74C4C !important;
    padding: 4px 15px;
}

.voluntarily-tag {
    background: #41e078 !important;
    padding: 4px 15px;
}

.gallery-item:hover .gallery-item-category {
    opacity: 1;
}

.gallery-item:hover .gallery-item-title {
    color: #fff !important;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item-title {
    line-height: 26px;
}

.favorites-btn {
    width: 20px;
    height: 25px;
    background-image: url("../img/add-to-favorites.svg") !important;
    background-repeat: no-repeat !important;
}

.favorites-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.added-to-favorites::after {
    content: none !important;
}

.poisoned-absolute-fav-btn {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 1;
}

.added-to-favorites {
    background-image: url("../img/added-to-favorites.svg") !important;
}

.gallery-item-details .favorites-btn {
    width: auto;
    height: auto;
    min-width: 20px;
    min-height: 25px;
    padding-right: 35px;
    text-align: right;
}

.surveys-remaining-period {
    color: #d8d8d8;
}

.h-90 {
    height: 90%;
}

.z-index-1 {
    z-index: 1;
}

.gallery-item-details {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.gallery-item-details img {
    position: absolute;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.gallery-item-details:hover:after {
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0) 50%, #000000 88%);
}

.gallery-item-details:hover img {
    transform: none;
}

.tab-pane-community {
    position: relative;
    padding: 0;
}

.tab-pane-community .ps__rail-x {
    display: none !important;
}

@media (min-width: 992px) {
    .tab-pane-community {
        padding: 0 1.3rem;
    }
    .gallery-item-details-title {
        font-size: 2.375rem;
        line-height: 45px;
        max-height: 139px;
        overflow: hidden;
    }
}

@media (max-width: 991.98px) {
    .gallery-item-details-title {
        font-size: 1.375rem;
        line-height: 30px;
        max-height: 120px;
        overflow: hidden;
    }
    .gallery-item-details:after {
        background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.4) 50%, #000000 88%) !important;
    }
    .tab-pane-community .ps__rail-x,
    .tab-pane-community .ps__rail-y {
        display: none !important;
    }
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    width: 8px;
}

.btn-search-main {
    min-width: 160px;
    font-size: 90%;
    font-weight: 500;
    padding: 0.79rem 0.75rem;
}

.row.top-data-section-row {
    margin-bottom: 1rem !important;
}

.article-text {
    line-height: 35px;
    text-align: right;
    font-size: 1rem;
}

.article-para-wrapper {
    padding: 0 1.25rem;
}

.careers-item {
    padding: 1rem 0;
}

.medical-brand {
    width: 73px;
    height: 73px;
    box-shadow: 0 0 7px 0 rgba(185, 185, 185, 0.34);
    object-fit: contain;
}

@media (max-width: 567.98px) {
    .career-post-date {
        display: flex;
        width: 100%;
        margin-top: 3px;
    }
}

.square-shape {
    width: 82px;
    height: 82px;
    border-radius: 9px;
    background: #fff;
    line-height: 82px;
}

.square-shape img {
    max-width: 30px;
}

.square-shape-1 {
    background: #f8e1f3;
}

.square-shape-2 {
    background: #daedfe;
}

.square-shape-3 {
    background: #ecebff;
}

.square-shape-1 svg {
    fill: #cb39ae;
}

.square-shape-2 svg {
    fill: #0284ff;
}

.square-shape-3 svg {
    fill: #7e61fe;
}

.text-green {
    color: #2aca68;
}

.text-legned-dark-blue {
    color: #3891da;
}

.text-legned-light-blue {
    color: #50c2f7;
}

.text-legned-red {
    color: #f84c4c;
}

.text-legned-brown {
    color: #f7b500;
}

.chart-pie-no-legend {
    padding-top: 1.5rem !important;
    padding-bottom: 0.5rem !important;
}

@media (min-width: 1200px) {
    .chart-pie-no-legend {
        padding-left: 2rem !important;
    }
}


/***************************************** operator ***********************************************/

.operator-search-nav .nav-tabs .nav-item {
    text-align: center !important;
    flex: 0 1 auto;
    color: #818e95;
    font-weight: 500 !important;
    padding: 0.75rem 0;
    margin: 0.5rem;
}

.operator-search-nav .nav-tabs .nav-item.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    animation: changePosition 0.4s linear alternate;
}

.search-result {
    display: none;
}

.table-app.first-cell-black td:first-child {
    color: #050505 !important;
}

.align-sub {
    vertical-align: sub;
}

.popover-black {
    position: relative;
}

.popover-black .popover {
    background-color: #000;
}

.alert-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.alert-black hr {
    border-top-color: #000;
}

.popover-black .bs-popover-auto[x-placement^="top"]>.arrow::after,
.popover-black .bs-popover-top>.arrow::after {
    border-top-color: #000;
}

.popover-black .bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.popover-black .bs-popover-bottom>.arrow::after {
    border-bottom-color: #000;
}

.popover-black .bs-popover-auto[x-placement^="left"]>.arrow::after,
.popover-black .bs-popover-left>.arrow::after {
    border-right-color: #000;
}

.popover-black .bs-popover-auto[x-placement^="right"]>.arrow::after,
.popover-black .bs-popover-right>.arrow::after {
    border-left-color: #000;
}

.no-wrap-text {
    white-space: nowrap;
}

.top-relative-value {
    top: 7px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    object-fit: cover;
}

.team-member-item {
    border-radius: 10px;
    background-color: #f4f7fc;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.team-member-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .delete-btn-container {
        flex: 0 0 100%;
        margin: 0 !important;
        margin-top: 1rem !important;
    }
    .delete-btn-container .delete-memebr-btn {
        margin: auto;
    }
}

.delete-btn-container,
.members-bottom-actions-container {
    display: none;
}

.members-top-actions-container.d-none {
    display: none !important;
}

.popover-info .bs-popover-auto[x-placement^="top"]>.arrow::after,
.popover-info .bs-popover-top>.arrow::after {
    border-top-color: #5db5f8;
}

.popover-info .bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.popover-info .bs-popover-bottom>.arrow::after {
    border-bottom-color: #5db5f8;
}

.popover-info .bs-popover-auto[x-placement^="left"]>.arrow::after,
.popover-info .bs-popover-left>.arrow::after {
    border-right-color: #5db5f8;
}

.popover-info .bs-popover-auto[x-placement^="right"]>.arrow::after,
.popover-info .bs-popover-right>.arrow::after {
    border-left-color: #5db5f8;
}

.field-status {
    position: absolute;
    left: 31%;
    top: 3rem;
}

.status-valid {
    color: #41e078;
}

.status-invalid:before {
    color: #D74C4C;
}

.form-control.border-left-success:focus,
.form-control.border-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 212, 0, 0.5);
}

.form-control.border-left-warning:focus,
.form-control.border-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 214, 28, 0.5);
}

.px-0.btn-app {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.active-employees {
    color: #fff !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-overflow-x {
    overflow-x: hidden;
}

.logo-footer {
    max-height: 30px;
    margin-left: .5rem;
}

.right-icon-positioning {
    float: left;
}

.left-icon-positioning {
    float: right;
}

.screen-box-login {
    border-radius: 16px;
    -webkit-box-shadow: 1px 4px 12px -4px rgb(246 251 255);
    -moz-box-shadow: 1px 4px 12px -4px rgba(177, 44, 209, 0.25);
    box-shadow: 1px 4px 12px -4px rgb(223 236 245);
    position: relative;
}

.fa-eye,
.fa-eye-slash {
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}

.fa-eye {
    background-image: url(../img/eye.svg);
}

.fa-eye-slash {
    background-image: url(../img/eye-slash.svg);
}

.fa-eye-slash:before,
.fa-eye:before {
    content: none !important;
}

.top-privacy-head {
    background: #f5e8f8;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.brand-shap {
    max-height: 140px;
    margin-left: -1rem;
    margin-top: 0;
}

.logo-privacy {
    max-height: 50px;
}

.agreement-btn {
    background-image: url(../img/white-check.svg);
    background-repeat: no-repeat;
    background-position: 8%;
}

.agreement-btn.agreed {
    background-image: url(../img/white-times.svg);
}

.dimed-content {
    position: relative;
}

.dimed-content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    border-radius: 4px;
    z-index: 6;
}

.sidebar .nav-item a .notification-circle,
.sidebar .nav-item a:hover .notification-circle,
.sidebar .nav-item a:focus .notification-circle,
.sidebar .nav-item a:active .notification-circle,
.sidebar .nav-item.active a .notification-circle {
    color: #D74C4C !important;
    position: absolute;
    left: 0.75rem;
}

.rounded-square {
    width: 42px;
    height: 42px;
}

.radius-app {
    border-radius: 0.6rem !important;
}

.shadow-sm-app {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.1) !important;
}

.p-app {
    padding-top: 0.61rem !important;
    padding-bottom: 0.61rem !important;
    padding-right: 0.61rem !important;
    padding-left: 0.61rem !important;
}

.dropdown-filter .dropdown-item {
    white-space: normal;
    word-break: break-word;
}

.dropdown-filter .btn {
    border: 0;
    position: relative;
    padding: 0.25rem 1.5rem;
}

@media (max-width: 1199.98px) {
    .m-w-61 {
        max-width: 61px;
    }
}

.h-61 {
    height: 50px;
    line-height: 50px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: 0 !important;
    background-image: url(../img/angle-down.svg);
    background-repeat: no-repeat;
    background-position: left center;
    width: 25px;
    height: 25px;
    text-align: center;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-menu-filter a {
    color: #272727;
    font-weight: 500;
    line-height: 30px;
    font-size: 0.9rem;
}

.selected-item {
    font-weight: 600 !important;
}

.dropdown-menu-filter {
    left: 0 !important;
    border-radius: 10px;
    margin-top: 15px;
    border: 0;
}

.toggle-serach-btn {
    width: 50px;
    height: 30px;
}

.search-insider-btn {
    width: 45px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 1rem;
    color: #272727;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-main-component .form-control,
.search-main-component .form-control:focus {
    height: 50px !important;
}

.search-main-component {
    min-width: 500px;
    max-width: 100%;
    position: absolute;
    right: 18.5rem;
}

.search-main-component span {
    display: block;
}

@media (max-width: 1199px) {
    .search-main-component {
        position: absolute;
        top: 0;
        right: 1rem;
        left: 1rem;
        width: auto;
        min-width: auto;
        margin: 0 !important;
        z-index: 2;
        bottom: 0;
        background: #fff;
        padding-top: 0.8rem;
    }
    .search-main-component .form-control,
    .search-main-component .form-control:focus {
        background: #fff !important;
        border-color: #fff !important;
    }
}

.search-insider.form-control.form-control-user.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    background: #fff !important;
    font-family: "Almarai", sans-serif;
}
.search-insider.form-control.bg-light-gray.form-control-user.shadow-sm {
    box-shadow: none !important;
}

.table-separated tr {
    background: transparent;
    border-radius: 20px;
}

.table-separated tbody tr {
    box-shadow: 0 0.125rem 0.25rem 0 rgb(58 59 69 / 10%) !important;
    background: transparent;
    border-radius: 20px;
}

.table tr th:first-child {
    min-width: auto;
}

.table tr td:first-child {
    min-width: auto;
    word-break: break-word;
}

.table tr td:first-child>div {
    display: inline-block;
}

.table tr td:nth-child(2)>.d-flex {
    min-width: 230px;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    word-break: break-word;
}

.table tr td:nth-child(2)>.d-flex>div:first-child {
    flex: none;
}

.p-datatable table {
    table-layout: auto !important;
}

.table-separated tr td:last-child,
.table tr th:last-child {
    border-top-left-radius: 8px;
}

.table-separated tr td:first-child,
.table tr th:first-child {
    border-bottom-right-radius: 0;
}

.table-separated tr td:last-child,
.table tr th:last-child {
    border-bottom-left-radius: 0;
}

.table-separated tr td:first-child,
.table tr th:first-child {
    border-top-right-radius: 8px;
}

table.table-separated {
    border-collapse: separate !important;
    border-spacing: 0 0.75rem;
    background: #fafbfd;
}

.lable-inside-table {
    color: #050505;
}

.table-dots {
    transform: rotate(-90deg);
    text-shadow: none;
}

.brand-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: top;
}

.mini-sidebar .nav-item .nav-link {
    text-align: right;
    padding: 0.75rem 1rem;
    width: auto;
    text-transform: capitalize;
    border-left: 3px solid transparent;
}

.document-uploaded-wrapper {
    height: 150px;
    overflow: hidden;
}

.document-uploaded-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: top;
    background: #c3b5b2;
}

.datepicker.date {
    border: 1px solid #e0e3e4;
    border-radius: 0.44rem;
}

@media (min-width: 992px) {
    .big-btn {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        float: left;
    }
}

.btn.medium {
    font-size: 90% !important;
}

.tab-style-insider {
    border-radius: 0.6rem;
    border: 1px solid #e3e6f0 !important;
}

.section-tabs-list {
    border-bottom: 1px solid #e3e6f0 !important;
    padding-bottom: 1px !important;
}

.bg-form-control {
    border-color: #d5d4d4;
}

textarea.form-control {
    min-height: 160px;
    text-align: right;
}

.filter-component {
    width: 400px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    height: auto;
    left: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    min-height: 100vh;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

@media (max-width: 767.98px) {
    .filter-component {
        width: 100%;
    }
}

.noscroll {
    overflow: hidden !important;
}

.filter-component.shownPos {
    left: 0 !important;
}

.filter-component.hiddenPos {
    left: -100% !important;
}

.close-side-bar {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 6;
}

.overlay-block {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    z-index: 99;
    display: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.edit-brand-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: top;
}

.edit-image-btn {
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 22px;
    height: 22px;
    line-height: 11px;
    text-align: center;
}

.filters-bottom-btns-section {
    padding-top: 5vh;
}

.mini-sidebar .nav-item .nav-link svg {
    margin-left: 12px !important;
    vertical-align: text-top;
    width: 26px;
    height: 22px;
}

.h-57 {
    height: 57px;
    line-height: 57px;
}

.h-56 {
    height: 50px;
    line-height: 50px;
}

.table tr td:first-child .d-flex {
    min-width: 230px;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
}

.table tr td:first-child .d-flex>div:first-child {
    flex: none;
}

.assign-benefits-img {
    width: 70px;
    height: 70px;
}

.table-separated td {
    border: 1px solid #fff;
    border-width: 1px !important;
}

@media (max-width: 575.98px) {
    .flex-0-100 {
        flex: 0 0 100%;
        text-align: center;
    }
}

.custom-radio-main-item {
    border-width: 2px !important;
}

.rounded-square-big {
    width: 100px;
    height: 100px;
}

.bg-light-blue {
    background: #e9f4fc;
}

.text-light-blue {
    color: #2894e9;
}

.text-light-gray {
    color: #001B2D;
}

@media (min-width: 1200px) {
    .dropdown.dropdown-filter .dropdown-menu-filter {
        min-width: 220px;
    }
}

.p {
    opacity: 0.5;
    color: #272727;
}

.item-details-container .document-uploaded-wrapper,
.item-details-container .col-xl-4.mb-4.mb-xl-0>.d-flex.justify-content-between.align-items-center,
.item-details-container .col-xl-6.mb-4.mb-xl-0>.d-flex.justify-content-between.align-items-center {
    max-width: 330px;
}

.exam-slider .slick-arrow {
    position: absolute;
    bottom: -15px;
    z-index: 1;
}

.exam-slider .next-btn {
    left: 45px;
}

.exam-slider .prev-btn {
    left: 180px;
}

.slick-dots {
    bottom: 0;
}

.exam-slider .right-icon-positioning {
    position: absolute;
    left: 15px;
}

.exam-slider .left-icon-positioning {
    position: absolute;
    right: 15px;
}

.text-black-button {
    color: #050505;
}

.file-upload-container-lg {
    height: auto;
}

.file-upload-container {
    position: relative;
    overflow: hidden;
    border: 2px dashed #c0c5c9 !important;
    border-radius: 0.44rem;
    height: auto;
    line-height: normal;
    cursor: pointer;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.helper-text {
    font-size: 80%;
}

.p-dropdown .p-dropdown-trigger {
    display: none;
}

.p-dropdown .p-dropdown-label {
    width: 100%;
}

.p-dropdown.form-control:focus,
.p-dropdown.form-control.p-focus {
    color: #272727;
    outline: 0;
}

.p-dropdown.form-control:hover {
    border-color: #d7d7d7 !important;
}

.p-dropdown.form-control .p-dropdown-label.p-placeholder {
    color: #272727;
    font-weight: 500;
}


/* Change the white to any color */

.p-paginator {
    background-color: transparent !important;
}

.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
    color: #444 !important;
    opacity: 1;
    background: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.p-paginator .p-paginator-first {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
}

.p-paginator .p-paginator-last {
    border-top-left-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    margin: 0 !important;
    position: relative;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    line-height: 1.25;
    font-weight: 600;
}

.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
    font-weight: 600;
    border: 0 !important;
    line-height: 1.25;
    border-radius: 0.9rem !important;
    background-color: #fff !important;
    margin: 0 .25rem !important;
    min-width: auto !important;
    height: auto !important;
    padding: 0.9rem 0.85rem !important;
}

.p-link:focus {
    box-shadow: none !important;
}

.p-paginator .p-paginator-pages .p-paginator-page {
    background: transparent !important;
    border: 0 !important;
    color: #444 !important;
    line-height: 1.25;
    font-weight: 600;
}

.notfound * {
    font-family: "Almarai", sans-serif !important;
}

.datepicker.date {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.datepicker.date input.form-control {
    max-height: 50px;
    border-top-right-radius: 0.44rem;
    border-bottom-right-radius: 0.44rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #272727 !important;
    font-weight: 500 !important;
    font-size: 0.875rem;
}


p-calendar,
.p-calendar {
    width: 100%;
}

.p-datepicker table td>span {
    width: 2rem !important;
    height: 2rem !important;
}

.p-paginator-left-content .dataTables_info p {
    font-size: 100% !important;
}

@media (max-width: 991.98px) {
    .p-paginator-left-content {
        width: 100% !important;
        margin: 0.5rem auto !important;
        text-align: center;
    }
    .p-datatable .p-paginator-bottom {
        padding-bottom: 2rem !important;
    }
}

.table th,
.table td,
.table div {
    font-family: "Almarai", sans-serif;
}

.error-403-image {
    max-width: 50% !important;
    margin: auto;
}


/* Effect 5: same word slide in */

.cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
}

.cl-effect-5 a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}


/* Effect 5: same word slide in and border bottom */

.cl-effect-6 a {
    margin: 0 10px;
    padding: 10px 20px;
}

.nav-list {
    text-transform: uppercase;
}

.nav-list * {
    box-sizing: border-box;
}

.nav-list li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0.9em;
    padding: 0;
}

.nav-list a {
    color: rgba(255, 255, 255, 0.6) !important;
    position: relative;
    letter-spacing: 0;
    text-decoration: none;
}

.nav-list a:after {
    right: 10px;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.nav-list a:hover:before,
.nav-list .active a:before {
    opacity: 1;
    width: 100%;
}

.nav-list a:hover:after,
.nav-list .active a:after {
    max-width: 100%;
}

.navbar-nav.nav-list .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-transform: capitalize;
    line-height: 35px;
    white-space: nowrap;
    font-size: 0.9rem;
}

.topbar .nav-item .nav-link {
    height: auto;
    text-shadow: none !important;
}

.long-light-height {
    line-height: 60px;
}

@media (max-width: 1199.98px) {
    .long-light-height {
        line-height: 40px;
        font-size: 2rem !important;
    }
}

.medium-light-height {
    line-height: 40px;
}

.small-light-height {
    line-height: 26px;
}

.opacity-4 {
    opacity: 0.4;
}

.para-brand {
    line-height: 26px;
}

.subscribe-content {
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    padding: 0.25rem 1rem;
    border-radius: 0.44rem;
    max-width: 500px;
}

.subscribe-btn {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.subscribe-input {
    max-width: 55% !important;
    border: 0 !important;
    height: 40px;
    padding: 1.5rem 0rem;
}

.subscribe-input.form-control:focus {
    box-shadow: none !important;
}

.say-cover-img {
    max-width: 70%;
}

@media (min-width: 992px) {
    .banner-top-bg {
        /* background-image: url("../img/landing-side-bg-circle.png"); */
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 20%;
        background: rgb(254, 249, 255);
        background: linear-gradient( -90deg, rgba(254, 249, 255, 1) 0%, rgba(251, 249, 252, 1) 38%) !important;
    }
    .about-cover-img {
        max-width: 85%;
        margin-left: 15%;
    }
    .about-us-bg {
        background-image: url("../img/about-dots.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
    }
    .say-bg {
        /* background-image: url("../img/say-bg.png"); */
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        min-height: 500px;
    }
}

@media (min-width: 1900px) {
    .say-bg {
        min-height: 740px;
    }
}

@media (min-width: 1200px) {
    .plans-bg {
        /* background-image: url("../img/1.png"); */
        background-repeat: no-repeat;
        background-position: right 20%;
        background-size: auto;
    }
}

.bg-section-gray {
    background: #f5f6fa;
}

.sponsor-img {
    height: 70px;
    object-fit: contain;
}

.get-btn-primary:hover svg {
    margin-right: 1.5rem !important;
}

.bg-light-sec-gray {
    background-color: #fafbfd;
}

.say-client-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.clients-slider .client-item {
    border: 1px solid #ececec;
    border-radius: 30px;
    padding: 2rem 1.5rem;
    height: 100%;
}

.clients-slider .slick-track {
    display: flex !important;
}

.clients-slider .slick-slide {
    height: inherit !important;
}

.clients-slider .slick-slide.slick-current.slick-active .client-item {
    background-color: #fff;
    box-shadow: 0 0px 15px 0 rgb(62 65 236 / 15%);
}

.clients-slider .slick-arrow {
    position: absolute;
    z-index: 3;
    left: -1rem;
    width: 55px;
    height: 55px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-slider .slick-arrow svg {
    flex: none;
}

.clients-slider .next-btn {
    top: 20%;
}

.clients-slider .prev-btn {
    bottom: 20%;
}

.clients-slider .slick-dots {
    bottom: -3rem !important;
}

@media (min-width: 992px) {
    .clients-slider .slick-arrow {
        left: -4rem;
    }
}

.plan-item {
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.03);
    border-bottom-right-radius: 0.44rem;
    border-bottom-left-radius: 0.44rem;
    border-top: 4px solid #fff;
}

.plan-item:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
}

.footer-bg-gray {
    background: #f9f9fd;
}

@media (min-width: 992px) {
    .footer-bg-left {
        /* background-image: url(../img/landing-footer-bg_l.png); */
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
    }
    .footer-bg-right {
        /* background-image: url(../img/landing-footer-bg_r.png); */
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: contain;
    }
}

.social-link-item {
    height: 39px;
    width: 39px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #e5e9f1;
    border-radius: 5px;
    background-color: #fbfbfd;
    box-shadow: none;
}

.social-link-item:hover {
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px, rgb(0 0 0 / 15%) 0px 5px 10px !important;
    background-color: #272727;
    border-color: #272727;
}

.social-link-item:hover svg path {
    fill: #fff;
}

.sub-btn-footer {
    position: absolute;
    width: 40px;
    height: 36px;
    top: 3px;
    left: 0;
    text-align: center;
}

.footer-copy-landing {
    position: absolute;
    bottom: 1rem;
    right: 0;
    left: 0;
    text-align: center;
}

@media (max-width: 991.98px) {
    .navbar-toggler-wrapper-landing {
        position: absolute;
        right: 1rem;
        top: 6rem;
        left: 1rem;
        background: #fff;
    }
    .navbar-toggler-wrapper-landing .navbar-collapse {
        padding-bottom: 1rem;
        padding-top: 1rem;
        border-radius: 0.44rem;
        margin-top: 0.5rem;
    }
}

.list-footer-links a {
    word-break: break-word;
}

/*******p-dialog  *****/

.p-dialog .p-dialog-header {
    display: none !important;
}

.p-dialog {
    width: 95% !important;
    max-width: 500px !important;
    max-height: 95% !important;
}

.p-dialog .modal-dialog {
    margin: 0 !important;
}

.search-list-wrapper span {
    display: block;
}

.search-list-wrapper .form-control {
    display: block;
    width: 100%;
    height: calc(3em + 0.75rem - 4px);
    padding: 1.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #272727;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    border-radius: 0.44rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 500;
    background: #fff !important;
    border: 1px solid #e8e8e8;
    text-align: right;
    width: 100% !important;
    padding-right: 45px !important;
    margin: 0;
    display: block;
    padding-left: 15px;
}

.p-dropdown .p-dropdown-label {
    font-weight: 500 !important;
    color: #272727;
}

@media (min-width: 768px) {
    .btn-login {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

.logo-footer-landing {
    max-height: 60px;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .landing-benefits-bg {
        background-image: url("../img/landing-section-bg-left.png");
        background-repeat: no-repeat;
        background-position: 88% 15%;
    }
    .landing-tools-bg {
        background-image: url("../img/landing-section-bg-right.png");
        background-repeat: no-repeat;
        background-position: 5% 15%;
    }
    .landing-about-bg {
        background-position: right 5rem;
    }
    .landing-plans-bg {
        background-image: url("../img/landing-section-bg-left.png");
        background-repeat: no-repeat;
        background-position: 96% 10%;
    }
}

.external-user-right-section {
    max-width: none !important;
}

.logo-origin-footer {
    max-height: 42px;
}

.notification-component .unread .notification-title-item {
    font-weight: 700;
}

.notification-component .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.3rem;
}

.notification-component .unread p {
    font-weight: 500;
}

.notification-badge {
    position: absolute;
    left: -7px;
    top: -1px;
    font-size: 40%;
}

@media (max-width: 575.98px) {
    .toggle-notifi svg {
        height: 22px;
    }
}

.col-xl-12>.card-body.p-0.my-5 {
    min-height: 70vh;
}

.soon-image {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-name: spinnersoon;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 50% !important;
}


/* WebKit and Opera browsers */

@-webkit-keyframes spinnersoon {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
    }
}


/* all other browsers */

@keyframes spinnersoon {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.icon-inside-box {
    position: absolute;
    right: 15px;
    bottom: auto;
    top: 48px;
    z-index: 1;
    width: 25px;
}

.bg-red {
    background-color: #d74c4c;
}
.opacity-50 {
    opacity: 0.50;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-85 {
    opacity: 0.85 !important;
}
.opacity-90 {
    opacity: 0.90 !important;
}
@media (min-width: 768px) {
    footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.btn {
    font-weight: 700 !important;
    max-height: 50px;
}

.screen-box-login-bottom-corner,
.screen-box-login-top-corner {
    position: absolute;
}

.screen-box-login-bottom-corner {
    bottom: 0;
    left: 0;
    transform: rotate(90deg);
}

.screen-box-login-top-corner {
    top: 0;
    right: 0;
    transform: rotate(90deg);
}


/*---------signup-step-------------*/

.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #0db02b;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    right: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #0db02b;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-right: inherit;
    border-radius: .25rem 0 0 .25rem;
}

.footer-link {
    margin-top: 30px;
}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(-180deg);
}

.list-content a i {
    text-align: left;
    position: absolute;
    top: 15px;
    left: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: left;
}

.register-steps-list li label {
    min-width: 95px;
    opacity: 0.75;
}

@media (min-width:768px) {
    .register-steps-list li label {
        min-width: 130px;
    }
}

.register-steps-list li:after {
    content: "";
    position: absolute;
    top: 12px;
    left: -78px;
    background: #000;
    opacity: 0.16;
    height: 2px;
    right: 65px;
    z-index: 1;
}

.register-steps-list li:last-child:after {
    content: none;
}

.register-steps-list li:last-child {
    padding-left: 0 !important;
}

@media (max-width: 567.98px) {
    .register-steps-list {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .register-steps-list li {
        padding-left: 0 !important;
    }
    .register-steps-list li:after {
        content: none;
    }
    .register-steps-list li {
        background-image: url(../img/corner-up-left-alt.svg);
        background-repeat: no-repeat;
        background-position: left 13px;
        padding-left: 1rem !important;
    }
    .register-steps-list li:last-child {
        background-image: none !important;
    }
}
.cart-processes-step .rounded-circle {
    width: 25px;
    height: 25px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cart-processes-step.active path {
    fill: #fff;
}

.cart-processes-step.done path {
    fill: #fff;
}

.rounded-shape-white {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 3;
}

.reg-image {
    border-top-right-radius: 0.55rem !important;
    border-top-left-radius: 0.55rem !important;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white.disabled,
.btn-white:disabled {
    border-width: 2px;
}

.btn-black,
.btn-black:hover,
.btn-black:focus,
.btn-black.disabled,
.btn-black:disabled {
    color: #001B2D !important;
    border-width: 2px;
    border-color: #e0e3e4;
    background-color: #fff;
}

.btn-green,
.btn-green:hover,
.btn-green:focus,
.btn-green.disabled,
.btn-green:disabled {
    border-width: 2px;
    background-color: #fff !important;
}

.btn-primary path {
    fill: #fff;
}

.btn-white path {
    fill: #D74C4C;
}

.btn-black path {
    fill: #001B2D;
}

.gray-text-box,
.gray-text-box:focus,
.gray-box-bg {
    background: #f2f3f4 !important;
}

.text-para-app {
    color: #828C93;
}
.bg-light-gray--app {
    background-color: #828C93;
}
@media (max-width: 567.98px) {
     h1,
    .h1 {
        font-size: 2rem;
    }
     h2,
    .h2 {
        font-size: 1.6rem;
    }
    h3,
    .h3 {
        font-size: 1.4rem;
    }
    .upload-btn-container {
        flex: 0 0 100%;
        display: flex;
        justify-content: end;
    }
}

@media (max-width:767.98px) {
    .register-steps-list li:after {
        left: -40px;
    }
}

@media (max-width: 575.98px) {
    .register-steps-list li:last-child {
        padding-left: 1rem !important;
    }
}

@media (max-width: 1199.98px) {
    .wizard-register {
        margin-top: .75rem !important;
    }
}

.btn-group-app .btn {
    border-width: 1px !important;
    border-color: #e1ebf5 !important;
    cursor: pointer;
}

.btn-group-app .btn.active,
.btn-group-app .btn.active.focus {
    border-width: 1px !important;
    color: #fff !important;
    box-shadow: none;
}

.bg-content-bar {
    background-repeat: no-repeat;
    background-size: cover;
}

.status-dot {
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
}

.dropdown-inside-table {
    width: 22px;
}

.dropdown-inside-table .dropdown-menu::before {
    position: absolute;
    top: -12px;
    left: 21px;
    right: auto;
    display: inline-block;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0);
    content: "";
}

.dropdown-inside-table .dropdown-menu::after {
    position: absolute;
    top: -11px;
    left: 19px;
    right: auto;
    display: inline-block;
    border-left: 12px solid transparent;
    border-bottom: 12px solid white;
    border-right: 12px solid transparent;
    content: "";
}

.dropdown-inside-table .dropdown {
    position: relative;
}

.dropdown-inside-table .dropdown .dropdown-menu {
    width: auto;
    left: -20px !important;
    right: auto!important;
    top: 100% !important;
    transform: none !important;
}

.table-responsive {
    padding-bottom: 5rem !important;
}

.account-image {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
}


/* Rounded sliders */

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.fit-cover {
    object-fit: cover;
}

.fa-arrow-down:before {
    content: "";
}

.fa-arrow-down,
.fa-arrow-down:hover {
    content: "";
    background-image: url(../img/arrow-down.svg) !important;
    background-position: center;
    background-repeat: no-repeat !important;
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-up,
.fa-arrow-up:hover {
    background-image: url(../img/arrow-up.svg) !important;
    background-position: center;
    background-repeat: no-repeat !important;
}

.datetimepicker-input {
    border-left: 0;
}

.datepicker-days,
.datepicker-months,
.datepicker-years {
    padding: .5rem;
}

.topbar .main-nav-content .dropdown-menu::after,
.topbar .dropdown-menu::before {
    content: none !important;
}

.topbar .main-nav-content .dropdown-toggle::after {
    left: 0!important;
}

.topbar .main-nav-content .nav-link {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    white-space: nowrap;
}

.topbar .main-nav-content .dropdown-toggle::after {
    background-image: url(../img/angle-down-nav.svg);
}

.topbar .main-nav-content .nav-item:hover .dropdown-toggle::after,
.topbar .main-nav-content .nav-item.active .dropdown-toggle::after {
    background-image: url(../img/angle-down-nav-active.svg) !important;
}

.topbar #navigationToggle {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0 !important;
    flex: none;
}

.topbar .main-nav-content .nav-item {
    position: relative;
}

@media (max-width: 991.98px) {
    .topbar .main-nav-content .dropdown-toggle {
        position: absolute;
        left: 0;
        top: 20px;
        transform: none;
        z-index: 2;
    }
}

@media (min-width: 992px) {
    .topbar .main-nav-content .nav-item.active::after {
        content: "";
        position: absolute;
        height: 3px;
        right: 0;
        left: 0;
        bottom: -27px;
        animation: changePosition .4s linear alternate;
    }
    @keyframes changePosition {
        0% {
            right: 0%;
            left: 0%;
        }
        50% {
            right: 10%;
            left: 10%;
        }
        100% {
            right: 0%;
            left: 0%;
        }
    }
}

.topbar #navigationToggle:hover {
    background-color: #eaecf4;
}

.topbar #navigationToggle:active {
    background-color: #dddfeb;
}

@media (min-width: 992px) {
    .topbar .main-nav-content {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    .topbar .main-nav-content {
        position: absolute;
        display: none;
        right: 0;
        left: 0;
        background-color: #fff;
        top: 79px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eaecf4;
    }
    .topbar.navbar-light .navbar-nav .nav-item .nav-link {
        color: #979797;
    }
    .topbar .main-nav-content .navbar-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .topbar .main-nav-content .nav-link {
        display: block;
        padding: 0.5rem 0rem 0.5rem 1rem !important;
    }
    .topbar .main-nav-content li {
        margin: 0 1rem !important;
    }
    .topbar .main-nav-content .dropdown-menu {
        width: 100%;
        left: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        position: static;
    }
}

.landing-bg {
    background-image: url(../img/snake.png) !important;
    background-repeat: no-repeat;
    background-size: contain;

    background-color: #FDC374;
    /* background-size: inherit; */
    background-position: 0 0;
}

.profile-circle-icon-wrapper {
    width: 60px;
    height: 60px;
}

.profile-circle-icon-wrapper img {
    height: 50px;
}

.border-landing,
.border-landing:focus {
    border: 1px solid #b5b5b5 !important;
}

.search-btn {
    position: absolute;
    left: 4px;
    top: 4px;
}

.pr-6 {
    padding-left: 7rem;
}

.marker-dropdown-icon {
    position: absolute;
    right: 13px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.item-image-event {
    border-top-left-radius: 0.55rem !important;
    border-top-right-radius: 0.55rem !important;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.sponsor-logo {
    width: 26px;
    height: 26px;
    object-fit: cover;
}

.event-date {
    height: 50.5px;
    width: 50.5px
}

.toolbar-labels {
    position: absolute;
    left: 0;
    top: 15px;
}

.featured-radius {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.exclusive-label {
    background: #fcc77f;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.rounded-list-left {
    border-bottom-right-radius: .55rem;
}

.word-break {
    word-break: break-word;
}

.home-events-slider .slick-next:before,
.home-events-slider .slick-prev:before {
    content: none;
}

.home-events-slider .slick-next,
.home-events-slider .slick-prev {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0.125rem 0.45rem 0 rgba(58, 59, 69, 0.1) !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.home-events-slider .slick-next {
    background-image: url(../img/angle-right-b-slider.svg) !important;
}

.home-events-slider .slick-prev {
    background-image: url(../img/angle-left-b-slider.svg) !important;
}

.home-events-slider .slick-next:hover {
    background-color: #feecd4;
    background-image: url(../img/angle-right-b-slider-active.svg) !important;
}

.home-events-slider .slick-prev:hover {
    background-color: #feecd4;
    background-image: url(../img/angle-left-b-slider-active.svg) !important;
}

@media (min-width: 1400px) {
    .slick-prev,
    .slick-next {
        width: 48px;
        height: 48px;
    }
    .slick-prev {
        right: -48px;
    }
    .slick-next {
        right: -48px;
    }
}

@media (max-width: 1200px) {
    .slick-prev {
        right: -25px;
    }
    .slick-next {
        left: -25px;
    }
}

@media (max-width: 576px) {
    .slick-prev {
        right: -15px;
    }
    .slick-next {
        left: -15px;
    }
}

.m-w-500 {
    max-width: 500px;
}

.w-80-px {
    width: 80px !important;
    max-width: 80px;
}

.w-110-px {
    width: 110px !important;
    max-width: 110px;
}

.box-sponsor-logo {
    width: 60px;
    height: 60px;
    /* padding: 0.5rem; */
    /* border: 1px solid #f4f4f4dd; */
    /* overflow: hidden; */
}

slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto;
}

@media (min-width: 576px) {
    .opacity-0 {
        opacity: 0;
    }
}

.item-box-opportunity:hover .btn-bookmark {
    opacity: 1 !important;
    z-index: 1;
}

.title-opportunity {
    margin-left: 135px;
}

@media (max-width: 575.98px) {
    .title-opportunity {
        margin-left: 70px;
    }
}

.image-event-list {
    border-top-right-radius: 0.55rem !important;
    border-bottom-right-radius: 0.55rem !important;
    height: 215px;
    object-fit: cover;
    object-position: top;
}

.right-side-event-list {
    border-top-left-radius: 0.55rem !important;
    border-bottom-left-radius: 0.55rem !important;
}

.para-list {
    height: 69px;
    line-height: 23px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .image-event-list {
        border-top-right-radius: 0.55rem !important;
        border-top-left-radius: 0.55rem !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

.sponsor-logo-details {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.zoom-icon {
    max-width: 90px;
}

.top-0 {
    top: 0;
}

.static {
    position: static;
}

.requirements-list li {
    list-style-type: disc;
}

.edit-btn-square {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-btn-square svg {
    flex: none;
}


/**********/

.custom-select-app.bg-white:focus {
    background-color: #fff !important;
}

.p-dropdown.form-control.bg-white:focus,
.p-dropdown.form-control.p-focus.bg-white {
    background-color: #fff !important;
}

.p-checkbox .p-checkbox-box .p-checkbox-icon {
    font-size: 10px !important;
    font-weight: 900 !important;
}

.p-editor-container .p-editor-toolbar.ql-snow {
    border: 1px solid #e0e3e4 !important;
}

.p-editor-container .p-editor-toolbar {
    background: #ffffff !important;
}

.p-dropdown {
    border: 1px solid #e0e3e4 !important;
}

.p-datepicker table td>span.p-highlight {
    color: #fff !important;
}


p-autocomplete.search-unique {
    padding: 0 !important;
    border-radius: 0.44rem;
    border: 0px !important;
    height: auto;
}

.search-unique span {
    display: block;
    border-radius: 0.44rem;
}

.search-unique input {
    border-radius: 0.44rem;
    border: 1px solid #b5b5b5 !important;
    height: calc(3em + 0.75rem - 4px);
    max-height: 50px;
    border-radius: 0.44rem;
    padding-right: 50px !important;
    padding-left: 15px !important;
}

.search-unique-btn {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 1rem;
    color: #272727;
    transform: translateY(-50%);
    z-index: 1;
}

ngx-spinner .la-ball-scale-ripple-multiple div {
    display: none !important;
}

ngx-spinner .la-ball-scale-ripple-multiple {
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px !important;
    width: 100px !important;
}

.flex-none {
    flex: none;
}


/*****Amina******/

.opacity-3 {
    opacity: 0.3;
}

.label-ml-29 {
    margin-right: 29px
}

.span-svg-26 {
    width: 26px;
    display: inline-block;
}


/********* END Amina*******/

.pagination-style-2 .page-item.active .page-link {
    color: #fff !important;
}

.item-employers-box:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.shadow-hover-effect:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.text-gray-app-3 {
    color: #333E48 !important;
}

.text-gray-app-4 {
    color: #081F32 !important;
}

.bg-employer-details {
    background-image: url("../img/bg-inner-employer.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-orange-2 {
    background-color: #FCC780 !important;
    background-image: none !important;
}

.tabs-employer.nav-tabs .nav-item {
    padding: .65rem 1.25rem;
    border-radius: 0.25rem !important;
    text-align: center !important;
    margin: .25rem;
    color: #333E48 !important;
    background: transparent;
    font-weight: 600;
}

.tabs-employer.nav-tabs .nav-item.active::after {
    content: none;
}

.tabs-employer.nav-tabs .nav-item.active {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

@media (max-width: 567.98px) {
    .tabs-employer.nav-tabs .nav-item {
        flex: 1 auto;
    }
}

.social-links li svg {
    border-radius: 50%;
}

.social-links li a:hover svg {
    box-shadow: 0 0.15rem 1rem 0 rgb(135 154 171 / 62%) !important;
}

.btn-copy-details rect,
.btn-copy-details path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.img-40 {
    width: 40px;
    height: 40px;
}

.box-emp-logo img {
    max-height: 100%;
}

.item-box-emp-image {
    height: 193px;
    object-fit: cover;
}


/*** <--- CIRCLE STYLES ---> ***/

.circle {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 50%;
    background: #C3CCD5;
    overflow: hidden;
}

.circle .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 41px;
    height: 41px;
    background: #fff;
    border-radius: 50%;
    font-size: 100%;
    color: #000;
    font-weight: 500;
}

.light-blue-bg {
    background-color: #F6FBFF;
}

.text-dark-app {
    color: #151A1E;
}

.toolbar-emp {
    position: absolute;
    left: 15px;
    top: 15px;
}

.box-sponsor-logo-big {
    width: 90px;
    height: 90px;
}

.border-color-paging {
    border-color: #A5B3C0 !important;
}

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

.tabs-courses .nav-item.nav-link {
    color: #333E48;
    font-weight: 600;
    text-align: center;
    padding: 1.25rem 1rem;
    position: relative;
}

.tabs-courses .nav-item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px;
    height: 2px;
    border-radius: 4px;
}

@media (max-width: 567.98px) {
    .tabs-courses .nav-item {
        flex: 1 auto;
    }
}

.video-container {
    border-radius: 3px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #000;
}

.shadow-widget {
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

@media (min-width: 992px) {
    .top-positioning-desktop {
        position: relative;
        top: -115px;
    }
}

.m-w-350-desktop {
    max-width: 350px;
}

.accordion-course-app .btn-accordion {
    background-image: url(../img/cheveron-up.svg);
    background-repeat: no-repeat;
    background-position: 3%;
    font-size: 1rem !important;
}

.accordion-course-app .btn-accordion.collapsed {
    background-image: url(../img/cheveron-down.svg);
    background-color: #F5F6F6 !important;
    color: #151A1E !important;
}

.accordion-course-app .card {
    border: 0;
}

.accordion-course-app .card {
    border-bottom: 1px solid #E1E6EA !important;
}

.accordion-course-app .card:last-child {
    border-bottom: 0!important;
}

.accordion-course-app.all-white-accorion .btn-accordion.collapsed {
    background-color: #fff !important;
}

.text-dark-badge {
    color: #3F4D5A;
}

.circle-uploader {
    width: 40px;
    height: 40px;
}

.circle-uploader .inner {
    width: 31px;
    height: 31px;
}

.bg-gray-app-3 {
    background-color: #F0F2F4;
}

.overflow-hidden {
    overflow: hidden;
}

.bg-light-gray-new {
    background-color: #F3F4F7;
}

.badge-course-degree {
    position: absolute;
    left: 1rem;
    top: 1rem;
}


/*********** 22/9/2022 ************/

.p-datepicker table td {
    padding: 0.25rem !important;
}

.p-button.p-button-text:enabled:hover,
.p-button.p-button-text:enabled:focus {
    background-color: transparent !important;
}

.p-datepicker table th>span {
    color: #23753f !important;
    font-weight: 500 !important;
}

.p-datepicker th,
.p-datepicker td,
.p-datepicker table th>span {
    width: auto !important;
    height: auto !important;
    line-height: initial !important;
}

.p-datepicker .p-datepicker-buttonbar {
    display: flex;
    justify-content: space-around;
}

.p-datepicker .p-datepicker-header .p-datepicker-title {
    display: flex;
    justify-content: center;
    margin: 0 0.5rem;
}

.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month,
.p-datepicker .p-datepicker-header .p-datepicker-title select {
    padding: 0.35rem .65rem !important;
    border-radius: 0.5rem;
}

.p-datepicker .p-timepicker {
    color: #23753f !important;
}

.p-datepicker .p-timepicker span {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.p-datepicker .p-datepicker-buttonbar {
    padding: .5rem 0 !important;
}

.p-dropdown {
    border: 1px solid #e8e8e8 !important;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item,
.p-multiselect-panel .p-multiselect-items .p-multiselect-item,
.p-datepicker table td span {
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #fff !important;
}

.landing-bg .p-dropdown {
    background-color: #fff !important;
}

.p-datepicker table td>span.p-highlight {
    color: #fff !important;
}

.chart-pie canvas {
    height: 100% !important;
}

.mini-title-width {
    max-width: 300px;
}

.fo-100 {
    font-size: 1rem !important;
}

@media (min-width: 576px) {
    .fo-100 {
        text-align: center !important;
    }
}


/************** 29/09/2022 By Mohamed ***/

.min-height-300 {
    min-height: 300px;
}

.emp-nav .nav-tabs .nav-item {
    text-align: center !important;
    flex: 0 1 auto;
    color: #000;
    font-weight: 500 !important;
    padding: 0.75rem 0;
    margin: 0.5rem;
    font-size: 1rem;
}

.emp-nav .nav-tabs .nav-item.active::after {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.emp-nav .nav-tabs .nav-item:last-child {
    margin-left: 0 !important;
}

table.table-app.table-info tr th:first-child {
    border-bottom-right-radius: 8px !important;
}

table.table-app.table-info tr th:last-child {
    border-bottom-left-radius: 8px !important;
}

.flex-100 {
    flex: 0 0 100%;
}

@media (max-width: 567.98px) {
    .tabs-admin .nav-item {
        flex: 1 auto;
    }
}

.normal-table {
    border: 0 !important;
}

.tabs-opportunities .nav-item {
    border-radius: 8px !important;
    min-height: calc(100%);
    flex: 1 auto;
    margin: .5rem;
}

.tabs-opportunities .nav-item.active::after {
    content: none !important;
}

.tabs-opportunities .nav-item.show .nav-link,
.tabs-opportunities .nav-link.active {
    color: #fff!important;
}

.tabs-opportunities .nav-link.active path {
    fill: #fff!important;
}

.social-links {
    flex-wrap: wrap;
}

.social-links li {
    margin-bottom: .5rem;
}

.normal-table.shadow-sm {
    box-shadow: 0 0.125rem 0.15rem 0 rgb(58 59 69 / 20%) !important;
}

.top-btns-actions-container .btn {
    flex: 1 auto;
    min-width: 135px;
}

.p-multiselect {
    box-shadow: 0 0.125rem 0.25rem 0 rgb(58 59 69 / 20%) !important;
    border-radius: 0.44rem !important;
    border: 0 !important;
    position: relative;
    padding: 0.25rem 1.5rem !important;
}

.p-multiselect .p-multiselect-label {
    color: #272727 !important;
    font-weight: 600 !important;
}

.p-multiselect .p-multiselect-label-container {
    display: flex;
    align-items: center;
}

.p-multiselect::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: 0 !important;
    background-image: url(../img/angle-down.svg);
    background-repeat: no-repeat;
    background-position: left center;
    width: 25px;
    height: 25px;
    text-align: center;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-multiselect .p-multiselect-trigger-icon {
    visibility: hidden;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
}

.p-inputtext:enabled:focus {
    color: #272727 !important;
}

@media (max-width: 567.98px) {
    .p-component span {
        white-space: normal !important;
    }
    .p-multiselect .p-component span {
        white-space: normal;
    }
    .p-multiselect .p-multiselect-item {
        align-items: flex-start !important;
    }
    .p-multiselect .p-checkbox .p-checkbox-box {
        margin-top: 0.25rem;
    }
}

.bg-gray-app-4 {
    background-color: #F5F6F6 !important;
}

.radius-app-2 {
    border-radius: 0.44rem !important;
}

.module_card .no-bg.btn-accordion {
    background-color: transparent !important;
}

.no-radius-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.over-flow-hidden {
    overflow: hidden;
}

.module_card.card.rounded-app.over-flow-hidden {
    border-radius: 0.55rem !important;
}

.module_collapse {
    border-radius: .55rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0 !important;
}

@media (min-width: 576px) {
    .btn-top-desktop {
        position: absolute;
        top: -4rem;
    }
}

.file-upload-container.bg-white {
    background-color: #fff !important;
}

.dash-item-box>div {
    width: 100%;
}

.flex-20 {
    flex-flow: row wrap;
}

.flex-20>div {
    flex: 1 1 32%;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 117px;
}

@media (min-width:1200px) {
    .flex-20>div {
        flex: 0 1 18%;
        min-height: 139px;
    }
}

@media (min-width:1500px) {
    .flex-20>div {
        min-height: 120px;
    }
}

@media (max-width: 567.98px) {
    .flex-20>div {
        flex: 1 1 48%;
        min-height: 111px;
    }
}

@media (max-width: 409.98px) {
    .flex-20>div {
        min-height: 131px;
    }
}

.item-record:last-child {
    margin-bottom: 0;
}

.flex-20 .dash-item-link {
    min-height: auto!important;
}

@media (max-width: 567.98px) {
    .flex-20 .dash-item-link {
        flex: 0 100% !important;
    }
}

.flex-20 .dash-item-link:hover * {
    color: #fff !important;
}

.flex-20 .dash-item-link:hover path {
    fill: #fff;
}

.mini-sidebar.sidebar-light .nav-item.active .nav-link span,
.mini-sidebar.sidebar-light .nav-item .nav-link:hover span,
.mini-sidebar.sidebar-light .nav-item .nav-link:hover svg path,
.mini-sidebar.sidebar-light .nav-item .nav-link:hover i {
    stroke: none !important;
}

.mini-sidebar.sidebar-light .nav-item.active .nav-link svg path {
    stroke: none !important;
}

.mini-sidebar.sidebar-light .nav-item .nav-link svg path {
    fill: #001B2D !important;
    stroke: none!important;
}

.custom-select-app .p-dropdown-label {
    padding-right: 0;
    font-size: 0.875rem;
    font-family: "Almarai", sans-serif;
}

.p-component {
    font-family: "Almarai", sans-serif;
}

.p-radiobutton-label {
    margin-bottom: 0
}

.breadcrumb-wrapper li:first-child {
    margin-right: 0 !important;
}

.breadcrumb-wrapper li:nth-child(2) a,
.breadcrumb-wrapper li:nth-child(4) label {
    padding-top: 0.3rem !important;
}


@media (min-width: 768px) {
    .m-w-70 {
        max-width: 70%;
    }
	.m-w-60 {
		max-width:60%;
	}

}
@media (min-width: 1200px) {
    .right-col-emp-port .user-form-right-section {
       margin-bottom:10rem !important;
    }

}
/***********
    landing pages 26/10/2022
**********/
.intro-text {
    font-size:2.2rem;
}
.intro-line-height {
    line-height: 53px !important;
}
.animated-gradient-bg {
    background: linear-gradient(-45deg, #e2e3e3, #fff, #e2e3e3, #fff);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 100% 50%;
    }

    50% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}
.tra-bg {
    background-image: url("../img/landing/tra-bg.png");
    border-radius:17px;
}
@media (max-width: 767.98px) {
    .intro-line-height {
        line-height: 31px !important;
    }
    .intro-text {
        font-size: 1.2rem !important;
    }
}
@media (min-width: 1200px) {
    .logo-intro {
        max-width: 79%;
    }
}
@media (min-width: 1500px) {
    .justify-content-xxl-center {
        justify-content: center !important;
    }
}
.ministry-logo-inners {
    max-width: 77px;
}
.navbar-nav.ml-auto {
    align-items:center;
}
.rounded-path-btn {
    border-radius:28px
}
.path-list li {
    flex: 1;
    max-width: 160px;
}
.career-path-img {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    left: 0;
    top: -30px;
    height: 80px;
    object-fit: contain;
}
.path-list .career-path-step-btn {
    background-color: #F6F6F6;
}
.path-list .career-path-step-btn.active {
  margin-top: -19px;
  padding-bottom: 35px !important;
}
.path-list .career-path-step-btn.active .career-path-img-blur {
    display: none !important;
}
.path-list .career-path-step-btn.active .career-path-img-active {
    display: block !important;
}
.career-path-step-btn.active label {
    color:#fff !important;
    position:relative;
    font-weight:800;
    font-size:100% !important;
}
.career-path-step-btn.active label:after {
    content: "";
    background: #fff;
    border-radius: 8px;
    height: 3px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(255,255,255,1);
    box-shadow: 0px 0px 15px 3px rgba(255,255,255,1);
}
.text-gray-path {
    color: #939598;
}
.banner-wrapper {
    min-height: calc(100vh - 78px);
}
@media (min-width: 1200px) {
    .path-cover-image {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        margin-top: 2rem;
        height: 100%;
        object-fit: contain;
        max-width: 48%;
        object-position: bottom;
    }
}
@media (max-width: 1199.98px) {
    .path-cover-image {
      width: 97%;
      margin-right: 3%;
    }
}
@media (max-width: 575.98px) {
    .career-path-step-btn label, .career-path-step-btn.active label {
        font-size: 75% !important;
    }
    .career-path-img {
        height: 55px;
        top: -25px;
    }
}
.hidden-object {
    display:none;
}
/* Animation Seven */
.seven span {
    opacity: 0;
    transform: translate(150px, 0) scale(.3);
    animation: leftRight 2s forwards;
    font-weight: 800;
}

.animate span {
    display: inline-block;
}

.animate span:nth-of-type(2) {
    animation-delay: .05s;
}

.animate span:nth-of-type(3) {
    animation-delay: .1s;
}

.animate span:nth-of-type(4) {
    animation-delay: .15s;
}

.animate span:nth-of-type(5) {
    animation-delay: .2s;
}

.animate span:nth-of-type(6) {
    animation-delay: .25s;
}

.animate span:nth-of-type(7) {
    animation-delay: .3s;
}

.animate span:nth-of-type(8) {
    animation-delay: .35s;
}

.animate span:nth-of-type(9) {
    animation-delay: .4s;
}

.animate span:nth-of-type(10) {
    animation-delay: .45s;
}

.animate span:nth-of-type(11) {
    animation-delay: .5s;
}

.animate span:nth-of-type(12) {
    animation-delay: .55s;
}

.animate span:nth-of-type(13) {
    animation-delay: .6s;
}

.animate span:nth-of-type(14) {
    animation-delay: .65s;
}

.animate span:nth-of-type(15) {
    animation-delay: .7s;
}

.animate span:nth-of-type(16) {
    animation-delay: .75s;
}

.animate span:nth-of-type(17) {
    animation-delay: .8s;
}

.animate span:nth-of-type(18) {
    animation-delay: .85s;
}

.animate span:nth-of-type(19) {
    animation-delay: .9s;
}

.animate span:nth-of-type(20) {
    animation-delay: .95s;
}

.animate span:nth-of-type(21) {
    animation-delay: 1s;
}

.animate span:nth-of-type(22) {
    animation-delay: 1.05s;
}

.animate span:nth-of-type(23) {
    animation-delay: 1.1s;
}

.animate span:nth-of-type(24) {
    animation-delay: 1.15s;
}

.animate span:nth-of-type(25) {
    animation-delay: 1.2s;
}

.animate span:nth-of-type(26) {
    animation-delay: 1.25s;
}

.animate span:nth-of-type(27) {
    animation-delay: 1.3s;
}

.animate span:nth-of-type(28) {
    animation-delay: 1.35s;
}

.animate span:nth-of-type(29) {
    animation-delay: 1.4s;
}

.animate span:nth-of-type(30) {
    animation-delay: 1.45s;
}

.animate span:nth-of-type(31) {
    animation-delay: 1.5s;
}

.animate span:nth-of-type(32) {
    animation-delay: 1.55s;
}

.animate span:nth-of-type(33) {
    animation-delay: 1.6s;
}

.animate span:nth-of-type(34) {
    animation-delay: 1.65s;
}

.animate span:nth-of-type(35) {
    animation-delay: 1.7s;
}

.animate span:nth-of-type(36) {
    animation-delay: 1.75s;
}

.animate span:nth-of-type(37) {
    animation-delay: 1.8s;
}

.animate span:nth-of-type(38) {
    animation-delay: 1.85s;
}

.animate span:nth-of-type(39) {
    animation-delay: 1.9s;
}

.animate span:nth-of-type(40) {
    animation-delay: 1.95s;
}

.animate span:nth-of-type(41) {
    animation-delay: 2s;
}

.animate span:nth-of-type(42) {
    animation-delay: 2.05s;
}

.animate span:nth-of-type(43) {
    animation-delay: 2.1s;
}

.animate span:nth-of-type(44) {
    animation-delay: 2.15s;
}

.animate span:nth-of-type(45) {
    animation-delay: 2.2s;
}

.animate span:nth-of-type(46) {
    animation-delay: 2.25s;
}

.animate span:nth-of-type(47) {
    animation-delay: 2.3s;
}

.animate span:nth-of-type(48) {
    animation-delay: 2.35s;
}

.animate span:nth-of-type(49) {
    animation-delay: 2.4s;
}

.animate span:nth-of-type(50) {
    animation-delay: 2.45s;
}

.animate span:nth-of-type(51) {
    animation-delay: 2.5s;
}

.animate span:nth-of-type(52) {
    animation-delay: 2.55s;
}

.animate span:nth-of-type(53) {
    animation-delay: 2.60s;
}

.animate span:nth-of-type(54) {
    animation-delay: 2.65s;
}

.animate span:nth-of-type(55) {
    animation-delay: 2.7s;
}

.animate span:nth-of-type(56) {
    animation-delay: 2.75s;
}

.animate span:nth-of-type(57) {
    animation-delay: 2.8s;
}

.animate span:nth-of-type(58) {
    animation-delay: 2.85s;
}

.animate span:nth-of-type(59) {
    animation-delay: 2.9s;
}

.animate span:nth-of-type(60) {
    animation-delay: 2.95s;
}
/* End Animation Seven */

.border-orange {
    border-color: #FDC475 !important;
}
.feature-circle {
    width:48px;
    height:48px
}
/* Animated arrow *****/
.arrow-wrapper {
    z-index: 200;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.arrow {
    width: 44%;
    height: 44%;
    position: absolute;
    right: 50%;
    content: "";
    border-width: 0.2rem;
    border-color: #fec827 #fec827 transparent transparent;
    border-style: solid;
    border-radius: 0.5vmin;
    opacity: 0;
    animation: pulse 2s linear 0s infinite normal none;
}

.arrow:nth-child(1) {
    transform: translate(50%, 30%) rotate(-45deg);
    animation-delay: 0.5s;
}

.arrow:nth-child(2) {
    transform: translate(50%, 65%) rotate(-45deg);
    animation-delay: 0.25s;
}

.arrow:nth-child(3) {
    transform: translate(50%, 100%) rotate(-45deg);
    animation-delay: 0;
}

@keyframes pulse {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

/* ENDAnimated arrow *****/
/* Animated to right */
.scroll-r-arrow {
    -webkit-animation: scrollarrowmove 1.5s infinite;
    -webkit-animation-direction: alternate-reverse;
    animation: scrollarrowmove 1.5s infinite;
    animation-direction: alternate-reverse;
    position: absolute;
}

@-webkit-keyframes scrollarrowmove {
    from {
        right: 15px;
    }

    to {
        right: -.55rem;
    }
}
/* End Animated to right */
.text-gray-art {
    color: #b2b2b2;
}
.sponsorship-list li img {
    max-width: 85%;
}
.about-cover-landing {
    height:100%;
    object-fit:cover;
    object-position: center;
}
@media (min-width: 568px) and (max-width: 1199.98px) {
    .container-intro {
        max-width: none;
    }
}

.text-gray-para {
    color: #7f7f7f
}
.about-icareer-logo {
    max-width: 80%;
}
.mt-25 {
    margin-top:25%;
}
.bg-black {
    background-color:#000;
}
.join-circle {
    width: 60px;
    height: 60px;
}
.socil-list-landing li a {
    width: 32px;
    height: 32px;
}
.socil-list-landing li a:hover {
    -webkit-box-shadow: 0px 5px 16px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 5px 16px 0px rgba(255,255,255,1);
    box-shadow: 0px 5px 16px 0px rgba(255,255,255,1);
}
.gallery-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 88%);
}
.sep-border {
    border-top: 1px solid #c4e4cc;
}
.m-w-170 {
    min-width:170px;
}
.bg-pattern {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.65) 55%, #fff 100%);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 26%;
    left: 8%;
    max-width: 250px;
    box-shadow: 0px 1px 16px 0px rgb(0 0 0 / 10%);
    z-index: 1;
    -webkit-box-shadow: inset 30px 0px 72px -2px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 30px 0px 72px -2px rgba(0,0,0,0.12);
    box-shadow: inset 30px 0px 72px -2px rgb(0 0 0 / 12%);
    max-height: 150px;
    overflow: hidden;
}
.dots--list li span {
    height: 2px;
    width: 50px;
    border-radius: 5px;
    display: inline-block;
}
.dots-next-wrapper {
    z-index:2;
    position:absolute;
    left: 8%;
    bottom: 8%;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .bg-pattern {
        bottom: 20%;
        left: 32%;
    }
    .dots-next-wrapper {
        left: 32%;
        bottom: 5%;
    }
}
@media (max-width: 575.98px) {
    .bg-pattern {
        bottom: 110px;
        left: 7%;
        max-width: 225px;
    }

    .dots-next-wrapper {
        bottom: 20px;
        left: 7%;
    }
}
.video-app {
    height:100%;
    width:100%;
    object-fit:cover;
}

.students-cover-bg {
    /* background-image: url("../img/landing/students-cover-bg.mp4"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    background-position: left;
    position: relative;
}

.students-cover-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000000 88%);
    z-index: 1;
}
.students-cover-bg video {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 100vh;
}
@media (max-width: 567.98px) {
    .students-cover-bg:after {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 40%);
    }
}
.z-index-2 {
    z-index: 2
}
.app-features-wrapper {
    position: relative;
    z-index: 3;
}
.bg-gradient-choose {
    background: rgb(121,200,162);
    background: linear-gradient(-90deg, rgba(121,200,162,1) 0%, rgba(65,165,198,1) 100%);
}


@media (min-width: 992px) {
    .choose-cover {
        position: absolute;
        left: 5%;
        bottom: 0;
        object-fit: contain;
        max-height: 386px;
        object-position: bottom;
    }
}
.btn-gree.no-bg {
    background-color:transparent !important;
}
.btn.no-bg  {
	 background-color: transparent !important;;
}

.assessment-accordion .btn-accordion.collapsed {
    background-color: #f5f6f6 !important;
    background-image: url(../img/arrow-down-acc.png);
    border-bottom: 1px solid #f5f6f6;
    color: #5E5E5E!important;
}
.card-assessment {
    background-color: #4F90CD !important;
}
.assessment-accordion .btn-accordion {
    background-image: url(../img/arrow-up-acc.png);
    background-repeat: no-repeat;
    background-position: 3% 1.2rem;
    font-size: 1rem !important;
    color: #fff !important;
    background-color: #4F90CD !important;
    border-bottom: 1px solid #84b1dc;
}
.assessment-accordion .card{
    border-radius: 0.6rem !important;
    margin-bottom:1.5rem;
    border-bottom: 0 !important;
}
.answered-l {
    font-size: .9rem;
    margin-left: 70px;
}
.assessment-accordion .btn-accordion.collapsed .answered-l span, .assessment-accordion .btn-accordion.collapsed .answered-l svg path {
    color: #556777 !important;
    fill: #556777 !important;
}
.flex-1 {flex: 1;}
.emotions-list-large {
    max-width: 900px;
}
.selected-emotion {
    border-radius:6px;
}
.visibility-hidden {
    visibility:hidden;
}
.selected-emotion .visibility-hidden {
    visibility: visible !important;
}
.emotions-list-small li {
    width: 112px !important;
    height: 145px;
    padding-left: .5rem;
    padding-right: .5rem;
    background-color: transparent;
}
.m-w-83 {
    max-width: 83%;
}
@media (max-width: 567.98px) {
    .emotions-list-small li {
        width: 87px !important;
    }
    .answered-l {
        margin-left: 45px;
        margin-top: 0.5rem;
    }
    .m-w-83 {
        max-width: 89%;
        flex: 0 0 89%;
    }
}

.assessment-step-circle {
    width:60px;
    height:60px;
}
.assessment-step-circle .inner {
    width: 51px;
    height: 51px;
}
.instructor-img {
    width:172px;
    height:172px;
    object-fit:cover;
    object-position: top;
}
.border-6 {
    border-width:6px;
    border-style:solid;
}
/******** videojs */
.career-details-video-wrapper {
    max-height: 491px;
    height: calc(100vw * .5625);
    position: relative;
    z-index:1;
	overflow: hidden;
}

.career-details-video-wrapper .career-details-video {
    background-color: #000;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.vjs-big-play-button {
    right: 50% !important;
    top: 50% !important;
    transform: translate(50%,-50%) !important;
}
.vjs-poster {
    background-size: cover;
}
/**** End videojs */
.video-title-wrapper {
    min-height: 114px;
    background: linear-gradient(-90deg, rgba(75,141,202,1) 0%, rgba(26,99,167,1) 100%);
    position:absolute;
    right:0;
    bottom: -7px;
    left:0;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .video-title-wrapper {
        opacity: 1 !important;
        display: flex !important;
        visibility: visible !important;
        position:static;
    }
}
@media (min-width: 768px) {
    .video-title-wrapper {
        background-image: url(../img/bg-green-video.png) !important;
        background-color: transparent !important;
    }
    .position--bottom-change {
        bottom: 22px;
    }
}
.get-started-block {
    min-height: 394px;
}
.get-started-block:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(0, 27, 45, .1) 27%, #001b2d 47%);
}
.businessman-cover {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.content-after-border:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #FDC475;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}
.bg-gray-choose {
    background-color: #f6f6f6
}
.bg-light-white {
    background-color: #fafafa;
}
.shadow-choose-box {
    box-shadow: 0px 20px 50px -4px rgb(16 24 40 / 8%), 0px 8px 8px -4px rgb(16 24 40 / 3%)
}
@media (max-width: 991.98px) {
.get-started-block:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(0, 27, 45, .7) 2%, #001b2d 92%);
}
}

.min-height-50 {
    min-height:50px;
}
.m-h-280 {
    min-height:280px;
}
.min-height-100-minus {
    min-height:calc(100% - 1rem)
}
.m-h-60 {
    min-height:60px;
}
.border-bottom-light-blue {
    border-bottom: 1px solid #84b1dc;
}
.border-bottom-light-gray {
    border-bottom: 1px solid #ddd;
}
.text-dark-gray-new {
    color: #5E5E5E;
}
.card.card-answered {
    background-color: #4F90CD !important;
}
.card.card-answered * {
    color: #fff !important;
}
.assessment-accordion .card-body * {
    cursor: pointer;
}
.head-line-height {
    line-height: 26px;
}
.xl-line-height {
    line-height: 30px;
}
.min-height-469 {
    min-height: 469px !important;
}
.career-steps-banner:before {
    content:"";
    position:absolute;
    right:0;
    left: 58%;
    bottom:0;
    top:0;
    background-image: url("../img/bg-battern-steps-cover.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.w-85:after {
    width: 85px;
}
.scroll-b-arrow {
    -webkit-animation: scrollarrobottomwmove .5s infinite;
    -webkit-animation-direction: alternate-reverse;
    animation: scrollarrobottomwmove .5s infinite;
    animation-direction: alternate-reverse;
    position: absolute;
    right:0;
}

@-webkit-keyframes scrollarrobottomwmove {
    from {
        bottom: 0px;
    }

    to {
        bottom: -15px;
    }
}

@media (min-width: 568px) {
    .w-160 {
        min-width: 160px;
    }
}

.career-step-line {
    position: relative;
    width: 100%;
}
@media (max-width: 567.98px) {
    .career-step-line {
        right: 5%;
        left: 5%;
        width: 90%;
    }
    .career-step-img {
        margin-left: auto;
    }
}
.m-h-600 {
    min-height:600px;
}

.animated-stars-wrapper {
    position: absolute;
    top: -200px;
    right: 0;
    /* width: 100%; */
    /* height: 100vh; */
    animation: animateBg 50s linear infinite;
    left: 0;
    bottom: 0;
    z-index: 0;
}

@keyframes animateBg {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.animated-stars-wrapper span {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 1);
    animation: animate 3s linear infinite;
}

.animated-stars-wrapper span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(-90deg, #fff, transparent);
}

@keyframes animate {
    0% {
        transform: rotate(-315deg) translateX(0);
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: rotate(-315deg) translateX(1500px);
        opacity: 0;
    }
}

.animated-stars-wrapper span:nth-child(1) {
    top: 0;
    left: 0;
    right: initial;
    animation-delay: 0;
    animation-duration: 1s;
}

.animated-stars-wrapper span:nth-child(2) {
    top: 0;
    left: 80px;
    right: initial;
    animation-delay: 0.2s;
    animation-duration: 3s;
}

.animated-stars-wrapper span:nth-child(3) {
    top: 80px;
    left: 0px;
    right: initial;
    animation-delay: 0.4s;
    animation-duration: 2s;
}

.animated-stars-wrapper span:nth-child(4) {
    top: 0;
    left: 180px;
    right: initial;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}

.animated-stars-wrapper span:nth-child(5) {
    top: 0;
    left: 400px;
    right: initial;
    animation-delay: 0.8s;
    animation-duration: 2.5s;
}

.animated-stars-wrapper span:nth-child(6) {
    top: 0;
    left: 600px;
    right: initial;
    animation-delay: 1s;
    animation-duration: 3s;
}

.animated-stars-wrapper span:nth-child(7 ) {
    top: 300px;
    left: 0px;
    right: initial;
    animation-delay: 1s;
    animation-duration: 1.75s;
}

.animated-stars-wrapper span:nth-child(8) {
    top: 0px;
    left: 700px;
    right: initial;
    animation-delay: 1.4s;
    animation-duration: 1.25s;
}

.animated-stars-wrapper span:nth-child(9) {
    top: 0px;
    left: 1000px;
    right: initial;
    animation-delay: 0.75s;
    animation-duration: 2.25s;
}

.animated-stars-wrapper span:nth-child(10) {
    top: 0px;
    left: 1000px;
    right: initial;
    animation-delay: 2.75s;
    animation-duration: 2.25s;
}


.bg-white-opacity-1 {
    background: rgba(255, 255, 255, 0.1);
}
.bg-white-opacity-2 {
    background: rgba(255, 255, 255, 0.15);
}
.bg-white-opacity-3 {
    background: rgba(255, 255, 255, 0.3);
}
.min-h-230 {
    min-height: 238px;
}
.stared-strength::after {
    content:"";
    width:24px;
    height:24px;
    background-image: url("../img/star.png");
    background-repeat: no-repeat;
    position:absolute;
    right:50%;
    transform:translateX(50%);
    top: -11px;
}
.strength-icon {
    position:absolute;
    top:0;
}
.strength-r-icon {
    left:0;
}
.strength-l-icon {
    right:0;
}
.bg-light-yellow {
    background: #F0DA50;
}

.wizard--list li {
    margin-right: -8px;
}
.wizard--list li a {
    color: #979797;
    background-image: url("../img/wizard-undone.png");
    background-repeat: no-repeat;
    font-size: 85%;
    width: 147px;
    height: 47px;
    background-position: center;
    text-align: center;
    line-height: 47px;
    text-transform: uppercase;
    position: relative;
    -webkit-filter: drop-shadow(0px 2px 0px rgba(244, 247, 249, 1));
    filter: drop-shadow(0px 2px 0px rgba(244, 247, 249, 1));
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard--list li a::before {
    content:"";
    height:22px;
    width:22px;
    background-repeat:no-repeat;
    margin-left: .55rem;
}
.wizard--list li a.active {
    color: #fff;
    background-image: url("../img/wizard-active.png");
    -webkit-box-shadow: 7px 25px 23px -19px rgba(71,174,165,1);
    -moz-box-shadow: 7px 25px 23px -19px rgba(71,174,165,1);
    box-shadow: 7px 25px 23px -19px rgba(71,174,165,1);
}
.wizard--list li a.done {
    color: #556777;
    background-image: url("../img/wizard-done.png");
}
.wizard--list li:nth-child(1) a.undone {
   background-image: url("../img/wizard-first-undone.png");
}
.wizard--list li:nth-child(1) a.active {
   background-image: url("../img/wizard-first-active.png");
}
.wizard--list li:nth-child(1) a.done {
   background-image: url("../img/wizard-first-done.png");
}
.wizard--list li a.active::before {
    background-image: url("../img/check-active.svg");
}
.wizard--list li a.done::before {
    background-image: url("../img/check-done.svg");
}
.wizard--list li a.undone::before {
 content:none;
}
.m-w-154 {
    min-width:154px;
}
.max-h-none {
    max-height:none !important;
}
.breadcrumb-wrapper {
    margin-bottom: .5rem;
}
@media (max-width: 567.98px) {
    .breadcrumb-wrapper {
        margin-bottom: 1rem;
    }
}
.icon-inside-box-horizontal {top: 50%;transform: translateY(-50%);right: 30px;}
.border-trans, .border-trans:hover, .border-trans:focus {
    border-color: transparent !important;
}

@media (min-width: 1200px) {
    .operator-form-image {
        max-width: 70%;
    }
    .right-col-emp-port {
        background-image: url("../img/em-portal-bg-login.svg");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 100%;
    }
}

.text-emp-port-light-black {
    color: #1E2328 !important;
}
.text-emp-port-gray {
    color: #75818C !important;
}
.border-dashed {
    border-top: 1px dashed #C1C6CB
}
.border-emp-port-gray {
    border: 1px solid #C1C6CB !important;
}
.pare-middle {
    color: rgba(0, 0, 0, 0.5);
    top: -.9rem;
}
.bg-light-red {
    background-color: #F9E3E3 !important;
}
.border-light-red {
    border: 1px solid #F1BEBE !important;
}
.text-not-found {
    color: #424E59 !important;
}
.text-emp-port-app {
    color: #323B43 !important;
}

@media (min-width: 768px) {
    .progress-bar-steps {
        border-top: 4px solid #C1C6CB;
    }
    .step-one-is-active::before, .step-two-is-active::before, .step-three-is-active::before {
        content: "";
        top: -4px;
        right: 0;
        height: 4px;
        z-index: 1;
        position: absolute;
    }

    .step-one-is-active::before {
        width: 33%;
    }

    .step-two-is-active::before {
        width: 67%;
    }

    .step-three-is-active::before {
        width: 100%;
    }
}
.m-h-100 {
    min-height: 100%;
}
.bg-gray-emp-port {
    background-color: #F7F8F8;
}
.social-emp-port li:last-child {
    margin-left:0 !important;
}
.social-emp-port a:hover svg path:first-child {
    fill: #000;
}
.social-emp-port a:hover svg.global-icon path {
    fill: #000;
}

@media (max-width: 991.98px) {
    .m-h-130 {
        min-height: 130px !important;
    }
}
.m-h-500 {
    min-height:500px;
}
/*** emp  ***/
table.table > tbody > tr > td > a{
    text-decoration: underline !important;
}
.cntr-optional{
    size:60%;
    opacity:60%;
}
.txt-green{
    color:#1268B3;
}
/*** END emp  ***/
.mb-footer .btn {min-width: 80px;}
.dataTables_paginate svg {transform:rotate(180deg)}
.slick-slider {direction: ltr !important;}
.logo-sing-in {
    max-height: 100px !important;
}
.breadcrumb-wrapper svg {
    transform: rotate(180deg);
}
.breadcrumb-wrapper li:first-child svg {
    transform: rotate(0);
}
.provider-logo {
    max-width: 50px;
}
.item-service-img  {
    object-fit: cover;
    height: 250px;
}
.rotatedir {
    transform: rotate(180deg);
}
