:root {
    --blue: #0075be;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #019c24;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #0075be;
    --secondary: #858796;
    --success: #019c24;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    /*--font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: gray !important;
    }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

div.ss-disabled {
    background-color: #eaecf4 !important;
}

.qr-btn {
    line-height: 35px;
    min-height: 35px;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    /*font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
}

#page-top {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    /*overflow-y: auto;*/
    overflow-y: hidden;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 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: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #0075be;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0075be;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
        /*height: 40px;*/
    }

        a:not([href]):not([tabindex]):hover:enabled,
        a:not([href]):not([tabindex]):focus {
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
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;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    /*border-collapse: collapse;*/
    border-spacing: 0px 5px !important;
    margin-bottom: 2% !important;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .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);
}

.thumb-question {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.thumb-choice-row {
    margin-left: 0px !important;
}

.thumb-label-icon {
    width: auto !important;
}

.emoji-choices hr,
.thumb-choices hr {
    margin-bottom: 1rem;
    border-top: 0 !important;
}

.theme_partialView #invitationCollapseOne hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #858796;
}

    .blockquote-footer::before {
        content: "\2014\00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-banner-top {
    max-height: 8rem;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: 0.35rem;
    max-width: 100%;
    height: auto;
}

.new-img-thumbnail {
    border: none;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #858796;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #3a3b45;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #858796;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-bottom: 1px solid #e3e6f0;
    }

    .table thead th {
        vertical-align: bottom;
        /*border-bottom: 2px solid #e3e6f0;*/
    }

#temp-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: white;
}

.table tbody + tbody {
    border-top: 2px solid #e3e6f0;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #e3e6f0;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #e3e6f0;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #858796;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #cdd8f6;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #a3b6ee;
    }

.table-hover .table-primary:hover {
    background-color: #b7c7f2;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #b7c7f2;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #dddde2;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #c0c1c8;
    }

.table-hover .table-secondary:hover {
    background-color: #cfcfd6;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #cfcfd6;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #bff0de;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #89e2c2;
    }

.table-hover .table-success:hover {
    background-color: #aaebd3;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #aaebd3;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #c7ebf1;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #96dbe4;
    }

.table-hover .table-info:hover {
    background-color: #b3e4ec;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #b3e4ec;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fceec9;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #fadf9b;
    }

.table-hover .table-warning:hover {
    background-color: #fbe6b1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #fbe6b1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f8ccc8;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #f3a199;
    }

.table-hover .table-danger:hover {
    background-color: #f5b7b1;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f5b7b1;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfd;
    }

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #d1d1d5;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #a9aab1;
    }

.table-hover .table-dark:hover {
    background-color: #c4c4c9;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #c4c4c9;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #5a5c69;
    border-color: #6c6e7e;
}

.table .thead-light th {
    color: #6e707e;
    background-color: #eaecf4;
    border-color: #e3e6f0;
}

.table-dark {
    color: #fff;
    background-color: #5a5c69;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #6c6e7e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }

@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;
        }

    .emoji-choices.w-25,
    .thumb-choices.w-25 {
        width: 50% !important;
    }

    .emoji-choices.w-50,
    .thumb-choices.w-50 {
        width: 100% !important;
    }
}

@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;
    white-space: nowrap;
    margin: 0 12px;
}

.dataTables_info {
    margin: 0 12px;
}

table.dataTable.fixedHeader-floating {
    left: 110px;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control,
.phone-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #858796;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #858796;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #858796;
    opacity: 1;
}

.form-control::placeholder {
    color: #858796;
    opacity: 1;
}

textarea.form-control::placeholder {
    color: #858796 !important;
    opacity: .6 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eaecf4;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #6e707e;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm,
    .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 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[size],
select.form-control[multiple] {
    height: 100px !important;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #858796;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #019c24;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28, 200, 138, 0.9);
    border-radius: 0.35rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #019c24;
    padding-right: 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='%231cc88a' 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 right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus,
    .form-control.is-valid:focus {
        border-color: #019c24;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip,
    .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #019c24;
    padding-right: 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 right 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='%231cc88a' 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 right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #019c24;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
    }

    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #019c24;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #019c24;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before,
    .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #019c24;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34e3a4;
    background-color: #34e3a4;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #019c24;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #019c24;
}

.custom-file {
    overflow: hidden;
}

.custom-file-label {
    padding: 8px !important;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #019c24;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e74a3b;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231, 74, 59, 0.9);
    border-radius: 0.35rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #e74a3b;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74a3b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e74a3b' 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 right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus,
    .form-control.is-invalid:focus {
        border-color: #e74a3b;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip,
    .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #e74a3b;
    padding-right: 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 right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74a3b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e74a3b' 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 right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #e74a3b;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
    }

    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #e74a3b;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #e74a3b;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
    .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #e74a3b;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #ed7468;
    background-color: #ed7468;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e74a3b;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #e74a3b;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e74a3b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        /*width: auto;*/
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    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: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.35rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #858796;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

#sample-inchat .btn:focus,
#sample-inchat .btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
    pointer-events: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0075be;
    border-color: #0075be;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0075be;
        border-color: #0075be;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem #0075be50;
        box-shadow: 0 0 0 0.2rem #0075be50;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #0075be;
        border-color: #0075be;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0075be;
        border-color: #0075be;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem #0075be50;
            box-shadow: 0 0 0 0.2rem #0075be50;
        }

.btn-secondary {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}

.waves-effect.btn-secondary {
    background-color: #858796 !important;
}

    .waves-effect.btn-secondary:not([disabled]):active {
        background-color: #858796 !important;
    }

.btn-secondary:hover {
    color: #fff;
    background-color: #717384;
    border-color: #6b6d7d;
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6b6d7d;
    border-color: #656776;
}

    .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
    }

.btn-success {
    color: #fff;
    background-color: #019c24;
    border-color: #019c24;
}

    .btn-success:hover {
        color: #fff;
        background-color: #03af2a;
        border-color: #03af2a;
    }

    .btn-success:focus,
    .btn-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #019c24;
        border-color: #019c24;
    }

    .btn-success:not(:disabled):not(.disabled):active,
    .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus,
        .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}

    .btn-info:hover {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5;
    }

    .btn-info:focus,
    .btn-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc;
    }

    .btn-info:not(:disabled):not(.disabled):active,
    .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus,
        .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
        }

.btn-warning {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d;
    }

    .btn-warning:focus,
    .btn-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e;
    }

    .btn-warning:not(:disabled):not(.disabled):active,
    .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus,
        .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
    }

    .btn-danger:focus,
    .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b;
    }

    .btn-danger:not(:disabled):not(.disabled):active,
    .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus,
        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
        }

.btn-light {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}

    .btn-light:hover {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
    }

    .btn-light:focus,
    .btn-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
    }

    .btn-light.disabled,
    .btn-light:disabled {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc;
    }

    .btn-light:not(:disabled):not(.disabled):active,
    .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus,
        .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e;
    }

    .btn-dark:focus,
    .btn-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
    }

    .btn-dark.disabled,
    .btn-dark:disabled {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69;
    }

    .btn-dark:not(:disabled):not(.disabled):active,
    .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus,
        .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
        }

.btn-outline-primary {
    color: #0075be;
    border-color: #0075be;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0075be;
        border-color: #0075be;
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #0075be;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #0075be;
        border-color: #0075be;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem #0075be50;
            box-shadow: 0 0 0 0.2rem #0075be50;
        }

.btn-outline-secondary {
    color: #858796;
    border-color: #858796;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #858796;
        border-color: #858796;
    }

    .btn-outline-secondary:focus,
    .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: #858796;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #858796;
        border-color: #858796;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
        }

.btn-outline-success {
    color: #019c24;
    border-color: #019c24;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #019c24;
        border-color: #019c24;
    }

    .btn-outline-success:focus,
    .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
    }

    .btn-outline-success.disabled,
    .btn-outline-success:disabled {
        color: #019c24;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active,
    .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #019c24;
        border-color: #019c24;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
        }

.btn-outline-info {
    color: #36b9cc;
    border-color: #36b9cc;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc;
    }

    .btn-outline-info:focus,
    .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
    }

    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: #36b9cc;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active,
    .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
        }

.btn-outline-warning {
    color: #f6c23e;
    border-color: #f6c23e;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e;
    }

    .btn-outline-warning:focus,
    .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
    }

    .btn-outline-warning.disabled,
    .btn-outline-warning:disabled {
        color: #f6c23e;
        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;
        background-color: #f6c23e;
        border-color: #f6c23e;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
        }

.btn-outline-danger {
    color: #e74a3b;
    border-color: #e74a3b;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b;
    }

    .btn-outline-danger:focus,
    .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
    }

    .btn-outline-danger.disabled,
    .btn-outline-danger:disabled {
        color: #e74a3b;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
        }

.btn-outline-light {
    color: #f8f9fc;
    border-color: #f8f9fc;
}

    .btn-outline-light:hover {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc;
    }

    .btn-outline-light:focus,
    .btn-outline-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
    }

    .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;
        background-color: #f8f9fc;
        border-color: #f8f9fc;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus,
        .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
        }

.btn-outline-dark {
    color: #5a5c69;
    border-color: #5a5c69;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69;
    }

    .btn-outline-dark:focus,
    .btn-outline-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
    }

    .btn-outline-dark.disabled,
    .btn-outline-dark:disabled {
        color: #5a5c69;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active,
    .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
        .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #0075be;
    text-decoration: none;
}

    .btn-link:hover {
        color: #026aab;
        text-decoration: underline;
    }

    .btn-link:focus,
    .btn-link.focus {
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-link:disabled,
    .btn-link.disabled {
        color: #858796;
        pointer-events: none;
    }

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.15s ease;
    transition: height 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4;
}

.dropdown-item,
.navbar .dropdown-menu a.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #2e2f37;
        text-decoration: none;
        background-color: #f8f9fc;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0075be;
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #858796;
        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;
    color: #858796;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #3a3b45;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .form-control-plaintext,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control-plaintext + .form-control,
        .input-group > .form-control-plaintext + .custom-select,
        .input-group > .form-control-plaintext + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }


    .input-group > .custom-file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus,
        .input-group-append .btn:focus {
            z-index: 3;
        }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #0075be;
        background-color: #0075be;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #bac8f3;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #e5ebfa;
        border-color: #e5ebfa;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #858796;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #eaecf4;
        }

.inChatRatingChiocesCenter {
    display: grid;
    justify-content: center;
    align-content: center;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    word-break: break-all;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.35rem;
}

.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 .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #0075be;
    background-color: #0075be;
}

.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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.custom-switch {
    padding-left: 2.25rem !important;
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #b7b9cc;
        border-radius: 0.5rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        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;
        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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    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 right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #bac8f3;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    }

        .custom-select:focus::-ms-value {
            color: #6e707e;
            background-color: #fff;
        }

    .custom-select[multiple],
    .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #858796;
        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-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 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:focus ~ .custom-file-label {
        border-color: #bac8f3;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #eaecf4;
    }

    .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;
    right: 0;
    left: 0;
    /*z-index: 1;*/
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        /*z-index: 3;*/
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 0.35rem 0.35rem 0;
    }

.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: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #0075be;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #e5ebfa;
}

.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;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #e5ebfa;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem;
}


.custom-range::-moz-range-progress {
    height: 0.5rem;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #0075be;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #e5ebfa;
}

.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-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #b7b9cc;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #b7b9cc;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #b7b9cc;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover,
    .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #858796;
        pointer-events: none;
        cursor: default;
    }

.nav-tabs {
    border-bottom: 1px solid #dddfeb;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.35rem;
        border-top-right-radius: 0.35rem;
        font-weight: 500;
        color: #acacac;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }

        .nav-tabs .nav-link:hover,
        .nav-tabs .nav-link:focus {
            border-bottom: 2px solid #0075be;
            color: #0075be;
        }

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-tabs .nav-link.disabled {
    color: #858796;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #0075be;
    background-color: transparent;
    border-bottom: 2px solid #0075be;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0075be;
    min-height: 60px;
    transition: background-color ease-out 0.8s;
}

    .nav-pills .nav-link.active span,
    .nav-pills .show > .nav-link span {
        color: #fff;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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.35rem;
}

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        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-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            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-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            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-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            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-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover,
    .navbar-light .navbar-brand:focus {
        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:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        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 .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: 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:hover,
        .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover,
    .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:focus {
        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 .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: 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:hover,
        .navbar-dark .navbar-text a:focus {
            color: #fff;
        }



.theme {
    background: cadetblue;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-radius: 10px;
}

.create-theme,
.create-sms,
.create-actionCard {
    font-size: 14px;
    cursor: pointer;
}

.appearance-container {
    border: none !important;
}

    .appearance-container header {
        /*background: #294ace;*/
        /*min-height: 80px;*/
        /*height: 80px;*/
        /*max-height: 150px;*/
        color: white;
    }

    .appearance-container footer {
        /*background: #294ace;*/
        /*min-height: 40px;*/
        /*max-height: 100px;*/
        color: white;
    }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.35rem;
        border-top-right-radius: 0.35rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.35rem;
        border-bottom-left-radius: 0.35rem;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    /*border-bottom: 1px solid #e3e6f0;*/
}



    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0px;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0;
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.35rem - 1px);
}

.card-img-top {
    /*width: 100%;*/
    /*Not supported in ie */
    /*object-fit: scale-down;*/
    /*Not supported in ie */
    border-top-left-radius: calc(0.35rem - 1px);
    border-top-right-radius: calc(0.35rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.35rem - 1px);
    border-bottom-left-radius: calc(0.35rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 0.75rem;
    }

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -0.75rem;
        margin-left: -0.75rem;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 0.75rem;
            margin-bottom: 0;
            margin-left: 0.75rem;
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 0.75rem;
    }

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-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-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }



.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: 0.35rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #858796;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #858796;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.35rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0075be;
    background-color: #fff;
    border: 1px solid #dddfeb;
}

    .page-link:hover {
        z-index: 2;
        color: #026aab;
        text-decoration: none;
        background-color: #eaecf4;
        border-color: #dddfeb;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0075be;
    border-color: #0075be;
}

