/*
 * Reset
 */

*,
*::before,
*::after {
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
    width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: lightgray;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

[tabindex="-1"]:focus {
    outline: none !important; }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0; }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0; }

dt {
    font-weight: 700; }

dd {
    margin-bottom: .5rem;
    margin-left: 0; }

blockquote {
    margin: 0 0 1rem; }

dfn {
    font-style: italic; }

b,
strong {
    font-weight: bolder; }

small {
    font-size: 80%; }

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }

sub {
    bottom: -.25em; }

sup {
    top: -.5em; }

a {
    color: #57fb9a;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
a:hover {
    color: #57fb9a;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar; }

figure {
    margin: 0 0 1rem; }

img {
    vertical-align: middle;
    border-style: none; }

svg:not(:root) {
    overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation; }

table {
    border-collapse: collapse; }

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: inherit; }

label {
    display: inline-block;
    margin-bottom: .5rem; }

button {
    border-radius: 0; }

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox; }

textarea {
    overflow: auto;
    resize: vertical; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }

progress {
    vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }

output {
    display: inline-block; }

summary {
    display: list-item; }

template {
    display: none; }

[hidden] {
    display: none !important; }

/*
 * Grid
 */
.d-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

ul {
    margin: 0;
    padding: 0; }

li {
    list-style-type: none; }

button:focus,
input:focus,
select:focus {
    outline: none; }

