@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500&display=swap');

/*
  primary-color:    #61a4a9
*/

html{
    font-size: 0.7rem;
    letter-spacing: 0.03rem;
}

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (min-width: 576px) {
    html{
        font-size: 1rem !important;
    }
}

@media (max-width: 768px) {
    .small {
        font-size: 110% !important;
    }
}

a, a:hover {
    text-decoration: none;
}

.custom-border-bottom {
    border-bottom: 1px solid #61a4a9;
}

.btn-grey {
    color: #fff;
    background-color: #b3b2b4;
    border-color: #b3b2b4;
}

.btn-grey:hover {
    color: #fff;
    background-color: #777678;
    border-color: #777678;
}

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

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-bg-light {
    background-color: #f6f5f7;
}

.custom-bg-dark {
    background-color: #96a8b4;
}

/* H Elements */

h1 {
    font-size: 3.1rem;
    color: #61a4a9;
    font-weight: 500;
}

h2 {
    font-size: 1.55rem;
    color: #61a4a9;
    font-weight: 500;
}

h3 {
    font-size: 1.19rem;
    color: #61a4a9;
    font-weight: 500;
}

/* H Classes */

.h1 {
    font-size: 3.1rem;
    color: #61a4a9;
    font-weight: 500;
}

.h2 {
    font-size: 1.55rem;
    color: #61a4a9;
    font-weight: 500;
}

.h3 {
    font-size: 1.19rem;
    color: #61a4a9;
    font-weight: 500;
}

.textblock p {
    white-space: pre-wrap;
}

/* ---------------------------------------------------- */
/* ------------------ Header/Navbar ------------------- */
/* ---------------------------------------------------- */

/* Basic Setup */
nav.navbar {
    padding: 10px 15px !important;
    height: 77px;
    border-bottom: 1px solid #61a4a9;
    background-color: #ffffff00;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    top: 25px;
}

@media(min-width:576px) {
    nav.navbar {
        top: 31px;
    }
}

#navbarNav {
    top: 76px;
    padding: 15px;
    right: 0;
    background-color: #ffffff;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    font-size: 1.3rem;
    border-left: 1px solid #61a4a9;
    border-bottom: 1px solid #61a4a9;
}

.sections-body {
    margin-top: 102px;
    scroll-margin-top: 102px;
    scroll-snap-margin-top: 102px;
}

.navbar-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .logo {
    height: 58px;
}
.navbar-brand {
    margin-right: 0;
}

.main-navbar-nav {
    padding: 0;
    margin: 0;
    width: 100%;
}

.navbar-shrink {
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
    background-color: #fff !important;
}

/* Responsive Positions */
@media(min-width: 576px) {
    nav.navbar {
        padding: 15px 20px !important;
        height: 90px;
    }

    #navbarNav {
        top: 89px !important;
    }

    .sections-body {
        margin-top: 121px;
        scroll-margin-top: 121px;
        scroll-snap-margin-top: 121px;
    }
}

@media(min-width: 992px) {
    nav.navbar {
        height: 165px;
    }

    #navbarNav {
        position: inherit !important;
        background-color: inherit !important;
        padding: inherit !important;
        right: inherit !important;
        box-shadow: inherit !important;
        font-size: inherit !important;
        border: none;
    }

    .sections-body {
        margin-top: 196px;
        scroll-margin-top: 196px;
        scroll-snap-margin-top: 196px;
    }
}

@media(min-width: 992px) and (max-width: 1399px) {
    .navbar-div {
        display: block;
        justify-content: unset;
        align-items: unset;
        text-align: center;
    }

    ul.navbar-nav {
        justify-content: center;
    }

    .sections-body.logged-in {
        margin-top: 196px !important;
        scroll-margin-top: 196px;
        scroll-snap-margin-top: 196px;
    }
}

@media(min-width: 1400px) {
    nav.navbar {
        height: 90px;
    }

    .sections-body {
        margin-top: 121px;
        scroll-margin-top: 121px;
        scroll-snap-margin-top: 121px;
    }

    .main-navbar-nav {
        justify-content: flex-end;
        display: flex;
    }

    .lang-nav-item {
        margin-left: 20px;
    }

    .profile-nav-item {
        margin-left: 40px;
    }
}

/* Navbar Burgermenu Logo */
.navbar-light .navbar-toggler .css-navbar-icon {
    border-color: #1A191A;
}

