html,
body {
	border: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background-image: url(../images/pozadi-tt-tmave.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
	font-family: Helvetica, Arial;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.title-image {
	height: 10%;
    background-color: transparent;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 5px;
	display: block;
}

@media screen and (min-width: 950px){

.feedbot-wrapper {
    left: calc(50% - 450px);
}
	}

.feedb .feedbot-wrapper {
    background-color: transparent; 
    width: 95%;
    max-width: 900px;
    min-width: 300px;
    height: 96%;
    max-height: 98.5%;
    min-height: 500px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	right:  auto !important;
}

.feedb .feedbot-wrapper .feedbot {
    position: relative;
    height: 100%;
}

.feedb .feedbot-logo {
    height: 10%;
    background-color: transparent;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 5px;
}

.feedb .wc-app .wc-chatview-panel {
    top: 20px;
}