.color-white {
    color: #fff; }

.color-text {
    color: #000; }

.color-label-weak {
    color: #888888; }

.color-label {
    color: #585858; }


.color-accent {
    color: #00925c; }

.bg-white, .chat-header {
    background-color: #fff; }

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor; }

@font-face {
    font-family: 'Barlow-Light';
    src: url("../fonts/Barlow-Light.ttf") format("opentype");
    font-weight: normal; }

@font-face {
    font-family: 'Barlow-Regular';
    src: url("../fonts/Barlow-Regular.ttf") format("opentype");
    font-weight: normal; }

@font-face {
    font-family: 'Barlow-Bold';
    src: url("../fonts/Barlow-Bold.ttf") format("opentype");
    font-weight: normal; }

.font-light {
    font-family: "Barlow-Light", "Segoe UI", serif; }

.font-regular, body {
    font-family: "Barlow-Regular",  "Segoe UI", serif; }

.font-bold, h1,
h2,
h3,
h4,
h5, .footer span.title, b, strong{
    font-family: "Barlow-Bold", "Segoe UI", serif; }

.text-huge {
    font-size: 3em; }

.text-biggest, h1 {
    font-size: 2em; }

.text-bigger, h2 {
    font-size: 1.25em; }

.text-big, h3 {
    font-size: 1.1em; }

.text-medium, h4 {
    font-size: 1em; }

.text-small, h5 {
    font-size: 0.95em; }

.text-xsmall, h6 {
    font-size: 0.85em; }

* {
    transition: all .1s ease-in; }

html {
    position: relative;
    min-height: 100%; }

body {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    height: 100vh;
}

@media (min-width: 768px) {
    body {
        font-size: 20px;
    }
}

html,
body,
.wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0; }

.v-center, .btn-send {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.grow-1, .chat-header {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.h-100 {
    height: 100%; }

.w-100 {
    width: 100%; }

.uppercase {
    text-transform: uppercase; }

.text-center, .chat-header {
    text-align: center; }

.underline {
    text-decoration: underline; }

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.box-shadow, .chat-container, .message-icon, .message-text, .multiselect, .loading {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18) }

.box-shadow-light {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.32);
}
.text-shadow, .footer span.title {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.transition-simple {
    transition: all .5s ease-in; }

.btn {
    border: 0;
    background-color: transparent;
    cursor: pointer; }
.btn:hover, .btn:focus, .btn:active {
    outline: none;
    box-shadow: none; }

.btn-send {
    background-color: transparent;
    color: #59595b;
    font-size: 1.25rem;
    padding-right: 0.8em;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.btn-block {
    width: 100%;
}

.btn-primary {
    background-color: #008b39;
    color: #ffffff;
    text-align: center;
    padding: .8rem;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    4.7% {
        -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    9.41% {
        -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    14.11% {
        -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    18.72% {
        -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    24.32% {
        -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.93% {
        -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    35.54% {
        -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    41.04% {
        -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    52.15% {
        -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    63.26% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@keyframes bounce {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    4.7% {
        -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    9.41% {
        -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    14.11% {
        -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    18.72% {
        -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    24.32% {
        -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.93% {
        -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    35.54% {
        -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    41.04% {
        -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    52.15% {
        -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    63.26% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

.animation-bounce, .message-inner, .message.new {
    -webkit-animation: bounce 500ms linear forwards;
    animation: bounce 500ms linear forwards; }

.logo {
    height: 1.9rem;
    width: 100%;
}
.logo img {
    height: 100%;
    width: auto; }

.chat-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 45rem;
    height: calc(100% - 20px);
    margin: 0 0 3rem 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
@media (min-width: 768px) {
    .chat-container {
        height: calc(100% - 7rem);
        margin: 3rem auto; } }

.chat-header {
    border-bottom: 1px solid #dfd3d3;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    display: none;
    padding: 1rem 1rem;
}
@media (min-width: 768px) {
    .chat-header {
        display: block;
    }
}
.chat-inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f8f9fa;
    padding: 1.2em 1em;
    font-size: 13px;
}
@media (min-width: 768px) {
    .chat-inner {
        font-size: 16px;
    }
}

.chat-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    min-height: 30px;
    border-top: 1px solid #cccccc;
    border-radius: 0 0 4px 4px;
    padding-left: 3px; }
.chat-footer .message-input {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    border: 0;
    padding: 0.4em;
    font-size: .8rem;
    height: 100%;
    border-radius: 2px; }
.chat-footer .message-input:hover, .chat-footer .message-input:focus, .chat-footer .message-input:active {
    outline: none; }

@media  (min-width: 768px) {
    .chat-footer {
        min-height: 40px;
    }
}

@media  (min-width: 768px) {
    .chat-footer .message-input {
        padding: 0.7em;
    }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    font-weight: bold;
    font-style: italic;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    font-weight: bold;
    font-style: italic;
}

.message {
    clear: both; }
.message-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 1.3rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
@media (min-width: 768px) {
    .message-inner {
        max-width: 100%; } }
.message-bot {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
.message-bot .message-text {
    background-color: #009662;
    border: 1px solid #018059;
    color: #ffffff;
}
.message-user {
    float: right; }
.message-multiselect {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 85%;}
@media (min-width: 768px) {
    .message-multiselect {
        max-width: 58%; } }
.message-icon {
    display: inline-block;
    min-width: 2.5rem;
    height: 2.5rem;
    background: #ffffff url("./../img/cetelem_bot44.png") center center no-repeat;
    background-size: 85%;
    border-radius: 50%;
    margin-right: 1em;
}
.message-text {
    display: inline-block;
    background-color: #ffffff;
    color: #009662;
    padding: 1em;
    line-height: 1.2;
    border-radius: 4px; }

.multiselect {
    max-width: 41rem; /* ie11 fix */
    border-radius: 4px;
}

.message-multiselect .message-icon{
    margin-bottom: 1rem;
}

.multiselect-header {
    margin-bottom: 0;
    background-color: #009662;
    color: #ffffff;
    border: 1px solid #00774d;
    padding: 0.5rem 1rem;
    border-radius: 4px 4px 0 0;
}

.multiselect-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: list-item;
    list-style-type: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #dfd3d3;
    color: #000;
    border-top: 0;
    padding: 0.6rem 1rem;
    max-width: 100%;
}
.multiselect-item:hover {
    background-color: #f9f9f9;
    text-decoration: none;
    color: #096497; }
.multiselect-item:last-child {
    border-radius: 0 0 4px 4px; }

#categories {
    -ms-overflow-style: none;
    overflow-x: auto;
    padding: 0.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f8f9fa;
}

#categories::-webkit-scrollbar {
    display: none;
}

.selectable-box {
    margin: 0.5rem;
    min-width: fit-content}

.selectable-box::-webkit-scrollbar {
    display: none;
}

.selectable-box-item {
    width: 100%;
    font-size: 1rem;
    border: 1px solid #b6ead2;
    color: #000;
    min-width: 7.5rem;
    padding: 4px;
    cursor: pointer;
    word-break: break-word;
    border-radius: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    background-color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

@media (min-width: 768px) {
    .selectable-box-item {
        justify-content: center;
        padding: 8px 4px;
        text-align: center;
    }
}

.selectable-box-item.active, .selectable-box-item:hover {
    background-color: #b6ead2;
    border: 1px solid #009662;
    text-decoration: none;
    color: #000;
    box-shadow: inset 0px 0px 0px 1px #009662; }
.selectable-box-item-icon {
    height: 1.2rem;
    width: 1.2rem;
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 0.3em;
}

@media (min-width: 768px) {
    .selectable-box-item-icon {
        height: 1.5rem;
        width: 1.5rem;
    }
}

.selectable-box-item-icon img {
    height: 100%;
    width: auto;
    max-width: 100%; }
.selectable-box-item-text {
    max-width: 100%;
    font-size: 0.85em;
    line-height: 1.2;   }
.selectable-box-item-text:hover,
.selectable-box-item-text:focus,
.selectable-box-item-text:visited {
    text-decoration: none;
    color: #000;  }

@media (min-width: 768px) {
    .selectable-box-item-text {
        font-size: 0.7em;
    }
}

.footer {
    position: absolute;
    bottom: -2px;
    width: 100%;
    color: #106798;
    letter-spacing: 0.9px;
    font-size: 9px;
    line-height: 10px;
}

@media (min-width: 768px) {
    .footer {
    font-size: 12px;
        line-height: 16.8px;
    }
}

.footer p {
    margin-bottom: 5px;
    float: left;
}

.loading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    z-index: 5;
    width: 5rem;
    height: 3rem;
    background: rgba(0, 150, 98, 0.5);
    border: 1px solid rgba(0, 150, 98, 0.102);
    border-radius: 4px;
    padding: .5rem;
}

.loading:before, .loading:after {
    animation: loading-dots 1s infinite;
    background: #009662;
    border-radius: 50%;
    display: inline-block;  /* ie11 fix */
    content: "";
    width: 1rem;
    height: 1rem;
}

.loading:after {
    animation-delay: 0.5s;
}

@keyframes loading-dots {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.message .multiselect-header a {
    color: lightgreen;
    text-decoration: underline;
}

.message .question, .message .answer {
    display: block;
    margin-bottom: 20px;
}

.message .margin-top {
    display: block;
    margin-top: 20px;
}

img.emoji {
    width: 20px;
    margin: 0px 5px;
}

img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;  /* IE (non-standard property) */
}

.modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 45rem;
    height: calc(100% - 60px);
    margin: 0 0 3rem 0;
    z-index: 100;
    overflow: hidden;
}

@media (min-width: 768px) {
    .modal {
        height: calc(100% - 11rem);
        margin: 6.95rem auto; }
}

.modal-inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f8f9fa;
    padding: 1.2em 1em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-header {
    margin-bottom: 20px;
}

.modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-close-btn {
    cursor: pointer;
}

.modal-footer {
    margin: auto -1em 0;
}

.txt-feedback {
    padding: 0.5rem 1rem;
    min-height: 20px;
    border: 1px solid #f7f7f7;
}

@media (min-width: 768px) {
    .txt-feedback {
        min-height: 50%; } }

.modal-msg-result {
    display: inline-block;
    width: 350px;
    margin: 18% auto 0;
}

.d-none {
    display: none;
}

.banner_center{
    width:500px;
    margin-left:auto;
    margin-right:auto;
}