/* Minification failed. Returning unminified contents.
(1276,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(1286,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
 */
@media only screen and (min-width: 1024px) {
    .small-scrollbar-cfoapp::-webkit-scrollbar {
        width: 10px;
    }

    .small-scrollbar-cfoapp::-webkit-scrollbar-track {
        background-color: hsla(0, 0%, 100%, 1);
    }

    .small-scrollbar-cfoapp::-webkit-scrollbar-thumb {
        background-color: #4a4d4e;
    }
}

@media only screen and (max-device-width: 768px) {

    .small-scrollbar::-webkit-scrollbar {
        width: auto;
    }
}

.categories-container {
    margin: 0 auto;
    text-align: center;
}

.modal-mlg {
    max-width: 1100px;
}

.navbar-dark {
    background-color: hsla(206, 50%, 7%, 1) !important;
}

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, .7);
    }

        .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
            color: rgba(255, 255, 255, 1);
        }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.card-container {
    margin-top: 15px;
}

    .card-container:hover {
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }


.cst-h3 {
    font-size: 2.5rem;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 6px Rgba(0, 0, 0, 0.9);
}

.sub-articles {
}

.read-more {
}

.article-contact-form {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}

.articles-container {
    margin: 0 auto;
}

.footer-quote {
    display: block;
    font-size: 80%;
    color: #868e96;
}