.navbar-light .navbar-toggler .css-navbar-icon::before {
    border-color: #1A191A;
}

.css-navbar-icon {
    position: relative;
    padding-left: 1.25em;
    height: 1rem;
    width: 2.5rem;
    border-top: 0.125rem solid #000;
    border-bottom: 0.125rem solid #000;
    display: inline-block;
}

.css-navbar-icon::before {
    content: "";
    position: absolute;
    left: 0;
    height: 0.32rem;
    width: 2.5rem;
    border-bottom: 0.125rem solid #000;
    box-sizing: unset;
}

/* Link text */
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #61a4a9;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #61a4a980;
}

/* Dropdown */
.dropdown-menu {
    top: 80%;
    font-size: 1.0rem;
}

.dropdown-item {
    color: #61a4a9;
}

.dropdown-toggle:empty::after {
    font-size: 19px;
}

.dropdown-toggle {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #61a4a980;
    background-color: #fff;
}

.pre-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    padding: .3rem 0;
    height: 26px;
}

@media(min-width: 576px) {
    .pre-header {
        height: 32px;
    }
}

.pre-header span, .pre-header a, .pre-header i {
    color: #fff;
}

.pre-header a:hover {
    color: #ddd;
}

/* ---------------------------------------------------- */
/* ---------------------- Footer ---------------------- */
/* ---------------------------------------------------- */

footer {

}

footer .main-content {
    background-color: #006377;
}

footer .main-content h6 {
    color: #7dc0c5;
}

footer .main-content p {
    color: #fff;
}

footer .post-content {
    background-color: #61a4a9;
}

footer .post-content a {
    color: #fff;
}

footer .post-content a:hover {
    color: #ddd;
}

/* ---------------------------------------------------- */
/* -------------------- C010Banner -------------------- */
/* ---------------------------------------------------- */
.banner-content {
    min-height: 280px;
}

@media(min-width: 576px) {
    .banner-content {
        min-height: 350px;
    }
}

/* ---------------------------------------------------- */
/* -------------------- C011Banner -------------------- */
/* ---------------------------------------------------- */
.small-banner-container {
    position: relative;
    max-width: 100%;
    padding: 0;
}

.small-banner-image {
    display: block;
    width: 100%;
}

.small-banner-body {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
} 

.small-banner-body-left {
    text-align: left;
    left: 10px;
}

.small-banner-body-right {
    text-align: right;
    right: 10px;
}

.small-banner-body-middle {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(min-width: 576px) {
    .small-banner-container {
        max-width: 576px;
    }

    .small-banner-body-left {
        left: 28px;
    }

    .small-banner-body-right {
        right: 28px;
    }
}

@media(min-width: 768px) {
    .small-banner-container {
        max-width: 768px;
    }

    .small-banner-body-left {
        left: 34px;
    }

    .small-banner-body-right {
        right: 34px;
    }
}

@media(min-width: 992px) {
    .small-banner-container {
        max-width: 992px;
    }

    .small-banner-body-left {
        left: 25px;
    }

    .small-banner-body-right {
        right: 25px;
    }
}

@media(min-width: 1200px) {
    .small-banner-container {
        max-width: 1200px;
    }
    .small-banner-body-left {
        left: 30px;
    }

    .small-banner-body-right {
        right: 30px;
    }
}

@media(min-width: 1400px) {
    .small-banner-container {
        max-width: 1400px;
    }    
    
    .small-banner-body-left {
        left: 50px;
    }

    .small-banner-body-right {
        right: 50px;
    }
}

/* ---------------------------------------------------- */
/* ---------------- C020HorizontalLine ---------------- */
/* ---------------------------------------------------- */

.horizontal-line {
    height:1px;
    border-width:0;
    color:#3c3c3c;
    background-color:#3c3c3c;
}

/* ---------------------------------------------------- */
/* ------------------ C211ArticleIcon ----------------- */
/* ---------------------------------------------------- */
.article-icon-icon {
    width: 70px;
    float: left;
    margin-top: 7px;
}

.article-icon-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}

/* ---------------------------------------------------- */
/* ---------------- C212ArticlePicture ---------------- */
/* ---------------------------------------------------- */
.article-picture-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-picture-image {
    width: 140px;
    float: left;
    margin-top: 4px;
}

.article-picture-body {
    margin-left: 150px;
}

