:root {
    --color1: #019245;
    --color2: #fdb100;
    --color3: #019494;
}

* {
    font-family: "Muli", sans-serif;
}

.everything {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

body {
    background: url(bg3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

strong {
    color: var(--color2);
}

.content-wrapper {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.content-wrapper-right {
    max-height: 90%;
    visibility: hidden;
    width: 25%;
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 18px;
    overflow: auto;
}

.content-header {
    cursor: pointer;
}

.content-wrapper-right-content {
    background-image: linear-gradient(to bottom right,#1f1f1f, rgb(12, 12, 12));
    text-align: center;
    color: white;
    opacity: 0.97;
    margin: auto;
    padding: 5px;
    padding-bottom: 5px;
    border: 3px solid black;
    border-top: 5px solid var(--color1);
}

.Person {
    border: 3px outset var(--color1);
    margin-left: auto;
    background-color: #444;
    padding-left: 20px !important;
}

.Bot {
    border: 3px ridge var(--color3);
    margin: 0px;
    font-size: 18px;
    background-color: #222;
    padding-left: 20px !important;
}

.Message {
    color: white;
    border-right: 0px;
    border-left: 0px;
    width: 60%;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    margin-top: 10px;
    text-align: left;
}

.Bot:hover {
    background-color: #1e1e1e;
}

.Person:hover {
    background-color: #333;
}

.MessageTicket {
    border: 2px solid black;
    border-right: 0px;
    border-left: 0px;
    width: 800px;
    margin: 0px;
    background-color: var(--color2);;
    color: white;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

.MessageWarning {
    border: 3px solid var(--color2);
    border-right: 0px;
    border-left: 0px;
    margin: 0px;
    width: 60%;
    font-size: 18px;
    background-color: #222;
    color: white;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    margin-top: 10px;
}

.Chat {
    max-width: 1200px;
    background-image: linear-gradient(to bottom right,#0D191E, black);
    text-align: center;
    color: white;
    opacity: 0.97;
    margin: auto;
    padding: 5px;
    border: 3px solid black;
    border-bottom: 0;
    border-top: 5px solid var(--color1);
}

.disclaimer {
    max-width: 1200px;
    color: white;
    margin: auto;
    border: 1px solid black;
    border-left: 3px solid black;
    border-right: 3px solid black;
    opacity: 0.97;
    padding: 5px;
    padding-bottom: 25px;
    padding-top: 25px;
    background-color: #111;
}

.tools {
    max-width: 1200px;
    background-color: #1b1b1b;
    border: 3px solid black;
    border-top: 1px solid var(--color3);;
    text-align: center;
    color: white;
    margin: auto;
    opacity: 0.98;
    padding: 5px;
    padding-bottom: 0;
    margin: auto;
    position: sticky;
    bottom: 0;
    margin-bottom: 0;
}

.link {
    color: var(--color2);
    font-weight: bold;
}

.cmd {
    border: 2px solid var(--color3);
    background-color: #111;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.cmd:hover {
    color: var(--color2);
}

.question-icon {
    font-size: 50px;
    vertical-align: middle;
    margin-right: 10px;
}

.input {
    background-color: #111;
    border: 1px solid black;
    border-bottom: 3px solid var(--color2);;
    font-size: 20px;
    color: white;
    width: 400px;
    height: 40px;
    padding: 5px;
}

.input:hover {
    background-color: #0b0b0b;
}

.input:focus {
    background-color: #0b0b0b;
}

.smallInput {
    background-color: #111;
    border: 1px solid black;
    border-bottom: 3px solid var(--color2);;
    font-size: 13px;
    color: white;
    width: 200px;
    height: 30px;
    padding: 5px;
    margin: 5px 5px 0px 0px;
}

h2 {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    color: white;
    display: inline-block;
    margin-top: 30px;
}

span {
    margin-top: auto;
    margin-bottom: auto;
}

.button {
    background-color: #151515;
    color: var(--color1);;
    margin: 10px;
    border: 3px outset #22333b;
    border-bottom: 4px outset #22333b;
    border-radius: 2px;
    font-size: 22px;
    cursor: pointer;
    padding: 8px;
}

.button:hover {
    color: var(--color2);
}

.button:active {
    color: var(--color2);
    transform: translateY(2px);
}

.small {
    padding: 5px;
}

.Name {
    text-align: left !important;
}

img {
    width: 70%;
    border: 2px solid black;
}

.tag {
    color: #2a47ae;
}

.search {
    border-top: 1px solid white;
    border-radius: 10px;
    margin: 0px;
    padding: 2px;
    text-align: center;
}

.select {
    border: 2px solid #22333b;
    background-color: #151515;
    color: white;
    position: absolute;
    display: inline-block;
    right: 5px;
    font-size: 16px;
    margin-top: 10px;
}

.select:hover {
    background-color: #0b0b0b;
}

.credit {
    max-width: 1200px;
    border: 2px solid rgb(2, 2, 2);
    border-bottom: 0;
    padding-top: 5px;
    padding-bottom: 3px;
    display: block;
    border-radius: 0 0 3px 3px;
    width: 50%;
    text-align: center;
    color: white;
    background-color: #111;
}

.credit a:hover {
    color: var(--color2);
}

hr {
    margin-bottom: 0;
}

.credit:hover {
    background-color: #222
}

.boldlink {
    font-weight: bold;
    color: white;
}

.suggestion {
    cursor: pointer;
    border: 2px solid #000;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 95%;
    background-image: linear-gradient(to bottom right,#0D191E, #111);
    border-radius: 2px;
    display: inline-block;
    margin-top: 2px;
    padding: 3px;
    font-size: 20px;
    color: white;
}

.suggestion:hover {
    color: var(--color2);
    border: 2px solid black;
    border-right: 0px;
    background-image: linear-gradient(to bottom right,#111e24, #111);
}

.suggest {
    display: none;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    overflow: auto;
}

.overlayImage {
    position: sticky;
    width: 85%;
    max-width: 1530px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 20;
}

.alert {
    position: sticky;
    border: 1px solid black;
    border-top: 3px solid var(--color1);
    border-bottom: 3px solid var(--color1);
    background-image: linear-gradient(to bottom right,#1e1e1e, #111);
    margin-right: auto;
    margin-left: auto;
    margin-top: 2%;
    color: white;
    width: 50%;
    max-height: 80%;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    z-index: 2;
    vertical-align: center;
    overflow: auto;
}

.alert > button {
    background-color: #111;
}

.clickBackground {
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.8);
    z-index: 1;
}

.hws-logo {
    border: none;
    height: 70px;
    width: auto;
    position: relative;
    margin-right: 13px;
    vertical-align: bottom;
}

.fas {
    font-size: 40px;
    position: fixed;
    top: 20px;
    right: 30px;
    color: #999;
    cursor: pointer;
    z-index: 2000;
}

.fas:hover {
    color: white;
}

.alertTitle {
    border-bottom: 1px solid white;
}

.alertContent {
    font-size: 20px;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-image: linear-gradient(to bottom right,#0D191E, black);
}

.time {
    font-size: 16px;
}

.content-wrapper-right-content h3 {
    margin: 10px;
}

.content-header:hover {
    color: var(--color2)
}

.content {
    padding-bottom: 5px;
    padding-top: 15px;
}

.content b {
    color: var(--color2)
}



@media all and (max-width: 1670px) {
    .content-wrapper {
        width: 70%;
    }

    .suggest { /*It looks bad on phone.*/
        display: none !important;
    }
}

@media all and (max-width: 1000px) {

    .input,
    .button,
    .content-wrapper {
        width: 95%;
        margin: 5px;
    }


    .MessagePerson,
    .MessageBot {
        width: auto;
        border-radius: 5px;
    }

    .disclaimer {
        font-size: 18px;
        padding: 15px;
    }

    img {
        width: 80%;
    }

    .credit {
        width: 94%;
    }

    .question-icon {
        display: none !important;
    }

    .select {
        width: 35%;
        margin-top: 0;
    }

    #resetButton {
        display: none;
    }

    .alert {
        width: 90%;
    }

    .content-wrapper-right {
        width: 60%;
    }

}

@media all and (max-width: 400px) {
    .hws-logo {
        display: none
    }
}