.page-item.disabled .page-link {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #0075be;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #026aab;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #858796;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #6b6d7d;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #019c24;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #169b6b;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #36b9cc;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #2a96a5;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

.badge-warning {
    color: #fff;
    background-color: #f6c23e;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #fff;
    background-color: #f4b30d;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #e74a3b;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #d52a1a;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

.badge-light {
    color: #3a3b45;
    background-color: #f8f9fc;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #3a3b45;
    background-color: #d4daed;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #5a5c69;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #42444e;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
    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-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6;
}

    .alert-primary hr {
        border-top-color: #b7c7f2;
    }

    .alert-primary .alert-link {
        color: #1c294e;
    }

.alert-secondary {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2;
}

    .alert-secondary hr {
        border-top-color: #cfcfd6;
    }

    .alert-secondary .alert-link {
        color: #2d2e33;
    }

.alert-success {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de;
}

    .alert-success hr {
        border-top-color: #aaebd3;
    }

    .alert-success .alert-link {
        color: #093b29;
    }

.alert-info {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1;
}

    .alert-info hr {
        border-top-color: #b3e4ec;
    }

    .alert-info .alert-link {
        color: #113b42;
    }

.alert-warning {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9;
}

    .alert-warning hr {
        border-top-color: #fbe6b1;
    }

    .alert-warning .alert-link {
        color: #574516;
    }

.alert-danger {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8;
}

    .alert-danger hr {
        border-top-color: #f5b7b1;
    }

    .alert-danger .alert-link {
        color: #4f1915;
    }

.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: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@-webkit-keyframes shake {

    10%, 50% {
        transform: translate3d(-1px, 0, 0);
    }

    15%, 40% {
        transform: translate3d(2px, 0, 0);
    }

    20%, 30% {
        transform: translate3d(-4px, 0, 0);
    }

    25%, 35% {
        transform: translate3d(4px, 0, 0);
    }
}

@-moz-keyframes shake {

    10%, 50% {
        transform: translate3d(-1px, 0, 0);
    }

    15%, 40% {
        transform: translate3d(2px, 0, 0);
    }

    20%, 30% {
        transform: translate3d(-4px, 0, 0);
    }

    25%, 35% {
        transform: translate3d(4px, 0, 0);
    }
}

@-o-keyframes shake {

    10%, 50% {
        transform: translate3d(-1px, 0, 0);
    }

    15%, 40% {
        transform: translate3d(2px, 0, 0);
    }

    20%, 30% {
        transform: translate3d(-4px, 0, 0);
    }

    25%, 35% {
        transform: translate3d(4px, 0, 0);
    }
}

@-ms-keyframes shake {

    10%, 50% {
        transform: translate3d(-1px, 0, 0);
    }

    15%, 40% {
        transform: translate3d(2px, 0, 0);
    }

    20%, 30% {
        transform: translate3d(-4px, 0, 0);
    }

    25%, 35% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake {

    10%, 50% {
        transform: translate3d(-1px, 0, 0);
    }

    15%, 40% {
        transform: translate3d(2px, 0, 0);
    }

    20%, 30% {
        transform: translate3d(-4px, 0, 0);
    }

    25%, 35% {
        transform: translate3d(4px, 0, 0);
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #eaecf4;
    border-radius: 0.35rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0075be;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #6e707e;
    text-align: inherit;
}

    .list-group-item-action:hover,
    .list-group-item-action:focus {
        z-index: 1;
        color: #6e707e;
        text-decoration: none;
        background-color: #f8f9fc;
    }

    .list-group-item-action:active {
        color: #858796;
        background-color: #eaecf4;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.35rem;
        border-top-right-radius: 0.35rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.35rem;
        border-bottom-left-radius: 0.35rem;
    }

    .list-group-item.disabled,
    .list-group-item:disabled {
        color: #858796;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #0075be;
        border-color: #0075be;
    }

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

        .list-group-horizontal .list-group-item:first-child {
            border-top-left-radius: 0.35rem;
            border-bottom-left-radius: 0.35rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: 0.35rem;
            border-bottom-right-radius: 0.35rem;
            border-bottom-left-radius: 0;
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-sm .list-group-item:first-child {
                border-top-left-radius: 0.35rem;
                border-bottom-left-radius: 0.35rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.35rem;
                border-bottom-right-radius: 0.35rem;
                border-bottom-left-radius: 0;
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-md .list-group-item:first-child {
                border-top-left-radius: 0.35rem;
                border-bottom-left-radius: 0.35rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.35rem;
                border-bottom-right-radius: 0.35rem;
                border-bottom-left-radius: 0;
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-lg .list-group-item:first-child {
                border-top-left-radius: 0.35rem;
                border-bottom-left-radius: 0.35rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.35rem;
                border-bottom-right-radius: 0.35rem;
                border-bottom-left-radius: 0;
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-xl .list-group-item:first-child {
                border-top-left-radius: 0.35rem;
                border-bottom-left-radius: 0.35rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.35rem;
                border-bottom-right-radius: 0.35rem;
                border-bottom-left-radius: 0;
            }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 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 {
    color: #293c74;
    background-color: #cdd8f6;
}

    .list-group-item-primary.list-group-item-action:hover,
    .list-group-item-primary.list-group-item-action:focus {
        color: #293c74;
        background-color: #b7c7f2;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #293c74;
        border-color: #293c74;
    }

.list-group-item-secondary {
    color: #45464e;
    background-color: #dddde2;
}

    .list-group-item-secondary.list-group-item-action:hover,
    .list-group-item-secondary.list-group-item-action:focus {
        color: #45464e;
        background-color: #cfcfd6;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #45464e;
        border-color: #45464e;
    }

.list-group-item-success {
    color: #0f6848;
    background-color: #bff0de;
}

    .list-group-item-success.list-group-item-action:hover,
    .list-group-item-success.list-group-item-action:focus {
        color: #0f6848;
        background-color: #aaebd3;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0f6848;
        border-color: #0f6848;
    }

.list-group-item-info {
    color: #1c606a;
    background-color: #c7ebf1;
}

    .list-group-item-info.list-group-item-action:hover,
    .list-group-item-info.list-group-item-action:focus {
        color: #1c606a;
        background-color: #b3e4ec;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #1c606a;
        border-color: #1c606a;
    }

.list-group-item-warning {
    color: #806520;
    background-color: #fceec9;
}

    .list-group-item-warning.list-group-item-action:hover,
    .list-group-item-warning.list-group-item-action:focus {
        color: #806520;
        background-color: #fbe6b1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #806520;
        border-color: #806520;
    }

.list-group-item-danger {
    color: #78261f;
    background-color: #f8ccc8;
}

    .list-group-item-danger.list-group-item-action:hover,
    .list-group-item-danger.list-group-item-action:focus {
        color: #78261f;
        background-color: #f5b7b1;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #78261f;
        border-color: #78261f;
    }

.list-group-item-light {
    color: #818183;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:hover,
    .list-group-item-light.list-group-item-action:focus {
        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:hover,
    .list-group-item-dark.list-group-item-action:focus {
        color: #2f3037;
        background-color: #c4c4c9;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #2f3037;
        border-color: #2f3037;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover,
    .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button.copy,
button.tag,
.EditBankQuestion,
.UndoChanges,
button.QBAddChoiceBtn,
button.deleteVoiceBtn,
button.deleteChoiceBtn,
button.sortIcon {
    border: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.2rem;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5);
}

    button.copy:hover i,
    button.tag:hover i,
    button.QBAddChoiceBtn:hover i,
    button.deleteVoiceBtn:hover i,
    button.sortIcon:hover i {
        color: #0075be !important;
    }

    button.copy:disabled i,
    button.tag:disabled i,
    button.QBAddChoiceBtn:disabled i,
    button.deleteVoiceBtn:disabled i,
    button.sortIcon:disabled i {
        color: #ccc;
    }

    button.sortIcon:focus {
        outline: none !important;
    }

button.close i:not(.lar) {
    font-size: 20px;
}

button.close i.fa-times,
button.deleteChoiceBtn i.fa-times {
    margin-left: 5px;
    /*color: #a9aab3;*/
}

i.fa-edit:hover {
    color: #0075be;
}

button.close:hover,
button.close:hover,
button.deleteChoiceBtn:hover {
    color: #be2900;
}

/*button.close i:hover {
    color: #0075be;
}*/

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);
    -webkit-box-shadow: 0 0.25rem 0.75rem 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #858796;
    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;
    left: 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 {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
    left: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .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: "Nunito", -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: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip {
    z-index: 9999999999999999999999999;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow,
    .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before,
        .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow,
    .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before,
        .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow,
    .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before,
        .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow,
    .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
        top: 7px !important;
    }

        .bs-tooltip-left .arrow::before,
        .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.35rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Nunito", -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: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before,
        .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-stepper {
    background: #f8f9fc;
}

.bs-stepper-header {
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    max-height: 50px;
}

.bs-stepper .step-trigger {
    padding: 10px !important;
    border-radius: unset !important;
}

.step.active .step-trigger {
    border-bottom: 2px solid;
}

.bs-stepper .step-trigger:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.bs-stepper .step-trigger:focus {
    color: #0075be;
}

.stepContent {
    /*margin-top: 20px;*/
}

    .stepContent .editName {
        color: #0075be;
        font-size: 22px;
        margin-bottom: 3%;
        margin-left: 1%;
    }

#editImg {
    margin-right: 25px;
    font-size: 18px;
    cursor: pointer;
}


.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top > .arrow,
    .bs-popover-auto[x-placement^="top"] > .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top > .arrow::before,
        .bs-popover-auto[x-placement^="top"] > .arrow::before {
            bottom: 0;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-top > .arrow::after,
        .bs-popover-auto[x-placement^="top"] > .arrow::after {
            bottom: 1px;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: #fff;
        }

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right > .arrow,
    .bs-popover-auto[x-placement^="right"] > .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right > .arrow::before,
        .bs-popover-auto[x-placement^="right"] > .arrow::before {
            left: 0;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-right > .arrow::after,
        .bs-popover-auto[x-placement^="right"] > .arrow::after {
            left: 1px;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: #fff;
        }

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom > .arrow,
    .bs-popover-auto[x-placement^="bottom"] > .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom > .arrow::before,
        .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
            top: 0;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-bottom > .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
            top: 1px;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before,
    .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left > .arrow,
    .bs-popover-auto[x-placement^="left"] > .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left > .arrow::before,
        .bs-popover-auto[x-placement^="left"] > .arrow::before {
            right: 0;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-left > .arrow::after,
        .bs-popover-auto[x-placement^="left"] > .arrow::after {
            right: 1px;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #858796;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        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: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 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;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        -webkit-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(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 .75s linear infinite;
    animation: spinner-grow .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-primary {
    background-color: #0075be !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #026aab !important;
}

.bg-secondary {
    background-color: #858796 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #6b6d7d !important;
}

.bg-success {
    background-color: #019c24 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #169b6b !important;
}

.bg-info {
    background-color: #36b9cc !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #2a96a5 !important;
}

.bg-warning {
    background-color: #f6c23e !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #f4b30d !important;
}

.bg-danger {
    background-color: #e74a3b !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #d52a1a !important;
}

.bg-light {
    background-color: #f8f9fc !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #d4daed !important;
}

.bg-dark {
    background-color: #5a5c69 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #42444e !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
    width: 85%;
    height: auto;
}

.border {
    border: 1px solid #e3e6f0 !important;
}

.border-top {
    border-top: 1px solid #e3e6f0 !important;
}

.border-right {
    border-right: 1px solid #e3e6f0 !important;
}

.border-bottom {
    border-bottom: 1px solid #e3e6f0 !important;
}

.border-left {
    border-left: 1px solid #e3e6f0 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0075be !important;
}

.border-secondary {
    border-color: #d5d5d5 !important;
}

.border-success {
    border-color: #019c24 !important;
}

.border-info {
    border-color: #36b9cc !important;
}

.border-warning {
    border-color: #f6c23e !important;
}

.border-danger {
    border-color: #e74a3b !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.35rem !important;
}

.rounded-top {
    border-top-left-radius: 0.35rem !important;
    border-top-right-radius: 0.35rem !important;
}

.rounded-right {
    border-top-right-radius: 0.35rem !important;
    border-bottom-right-radius: 0.35rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.35rem !important;
    border-bottom-left-radius: 0.35rem !important;
}

.rounded-left {
    border-top-left-radius: 0.35rem !important;
    border-bottom-left-radius: 0.35rem !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 {
    clear: both;
}

    .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.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;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 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 {
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.mw-25 {
    max-width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-40 {
    width: 40% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.mw-75 {
    max-width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.mw-100 {
    max-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-90 {
    height: 90% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.max-vw-100 {
    max-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.max-vh-100 {
    max-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -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-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -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-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -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-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -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-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -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-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -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-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -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-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -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-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -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-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -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-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -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-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -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-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -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-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -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-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -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-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -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-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-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: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase,
.dropdown .dropdown-menu .dropdown-header,
.sidebar .sidebar-heading {
    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-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #0075be !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #026aab !important;
}

.text-secondary {
    color: #858796 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #60616f !important;
}

.text-success {
    color: #019c24 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #13855c !important;
}

.text-info {
    color: #36b9cc !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #258391 !important;
}

.text-warning {
    color: #f6c23e !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #dda20a !important;
}

.text-danger {
    color: #e74a3b !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #be2617 !important;
}

.text-light {
    color: #f8f9fc !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #c2cbe5 !important;
}

.text-dark {
    color: #5a5c69 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #373840 !important;
}

.text-body {
    color: #858796 !important;
}

.text-muted {
    color: #858796 !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 {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        transition: all 0.5s;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        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 th,
    .table-bordered td {
        border: 1px solid #dddfeb !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #e3e6f0;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #e3e6f0;
    }
}

html {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

body {
    height: 100%;
}

a:focus {
    outline: none;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: Calc(100vh - 7.2rem);
    /*100vh - site header and footer height*/
}

    #wrapper #content-wrapper {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
    }

#publish-wrapper #publish-content-wrapper {
    width: 100%;
    /*overflow-x: hidden;*/
    height: auto;
}

#wrapper #content-wrapper #content #publish-wrapper #publish-content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.container,
.container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
    z-index: 999;
}

    .scroll-to-top:focus,
    .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #5a5c69;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

@-webkit-keyframes growIn {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes growIn {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.animated--grow-in,
.sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -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: 200ms;
    animation-duration: 200ms;
    -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-color: #0075be;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #0075be), to(#026aab));
    background-image: linear-gradient(180deg, #0075be 10%, #026aab 100%);
    background-size: cover;
}

.bg-gradient-success {
    background-color: #019c24;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #019c24), to(#13855c));
    background-image: linear-gradient(180deg, #019c24 10%, #13855c 100%);
    background-size: cover;
}

.bg-gradient-info {
    background-color: #36b9cc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #36b9cc), to(#258391));
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
    background-size: cover;
}

.bg-gradient-warning {
    background-color: #f6c23e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f6c23e), to(#dda20a));
    background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
    background-size: cover;
}

.bg-gradient-danger {
    background-color: #e74a3b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e74a3b), to(#be2617));
    background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 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: #858796 !important;
}

.bg-gray-700 {
    background-color: #6e707e !important;
}

.bg-gray-800 {
    background-color: #5a5c69 !important;
}

.bg-gray-900 {
    background-color: #3a3b45 !important;
}

.o-hidden {
    overflow: hidden !important;
}

.text-xs {
    font-size: .7rem;
}

.text-lg {
    font-size: 1.2rem;
}

.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: #858796 !important;
}

.text-gray-700 {
    color: #6e707e !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-900 {
    color: #3a3b45 !important;
}

.editName {
    color: #0075be;
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.border-left-primary {
    border-left: 0.25rem solid #0075be !important;
}

.border-left-success {
    border-left: 0.25rem solid #019c24 !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-primary {
    border-bottom: 0.25rem solid #0075be !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #019c24 !important;
}

.border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
}

.border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
}

.border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
}

.progress-sm {
    height: .5rem;
}

.rotate-15 {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.rotate-n-15 {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.dropdown .dropdown-menu {
    font-size: 0.85rem;
}

    .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: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    cursor: pointer;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f106';
}

.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;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem;
    }

    .sidebar .nav-item .nav-link .img-profile,
    .topbar .nav-item .nav-link .img-profile {
        height: 45px;
        width: 45px;
        border: 1px solid #d8d8d8;
    }



.topbar {
    height: 4.375rem;
}

    .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;
        }

    .topbar .topbar-divider {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem;
    }

    .topbar .nav-item .nav-link {
        height: 4.375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0.75rem;
    }

        .topbar .nav-item .nav-link:focus {
            outline: none;
        }

    .topbar .nav-item:focus {
        outline: none;
    }

    .topbar .dropdown {
        position: static;
    }

        .topbar .dropdown .dropdown-menu {
            width: calc(100% - 1.5rem);
            right: 0.75rem;
        }

    .topbar .dropdown-list {
        padding: 0;
        border: none;
        overflow: hidden;
    }

        .topbar .dropdown-list .dropdown-header {
            background-color: #0075be;
            border: 1px solid #0075be;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            color: #fff;
        }

        .topbar .dropdown-list .dropdown-item {
            white-space: normal;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            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;
                    right: 0;
                    border: 0.125rem solid #fff;
                }

            .topbar .dropdown-list .dropdown-item .text-truncate {
                max-width: 10rem;
            }

            .topbar .dropdown-list .dropdown-item:active {
                background-color: #eaecf4;
                color: #3a3b45;
            }

@media (min-width: 576px) {
    .topbar .dropdown {
        position: relative;
    }

        .topbar .dropdown .dropdown-menu {
            width: auto;
            right: 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: #d1d3e2;
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #b7b9cc;
        background-color: transparent;
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
        color: #858796;
    }

.sidebar {
    width: 7rem;
    min-height: 100%;
}

    .sidebar .nav-item {
        position: relative;
    }

        .sidebar .nav-item:last-child {
            margin-bottom: 1rem;
        }

        .sidebar .nav-item .nav-link {
            text-align: center;
            padding: 0.75rem 1rem;
            width: 6.5rem;
        }

            .sidebar .nav-item .nav-link span {
                font-size: 0.65rem;
                display: block;
            }

        .sidebar .nav-item.active .nav-link {
            font-weight: 700;
        }

        .sidebar .nav-item .collapse {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px;
        }

            .sidebar .nav-item .collapse .collapse-inner {
                border-radius: 0.35rem;
                -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
                box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
            }

        .sidebar .nav-item .collapsing {
            display: none;
            -webkit-transition: none;
            transition: none;
        }

            .sidebar .nav-item .collapse .collapse-inner,
            .sidebar .nav-item .collapsing .collapse-inner {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: 11px;
                margin: 0 0 1rem 0;
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header,
                .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
                    margin: 0;
                    white-space: nowrap;
                    padding: .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 1rem;
                    margin: 0 0.5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: 0.35rem;
                    white-space: nowrap;
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
                    .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
                        background-color: #eaecf4;
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
                    .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
                        background-color: #dddfeb;
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
                    .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
                        color: #0075be;
                        font-weight: 700;
                    }

    .sidebar #sidebarToggle {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer;
    }

        .sidebar #sidebarToggle::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: 0.1rem;
        }

        .sidebar #sidebarToggle:hover {
            text-decoration: none;
        }

        .sidebar #sidebarToggle:focus {
            outline: none;
        }

    .sidebar.toggled {
        width: 0 !important;
        overflow: hidden;
    }

        .sidebar.toggled #sidebarToggle::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: 0.25rem;
        }

    .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;
        border: 1px solid #979797;
    }

    .sidebar .sidebar-heading {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: 0.65rem;
    }

@media (min-width: 768px) {
    .sidebar {
        /*width: 10rem !important;*/
    }

        .sidebar .nav-item .collapse {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none;
        }

            .sidebar .nav-item .collapse .collapse-inner {
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .sidebar .nav-item .collapsing {
            display: block;
            -webkit-transition: height 0.15s ease;
            transition: height 0.15s ease;
        }

        .sidebar .nav-item .collapse,
        .sidebar .nav-item .collapsing {
            margin: 0 1rem;
        }

        .sidebar .nav-item .nav-link {
            display: block;
            width: 100%;
            text-align: left;
            padding: 0.5rem 1rem;
            padding-left: 0.7rem !important;
            /*width: 14rem;*/
        }

            .sidebar .nav-item .nav-link i {
                font-size: 0.75rem;
                margin-right: 0.25rem;
            }

            .sidebar .nav-item .nav-link span {
                font-size: 0.83rem;
                display: inline;
            }

            .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free';
            }

            .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
                content: '\f105';
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i {
            font-size: 2rem;
        }

        .sidebar .sidebar-brand .sidebar-brand-text {
            display: inline;
        }

        .sidebar .sidebar-heading {
            text-align: left;
        }

        .sidebar.toggled {
            overflow: visible;
            width: 6.5rem !important;
        }

            .sidebar.toggled .nav-item .collapse {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn;
                -webkit-animation-duration: 200ms;
                animation-duration: 200ms;
                -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 {
                    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
                    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
                    border-radius: 0.35rem;
                }

            .sidebar.toggled .nav-item .collapsing {
                display: none;
                -webkit-transition: 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: 6.5rem;
            }

                .sidebar.toggled .nav-item .nav-link span {
                    font-size: 0.65rem;
                    display: block;
                }

                .sidebar.toggled .nav-item .nav-link i {
                    margin-right: 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-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: #858796;
}

    .sidebar-light .nav-item .nav-link i {
        color: #d1d3e2;
    }

    .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;
    }

.sidebar-light .nav-item.active .nav-link {
    color: #6e707e;
}

    .sidebar-light .nav-item.active .nav-link i {
        color: #6e707e;
    }

.sidebar-light #sidebarToggle {
    background-color: #eaecf4;
}

    .sidebar-light #sidebarToggle::after {
        color: #b7b9cc;
    }

    .sidebar-light #sidebarToggle:hover {
        background-color: #dddfeb;
    }

.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.8);
    text-align: center !important;
}

    .sidebar-dark .nav-item .nav-link i {
        color: rgba(255, 255, 255, 0.3);
    }

    .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;
}

    .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);
}

.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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-icon-split.btn-sm .icon,
    .btn-group-sm > .btn-icon-split.btn .icon {
        padding: 0.25rem 0.5rem;
    }

    .btn-icon-split.btn-sm .text,
    .btn-group-sm > .btn-icon-split.btn .text {
        padding: 0.25rem 0.5rem;
    }

    .btn-icon-split.btn-lg .icon,
    .btn-group-lg > .btn-icon-split.btn .icon {
        padding: 0.5rem 1rem;
    }

    .btn-icon-split.btn-lg .text,
    .btn-group-lg > .btn-icon-split.btn .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 3.25rem 0.75rem 1.25rem;
}

    /*.card .card-header[data-toggle="collapse"]::after {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 1.725rem;
  line-height: 51px;
  font-weight: 900;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  color: #d1d3e2;
}*/

    .card .card-header[data-toggle="collapse"].collapsed {
        border-radius: 0.35rem;
    }

        .card .card-header[data-toggle="collapse"].collapsed::after {
            content: '\f105';
        }

a.card-link {
    color: black
}

    /*a.card-link.collapsed i:before {
        font-family: "FontAwesome";
        content: "\f107";
    }*/

    a.card-link i {
        color: #dedede;
        font-size: 20px;
        margin-left: 8px;
    }

.chart-area {
    position: relative;
    height: 10rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-area {
        height: auto;
    }
}

.chart-bar {
    position: relative;
    height: 10rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-bar {
        height: 20rem;
    }
}

.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-pie {
        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;
}

form.user .custom-checkbox.small label {
    line-height: 1.5rem;
}

form.user .form-control-user {
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}

form.user .btn-user {
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
}

.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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .btn-google.disabled,
    .btn-google:disabled {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff;
    }

    .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .btn-facebook.disabled,
    .btn-facebook:disabled {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff;
    }

    .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

.error {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(22px, 9999px, 88px, 0);
    }

    5% {
        clip: rect(25px, 9999px, 10px, 0);
    }

    10% {
        clip: rect(1px, 9999px, 45px, 0);
    }

    15% {
        clip: rect(78px, 9999px, 73px, 0);
    }

    20% {
        clip: rect(31px, 9999px, 22px, 0);
    }

    25% {
        clip: rect(22px, 9999px, 79px, 0);
    }

    30% {
        clip: rect(94px, 9999px, 52px, 0);
    }

    35% {
        clip: rect(70px, 9999px, 11px, 0);
    }

    40% {
        clip: rect(9px, 9999px, 54px, 0);
    }

    45% {
        clip: rect(92px, 9999px, 59px, 0);
    }

    50% {
        clip: rect(49px, 9999px, 80px, 0);
    }

    55% {
        clip: rect(29px, 9999px, 22px, 0);
    }

    60% {
        clip: rect(60px, 9999px, 21px, 0);
    }

    65% {
        clip: rect(69px, 9999px, 57px, 0);
    }

    70% {
        clip: rect(23px, 9999px, 85px, 0);
    }

    75% {
        clip: rect(69px, 9999px, 30px, 0);
    }

    80% {
        clip: rect(8px, 9999px, 47px, 0);
    }

    85% {
        clip: rect(34px, 9999px, 19px, 0);
    }

    90% {
        clip: rect(96px, 9999px, 28px, 0);
    }

    95% {
        clip: rect(13px, 9999px, 31px, 0);
    }

    100% {
        clip: rect(34px, 9999px, 9px, 0);
    }
}

@keyframes noise-anim {
    0% {
        clip: rect(22px, 9999px, 88px, 0);
    }

    5% {
        clip: rect(25px, 9999px, 10px, 0);
    }

    10% {
        clip: rect(1px, 9999px, 45px, 0);
    }

    15% {
        clip: rect(78px, 9999px, 73px, 0);
    }

    20% {
        clip: rect(31px, 9999px, 22px, 0);
    }

    25% {
        clip: rect(22px, 9999px, 79px, 0);
    }

    30% {
        clip: rect(94px, 9999px, 52px, 0);
    }

    35% {
        clip: rect(70px, 9999px, 11px, 0);
    }

    40% {
        clip: rect(9px, 9999px, 54px, 0);
    }

    45% {
        clip: rect(92px, 9999px, 59px, 0);
    }

    50% {
        clip: rect(49px, 9999px, 80px, 0);
    }

    55% {
        clip: rect(29px, 9999px, 22px, 0);
    }

    60% {
        clip: rect(60px, 9999px, 21px, 0);
    }

    65% {
        clip: rect(69px, 9999px, 57px, 0);
    }

    70% {
        clip: rect(23px, 9999px, 85px, 0);
    }

    75% {
        clip: rect(69px, 9999px, 30px, 0);
    }

    80% {
        clip: rect(8px, 9999px, 47px, 0);
    }

    85% {
        clip: rect(34px, 9999px, 19px, 0);
    }

    90% {
        clip: rect(96px, 9999px, 28px, 0);
    }

    95% {
        clip: rect(13px, 9999px, 31px, 0);
    }

    100% {
        clip: rect(34px, 9999px, 9px, 0);
    }
}

.error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    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(34px, 9999px, 67px, 0);
    }

    5% {
        clip: rect(97px, 9999px, 95px, 0);
    }

    10% {
        clip: rect(59px, 9999px, 57px, 0);
    }

    15% {
        clip: rect(44px, 9999px, 73px, 0);
    }

    20% {
        clip: rect(23px, 9999px, 16px, 0);
    }

    25% {
        clip: rect(46px, 9999px, 58px, 0);
    }

    30% {
        clip: rect(53px, 9999px, 49px, 0);
    }

    35% {
        clip: rect(54px, 9999px, 42px, 0);
    }

    40% {
        clip: rect(92px, 9999px, 10px, 0);
    }

    45% {
        clip: rect(89px, 9999px, 15px, 0);
    }

    50% {
        clip: rect(52px, 9999px, 9px, 0);
    }

    55% {
        clip: rect(20px, 9999px, 12px, 0);
    }

    60% {
        clip: rect(89px, 9999px, 69px, 0);
    }

    65% {
        clip: rect(6px, 9999px, 31px, 0);
    }

    70% {
        clip: rect(9px, 9999px, 47px, 0);
    }

    75% {
        clip: rect(72px, 9999px, 95px, 0);
    }

    80% {
        clip: rect(45px, 9999px, 34px, 0);
    }

    85% {
        clip: rect(6px, 9999px, 44px, 0);
    }

    90% {
        clip: rect(94px, 9999px, 92px, 0);
    }

    95% {
        clip: rect(81px, 9999px, 56px, 0);
    }

    100% {
        clip: rect(58px, 9999px, 61px, 0);
    }
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(34px, 9999px, 67px, 0);
    }

    5% {
        clip: rect(97px, 9999px, 95px, 0);
    }

    10% {
        clip: rect(59px, 9999px, 57px, 0);
    }

    15% {
        clip: rect(44px, 9999px, 73px, 0);
    }

    20% {
        clip: rect(23px, 9999px, 16px, 0);
    }

    25% {
        clip: rect(46px, 9999px, 58px, 0);
    }

    30% {
        clip: rect(53px, 9999px, 49px, 0);
    }

    35% {
        clip: rect(54px, 9999px, 42px, 0);
    }

    40% {
        clip: rect(92px, 9999px, 10px, 0);
    }

    45% {
        clip: rect(89px, 9999px, 15px, 0);
    }

    50% {
        clip: rect(52px, 9999px, 9px, 0);
    }

    55% {
        clip: rect(20px, 9999px, 12px, 0);
    }

    60% {
        clip: rect(89px, 9999px, 69px, 0);
    }

    65% {
        clip: rect(6px, 9999px, 31px, 0);
    }

    70% {
        clip: rect(9px, 9999px, 47px, 0);
    }

    75% {
        clip: rect(72px, 9999px, 95px, 0);
    }

    80% {
        clip: rect(45px, 9999px, 34px, 0);
    }

    85% {
        clip: rect(6px, 9999px, 44px, 0);
    }

    90% {
        clip: rect(94px, 9999px, 92px, 0);
    }

    95% {
        clip: rect(81px, 9999px, 56px, 0);
    }

    100% {
        clip: rect(58px, 9999px, 61px, 0);
    }
}

.error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #0075be;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

footer.builder-footer {
    padding: 1rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

.custom-topbar {
    /*background-color: #0075be !important;*/
    background-image: linear-gradient(to bottom, #0075be, #0075be);
    background-image: linear-gradient(to bottom, #0075be99, #0075be);
}

.interaction-type-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

    .interaction-type-table th, .interaction-type-table td {
        padding: 12px 15px;
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .interaction-type-table th {
        color: #fff;
        font-weight: bold;
        border: none;
        background-image: linear-gradient(to bottom, #0075be, #0075be);
        background-image: linear-gradient(to bottom, #0075be99, #0075be);
    }

    .interaction-type-table td {
        position: relative;
        background-color: #ffffff;
        color: #6e707e;
    }

    .interaction-type-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .interaction-type-table tr:hover td {
        background-color: #f1f1f1;
    }

.editable {
    border: none !important;
    outline: none !important;
    border-radius: 4px;
    padding-right: 30px;
    transition: background-color 0.3s ease, border 0.3s ease;
    background: none !important;
}

#sidebarToggleTop {
    background-color: aliceblue !important;
    color: #0075be !important;
}

.links {
    color: #fff;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

    .links:hover {
        color: #fff !important;
    }

#manage-team {
    direction: rtl;
}

.fa-bell {
    color: white !important;
    font-size: 20px;
}

.activated {
    color: #0075be !important;
}

    .activated h2 {
        color: #0075be !important;
    }

.normal {
    color: #979797 !important;
}

#reportrange,
#actions-reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
}

.tab-pane div .row,
#actions-table_wrapper .row {
    width: 100%;
    /*margin-top: 2%;*/
}

    .tab-pane div .row div table,
    #actions-table_wrapper .row div table {
        width: 100% !important;
    }

select {
    margin-left: 2%;
    margin-right: 2%;
}

.hide {
    display: none !important;
}

#overlay,
#createTemplateOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    /*cursor: pointer;*/
}

.ss-single-selected {
    min-height: 42px;
}

#move-contacts-overlay .ss-single-selected,
#copy-contacts-overlay .ss-single-selected {
    width: auto !important;
}

/*#QBServiceSelectList ~ div div.ss-value {
    background-color: green !important;
}*/

/*.ss-multi-selected {
    width: 50vw !important;
}*/
#TagsOverlay,
#ResetDevPasswordOverlay,
#SetDefaultAnswerOverlay,
#QBTagsOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1000;
    cursor: pointer;
}

.overlayDiv,
.overlayPrivilegeLoginDiv {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999999;
    /*cursor: pointer;*/
    /*padding-top: 10%;*/
}

    .overlayDiv .login-form,
    .overlayPrivilegeLoginDiv .login-form {
        width: 100% !important;
    }

.closebtn,
.closeLoginbtn {
    position: absolute;
    top: 5%;
    right: 5%;
    color: black;
    font-size: 30px;
    z-index: 1000;
}

    .closeLoginbtn i:hover {
        color: #0075be !important;
    }

#overlay .row {
    color: #000;
}

#createTemplateOverlay .row {
    margin: 12% 20%;
    color: #000;
}

@media screen and (max-height: 450px) {
    .overlay .closebtn {
        font-size: 20px;
        top: 10%;
        right: 2%;
    }

    #overlay .row,
    #createTemplateOverlay .row {
        font-size: small;
    }

    #overlay .card-title,
    #createTemplateOverlay .card-title {
        font-size: 1rem;
    }

    #overlay .btn,
    #createTemplateOverlay .btn {
        font-size: 0.8rem;
    }
}

.card-body h5 {
    font-weight: bold;
    margin-top: 0.75rem;
}

#overlay .card,
#createTemplateOverlay .card {
    background-color: lightgray;
    min-height: 240px;
    padding-top: 15%;
    padding-bottom: 10%
}

    #overlay .card img,
    #createTemplateOverlay .card img {
        margin-bottom: 5%;
    }

#overlay .surveyPgTitle {
    position: relative;
    color: black;
    font-size: 25px;
    font-weight: 600;
}

#createTemplateOverlay .surveyPgTitle {
    position: relative;
    top: 12%;
    color: black;
    font-size: 25px;
    font-weight: 600;
}

.overlay-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.tags-overlay-container {
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100vh;
}

#overlay #cancelBtn,
#createTemplateOverlay #cancelBtn,
#invitations-overlay #cancelBtn {
    /*margin-top: 7% !important;*/
    background-color: #d9d9d9;
    color: black;
    border: none;
    border-radius: 4px;
    width: 200px;
    font-size: 14px;
    transition: background ease-in-out 0.4s;
}

    #overlay #cancelBtn:hover,
    #createTemplateOverlay #cancelBtn:hover,
    #createSurvey .card:hover {
        background: #0075be;
        color: white;
    }

#createSurvey .card {
    background-color: #d9d9d9;
    transition: background ease-in-out 0.4s;
    margin-top: 20px;
    margin-bottom: 20px;
}


#createNewSurvey select,
#createTemplateSurvey select,
#test-nl-1 select {
    margin-left: 0 !important;
}

#createNewSurvey,
#createTemplateSurvey {
    margin-top: 10% !important;
}

    #createNewSurvey h5,
    #createTemplateSurvey h5 {
        margin-bottom: 25px !important;
    }

    #createNewSurvey .form-control,
    #createTemplateSurvey .form-control,
    #test-nl-1 .form-control,
    .invitations-overlay .form-control,
    #upload-contacts-name.form-control.contact_name,
    #contactListDepartmentID.form-control.contact_name,
    #existing-contacts-name.form-control.contact_name,
    #departmentID.form-control.contact_name,
    #contactListName.form-control {
        border-radius: 4px;
        min-height: 55px;
        border-color: #e5e5e5;
    }

#divPartialViewContainer .form-control,
#skipLogicPartialContainer .form-control,
.divPartialViewContainerQB .form-control,
#skipLogicPartialContainer .form-control {
    border-radius: 4px;
    border-color: #e5e5e5;
}

#createNewSurvey .form-control .btn,
#createTemplateSurvey .form-control .btn,
#test-nl-1 .form-control .btn {
    background: #0075be;
}

#createNewSurvey .form-control:focus,
#createTemplateSurvey .form-control:focus,
#test-nl-1 .form-control:focus,
#skipLogicPartialContainer .form-control:focus,
.divPartialViewContainerQB .form-control:focus {
    border-color: #0075be;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.createNewSurveyPage .popup,
.createNewSurveyPage .popup .QuestionUserControl {
    height: 100% !important;
}*/
.draft {
    width: 63px;
    padding: 2px;
    border-radius: 3px;
    background-color: #be2900;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

#surveyName,
.input-header-name {
    max-width: 400px;
    font-size: 1.75rem !important;
}

#invitationName {
    font-size: 1.75rem !important;
}

#detailsNext {
    width: 145px;
    margin-top: -32px;
}

/*#detailsNext i {
        margin-left: 15%;
    }*/

.primary-tab {
    color: #0075be !important;
}

#v-build-tabs {
    background-color: #efefef !important;
    padding-right: 0px !important;
    border-right: 2px solid #0075be;
    height: 900px;
}

#v-build-tabContent {
    min-height: fit-content;
}

.createNewSurveyPage #v-build7,
#v-build8 {
    margin-left: -12px;
    margin-top: 0px;
}

.createNewSurveyPage .theme_partialView {
    padding-right: 0 !important;
}

.headeline {
    font-size: 10px;
    font-weight: 800;
    margin: 0 !important;
    padding: 0 !important;
}

#quesTypes,
#SkipLogicDiv,
#logicSidbar,
#quesBank,
.quesTypesQB {
    padding: 30px 10px;
    height: auto;
    background-color: #f3f3f3;
}

.accordion .card-header {
    font-size: 12px;
    font-weight: bold;
    color: black !important;
    background-color: #f3f3f3;
    padding-left: 2%;
}

#collapseQuestions,
#collapseInputs,
#collapseRating,
#skipLogicSideDiv,
.QBQuestionList {
    font-size: 12px !important;
    color: #858796;
}

.card-body a.card-link {
    color: #333333;
}

    .card-body a.card-link i.fa-plus {
        font-size: 16px;
    }

.divPublish {
    padding: 2% 2% 0 2%;
    background-color: #f8f9fc;
}

.accordion .card-body {
    background-color: #f3f3f3;
    padding: 10px !important;
    transition: background-color 0.8s;
    -webkit-transition: background-color 0.8s;
    border-bottom: 1px solid #f5f5f5;
}

.accordion .card-header {
    padding: 10px !important;
}

.accordion .card-body:hover {
    background-color: #dddddd;
}

div#collapseQuestions .card-body .card-link:hover,
div.QBQuestionList .card-body .card-link:hover,
div#collapseInputs .card-body .card-link:hover,
div#collapseRating .card-body .card-link:hover {
    color: #0075be !important;
}

#skipLogicSideDiv .card-body {
    padding-left: 0 !important;
}

.spBtn {
    float: right !important;
}

.fill-div {
    min-height: max-content !important;
}

.question {
    /*background-color: white !important;*/
    border: 0 !important;
    /*font-size: large !important;*/
    /*font-weight: bold !important;*/
    /*color: black !important;*/
    width: 100%;
    word-wrap: break-word;
    margin-top: 0.5rem;
}

.choices {
    color: black !important;
    font-size: large;
}

/*.choices-div{
    background-color:white !important;
    padding-left: 4%;
}*/

.choices-div {
    /*background-color: white !important;*/
    /*padding-left: 4%;
    padding-right: 4%;*/
    margin-right: 0 !important;
    margin-left: 0 !important;
}

    .choices-div .input-group {
        width: 50%;
    }

.prev-header {
    background-color: rgba(78, 115, 223, 0.5) !important;
}

.submit-btn {
    background: transparent;
    color: #294ace;
    width: 130px;
    border: 2px solid;
    border-radius: 20px;
    margin-top: 10%;
    outline: transparent;
    transition: background ease-in-out 0.4s;
}

    .submit-btn:hover {
        background: #294ace;
        color: white
    }

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default !important;
}

.QuestionClass {
    margin-top: 2% !important;
}

#divPartialViewContainer td,
.divPartialViewContainerQB td,
.logic-style {
    background: #f3f3f3;
    /*border-radius: 15px !important;*/
    border-bottom: 1px solid #c1c1c1;
    margin: 2%;
    padding: 2%;
}

button.close {
    margin-bottom: 1% !important;
}

.builder-footer {
    color: white !important;
    background-color: #0075be;
}

.progress {
    height: 7px;
}

.section-head {
    color: black;
}

.percentage-green,
.percentage-red {
    color: black
}

    .percentage-green:after {
        font-family: FontAwesome;
        color: #019c24;
        position: relative;
        left: 3px;
        content: "\f176";
    }

    .percentage-red:after {
        font-family: FontAwesome;
        color: #be2900;
        position: relative;
        left: 3px;
        content: "\f175";
    }

.green {
    color: #019c24;
}

.red {
    color: #be2900;
}

.yellow {
    color: #fcb900;
}

.section-container {
    font-size: 12px;
}

    .section-container span {
        color: #333333
    }

.sec-container {
    font-size: 14px;
}

.line-height {
    line-height: 16px;
    margin-bottom: 10px;
}

/*.font-weight-bold {
    color: black;
}*/

.with-padding {
    padding: 45px 80px 30px 60px;
}

