<!--@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700);-->

body{font-family: 'Open Sans', sans-serif !important;
	color:#000;
	word-wrap:break-word;
	background-color:#f7f8fa;
	height:100%;
   width: 100%;

	}

@media(max-width:768px){
.nakinner {background-image: url(../img/bg_new_img.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
   }
   }
   .logo_section {
    padding: 25px 15px;
    text-align: center;
    padding-top: 5px;
}
  
  @media(min-width:768px){
  	.left_side.col-md-6{background-image: url(../img/bg_new_img.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;padding-bottom: 55px;
  }
  } 

.btn-warning
{
    margin: 2%;
}

.slider_below {
    padding: 30px;
    padding-top: 0;
}
.slider_below #slider img {
	border-radius:20px;
}

.slick-arrow:before{content:none !important}
button.slick-arrow{height:auto; width:auto}
button.slick-arrow i.fa {
    font-size: 52px;
    color: #03037c;
}
#slider > .item {display:none}
#slider{    max-width: 480px;
    margin: 0 auto;}
	
#slider .slick-next {
    right: -45px;
}

#slider .slick-prev {
    left: -45px;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}
button.modal_how_use span{position: absolute;
    left: 0;
    width: 100%;
    height: 100%;}
button.modal_how_use {
    right: 20px;
    top: 100px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
       background-color: #fff;
    font-size: 20px;
    color: #666;
    outline: 0;
}



.profil {
    position: relative;
    border-radius: 50%
}

.profil.human {
    float: right;
    margin-left: 5px
}

.profil.agent {
    float: left;
    margin-right: 5px
}

.profil>img {
    width: 26px;
    height: 26px;
    border: 2px solid #e8e8e8
}

.profil>img.agent {
    content: url(http://decodemoji.com/img/logos/blue_moji_hat.svg);
    border-radius: 50%
}



.slide-fade-enter-active {
    transition: all .3s ease
}

.slide-fade-enter, .slide-fade-leave-to {
    opacity: 0;
    transform: translateX(-10px)
}

.dot {
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    display: inline-block;
    background-color: #919292
}

.dot:nth-last-child(1) {
    margin-left: .3rem;
    animation: loading .6s .3s linear infinite
}

.dot:nth-last-child(2) {
    margin-left: .3rem;
    animation: loading .6s .2s linear infinite
}

.dot:nth-last-child(3) {
    animation: loading .6s .1s linear infinite
}

@keyframes loading {
    0%, 50% {
        transform: translate(0, 0);
        background-color: rgba(255, 255, 255, .5)
    }
    25% {
        transform: translate(0, -3px)
    }
    75% {
        transform: translate(0, 3px)
    }
    100% {
        transform: translate(0, 0)
    }
}


.my-container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 20px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 100
}

.loader, .reset {
    position: fixed
}



.header .container {
    justify-content: space-between;
    align-items: center;
    display: flex
}

#myBar {
    width: 30%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
  }
.header h1 {
    text-align: center;
    margin: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #666666
}

.fake {
    pointer-events: none;
    opacity: 0
}

.logo {
    max-width: 60px
}
.modal{scroll-behavior: smooth;}



.input-container {
    max-width: 75%;
    margin-left: auto;
    padding: 20px 13px 13px
}


main{position:relative}
.reset {
    right: 20px;
    top: 20px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    background-color: #fff;
    font-size: 20px;
    color: #666;
    outline: 0
}

::placeholder {
    color: #bed0cc;
    opacity: 1
}

:-ms-input-placeholder {
    color: #bed0cc
}

::-ms-input-placeholder {
    color: #bed0cc
}


body.loading {
    overflow: hidden
}

.loader {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    justify-content: center;
    align-items: center
}

body.loading .loader {
    display: flex
}

.spinner {
    -webkit-animation: rotation 1.35s linear infinite;
    animation: rotation 1.35s linear infinite;
    stroke: #fdb713
}

