body {
    height: 100vh;
}
.btn {
    display: block;
    padding: 5px;
    border-radius: 27px;
    margin: 5px;
    min-width: 100px;
    background-color: #b72686;
    cursor: pointer;
    color: #fff;
    text-align: center;
}
.flag {
    max-width: 18px;
    top: 3px;
    position: relative;
}
.msg {
    background: #f5f5f5 !important;
}
.msg  div {
    white-space: pre-wrap;
}
.visitor .msg {
    background: #13b3e6 !important;
    color:#fff !important;
}

.visitor .msg .time {
    color:#fff !important;
}

#userText {
    display: none !important;
}

.bottomNavBar {
    background: #fff;
    height: 60px;
}

.bottomNavBar a {
    max-width: 40%;
    width: 40%;
    float:left;
    display: block;
    height: 100%;
    text-align: center;
    line-height: 60px;
    color: grey;
    text-decoration: none;
    box-shadow: inset 0px 0px 4px rgba(0,0,0,0.1);
}

.bottomNavBar a:first-child {
    max-width: calc(40% - 1px);
    width: 40%;
    border-right: 1px solid #ccc;
}

.bottomNavBar .selectLanguage {
    float: left;
    max-width: 20%;
    height: 100%;
}



.bottomNavBar a:hover {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
}

.bottomNavBar a img {
    max-width: 17px;
    /* line-height: 63px; */
    position: relative;
    top: 3px;
    left: -5px;
}
#botmanChatRoot {
}

.botMessageRoot {
    display: none;
    background: #fff;
    margin: 20px;
    padding: 20px;
    border-radius: 14px;
}
.botMessageRoot h2 {
    font-size: 18px;
    font-family: arial;
}
.botMessageRoot h3 {
    font-size: 15px;
    font-family: arial;
    font-weight: 500;
}

h1 {
    font-size: 21px;
    text-align: center;
}

.topTitle {
    padding-left: 51px !important;
    background-image: url(https://chat.deutsch-kurs-koeln.de/img/avatar.png);
    background-size: 39px;
    background-repeat: no-repeat;
    background-position: 1px -1px;
}

form {
    overflow: hidden;
}

form input {
    width: 100%;
    padding: 0;
    height: 43px;
    margin-bottom: 10px;
    border: 0px;
    border-bottom: 2px solid #ccc;
    font-size: 15px;
    text-indent: 5px;
}

form textarea {
    width: 100%;
    padding: 0;
    height: 73px;
    margin-bottom: 10px;
    border: 0px;
    border-bottom: 2px solid #ccc;
    font-size: 15px;
    text-indent: 5px;
    resize:none;
}
form button {
    background: grey;
    border: 0px;
    border-radius: 6px;
    padding: 5px;
    width: 100%;
    height: 46px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
}
.sentok {
    text-align: center;
}
div.loading-dots .dot {
    background: #000;
}
.imageFlage {
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.imageFlage img {
    width: 37px;
    position: relative;
    top: 10px;
    right: -16px;
}
.selectFlags img {
    max-width: 20px;
    top: 4px;
    left: 0px;
}
.selectFlags {
    display: none;
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 129px;
    height: 309px;
    background: #fff;
    z-index: 11;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.flag_p {
    padding-top: 10px;
    padding-left: 14px;
    padding-bottom: 5px;
}

#botmanWidgetRoot>div svg {
    margin: auto 15px !important;
    height: 100% !important;
}

.visible {
    display: block;
}



#popup__toggle {
    bottom: 3%;
    right: 3%;
    position: fixed;
    z-index: 9999;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #99D21B;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}


@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0deg) scale(0.6) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(0.8) skew(1deg);
        opacity: .1;
    }
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #C5F955;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.6) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(0.8) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.6) skew(1deg);
        opacity: .2;
    }
}

.img-circle-new {
    bottom: 16px;
    right: 55px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    width: 65px;
}