span.sec-header {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.before-sec-header {
    font-size: 10px;
    color: grey;
    text-transform: uppercase;
}

span.number {
    font-size: 24px;
    font-weight: 900;
}

.section-container {
    padding-bottom: 30px;
    font-size: 12px;
}

.float-left {
    float: left;
}

.section-header {
    padding: 25px 0 0 15px;
}

.pie-section {
    padding: 40px 30px 40px 30px;
}

.first-pie-section {
    padding: 25px 15px 30px 15px;
}

.wlcm-slick {
    background-color: #0075be;
}

.pie-section .header h4,
.header h4 {
    font-weight: 800;
    font-size: 14px;
    font-family: "Montserrat-Bold";
    color: black;
    line-height: 0;
}

.ct-chart {
    align-items: center;
}

.progress {
    height: 6px;
}

.small-one .sc-gauge {
    margin: 35px 0% 0 0%;
}

.active-signs {
    padding: 50px 0 95px 16px;
    font-size: 12px;
    color: black;
}

.below-container {
    color: black;
    font-size: 12px;
}

    .below-container .percentage {
        font-size: 24px;
    }

span.num:after {
    content: "in total";
    color: black;
    display: block;
    position: relative;
    top: -35px;
    font-size: 18px;
}

span.num2:after {
    content: "Customers";
}



span.num {
    font-size: 96px;
    color: #0075be;
    font-weight: 600;
}

.sec-head {
    font-size: 16px;
}

span.sec-num {
    font-size: 36px;
    font-weight: bold;
}

.sec-wrapper {
    padding: 0 0 0 15px;
}

    .sec-wrapper p {
        font-size: 19px;
        color: black;
        font-weight: 600;
    }

    .sec-wrapper .before-sec-header {
        text-transform: none !important;
    }

span.smaller {
    font-size: 10px;
    color: grey;
}

.col-colored {
    padding-top: 42px;
    padding-bottom: 42px;
    background: #f9f9f9;
}

.huge-number {
    padding: 50px 0 50px 0;
}

.sc-gauge {
    width: 130px;
    height: 110px;
    margin: 40px 50% 0 36%;
}

.sc-background {
    position: relative;
    height: 75px;
    margin-bottom: 10px;
    background-color: #019c24;
    border-radius: 150px 150px 0 0;
    overflow: hidden;
    text-align: center;
}

.sc-mask {
    position: absolute;
    top: 6px;
    right: 6px;
    left: 6px;
    height: 80px;
    background-color: white;
    border-radius: 150px 150px 0 0
}

.sc-percentage {
    position: absolute;
    top: 100px;
    left: -200%;
    width: 400%;
    height: 400%;
    margin-left: 100px;
    background-color: #fcb900;
}

.sc-percentage {
    transform: rotate(90deg);
    transform-origin: top center;
}

.sc-min {
    float: left;
}

.sc-max {
    float: right;
}

.sc-value {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: black;
}

@-webkit-keyframes animate-width {
    0% {
        width: 0;
    }

    100% {
        visibility: visible;
    }
}

@-moz-keyframes animate-width {
    0% {
        width: 0;
    }

    100% {
        visibility: visible;
    }
}

@keyframes animate-width {
    0% {
        width: 0;
    }

    100% {
        visibility: visible;
    }
}

@-webkit-keyframes animate-height {
    0% {
        height: 0;
    }

    100% {
        visibility: visible;
    }
}

@-moz-keyframes animate-height {
    0% {
        height: 0;
    }

    100% {
        visibility: visible;
    }
}

@keyframes animate-height {
    0% {
        height: 0;
    }

    100% {
        visibility: visible;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
}

.survey-head,
.dashboard-head {
    background-color: #fff;
}

    .survey-head .survey-head--tittle,
    .dashboard-head .dashboard-head--tittle {
        font-size: 26px;
        line-height: 28px;
        font-weight: normal;
        color: #0075be !important;
    }

#bar-chart {
    height: 190px;
    width: 70%;
    position: relative;
    margin: 50px auto 0;
}

    #bar-chart * {
        box-sizing: border-box;
    }

    #bar-chart .graph {
        height: 185px;
        position: relative;
    }

    #bar-chart .bars {
        height: 253px;
        padding: 0 2%;
        position: absolute;
        width: 100%;
        z-index: 10;
    }

    #bar-chart .bar-group {
        display: block;
        float: left;
        height: 64%;
        position: relative;
        width: 12%;
        margin-right: 25%;
    }

        #bar-chart .bar-group:last-child {
            margin-right: 0;
        }

        #bar-chart .bar-group .bar {
            visibility: hidden;
            height: 0;
            -webkit-animation: animate-height;
            -moz-animation: animate-height;
            animation: animate-height;
            animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
            -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
            -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
            animation-duration: 0.4s;
            -webkit-animation-duration: 0.4s;
            -moz-animation-duration: 0.4s;
            animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
            border: 1px solid #2d2d2d;
            border-radius: 3px 3px 0 0;
            bottom: 0;
            cursor: pointer;
            height: 0;
            position: absolute;
            text-align: center;
            width: 25%;
        }

            #bar-chart .bar-group .bar:nth-child(2) {
                left: 35%;
            }

            #bar-chart .bar-group .bar:nth-child(3) {
                left: 70%;
            }

            #bar-chart .bar-group .bar span {
                display: none;
            }

        #bar-chart .bar-group .bar-7 {
            width: 58px;
            animation-delay: 0.9s;
            -webkit-animation-delay: 0.9s;
        }

        #bar-chart .bar-group .bar-12 {
            width: 58px;
            animation-delay: 1.4s;
            -webkit-animation-delay: 1.4s;
        }

        #bar-chart .bar-group .bar-14 {
            width: 58px;
            animation-delay: 1.6s;
            -webkit-animation-delay: 1.6s;
        }

    #bar-chart ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #bar-chart .x-axis {
        bottom: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

        #bar-chart .x-axis li {
            float: left;
            margin-right: 19.5%;
            font-size: 12px;
            width: 16%;
        }

            #bar-chart .x-axis li:last-child {
                margin-right: 0;
            }

    #bar-chart .y-axis {
        position: absolute;
        text-align: right;
        width: 100%;
    }

        #bar-chart .y-axis li {
            border-top: 1px solid #4e5464;
            display: block;
            height: 40px;
            width: 100%;
        }

            #bar-chart .y-axis li span {
                display: block;
                font-size: 11px;
                margin: -10px 0 0 -60px;
                padding: 0 10px;
                width: 60px;
            }

    #bar-chart .stat-1 {
        background-image: -webkit-linear-gradient(left, #ff4500 0%, #ff4500 47%, #cf3a02 50%, #cf3a02 100%);
        background-image: linear-gradient(to right, #ff4500 0%, #ff4500 47%, #cf3a02 50%, #cf3a02 100%);
    }

    #bar-chart .stat-2 {
        background-image: -webkit-linear-gradient(left, #b8f123 0%, #b8f123 47%, #79a602 50%, #79a602 100%);
        background-image: linear-gradient(to right, #b8f123 0%, #b8f123 47%, #79a602 50%, #79a602 100%);
    }

    #bar-chart .stat-3 {
        background-image: -webkit-linear-gradient(left, #00c5ff 0%, #00c5ff 47%, #0383a9 50%, #0383a9 100%);
        background-image: linear-gradient(to right, #00c5ff 0%, #00c5ff 47%, #0383a9 50%, #0383a9 100%);
    }

.fa-dot-circle {
    color: #0075be;
    font-size: 12px;
}

.head-label {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    padding-left: 8px;
    color: #0075be;
}

.voice-view {
    display: none;
}

.calendar-dropdown .form-control,
.calendar-dropdown {
    font-size: 15px !important
}

.generate-export-btn {
    font-size: 13px;
    padding: 6px;
    height: auto;
}


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ixtsvg');
    src: url('../fonts/icomoon.eot?ixtsvg#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ixtsvg') format('truetype'), url('../fonts/icomoon.woff?ixtsvg') format('woff'), url('../fonts/icomoon.svg?ixtsvg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon2';
    src: url('../fonts/icomoon2.eot?uyh7hq');
    src: url('../fonts/icomoon2.eot?uyh7hq#iefix') format('embedded-opentype'), url('../fonts/icomoon2.ttf?uyh7hq') format('truetype'), url('../fonts/icomoon2.woff?uyh7hq') format('woff'), url('../fonts/icomoon2.svg?uyh7hq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'icomoon3';
    src: url('../fonts/icomoon3.eot?yn06o1');
    src: url('../fonts/icomoon3.eot?yn06o1#iefix') format('embedded-opentype'), url('../fonts/icomoon3.ttf?yn06o1') format('truetype'), url('../fonts/icomoon3.woff?yn06o1') format('woff'), url('../fonts/icomoon3.svg?yn06o1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: GESSTwoLight;
    src: url('../fonts/GESSTwoLight-Light.woff');
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    left: 4px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon2-"],
[class*=" icon2-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    left: 4px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon3-"],
[class*=" icon3-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon3' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon3-banned:before {
    content: "\e901";
    font-weight: bold;
}

.icon3-message:before {
    content: "\e900";
}

.icon-template-icon-white:before {
    content: "\e900";
    font-size: 40px;
}

.icon-scratch-icon-white:before {
    content: "\e901";
    font-size: 45px;
}

.icon-fill-1-1:before {
    content: "\e903";
    font-size: 40px;
}

.icon-fill-1:before {
    content: "\e902";
    font-size: 40px;
}

.icon-group-6:before {
    content: "\e904";
    font-size: 40px;
}

.icon2-bank:before {
    content: "\e901";
}

.icon2-book:before {
    content: "\e902";
}

.icon2-survey:before {
    content: "\e903";
}

.icon2-email:before {
    content: "\e900";
    font-size: 28px;
}

.icon2-options-list:before {
    content: "\e904";
    font-size: 40px;
}

.icon2-consulting-message:before {
    content: "\e905";
}

.icon2-device:before {
    content: "\e906";
}

.icon2-ipad-contact:before {
    content: "\e907";
}

.icon2-tablet:before {
    content: "\e908";
}

.icon2-envelope:before {
    content: "\e903";
}

.icon2-settings:before {
    content: "\e909";
}

.icon2-segment:before {
    content: "\e90a";
}

.icon2-segmentation:before {
    content: "\e90c";
}

.icon2-technical-support:before {
    content: "\e90b";
    font-weight: bold;
}

.icon2-notification:before {
    content: "\e90d";
}

.icon2-theme:before {
    content: "\e90e";
}

.icon2-website:before {
    content: "\e90f";
}

.createNewSurveyPage .icon2-email:before {
    font-size: 38px;
}

.createNewSurveyPage .icon2-consulting-message:before {
    font-size: 40px;
}

/*@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'), url('../fonts/Glyphter.woff') format('woff'), url('../fonts/Glyphter.ttf') format('truetype'), url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icon3-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon3-options1:before {
    content: '\0042';
    font-weight: 700;
    font-size: 40px;
}*/


.dataTables_paginate.paging_full_numbers .pagination li.disabled a {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb;
}

.dataTables_paginate.paging_full_numbers .pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
}

.dataTables_paginate.paging_full_numbers .pagination li:last-child a {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem;
}

.dataTables_paginate.paging_full_numbers .pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0075be;
    background-color: #fff;
    border: 1px solid #dddfeb;
}

.dataTables_paginate.paging_full_numbers .pagination li.active a {
    /*z-index: 1;*/
    color: #fff;
    background-color: #0075be;
    border-color: #0075be;
}

.dataTables_paginate.paging_full_numbers .pagination li a:hover {
    z-index: 2;
    color: #0075be;
    text-decoration: none;
    background-color: #eaecf4;
    border-color: #dddfeb;
}

.dataTables_paginate.paging_full_numbers .pagination li a:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, .25);
    -moz-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, .25);
    -o-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, .25);
    -ms-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, .25);
}


.icon-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #cdcdcd;
    background: white;
    border-radius: 25px;
    color: #0075be;
    overflow: hidden;
    position: relative;
    transition: width 0.2s ease-in-out;
}

div.dataTables_wrapper div.dataTables_filter {
    position: absolute;
    bottom: 7px;
    right: -10px;
}

#all-table_wrapper div.row,
#published-table_wrapper div.row,
#drafts-table_wrapper div.row,
#archived-table_wrapper div.row {
    margin-top: 0% !important;
}

#template-table_filter,
#contactsList-table_filter {
    position: static !important;
    float: right !important;
    margin-left: 0.5rem;
}

div.dataTables_wrapper div.dataTables_filter input,
#invitations-search {
    height: 36px !important;
    border-radius: 4px
}


.add-btn:hover {
    width: 175px;
}

.add-btn::before,
.add-btn::after {
    transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    content: "";
    position: absolute;
    height: 4px;
    width: 10px;
    top: calc(50% - 2px);
    background: #0075be;
}

.add-btn::after {
    right: 14px;
    overflow: hidden;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.add-btn::before {
    left: 14px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.icon-btn:focus {
    outline: none;
}

.btn-txt {
    opacity: 0;
    transition: opacity 0.2s;
}

.add-btn:hover::before,
.add-btn:hover::after {
    width: 4px;
    border-radius: 2px;
}

.add-btn:hover .btn-txt {
    opacity: 1;
}

.add-icon::after,
.add-icon::before {
    transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    top: calc(50% - 10px);
    background: #0075be;
    overflow: hidden;
}

.add-icon::before {
    left: 22px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.add-icon::after {
    right: 22px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.add-btn:hover .add-icon::before {
    left: 15px;
    height: 4px;
    top: calc(50% - 2px);
}

.add-btn:hover .add-icon::after {
    right: 15px;
    height: 4px;
    top: calc(50% - 2px);
}

#uploadFileBtn {
    width: 40px;
    height: 40px;
}

.error-happened {
    background: red !important;
    color: white;
}

.success-color {
    background: #06c331 !important;
    color: white;
}

#postInteractionContent input[type="checkbox"] {
    margin-right: 10px;
}

.table-container {
    background: white;
    min-height: 500px;
}

.overlay-container .table-container {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

#createFromTemp {
    height: 100%;
}

.table-container .btn-light {
    width: 80px;
    border: 1px solid;
    font-size: 14px;
    border-radius: 4px;
}

.cell-container button {
    background: #019c24;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    width: 75px;
    font-size: 12px;
    border-radius: 4px;
    cursor: text !important;
}

.template-btn {
    width: 63px;
    padding: 2px;
    background: #0075be !important;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: white !important;
}

.status-btn {
    background: #019c24;
    border: 0;
    color: white;
    width: 60px;
    font-size: 11px;
    border-radius: 4px;
}

.cell-container span {
    font-size: 12px
}

.cell-container.float-right span {
    display: block;
    margin-top: 20px;
}

.cell-name {
    color: #333333;
    font-size: 16px !important;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
    overflow: hidden;
}

.temp-span {
    color: #8587a4;
}

.temp-table--info {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
}

/*#temp-table {
position: absolute;
top: 200px;
}*/
#temp-table .cell-name {
    color: rgb(0, 117, 190);
}

#temp-table .temp-survey {
    transition: all 0.15s;
}

    #temp-table .temp-survey:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

.question-logic-style {
    background-color: #0075be;
    color: #fff;
    border: 1px solid #efefef;
    /* border-radius: 4px; */
    padding: 10px;
    margin-bottom: 5px;
    /*font-weight: bold;*/
    font-family: 'Font Awesome\ 5 Free';
    margin: -17px -10px 17px;
}

    .question-logic-style i.fa-sticky-note {
        color: #acadb4;
        margin: 5px;
        font-size: 22px;
        transition: color ease-in 0.4s;
    }

        .question-logic-style i.fa-sticky-note:hover {
            color: #acadb4;
        }

.green-colored {
    font-size: 24px;
    color: #019c24;
    font-weight: 600;
}

.red-colored {
    font-size: 24px;
    color: #ff0101;
    font-weight: 600;
}

/*#dCodes, #product, #customerProfileDiv, #surRepeatTime, #channels, #segmentCodes, #cuGenders, #cuAgeGroups {
    background: #e3f0f8;
    border: 0;
    border-radius: 4px;
}*/

.nps-question .custom-control {
    display: inline-block;
    padding-right: 16px;
}


.actionBtns-container i {
    color: #bdbdbd;
    transition: all 0.4s;
}

.actionBtns-container div {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.actionBtns-container i:hover {
    color: #0075be;
    color: #0075be99;
    /* font-size: 20px;
    transform: scale(1,1.5);*/
    cursor: pointer;
}

.actionBtns-container i.fa-trash:hover {
    color: rgb(190, 41, 0);
}

#v-build-beautify-tabs {
    background: white;
}

    #v-build-beautify-tabs .nav-link {
        min-height: 10px;
        font-size: 14px;
        color: #969696;
        border-bottom: 2px solid transparent;
        padding: 5px 8.5px;
    }

        #v-build-beautify-tabs .nav-link.active {
            background-color: white !important;
            color: #0075be !important;
            border-bottom: 2px solid #0075be;
        }

.Design {
    background: white;
    font-weight: 600;
    padding: 15px;
    color: black;
}

.wrapper {
    padding: 10px;
    padding-bottom: 0 !important;
}

.control-wrapper {
    padding-top: 10px;
}

.start-msg-wrapper {
    color: #0075be;
}

.div-title {
    color: #333333;
    margin-bottom: 10px;
}

.start-msg-wrapper textarea.form-control {
    height: 70px;
    max-height: 70px;
}

#EndingMsg {
    height: 70px;
    max-height: 70px;
}

.start-msg-wrapper.form-group {
    margin-bottom: 10px;
}

#surveyTitle,
#questionTitle,
#questionChoice,
#endScrMsg,
#startScrMsg,
#logoDesign {
    cursor: pointer;
    background: #eaecf4;
    margin-bottom: 5px;
    padding: 10px;
}

#new-theme-panel .tab-pane {
    min-height: 426px !important;
    max-height: 649px;
    overflow: auto;
}

.logo-img {
    background: white;
    padding: 30px;
}

header img {
    display: block;
    margin: auto;
}

.position-wrapper button.btn.btn-secondary {
    background-color: #dedede;
    color: black;
}

    .position-wrapper button.btn.btn-secondary:active {
        background-color: #0075be !important;
        border-color: #0075be;
    }

.size-wrapper li {
    color: #0075be;
}

.type-wrapper li {
    color: #0075be;
}

.size-wrapper .size-radio-btns label,
.type-wrapper .type-radio-btns label {
    color: #6f6d6d;
    font-size: 12px;
}

.size-wrapper .size-radio-btns .custom-control.custom-radio.custom-control-inline,
.type-wrapper .type-radio-btns .custom-control.custom-radio.custom-control-inline {
    padding: 5px 12px 9px 35px;
    border: 1px solid #d0cbcb;
    border-radius: 20px;
    margin-bottom: 5px;
}

.sub-head {
    font-size: 14px;
    color: #0075be;
}

.note-editor {
    margin-bottom: 10px;
}

i.fa.fa-square {
    color: #0075be;
}

.appearance-container label.question,
.appearance-container .choices-div {
    background: transparent !important;
}

#sample-popup .appearance-container h3:hover,
#sample-popup .appearance-container header:hover,
#sample-popup .appearance-container .input-group .bg-transparent:hover {
    cursor: pointer;
}

.form-score {
    background: #fff;
    text-align: center;
    margin-right: 20px;
    min-height: 30px;
    FONT-WEIGHT: 100;
    border: 1px solid #d1d3e2;
    border-radius: 4px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #newSurvey .card-body, #tempSurvey .card-body {
        max-width: 250px;
    }
}*/

.QL-wrap {
    padding-left: 5rem;
}

.QL-choice {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*start total score style*/
.question-score--info {
    position: relative;
}

.divQBMain {
    max-height: 955px !important;
}

.divIntersts {
    padding-bottom: 130px;
    max-height: 900px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-face-color: #e4e4e4;
    scrollbar-track-color: #F8F9FC;
    scrollbar-shadow-color: #f1f1f1;
}

    .divIntersts::-webkit-scrollbar {
        background-color: #F8F9FC;
    }

    .divIntersts::-webkit-scrollbar-thumb {
        background-color: #e4e4e4;
    }

    .divIntersts::-webkit-scrollbar-button {
        background-color: #F8F9FC;
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-position: center center;
        height: 16px;
        width: 1em;
    }

        .divIntersts::-webkit-scrollbar-button:hover {
            background-color: #f1f1f1;
        }

        /*.divIntersts::-webkit-scrollbar-button:horizontal:increment {
            background-image: url(https://dl.dropboxusercontent.com/u/55165267/icon2.png);
        }*/

        .divIntersts::-webkit-scrollbar-button:end:increment {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQwNC4zMDggNDA0LjMwOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA0LjMwOCA0MDQuMzA5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTAsMTAxLjA4aDQwNC4zMDhMMjAyLjE1MSwzMDMuMjI5TDAsMTAxLjA4eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
        }


        .divIntersts::-webkit-scrollbar-button:start:decrement {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI1NSAyNTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NSAyNTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iYXJyb3ctZHJvcC11cCI+CgkJPHBvbHlnb24gcG9pbnRzPSIwLDE5MS4yNSAxMjcuNSw2My43NSAyNTUsMTkxLjI1ICAgIiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
        }



.total-score {
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    z-index: 99;
}

    .total-score .question-score {
        font-size: 1.5rem;
        font-weight: 500;
        color: #0075be !important;
    }

.total-score--result {
    position: absolute;
    bottom: 0;
}

.total-score .custom-ie-form {
    width: 50%;
    margin-bottom: 0;
}

.total-score .custom-ie {
    display: inline-block;
    white-space: nowrap;
}

.total-score .edit-total--score label {
    color: #333333;
}

/*end total score style*/
textarea {
    resize: none;
}

/*Start Accordion with Plus Minus Icons*/
.card-header .edit-collapsed--button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #858796;
}

    .card-header .edit-collapsed--button:focus,
    .card-header .edit-collapsed--button:hover {
        text-decoration: none;
        color: #0075be;
    }

.primary-edit--color {
    background-color: #e5e5e5;
    color: #858796;
    border-color: #c7c7c7;
}

.appearance-modification .accordion .card-body {
    background-color: #F8F9FC;
}

/* Start build custom radio buttons */
.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer;
}

    .radio input {
        display: none;
    }

        .radio input + label {
            line-height: 22px;
            height: 22px;
            padding-left: 22px;
            display: block;
            position: relative;
        }

            .radio input + label:not(:empty) {
                padding-left: 30px;
            }

            .radio input + label:before,
            .radio input + label:after {
                content: "";
                width: 22px;
                height: 22px;
                display: block;
                border-radius: 50%;
                left: 0;
                top: 0;
                position: absolute;
            }

            .radio input + label:before {
                background: #d1d7e3;
                transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
                transition: background 0.2s ease, -ms-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
                transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2),;
            }

            .radio input + label:after {
                background: #fff;
                -webkit-transform: scale(0.78);
                transform: scale(0.78);
                transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
                transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
                transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
                transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -ms-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
            }

        .radio input:checked + label:before {
            -webkit-transform: scale(1.04);
            -ms-transform: scale(1.04);
            -moz-transform: scale(1.04);
            -o-transform: scale(1.04);
            transform: scale(1.04);
            background: #0075be;
        }

        .radio input:checked + label:after {
            -webkit-transform: scale(0.4);
            -moz-transform: scale(0.4);
            -ms-transform: scale(0.4);
            transform: scale(0.4);
            transition: -webkit-transform 0.3s ease;
            transition: -ms-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        }

    .radio:hover input + label:before {
        -webkit-transform: scale(0.92);
        -ms-transform: scale(0.92);
        -moz-transform: scale(0.92);
        transform: scale(0.92);
    }

    .radio:hover input + label:after {
        -webkit-transform: scale(0.74);
        -moz-transform: scale(0.74);
        -ms-transform: scale(0.74);
        transform: scale(0.74);
    }

    .radio:hover input:checked + label:after {
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

/* End build custom radio buttons */
/*Start Custom back button */
.backToBtn,
.backToSMSs,
.backToActionCards {
    border: 2px solid #0075be;
    border-radius: 100%;
    /*position: absolute;
    left: -10%;*/
    font-size: 14px;
    background-color: #ffffff;
    /*bottom: 8px;*/
}

    .backToBtn:hover,
    .backToSMSs:hover {
        border: 2px solid #fff;
        background-color: #0075be;
        color: #fff;
    }

/*End Custom back button */
textarea {
    resize: none;
}

.footerText {
    height: 70px;
    max-height: 70px;
}

.status-btn {
    width: 90px;
}

/*.loginWithMail {
    background: blue;
}


.or {
    display: inline-block;
}

span.before-or, .after-or {
    display: inline-block !important;
    height: 1px !important;
    width: 95px !important;
    background: #c1c1c1 !important;
}*/
/*responsive design*/
.even-head {
    width: 105px !important;
}

.percentage-icon-ar {
    border-top-left-radius: 0.35em !important;
    border-bottom-left-radius: 0.35em !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.percentage-icon {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0.35em !important;
    border-bottom-right-radius: 0.35em !important;
}

.edit-button--report {
    background-color: #e7e7e7;
    transition: background ease-in-out 0.4s;
    border: none;
    color: #000000;
    padding: 40px 20px;
    font-size: 16px;
}

    .edit-button--report:hover {
        background-color: #0075be;
        border: none;
    }

.edit-total--score {
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.odd-head {
    width: 70px !important;
}

/*responsive design*/
@media only screen and (min-width: 960px) and (max-width: 1024px) {
    /*.surveyPgTitle {
        top: 35% !important;
    }*/

    #createNewSurvey .form-control,
    #createTemplateSurvey .form-control,
    #test-nl-1 .form-control,
    #skipLogicPartialContainer .form-control,
    #divPartialViewContainer .form-control,
    .divPartialViewContainerQB .form-control {
        min-height: 40px;
        font-size: 14px;
    }


    #divPartialViewContainer td,
    .logic-style {
        background-color: transparent !important;
        border-radius: 0 !important;
        border-bottom: 1px solid #c1c1c1;
    }

    .QL-wrap {
        padding-left: 1rem;
    }

    .head-label {
        font-size: 12px;
    }
}

@media only screen and (width: 1024px) {

    #quesTypes .col-10,
    #quesBank .col-10,
    .quesTypesQB .col-10 {
        min-width: 150px;
    }

    #quesTypes .col-2,
    #quesBank .col-2,
    .quesTypesQB .col-2 {
        display: none;
    }
}

@media only screen and (width: 1280px) {
    .surveyPgTitle {
        top: 12% !important;
    }
}


/*apperance icon tmp css*/
a.active#v-build4-tab[disabled] {
    background: transparent;
}

    a.active#v-build4-tab[disabled] span {
        color: darkgray;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .surveyTable.dataTable thead > tr > th:first-child {
        /*min-width:300px;*/
    }
}


#test-nl-2 > div.row {
    padding-top: 8px;
}

body .cover {
    /*height: 100vh;
    width: 100vw;*/
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99999;
}

.myParentContainer {
    position: relative;
}

    .myParentContainer #v-build-tabContent {
        position: relative;
    }


    .myParentContainer .cover {
        height: 100%;
        width: calc(100% - 4px);
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }



#PublishCustomerListView {
    position: relative;
    min-height: 300px;
}

    #PublishCustomerListView .cover {
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

/*.myParentContainer #loadingGIF {
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 2;
}*/
.loader {
    position: fixed;
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #0075be;
    /* Blue */
    border-radius: 50%;
    width: 120px !important;
    height: 120px !important;
    animation: spin 2s linear infinite;
}

.loader-with-actual-values {
    background: #faf8f8;
    opacity: 0.9;
    position: fixed;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #0075be;
    border-radius: 50%;
    width: 140px !important;
    height: 140px !important;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#swal2-title {
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
    display: block !important;
    overflow: auto;
}

.swal2-popup {
    box-shadow: none !important;
}

#swal2-content {
    color: #fff !important;
    font-size: 12px;
}

.FontUnderlineClass {
    text-decoration: underline !important;
}

.themeInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.themeName {
    flex: 1;
    min-width: 0;
}

    .themeName label {
        display: block;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        color: #333333;
    }

.theme-control {
    white-space: nowrap;
}

.themeInfo--details:hover,
.themeInfo--details:active,
.themeInfo--details::selection {
    background-color: #dddddd;
}

    .themeInfo--details:hover .themeInfo .themeName label {
        color: #0075be;
        text-decoration: none;
    }

    .themeInfo--details:active .themeInfo .themeName label,
    .themeInfo--details::selection .themeInfo .themeName label {
        color: #0075be;
        text-decoration: none;
    }

    .themeInfo--details:hover .theme-control .actionBtns-container i {
        color: #828282d1;
    }

    .themeInfo--details:active .theme-control .actionBtns-container i,
    .themeInfo--details::selection .theme-control .actionBtns-container i {
        color: #828282d1;
    }


.selected-theme {
    color: blue;
    font-weight: bold;
}

.survey-submit,
.survey-submit-inapp {
    min-width: 130px;
    /*font-weight: 700;*/
    border: 2px solid;
    border-radius: 20px;
    margin-top: 10%;
    transition: background ease-in-out 0.4s;
    cursor: pointer;
}

.custom-icon {
    font-size: 50px;
}

.dataTables_wrapper .row {
    width: 100% !important;
}

.dispcode-head {
    width: 410px !important;
}

.channel-head--odd {
    width: 400px;
}


.channel-head--even {
    width: 200px
}

.product-head--odd {
    width: 400px;
}


.image-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;
    margin-bottom: 5px;
    height: 160px;
}

    .image-preview .fit-view {
        margin: 8px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        padding: 6px;
        float: left;
        text-align: center;
        width: 90%;
        height: 130px;
        position: relative;
    }

        .image-preview .fit-view .remove-img {
            position: absolute;
            top: 0;
            left: 5px;
            cursor: pointer;
        }

    .image-preview .img-fit-view {
        margin: 8px 0;
        padding: 6px;
        float: left;
        text-align: center;
        width: 100%;
        height: 168px !important;
    }

    .image-preview .img-fit-view-inapp {
        margin: 8px 0;
        padding: 6px;
        float: left;
        text-align: center;
        width: 100%;
        height: 60px !important;
    }

        .image-preview .fit-view img,
        .image-preview .img-fit-view,
        .image-preview .img-fit-view-inapp img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
        }

.content-publish {
    padding-bottom: 0 !important;
}

.live .content-publish {
    min-height: 100%;
}

/*Start native pagination */
#nav-all,
#nav-published,
#nav-drafts,
#nav-archived {
    position: relative;
}

#nav-all,
#nav-completed,
#nav-pending,
#nav-cancelled {
    position: relative;
}

div.pager {
    text-align: center;
    margin: 1em 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

    div.pager span {
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8;
        text-align: center;
        cursor: pointer;
        color: #0075be;
        background-color: #fff;
        border: 1px solid #dddfeb;
    }

        div.pager span.active {
            background: #c00;
            color: #fff;
            background-color: #0075be;
            border-color: #0075be;
        }

/*.bs-stepper-content {
    padding: 20px 12px 20px !important;
}*/

.custom-bs-stepper-pane {
    margin-top: -20px;
}

/*End native pagination */
#segmantTable,
#dispcodeTable,
#channelTable,
#activeTable,
#deptUsersTable,
#departmentTable {
    margin: 0px !important;
    display: table !important;
}

    #segmantTable.table td,
    #dispcodeTable.table td,
    #channelTable.table td,
    #activeTable.table td {
        white-space: normal;
        word-break: break-all;
    }

#activeDirectory option,
#userRole option,
#surveyType option,
#dispcodeName option {
    width: 385px !important;
    max-width: 285px !important;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: inherit !important;
}

    #activeDirectory option:focus,
    #userRole option:focus,
    #surveyType option:focus,
    #dispcodeName option:focus {
        width: 385px !important;
        max-width: 285px !important;
        white-space: wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-appearance: inherit !important;
    }

.custom-hover .nav-item:hover h2 {
    color: #0075be !important;
}

.custom-hover .nav-item:hover span {
    color: #0075be;
    font-weight: 700;
}

/*.thank-page {
    margin-top: 15% !important;
}*/

.error-page {
    margin-top: 10% !important;
}

.notfound-404 {
    height: 150px;
    line-height: 150px;
    margin-bottom: 25px;
}

.custom-error h2 {
    color: #000;
}

.notfound-404 h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 120px;
    font-weight: 900;
    margin: 0px;
    text-transform: uppercase;
    /* background: url(../img/text.png); */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: Black;
    background-size: cover;
    background-position: center;
    color: #000;
}

#AdminPageContent {
    align-self: stretch;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    -o-justify-content: stretch;
    justify-content: stretch;
}

    #AdminPageContent .card {
        height: 100%;
    }

    #AdminPageContent .card-body {
        height: 100%;
    }

    #AdminPageContent button {
        height: 100%;
    }

/*Start  Media Queries*/
@media (max-width:769px) {
    .overlay-container {
        overflow-y: scroll;
    }

    .choices-div .input-group:not(.col-sm-6) {
        width: 100%;
    }

    .container,
    .container-fluid {
        padding: 0;
    }

    .backToBtn {
        right: 241px;
    }
}

@media (max-width:1025px) and (min-width:769px) {
    #v-build-beautify-tabs .nav-link {
        font-size: 13px;
    }

    .backToBtn {
        right: 195px;
    }
}

@media (max-width:1136px) and (min-width:992px) {

    #quesTypes,
    #SkipLogicDiv,
    #logicSidbar,
    #quesBank,
    .quesTypesQB {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .question-score--info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .myParentContainer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media (max-width:1200px) {

    #channelName,
    #activeDirectory {
        width: 350px;
    }

    .trim,
    .edit-trim {
        width: 350px;
    }
}

/*End  Media Queries*/
.label-custom {
    text-transform: capitalize;
    font-weight: bold;
    color: #858796;
    font-size: 16px;
}

.custom-place {
    padding-left: 2.25rem;
}

.custom-height {
    max-height: 470px;
    overflow-y: scroll;
}

.btn-light {
    background-color: #eaecf4;
    border-color: #eaecf4;
}

#PublishCustomerListView div.dataTables_wrapper div.dataTables_paginate,
#ContactListView div.dataTables_wrapper div.dataTables_filter {
    position: absolute;
    bottom: 0;
    right: 0;
}

#ContactListView .dataTables_info {
    margin-top: 30px;
}

.fix-search #customerListTable_info {
    margin-top: 30px;
}

.fix-search #customerListTable_filter {
    position: absolute;
    bottom: 0;
    right: 0;
}