.article-picture-button {
    margin-top: 1.8777rem;
    margin-left: 150px;
    margin-right: auto;
}

/* ---------------------------------------------------- */
/* ---------------- C220PictureLinkIcon --------------- */
/* ---------------------------------------------------- */
.picture-link-icon-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.picture-link-icon-body {}

.picture-link-icon-anchor {
    display: block;
    position: relative;
}

.picture-link-icon-image {
    display: block;
    width: 100%;
}

.picture-link-icon-iconbody {
    display: flex;
    position: absolute;
    top: calc(calc(100% - 70px)/2);
    left: calc(calc(100% - 70px)/2);
    background-color: #005c83;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
}

.picture-link-icon-icon {
    font-size: 35px;
    color: #ffffff;
    margin: auto;
}

.picture-link-icon-icon.fa-play {
    margin: auto 16px auto 23px;
}

/* ---------------------------------------------------- */
/* ------------------ C420TeamDetails ----------------- */
/* ---------------------------------------------------- */
.team-details-socialmedia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.team-details-socialmedia a, .team-details-socialmedia img{
    display: block;
}

.facebook-link, .twitter-link, .google-plus-link, .instagram-link, .linked-in-link, .xing-link, .youtube-link, .pinterest-link {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff !important;
}

.facebook-link .fa-facebook-f, .twitter-link .fa-twitter, .google-plus-link .fa-google-plus-g, .instagram-link .fa-instagram, .linked-in-link .fa-linkedin-in, .xing-link .fa-xing, .youtube-link .fa-youtube, .pinterest-link .fa-pinterest-p{
    font-size: 1.2rem;
}

.facebook-link {
    background-color: #3a5998;
}
.facebook-link:hover {
    background-color: #3a5998cc;
}

.twitter-link {
    background-color: #1da1f2;
}
.twitter-link:hover {
    background-color: #1da1f2cc;
}

.google-plus-link {
    background-color: #dd4b39;
}
.google-plus-link:hover {
    background-color: #dd4b39cc;
}

.instagram-link {
    background-color: #262626;
}
.instagram-link:hover {
    background-color: #262626cc;
}

.linked-in-link {
    background-color: #0a66c2;
}
.linked-in-link:hover {
    background-color: #0a66c2cc;
}

.xing-link{
    background-color: #006567;
}
.xing-link:hover {
    background-color: #006567cc;
}

.youtube-link {
    background-color: #ff0000;
}
.youtube-link:hover {
    background-color: #ff0000bb;
}

.pinterest-link {
    background-color: #e60023;
}
.pinterest-link:hover {
    background-color: #e60023cc;
}

.sig-image {
    max-height: 60px;
}

/* ---------------------------------------------------- */
/* -------------------- C510Slider -------------------- */
/* ---------------------------------------------------- */
.custom-slider-body {}

.custom-slider-indecators {
    bottom: -45px;
}

.custom-slider-indecators li {
    width: 12px;
    height: 12px;
    border: 1px solid #61a4a9;
    border-radius: 50%;
    opacity: 1;
    transition: unset;
    background-clip: unset;
}

.custom-slider-indecators li.active {
    background-color: #61a4a9;
}

.custom-slider-slidesbody {}

.custom-slider-slide {}

.custom-slider-slidecaption {
    left: unset;
    bottom: unset;
    right: unset;
    top: 0;
    padding: 25px;
    width: 100%;
    text-align: left;
}

.custom-slider-previous {}

.custom-slider-previous-icon {
    display: none;
}

.custom-slider-next {}

.custom-slider-next-icon {
    display: none;
}

/* ---------------------------------------------------- */
/* ------------------- C610Accordion ------------------- */
/* ---------------------------------------------------- */

.accordion {

}

.accordion .accordion-item {
    border: 1px solid #a4a4a4 !important;
}

.accordion .accordion-item button {
    color: #3c3c3c;
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* ------------------- F010MyAgenda ------------------- */
/* ---------------------------------------------------- */
.timeline-bullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    background: #FFF;
}

.timeline-content {
    position: relative;
    margin-left: 35px;
    min-height: 50px;
    margin-bottom: 10px;
}

.timeline-content > a {
    display: table;
}

.timeline-content::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-bullet, .highlighted-plan {
    border-color: #61a4a9;
}