.text-content {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.article-row {
    margin-top: 15px;
}

.lawsTable {
    margin: 0 0 20px 0px;
}

.law-item-details {
    font-size: 13px;
    font-style: italic;
}

.social-share-links {
    padding: 20px;
    display: inline-flex;
}

.social-link {
    margin-right: 15px;
    color: #4c8b96 !important;
}

.cfo-cst.btn {
    color: #FFFFFF;
    background-color: #0085c3;
    border-radius: 3px;
}

    .cfo-cst.btn:hover,
    .cfo-cst.btn:focus,
    .cfo-cst.btn:active,
    .cfo-cst.btn.active {
        color: #FFFFFF;
        background-color: hsla(199, 100%, 50%, 1);
    }

.cfoapp-background-img {
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
    background-size: cover !important;
    background-position: center center !important;
    position: fixed;
}

.cfoapp-background {
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
    background-color: rgba(185, 205, 214, 0.46);
    position: absolute;
}

.card-category {
    margin: 0 auto;
    min-height: 13rem;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 14px Rgba(0, 0, 0, 0.4);
}

    .card-category .card-header {
        background-color: inherit;
        border: 0;
    }

    .card-category .card-footer {
        background-color: inherit;
        border: 0;
    }

.card-category-title {
    text-transform: uppercase;
}

.card-article {
    background: white;
}

/*.card-article a {
        color: #303c47;
    }*/

.card-article-header {
    background: rgba(0, 0, 0, 0);
}

.card-article-title {
    font-weight: bold;
    color: #303c47;
}

    .card-article-title h4 {
        font-size: 1.75em;
    }

.card-subarticle-title h4 {
    font-size: 1.75em;
    font-weight: 400;
    color: #303c47;
}

.card-article-text {
    font-size: 1.15rem;
    color: black;
}

    .card-article-text h1 {
        font-size: 1.5em;
        font-weight: 300;
        margin-top: 0.5em;
        margin-bottom: 0;
    }

    .card-article-text h2 {
        font-size: 1.25em;
        font-weight: 400;
        color: #333;
        margin-top: 0.5em;
        margin-bottom: 0;
    }

    .card-article-text h3 {
        font-size: 1.15em;
        font-weight: 300;
        color: black;
        margin-top: 0.5em;
        margin-bottom: 0;
    }

.card-article-lawitems-title {
    color: #303c47;
    border-bottom: 1px solid lightgray;
}

.card-text {
    /*  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.card {
    border: 0;
}

.card-body-mask {
    width: calc(100% - 2.5em);
    height: calc(100% - 2.5em);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: absolute;
}

.card-body-white {
    background: white;
}

.body-aligned-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body h5 {
    color: #303c47;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0.5);
    min-height: 48px;
}

    .breadcrumb .breadcrumb-item a {
        color: white;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #c8cdd2 !important;
    content: "-";
}

.breadcrumb-small {
    background: transparent;
    padding: 0;
    min-height: inherit;
    margin-bottom: 0.5em;
    border-radius: 0;
    border-bottom: 1px solid lightblue;
}

    .breadcrumb-small .breadcrumb-item a {
        color: black;
    }

a, a:hover {
    text-decoration: none;
    cursor: pointer;
}

a {
    color: #069;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

.breadcrumb > .active {
    cursor: default;
}

    .breadcrumb > .active > a {
        cursor: pointer;
    }

        .breadcrumb > .active > a:hover {
            text-decoration: none;
        }

.breadcrumb-item.active {
    text-decoration: none;
    color: white;
}

.breadcrumb > li > a {
    font-weight: 400;
}


.iframe-content {
    padding: 10px;
    height: 600px;
}

.iframe-mobilpay {
    width: 100%;
    height: 100%;
}

iframe {
    border: none !important;
}

@media (max-width: 576px) {
    .home .home-body h1 {
        font-size: 1.75em !important;
    }

    .home .home-body h2 {
        font-size: 1.5em !important;
    }

    .home .home-body h3 {
        font-size: 1.5em !important;
    }

    .home-button {
        width: 15em;
    }

    .home-inner h6 {
        font-size: 0.6em !important;
    }

    .home-inner h5 {
        font-size: 0.8em !important;
    }

    .home-inner h4 {
        font-size: 1em !important;
    }

    .home-inner h1 {
        font-size: 1.75em !important;
    }

    .home-inner h2 {
        font-size: 1.5em !important;
    }

    .cst-h3 {
        font-size: 1.25rem;
    }

    .card-category {
        min-height: 6em;
    }

    .card-body h5 {
        font-size: 1em;
    }

    .card-article-title h4 {
        font-size: 1.25em;
    }

    .card-subarticle-title h4 {
        font-size: 1.25em;
    }

    .card-article-text {
        font-size: 1.0rem;
    }

        .card-article-text h2 {
            font-size: 1.15em;
        }

    .lawsTable a {
        font-size: 0.9em;
    }
}

@media (min-width: 576px) {
    .home .home-body h1 {
        font-size: 2em !important;
    }

    .home .home-body h2 {
        font-size: 1.75em !important;
    }

    .home .home-body h3 {
        font-size: 1.75em !important;
    }

    .home-button {
        width: 15em;
        font-size: 1em;
    }

    .home-inner h6 {
        font-size: 0.8em !important;
    }

    .home-inner h5 {
        font-size: 1em !important;
    }

    .home-inner h4 {
        font-size: 1.25em !important;
    }

    .home-inner h1 {
        font-size: 2em !important;
    }

    .home-inner h2 {
        font-size: 1.75em !important;
    }

    .cst-h3 {
        font-size: 1.5rem;
    }

    .card-category {
        min-height: 8em;
    }

    .card-body h5 {
        font-size: 1em;
    }
}

@media (min-width: 768px) {
    .home .home-body h1 {
        font-size: 3em !important;
    }

    .home .home-body h2 {
        font-size: 2.5em !important;
    }

    .home .home-body h3 {
        font-size: 2em !important;
    }

    .home-button {
        width: 15em;
        font-size: 1.25em;
    }

    .cst-h3 {
        font-size: 1.75rem;
    }

    .card-category {
        min-height: 10em;
    }

    .card-body h5 {
        font-size: 1.25em;
    }
}

@media (min-width: 992px) {
    .home .home-body h1 {
        font-size: 3.5em !important;
    }

    .home .home-body h2 {
        font-size: 2.75em !important;
    }

    .home .home-body h3 {
        font-size: 2.25em !important;
    }

    .home-button {
        width: 15em;
        font-size: 1.25em;
    }

    .cst-h3 {
        font-size: 2rem;
    }

    .card-category {
        min-height: 11em;
    }

    .card-body h5 {
        font-size: 1.5em;
    }
}

@media (min-width: 1200px) {
    .home .home-body h1 {
        font-size: 4vw !important;
    }

    .home .home-body h2 {
        font-size: 3vw !important;
    }

    .home .home-body h3 {
        font-size: 2.5vw !important;
    }

    .home-button {
        width: 13em;
        font-size: 1.5em;
    }

    .home-inner h6 {
        font-size: 1em !important;
    }

    .home-inner h5 {
        font-size: 1.25em !important;
    }

    .home-inner h4 {
        font-size: 1.5em !important;
    }

    .home-inner h1 {
        font-size: 2.5em !important;
    }

    .home-inner h2 {
        font-size: 2em !important;
    }

    .cst-h3 {
        font-size: 2.5rem;
    }

    .card-category {
        min-height: 13em;
    }
}

.home-button {
    background-color: Rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px Rgba(0, 0, 0, 0.8);
}

.home {
    background-size: cover !important;
    color: #fff;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    height: 105%;
    position: relative;
    overflow: hidden;
}

    .home .overlay {
        width: 100%;
        height: 105%;
        position: absolute;
        background-color: rgba(48, 63, 70, 0.5);
    }

    .home .home-body h1 {
        text-shadow: 3px 3px 20px Rgba(0, 0, 0, 1);
        color: white;
        text-align: center;
    }

    .home .home-body h2 {
        text-shadow: 3px 3px 20px Rgba(0, 0, 0, 1);
        color: white;
        text-align: center;
        font-size: 3em;
        line-height: 0.8em;
    }

    .home .home-body h3 {
        text-shadow: 3px 3px 20px Rgba(0, 0, 0, 1);
        color: white;
        text-align: center;
    }

    .home .home-body h5 {
        text-shadow: 3px 3px 20px Rgba(0, 0, 0, 1);
        color: white;
        text-align: center;
    }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    background-color: burlywood;
}

.btn-lg {
    width: 80%;
    background-color: Rgba(0,0,0,0.6);
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.56), 0 1px 17px 0 rgba(0,0,0,.52);
}

h3 {
    font-size: 1.75rem;
}

h2 {
    line-height: 35px;
    font-weight: 600;
    /* margin: 0; */
    color: #555;
}

#services, #team {
    height: 100%;
}