#ContactListView div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 30px;
}

.max-height {
    min-height: 550px;
    overflow-y: auto;
    max-height: 550px;
}

/*End  Media Queries*/
.footer-center {
    position: absolute !important;
    bottom: 0;
    right: 0;
    left: 0;
}

.footer-label-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.treeview .active {
    display: block;
    margin-left: 4% !important;
}

#divPartialViewContainer input[type="text"]::-webkit-input-placeholder,
.divPartialViewContainerQB input[type="text"]::-webkit-input-placeholder {
    text-align: left;
}

#divPartialViewContainer input[type="text"]:-moz-placeholder,
.divPartialViewContainerQB input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    text-align: left;
}

#divPartialViewContainer input[type="text"]::-moz-placeholder,
.divPartialViewContainerQB input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    text-align: left;
}

#divPartialViewContainer input[type="text"]:-ms-input-placeholder,
.divPartialViewContainerQB input[type="text"]:-ms-input-placeholder {
    text-align: left;
}

.arabic-question {
    text-align: right;
    direction: rtl;
}

/*
    Start tabulator Section
*/

.tabulator-col-title label,
.tabulator-col-title {
    font-weight: 700 !important;
    font-size: 14px !important;
    opacity: 0.54;
}

.tabulator-col.tabulator-sortable {
    padding: 10px 0;
}

.tabulator .tabulator-header .tabulator-col {
    min-height: 40px !important;
    max-height: 80px !important;
}

.tabulator-header-filter .multiselect {
    padding: 4px !important;
    box-shadow: none !important;
    background-color: #fff !important;
    border: 1px solid #d9d9d9 !important;
    font-size: 14px !important;
}

.btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabulator-cell {
    /*height: auto !important;*/
    min-height: 55px;
    text-align: left;
    vertical-align: middle;
    border: 2px solid #dfdfdf50;
    /*line-height: 55px;*/
    padding-top: 20px !important;
    text-align: center;
    color: rgba(51, 51, 51, 0.87);
}

[tabulator-field="CustomerListNames"] {
    line-height: normal !important;
}

#search {
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.15s;
}

    #search:focus {
        outline: 1px solid #0075be;
    }

.tabulator-headers {
    background-color: #fff !important;
    width: 99.85%;
}

.table-controls {
    margin: 0.5rem 20px 0px 20px;
    /*border: 1px solid rgba(151, 151, 151, 0.25);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#select-stats,
#invalid-rows {
    border: 1px solid #ccc;
    margin: 3px;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 30px;
}

#invalid-rows {
    display: none;
    position: relative;
}

    #invalid-rows .red-dot {
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        height: 10px;
        background-color: red;
        border-radius: 50%;
    }

/*.errorHighlight {
    color: red;
}*/

.indicators {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#add-row {
    margin: 5px;
}

.tabulator {
    margin: 0px 20px 20px 20px;
    background-color: #fff;
}

.tabulator-col,
.tabulator-footer {
    background-color: #f8f8f8 !important;
}

.tabulator-footer {
    border-top: none !important;
}

.tabulator-col:first-child > .tabulator-col-content > .tabulator-col-title {
    text-align: center;
}

.tabulator-col-content {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tabulator-header-filter input {
    border: 1px solid #d9d9d9;
    text-transform: capitalize;
    border-radius: 5px;
}

    .tabulator-header-filter input:focus,
    .tabulator-header-filter .multiselect:focus {
        border: 2px solid #A3C4FB !important;
        outline: none !important;
    }

.tabulator-edit-select-list {
    border-radius: 5px;
}

    .tabulator-edit-select-list .tabulator-edit-select-list-item.active {
        background-color: #f8f8f8 !important;
        color: #000 !important;
    }

    .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
        background-color: #1d68cd !important;
        color: #fff !important;
    }

ul.ui-autocomplete {
    color: red !important;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.tabulator-cell input:not([type="checkbox"]),
.table-controls input:not([type="checkbox"]) {
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
}

.tabulator-cell input[type="date"] {
    width: 97%;
}

.tabulator-row-odd,
.tabulator-row-even {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

    .tabulator-row-odd:hover,
    .tabulator-row-even:hover {
        background-color: #dfdfdf !important;
    }

.tabulator-row {
    width: 99.85%;
    /*max-height: 55px;
    overflow-y: auto;
    overflow-x: hidden;*/
}


.tabulator-page[title="Next Page"],
.tabulator-page[title="Prev Page"],
.tabulator-page[title^="Show Page"] {
    border: 0px solid #fff !important;
}

/*.pagination:hover {
    background-color: #337AB7 !important;
    color: #fff;
    font-weight: normal;
}*/

[title="First Page"],
[title="Last Page"] {
    border: 1px solid #0075be !important;
    color: #204D74;
    font-weight: 400;
}

.tabulator-page[title="First Page"]:hover,
.tabulator-page[title="Last Page"]:hover,
.tabulator-page[title="Next Page"]:hover,
.tabulator-page[title="Prev Page"]:hover {
    background-color: #0075be !important;
    color: #fff;
    font-weight: 100;
}

[title^="Show Page"] {
    border: 1px solid #000 !important;
}

.tabulator-pages .active {
    background-color: #0075be !important;
    color: #fff !important;
    font-weight: 100;
}

.tabulator-validation-fail,
[title="Invalid date"] {
    border: 2px solid red !important;
}

.tabulator-selected,
.tabulator-selected:hover {
    background-color: #dfdfdf !important;
}

.tabulator-editing {
    background-color: #fff;
}

.tabulator-row .tabulator-cell.tabulator-editing {
    border: 1px solid #0075be !important;
}

    .tabulator-row .tabulator-cell.tabulator-editing input:focus,
    .tabulator-row .tabulator-cell.tabulator-editing select:focus {
        border: none !important;
        outline: none !important;
    }


.tabulator-header .tabulator-col-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tabulator-cell input[type="checkbox"],
.tabulator-col-title input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: 12px;
    width: 12px;
    border-radius: 2px;
}

    .tabulator-cell input[type="checkbox"]:checked,
    .tabulator-col-title input[type="checkbox"]:checked {
        background: #0075be;
        border: 1px solid #0075be;
    }

    .tabulator-cell input[type="checkbox"]:indeterminate,
    .tabulator-col-title input[type="checkbox"]:indeterminate {
        background: #ccc;
        border: 1px solid #000;
    }

@keyframes bounce {
    from {
        background-color: #0075be;
    }

    to {
        background-color: #fff;
    }
}

.indicators div {
    box-sizing: border-box;
    border-right: 1px solid rgba(151, 151, 151, 0.25);
    color: #858796 !important;
}

.actions:disabled {
    color: #ccc;
}

#del-row,
.actions,
.actions:enabled:hover,
.indicators button,
.indicators button:hover {
    white-space: nowrap;
    color: #858796 !important;
}

    .indicators button:enabled:hover {
        font-weight: bolder;
    }


    .indicators button i {
        border-radius: 50%;
        background-color: #eee;
        padding: 7px;
    }

    #del-row i {
        color: red;
        background-color: rgba(255, 0, 0, 0.3);
    }

#customer-table {
    overflow: auto;
}

#tableOFContacts {
    min-height: 300px;
}

.tabulator-row,
.tabulator-cell,
.tabulator .tabulator-header .tabulator-col {
    border: none;
    border-right: 1px solid rgba(151, 151, 151, 0.25) !important;
}

.tabulator {
    border: 1px solid #E2E2E2 !important;
}

    .tabulator-row-odd,
    .tabulator-row-even,
    .tabulator .tabulator-header {
        border-bottom: 1px solid rgba(151, 151, 151, 0.25) !important;
    }

/*#contactListName {
    display: none;
}*/

.edit-icon,
.save-icon {
    cursor: pointer !important;
}


/*.tabulator-row-validation-fail {
    border-top: 2px solid rgba(190, 41, 0, 0.4) !important;
    border-bottom: 2px solid rgba(190, 41, 0, 0.4) !important;
    /*border-right: 2px solid rgba(255,0,0,0.5) !important;
}*/

.newRow {
    border: 1px solid #337AB7 !important;
    /*animation-name: bounce;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-fill-mode: backwards;*/
}

.tabulator-cell-validation-fail {
    font-weight: bolder !important;
    border: 1px solid rgba(190, 41, 0, 0.4) !important;
    border-radius: 2px;
    /*box-shadow: inset 0px 0px 3px rgba(190, 41, 0, 0.4);*/
}

.newRow .tabulator-cell-validation-fail {
    font-weight: bolder !important;
    border: 2px solid rgba(190, 41, 0, 0.4) !important;
    border-radius: 2px;
    box-shadow: inset 0px 0px 3px rgba(190, 41, 0, 0.4);
}

.multiselect-container {
    position: fixed !important;
    min-height: 100px !important;
    max-height: 150px !important;
    overflow: auto !important;
    /*top: auto !important;*/
}

/*.multiselect[title*="segment" i] ~ .multiselect-container {
    top: 100px !important;
}*/

.tabulator .tabulator-header .tabulator-col {
    vertical-align: top;
}

#invalid-rows {
    cursor: pointer;
    transition: all 0.15s;
}

    #invalid-rows:hover {
        border: 1px solid rgba(255, 0, 0, 0.3);
        color: rgba(255, 0, 0, 0.3);
    }

/*
    End tabulator Section
*/
/*
    Start Contacts Section
*/
#contacts-overlay,
#existing-contacts-overlay,
#invitations-overlay {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box !important;
    color: #000;
}

.action-btns {
    margin: 20px;
}

.contacts-overlay,
.existing-contacts-overlay,
.invitations-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    /* background-color: rgba(0,0,0,0.5); */
}

    .contacts-overlay h2,
    .existing-contacts-overlay h2,
    .invitations-overlay h2 {
        color: #000 !important;
    }

.contacts-close,
.invitations-close {
    position: absolute;
    top: 2%;
    right: 2%;
    cursor: pointer;
    color: #000 !important;
    z-index: 99999;
}

.close-logout {
    position: inherit;
    top: 2%;
    right: 2%;
    cursor: pointer;
    color: #000 !important;
    z-index: 99999;
}

    .close-logout:hover {
        color: #0075be !important;
    }

#TagsOverlay .contacts-close,
#SetDefaultAnswerOverlay .contacts-close,
#QBTagsOverlay .contacts-close {
    top: 3px;
    right: 5px;
    left: auto;
}

.contacts-close:hover,
.invitations-close:hover {
    color: #0075be !important;
}

#contacts-cancel,
#invitations-cancel {
    padding: 0.5rem 5rem;
    margin-top: 3rem;
}

.main {
    height: 100%;
}

    .main p {
        font-size: 14px;
    }

    .main h5 {
        font-family: inherit;
        font-weight: 700;
        font-size: 18px;
    }

    .main > h2 {
        margin-bottom: 1rem;
    }


.contacts-upload,
.contacts-existing,
.invitation-new,
.invitation-layout {
    border-radius: 4px;
    background-color: #d9d9d9;
    margin: 1rem 0.5rem;
    padding: 30px;
    transition: all 0.5s;
    max-height: 280px;
    height: 100%;
}

    .contacts-upload h5,
    .contacts-existing h5,
    .contacts-upload p,
    .contacts-existing p,
    .invitation-new h5,
    .invitation-layout h5,
    .invitation-new p,
    .invitation-layout p {
        width: 100%;
    }

    .contacts-upload:hover,
    .contacts-existing:hover,
    .invitation-new:hover,
    .invitation-layout:hover {
        background-color: #0075be;
        color: #fff;
    }

.greyish {
    background-color: #d9d9d9;
    color: #000;
    border: none;
}

    .greyish:hover {
        color: #fff !important;
        background-color: #0075be !important;
    }


.contact_name,
.contacts-data {
    width: 100%;
}


[for="contact_name"],
[for="contacts_list"],
[for="hasHeaders"],
[for="contacts_data"] {
    color: #acacac;
}

.contacts-next,
#upload-contacts-next,
#copy-paste-contacts-next {
    padding: 0.5rem 5rem;
    margin: 1rem 0;
}

.contact_name::placeholder,
contacts-data::placeholder {
    color: #000;
    opacity: 0.54;
    font-size: 16px;
}

.main .nav .nav-item .nav-link {
    color: #acacac;
}

    .main .nav .nav-item .nav-link:hover {
        color: #ccc;
    }

.heighLightLink {
    color: blue !important;
    border-bottom: 2px solid blue;
    padding-bottom: 10px;
    font-weight: 500;
}

.upload-files-tabs {
    margin-bottom: 30px;
}

.drag-drop {
    border: 2px solid #ccc;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.5s;
    position: relative;
}

#downloadSample {
    padding-top: 0.2px;
    padding-bottom: 0.2px;
}

    #downloadSample:hover {
        background-color: #0075be !important;
        border: 1px solid #0075be !important;
    }

#contacts-stp-1 i.fa-file-upload,
#contacts-stp-1 i.fa-copy {
    font-size: 1.5rem;
}

.copy-paste {
    transition: all 0.5s;
}


.drag-drop:hover {
    color: #0075be;
    border: 2px solid #0075be;
}


.drag-drop input[type="file"] {
    opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.tab-container {
}

.create_contact {
    width: 50vw;
    margin: 0 auto;
}

.label {
    text-align: left;
}

.empty-column-type {
    border: 1px solid red !important;
}

.bg-grey {
    background-color: #f7f7f7 !important;
}

.text-black {
    color: #000 !important;
}

/*
    [type="radio"][name="uploadType"] {
    width: auto;
}
*/

/*
    End Contacts Section
*/


.activated {
    font-weight: bold;
}

/*a.waves-effect.waves-light {
    transition: all 0.5s;
}*/

.btn.waves-effect {
    text-transform: none;
}

a.waves-effect.waves-light:not(.activated):hover {
    /*color: #4e73df !important;*/
}

#newSurvey,
#tempSurvey {
    color: #000;
    opacity: 1 !important;
}

    #newSurvey:hover,
    #tempSurvey:hover {
        color: #fff;
    }

/*#newSurvey .card:hover, #tempSurvey .card:hover {
        background-color: #708ee5;
        color: #fff;    
    }

        #newSurvey .card:hover span, #tempSurvey .card:hover span, #newSurvey .card:hover h5, #tempSurvey .card:hover h5 {
            color: #fff;
        }*/
.font-primary-color {
    color: #708ee5;
}

.bg-primary-color {
    background-color: #708ee5;
}

.font-secondary-color {
    color: #d9d9d9;
}

.bg-secondary-color {
    background-color: #d9d9d9;
}

.custom-card {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    -webkit-box-shadow: 3px 3px 5px #d9d9d9 !important;
    -moz-box-shadow: 3px 3px 5px #d9d9d9 !important;
    -o-box-shadow: 3px 3px 5px #d9d9d9 !important;
    -ms-box-shadow: 3px 3px 5px #d9d9d9 !important;
    box-shadow: 3px 3px 5px #d9d9d9 !important;
    position: relative !important;
    width: 40% !important;
    box-sizing: border-box !important;
}

/*.swal2-container.swal2-shown {
    background-color: rgba(255,255,255,0.8) !important;
}*/

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4) !important;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4) !important;
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4) !important;
    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4) !important;
    position: relative !important;
    width: 40% !important;
    box-sizing: border-box !important;
    width: 35% !important;
}

.swal2-container {
    z-index: 555555 !important;
}

.alert-show-down {
    z-index: 999999999 !important;
}

.swal2-styled.swal2-cancel,
.swal2-styled.swal2-confirm {
    width: auto !important;
    text-align: center !important;
    padding: 7px !important;
}

.swal2-styled {
    padding: .625em 0 !important;
    min-width: 65px !important;
}

.swal2-icon.swal2-warning {
    margin: 10px auto !important;
    margin-bottom: 20px !important;
    border-color: #e74a3b !important;
    color: #e74a3b !important;
    width: 3rem !important;
    height: 3rem !important;
}

    .swal2-icon.swal2-warning::before {
        font-size: 2.5rem !important;
    }

input [type="text"].form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.apperence-themes {
    /*height: 826px;*/
    height: fit-content;
    max-height: 800px;
    overflow-y: auto;
}

.ui-datepicker-year {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.ui-state-default {
    text-align: center !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    background-color: #fff !important;
}

    .ui-state-default:hover {
        border: 1px solid #c5c5c5 !important;
        background: #f6f6f6 !important;
        font-weight: normal !important;
        color: #454545 !important;
    }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #eee !important;
    text-align: center !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
}

.ui-state-active,
.ui-state-active:hover,
.ui-state-active.ui-state-highlight,
.ui-state-active.ui-widget-content .ui-state-highlight,
.ui-state-active.ui-widget-header .ui-state-highlight {
    border: 1px solid #0075be !important;
    background-color: #0075be !important;
    color: #fff !important;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
}

.ui-state-hover,
.ui-state-default {
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
}


.ui-datepicker-header {
    background-color: #fff !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #0075be !important;
    border-radius: 0 !important;
    padding: 5px !important;
}

.ui-datepicker {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 3px !important;
}

.ui-datepicker-year {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(51, 51, 51, 0.87);
}

.ui-datepicker-month {
    color: rgba(0, 0, 0, 0.7) !important;
}




.ui-datepicker-prev span {
    transform: rotateZ(-90deg);
    background-position: 0px 0px !important;
}

.ui-datepicker-next span {
    transform: rotateZ(90deg);
    background-position: 0px 0px !important;
}

.ui-datepicker-rtl {
    font-family: GESSTwoLight;
}

    .ui-datepicker-rtl a {
        font-family: GESSTwoLight;
    }

    .ui-datepicker-rtl .ui-datepicker-year {
        font-family: GESSTwoLight;
    }

    .ui-datepicker-rtl .ui-datepicker-prev span {
        transform: rotateZ(90deg);
        background-position: 0px 0px !important;
    }

    .ui-datepicker-rtl .ui-datepicker-next span {
        transform: rotateZ(-90deg);
        background-position: 0px 0px !important;
    }

#downloadSample:focus {
    box-shadow: 0 0 0 0.2rem #0075be !important;
}

.bs-stepper-content {
    padding: 12px !important;
    padding-right: 6px !important;
}

#divPartialViewContainer,
.divPartialViewContainerQB {
    padding-bottom: 130px !important;
}

.form-control:focus {
    box-shadow: none !important;
}


.dirRTL {
    direction: rtl;
    text-align: right;
}

.dirLTR {
    direction: ltr;
    text-align: left;
}

.inputRTL {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0.35em !important;
    border-bottom-right-radius: 0.35em !important;
    border-bottom-left-radius: 0 !important;
}

.textRTL {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0.35em !important;
    border-bottom-left-radius: 0.35em !important;
}

#editContactNameImg {
    padding-left: 10px;
    cursor: pointer;
}

select {
    border: 1px solid #ccc;
}

    select:focus {
        border: 1px solid #0075be !important;
        outline: none !important;
    }

    select option:checked {
        color: #0075be !important;
    }

.tooltip .tooltip-inner {
    background-color: #5a5c69;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #5a5c69;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #5a5c69;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #5a5c69;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #5a5c69;
}

.fas.fa-question {
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 50%;
    font-size: 0.8rem;
    color: gray;
    cursor: pointer;
}

.ss-values {
    min-height: 40px;
}

    .ss-values .ss-value {
        font-size: 1rem !important;
        background-color: #0075be !important;
    }

.ss-option:hover {
    background-color: #0075be !important;
}

.emoji-choices label,
.thumb-choices label {
    margin-bottom: 0;
}

.emoji-choices input[type=radio],
.thumb-choices input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* IMAGE STYLES */
    .emoji-choices input[type=radio] + i,
    .thumb-choices input[type=radio] + i {
        cursor: pointer;
        font-size: 36px;
    }

    /* CHECKED STYLES */

    /*.emoji-choices input[type=radio]:enabled + i.fa-angry, .thumb-choices input[type=radio]:enabled + i.fa-angry {
    color: rgba(255,255,255, 0.5);
}*/

    .emoji-choices input[type=radio]:checked + i.fa-angry,
    .thumb-choices input[type=radio]:checked + i.fa-angry {
        color: #FF4E3B;
    }

    .emoji-choices input[type=radio]:enabled + i.fa-angry:hover,
    .thumb-choices input[type=radio]:enabled + i.fa-angry:hover {
        color: #FF4E3B;
    }

    /*.emoji-choices input[type=radio]:enabled + i.fa-frown, .thumb-choices input[type=radio]:enabled + i.fa-frown {
    color: rgba(255,255,255, 0.5);
}*/

    .emoji-choices input[type=radio]:checked + i.fa-frown,
    .thumb-choices input[type=radio]:checked + i.fa-frown {
        color: #EA854C;
    }

    .emoji-choices input[type=radio]:enabled + i.fa-frown:hover,
    .thumb-choices input[type=radio]:enabled + i.fa-frown:hover {
        color: #EA854C;
    }

    /*.emoji-choices input[type=radio]:enabled + i.fa-meh, .thumb-choices input[type=radio]:enabled + i.fa-meh {
    color: rgba(255,255,255, 0.5);
}*/

    .emoji-choices input[type=radio]:checked + i.fa-meh,
    .thumb-choices input[type=radio]:checked + i.fa-meh {
        color: #FFD152;
    }

    .emoji-choices input[type=radio]:enabled + i.fa-meh:hover,
    .thumb-choices input[type=radio]:enabled + i.fa-meh:hover {
        color: #FFD152;
    }

    /*.emoji-choices input[type=radio]:enabled + i.fa-smile, .thumb-choices input[type=radio]:enabled + i.fa-smile {
    color: rgba(255,255,255, 0.5);
}*/

    .emoji-choices input[type=radio]:checked + i.fa-smile,
    .thumb-choices input[type=radio]:checked + i.fa-smile {
        color: #BACF69;
    }

    .emoji-choices input[type=radio]:enabled + i.fa-smile:hover,
    .thumb-choices input[type=radio]:enabled + i.fa-smile:hover {
        color: #BACF69;
    }

    /*.emoji-choices input[type=radio]:enabled + i.fa-laugh, .thumb-choices input[type=radio]:enabled + i.fa-laugh {
    color: rgba(255,255,255, 0.5);
}*/

    .emoji-choices input[type=radio]:checked + i.fa-laugh,
    .thumb-choices input[type=radio]:checked + i.fa-laugh {
        color: #3DB25B;
    }

    .emoji-choices input[type=radio]:enabled + i.fa-laugh:hover,
    .thumb-choices input[type=radio]:enabled + i.fa-laugh:hover {
        color: #3DB25B;
    }

.emoji-name,
.thumb-name {
    font-family: 'Font Awesome\ 5 Free';
    font-size: 24px;
}

.fa-trash-alt:hover {
    color: red !important;
}

.input-wrapper {
    position: relative;
    min-width: 150px;
    min-height: 40px;
    border-radius: 5px;
}

    .input-wrapper input ~ .input-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background-color: #fff;
        border-radius: 0.35rem;
        transition: all 0.15s;
        cursor: pointer;
        border-radius: 15px;
    }

.surveyPublishTab .input-wrapper input ~ .input-overlay {
    border-radius: 5px;
}

.input-wrapper input:checked ~ .input-overlay,
.input-wrapper input:checked ~ .input-overlay.Template {
    background-color: #0075be;
    transition: all 0.15s;
}

.input-wrapper input:not(:checked) ~ label {
    color: #00000090;
}

    .input-wrapper input:not(:checked) ~ label.Template {
        color: #000000;
        /*font-size: 14px !important;*/
    }

.input-wrapper input:checked ~ label {
    color: #fff;
}

/*.input-wrapper input:checked ~ label.Template {
    font-size: 14px !important;
}*/

.input-wrapper input:disabled ~ .input-overlay {
    background-color: #ddd;
    transition: all 0.15s;
}

.input-wrapper input:disabled ~ label {
    color: #ccc;
}

.input-wrapper input {
    display: none;
}

.input-wrapper label {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/***************************** pages style ***********************************/

.createNewSurveyPage input[type="checkbox"]:checked,
.appearance-container input[type="checkbox"]:checked {
    border: 1px solid #0075be;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #0075be;
}

.createNewSurveyPage #divPartialPreviewChild {
    position: relative;
}

.createNewSurveyPage #preview-as {
    padding: 5px 10px;
    border-radius: 5px;
}

.createNewSurveyPage .desktop-view,
#SampleSurveyPreview.desktop-view {
    width: 100%;
    padding: 16px;
    margin: 24px auto;
    border: 1px solid #d0d2d3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 12px;
    height: 785px;
    /*min-height: calc(100vh - 200px);*/
    overflow: auto;
}

.createNewSurveyPage .in-app-preview {
    height: 616px !important;
}

#SampleSurveyPreview.desktop-view {
    height: 802px !important;
}


.main-sample-height {
    height: 830px !important;
}

.main-inapp-sample-height {
    height: 602px !important;
}

.createNewSurveyPage iframe#survey-preview,
iframe#SampleSurveyPreview {
    transition: all 0.5s;
}

.createNewSurveyPage .device,
.createNewSurveyPage .mode,
.inapp-theme .mode {
    cursor: pointer;
    opacity: 0.5;
    height: 24px;
    transform: scale(0.8);
}

.createNewSurveyPage .hoverOpacity-1:hover {
    opacity: 1;
}


.createNewSurveyPage .device.currentDevice,
.createNewSurveyPage .mode.currentMode,
.inapp-theme .modes img.currentMode,
.inapp-theme .currentMode img.mode {
    opacity: 1;
    transform: scale(1);
}

#themePartialViewPage #devices .currentDevice {
    opacity: 1;
    transform: scale(1.3);
}

.createNewSurveyPage .tablet-view,
#SampleSurveyPreview.tablet-view {
    width: 900px !important;
    height: 715px;
    padding: 16px;
    margin: 24px;
    border: 1px solid #d0d2d3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 12px;
    overflow: auto;
}

#SampleSurveyPreview.tablet-view {
    width: 100% !important;
}

.createNewSurveyPage .mobile-view,
#SampleSurveyPreview.mobile-view {
    height: 655px;
    width: 410px !important;
    padding: 16px;
    margin: 24px;
    border: 1px solid #d0d2d3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 12px;
    overflow: auto;
}

.createNewSurveyPage [class*='Question_'].ques {
    min-width: 100%;
    background-color: #f3f3f3 !important;
    margin-top: 12px !important;
}

.divPartialViewContainerQB .ques {
    background-color: #f3f3f3 !important;
}

.divPartialViewContainerQB .qTag {
    white-space: nowrap;
    text-align: center;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 3px 10px 3px !important;
    position: relative;
}

.createNewSurveyPage .draggable {
    cursor: pointer !important;
}

#createNewSurveyPage .draggable:hover {
    color: #0075be;
}

.createNewSurveyPage .fa.fa-plus,
#manageQuestionBankPage .fa.fa-plus {
    color: #a9aab3;
}


    .createNewSurveyPage .fa.fa-plus:hover {
        color: #0075be;
    }

.createNewSurveyPage .custom-control {
    margin-right: 1rem;
}

    .createNewSurveyPage .custom-control.emoji,
    .createNewSurveyPage .custom-control.thumb {
        margin-right: 5px;
        transition: all 0.15s;
        padding-left: 0 !important;
    }

/*.createNewSurveyPage .custom-control.emoji:hover, .createNewSurveyPage .custom-control.thumb:hover {
    transform: scale(1) !important;
}*/

.scale-1 {
    transform: scale(1) !important;
}

.scale {
    transform: scale(1.2) !important;
}

.border-bottom-1 {
    border-bottom: 1px solid;
}

.createNewSurveyPage .input-group-text,
.theme_partialView .input-group-text,
#manageQuestionBankPage .input-group-text {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-right: none;
}

.createNewSurveyPage .input-group-prepend + input.form-control[type='text'],
.theme_partialView .input-group-prepend + input.form-control[type='text'],
#manageQuestionBankPage .input-group-prepend + input.form-control[type='text'] {
    border-left: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #fff;
    transition: all 0.15s;
}

.createNewSurveyPage .input-group-prepend {
    /*Causes border radius issue while inputs foucs in and focus out in (input.form-control[type='text']:focus)*/
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.createNewSurveyPage input.form-control.item-score {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition: all 0.15s;
}

    .createNewSurveyPage input.form-control.item-score:focus {
        border: 1px solid #0075be !important;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        border-top-left-radius: 4px !important;
    }

    .createNewSurveyPage input.form-control.item-score + .input-group-prepend {
        border-right: 1px solid #e5e5e5;
        border-left: none !important;
        border-top-right-radius: 0.35em;
        border-bottom-right-radius: 0.35em;
    }

        .createNewSurveyPage input.form-control.item-score + .input-group-prepend .input-group-text {
            border-left: none !important;
        }

.createNewSurveyPage .form-score {
    margin-right: 30px;
    height: 35px;
    width: 37%;
    color: #6e707e;
}

.createNewSurveyPage .input-group > textarea.form-control {
    border-top-right-radius: 0.35rem !important;
    border-bottom-right-radius: 0.35rem !important;
    min-height: 100px;
}

.createNewSurveyPage .QuestionUserControl {
    min-height: 100px;
}

.createNewSurveyPage input.custom-ie {
    width: 70px;
}

.createNewSurveyPage .logicDivs {
    background-color: #f3f3f3 !important;
}

.createNewSurveyPage #detailsNext,
.createNewSurveyPage #buildNext,
.createNewSurveyPage #buildPrevious,
.createNewSurveyPage #previewNext,
.createNewSurveyPage #previewPrevious,
.createNewSurveyPage #validateQuestions,
#portal-branding .resetBranding,
#portal-branding .saveBranding {
    width: 150px;
    white-space: nowrap;
}

.createNewSurveyPage .padding-right {
    padding-right: 0.75rem !important;
}

.createNewSurveyPage .skipLogicDiv {
    max-height: 846px;
    overflow: auto;
}

.createNewSurveyPage .choices-div.custom-card-deck div.input-group .card {
    transition: all 0.5s;
}

    .createNewSurveyPage .choices-div.custom-card-deck div.input-group .card:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