.timeline-content .date {
    padding: 0;
    opacity: .7;
    font-weight: 600;
    color: #717171;
}

.timeline-block::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block {
    position: relative;
    margin: 1em 0;
}

.timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    height: 100%;
    width: 3px;
}

.timeline::before {
    background: #61a4a9;
}

.nav-center ul.nav {
    display: inline-block;
}

.nav-center {
    text-align: center;
}

.nav-center ul.nav li {
    display: inline;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    background-color: #fff;
    color: #606060;
    border: 1px solid #606060;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: .25rem;
}

.nav-pills > li > a.active {
    background-color: #61a4a9;
    color: #fff;
    border-color: #61a4a9;
}

@media(min-width: 768px) {
    .timeline-content {
        margin-left: 60px;
    }
}

@media(min-width: 1170px) {
    .timeline::before {
        left: 50%;
        margin-left: -2px;
    }

    .timeline-block {
        margin: 2em 0;
    }

    .timeline-bullet {
        width: 15px;
        height: 15px;
        left: 50%;
        margin-left: -8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .timeline-content {
        margin-left: 0;
        width: 47.3%;
    }

    .timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: transparent;
        border-left-color: white;
    }

    .timeline .timeline-block:nth-child(2n+1) .timeline-content h3, .timeline .timeline-block:nth-child(2n+1) .timeline-content p {
        text-align: right;
    }

    .timeline .timeline-block:nth-child(2n+1) .timeline-content > a {
        float: right;
    }

    .timeline-content .date {
        position: absolute;
        width: 100%;
        left: 112%;
        top: 0;
        font-size: 14px;
    }

    .timeline-bullet {
        width: 15px;
        height: 15px;
        left: 50%;
        margin-left: -8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .timeline-block:nth-child(2n) .timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: transparent;
        border-right-color: white;
    }

    .timeline-block:nth-child(2n) .timeline-content {
        float: right;
    }

    .timeline-block:nth-child(2n) .timeline-content .date {
        left: auto;
        right: 112%;
        text-align: right;
    }
}

.modal-header, .modal-footer {
    border-width: 1px;
}

/* ---------------------------------------------------- */
/* ---------------- F110UpcomingEvents ---------------- */
/* ---------------------------------------------------- */
.event-spacer {
    padding-top: 2px;
    padding-bottom: 2px;
}

.event-bg-grey {
    background-color: #f6f5f7;
}

.event-bg-blue {
    background-color: #96a8b4;
}

.event-details-btn {
    color: #717171;
    border: 1px solid #717171;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.event-details-btn:hover {
    color: #fff;
    background-color: #717171;
}

.event-buttons {
    display: block;
    margin: auto 0;
}

.express-booking-button .ho-field-group {
    padding: 0;
}

.ho-form.express-booking.event-express-booking {
    width: auto;
    margin-left: 0;
    margin-right: auto;
}

@media(min-width: 992px) {
    .upcoming-events-modal .modal-dialog {
        max-width: 700px;
    }
}

@media(min-width: 1200px) {
    .upcoming-events-modal .modal-dialog {
        max-width: 1000px;
    }
}

.upcoming-events-modal .modal-header {
    position: relative;
    display: block;
}