.home-inner {
    padding: 8vh 0;
    background-color: #dbe3e6;
}


#about, #works, #testimonials {
}

.btn-outline-light:hover {
    color: #000;
}

.carousel-control-next, .carousel-control-prev {
    width: auto !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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")
}

.search-container .dropdown-menu {
    padding: 0.25em;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

    .search-container .dropdown-menu .active {
        background-color: lightblue;
    }

.search-container {
}

.search-input {
    color: whitesmoke;
    background: rgba(0, 0, 0, 0.5);
    padding: 14px;
    border: none;
}

    .search-input:focus {
        background: rgba(0, 0, 0, 0.6);
        color: whitesmoke;
    }

    .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: whitesmoke;
    }

    .search-input::-moz-placeholder { /* Firefox 19+ */
        color: whitesmoke;
    }

    .search-input:-ms-input-placeholder { /* IE 10+ */
        color: whitesmoke;
    }

    .search-input:-moz-placeholder { /* Firefox 18- */
        color: whitesmoke;
    }

.form-box {
    box-shadow: 0 0 12px rgba(0,0,0,0.5);
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 0 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.54);
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 80%;
    padding-top: 25px;
}

    .form-top-left h3 {
        margin-top: 0;
        color: #fff;
    }

    .form-top-left h5 {
        color: #aaa;
    }

    .form-top-left p {
        opacity: 0.8;
        color: #fff;
    }

.form-top-right {
    float: left;
    width: 20%;
    padding-top: 5px;
    font-size: 52px;
    color: #fff;
    text-align: right;
    opacity: 0.3;
}

.form-bottom {
    padding: 25px 25px 25px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.4);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}


/*.form-bottom form input.btn {
    width: 100%;
}*/

.unauthorized-icon {
    text-align: center;
}

    .unauthorized-icon span {
        font-size: 100px;
        color: whitesmoke;
    }

.unauthorized-message {
    font-size: 20px;
    text-align: center;
    color: whitesmoke;
    padding-top: 10px;
    padding-bottom: 20px;
}

.chat-flow-container {
    height: calc(100vh - 2rem - 56px);
    height: calc(var(--vh, 1vh) * 100 - 2rem - 56px);
    border-radius: 8px;
    border: 2px solid grey;
    overflow: hidden;
}

.chat-flow-container-background {
    background-color: #fffff8;
    width: calc(100% - 30px - 4px);
    height: calc(100vh - 2rem - 4px - 56px);
    height: calc(var(--vh, 1vh) * 100 - 2rem - 4px - 56px);
    border-radius: 6px;
    opacity: 0.6;
    position: absolute;
    pointer-events: none;
}

.chat-flow-surface {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .chat-flow-surface .close-button {
        color: #949494;
        position: absolute;
        top: 24px;
        right: 24px;
        width: 25px;
        height: 25px;
        border: 2px solid #a7a7a7;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.8);
        line-height: 21px;
        cursor: pointer;
        z-index: 1000;
        text-align: center;
    }

        .chat-flow-surface .close-button:hover {
            background-color: rgba(255, 255, 255, 1);
        }

    .chat-flow-surface .interaction {
        background-color: white;
        color: darkslategrey;
        border: 1px solid gray;
        border-radius: 10px 10px 10px 0;
        font-weight: 400;
        padding: 2px 6px;
        opacity: 0.9;
    }

    .chat-flow-surface .interaction-option {
        background-color: #ebfaff;
        color: darkslategrey;
        border: 2px solid steelblue;
        border-radius: 8px;
        font-weight: 400;
        padding: 2px 6px;
        cursor: pointer;
        opacity: 0.8;
        box-shadow: 0 0 0.2em rgba(0,0,0,.3) !important;
    }

    .chat-flow-surface .interaction-option-prev {
        background-color: white;
        border-color: gray;
        color: #6c757d !important;
    }

    .chat-flow-surface .interaction-option:hover {
        opacity: 1;
        background-color: white;
    }