.QuestionUserControl,
.QuestionUserControl * {
    transition: none !important;
}

    .QuestionUserControl,
    .QuestionUserControl .surveySubmitBtn i {
        transition: none !important;
    }

.createNewSurveyPage #quesTypes,
#quesBank {
    height: 855px;
}

.quesTypesQB {
    height: 955px;
}

.createNewSurveyPage #v-build5-tab i {
    color: #0075be;
}

.createNewSurveyPage #v-build5-tab.active i {
    color: #fff;
}

.createNewSurveyPage #v-build5-tab {
    cursor: pointer;
}

    .createNewSurveyPage #v-build5-tab .options-icon {
        background-color: #0075be;
        -webkit-mask: url(../../common/img/options2.svg) no-repeat center;
        -moz-mask: url(../../common/img/options2.svg) no-repeat center;
        -o-mask: url(../../common/img/options2.svg) no-repeat center;
        -ms-mask: url(../../common/img/options2.svg) no-repeat center;
        mask: url(../../common/img/options2.svg) no-repeat center;
        height: 45px;
        margin-top: 10px;
    }

    .createNewSurveyPage #v-build5-tab.active {
        background-color: #0075be;
    }

        .createNewSurveyPage #v-build5-tab.active .options-icon {
            background-color: #fff;
        }

.createNewSurveyPage input[type="checkbox"],
.appearance-container input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 15px;
    height: 15px;
    background-color: #eee;
    border-radius: 3px;
}

.theme_partialView .theme-name,
.actionCard-name {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.theme_partialView .actionBtns-container span i {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
}


    .theme_partialView .actionBtns-container span i:hover {
        color: #0075be;
    }

.theme_partialView .active-tab .actionBtns-container span i:hover {
    color: rgba(225, 225, 225, 0.8);
}

.theme_partialView .Design,
#surveyOptionsList .Design {
    background-color: #f5f5f5;
}

.theme_partialView .popupWrapper,
.createNewSurveyPage .invitationWrapper,
.createNewSurveyPage .popupWrapperPreview,
.createNewSurveyPage .invitationWrapper {
    position: relative;
    padding: 5px;
    border-radius: 4px;
}

.theme_partialView .iframe,
.createNewSurveyPage .iframe {
    overflow: auto;
}

#feedback .sideTabSampleBtn {
    transform: scale(0.8) rotateZ(-90deg);
    margin-top: 50px;
}

#feedback .pageSimulator {
    height: 500px;
    width: 520px;
    padding: 10px;
    position: relative;
    background-image: url(../../common/img/browser.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*.surveyPublishTab #customer-profile__content select[multiple] option:checked {
        background: #0075be linear-gradient(0deg, #0075be 0%, #0075be 100%);
        color: #fff;
        -webkit-text-fill-color: #fff;
        -moz-text-fill-color: #fff;
        -o-text-fill-color: #fff;
        -ms-text-fill-color: #fff;
        text-fill-color: #fff;
    }*/

.fullScreen {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
}

.overflowHidden {
    overflow: hidden !important;
}

.overflowXHidden {
    overflow-x: hidden !important;
}

.surveyPublishTab #PublishCustomerTableView .card,
.surveyPublishTab #PublishCustomerTableView .card-body,
.surveyPublishTab #PublishCustomerTableView .card-body > div {
    padding: 0 !important;
}

    .surveyPublishTab #PublishCustomerTableView .card .card-body .form-group > h5 {
        padding-left: 0.8rem;
        margin-top: 0.5rem;
    }

    .surveyPublishTab #PublishCustomerTableView .card .card-body #customer-table {
        margin: 0;
    }



/*.surveyPublishTab .input-group-append span, .surveyPublishTab #responsesThreshold {
        border-top-right-radius: 0.35rem !important;
        border-bottom-right-radius: 0.35rem !important;
    }*/

.surveyPublishTab #segmentCodeSelect {
    width: 50%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.surveyPublishTab .publish-tab__sidebar label {
    padding: 10px 10px 0;
    color: #0075be;
    font-weight: 600;
}

.surveyPublishTab .publish-tab__sidebar + div.col-sm-9 {
    padding: 0 0 0 12px;
}

.surveyPublishTab #bulk__section > .card,
.surveyPublishTab #post-interaction__section > .card {
    margin: 0 0 0.5rem !important;
}

.surveyPublishTab .publish-tab__sidebar select {
    margin: -1px 0 0;
    width: 100%;
    padding: 10px;
    /*border: 1px solid #ccc;*/
    color: #0075be;
    background-color: #F3F3F3;
}

    .surveyPublishTab .publish-tab__sidebar select:focus {
        color: gray;
    }

    .surveyPublishTab .publish-tab__sidebar select option {
        background-color: #eee;
    }

/*.surveyPublishTab .publish-tab__sidebar select option:checked {
                color: #0075be;
            }*/

/*.surveyPublishTab .publish-tab__sidebar select:focus {
            border-color: #0075be;
            outline: none;
        }*/

.surveyPublishTab [id$="__section"] i:not(.fa-download) {
    color: #019c24;
}

.surveyPublishTab #pop-up__content {
    min-height: 400px;
}


.surveyPublishTab .publish-tab__head {
    padding-bottom: 10px;
}

    .surveyPublishTab .publish-tab__head ~ [class^="col-sm"] {
        padding-right: 0 !important;
    }

.surveyPublishTab .publish-tab__sidebar {
    background-color: #f3f3f3;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.surveyPublishTab .publish-tab__head .progress-wrapper {
    /*background-color: #F8F9FC;*/
    width: 100%;
    padding: 10px;
}

.surveyPublishTab .publish-tab__head .row {
    padding: 10px 0;
    height: 100%;
    background-color: #f3f3f3;
}

.surveyPublishTab .publish-tab__title {
    /*background-color: #F8F9FC;*/
    color: rgba(0, 0, 0, 1);
    padding: 10px 5px;
    width: 100%;
    border-radius: 5px;
}

.surveyPublishTab .card-link {
    cursor: pointer;
}

.surveyPublishTab .required {
    font-size: 0.9rem;
    color: #0075be;
}

.surveyPublishTab [id^="additional-parameters"] span {
    font-size: 0.8rem;
}

[id$='__tab']:not(.active-tab) i {
    color: green !important;
}

.surveyPublishTab [id$="__content"] i:not(.fa-download) {
    margin: 8px 3px;
    color: gray;
}

.surveyPublishTab .optional {
    font-size: 0.9rem !important;
    color: #ccc;
}

.active-tab {
    background-color: #0075be !important;
}

    .active-tab p,
    .active-tab span {
        color: #fff !important;
    }

.surveyPublishTab .card[id$='__content'],
.surveyPublishTab [id$='__content'] .card {
    background-color: #f3f3f3;
}

.surveyPublishTab .appearance-container.fix-search > .card {
    border: none !important;
}

    .surveyPublishTab .appearance-container.fix-search > .card > .card-body > div {
        padding: 0 !important;
    }

.surveyPublishTab #post-interaction__section [id$="__content"],
.surveyPublishTab #bulk__section [id$="__content"] {
    margin: 0 !important;
}

.surveyPublishTab .publish-tab__sidebar ~ .col-sm-9 {
    height: 700px;
    overflow: auto;
}

.surveyPublishTab #PublishCustomerListView .cover {
    background-color: transparent !important;
}

.surveyPublishTab #PublishCustomerTableView .card {
    border: none;
}

.surveyPublishTab [id^='all'] {
    color: #0075be;
    cursor: pointer;
}

#expand i,
#expandTable i {
    font-size: 1.5rem !important;
    cursor: pointer;
}

.surveyPublishTab #pop-up-view,
.surveyPublishTab #side-tab-view {
    overflow: auto;
}

.surveyPublishTab .overlay-border {
    position: relative;
}

.surveyPublishTab .pop-up-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 15px;
    bottom: 0;
    background-color: transparent;
    z-index: 999999;
}

.surveyPublishTab #pop-up-headline__input,
.surveyPublishTab #pop-up-border-color__input,
.surveyPublishTab #pop-up-accept-btn-bg-color__input,
.surveyPublishTab #pop-up-accept-btn-txt-color__input,
.surveyPublishTab #pop-up-deny-btn-bg-color__input,
.surveyPublishTab #pop-up-deny-btn-txt-color__input,
.surveyPublishTab #side-tab-headline__input,
.surveyPublishTab #side-tab-border-color__input {
    border-radius: 0.35rem !important;
}

.surveyPublishTab #pop-up-wrapper,
.surveyPublishTab #side-tab-wrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #eee;
    padding: 10px;
    position: relative;
}

    .surveyPublishTab #pop-up-wrapper i,
    .surveyPublishTab #side-tab-wrapper i {
        position: absolute;
        top: 3px;
        right: 10px;
        z-index: 999;
    }

.surveyPublishTab .code {
    background-color: #fff !important;
}

.surveyPublishTab #generate-pop-up-code,
.surveyPublishTab #generate-side-tab-code,
.surveyPublishTab #generate-embed-code,
.surveyPublishTab #generate-chat-code {
    width: 150px;
}

.surveyPublishTab .copy-code,
.surveyPublishTab .copy-url {
    cursor: pointer;
}

.surveyPublishTab .ranges-output input {
    width: 3.5rem;
    padding-left: 8px;
}

.surveyPublishTab #publishPrevious,
.surveyPublishTab #SaveAndPublishBtn,
.surveyPublishTab #SaveDraftBtn {
    width: 150px;
    white-space: nowrap;
}

#divPartialPreviewChild input[type='radio'],
#divPartialPreviewChild2 input[type='radio'],
.createNewSurveyPage input[type='radio'] {
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    /*appearance: none;*/
    height: 13px;
    width: 13px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    background-color: white;
}

    #divPartialPreviewChild input[type='radio']:checked,
    #divPartialPreviewChild2 input[type='radio']:checked,
    .createNewSurveyPage input[type='radio']:checked {
        background-color: #0075be;
    }

.logic-div .icon-fill-1-1:before {
    font-size: 15px !important;
}


/***************************** pages style ***********************************/

.img-special-checkbox {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    /*pointer-events: none;*/
}

#divPartialPreviewChild {
    scroll-behavior: smooth;
}

input[type='checkbox']:enabled,
input[type='radio']:enabled {
    outline: none;
}

#divPartialPreviewChild.live footer,
.thank-page footer {
    position: fixed !important;
    bottom: 0;
    right: 0;
    left: 0;
}


.flex-row-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.flex-column-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.one-by-one__mode {
    /*min-width: 300px;
    max-width: 700px;
    min-height: 510px;
    border-radius: 10px;
    border-width: 3px;
    border-style: solid;
    margin: 20px auto 0;*/
}

.live .one-by-one__mode .content-publish {
    /*min-height: unset !important;*/
}

.interactive-focusout {
    opacity: 0.3;
    transform: scale(0.95);
}

.interactive-focusin {
    opacity: 1;
    transform: scale(1);
}

.channel-head--special-width {
    width: 150px
}

.ui-icon.Star {
    background: url('../img/Star.svg') 0 0 no-repeat;
}

.ui-icon.Heart {
    background: url('../img/Heart.svg') 0 0 no-repeat;
}

.ui-icon.Smiley {
    background: url('../img/Smiley.svg') 0 0 no-repeat;
}

.ui-icon.Thumb {
    background: url('../img/Thumb.svg') 0 0 no-repeat;
}

.showMore,
.showLess {
    float: right;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.15s;
}

#divPartialPreviewChild input[type="checkbox"],
#divPartialPreviewChild input[type="radio"],
#divPartialPreviewChild2 input[type="checkbox"],
#divPartialPreviewChild2 input[type="radio"],
#sampleSurvey input[type="checkbox"],
#sampleSurvey input[type="radio"],
#device-content input[type="checkbox"],
#device-content input[type="radio"],
#device-content input[type="checkbox"],
#device-content input[type="radio"] #sample-popup input[type="radio"] {
    z-index: 999;
    opacity: 0;
}

.overflow-visible {
    overflow: visible !important;
}

.pseudo-checkbox {
    height: 15px;
    width: 15px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    left: -26px;
    top: 0.79rem;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

.pseudo-radio {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: -24px;
    top: .9rem;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

    .pseudo-checkbox.empty-like,
    .pseudo-radio.empty-like {
        /*background-color: rgba(255,255,255,0.5);*/
        background-color: white;
    }


.pseudo-checkbox.checked-like {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .pseudo-radio.checked-like.voice,
    .pseudo-radio.checked-like.Template,
    .pseudo-checkbox.checked-like.voice,
    .pseudo-checkbox.checked-like.Template {
        background-color: #0075be !important;
        border-color: #0075be !important;
    }

.range-value.voice,
.range-value.Template {
    background-color: #0075be !important;
    color: #fff !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label.voice::after,
.custom-radio .custom-control-input:checked ~ .custom-control-label.Template::after {
    background-color: #0075be !important;
}

.custom-control-label.voice:not(:checked)::before,
.custom-control-label.Template:not(:checked)::before {
    border-color: rgba(0, 0, 0, 0.7) !important;
}

#divPartialPreviewChild .input-group > .form-control:not(:first-child),
#divPartialPreviewChild .input-group > .custom-select:not(:first-child),
#sampleSurvey .input-group > .form-control:not(:first-child),
#sampleSurvey .input-group > .custom-select:not(:first-child) {
    /*left: -14px;*/
    z-index: 999;
}

.icon-fill-gear:before {
    content: '\2699';
    font-size: 58px;
    position: relative;
    right: 5px;
    bottom: 3px;
}

.questionsTab {
    background-color: #f3f3f3;
    max-height: 980px;
    overflow-y: auto;
}

.thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CCCCCC90;
    border-radius: 0.35rem;
    transition: all 0.5s;
    opacity: 0;
}

    .thumbnail-overlay span {
        cursor: pointer;
        color: #00000090;
    }

        .thumbnail-overlay span:hover {
            color: #0075be;
        }

.thumbnail {
    margin: 5px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.edit-circle {
    height: 25px;
    width: 25px;
    top: -12.5px;
    left: calc(50% - 12.5px);
    background-color: #eee;
    border-radius: 50%;
}

.email-invitaion-thumbnail {
    background-color: #0075be;
    height: 200px;
}

.img-thumbnail:hover .thumbnail-overlay {
    opacity: 1;
}

#thumbnail-view {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: auto;
    z-index: 9;
}

.selected-invitation {
    border: 3px solid #0075be;
}

.Completed-reportExport__btn {
    background-color: #019c24 !important;
    width: 90px !important;
}

.Failed-reportExport__btn {
    background-color: #be2900 !important;
    width: 90px !important;
}

.InProgress-reportExport__btn {
    background-color: #3d7bff !important;
    color: white;
    width: 95px !important;
}

.Waiting-reportExport__btn {
    background-color: #FED141 !important;
    color: white !important;
    width: 90px !important;
}

.Archived-reportExport__btn {
    background-color: #dddddd !important;
    color: #a2a2a2 !important;
    width: 90px !important;
}

.Completed-contactsRequest__btn {
    background-color: #019c24 !important;
    width: 90px !important;
}

.Failed-contactsRequest__btn {
    background-color: #be2900 !important;
    width: 90px !important;
}

.InProgress-contactsRequest__btn {
    background-color: #3d7bff !important;
    color: white;
    width: 95px !important;
}

.Waiting-contactsRequest__btn {
    background-color: #FED141 !important;
    color: white !important;
    width: 90px !important;
}

.Active-survey__btn {
    background-color: #019c24 !important;
}

.Active-survey__title {
    color: #29419B !important;
}

.Draft-survey__btn {
    background-color: #be2900 !important;
}

.Draft-survey__title {
    color: #be2900 !important;
}

.Archived-survey__btn {
    background-color: #dddddd !important;
    color: #a2a2a2 !important;
}


.Archived-survey__title {
    color: #858796 !important;
}

.Scheduled-survey__btn {
    background-color: #3d7bff !important;
    width: 90px !important;
}

#progress-indicator {
    color: gray;
    font-weight: bolder;
    font-size: 2rem;
    position: fixed;
    border-radius: 50%;
    width: 120px !important;
    height: 120px !important;
}

#progress-indicator-with-values {
    color: gray;
    font-weight: bolder;
    font-size: 15px;
    border-radius: 50%;
    width: 120px !important;
    height: 120px !important;
    display: block !important;
    text-align: center;
    height: auto !important;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    z-index: 1;
}

#current-progress {
    color: green;
    font-weight: bolder;
}

#total-progress-value {
    color: red;
}

.clearSearch,
.advancedSearch {
    cursor: pointer;
}

button.advancedSearch {
    border: none;
    color: gray;
    background-color: transparent;
}

    button.advancedSearch:disabled {
        color: #ccc;
        cursor: auto;
    }

    button.advancedSearch:not(:disabled):hover {
        color: #0075be;
    }

.languagesFilter {
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

    .languagesFilter:hover {
        border-bottom: 2px solid #0075be;
        color: #0075be;
    }

    .languagesFilter.tab-selected {
        color: #0075be;
        border-bottom: 2px solid #0075be;
        transition: all 0.5s ease-in-out;
    }

.qTag .text-primary {
    color: #0085de !important;
}

/*.bg-logo {
    background-image: linear-gradient(to bottom, #0075be, #0075be);
    background-image: linear-gradient(to bottom, #0075be99, #0075be);
    padding: 10px;
    border-radius: 4px;
}*/

.viewQuestion:hover {
    color: #0075be;
}

.la-copy,
.la-trash-alt,
.la-tag,
.la-bookmark,
.las.la-filter {
    font-size: 1.7rem;
    vertical-align: middle;
}

.fa.fa-tag {
    transform: rotateZ(90deg);
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-ms-clear {
    cursor: pointer !important;
}

form.needs-validation.was-validated input {
    background-image: none !important;
}

#advancedSearch-layout {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100vh;
}

#advancedSearch-close {
    top: 5px;
    right: 5px;
}

.darken {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.lighten {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.form-control.QLanguage,
.form-control.QType {
    height: 25px;
}

.defaultTemplate {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #0075be;
    /*z-index: 999;*/
}

.invitationTemplate.default .defaultTemplate i {
    display: none !important;
}

.invitationTemplate .card .card-footer {
    border-top: none;
    background-color: #e0e0e0;
}

.invitationTemplate .card .card-body {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.invitationTemplate .card .card-footer .edit i {
    color: #0075be;
}

.gjs-pn-btn:hover,
.gjs-pn-btn.gjs-pn-active {
    color: #0075be !important;
}

.gjs-am-add-asset {
    display: none;
}

/*.gjs-am-add-asset button {
    background-color: #BCBCBC;
    color: gray;
    transition: all 0.15s;
}

.gjs-am-add-asset button:hover {
    background-color: gray;
    color: #BCBCBC;
}*/
.sp-choose {
    color: #0075be !important;
}

.gjs-sm-icon {
    color: #0075be !important;
}

.gjs-two-color {
    color: #0075be !important;
}

.gjs-block:hover {
    background-color: #0075be !important;
    color: #EFEFEF !important;
}

.shake-animation {
    animation: shake 2s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

/* The device with borders */
.smartphone {
    position: relative;
    width: 300px;
    height: 500px;
    margin: auto;
    border: 16px #5A5C69 solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
}

    /* The horizontal line on the top of the device */
    .smartphone:before {
        content: '';
        display: block;
        width: 60px;
        height: 5px;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #ccc;
        border-radius: 10px;
    }

    /* The circle on the bottom of the device */
    .smartphone:after {
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        left: 50%;
        bottom: -65px;
        transform: translate(-50%, -50%);
        background: #ccc;
        border-radius: 50%;
    }

    /* The screen (or content) of the device */
    .smartphone .content {
        width: 360px;
        height: 640px;
        background: white;
    }

.divPartialViewContainerQB .QbBlockOverLay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: gray;
    opacity: 0.2;
    cursor: default;
    position: absolute;
}

.divPartialViewContainerQB .EditBankQuestion:hover,
.divPartialViewContainerQB .copy:hover {
    color: #0075be;
}

.divPartialViewContainerQB .close:hover,
.divPartialViewContainerQB .close i:hover {
    color: red !important;
}

.wlcm-slick .carousel .carousel-item .carousel-caption p {
    color: #fff;
}

.disabled-like {
    color: #ccc !important;
}

.disabled-label.active,
.radio input:checked + label.disabled-label:before {
    background-color: #ccc !important;
    border-color: #ccc !important;
}

    .disabled-label.active:hover,
    .radio input:checked + label.disabled-label:before {
        background-color: #ccc !important;
        border-color: #ccc !important;
    }

.logoPosition label.active:not(.disabled-label),
.logoPosition label:not(.disabled-label):hover {
    color: #fff;
    background-color: #0075be;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #0075be !important;
}

.daterangepicker .ranges li.active {
    background-color: #0075be !important;
}

.HasSkipLogicOrderError {
    background-color: #BD362F !important;
}

.tablet {
    position: relative;
    height: 390px;
    width: 700px;
    margin: auto;
    border: 16px #5a5c69 solid;
    border-left-width: 60px;
    border-right-width: 60px;
    border-radius: 36px;
    overflow-x: hidden !important;
}

    /* The horizontal line on the top of the device */
    .tablet:before {
        content: '';
        display: block;
        height: 60px;
        width: 5px;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #ccc;
        border-radius: 10px;
    }

    /* The circle on the bottom of the device */
    .tablet:after {
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 50%;
        right: -65px;
        transform: translate(-50%, -50%);
        background: #ccc;
        border-radius: 50%;
    }

    /* The screen (or content) of the device */
    .tablet .content {
        width: 768px;
        height: 1024px;
        background: white;
        margin: -1px;
    }

input[type='search'] {
    background-image: url(../../common/img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 7%;
    padding-left: 35px !important;
}

#tableOFContacts input[type='search'] {
    padding-left: 12% !important;
}

.ss-search input[type='search'] {
    background-size: 3%;
}

#accordionSidebar .nav-item {
    transition: all 0.15s;
    position: relative;
}

    #accordionSidebar .nav-item.mainMenu i {
        position: absolute;
        top: 35%;
        right: 5px;
        z-index: 0;
        color: #ccc;
    }

    #accordionSidebar .nav-item.submenu i {
        position: absolute;
        top: 35%;
        left: 5px;
        z-index: 99;
        color: #ccc;
    }

    #accordionSidebar .nav-item:hover i {
        color: #0075be;
        transition: all 0.4s;
    }

#accordionSidebar .submenu {
    overflow: hidden !important;
    height: 0;
    padding: 0 !important;
    margin: 0 !important;
    transform: translateX(10px);
}

    #accordionSidebar .submenu span {
        margin-left: -12px;
        font-size: 11px !important;
    }

#survey-languages .actions {
    border: none;
    background-color: transparent;
}

#survey-languages .separetor {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 1rem;
}

#manageQuestionBankPage #advancedSearch-layout .custom-card {
    min-width: 50%;
    max-height: 80vh;
    overflow-y: auto;
    background-color: #fff !important;
}

    #manageQuestionBankPage #advancedSearch-layout .custom-card .input-wrapper input:not(:checked) ~ .input-overlay {
        background-color: #eee;
    }

#manageQuestionBankPage #QBankSearch::placeholder {
    font-size: 0.75rem;
}

#manageQuestionBankPage .EditBankQuestion,
#manageQuestionBankPage .copy,
#manageQuestionBankPage .close {
    position: relative;
    z-index: 1001;
}

/*#manageQuestionBankPage #QBTagsOverlay .ss-content.ss-open {
        width: 50vw !important;
    }*/

.ss-content.ss-open {
    /*top: 100% !important;*/
}

#segmentCodes .ss-content.ss-open {
    /*top: calc(100% - 250px) !important;*/
    margin: 0 !important;
}

#manageQuestionBankPage #QBTagsOverlay {
    overflow-x: hidden;
    z-index: 1002;
}

    #manageQuestionBankPage #QBTagsOverlay .ss-single-selected,
    #manageQuestionBankPage #QBTagsOverlay .ss-multi-selected {
        width: auto !important;
    }

    #manageQuestionBankPage #QBTagsOverlay .custom-card {
        width: 60% !important;
    }

#portal-branding .LogoDiv {
    border: 1px solid #ccc;
}

#portal-branding .img-thumbnail {
    background-color: transparent;
    margin: 0;
    max-width: 300px;
}

#contactsList-content table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

#contactsList-content td,
#contactsList-content th {
    width: 25%;
}

#contactsList-content .pagination:hover {
    background-color: #fff !important;
}

#contacts-view .input-container {
    width: 80%;
    margin: auto;
}

#contacts-view label {
    margin-bottom: 0.25rem;
}

#contacts-view .table-container {
    border: 1px solid #e2e2e2;
}

#contacts-view table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

#contacts-view td,
#contacts-view th {
    width: 25%;
}

#contacts-view .pagination:hover {
    background-color: #fff !important;
}

#contacts-view #reportrange {
    float: right;
    height: 38px;
    border-radius: 0.35rem;
    width: 45% !important;
}

#contacts-view #contacts-filter {
    height: 40px;
}

#contacts-view #contactsList-table_filter {
    margin-left: 5px;
}

/*#contactsTable_partialView .card {
        margin: 0.75rem !important;
    }*/

#contactsTable_partialView label > input {
    margin-bottom: 0 !important;
    margin-right: 10px !important;
}

#contactsTable_partialView .multiselect-container li label {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

#contactsTable_partialView .multiselect {
    min-width: 100%;
}

#contactsTable_partialView .btn-group {
    min-width: 100%;
}

#contactsTable_partialView .card-body {
    padding: 0.5rem !important;
}


#contactsTable_partialView .form-group > h5 {
    padding-left: 2rem;
}

    #contactsTable_partialView .form-group > h5 span {
        color: #019c24;
    }

#contactsTable_partialView .tabulator-row .tabulator-cell input:not([type="checkbox"]) {
    padding-bottom: 20px !important;
    text-align: center !important;
}

#contactsTable_partialView #tableOFContacts {
    position: relative;
}

    #contactsTable_partialView #tableOFContacts .cover {
        background-color: transparent !important;
    }

#contactsTable_partialView .custom-tooltip {
    background: #f5f5f5;
    color: gray;
    padding: 7px;
    border-radius: 5px;
    position: absolute;
    min-width: 50px;
    max-width: 300px;
    display: none;
    z-index: 999999999999;
    border: 1px solid #eee;
}

    #contactsTable_partialView .custom-tooltip:before {
        content: '';
        height: 3px;
        width: 0;
        border: 7px solid transparent;
        border-bottom-color: #f5f5f5;
        position: absolute;
        top: -14px;
        left: 14px;
    }

    #contactsTable_partialView .custom-tooltip ul {
        position: relative;
        padding: 0;
        margin: 0;
    }

        #contactsTable_partialView .custom-tooltip ul li {
            list-style: none;
            padding: 10px;
            color: gray;
            font-family: arial;
            border-radius: 5px;
            display: block;
            cursor: pointer;
            transition: all 0.15s;
        }

            #contactsTable_partialView .custom-tooltip ul li:hover {
                background-color: #0075be;
                color: #fff;
                font-weight: normal;
            }

#contactsTable_partialView .tabulator-col-title {
    overflow: visible !important;
}

#contactsTable_partialView #copy-contacts-close,
#contactsTable_partialView #move-contacts-close {
    top: 10px;
    right: 20px;
}

#contactsTable_partialView .ss-single-selected {
    height: 40px !important;
}

#contactsTable_partialView #expandTable {
    margin-right: 20px;
}

#newContactListPage .custom-switch {
    padding: 0;
}

    #newContactListPage .custom-switch .custom-control-label::before {
        left: 8rem;
    }

    #newContactListPage .custom-switch .custom-control-label::after {
        left: calc(8rem + 2px);
    }


#newContactListPage .tabulator-col-content {
    display: flex;
    flex-direction: column;
}

#newContactListPage .tabulator-header-filter input {
    border: 1px solid rgba(151, 151, 151, 0.25) !important;
    background-color: #fff;
}

/*#newContactListPage .bs-stepper-content {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }*/

#newContactListPage .divPreview > .card-body {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#newContactListPage .table-controls {
    margin-top: 0 !important;
}

#newContactListPage #upload_file_stepper input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

    #newContactListPage #upload_file_stepper input[type="radio"]:checked {
        background: #0075BE;
        border: 1px solid #0075BE;
    }

#newContactListPage #contacts_data {
    border-top: 2px solid #ccc !important;
    border-right: 2px solid #ccc !important;
    border-bottom: 2px solid #ccc !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 0 !important;
    transition: all 0.15s !important;
    height: 200px;
}

    #newContactListPage #contacts_data:focus {
        box-shadow: none !important;
    }

/*#newContactListPage #contacts_data:focus {
            box-shadow: 3px 0 0 0.1rem #D3DCF7 !important;
        }*/

#newContactListPage .line-indicator {
    width: auto;
    background-color: #ccc;
    color: #fff;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    transition: all 0.15s;
    height: 200px;
    overflow: auto;
    -ms-overflow-style: none;
}

    #newContactListPage .line-indicator::-webkit-scrollbar {
        width: 0;
    }

    #newContactListPage .line-indicator::-webkit-scrollbar-thumb {
        width: 0;
    }

#deviceTheme .dot {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: transparent;
}

    #deviceTheme .dot.filled {
        background-color: #000;
    }

#deviceTheme #mobile-network {
    margin: 5px 0 0 5px;
}

#deviceTheme #actions button {
    width: 110px;
}

    #deviceTheme #actions button:focus {
        box-shadow: none;
    }

#deviceTheme #deviceThemeFooter {
    bottom: 0;
    left: 0;
    right: 0;
}

#deviceTheme .tablet .emoji-choices i,
#deviceTheme .tablet .thumb-choices i {
    font-size: 5em !important;
}

.emoji-choices label.custom-control,
.thumb-choices label.custom-control {
    transform: scale(0.9);
    /*  width: 70px;
    height: 70px;*/
}

.emoji-choices.preview label.custom-control,
.thumb-choices.preview label.custom-control {
    width: 64px;
    height: 64px;
    margin-right: 0rem !important;
    place-self: center;
}