.left-logo, .right-logo {
    max-width: 100px
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

.circle {
    stroke-dasharray: 180;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: turn 1.35s ease-in-out infinite;
    animation: turn 1.35s ease-in-out infinite
}

@-webkit-keyframes turn {
    0% {
        stroke-dashoffset: 180
    }
    50% {
        stroke-dashoffset: 45;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 180;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes turn {
    0% {
        stroke-dashoffset: 180
    }
    50% {
        stroke-dashoffset: 45;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 180;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

a, body, button, h1, h2, h3, h4, h5, h6, html, input, p, select, span {

    font-style: normal !important;
}

img {
    max-width: 100%
}



.navbar.navbar-expand-lg{background:#fff !important;     position: fixed;
    width: 100%;
    z-index: 99;}

.navbar.navbar-expand-lg a{color:#000;}
.navbar.navbar-expand-lg a:hover{text-decoration:none; color: #666666 !important}

.corona-text{color:#000; text-transform:uppercase; font-weight:600;     font-size: 30px;}
.only-mobile-show{display:none;}
@media(max-width:991px){
.only-mobile-show{display:block}
.only-desktop-show{display:none;}
.navbar-brand img{max-width:220px;}
.corona-text {

    font-size: 20px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #333;
    margin-top: 15px;

}
.navbar-brand{padding-top: 10px;}
}

.text-dises{    font-size: 28px;
    font-weight: 700;
    color: #d69a0a;}

.text-dises.green{color:#30b32d}
.text-dises.yellow{color:#ffdd00}
.text-dises.red{color:#f03e3e}

	.text-respositry{    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;color: #014962;}
	

@media (min-width: 576px){
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
}

ol{     padding-left: 20px;
    font-weight: 700;
    color: #000;}

ol li{margin-bottom:5px;}
	
.btn-warning{    margin: 2%;
    margin-bottom: 20px;
    font-weight: 600;}	

button.close{float: right;
    width: 34px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;}
	

.modal.modal-static .modal-dialog{    -webkit-transform: none;
    transform: none;}
	
.navbar .navbar-brand{color: #666666 !important;
    font-weight: 700;
    font-size: 26px;}
.navbar .navbar-brand span{color: #014962;
    font-size: 18px;
    display: block;
    font-weight: 500;}	
	@media(max-width:991px){
	.footer-non-fixed footer {
    visibility: hidden;
    opacity: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition: .2s all;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
}

.main_container .logo_section img {
       max-width: 220px;
}
	}
	span.edit-icon-round:after {
    content: "\f044";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
    left: 5px;
}
	.edit-icon-round{width: 30px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: -25px;
    height: 30px;
    background: #fff;
    border: 2px solid #a0a0a0;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);}
	.your-chatbot-style li span.edit-icon-round{ cursor:default;   background: #fff !important;color: #666 !important;
    border: 2px solid #a0a0a0 !important;}
	
	.chatbot-style li {border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    color: #fff;
    background-color: #666666;
    padding: 5px 13px;font-weight:600;
    display: inline-block;}
	.your-chatbot-style{    text-align: right;}
	.your-chatbot-style li {border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        color: #666666;
    background-color: white;
    font-weight: 600;
    padding: 5px 13px;
    display: inline-block;}
	
	@media(min-width:768px){.your-chatbot-style li span.edit-icon-round:after{    left: -2px;}}
	
	@media(max-width:767px){
	
	.refresh-cion{    display: flex; margin-left:-25px !important;}
	.refresh-cion i.fa-undo{     line-height: 2.4 !important;
    min-width: 42px;
    height: 42px !important;}
	
	.quickhelp .modal-body{padding:0 30px;}
	.quickhelp .modal-body ul{font-size:16px !important}
	.your-chatbot-style li{text-align:left}
		.navbar .navbar-brand{font-size:21px;}
		.navbar .navbar-brand span{font-size:14px;}
		.left_side.col-md-6 {
            background: #ffffff;
        border-bottom: 2px solid #ccc;
}
/*.nakinner {background:transparent !important}*/

/*body{overflow: hidden;
    height: 100vh;}
.right_side.col-md-6{    overflow-y: auto;
    height: calc(100vh - 101px);}*/
	

footer{position: fixed;
    width: 100%;
    bottom: 0;z-index:9}
.left_side.col-md-6{    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;}
	}
	
	
	.human:before{
	      content: "\f040";
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
position: absolute;
top: 12px;
left: -12px;
font-size: 13px !important;}


	
	
	.section-four{padding: 20px;
    border-top: 1px solid #ddd;
    margin-top: 50px;}
	

.section-four h3 {
    font-size: 20px;
    font-weight: 700;color:#014962 !important;
}
.section-four ul li h4{ font-size: 16px;
    font-weight: 700;color:#014962}
.section-four :not(a) {
color: #000;
    line-height: 1.5;
	}

.section-four h3, .section-four h3~p, .section-four ul li {
    margin-bottom: 20px;
}
.section-four p {
    font-size: 14px;
    font-weight: 300;
}
.section-four ul {
    list-style: none;
}
.right_side,#my-botui-app{/* background-color:#edeef2;*/}
.right_side{background-color: rgba(237, 238, 242, 0.65);}
footer{background: #666;}
.footer_links{ text-align:center;}
.footer_links ul{ padding:0; margin:0;color: #060101;   padding: 15px;
    font-size: 13px;}
.footer_links ul li{display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;color: #fff;
 
	
	}
.footer_links ul li a{ color:#fff;}

.right_side.col-md-6 {
    padding: 0;
}
.logo_section img{max-width:320px;}
@media(min-width:768px){



}
body{position: relative;}
@media only screen and (max-width: 768px) {
.logo_section {
        padding: 5px 0px 5px 0px;
}
.site_title h3{ font-size:16px;}
.reset{top:20px;}
.footer_links ul{ padding:5px;}
}
@media only screen and (max-width: 767px) {
.reset{top:100px;}
button.modal_how_use{top:160px}
}


span.edit-icon {
    width: 30px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: -25px;
    height: 30px;
    background: #fff;
    border: 2px solid #a0a0a0;
    border-radius: 50%;box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}
span.edit-icon:hover{color: #fff;
    background: #aba9a9;}
span.edit-icon:after {
    content: "\f044";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
    left: 5px;
}


@media(max-width:991px){
	.slider_below{display:none}
	#my-botui-app{    height: calc(100vh - 0px) !important;
}
}

.slider_below{position:relative;      margin-top: 25px;
    padding-top: 25px;}
.slider_below > #slider{opacity:0; visibility:hidden}
.slider_below.pre-loaded > #slider{opacity:1; visibility:visible}
.slider-loader{    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
    top: 20%;}
	
.slider_below.pre-loaded .slider-loader{display:none}	



/*.nakinner {
    padding-bottom: 45px;
}*/
footer {
    background: #666;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}


@media(max-width:480px){
.footer_links ul li {
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 9px;
}
.footer_links ul {
    padding: 5px 0;
}
}