.upcoming-events-modal .modal-header .modal-title {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.upcoming-events-modal .modal-header .modal-headline {
    margin-bottom: 0.5rem;
}

.upcoming-events-modal .modal-header .modal-subline {
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.upcoming-events-modal .modal-header .modal-datetime {
    width: 100%;
    text-align: center;
}

.upcoming-events-modal .modal-header .modal-datetime-date {

}

.upcoming-events-modal .modal-header .modal-datetime-time {

}

.upcoming-events-modal .modal-header button.close {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.upcoming-events-modal .modal-content {
    min-height: 750px;
}

.upcoming-events-modal .modal-footer {
    border: none;
}

.modal-content .modal-attachment {
    width: 80%;
    margin-bottom: 1rem;
}

.modal-content .modal-attachment.round-image {
    border-radius: 50%;
}

@media(min-width: 992px) {
    .upcoming-events-modal .modal-header {
        display: flex;
    }

    .upcoming-events-modal .modal-header .modal-title {
        text-align: left;
        flex: 0 0 70%;
        padding-left: 0;
        padding-right: 0;
    }

    .upcoming-events-modal .modal-header .modal-datetime {
        text-align: right;
        flex: 0 0 30%;
        padding-left: 10px;
        padding-right: 25px;
        padding-bottom: 0.5rem;
        align-self: end;
    }
}


/* ---------------------------------------------------- */
/* --------------- F210UpcomingMeetings --------------- */
/* ---------------------------------------------------- */
.meeting-express-booking button {
    width: 120px;
    margin-top: 0 !important;
}

.meeting-preview-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.meeting-preview-box > div {
    border: 1px solid #a4a4a4;
    border-radius: 3%;
    height: 260px;
}

@media(min-width: 576px) {
    .meeting-preview-box-headlines {
        min-height: 102px;
    }

    .meeting-preview-box > div {
        height: 300px;
    }
}

@media(min-width: 768px) {
    .meeting-preview-box-headlines {
        min-height: 76px;
    }

    .meeting-preview-box > div {
        height: 280px;
    }
}

@media(min-width: 992px) {
    .meeting-preview-box-headlines {
        min-height: 125px;
    }

    .meeting-preview-box > div {
        height: 320px;
    }
}

@media(min-width: 1200px) {
    .meeting-preview-box-headlines {
        min-height: 76px;
    }

    .meeting-preview-box > div {
        height: 280px;
    }
}

.meeting-details-box {
    padding: 0 10px;
    width: 100%;
}

.meeting-details-box > div {
    border: 1px solid #a4a4a4;
    border-radius: 3%;
    height: auto;
    width: auto;
}

img.meeting {
    border: 1px solid #a4a4a4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.meeting-description {
    overflow: scroll;
    height: 180px;
}

.meeting-slots {
    overflow: scroll;
    height: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.meeting-row {
    width: 100%;
    height: auto;
}


@media(min-width: 992px) {
    .meeting-details-box {
        padding: 0;
        width: auto;
    }

    .meeting-details-box > div {
        height: 530px;
        width: 49.2%;
        position: absolute;
        margin: 15px 15px 0px 10px;
    }

    .meeting-row {
        width: 50%;
    }

    .special-meeting-row.special-margin {
        margin-left: 50%;
    }
}

.meeting-details-box.show {
    display: block !important;
}

.meeting-details-box.hidden {
    display: none !important;
}


.meeting-preview-box.active > div {
    color: #fff;
    background-color: #61a4a9;
}

.meeting-preview-box.active .btn {
    color: #3c3c3c;
    background-color: #fff;
    border-color: #3c3c3c;
}

.meeting-preview-box.active .btn:hover {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

.meeting-already-booked {
    font-size: 0;
}

.meeting-already-booked br {
    display: none;
}

.meeting-already-booked button {
    float: left;
    margin-top: 0 !important;
}


/* ---------------------------------------------------- */
/* ------------------ F310LivePlayer ------------------ */
/* ---------------- F311LivePlayerChat ---------------- */
/* --------------- F312LivePlayerAgenda --------------- */
/* ------------- F313LivePlayerChatAgenda ------------- */
/* ---------------------------------------------------- */
li.js-event-list-item {
    cursor: pointer;
}

li.js-event-list-item {
    display: none;
}

li.js-event-list-item.booked {
    display: block !important;
}

li.js-event-list-item.booked.odd {
    background: #F5F5F5;
}

li.js-event-list-item.booked.even {
    background: #E6E6E6;
}

li.js-event-list-item.currently-running {
    color: #fff;
    background-color: #000 !important;
}

li.js-event-list-item:hover {
    background-color: #61a4a9 !important;
    color: #fff;
}

div#chat-element.guest-chat #chat-body, div#chat-element.mod-chat #chat-body {
    height: 250px;
}

@media(min-width: 768px) {
    ul#event-list {
        max-height: 64.5vh;
        overflow: auto;
    }

    div#chat-element.guest-chat #chat-body {
        height: 300px;
    }

    div#chat-element.mod-chat #chat-body {
        height: 800px;
    }
}

div#chat-element .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-color: #fff;
}

div#chat-element .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

div#chat-element .col-12, div#chat-element .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.chat-input {
    display: inline-block;
    -webkit-appearance: none;
    background: #fcfcfc;
    padding: 0.46428571em;
    border: 1px solid #bbb;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    width: 70%;
    flex: 0 0 70%;
}

div#chat-element .chat.chat-container .row{
    margin-left: 0;
    margin-right: 0;
}