#surveysPartialPage .interval_filter {
    color: #acacac;
}

#surveysPartialPage #reportrange,
#contactsPartialPage #reportrange,
#reportsExportedPartialPage #reportrange {
    /*margin-bottom: 0.5rem;*/
    margin-right: 0.5rem;
    height: 38px;
    border-radius: 0.35rem;
    /*width: 25% !important;*/
}

#surveysPartialPage #surveys_search-filter {
    height: 40px;
}

#ThanksPage #publish-content-wrapper,
#ThanksPage #publish-wrapper,
#ThanksPage .survey-body,
#ThanksPage html,
#ThanksPage section {
    /*height: 100vh !important;*/
    width: 100% !important;
    overflow: visible !important;
}

#ThanksPage body {
    min-height: 100%;
}

#userGuideMainPage .sidenavbar {
    margin-bottom: 1rem;
    width: 450px;
    height: 800px;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#userGuideMainPage .treeview.w-20 {
    position: relative;
}

#userGuideMainPage .treeview {
    border: none;
}

#userGuideMainPage .survey-head {
    margin-bottom: 1rem !important;
}

#userGuideMainPage .card {
    margin-bottom: 1rem;
    height: 700px;
    overflow-y: auto;
}

#userGuideMainPage table {
    margin: 1rem 0 2rem 0;
    width: 100%;
}

#userGuideMainPage #topic_footer_content {
    margin-top: 2rem;
}

#userGuideMainPage [class^="rvps"] img {
    display: block;
    max-width: 100%;
    margin: auto;
    margin-bottom: 2rem;
}

#userGuideMainPage [class^="rvps"],
#userGuideMainPage [class^="rvts"],
#userGuideMainPage li {
    font-size: 1rem !important;
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 0 !important;
    text-align: left !important;
}

#userGuideMainPage [src*="logo-user" i] {
    width: 25%;
    margin: auto !important;
    padding-top: 1rem;
}

#themePartialViewPage .theme_partialView label {
    margin-bottom: 0;
}

#themePartialViewPage #themesCoverOverlay {
    height: 800px;
}

#surveyTemplates .table-container {
    border: 1px solid #e2e2e2;
}

#surveyTemplates table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

#surveysPartialViewPage .interval_filter {
    color: #acacac;
}

#surveysPartialViewPage #reportrange {
    /*width: 25% !important;*/
}

.createNewSurveyPage .Star_shape__icon {
    background: url(../../common/img/Star.svg);
}

.createNewSurveyPage .qTag {
    white-space: nowrap;
    text-align: center;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 3px 10px 3px !important;
    position: relative;
}

.createNewSurveyPage .ss-single-selected {
    min-height: 42px;
    width: 100% !important;
}

/*.createNewSurveyPage #ServiceSelectList ~ div div.ss-value {
    background-color: green !important;
}

.createNewSurveyPage #TagSelectList ~ div div.ss-value {
    background-color: #0085de !important;
}*/

.createNewSurveyPage .ss-multi-selected {
    width: 100% !important;
}

.createNewSurveyPage .thumbnail-overlay {
    cursor: pointer;
}

    .createNewSurveyPage .thumbnail-overlay .view {
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px;
    }

.createNewSurveyPage .questionCard .card {
    background-color: #eee !important;
}

    .createNewSurveyPage .questionCard .card:hover {
        background-color: #ddd !important;
    }

.createNewSurveyPage .questionCard hr {
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
}

.createNewSurveyPage .questionCard label.qTag {
    font-size: 0.75rem;
}

.createNewSurveyPage .questionCard label.card-title {
    color: rgba(0, 0, 0, 0.7);
    /*text-transform: capitalize;*/
}

.createNewSurveyPage .questionCard .card-body {
    padding: 0.3rem;
}

.createNewSurveyPage .viewQuestion {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
}

.createNewSurveyPage #advancedSearch-layout .custom-card {
    background-color: #fff !important;
    min-width: 50%;
}

    .createNewSurveyPage #advancedSearch-layout .custom-card .input-wrapper input:not(:checked) ~ .input-overlay {
        background-color: #eee;
    }

.createNewSurveyPage #TagsOverlay .custom-card {
    width: 60% !important;
    margin: auto;
}

.createNewSurveyPage #SetDefaultAnswerOverlay .custom-card {
    width: 60% !important;
    margin: auto;
}

.createNewSurveyPage #hoveredQuestion {
    position: absolute;
    width: 50%;
    z-index: 999999999;
    transform: scale(0.7);
}

    .createNewSurveyPage #hoveredQuestion .hoveredQuestion > div {
        border: 3px solid #00000050;
        -webkit-box-shadow: 1px 1px 2px #000;
        box-shadow: 1px 1px 2px #000;
        margin: 0 !important;
    }

.createNewSurveyPage .invitationTitle {
    margin-bottom: 0;
}

.createNewSurveyPage #filterActionBtns button {
    width: 120px;
}

.createNewSurveyPage #nav-questions-tab,
.createNewSurveyPage #nav-question-bank-tab {
    font-size: 0.9rem;
}

.createNewSurveyPage .myParentContainer .nav-tabs {
    background-color: #f5f5f5;
}

    .createNewSurveyPage .myParentContainer .nav-tabs a {
        color: #000;
    }


.createNewSurveyPage #BankSearch::placeholder {
    font-size: 0.75rem;
}

.createNewSurveyPage .questionCard .card-title {
    font-size: 0.9rem;
}

.createNewSurveyPage .qType {
    font-size: 0.75rem;
}

.createNewSurveyPage .tablet #deviceTheme.content {
    display: block !important;
    width: 100%;
    height: 100%;
    overflow: auto;
}

/*.createNewSurveyPage .tablet {
    width: 900px;
    height: 550px;
}*/

.createNewSurveyPage .smartphone,
.createNewSurveyPage .tablet {
    padding: 10px 0 10px;
    margin-bottom: 40px;
}

#divPartialPreviewChild2 .content-publish > div {
    margin-top: 10px;
}

.createNewSurveyPage .smartphone .smartphone-content {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 380px;
}

.createNewSurveyPage #tabletHead {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
}


#surveyTemplates td,
#surveyTemplates th {
    width: 25%;
}

#surveyTemplates .pagination:hover {
    background-color: #fff !important;
}

#surveyTemplates label {
    margin-bottom: 0.25rem;
}

#sampleSurvey .Ques {
    transition: all 0.15s;
}

#sampleSurvey .bg_img::after {
    background-attachment: scroll;
}

#surveys-body .table-container {
    border-top: 1px solid #e2e2e2;
}

#surveys-body table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

#reportsExported-body table {
    border-collapse: collapse;
    width: 100%;
    /* table-layout: fixed;*/
}

#surveys-body td,
#surveys-body th,
reportsExported-body td,
reportsExported-body th {
    width: 25%;
}

#surveys-body .pagination:hover {
    background-color: #fff !important;
}

#surveys-body .custom-icon:before {
    font-weight: 600;
    font-size: 1.2em;
}

#surveys-body .daterangepicker.opensright:after,
#surveys-body .daterangepicker.opensright:before {
    left: 40% !important;
}

#surveyOptionsPartial .card {
    background-color: #eee;
}

#surveyOptionsList .accordion .card .card-body .card-link {
    font-size: 12px;
}

#surveyOptionsList,
#surveySkipLogicList {
    height: 900px;
    background-color: #F8F9FC;
}

    #surveyOptionsList .option-content .card {
        background-color: #f5f5f5;
    }

.surveyPublishTab #PublishCustomerTableView #expandTable {
    display: none;
}

.surveyPublishTab #qrcode img {
    height: 215px !important;
    width: 215px !important;
}

.surveyPublishTab #DownloadQRCode,
.surveyPublishTab #regenerateQRCode {
    padding-top: 0.2px;
    padding-bottom: 0.2px;
}

.surveyPublishTab #qrcode__btns {
    transform: scale(0.8);
}

#invitation-view #tempLang {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 1.3rem;
}

#invitation-view #editLang {
    font-size: 0.9rem;
}

#invitation-view #changeLang,
#invitation-view #doneChangeLang {
    cursor: pointer;
}

#invitation-view #tempLangSelect {
    font-size: 0.9rem;
}



/* Primary color for the background */
#emailInvitationPartialViewPage .gjs-one-bg {
    background-color: #F6F6F6;
}

/* Secondary color for the text color */


/* Tertiary color for the background */
#emailInvitationPartialViewPage .gjs-three-bg {
    background-color: #ec5896;
    color: white;
}

/* Quaternary color for the text color */
#emailInvitationPartialViewPage .gjs-four-color,
#emailInvitationPartialViewPage .gjs-four-color-h:hover {
    color: #ec5896;
}

#emailInvitationPartialViewPage .gjs-toolbar .fa-square-o:before {
    content: "\1f441";
}

#emailInvitationPartialViewPage .gjs-toolbar .fa-trash-o:before {
    content: "\f1f8";
}

#emailInvitationPartialViewPage .gjs-toolbar .fa-arrows:before {
    content: "\f0b2";
}

#emailInvitationPartialViewPage .gjs-block {
    font-weight: 600;
}


#emailInvitationPartialViewPage .fa-square-o:before {
    content: "\f06e";
}

#emailInvitationPartialViewPage .gjs-pn-devices-c {
    right: 0;
    z-index: 4;
    transform: rotateY(180deg);
}

#emailInvitationPartialViewPage .gjs-pn-commands {
    width: auto;
    left: calc(145px + 18%);
    box-shadow: none;
}

#emailInvitationPartialViewPage .gjs-pn-views {
    right: auto;
    left: 1%;
    border: none;
}

    #emailInvitationPartialViewPage .gjs-pn-views .gjs-four-color {
        order: 1;
    }

    #emailInvitationPartialViewPage .gjs-pn-views .fa-paint-brush {
        order: 2;
    }

    #emailInvitationPartialViewPage .gjs-pn-views .fa-cog {
        order: 3;
    }

    #emailInvitationPartialViewPage .gjs-pn-views .fa-bars {
        order: 4;
    }

#emailInvitationPartialViewPage .gjs-pn-options {
    left: calc(18% - 40px);
    right: auto;
    transform: rotateY(180deg);
}

#emailInvitationPartialViewPage .gjs-pn-views-container {
    right: auto;
    left: 0;
    box-shadow: none;
    width: 18%;
}



#emailInvitationPartialViewPage .gjs-cv-canvas {
    right: 0;
    left: auto;
    width: 82%;
}

#emailInvitationPartialViewPage .gjs-pn-btn.fa.fa-arrows-alt:before {
    content: "\f065";
}

#emailInvitationPartialViewPage .gjs-selected,
#emailInvitationPartialViewPage .gjs-highlighter {
    outline-color: #0075be !important;
}

#emailInvitationPartialViewPage .gjs-badge,
#emailInvitationPartialViewPage .gjs-com-badge,
#emailInvitationPartialViewPage .gjs-com-badge-red,
#emailInvitationPartialViewPage .gjs-toolbar {
    background-color: #0075be;
}


#emailInvitationsPage #invitations_table {
    background-color: #fff;
    height: 100%;
    min-height: 1000px;
    overflow: auto;
}


#emailInvitationsPage #createInvitationBtn {
    /*width: calc(100% - 15px);*/
    margin-left: 8px;
}

#emailInvitationsPage #existing-invitation-close {
    top: 2%;
    right: 2%;
}

#emailInvitationsPage #layouts,
#emailInvitationsPage #layoutPreview {
    height: 80vh;
    overflow: auto;
}

#emailInvitationsPage .selected {
    border: 5px solid #0075be;
    border-radius: 0.35rem;
}

#emailInvitationsPage #existing-invitation-overlay {
    padding: 20px 20px 20px 10px;
}

#emailInvitationsPage .img-thumbnail.layout {
    cursor: pointer;
}

#emailInvitationsPage #layoutPreview {
    box-shadow: 2px 2px 4px #ccc;
}

#emailInvitationsPage #previewImg {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: 50% -20%;
}

#emailInvitationsPage #thumbnail-view img {
    max-height: 75vh;
}

#emailInvitationsPage .invitationTitle {
    margin-bottom: 0;
    color: #000;
}

#sms #sms_invitation_preview,
#sms #sms_notification_preview {
    max-height: 100%;
    background-color: #eee;
    overflow: hidden;
}

#sms #sms_invitation {
    min-height: 200px;
    max-height: 100%;
    background-color: #fff;
}

#sms .smartphone-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#sms .smartphone-textarea {
    width: 80%;
    border: 1px solid #ccc;
}

#sms .smartphone-message textarea {
    font-size: 0.9rem;
}

#sms .smartphone-message {
    max-height: 60%;
}

#sms .smartphone-header {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}

#sms label {
    display: block;
}

#sms .sms_partialView {
    height: 896px;
    overflow: visible;
}

#sms #sms_context_menu,
#sms #sms_var_menu,
#welcome_title_var_menu,
#welcome_subtitle_var_menu,
#thankyou_title_var_menu,
#thankyou_subtitle_var_menu,
#button_actionCard_menu,
#subject_var_menu {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #ccc;
}

#welcome_title_var_menu,
#welcome_subtitle_var_menu,
#thankyou_title_var_menu,
#thankyou_subtitle_var_menu,
#button_actionCard_menu {
    top: calc(100% + 6px);
    left: calc(100% - 28px);
    /*width: 150px;*/
    z-index: 99;
    display: none;
}

#sms_var_menu,
#subject_var_menu {
    top: calc(100% + 6px);
    left: calc(100% - 28px);
    width: 152px;
    z-index: 99;
    display: none;
}

    #sms #sms_context_menu li:hover,
    #sms #sms_var_menu li:hover,
    #subject_var_menu li:hover {
        background-color: #ccc !important;
        color: #fff;
    }

    #sms #sms_var_menu::before,
    #welcome_title_var_menu::before,
    #welcome_subtitle_var_menu::before,
    #thankyou_title_var_menu::before,
    #thankyou_subtitle_var_menu::before,
    #button_actionCard_menu::before,
    #subject_var_menu ::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: #ccc;
    }

    #sms #sms_var_menu::after,
    #subject_var_menu::after {
        content: '';
        display: block;
        position: absolute;
        left: 1px;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 9px solid transparent;
        border-bottom-color: white;
    }

.configLayout li.nav-item span:not(#nav-username) {
    display: block !important;
}

.configLayout #userDropdown {
    padding: 0.75rem;
}

.configLayout .nav-pills .nav-link.active,
.configLayout .nav-pills .show > .nav-link {
    min-height: unset;
}

.mainLayout .navbar-nav .nav-item .nav-link span {
    display: block !important;
    white-space: nowrap;
    font-size: 11px !important;
}

.mainLayout #notification__count {
    font-size: 14px;
    top: -14px;
    left: 5px;
    padding: 1px 5px 1px 5px;
}

.mainLayout #notification-item hr {
    margin-bottom: 0 !important;
    margin-top: 0.5rem !important;
}

.mainLayout #notifications-dropdown {
    top: 100%;
    right: -17px;
    border-radius: 4px;
    /*border: 1px solid #eee;*/
    min-width: 300px;
    max-width: 450px;
    width: auto;
    z-index: 999999;
    transition: all 0.15s;
    transform: scale(0);
    max-height: 300px;
    overflow: initial;
    margin-top: 15px;
}

.mainLayout .single-notification:hover {
    background-color: #eee !important;
}

.mainLayout .read-indicator {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border: 1px solid #ccc;
    top: 10px;
    right: 10px;
}

.mainLayout .delete-notification {
    bottom: 10px;
    right: 7px;
}

    .mainLayout .delete-notification:hover {
        color: red;
    }

.mainLayout #notifications-actions {
    cursor: default;
}

    .mainLayout #notifications-actions hr {
        margin-top: 0 !important;
    }

.mainLayout .animation,
.mainLayout .animation:hover {
    color: #d1d3e2;
}

.mainLayout .overlayContent {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.api-config {
    color: #5a5c69;
}

    .api-config label,
    #config-panel label:not(.input-wrapper-label) {
        color: #5a5c69;
    }

#config-list {
    border: 1px solid #ccc;
    /*height: 950px;*/
}

[id$='__tab'] {
    cursor: pointer;
}

#config-panel .card {
    background-color: #fff;
}

#config-panel .input-wrapper input ~ .input-overlay {
    background-color: #f3f3f3;
}

#config-panel .input-wrapper input:checked ~ .input-overlay {
    background-color: #0075be;
}

#config-panel table i {
    cursor: pointer;
}

    #config-panel table i:not(.fa-link):hover {
        color: #0075be;
    }

#langResources {
    max-height: 600px;
    overflow: auto;
}

.field-icon {
    float: right;
    margin-right: 5px;
    margin-top: -28px;
    position: relative;
    z-index: 3;
}

.configLayout .sidebar {
    width: 19rem;
}

    .configLayout .sidebar .nav-link h2 {
        margin-right: 5px !important;
    }

    .configLayout .sidebar .nav-link i {
        /*color: green !important;*/
        font-size: 1.5em !important;
    }

.createNewSurveyPage .Star_shape__icon {
    background: url(../../common/img/Star.svg);
}

.createNewSurveyPage input,
.createNewSurveyPage input::placeholder {
    text-indent: 5px;
}

    .createNewSurveyPage input::placeholder {
        opacity: 0.6;
    }


.HelpAnchorClick {
    color: #0000ff !important;
    text-decoration: underline !important;
}

.survey-name {
    font-size: 1.5rem;
}

.survey-question {
    font-size: 1.4rem;
}

.resetPassword-close {
    top: 3px;
    right: 5px;
    position: absolute;
    cursor: pointer;
}

.ques .question-number {
    display: inherit;
}

#hoveredQuestion .ques .question-number {
    visibility: hidden !important;
}


.bordered-dark {
    border: 1px solid #000;
}

.bordered-primary {
    border: 1px solid #0075be;
}

.bordered-secondary {
    border: 1px solid #858796;
}

input.jscolor {
    color: #fff;
}

/* Remove Up/Down arrows from input[type=number] */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.manualGuide-sidebar {
    margin-left: 12px;
}

#UserGuidecontent .survey-head {
    margin-right: 1rem !important;
}

audio {
    border-radius: 2rem;
}

    audio:focus {
        outline: none;
        border: 1px solid #ccc;
    }

.dads-children-placeholder {
    border-color: #0075be !important;
    color: #0075be !important;
}

.rajhi-form .form-control {
    color: #000 !important;
}

.IsAddedToQuestionBank,
.IsAddedToQuestionBank:hover {
    color: #019c24 !important;
}

.hoverText-primary:hover,
.hoverText-primary:focus,
.hoverText-primary:hover i,
.hoverText-primary:focus i {
    color: #0075be !important;
}

a.hoverText-primary:hover,
a.hoverText-primary:focus,
a.hoverText-primary:hover i,
a.hoverText-primary:focus i {
    color: #0075be !important;
}

.hoverBg-primary:hover,
.hoverBg-primary:focus {
    background-color: #0075be !important;
}

.hoverText-danger:hover,
.hoverText-danger:focus,
.hoverText-danger:hover i,
.hoverText-danger:focus i {
    color: #e74a3b !important;
}

a.hoverText-danger:hover,
a.hoverText-danger:focus,
a.hoverText-danger:hover i,
a.hoverText-danger:focus i {
    color: #e74a3b !important;
}

.hoverBg-danger:hover,
.hoverBg-danger:focus {
    background-color: #e74a3b !important;
}

.hoverText-secondary:hover,
.hoverText-secondary:focus,
.hoverText-secondary:hover i,
.hoverText-secondary:focus i {
    color: #858796 !important;
}

a.hoverText-secondary:hover,
a.hoverText-secondary:focus,
a.hoverText-secondary:hover i,
a.hoverText-secondary:focus i {
    color: #858796 !important;
}

.hoverBg-secondary:hover,
.hoverBg-secondary:focus {
    background-color: #858796 !important;
}

.hoverText-white:hover,
.hoverText-white:focus,
.hoverText-white:hover i,
.hoverText-white:focus i {
    color: #fff !important;
}

a.hoverText-white:hover,
a.hoverText-white:focus,
a.hoverText-white:hover i,
a.hoverText-white:focus i {
    color: #fff !important;
}

.hoverBg-white:hover,
.hoverBg-white:focus {
    background-color: #fff !important;
}

.hoverText-black:hover,
.hoverText-black:focus,
.hoverText-black:hover i,
.hoverText-black:focus i {
    color: #000 !important;
}

a.hoverText-black:hover,
a.hoverText-black:focus,
a.hoverText-black:hover i,
a.hoverText-black:focus i {
    color: #000 !important;
}

.hoverBg-black:hover,
.hoverBg-black:focus {
    background-color: #000 !important;
}

#languagesList + div .ss-option.ss-highlighted {
    background-color: #eee;
}

.hoverEffect:hover {
    opacity: 0.7;
}

.surveyPublishTab button.help:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

#sampleInApp .jq-ry-normal-group.jq-ry-group svg:hover,
#popupPreview .jq-ry-normal-group.jq-ry-group svg:hover {
    /*transform: scale(1.3);*/
}

#sampleInApp .circle-c1,
#popupPreview .circle-c1 {
    width: 100px;
    height: 100px;
    top: 50%;
    left: -50px;
    border-radius: 50%;
}

#sampleInApp .circle-c2,
#popupPreview .circle-c2 {
    width: 200px;
    height: 200px;
    top: 55%;
    right: -100px;
    border-radius: 50%;
}

#popupPreview .content-wrapper {
    height: 100%;
    position: relative;
    padding-left: 2px;
}

#sampleInApp .content-wrapper {
    height: 100%;
    position: relative;
}

#popupPreview .title-logo-progress {
    margin-top: 62px;
}

#sampleInApp .inApp-fullScreen .content-wrapper,
#popupPreview .inApp-fullScreen .content-wrapper,
#thanyouMessageView {
    overflow: hidden auto;
}

/*#sampleInApp .navigation {
    position: absolute;
    top: 35%;
    left: 0px;
    right: 0px;
    z-index: -1;
}*/

#sampleInApp .navigation button,
#popupPreview .navigation button {
    height: 25px;
    /*    width: 25px;
*/
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

#sampleInApp.popup .navigation,
#popupPreview.popup .navigation {
    top: 32px;
    left: -8px;
    right: -6px;
}

.addModernStyle {
    display: none !important;
}

#sampleInApp .navigation button,
#popupPreview .navigation button {
    font-size: 25px;
}

    #sampleInApp .navigation button:focus,
    #sampleInApp .navigation button:active,
    #popupPreview .navigation button:focus,
    #popupPreview .navigation button:active {
        outline: none !important;
        box-shadow: none !important;
    }

    #sampleInApp .navigation button:disabled,
    #popupPreview .navigation button:disabled {
        opacity: 0.2;
    }

#sampleInApp .inApp-fullScreen .navigation,
#popupPreview .inApp-fullScreen .navigation {
    display: none;
}

#sampleInApp .inApp-fullScreen.questions,
#popupPreview .inApp-fullScreen.questions {
    position: relative !important;
}

#popupPreview .inApp-bottomCard .content-wrapper {
    overflow: hidden;
    height: 320px;
}

#sampleInApp .inApp-bottomCard .content-wrapper {
    overflow: hidden;
}

#sampleInApp .inApp-bottomCard .navigation,
#popupPreview .inApp-bottomCard .navigation {
    display: block;
}

#popupPreview .inApp-bottomCard.questions {
    position: absolute !important;
    height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

#sampleInApp .inApp-bottomCard.questions {
    position: absolute !important;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}


#sampleInApp .popup .inApp-bottomCard.questions,
#popupPreview .popup .inApp-bottomCard.questions {
    min-height: 80vh;
    height: auto;
}


#sampleInApp .inApp-bottomCard .question,
#popupPreview .inApp-bottomCard .question {
    padding: 10px;
}

#sampleInApp .inApp-bottomCard .inApp-view,
#popupPreview .inApp-bottomCard .inApp-view {
    justify-content: flex-end;
}

#popupPreview .inApp-popUp .content-wrapper {
    overflow: hidden;
    height: 320px;
}

#sampleInApp .inApp-popUp .content-wrapper {
    overflow: hidden;
    height: 100%;
}

#sampleInApp .inApp-popUp .navigation,
#popupPreview .inApp-popUp .navigation {
    display: block;
}

#popupPreview .inApp-popUp .inApp-view {
    justify-content: center;
}

#sampleInApp .inApp-popUp .inApp-view {
    justify-content: center;
}

#popupPreview .inApp-popUp.questions {
    position: absolute !important;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

#sampleInApp .inApp-popUp.questions {
    position: absolute !important;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

#sampleInApp .inApp-surveyView {
    display: flex;
    flex-direction: column;
}

#sampleInApp .inApp-oneByOne-height {
    height: Calc(68%) !important;
}

#sampleInApp .inApp-popUp .question,
#popupPreview .inApp-popUp .question {
    padding: 10px;
}

#sampleInApp .content-wrapper::-webkit-scrollbar,
#popupPreview .content-wrapper::-webkit-scrollbar,
#sampleInApp .inApp-bottomCard.questions::-webkit-scrollbar,
#sampleInApp .inApp-popUp.questions::-webkit-scrollbar,
.thanyouMessageView::-webkit-scrollbar {
    width: 5px;
}

#sampleInApp .content-wrapper::-webkit-scrollbar-track,
#popupPreview .content-wrapper::-webkit-scrollbar-track,
#sampleInApp .inApp-bottomCard.questions::-webkit-scrollbar-track,
#sampleInApp .inApp-popUp.questions::-webkit-scrollbar-track,
.thanyouMessageView::-webkit-scrollbar {
    background: #f1f1f1;
}

/*#sampleInApp .content-wrapper::-webkit-scrollbar-thumb, #popupPreview .content-wrapper::-webkit-scrollbar-thumb,
#sampleInApp .inApp-bottomCard.questions::-webkit-scrollbar-thumb,
#sampleInApp .inApp-popUp.questions::-webkit-scrollbar-thumb,
.thanyouMessageView::-webkit-scrollbar {
    background: #888;
}

    #sampleInApp .content-wrapper::-webkit-scrollbar-thumb:hover,
    #popupPreview .content-wrapper::-webkit-scrollbar-thumb:hover,
    #sampleInApp .inApp-bottomCard.questions::-webkit-scrollbar-thumb:hover,
    #sampleInApp .inApp-popUp.questions::-webkit-scrollbar-thumb:hover,
    .thanyouMessageView::-webkit-scrollbar:hover {
        background: #555;
    }*/

#popupPreview .fixed-head {
    position: absolute;
    left: 7px;
    right: 7px;
    top: 5px;
}

#sampleInApp .fixed-head {
    position: sticky;
    height: 10% !important;
    width: 90%;
    left: 5%;
}

.inApp-view {
    height: 90% !important;
}

#sampleInApp .inApp,
#popupPreview .inApp {
    position: relative;
    width: 300px;
    height: 550px;
    border: 3px solid #fff;
    border-radius: 30px;
    /*margin: 50px 0;*/
    /*padding: 0px 5px 12px 5px;*/
    background-color: rgba(0, 0, 255, 0.1);
    overflow: hidden;
}

#sampleInApp .inapp-mode,
#popupPreview .inapp-mode {
    backdrop-filter: blur(20.0px);
    -webkit-backdrop-filter: blur(20.0px);
    -ms-backdrop-filter: blur(20.0px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}

#sampleInApp .popup .inapp-mode,
#popupPreview .popup .inapp-mode {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    -ms-backdrop-filter: none !important;
    box-shadow: none !important;
}

#sampleInApp .inapp-mode:not(.unstyled),
#popupPreview .inapp-mode:not(.unstyled) {
    /*height: 100%;*/
    position: relative;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.01);
    padding: 0.65rem;
    margin-bottom: 5px;
}


#sampleInApp .popup .inapp-mode:not(.unstyled),
#popupPreview .popup .inapp-mode:not(.unstyled) {
    border: none !important;
    border-radius: 0 !important;
}

.extra-small {
    font-size: 0.6rem;
}

#sampleInApp .foot,
#popupPreview .foot {
    bottom: 3px;
    left: 125px;
    z-index: 999;
}

    #sampleInApp .foot div,
    #popupPreview .foot div {
        height: 2px;
        background-color: #fff;
        width: 50px;
    }

#sampleInApp .input-wrapper input,
#popupPreview .input-wrapper input,
#SurveyWrapper .input-wrapper input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: block;
    opacity: 0;
}

#sampleInApp .input-wrapper,
#popupPreview .input-wrapper,
#SurveyWrapper .input-wrapper {
    width: 100%;
}

    #sampleInApp .input-wrapper input ~ .input-overlay,
    #popupPreview .input-wrapper input ~ .input-overlay,
    #SurveyWrapper .input-wrapper input ~ .input-overlay,
    #sample-inchat .input-wrapper input ~ .input-overlay {
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 15px;
    }

#sampleInApp .emoji-choices .custom-control,
#popupPreview .emoji-choices .custom-control,
#sampleInApp .thumb-choices .custom-control,
#popupPreview .thumb-choices .custom-control {
    padding: 0;
}

#sampleInApp .img-fit-view,
#popupPreview .img-fit-view,
#sampleInApp .img-fit-view-inapp {
    height: 65px;
}

.inapp-radio-appearance {
    position: absolute !important;
    right: 1rem;
    left: auto;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
}

.inchat_radio_appearance {
    position: absolute !important;
    right: 1rem;
    left: auto;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
}

.popup_radio_appearance,
.kiosk_radio_appearance,
.embedpopup_radio_appearance {
    position: absolute !important;
    right: 1rem;
    left: auto;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
    border: 0px;
}

.web_radio_appearance,
.voice_radio_appearance,
.convivr_radio_appearance {
    position: absolute !important;
    right: 1rem;
    left: auto;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
}

.inapp-checkbox-appearance {
    position: absolute !important;
    right: 1rem;
    left: auto;
    background: rgba(255, 255, 255, 1);
}

