

* {
    margin: 0;
    padding: 0;
}

body {
    color: #666;

}

body {
  background-image: url(3QknA.jpg);
  background-attachment: fixed;
  background-size: 100% 100%;
  background-color: transparent;
  color: white;
  font-family: "Comic Sans","Comic Sans MS",sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 22px;
}

a {
    color: #09F;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

li {
    margin-bottom: 5px;
    list-style-type: none;
}

li:last-child {
    margin-bottom: 0;
}

form[name='login'] input, form[name='register'] input {
    display: block;
    margin-bottom: 10px;
    background-color: #F3F3F3;
}

form[name='login'] input:last-child, form[name='register'] input:last-child {
    margin-bottom: 0;
}

input {
    width: 100%;
    padding: 5px;
    color: #666;
    border: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

form[name='login'] input, form[name='register'] input {
    padding: 10px 10px;
}

form[name='login'] input[type='submit'], form[name='register'] input[type='submit'] {
    padding: 15px 10px;
    background-color: #3BF;
    color: #FFF;
    text-transform: uppercase;
}

.black,
#faq li:nth-child(odd) {
    color: #000;
}

.box {
    margin-bottom: 10px;
    padding: 10px;
    background:#F7BDFF;
}
br{
   color:#F7BDFF;
}
.box:last-child {
    margin-bottom: 0;
}
.container {
    margin-bottom: 10px;
    background:#F7BDFF;
}
.title {
    margin-bottom: 15px;
    color: #06F;
    font-weight: 600;
    text-align: center;
}
.brand{
    text-align: center;
}
.hidden {
    display: none;
}

.sidebar-box {
    color: #FFF;
}

.sidebar-box li {
    margin: 0 10px 5px 0;
}

.sidebar-box li:last-child {
    margin-bottom: 0;
}

.sidebar-box input {
    width: 100%;
    background-color: #FFF;
}

.code {
    padding: 2px;
    background-color: #777;
}

.tc {
    margin-bottom: 15px;
}

.tc:last-child {
    margin-bottom: 0;
}

.tc li {
    margin: 0 0 5px 30px;
    list-style-type: square;
}

.tc li:last-child {
    margin-bottom: 0;
}

.user-image-box {
    display: inline-block;
    margin: 0 5px 15px;
    background:#F7BDFF;
}

.user-image {
    border: #F3F3F3 solid 5px;
        
}

.image-actions {
    text-align: left;
}

.delete, #report a {
    color: #F33;
}
.jumbotron-subhead{
    text-align: center;
}

.chat-container {
    width: 400px;
    height: 600px;
    background-color: #BAFFBF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.chat-header {
    background-color: #007bff;
    color: white;
    padding: 15px;

    text-align: center;
}

.chat-box {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background-color: #CFFFD3;
}

.chat-box .message {
    margin: 10px 0;
    padding: 10px;

}

.chat-box .user {
    background-color: #03FFF7;
    color: white;
    text-align: right;
}

.chat-box .bot {
    background-color: #AE40B8;
    text-align: left;
}

.chat-input {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.chat-input input {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;

}

.chat-input button {
    padding: 10px 15px;
    margin-left: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.chat-input button:hover {
    background-color: #0056b3;
}
.top top{
    background-color: transparent;
}
#header {
    padding: 0px 0px;
    background-color: #222;
    color: #FFF;
    text-transform: uppercase;
}

#navbar {
    float: left;
    color: #FFF;
}
p{ background:#12FFBC;  } 
#box{
    background-color: #12FFBC;
}
#navbar li {
    display: inline-block;
    border-left: #444 solid 1px;
    background-color: #12FFBC;
}

#navbar li:last-child {
    border-right: #444 solid 1px;
}
#overview{
    background-color: #12FFBC;
}
#navbar li a {
    display: inline-block;
    padding: 20px 204px;
    background-color: #12FFBC;
}

#navbar li a:hover {
    background-color: #111;
    color: #FFF;
}

#logo {
    padding: 0px 0;
}
#thing{
    padding: 0px 680px;
    background-color:transparent;
    background-image: url(images/3QknA.jpg);
}
#main {
    margin: 10px 10px 0;
    background-color: #12FFBC;
}

#select-image {
    padding: 30px 10px;
    background-color: #3C4;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#select-image:hover {
    background-color: #7AF;
}

#cancel-image {
    margin-bottom: 10px;
    color: #F33;
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
}

#cancel-image span {
    cursor: pointer;
}

#download-url {
    width: 250px;
    float: right;
    padding: 0;
}

#download-url input {
    padding: 15px 10px;
    background-color: #9A6;
    color: #FFF;
    text-transform: uppercase;
}

#download-url input:hover {
    background-color: #796;
    cursor: pointer;
}

#select-url {
    margin-right: 250px;
    padding: 0;
    cursor: text;
}

#select-url-input {
    padding: 15px 10px;
}

#allowed-ext {
    text-transform: uppercase;
}

#sidebar {
    float: right;
    width: 800px;
}

#links {
    background-color: #3BF;
}

#info {
    margin-bottom: 10px;
    background-color: #111;
}

#report {
    text-align: center;
}

#report a {
    font-size: 0.75em;
    font-weight: bold;
}

#image {
    margin: 0 280px 20px 0;
    text-align: center;
}

#image img {
    max-width: 100%;
}

#user-images {
    text-align: center;
    background:#F7BDFF;
}

#faq li:nth-child(even) {
    margin-bottom: 10px;
}

#faq li:last-child {
    margin-bottom: 0;
}

#footer {
    clear: both;
    margin: 10px 20px 0;
    color: #DDD;
    text-align: center;
    background: #12FFBC;
}

#footer a {
    margin: 0 10px;
    color: #999;
    background-color: #12FFBC;
}

#ban {
    color: #F33;
}

#pagination {
    margin-bottom: 10px;
    text-align: center;
    word-spacing: 10px;
}
