@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body {
    font-family: "Ubuntu", monospace;
    padding: 0;
    margin: 0;
}

.introjs-skipbutton {
    display: none;
}

#moto {
    color: #003579;
}

.pulse {
    animation: glow 1s infinite alternate;
    border-radius: 3px;
}

@keyframes glow {
    from {
        background-color: #cccccc;
    }
    to {
        background-color: transparent;
    }
}

#progress-dots {
    margin-top: 8px;
}

#progress-dots .dot {
    font-size: 16px;
    margin-right: 3px;
    cursor: pointer;
}

#progress-dots .dot:hover {
    opacity: 0.6;
}

#progress-dot-container {
    padding: 0 10px;
}

#progress-dots .dot.active {
    color: #0a4ca0;
}

#progress-dots .dot.todo {
    color: #a2a2a2;
}

#progress-dots .dot.done {
    color: #5d98e4;
}

#info-box-body:hover,
#info-box-body:hover .next {
    opacity: 1;
    cursor: pointer;
}

.tutorial-link {
    color: #135cbb;
}

.tutorial-link:hover,
#request-repeater-options button:hover,
#code-form button:hover {
    opacity: 0.5;
}

.next {
    margin-top: 10px;
    text-align: right;
    font-size: 24px;
    color: #135cbb;
    opacity: 0.7;
}

#intro,
#forgot,
#code,
#code-reset,
#reset-password,
#new-password {
    padding: 20px 20px;
}

#forgot-form input,
#code input,
#request-repeater-options input,
#reset-password input {
    padding: 5px;
    border: 1px rgb(155, 155, 155) solid;
    border-radius: 3px;
}

input:focus,
input:active,
button:active,
button:focus {
    outline: 0;
    box-shadow: 0;
}

#forgot-form button,
#code button,
#request-repeater-options button,
#reset-password button {
    padding: 6px 8px;
    background: #206ccf;
    color: white;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

#forgot p,
#code p,
#reset-password p,
#new-password p,
#code-reset p {
    margin-bottom: 0;
}

#forgot-form button:hover {
    opacity: 0.7;
}

#profile h4 {
    margin-top: 35px;
    margin-bottom: 0px;
}

#profile-intro {
    margin-top: 8px;
    margin-bottom: 20px;
}

#profile-banner {
    height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#profile-stats i {
    color: #b8c2ca;
}

#profile-img {
    position: absolute;
    top: -50px;
    height: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 4px solid white;
}

#profile-info {
    position: relative;
    padding: 10px;
}

.mr-2 {
    margin-right: 2em;
}

#header {
    height: 70px;
    width: 100%;
    background: #f0f0f0;
}

#request-repeater-form {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

#request-repeater-options {
    width: 30%;
}

#request-repeater-console {
    width: 65%;
    margin-left: 5%;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: none;
}

.web-request {
    font-size: 12px;
}

#request-repeater-options button,
#request-repeater-options input {
    width: 100%;
    border-radius: 0;
    border-bottom: 0;
}

#request-repeater-options button {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#request-repeater-options input:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#info-box,
#request-repeater,
#request {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: auto;
    position: relative;
    width: 600px;
    margin-top: 30px;
}

#info-box {
    margin-bottom: 30px;
}

#info-box-header,
#request-repeater-header,
#request-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #135cbb;
    color: white;
    padding: 10px 15px;
}

#request-repeater-header,
#request-header {
    background: #0f2440;
}

#info-box-body,
#request-repeater-body,
#request-body {
    padding: 10px 15px;
    line-height: 1.4em;
}

#request-body pre {
    margin: 0;
}

#header-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.bf-logo {
    display:block;
    width: 239px;
    margin: auto;
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.middle {
    /*height: calc(100vh - 70px);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.display-none {
    display: none;
}

.incorrect {
    color: red;
}

.correct {
    color: green;
}

/* HTML Box */
#html-code-box {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 600px;
}

#html-code-box:before {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #bbc7d1;
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#html-code-box:after {
    display: block;
    position: absolute;
    content: '';
    top: 12px;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

#html-bar {
    background: #bbc7d1;
    padding: 5px;
    position: relative;
    text-align: center;
    margin-left: 80px;
}

#html-url {
    position: relative;
    background: #fff;
    border: none;
    color: #98a9ba;
    display: block;
    font-size: 13px;
    height: 15px;
    line-height: 1.2em;
    margin: 0 auto 0 0;
    padding: 5px;
    text-align: center;
    /* width: 68%; */
}

#html-url:before {
    background-image: url(img/url-secure.png);
    background-size: 18px 18px;
    content: "";
    height: 18px;
    left: 6px;
    position: absolute;
    top: 3;
    width: 18px;
}