.inapp-checkbox-modern-appearance-multi {
    position: absolute !important;
    background: rgba(255, 255, 255, 1);
}

.inapp-checkbox-modern-appearance {
    position: absolute !important;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
}

.popup_checkbox_modern_appearance,
.web_checkbox_modern_appearance,
.inchat_checkbox_modern_appearance,
.kiosk_checkbox_modern_appearance,
.embedpopup_checkbox_modern_appearance {
    position: absolute !important;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    border: 0px;
}

.inapp-nps-0,
.inapp-nps-1,
.inapp-nps-2,
.inapp-nps-3,
.inapp-nps-4,
.inapp-nps-5,
.inapp-nps-6,
.inapp-nps-7,
.inapp-nps-8,
.inapp-nps-9,
.inapp-nps-10 {
    min-width: 21px !important;
    min-height: 21px !important;
    width: 21px !important;
    height: 21px !important;
    border-radius: 50%;
    color: #fff;
    transition: all 150ms;
    padding: 1px 0 0 0;
}

.inapp-preview-nps-0,
.inapp-preview-nps-1,
.inapp-preview-nps-2,
.inapp-preview-nps-3,
.inapp-preview-nps-4,
.inapp-preview-nps-5,
.inapp-preview-nps-6,
.inapp-preview-nps-7,
.inapp-preview-nps-8,
.inapp-preview-nps-9,
.inapp-preview-nps-10 {
    min-width: 24px !important;
    min-height: 24px !important;
    width: 21px !important;
    height: 21px !important;
    border-radius: 50%;
    color: #fff;
    transition: all 150ms;
    padding: 1px 0 0 0;
}


/*.inapp-nps-10 {
    margin-left: .4rem;
    padding: 1px 1px 0 0;
}*/

.active-questions .Prev .inapp-nps-0:hover,
.active-questions .Prev .inapp-nps-1:hover,
.active-questions .Prev .inapp-nps-2:hover,
.active-questions .Prev .inapp-nps-3:hover,
.active-questions .Prev .inapp-nps-4:hover,
.active-questions .Prev .inapp-nps-5:hover,
.active-questions .Prev .inapp-nps-6:hover,
.active-questions .Prev .inapp-nps-7:hover,
.active-questions .Prev .inapp-nps-8:hover,
.active-questions .Prev .inapp-nps-9:hover,
.active-questions .Prev .inapp-nps-10:hover {
    transform: scale(1.3);
}

.active-questions .Prev .inapp-preview-nps-0:hover,
.active-questions .Prev .inapp-preview-nps-1:hover,
.active-questions .Prev .inapp-preview-nps-2:hover,
.active-questions .Prev .inapp-preview-nps-3:hover,
.active-questions .Prev .inapp-preview-nps-4:hover,
.active-questions .Prev .inapp-preview-nps-5:hover,
.active-questions .Prev .inapp-preview-nps-6:hover,
.active-questions .Prev .inapp-preview-nps-7:hover,
.active-questions .Prev .inapp-preview-nps-8:hover,
.active-questions .Prev .inapp-preview-nps-9:hover,
.active-questions .Prev .inapp-preview-nps-10:hover {
    transform: scale(1.3);
}

.active-questions .Prev .kiosk-preview:hover {
    transform: scale(1.4);
}

.inapp-checked-nps {
    transform: scale(1.3);
    border: 1px solid;
    /* border-color: #0075be*/
}

.kiosk-checked-nps {
    transform: scale(1.4);
}

.inappChecked-nps {
    transform: scale(1.2);
    border: 1px solid gray;
}

.nps-choice-container {
    width: 25px;
}

.inapp-nps-0,
inapp-preview-nps-0 {
    background-color: rgb(228, 62, 61);
}

.inapp-preview-nps-0 {
    background-color: rgb(228, 62, 61);
}


.inapp-nps-1 {
    background-color: rgb(234, 72, 77);
}

.inapp-preview-nps-1 {
    background-color: rgb(234, 72, 77);
}

.inapp-nps-2 {
    background-color: rgb(236, 101, 78);
}

.inapp-preview-nps-2 {
    background-color: rgb(236, 101, 78);
}

.inapp-preview-nps-3 {
    background-color: rgb(243, 167, 76);
}

.inapp-nps-3 {
    background-color: rgb(243, 167, 76);
}

.inapp-preview-nps-3 {
    background-color: rgb(243, 167, 76);
}

.inapp-nps-4 {
    background-color: rgb(243, 167, 76);
}

.inapp-preview-nps-4 {
    background-color: rgb(243, 167, 76);
}

.inapp-nps-5 {
    background-color: rgb(248, 196, 61);
}

.inapp-preview-nps-5 {
    background-color: rgb(248, 196, 61);
}

.inapp-nps-6,
inapp-preview-nps-6 {
    background-color: rgb(225, 198, 59);
}

.inapp-preview-nps-6 {
    background-color: rgb(225, 198, 59);
}

.inapp-nps-7 {
    background-color: rgb(193, 204, 54);
}

.inapp-preview-nps-7 {
    background-color: rgb(193, 204, 54);
}

.inapp-nps-8 {
    background-color: rgb(159, 205, 53);
}

.inapp-preview-nps-8 {
    background-color: rgb(159, 205, 53);
}

.inapp-nps-9 {
    background-color: rgb(127, 205, 49);
}

.inapp-preview-nps-9 {
    background-color: rgb(127, 205, 49);
}

.inapp-nps-10 {
    background-color: rgb(90, 175, 43);
}

.inapp-preview-nps-10 {
    background-color: rgb(90, 175, 43);
}

.label-nums {
    width: 200px;
    padding-left: 14px;
    padding-right: 4px;
}

option:disabled,
option:checked:disabled,
option:disabled:checked {
    color: #ccc !important;
}

.disabled-like-range::-webkit-slider-thumb {
    background-color: rgb(183, 198, 212) !important;
}

.disabled-like-range::-ms-thumb {
    background-color: rgb(183, 198, 212) !important;
}

.active-like-range::-webkit-slider-thumb {
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid #e5e5e5 !important;
}

.active-like-range::-ms-thumb {
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid #e5e5e5 !important;
}

.selected-card {
    border: 5px solid #0075be;
}

.validation-text {
    min-height: 0px;
}

.banner {
    z-index: 99999;
    overflow: hidden;
}



.banner-top {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-height: 50%;
}

.banner-left {
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 50%;
}

.banner-right {
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 50%;
}

#sampleSurvey #welcomeMessage-before,
#sampleSurvey #thankyou {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#previousQuestionBtn {
    border-radius: 20px !important;
}

#previousQuestionBtn {
    border-radius: 20px !important;
}

    #previousQuestionBtn.disabled,
    #previousQuestionBtn:disabled {
        opacity: 0.2 !important;
    }

.custom-prev-inapp-btn {
    height: 20px;
}

#nextQuestionBtn:focus,
#previousQuestionBtn:focus {
    box-shadow: none;
}

.main-survey {
    height: calc(100% - 1rem) !important;
}

@media (max-width: 576px) {
    .surveyContainer {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .main-survey {
        margin: 0 .5rem !important;
    }

    .maxFontSurveyTitle {
        font-size: 20px !important;
    }

    .surveyActionButton {
        min-width: 80px !important;
    }

    #nextQuestionBtn {
        margin-left: 2px;
    }

    .cesResponsiveStyleLeft {
        position: relative;
        left: 8px;
    }

    .npsResponsiveStyleLeft {
        left: 10px;
        position: relative;
    }

    .npsResponsiveStyleRight {
        right: 15px;
        position: relative;
    }

    .csatResponsiveStyleLeft {
        left: 33px;
        position: relative;
    }

    .surveyPreviewQuestionsCard {
        height: 51% !important;
    }

    .serveyPreviewQuestionsCardWitSmallHeader {
        height: 70% !important;
    }

    .footerParentResponsiveStyle {
        position: fixed;
        width: 100%;
        /*bottom: -36px;*/
    }

    .surveyActionButtonDiv {
        width: 55.33% !important;
        min-width: unset !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .main-survey.mr-3 {
        margin-right: 0 !important;
    }

    .main-survey.ml-3 {
        margin-left: 0 !important;
    }

    .main-survey.w-75 {
        width: 95% !important;
    }

    .bg_img:after {
        width: 100% !important;
    }

    .nps-shared-temp {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0px;
    }

    .emoji-choices,
    .thumb-choices {
        /*margin-left: -25px;*/
    }

    .inapp-nps-0,
    .inapp-nps-1,
    .inapp-nps-2,
    .inapp-nps-3,
    .inapp-nps-4,
    .inapp-nps-5,
    .inapp-nps-6,
    .inapp-nps-7,
    .inapp-nps-8,
    .inapp-nps-9,
    .inapp-nps-10 {
        width: 17px !important;
        height: 17px !important;
        min-width: 17px !important;
        min-height: 17px !important;
    }

    #sample-inchat .active-questions .Prev .inapp-nps-0:hover,
    #sample-inchat .active-questions .Prev .inapp-nps-1:hover,
    #sample-inchat .active-questions .Prev .inapp-nps-2:hover,
    #sample-inchat .active-questions .Prev .inapp-nps-3:hover,
    #sample-inchat .active-questions .Prev .inapp-nps-4:hover,
    #sample-inchat .active-questions .Prev .inapp-nps-5:hover,
    #sample-inchat .active-questions .Prev .inapp-nps-6:hover,
    #sample-inchat .active-questions .Prev .inapp-nps-7:hover,
    #sample-inchat .active-questions .Prev .inapp-nps-8:hover,
    #sample-inchat .active-questions .Prev .inapp-nps-9:hover,
    #sample-inchat .active-questions .Prev .inapp-nps-10:hover {
        transform: scale(1.1) !important;
    }

    #sample-inchat .inapp-checked-nps {
        transform: scale(1.1) !important;
    }

    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-0:hover,
    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-1:hover,
    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-2:hover,
    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-3:hover,
    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-4:hover,
    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-5:hover,
    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-6:hover,
    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-7:hover,
    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-8:hover,
    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-9:hover,
    #sample-inchat .numcsat .active-questions .Prev .inapp-nps-10:hover {
        transform: scale(1.2) !important;
    }

    #sample-inchat .numcsat .inapp-checked-nps {
        transform: scale(1.2) !important;
    }

    .thank-you-card {
        height: 98% !important;
        width: 98% !important;
    }

    .survey-title {
        width: 75% !important;
    }

    .emojiStyles {
        width: 40px !important;
        height: 40px !important;
        transform: scale(.8) !important;
    }

    .thumbimgStyles {
        width: 30px !important;
        height: 30px !important;
        transform: scale(.8) !important;
    }

    .progress {
        width: 150px !important;
    }

    .SurveyCardSm {
        height: calc((((100% - 77px) - 0.25rem) - 0.5rem) - 10%) !important;
    }

    .img-banner-top,
    .banner-maxHeight {
        max-height: 10rem !important;
    }
}

#myTabContent {
    min-height: 550px;
}

#sampleInApp .navigation,
#popupPreview .navigation {
    z-index: 1;
}

    #popupPreview .navigation button i {
        font-size: 14px;
    }

    #sampleInApp .navigation button i {
        font-size: 32px;
    }

#popupPreview .inApp-bottomCard.questions {
    position: relative !important;
    overflow: auto;
    min-height: 0 !important;
}

#sampleInApp {
    height: 65vh;
}

#popupPreview {
    height: 100%;
}

.side-banner {
    /*height: 84vh !important;*/
}

.daterangepicker .drp-buttons button.cancelBtn.btn-default {
    border: 1px solid;
}

    .daterangepicker .drp-buttons button.cancelBtn.btn-default:hover {
        opacity: 0.6;
    }

.emoji-Center,
.thumb-Center {
    padding-right: 4rem;
    padding-left: 4rem;
}

.QBankSelectTemp {
    height: 28px;
    padding: 1px 20px 1px 11px;
}

.line-height-normal {
    line-height: normal;
}

.BuildSelectTemp {
    height: 28px;
}

#ThanksPage {
    min-height: 100%;
}

.oneToOneStyling {
    justify-content: center;
}

.oneToOneStylingStar {
    width: fit-content !important;
    margin: auto;
}

.center-absolute {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.emojiStyles {
    width: 60px;
    height: 60px;
    transform: scale(.8);
}

.thumbimgStyles {
    width: 40px !important;
    height: 40px !important;
    transform: scale(.8);
}

.banner-maxHeight {
    max-height: 8rem;
}

.welcomeMessage-beforeMode {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    /*display: -webkit-box;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcomeMessage-beforeMode-card {
    overflow: auto;
    margin: 0.5rem;
    max-height: 96%;
    background-color: inherit;
}

.emojiStyleContainer, .thumbStyleContainer {
    display: grid !important;
    grid-auto-columns: 20%;
    grid-auto-flow: column;
}

.thumbStyleContainer {
    display: grid !important;
    grid-auto-columns: 20%;
    grid-auto-flow: column;
}

.inAppStyleEmoji, .inAppStyleThumb {
    width: inherit;
}

.checkBoxRaduisTheme {
    border-radius: 1rem !important;
}

.inAppSampleThemeRadioButton {
    opacity: 1 !important;
    width: unset !important;
}

.thankYouTemplates img {
    width: 400px;
    height: 80px;
}

.thankYouTemplates .card {
    margin-bottom: 6px !important;
}

#BeautifyTabContent {
    height: 35pc;
}

.radioPadding {
    padding: 2px;
}

.welcomeMessage .title p {
    margin-bottom: 0 !important;
}

.welcomeMessage, .welcomeMessage-beforeMode {
    color: black;
}

.surveyPreviewStartCard {
    max-height: 25% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}


.surveyPreviewQuestionsCard {
    height: 75%;
    overflow: hidden auto;
    max-height: 70%;
}

.serveyPreviewQuestionsCardWithoutHeader {
    max-height: 91% !important;
}




.center-relative {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
}

.surveyActionButtons {
    height: 10%;
}

.surveyActionButton {
    margin: 0 1rem;
    min-width: 100px;
}

.surveyActionButtonDiv {
    min-width: 130px;
    width: 33.33%;
    display: inline-block;
}

.height-inherit {
    height: inherit;
}

.display-list-item {
    display: list-item;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #sampleInApp .input-wrapper input {
        width: auto;
        height: auto;
        top: 32%;
    }

    .preview-step .input-wrapper input {
        width: 100% !important;
        height: 100% !important;
    }

    #createNewSurvey,
    #createTemplateSurvey {
        margin-top: -5% !important;
    }
}

.left-1 {
    left: 1rem;
}

.right-auto {
    right: auto;
}

#_servicesListSelect .ss-content.ss-open {
    margin: -287px 0px 0px !important;
}

.img-mcq-choice-div,
.img-single-choice-div {
    justify-content: center !important;
}

.ss-main .ss-multi-selected .ss-add {
    margin-top: 15px !important;
}

.email-invitation-styles {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.mailInvitationEditIcon {
    transform: scale(1.3, 1.3);
}

.subtitleMailInvitation {
    color: #5a5c69 !important;
}

.la-eye,
.la-clone,
.la-trash,
.la-calendar-alt {
    transform: scale(1.3, 1.3);
}

.mail-icon-container {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 30%;*/
    text-align: center;
}

.image-container-inapp {
    display: grid;
    grid-template-columns: 50% 50%;
}

.choices-skip-logic {
    overflow: hidden;
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
    word-wrap: break-word;
}

.choices-rate-us {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: visible;
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
}

.toggle-background {
    background: #f6f6f6 !important;
}

.inApp-thankyou-img {
    max-height: 100% !important;
    height: 100% !important;
    width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.width-unset {
    width: unset !important;
}


.feedback-popup-btn {
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    width: 160px;
    height: 40px;
    z-index: 15;
    border-radius: 5px 5px 0px 0px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    position: absolute;
    right: 8px;
    top: 109px
}

.popup-Q-container {
    flex-grow: 1;
    max-height: 73%;
}

.inApp-thankyou-paragraph {
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*height: 100%;*/
    margin-bottom: 0rem;
    display: -webkit-box;
    /*-webkit-line-clamp: 4;*/
    -webkit-box-orient: vertical;
}

.inApp-thankyou-title,
.inApp-thankyou-subTitle {
    /*max-height: 22%;*/
    /*overflow: hidden auto;*/
}

#thanyouMessageView {
    overflow: hidden auto;
}

.inApp-thankyou-visualization {
    max-height: 30%;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.popup-title-container {
    max-height: 25%;
    overflow-y: auto;
}

.popup-title-body {
    max-height: 100%;
}

.popup-body {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.popup-container-body {
    height: 71vh !important;
}

:root {
    --app-height: 100%;
}

html,
body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
}

.survey-title {
    max-width: 100vw;
    width: 80%;
}


.thank-you-card {
    height: 80%;
    width: 80%;
    background-color: inherit;
    margin: auto !important;
    overflow: hidden;
}

.image-text {
    max-width: 90%;
    background: transparent;
    border: 0px;
    border-color: transparent;
    padding: 0px;
    text-indent: 0px !important;
    text-align: center;
}

    .image-text:focus {
        outline: none;
    }

.popup-nav-btn {
    height: 32px;
    width: 32px;
    line-height: 31px;
}

.text-center {
    text-align: center;
}

.popup-buttons-div {
    margin-bottom: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 10.5rem !important;
}

.popup-nav-buttons {
    margin-bottom: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


.popup-arrows {
    border-radius: 50%;
    font-size: 26px !important;
    line-height: 31px;
    height: 32px;
}

.bg-transparent {
    background: transparent;
}

.popup-bottom-screen {
    position: relative;
    left: 0px;
    top: 15%;
    margin-top: auto;
    z-index: 10;
    padding-bottom: .5rem;
    bottom: 0;
}

/*@media (max-height: 400px) {
    .popup-bottom-screen {
        bottom:auto;
    }
}*/

#wrapper #content-wrapper #emailInvitationsPage {
    overflow-y: hidden;
}

.popup-close-div {
    /*z-index: 99999;*/
    right: 0;
    top: 0;
    position: relative !important;
    margin-right: 0 !important;
    margin-left: auto;
}

.popup-close-div-custom {
    right: 0;
    top: 0;
    position: relative !important;
    margin-right: 0 !important;
    margin-left: auto;
}

.popup-close-div-custom-rtl {
    z-index: 99999;
    left: 0;
    top: 0px;
    position: relative !important;
    margin-left: 0 !important;
    margin-right: auto;
}


.popup-close-div-rtl {
    z-index: 99999;
    left: -16px;
    top: 14.4px;
    position: relative !important;
    margin-left: 0 !important;
    margin-right: auto;
}

.d-grid {
    display: grid !important;
}

.uploadedImageContainer {
    height: 90px;
    width: 300px;
}

.mainLayout .tourOptionsStyles {
    top: 100%;
    right: 0;
    border-radius: 4px;
    border: 1px solid #eee;
    min-width: 180px;
    max-width: 450px;
    width: auto;
    z-index: 999999;
    transition: all 0.15s;
    transform: scale(0);
    max-height: 300px;
    overflow: auto;
    background-color: white;
    box-shadow: 10px 5px 5px #be9f9f52;
}

#tourGuid-dropdown hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.fa-question-circle,
.fa-hand-paper {
    font-size: 25px;
    color: white;
}

.emoji-popup-grid,
.thumb-popup-grid {
    grid-auto-columns: auto;
}

.close-font {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    display: inline;
    box-sizing: border-box;
    font-variant-caps: normal;
}

.popup-close-button {
    line-height: 50%;
    border-radius: 50%;
    padding: 0px;
    width: 24px;
    height: 24px;
    border: 0px transparent;
    color: white;
    background: aquamarine;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

/*Start Chat Card Style*/

.Chat_container {
    padding: 0;
    background-color: #FFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    height: 461px;
    width: 320px;
}

.chat {
    width: 320px;
    height: 100%;
}

.header-chat {
    background-color: #FFF;
    height: 65px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.100);
    display: flex;
    align-items: center;
}

.chat .header-chat .icon {
    margin-left: 30px;
    margin-top: 4px;
    color: #515151;
    font-size: 14pt;
}

.chat .header-chat .fa-times {
    margin-top: 4px;
}

.chat .header-chat .name {
    margin: 0 0 0 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13pt;
    color: #515151;
}

.chat .header-chat .right {
    position: absolute;
    right: 40px;
}

.chat .messages-chat {
    height: 312px;
    justify-content: center;
    margin-right: 21px;
}

.messages-chat .chat-agent {
    position: relative;
    top: 280px;
    height: 20px;
    right: 11px;
    color: #ccc;
}

.chat .messages-chat .SurveyChatContent {
    width: 235px;
}

.footer-chat {
    width: 320px;
    height: 84px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-top: 2px solid #EEE;
}

.chat .footer-chat .icon {
    margin-left: 30px;
    color: #C0C0C0;
    font-size: 14pt;
}

.chat .footer-chat .send {
    color: #fff;
    background-color: #4f6ebd;
    padding: 12px 12px 12px 12px;
    border-radius: 50px;
    font-size: 14pt;
}

.chat .footer-chat .name {
    margin: 0 0 0 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13pt;
    color: #515151;
}

.chat .footer-chat .right {
    position: absolute;
    right: 40px;
}

.write-message {
    border: none !important;
    width: 66%;
    padding: 10px;
}

.footer-chat *::-webkit-input-placeholder {
    color: #C0C0C0;
    font-size: 13pt;
}

.footer-chat input *:-moz-placeholder {
    color: #C0C0C0;
    font-size: 13pt;
}

.footer-chat input *::-moz-placeholder {
    color: #C0C0C0;
    font-size: 13pt;
}

.footer-chat input *:-ms-input-placeholder {
    color: #C0C0C0;
    font-size: 13pt;
}

.clickable {
    cursor: pointer;
}

#sample-inchat .question {
    margin-top: 0 !important;
}

/*End Chat Card Style*/

.PopupAlert {
    margin-bottom: 1% !important;
    border-radius: 9px !important;
    left: 0;
    right: 0;
    padding: 7px;
    background-color: #ffc6c4;
    color: red;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    border-style: solid;
    border-width: 1px;
}

.PopupAlertClosebtn {
    color: red;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 15px;
    float: right;
    margin-top: 3px;
}

.bottom-arrow {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 13px solid #ffc6c4;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}

.PopupAlertClosebtnRTL {
    margin-right: 15px;
    margin-left: 0 !important;
    float: left !important;
}

.PopupAlertMsg {
    font-size: small;
}

.PopupAlertClosebtn:hover {
    color: black;
}

.font-size-14 {
    font-size: 14px
}

.change-password-model {
    height: 450px;
    overflow-y: auto;
}

.bt-none {
    border-top: none;
}

.bb-none {
    border-bottom: none;
}

#nav-username {
    font-size: 16px !important;
}

.socialMediaIcon,
.socialMediaIcon:hover {
    color: #858796;
    text-decoration: none;
    font-size: x-large;
    cursor: pointer;
}

.divIntersts .ques select {
    font-size: small !important;
}


.table-scrolling-Filter {
    min-height: 400px;
    max-height: 604px;
    overflow: hidden auto;
    height: 408px;
}

.table-scrolling {
    min-height: 500px;
    max-height: 604px;
    overflow: hidden auto;
    height: 530px;
}

.help-btn-publish {
    position: relative;
    bottom: 18%;
}

.uniqueTableHeight {
    height: 97%;
}

.menuHeight {
    height: 100%;
}

input[type="search"]::-webkit-search-cancel-button {
    position: relative;
    background-image: url(../../common/img/cancel-close.svg);
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 5px;
}


/*DD slick custom hover color with branding*/
a:not([href]):not([tabindex]):hover:enabled,
a:not([href]):not([tabindex]):focus:enabled {
    background-color: #0075be;
}

/*DD slick imges size*/
.dd-option-image,
.dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    max-width: 50px;
    width: 20px !important;
    height: 20px !important;
}



.dd-option-text {
    margin-top: -15px
}

.dd-selected-text {
    margin-top: -15px
}



.dd-select {
    width: 100% !important;
}

.dd-container {
    width: 100% !important;
}

.dd-options {
    width: 100% !important;
}

.menuImages {
    width: 15px;
    height: 15px;
    float: right;
}




#drp-cancelbtn {
    border-color: #0075be;
}

.dd-selected {
    height: 40px;
}

.dd-option {
    height: 40px;
}

.break-word {
    word-break: break-word;
}

.disabledSection {
    pointer-events: none;
    opacity: 0.4;
}

/*
#facebook-icon{
      --switch: calc((var(--light) - var(--threshold)) * -100%);
  color: hsl(0, 0%, var(--switch));
}*/

.custom-slider-margin {
    margin-left: 23px;
}

.custom-hr {
    margin-top: 5px;
    width: 30px;
    display: none;
}

::-ms-fill-lower {
    background: transparent !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .welcomeMessage-beforeMode-card-body {
        background-repeat: repeat !important;
        filter: none;
        min-height: auto;
    }
}

.uniqueTableHeightQuarntine {
    height: 77%;
}

.min-h-unset {
    min-height: unset !important;
}

.ltr-direction {
    direction: ltr !important;
}

.feedback-Button {
    padding: 0px 10px;
    word-break: break-all;
    width: auto;
}

.fullWidthHeight {
    height: 100% !important;
    width: 100% !important;
}

#inchat-Content #SampleQuestionsCard .btn:disabled,
#sample-chat-theme #SampleQuestionsCard .btn:disabled {
    opacity: 0.15 !important;
}

.ss-content .ss-list {
    max-height: 150px !important;
}

#_servicesListSelect .ss-content.ss-open {
    margin: -238px 0px 0px !important;
    position: absolute;
}

.ss-main .ss-multi-selected.ss-open-below,
.ss-main .ss-multi-selected.ss-open-above {
    position: relative;
}

.qua-table-container {
    flex-direction: column;
    height: 74%;
}

.qua-table-container__result {
    flex-grow: 1;
    height: 100%;
}

.qua-filtered-table {
    min-height: 375px;
    max-height: 604px;
    overflow: hidden auto;
    height: 378px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.quetionOneByOneStyles {
    max-width: fit-content;
    text-align: center !important;
    margin: auto;
    align-content: center !important;
}

/*Classic popup question style*/
.Classic_popup_overlay,
.Classic_inchat_overlay,
.Classic_web_overlay,
.Classic_kiosk_overlay,
.Classic_embedpopup_overlay,
/*Classic Square question style*/
.ClassicSquare_popup_overlay,
.ClassicSquare_inchat_overlay,
.ClassicSquare_web_overlay,
.ClassicSquare_kiosk_overlay,
.ClassicSquare_embedpopup_overlay {
    background-color: transparent !important;
}


.Classic_popup_overlay_spaces,
.Classic_inchat_overlay_spaces,
.Classic_web_overlay_spaces,
.Classic_kiosk_overlay_spaces,
.Classic_embedpopup_overlay_spaces,
/*Classic Square question style*/
.ClassicSquare_popup_overlay_spaces,
.ClassicSquare_inchat_overlay_spaces,
.ClassicSquare_web_overlay_spaces,
.ClassicSquare_kiosk_overlay_spaces,
.ClassicSquare_embedpopup_overlay_spaces {
    margin-bottom: -15px;
}

.Classic_popup_overlay_radio_size,
.Classic_inchat_overlay_radio_size,
.Classic_web_overlay_radio_size,
._voice_overlay_radio_size,
.Classic_kiosk_overlay_radio_size,
._convivr_overlay_radio_size,
.Classic_embedpopup_overlay_radio_size {
    width: 15px;
    height: 15px;
    margin-top: -1px;
}

.Classic_popup_border,
.Classic_inchat_border,
.Classic_web_border,
._voice_border,
.Classic_kiosk_border,
._convivr_border,
.Classic_embedpopup_border {
    border: 1px solid black;
}

.ClassicHorizontal_popup_border,
.ClassicHorizontal_inchat_border,
.ClassicHorizontal_web_border,
.ClassicHorizontal_kiosk_border,
.ClassicHorizontal_embedpopup_border {
    border: 1px solid black;
}

.ClassicHorizontal_popup_overlay_radio_size,
.ClassicHorizontal_inchat_overlay_radio_size,
.ClassicHorizontal_mobile_overlay_radio_size,
.ClassicHorizontal_web_overlay_radio_size,
.ClassicHorizontal_kiosk_overlay_radio_size,
.ClassicHorizontal_embedpopup_overlay_radio_size {
    width: 15px;
    height: 15px;
    margin-top: -1px;
}

.Classic_spacing_ar, .ClassicSquare_spacing_ar {
    padding-right: 22px !important;
}

.Classic_spacing_en, .ClassicSquare_spacing_en {
    padding-left: 22px !important;
}

.Classic_popup_overlay_border,
.Classic_inchat_overlay_border,
.Classic_web_overlay_border,
._voice_overlay_border,
.Classic_kiosk_overlay_border,
._convivr_overlay_border,
.Classic_embedpopup_overlay_border {
    border-radius: 10px;
    border: 1px solid black;
    margin-top: -1px;
}

.Modern_popup_overlay_border,
.Modern_kiosk_overlay_border,
.Modern_embedpopup_overlay_border {
    border-radius: 0px;
    border: 1px solid black;
    margin-top: -1px;
}


.ClassicHorizontal_popup_overlay,
.ClassicHorizontal_inchat_overlay,
.ClassicHorizontal_web_overlay,
.ClassicHorizontal_kiosk_overlay,
.ClassicHorizontal_embedpopup_overlay {
    background-color: transparent !important;
}

.ClassicHorizontal_popup_display,
.ClassicHorizontal_inchat_display,
.ClassicHorizontal_web_display,
.ClassicHorizontal_kiosk_display,
.ClassicHorizontal_embedpopup_display {
    display: flex !important;
}

.ClassicHorizontal_popup_width,
.ClassicHorizontal_inchat_width,
.ClassicHorizontal_web_width,
.ClassicHorizontal_kiosk_width {
    width: 100% !important;
}


.ClassicHorizontal_popup_height,
.ClassicHorizontal_inchat_height,
.ClassicHorizontal_web_height,
.ClassicHorizontal_kiosk_height,
.ClassicHorizontal_embedpopup_height {
    height: 81% !important;
}

/*classic mobile style*/
.Classic_mobile_overlay {
    background-color: transparent !important;
}

.Classic_mobile_overlay_spaces {
    margin-bottom: -15px;
}

.Classic_mobile_overlay_radio_size {
    width: 15px;
    height: 15px;
    margin-top: -1px;
}

.ClassicHorizontal_mobile_overlay_radio_size {
    width: 15px;
    height: 15px;
    margin-top: -1px;
}

.Classic_mobile_overlay_border {
    border-radius: 10px;
    border: 1px solid black;
    margin-top: -1px;
}

.Modern_mobile_overlay_border {
    border-radius: 0px;
    border: 1px solid black;
    margin-top: -1px;
}

.Modern_spacing_ar {
    padding-right: 0px !important;
}

.Modern_spacing_en {
    padding-left: 0px !important;
}

.ClassicHorizontal_mobile_overlay {
    background-color: transparent !important;
}

.ClassicHorizontal_spacing_ar {
    padding-top: 10px !important;
    padding-right: 30px !important;
}

.ClassicHorizontal_mobile_display {
    display: flex !important;
}

.ClassicHorizontal_mobile_width {
    width: 100% !important;
}

.ClassicHorizontal_mobile_height {
    height: 65% !important;
}

/*.AR_spacing {
    padding-right: 30px !important;
}
.EN_spacing {
    padding-right: 35px !important;
}*/

/*Classic mobile question style*/

/*NEXT BUTTON STYLES IN PREVIEW*/

.nextFullWidth {
    position: absolute;
    width: 90%;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.min-h-100 {
    min-height: 100% !important;
}

.p-left-unset {
    padding-left: unset !important;
}

.p-right-unset {
    padding-right: unset !important;
}

.popup-thank-you-card {
    height: 96%;
    width: 98%;
    background-color: inherit;
    margin: auto !important;
    overflow: hidden;
}

.actionCardContentScroll::-webkit-scrollbar {
    width: 7px;
}

.actionCardContentScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    border-radius: 10px;
}

.actionCardContentScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.actionCardDeleteIcon:hover {
    color: red;
}

.ClassicHorizontal_padding-ar {
    padding-right: 30px !important
}

.padding-en {
    padding-right: 35px !important
}

.inAppSpecialBtn {
    width: 100%;
    height: 35px;
}


.classicBackBtnEmbed {
    position: fixed;
    top: 0px;
}

.actionCardImage {
    width: 85px;
    height: 85px;
}

.inAppBackBtn:disabled {
    visibility: hidden;
}


.toggle {
    --width: 72px;
    --height: calc(var(--width) / 4);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}

    .toggle input {
        display: none;
    }

    .toggle .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: var(--height);
        background-color: #ccc;
        transition: all 0.4s ease-in-out;
    }

        .toggle .slider::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: calc(var(--height));
            height: calc(var(--height));
            border-radius: calc(var(--height) / 2);
            background-color: #fff;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease-in-out;
        }

    .toggle input:checked + .slider {
        background-color: #2196F3;
    }

        .toggle input:checked + .slider::before {
            transform: translateX(calc(var(--width) - var(--height)));
        }

    .toggle .labels {
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-family: sans-serif;
        transition: all 0.4s ease-in-out;
    }

        .toggle .labels::after {
            content: attr(data-off);
            position: absolute;
            right: 5px;
            color: #4d4d4d;
            opacity: 1;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
            transition: all 0.4s ease-in-out;
            margin-top: -7px;
        }

        .toggle .labels::before {
            content: attr(data-on);
            position: absolute;
            left: 10px;
            color: #ffffff;
            opacity: 0;
            text-shadow: 1px 1px 2px rgb(255 255 255 / 40%);
            transition: all 0.4s ease-in-out;
            margin-top: -7px;
        }

    .toggle input:checked ~ .labels::after {
        opacity: 0;
    }

    .toggle input:checked ~ .labels::before {
        opacity: 1;
    }

.modernBackStyle {
    visibility: hidden;
}

/*Navigation buttons min width*/
.submitMinWidth {
    min-width: 95px;
}

.navButtonsMinWidth {
    min-width: 80px;
}

/*Navigation buttons min width*/

.backNavigationButton {
    font-size: 20px !important;
    font-weight: 800 !important;
}

.nextButtonBorderRadius {
    border-radius: 20px;
}

.submitMargin {
    margin-left: 55px;
}

.in-app-choices-padding {
    padding-top: 6px !important;
}

.inapp-column-gab {
    column-gap: 18px;
}

.inapp-secondry-column-gab {
    column-gap: 40px;
}



.showQNumStyle {
    margin-top: 0.5rem;
}

.ratingBorder {
    stroke: #646464;
    stroke-width: 1px;
    stroke-linejoin: round;
}

.hidden {
    visibility: hidden;
}

.navButtonWidth {
    width: 110px;
}

.createSurveyFollowup,
.createSurveyFollowup:hover {
    background-color: #0075be;
    color: white;
}

#_FollowupCard,
.MsgCard {
    border-left: 8px solid #0075be;
}

.FollowupDeleteBtn {
    width: 33px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 25px;
    cursor: pointer;
}


.Classic_popup_other,
.ClassicSquare_popup_other,
.Classic_kiosk_other,
.Classic_embedpopup_other {
    margin-left: 1rem !important;
    width: 95%;
    margin-top: 1rem !important;
    height: 6em !important;
}

.Modern_popup_other,
.Modern_kiosk_other,
.Modern_embedpopup_other {
    margin-left: 2% !important;
    width: 96%;
    margin-top: 1rem !important;
    height: 6em !important;
}

.ClassicSquare_embedpopup_other {
    margin-left: 2% !important;
    width: 96%;
    margin-top: 1rem !important;
    height: 6em !important;
}

.progressBarAr {
    margin-left: 15%;
}

.progressBarEn {
    margin-right: 15%;
}

.logoAR {
    margin-right: 8%;
    position: absolute;
    margin-top: 2%;
}

.logoEN {
    margin-left: 2%;
    position: absolute;
    margin-top: 2%;
}

.backPopupAR {
    margin-left: 0 !important;
    margin-right: 15px !important;
}

.backPopupEN {
    margin-left: 15px !important;
    margin-right: 0 !important;
}

.classic_Ar {
    padding-right: 20% !important;
}

.classic_En {
    padding-left: 20% !important;
}

.classicHorizontal_En {
    padding-left: 20% !important;
}

.classicHorizontal_Ar {
    padding-right: 20% !important;
}


.classic_mcq_En_padding {
    padding-right: 35px !important;
}

.classic_mcq_Ar_padding {
    padding-left: 35px !important;
}

#insert_subject_var_btn {
    height: Calc(100% - 20px);
    margin: 10px 0px 10px 10px;
}

.emoji-focus,
.thumb-focus {
    transform: scale(1.2) !important;
}

/*For Popup Screen*/
@media only screen and (max-width: 600px) {

    .modern-navigation #prevQuestionBtnPopup,
    .modern-navigation #nextQuestionBtnPopup,
    .modern-navigation #SubmitBtn {
        width: 25% !important;
        font-size: 12px !important;
    }

    #PopupTakeSurveyBtn {
        font-size: 12px !important;
        width: 50%;
    }
}

@media only screen and (max-width: 400px) {
    .progress {
        width: 105px !important;
    }

    .modern-navigation #prevQuestionBtnPopup,
    .modern-navigation #nextQuestionBtnPopup,
    .modern-navigation #SubmitBtn {
        width: 30% !important;
        font-size: 11px !important;
    }

    #PopupTakeSurveyBtn {
        font-size: 11px !important;
        width: 50%;
    }

    .img-mob {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/*For Extra Small Devices*/
@media only screen and (max-width: 320px) {

    .popupEmoji .emoji-choices,
    .popupEmoji .thumb-choices {
        grid-auto-columns: 45% !important;
    }

    .modern-navigation #prevQuestionBtnPopup,
    .modern-navigation #nextQuestionBtnPopup,
    .modern-navigation #SubmitBtn {
        width: 30% !important;
        /*this will override theme font size because text will be corrupted if font size greater than 10 px*/
        font-size: 10px !important;
    }

    #PopupTakeSurveyBtn {
        font-size: 10px !important;
        width: 50%;
    }

    .classicHorizontal_En {
        padding-left: 4% !important;
    }

    .classicHorizontal_Ar {
        padding-right: 4% !important;
    }

    .img-mob {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/*WhatsApp Style Start*/

.WhatsAppHead {
    background-color: #00A884;
    color: white;
}

    .WhatsAppHead #head {
        padding-left: 10px;
        padding-right: 10px;
    }

    .WhatsAppHead #sub-head {
        height: 45px;
    }

    .WhatsAppHead .avatar {
        width: 30px;
        height: 30px;
        margin: 0 0 0 5px;
    }

        .WhatsAppHead .avatar img {
            border-radius: 50%;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
            display: block;
            width: 100%;
        }

    .WhatsAppHead .actions {
        color: white !important;
    }

        .WhatsAppHead .actions i {
            margin-right: 3px;
        }

.whatsApp-View {
    background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
}

    .whatsApp-View .message {
        color: #000;
        clear: both;
        line-height: 18px;
        font-size: 15px;
        padding: 8px;
        position: relative;
        margin: 8px 5px 0 0;
        max-width: 80%;
        width: 80%;
        word-wrap: break-word;
    }

        .whatsApp-View .message.received {
            background: #fff;
            border-radius: 0px 5px 5px 5px;
            float: left;
            margin-left: 25px;
        }

.message.received .metadata {
    padding: 0 0 0 16px;
}

.metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
    font-size: x-small;
}

.whatsApp-View .message.received:after {
    border-width: 0px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: -10px;
}

.whatsApp-View .message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.whatsApp-View .message-choice {
    background: #fff;
    border-radius: 10px;
    float: left;
    margin-left: 25px;
    font-size: 16px;
    text-align: center;
    max-width: 80%;
    width: 80%;
    border: none;
    padding: 3px;
    margin-top: 5px;
    cursor: pointer;
    color: black;
}

.whatsAppConv.position-absolute {
    bottom: 10px;
}

.conversation-compose {
    display: flex;
    height: 50px;
    width: 70%;
    z-index: 2;
}

    .conversation-compose .emoji,
    .conversation-compose .thumb {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 10px 0 0 10px;
        flex: 0 0 auto;
        margin-left: 8px;
        width: 48px;
    }

    .conversation-compose div,
    .conversation-compose input {
        background: #fff;
        height: 100%;
        border: none;
        width: 140px;
        outline: none;
    }

    .conversation-compose .send {
        background: transparent;
        border: 0;
        cursor: pointer;
        margin-left: 8px;
        margin-right: 8px;
        padding: 0;
        position: relative;
        outline: none;
    }

        .conversation-compose .send .circle {
            background: #008a7c;
            border-radius: 50%;
            color: #fff;
            position: relative;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .conversation-compose .photo {
        border-radius: 0 10px 10px 0;
        text-align: center;
        position: relative;
        width: 48px;
    }

.whatsapp::-webkit-scrollbar-thumb {
    background: #CCC;
    opacity: 0.75;
    border-radius: 10px;
}

.message.sent {
    background: #e1ffc7;
    border-radius: 5px 0px 5px 5px;
    float: right;
    margin-right: 15px;
}

    /*.message:first-child {
    margin: 16px 0 8px;
}*/
    .message.sent:after {
        border-width: 0px 0 10px 10px;
        border-color: transparent transparent transparent #e1ffc7;
        top: 0;
        right: -10px;
    }

.message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.reply-message {
    padding: 10px;
    background-color: #F5F6F6;
    border-left: 3px solid #0075be;
    margin-bottom: 7px;
    border-radius: 3px;
}

.fw-700 {
    font-weight: 700 !important;
}

.whatsApp-popup-choices {
    height: 65%;
    background-color: white;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    border: 0;
    color: #000;
    display: none;
}

.whatsApp-popup-choices-body {
    overflow-y: auto;
    max-height: 240px;
}

.whatsApp-popup-choices-footer {
    position: absolute;
    bottom: 0;
    width: inherit;
    text-align: center;
    color: gray;
}

.please-choose-btn {
    color: #0075be
}

.selected-choice {
    pointer-events: none;
    opacity: 0.8;
    color: gray !important;
}

.alert-footer {
    color: #6f6d6d;
    width: 262px;
    text-overflow: ellipsis;
    word-break: break-all;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    text-align: center;
}

.alarm-cutom-title {
    margin-left: 8px;
    color: #5a5c69;
    max-width: 250px;
    width: fit-content;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.custom-alert-notifcation {
    cursor: pointer;
    background: white;
    box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background-color: white !important;
    margin: 20px !important;
}

.notification_dd * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}


.notifications {
    position: relative;
    position: absolute;
    top: 48px;
    right: -15px;
    user-select: none;
    background: #fff;
    border: 1px solid #c7d8e2;
    width: 350px;
    height: auto;
    /* display: none; */
    border-radius: 3px;
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.125), -10px -10px 35px rgba(0, 0, 0, 0.125);
}


.notification_dd {
    position: unset !important;
    top: 48px;
    right: -15px;
    user-select: none;
    background: #fff;
    /* display: none; */
    border-radius: 3px;
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.125), -10px -10px 35px rgba(0, 0, 0, 0.125);
}

.notifications:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 15px;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
}

.notification_dd li {
    border-bottom: 1px solid #f1f2f4;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

    .notification_dd li .notify_icon {
        display: flex;
    }

    .notification_dd li.baskin_robbins .notify_icon .icon {
        background-position: 0 -43px;
    }

    .notification_dd li.mcd .notify_icon .icon {
        background-position: 0 -86px;
    }

    .notification_dd li.pizzahut .notify_icon .icon {
        background-position: 0 -129px;
    }

    .notification_dd li.kfc .notify_icon .icon {
        background-position: 0 -178px;
    }

    .notification_dd li .notify_data {
        margin: 0 15px;
        width: 245px;
    }

        .notification_dd li .notify_data .title {
            color: #333333;
            font-weight: 600;
            font-size: 13px;
            white-space: initial;
            text-overflow: ellipsis;
            word-break: break-word;
            width: 260px;
        }

        .notification_dd li .notify_data .sub_title {
            font-size: 12px;
            white-space: initial;
            text-overflow: ellipsis;
            margin-top: 0px !important;
            color: #333333 !important;
            word-break: break-all;
        }

        .notification_dd li .notify_data .date-time {
            color: #b2b3b8;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 10px;
        }

    .notification_dd li .notify_status i {
        font-size: 12px;
    }

    .notification_dd li.success .notify_status i {
        color: #47da89;
    }

    .notification_dd li.failed .notify_status i {
        color: gray;
    }

    .notification_dd li.show_all {
        padding: 10px;
        display: flex;
        justify-content: center;
    }

        .notification_dd li.show_all p {
            font-weight: 700;
            color: #3b80f9;
            cursor: pointer;
            font-size: 14px;
        }

            .notification_dd li.show_all p:hover {
                text-decoration: underline;
            }

    .notification_dd li.title {
        font-weight: 700;
        color: #1681c4;
        display: flex;
        position: relative;
        height: 42px;
        padding-top: 22px;
    }


        .notification_dd li.title .close {
            position: absolute;
            top: 2px;
            right: 10px;
            font-size: 20px;
            cursor: pointer;
        }

            .notification_dd li.title .close:hover {
                opacity: 0.5;
            }

.custom-menu {
    width: 17px !important;
    margin: 10px;
}

.delete-icon {
    font-size: 12px;
    margin-left: 6px;
}

    .delete-icon:hover {
        color: red;
    }

.notification_items {
    max-height: 270px;
    overflow: auto;
}

.notification-settings {
    position: relative;
    color: #646363;
    width: 142px;
    padding: 10px;
    margin: auto;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    text-align: center;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 8px rgb(161 155 155);
    transition: opacity .4s;
    border: 1px solid #dddfeb;
    top: 10px;
    left: 48px;
    display: none;
}

.switch-sound-label {
    font-size: 12px;
    margin-right: 20px;
    font-weight: 700;
}

.mark-span {
    color: #3b80f9;
}

.notification-alignment {
    padding-left: 5px !important;
}

.custom-alert-notifcation .swal2-popup.swal2-toast .swal2-close {
    width: 10px !important;
    height: 30px !important;
    margin-left: 20px !important;
    color: #268ac8 !important;
    outline: none;
}

.notitfication-icon {
    color: #268ac8 !important;
}

.custom-alert-notifcation .swal2-footer {
    border-top: 1px solid #1982c4 !important;
}

.no-notification {
    font-weight: 700;
    color: #6f6d6d;
    cursor: pointer;
    font-size: 13px;
}

.no-notification-text {
    margin: 0px auto 0px auto;
    font-size: 13px;
    font-weight: 700 !important;
    color: #5a5c69 !important;
}

.dropdown-link,
.dropdown-link:visited,
.dropdown-link:hover,
.dropdown-link:active {
    color: #c8c9d5 !important;
}

.align-item-top {
    margin-top: 10px !important;
}

.logo-container {
    width: 47px !important;
    height: 47px !important;
}

.rating-height {
    height: 75px
}

.disable-content {
    pointer-events: none;
    opacity: 0.7;
}

.algin-btn-bottom {
    margin-bottom: 20px !important;
}

.algin-logo-container {
    width: 50px;
    margin: 0 10px;
    max-height: 25px;
}

.align-item-bottom {
    margin-bottom: 10px !important;
}

.remove-outline {
    outline: none !important;
}

.fixed-table-head {
    background-color: #EAECF4 !important;
    position: sticky;
    top: 0px;
}

.align-method-table {
    margin-top: 7px;
    margin-bottom: 10px;
}

.td-break-lines {
    word-wrap: break-word;
    white-space: normal;
}

.custom-all-page-scroll {
    max-height: 80vh;
    overflow: auto;
}


#reportsExportedFiles-table thead th {
    width: 25% !important;
}

.custom-exported-table-margin {
    margin: 0;
    padding: 0 12px;
}


#sendMethod tbody {
    display: block;
    max-height: 300px;
    overflow-y: scroll;
}

    #sendMethod thead,
    #sendMethod tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
    stroke: aliceblue !important;
}
/*WhatsApp Style End*/

.display-items-flex {
    display: flex;
    align-items: center;
}

.input-aligned {
    flex: 1;
    margin: 0;
    margin-right: 10px;
}

.page-radius {
    border-radius: 5px;
}

/* CSS classes for update publish info button background color update */
.disabled-publishInfo-overlay {
    background-color: #eaecf4 !important;
}

.disabled-publishInfo-label {
    background-color: #eaecf4 !important;
    color: #6e707e !important;
    border-color: #e5e5e5 !important;
}

.resize-emoji-container {
    min-width: 67px !important;
    min-height: 67px !important;
}

    .resize-emoji-container .input-overlay {
        border-radius: 55px !important;
    }

.show-scroll-bar {
    height: 560px;
    overflow-x: hidden;
}

.numeric-regular-container, .numeric-regular-container:focus {
    font-size: 12px;
    height: 28px;
    width: 36px;
    background: #EFF6FF;
    border-radius: 8px;
    border: unset;
    outline: none;
}

.numeric-regular-text {
    padding: 0 !important;
    margin: 0 auto;
    vertical-align: middle;
    color: #0038FF;
}


.thumb-container, .embed-popup-emoji-container {
    height: 42px;
    width: 54px;
    background: #EFF6FF;
    border-radius: 8px;
    border: unset;
    outline: none !important;
}

.thumb-preview-container {
    height: 42px !important;
    width: 54px !important;
    background: #EFF6FF;
    border-radius: 8px;
    border: unset;
}


.embed-popup-emoji-styles {
    width: 40px;
    height: 40px;
    transform: scale(.8);
}


.embed-popup-question-container {
    max-width: 80% !important;
}

.min-w-75 {
    min-width: 75% !important;
}

.min-w-25 {
    min-width: 25% !important;
}

.min-w-50 {
    min-width: 50% !important;
}

.min-w-60 {
    min-width: 60% !important;
}

.min-w-40 {
    min-width: 40% !important;
}

.mw-60 {
    max-width: 60% !important;
}

.mw-40 {
    max-width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}


.custom-survey-hieght {
    height: calc(73vh - 70px - 0.75rem) !important;
}

.custom-close-model {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding: 0;
    text-align: center;
    font-size: 11px;
    padding-top: 3px;
}

/*Start Handle EmbedPopup In Survey Preview*/
.embedPopup-custom-model-main {
    text-align: center;
    overflow: hidden;
    position: relative;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.embedPopup-model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.embedPopup-custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
}

.embedPopup-custom-model-wrap {
    display: block;
    border-radius: 16px;
    width: 100%;
    height: auto;
    max-height: 750px;
    position: relative;
    background-color: #FDFDFD;
    border: 1px solid #FDFDFD;
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 15px 64px 32px 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: hidden;
    box-shadow: 0px 4px 25px 0px #27242414;
}

.embedPopup-custom-model-inner-container {
    height: auto;
    max-height: 685px;
}

.embedPopup-model-open .embedPopup-custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    width: 704px;
    height: auto;
    max-height: 750px;
}

.embedPopup-model-open .embedPopup-bg-overlay {
    background: rgb(44 47 57 / 25%);
    z-index: 99;
}

.embedPopup-bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    border-radius: 16px;
}

.embedPopup-close-btn {
    position: absolute;
    right: 10px;
    top: 0;
    margin-right: 0 !important;
    margin-left: auto;
    cursor: pointer;
    font-size: 25px;
    color: gray;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: #f6f8fa;
    align-items: center;
    display: flex;
    margin: 10px;
    justify-content: center;
    padding-top: 4px;
}

.embedPopup-close-btn-custom-rtl {
    position: absolute;
    left: 10px;
    top: 0;
    margin-left: 0 !important;
    margin-right: auto;
    cursor: pointer;
    font-size: 25px;
    color: gray;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: #f6f8fa;
    align-items: center;
    display: flex;
    margin: 10px;
    justify-content: center;
    padding-top: 4px;
}

@media screen and (min-width:800px) {
    .embedPopup-custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
    }
}

@media screen and (max-width:799px) {
    .embedPopup-custom-model-inner {
        margin-top: 45px;
    }
}


.embedPopup-disable-div-closeBtn {
    pointer-events: none;
    opacity: 0.4;
    display: none;
}

.embedPopup-popup-header {
    height: auto;
    text-align: center;
    display: grid;
    max-height: 225px;
}

.embedPopup-content-wrap {
    height: auto;
    text-align: center;
    max-height: 310px;
}

.embedPopup-popup-footer {
    height: auto;
    max-height: 150px;
    text-align: center;
    margin-top: 10%;
}

.embedpopup-footer-small-choices {
    margin-top: 7% !important;
}

.embedPopup-skip-btn {
    width: 248px;
    height: 56px;
    border-radius: 16px;
    padding: 12px,24px,12px,24px;
    background: #EFF6FF;
    color: #0038FF;
    margin: 4px;
}

    .embedPopup-skip-btn:hover {
        background: #EFF6FF;
        color: #0038FF;
    }

.embedPopup-nextorsubmit-btn {
    width: 248px;
    height: 56px;
    border-radius: 16px;
    padding: 12px,24px,12px,24px;
    background: #0038FF;
    color: #EFF6FF;
}

    .embedPopup-nextorsubmit-btn:hover {
        background: #0038FF;
        color: #EFF6FF;
    }

.embedPopup-logo-container {
    max-height: 125px;
}

.embedPopup-logo-img {
    float: unset;
    display: block;
    width: 136px;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    margin-bottom: 20px;
}

.embedPopup-text-container {
    width: 512px;
    height: auto;
    padding: 2px;
    margin: 0px auto;
}

.embedPopup-title-container {
    width: 100%;
    height: auto;
    margin: auto;
}

.embedPopup-subtitle-container {
    width: 100%;
    height: auto;
}

.embedPopup-thankyou-msg {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
}

.embedpopup-choices-container {
    max-height: calc(667px - 375px);
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.embedpopup-choices-container-mh-none-modern {
    max-height: calc(622px - 375px) !important;
}

.embedpopup-Classic-radio-style {
    top: 50%;
    transform: translate(0,-50%);
}

.embedPopup-numeric-regular-container, .embedPopup-numeric-regular-container:focus {
    font-size: 12px;
    height: 28px;
    width: 36px;
    background: #EFF6FF;
    border-radius: 8px;
    /*border: unset;*/
    border-color: transparent;
    outline: none;
}

label.custom-control.custom-radio.embed-popup-emoji-container.emoji.text-center {
    margin-right: 1rem !important;
}

.embedPopup-required-question {
    color: #aeb5cf;
    font-size: 17px;
    margin: 5px
}

.embedpopup-question-auto-width {
    width: auto;
}

.embedpopup-Modern-choices-label-en {
    margin-left: -25px;
    padding-left: 10px !important;
}

.embedpopup-Modern-choices-label-ar {
    margin-right: -10px;
    padding-right: 13px !important;
}

.embedpopup-Classic-choices-label-en {
    margin-left: -25px;
    padding-left: 40px !important;
}

.embedpopup-Classic-choices-label-ar {
    margin-right: -10px;
    padding-right: 40px !important;
}

.embedpopup-ClassicHorizontal-choices-label-en {
    margin-left: -25px;
    padding-left: 37px !important;
}

.embedpopup-ClassicHorizontal-choices-label-ar {
    margin-right: -10px;
    padding-right: 30px !important;
}

.embedpopup-ClassicSquare-choices-label-en {
    margin-left: -25px;
    padding-left: 40px !important;
}

.embedpopup-ClassicSquare-choices-label-ar {
    margin-right: -10px;
    padding-right: 40px !important;
}

.embedPopup-inputOverlay-width-fitContent {
    width: fit-content !important;
}

.inputOverlay-Classic-radio-style_AR {
    top: 50% !important;
    transform: translate(0,-50%) !important;
    position: relative !important;
}

/*Start Handle EmbedPopup In Theme Design*/
.theme-embedpopup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2C2F3940;
    align-items: center;
    justify-content: center;
    border-radius: 13px 13px;
}

.theme-embedpopup-content {
    background: #FDFDFD;
    padding: 40px 40px 20px 40px;
    width: 85%;
    height: auto !important;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 10px 10px;
}

.theme-embedpopup-close-btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 17px;
    color: gray;
    margin-right: 15px;
    top: 0;
    width: 32px;
    height: 32px;
    background: #f6f8fa;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    display: flex;
    margin: 10px;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    font-weight: bold;
}

    .theme-embedpopup-close-btn > span {
        margin-top: 6px;
    }

.theme-embedpopup-logo {
    position: relative;
    top: -25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}
/*End Handle EmbedPopup In Theme Design*/


.thumbsChoicesVerticalAlignment {
    vertical-align: middle;
}

.mobile-close-icon {
    border: 1px solid #C7C7C7;
    border-radius: 50%;
    padding: 4px;
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 1;
    font-size: 12px;
}

.main-side-menu {
    min-height: 1000px !important;
}

.main-side-menu-config {
    max-height: 79vh !important;
    overflow-y: scroll !important;
}
    /* WebKit custom scrollbars */
    .main-side-menu-config::-webkit-scrollbar {
        width: 5px;
    }

    .main-side-menu-config::-webkit-scrollbar-track {
        background: white;
    }

    .main-side-menu-config::-webkit-scrollbar-thumb {
        background-color: lightgray;
        border-radius: 5px;
    }

        .main-side-menu-config::-webkit-scrollbar-thumb:hover {
            background-color: lightgray;
        }

.submit-check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 35px;
}

    /* Hide the browser's default checkbox */
    .submit-check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.submit-checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: gray;
}

/* On mouse-over, add a grey background color */
.submit-check-container:hover input ~ .submit-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.submit-check-container input:checked ~ .submit-checkmark {
    background-color: blue;
}

/* Create the checkmark/indicator */
.submit-checkmark:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Show the checkmark always and change the color based on the checkbox state */
.submit-check-container input:checked ~ .submit-checkmark:after,
.submit-checkmark:after {
    display: block;
}

.submit-check-container input:not(:checked) ~ .submit-checkmark:after {
    border-color: white;
}

.height-fit-content {
    height: fit-content;
}

.rich-text-container {
    max-width: 355px;
    margin: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

.ql-toolbar.ql-snow {
    border: none;
}

#rich-text-title-editor {
    height: 150px;
    border: none;
    border-top: 1px solid #ccc;
}

#rich-text-sub-title-editor {
    height: 150px;
    border: none;
    border-top: 1px solid #ccc;
}

#rich-text-output {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    min-height: 150px;
    white-space: pre-wrap; /* Preserve new lines */
}

.ql-snow .ql-picker.ql-size {
    width: 45px;
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 0px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="8px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="8px"]::before {
    content: '8';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="10px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="10px"]::before {
    content: '10';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]::before {
    content: '12';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="14px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14px"]::before {
    content: '14';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]::before {
    content: '16';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18px"]::before {
    content: '18';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="24px"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="24px"]::before {
    content: '24';
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
    height: 20px;
    width: 20px;
}

.ql-editor.ql-blank::before {
    content: attr(data-placeholder);
    font-style: inherit;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9c9d9f;
}

.ql-snow .ql-picker.ql-header {
    width: 89px;
}

#ql-picker-options-2, #ql-picker-options-1, #ql-picker-options-6, #ql-picker-options-7 {
    margin-left: -60px !important;
}

#ql-picker-options-0, #ql-picker-options-5 {
    margin-left: 0px !important;
}

.height-fit-content {
    height: fit-content;
}

#welcome-message-title-preview {
    color: black;
}

#welcome-message-title-preview-embed {
    color: black;
}

#welcome-message-sub-title-preview {
    color: black;
}

#welcome-message-sub-title-preview-embed {
    color: black;
}

.welcomeMessage p, .welcomeMessage-beforeMode p {
    margin-bottom: 0 !important;
    color: black !important;
}

.ql-container {
    font-size: 16px;
}

.smaller-twitter-icon {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}
