:root {
    --orange: #ffb600;
    --blue: #1b8cf5;
    --green: #00b03a;
}

@font-face {
    font-family: mono;
    src: url(../fonts/IBMPlexMono-Regular.ttf);
}

html {
    height: 100%;
}

button {
    outline: none;
    border: none;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    position: relative;
    flex: 1;
}

body {
    background-color: #333;
    color: #ededed;
}

footer {
    background-color: #3d3d3d;
    padding: 0.7rem;
    display: flex;
    justify-content: space-between;
}

nav {
    position: relative;
    color: #333;
    height: 70px;
    z-index: 500;
}

nav.pages {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    background: rgb(161, 115, 0);
    background: linear-gradient(90deg, rgba(255, 182, 0, 1) 0%, rgba(255, 182, 0, 1) 30%, rgba(255, 182, 0, 1) 70%, rgba(161, 115, 0, 1) 100%);
}


.icons-storage i {
    transition: font-size 0.25s;
}

.icons-storage a:hover i {
    font-size: 1.7rem !important;
}

.nav-item a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-left: 0.5rem;
}

.icons-storage {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
}

.alert {
    width: 95%;
    margin: 0 auto;
    margin-top: 1rem;
}

.nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.html-result {
    width: 100%;
    height: 300px;
}

.app-name {
    display: none;
    justify-content: center;
    align-items: center;
}

.access {
    font-size: 0.8rem;
    opacity: 0.7;
}

.private {
    color: #ffc3bd;
}

.public {
    color: #a3ff9c;
}

.icon-div {
    margin-right: 1rem;
    background-color: var(--blue);
    border-radius: 10px;
    color: white;
    border: 2px solid #136dc2;
    width: 45px;
    height: 45px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admin-icon {
    background-color: #176dbd;
    border: 2px solid #0d508f;
}

.icons-storage i {
    font-size: 1.5rem;
}

nav.pages img {
    margin-left: 2px;
    transition: transform .1s;
    width: 70px;
    height: 70px;
    background-color: #333;
    border-top: 2px solid var(--orange);
    border-radius: 7px;
    border-bottom: 2px solid var(--orange);
    z-index: 20;
}

nav.pages img:hover {
    transform: scale(1.02);
    cursor: pointer;
}

nav.home {
    margin-bottom: 80px;
    border-top: 10px solid #333;
    background: rgb(161, 115, 0);
    background: linear-gradient(90deg, rgba(161, 115, 0, 1) 0%, rgba(255, 182, 0, 1) 30%, rgba(255, 182, 0, 1) 70%, rgba(161, 115, 0, 1) 100%);
}

nav.home::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 16px solid #333;
    border-left: 300px solid transparent;
}

nav.home::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 16px solid #333;
    border-right: 300px solid transparent;
}

nav.home .logo-border {
    position: absolute;
    z-index: 15;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
    width: 140px;
    height: 70px;
    background-color: none;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 5px solid #333;
    border-bottom: 0;
}

.social-network {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.socials {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: var(--orange);
    background-color: #a3a3a3;
    border-radius: 10px;
}

.url-render {
    list-style-type: none;
    text-align: center;
    margin-top: 2rem;
}

.url-render a {
    text-decoration: none;
    color: white;
    transition: color 0.2s;
}

.url-render a:hover {
    color: #c7c7c7;
}

.socials-outer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--orange);
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1.4rem;
    margin-right: 1.4rem;
}

.socials a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
}

.fa-facebook,
.fa-facebook-square {
    color: #3b5998;
    background: radial-gradient(white 50%, transparent 50%);
}

.fa-twitter,
.fa-twitter-square {
    color: #00aced;
}

.fa-google-plus,
.fa-google-plus-square {
    color: #dd4b39;
}

.fa-youtube,
.fa-youtube-play,
.fa-youtube-square {
    color: #bb0000;
}

.fa-tumblr,
.fa-tumblr-square {
    color: #32506d;
}

.fa-vine {
    color: #00bf8f;
}

.fa-flickr {
    color: #ff0084;
}

.fa-vimeo-square {
    color: #aad450;
}

.fa-pinterest,
.fa-pinterest-square {
    color: #cb2027;
}

.fa-linkedin,
.fa-linkedin-square {
    color: #007bb6;
}

.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.fa-steam {
    color: #2a475e;
    background: radial-gradient(white 50%, transparent 50%);
}

.fa-spotify {
    color: #1ed760;
    background: radial-gradient(black 50%, transparent 50%);
}

.fa-github {
    color: #222;
    background: radial-gradient(white 50%, transparent 50%);
}

.accordion-outer {
    width: 98%;
    margin: 0 auto;
    margin-top: 2rem;
}

.accordion-item {
    margin-top: 2rem;
    background-color: #474747;
    border: 1px solid #858585;
}

.accordion-button {
    background: #9ac1e6;
    color: black;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background: var(--blue);
    color: #333;
}

.socials a:hover {
    opacity: 0.5;
}

.social-network {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
}

.social-network i {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    width: 4rem;
}

nav.home img {
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    transition: transform .2s;
    width: 120px;
    height: 120px;
    margin: auto;
    background-color: #333;
    padding: 5px;
    border-bottom: 3px solid var(--orange);
    border-radius: 70px;
    z-index: 20;
}

nav.home img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.filler {
    min-height: 20px;
    width: 250px;
    background-color: var(--orange);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    margin: auto;
}

.filler::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #333;
    border-left: 50px solid transparent;
}

.filler::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #333;
    border-right: 50px solid transparent;
}

.new-note {
    padding: 0.1rem;
}


.appList {
    width: 100%;
    max-width: 800px;
    margin: left;
    margin-bottom: 2rem
}

.new-note-outer {
    padding-top: 1.8rem;
    text-align: center;
    position: relative;
}

.all-notes-storage {
    margin-top: 1rem;
}

.search-section {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
}

.search-subsection {
    width: 100%;
    max-height: 450px;
    overflow: auto;
    margin-left: 2rem;
    margin-right: 2rem;
}

.search-subsection:not(:first-child) {
    margin-top: 4rem;
}

.searchInput {
    background-image: url('/img/searchicon.png');
    /* Add a search icon to input */
    background-position: 10px 12px;
    /* Position the search icon */
    background-repeat: no-repeat;
    /* Do not repeat the icon image */
    width: 100%;
    /* Full-width */
    font-size: 16px;
    /* Increase font-size */
    padding: 12px 20px 12px 40px;
    /* Add some padding */
    border: 1px solid #ddd;
    /* Add a grey border */
    margin-bottom: 12px;
    /* Add some space below the input */
}

.url-td a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 600px;
}

.searchTable img {
    height: 80px;
}

.searchTable {
    border-collapse: collapse;
    /* Collapse borders */
    width: 100%;
    /* Full-width */
    border: 1px solid #ddd;
    /* Add a grey border */
    font-size: 18px;
    /* Increase font-size */
}

.searchTable th,
.searchTable td {
    text-align: left;
    /* Left-align text */
    padding: 12px;
    /* Add padding */
}

.searchTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
}

.searchTable tr.header {
    /* Add a grey background color to the table header and on hover */
    background-color: #6b6b6b;
}

.remove-button-url {
    background-color: var(--bs-danger);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-left: 5px;
}

.remove-button {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--bs-danger);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.remove-button-nickname-outer {
    width: 10%;
    position: relative;
}

.remove-button-nickname {
    width: 120px;
    background-color: var(--bs-danger);
    height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.remove-button-nickname-text {
    margin-right: 0.6rem;
}

.url-storage {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.url {
    width: 100%;
    text-align: center;
}

.url form {
    display: inline-block;
}

.url a {
    text-decoration: none;
}

.dashboard {
    background-color: #003814;
    background-image: url("/img/texture.png");
    border: 10px solid #693d00;
    border-image: linear-gradient(#663c00, #4d2c00) 20;
    margin-bottom: 1rem;
    position: relative;
    -webkit-box-shadow: 0px 11px 16px 1px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 11px 16px 1px rgba(0, 0, 0, 0.34);
}

.dashboard-storage {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}

.all-notes-storage hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
    width: 70%;
}

.all-notes-storage hr.note-hr {
    background-image: linear-gradient(to right, rgba(27, 140, 245, 1), #fff, rgba(27, 140, 245, 1));
    width: 90%;
}

.dashboard-heading {
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 0.5rem;
    margin: 0 auto;
}

.dashboard-content {
    padding: 1rem;
}

.dashboard-content textarea,
.deanonymizer textarea {
    width: 100%;
    overflow: auto;
    background: none;
    min-height: 5em;
    overflow: auto;
    resize: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    color: white;
}

.dashboard-content textarea {
    min-height: 600px;
}

.add-accordion {
    color: black;
    background-color: #ffcb47 !important;
}

.add-accordion:not(.collapsed) {
    color: black;
    background-color: var(--orange) !important;
}

.add-accordion:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 182 0 / 25%);
}

.loading-icons .loading-description-text {
    opacity: 0.5;
}

.dashboard-content textarea::-webkit-scrollbar {
    display: none;
}

.dashboard-content textarea:focus {
    outline: none;
}

.new-note input,
.new-note textarea,
.new-note select {
    background-color: #111;
    border: none;
    color: white;
    margin-top: 0.5rem;
    border-radius: 5px;
    padding: 0.4rem;
}

.new-code textarea {
    background-color: #2b2b2b;
    border: none;
    color: white;
    margin-top: 0.5rem;
    border-radius: 5px;
    width: 100%;
    height: 350px;
    resize: none;
    padding: 0.4rem;
    tab-size: 4;
    font-family: monospace;
}

.current-item-group pre {
    max-height: 200px;
}

.code-item pre {
    max-height: 600px;
}

.new-code input {
    background-color: #2b2b2b;
    border: none;
    color: white;
    margin-top: 0.5rem;
    border-radius: 5px;
    padding: 0.4rem;
}

.new-note input[type=submit],
.new-wisdom input[type=submit] {
    background-color: var(--bs-success);
}

.new-note textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new-app input,
.password-form input {
    background-color: #111;
    border: none;
    color: white;
    margin-right: 0.8rem;
    margin-top: 0.75rem;
    border-radius: 5px;
    padding: 0.4rem;
}

.add-nickname input {
    background-color: #111;
    border: none;
    color: white;
    margin-top: 0.35rem;
    border-radius: 5px;
    padding: 0.4rem;
}

.timetable-form input,
.deanonymizer input {
    background-color: #111;
    border: none;
    color: white;
    margin-top: 0.35rem;
    border-radius: 5px;
    padding: 0.4rem;
}

.deanonymizer button,
.new-app button,
.password-form button,
.timetable-form button {
    background-color: var(--green);
    border-radius: 5px;
    margin-top: 10px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    transition: opacity 0.25s;
}

.new-app button:hover {
    opacity: 0.8;
}

h4.heading {
    margin-bottom: 1.5rem;
}

h3.heading {
    text-align: center;
    margin-top: 1.4rem;
    margin-bottom: 2rem;
}

.appList li {
    margin-top: 0.4rem;
    position: relative;
    color: white;
    background-color: #444;
}

.appList li span.desc {
    font-size: 0.65rem;
    opacity: 0.5;
}

.appList li span.name {
    font-size: 1.2rem;
}

.position-move {
    position: absolute;
    background-color: var(--blue);
    border-radius: 5px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    transition: opacity 0.25s;
}

.remove-app {
    position: absolute;
    background-color: var(--bs-danger);
    border-radius: 5px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    transition: opacity 0.25s;
    right: 100px;
}

.switch-app {
    position: absolute;
    background-color: var(--bs-warning);
    border-radius: 5px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    transition: opacity 0.25s;
    right: 140px;
}

.remove-app:hover {
    opacity: 0.8;
}

.position-move:disabled {
    background-color: grey;
}

.position-move:hover:not(:disabled) {
    opacity: 0.8;
}

.prev-position {
    right: 0;
}

.next-position {
    right: 40px;
}

.appList li span.position {
    color: var(--orange)
}

section {
    padding: 1rem;
}

hr {
    border: 0;
    height: 1px;
    width: 95%;
    margin: 0 auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--orange), rgba(0, 0, 0, 0));
    opacity: 0.7;
    background-color: #333;
}

.card-storage {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.card-storage a,
nav.pages a,
.searchTable a {
    text-decoration: none;
    color: inherit;
}

.generator-form input {
    background: #333;
    background-color: none;
    color: white !important;
    border-radius: 3px;
    border: 1px solid var(--orange);
}

.generator-form input[type="submit"] {
    background-color: var(--orange);
    color: black !important;
    font-weight: bold;
    font-size: 1.4rem;
}

.add-nickname input[type="submit"] {
    background-color: var(--orange);
    color: black !important;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 0.95rem;
}

.generator-form select {
    background-color: white;
    color: #333;
}

#encoding {
    margin-right: 1.4rem;
}

.musolini {
    transition: transform 2s;
    z-index: -1;
}

.musolini-scaled {
    transform: scale(2);
}

.musolini-counter {
    text-align: center;
    font-size: 0.8rem;
    max-width: 115px;
    margin: 0 auto;
}

.musolini-text {
    z-index: 10;
}

.musolini-counter img {
    width: 100px;
    border-radius: 10px;
}

.musolini-counter .time-display {
    font-weight: bold;
    font-size: 1rem;
}

code {
    color: var(--orange);
}

.generator-form-item {
    margin-right: 1rem;
    margin-left: 1rem;
}

.generator-form input:focus {
    background: inherit;
}

.generator-form label {
    font-weight: bold;
    margin-right: 0.5rem;
}

.generator-form-outer {
    padding-bottom: 2rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
}

.generator-form {
    margin-top: 2rem;
    border: 1px solid #595959;
    padding: 1rem;
    border-radius: 20px;
    max-width: 650px;
    width: 100%;
}

.form-result {
    margin-top: 2rem;
    max-width: 650px;
    width: 100%;
    min-height: 400px;
}

.generated-result {
    -webkit-touch-callout: all;
    /* iOS Safari */
    -webkit-user-select: all;
    /* Safari */
    -khtml-user-select: all;
    /* Konqueror HTML */
    -moz-user-select: all;
    /* Firefox */
    -ms-user-select: all;
    /* Internet Explorer/Edge */
    user-select: all;
    /* Chrome and Opera */
    height: 100%;
    padding: 1rem;
    border-radius: 20px;
    border: 1px solid #595959;
}

.shortener-result {
    position: absolute;
    background-color: #222;
    max-width: 800px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    height: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px;
    z-index: 100;
    padding: 1rem;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 42px 2px rgba(104, 104, 104, 0.6);
    box-shadow: 0px 0px 42px 2px rgba(104, 104, 104, 0.6);
}

.shortener-result-url {
    text-align: center;
    margin-top: 2rem;
    color: var(--orange);
}

.shortener-result-button {
    text-align: center;
}

.shortener-result-button button {
    background-color: var(--orange);
    border-radius: 7px;
    margin-top: 4rem;
    border: none;
    color: #333;
    transition: opacity 0.4s;
    transition: visibility 0.4s;
}

.list-url-default {
    font-size: 0.8rem;
}

.datetime-url {
    opacity: 0.35;
}

.shortened-list::-webkit-scrollbar {
    display: none;
}

.uploader-info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    color: var(--orange);
    font-weight: bold;
}

.shortened-list {
    height: 300px;
    overflow-y: scroll;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 4rem;
    justify-content: center;
}

.shortner-result-heading {
    text-align: center;
    width: 100%;
}

.shortener-form-outer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.shortener-name input {
    border: none;
    background-color: #444;
    border-radius: 5px;
    color: white;
    margin-left: 3px;
    padding: 2px;
}

.shortener-url input {
    width: 100%;
    border: none;
    background-color: var(--orange);
    padding: 0.4rem;
    font-size: 1.3rem;
    color: black;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.build-displayer {
    display: flex;
    justify-content: center;
}

.build-displayer .build-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.build-displayer form button {
    background-color: var(--orange);
    font-size: 1.15rem;
    border-radius: 5px;
}

.build-displayer select {
    background-color: #566;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 0.4rem;
}

.build-displayer input {
    background-color: #000;
    border: none;
    color: white;
    margin-top: 0.5rem;
    border-radius: 5px;
    padding: 0.4rem;
}

.shortener-url {
    width: 100%;
}

.submit-outer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 1rem;
}

.submit-outer input {
    background-color: var(--blue);
    color: black !important;
    font-weight: bold;
    font-size: 1.4rem;
    border: none;
    border-radius: 5px;
}

.timetable-form input[type="submit"] {
    background-color: var(--orange);
    color: black !important;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

.name-outer {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.name-outer h5 {
    text-align: center;
    width: 100%;
}

.shortener-form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.app-card {
    margin-bottom: 1rem;
    background-color: #474747;
    border-radius: 15px;
    min-width: 250px;
    max-width: 250px;
    min-height: 210px;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.app-card .card-icon {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
    font-size: 3.3rem;
    border-radius: 15px;
    color: #333;
    background-color: var(--blue);
    max-height: 90px;
}

.app-card .card-name,
.card-desc,
.card-icon {
    text-align: center;
}

.app-card .card-name,
.card-desc {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.card-name {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.card-desc {
    font-size: 0.8rem;
    color: #999999;
    padding-bottom: 1rem;
}

.card-wrap {
    flex-grow: 1;
}

.footer-left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;

}

.footer-left button.login {
    background-color: var(--green);
    border-radius: 7px;
    border: none;
    color: #333;
    transition: opacity 0.4s;
    transition: visibility 0.4s;
}

#code {
    -webkit-text-security: disc;
}

.footer-left button.logout {
    background-color: #d91111;
    border-radius: 7px;
    border: none;
    margin-left: 0.5rem;
    color: #333;
    transition: opacity 0.4s;
    transition: visibility 0.4s;
}

.footer-left button.steam {
    background-color: white;
    border-radius: 7px;
    border: none;
    margin-left: 0.5rem;
    color: #2a475e;
    transition: opacity 0.4s;
    transition: visibility 0.4s;
}

.footer-left input {
    font-family: mono;
    background-color: var(--orange);
    border-radius: 7px;
    border: none;
    padding: 0.4rem;
    font-size: 1.4rem;
    text-align: center;
    color: #333;
    height: 2rem;
    width: 80px;
    margin-right: 0.3rem;
}

.footer-left input:focus {
    outline: none;
}

.absolute-wrapper {
    position: absolute;
    right: 10px;
    top: 35%;
    transform: translateY(-35%);
}

.timetable-error {
    color: red;
    height: 300px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.back-arrow-icon {
    font-size: 1.5rem;
}

.back-arrow-text {
    font-size: 1rem;
    margin-left: 0.5rem;
}

.back-arrow {
    background-color: var(--blue);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0.4rem;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: white;
    transition: color 0.25s;
}

.back-arrow:hover {
    color: #ccc;
}

@media only screen and (max-width: 400px) {
    .back-arrow {
        display: none;
    }
}

.timetable-error .timetable-icon {
    width: 100%;
    text-align: center;
    font-size: 2rem;
}

.timetable-name {
    margin-top: 1.5rem;
    margin-left: 1rem;
}

.timetable-outer {
    overflow: auto;
    margin-bottom: 2rem;
}

.timetable {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-collapse: separate;
    border-spacing: 0px;
    display: grid;
    border: 1px solid var(--orange);
    min-width: 1000px;
    font-size: 1.4rem;
    grid-template-columns: [empty] 16% [lesson-1] 6% [lesson-2] 6% [lesson-3] 6% [lesson-4] 6% [lesson-5] 6% [lesson-6] 6% [lesson-7] 6% [lesson-8] 6% [lesson-9] 6% [lesson-10] 6% [lesson-11] 6% [lesson-12] 6% [lesson-13] 6% [lesson-14] 6%;
    grid-template-rows: [lessons] auto [monday] auto [tuesday] auto [wednesday] auto [thursday] auto [friday] auto;
}

.timetable div:not(.lesson *):not(.lesson-time) {
    text-align: center;
    outline: 1px solid var(--orange);
    border: 1px solid var(--orange);
    z-index: 151;
}

.searched-student {
    cursor: pointer;
    margin-top: 0.18rem;
    margin-bottom: 0.18rem;
}

.results-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}

.results-row {
    display: flex;
    justify-content: center;
    width: 100%;
}

.lesson-number {
    display: inline-block;
    position: relative;
    grid-row: 1/1;
    margin-bottom: 2px;
}

.lesson-time-start {
    left: 0;
    top: 0;
    margin-left: 4px;
}

.lesson-time-end {
    right: 0;
    bottom: 0;
    margin-right: 4px;
}

.lesson-time {
    position: absolute;
    opacity: 0.5;
    font-size: 0.78rem;
}

.empty {
    grid-row: 1/1;
    grid-column: 1/1;
}

.empty,
.lesson-number {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.switch {
    position: relative;
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.settings {
    text-align: center;
    width: 200px;
    margin: 0 auto;
}

.settings button {
    margin-top: 0.6rem;
    background-color: var(--orange);
    border-radius: 7px;
    width: 90px;
    border: none;
    color: #333;
    transition: opacity 0.25s;
}

.settings button:hover {
    opacity: 0.7;
}

.settings select {
    display: inline-block;
    margin-top: 0.5rem;
}

.day {
    min-height: 70px;
    display: inline-block;
    grid-column: 1/1;
}

.day:nth-child(n) {
    grid-row: var(--row)/var(--row);
}

.lesson {
    position: relative;
    border-color: #333 !important;
    outline-color: #333 !important;
    z-index: -1;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    color: black;
}

.lesson.practice {
    background-color: #72c29a;
    z-index: 101;
}

.lesson.lecture {
    background-color: #bfbfbf;
    z-index: 100;
}

.lesson .teachers {
    position: absolute;
    bottom: 0;
    font-size: 0.6rem;
    opacity: 0.8;
}

.lesson .lessonname {
    position: absolute;
    top: 10%;
    font-size: 1.4rem;
}

.lesson .classroom {
    position: absolute;
    top: 45%;
    opacity: 0.6;
    font-size: .8rem;
}

.day,
.lesson {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    nav.home {
        background: var(--orange);
    }

    .new-note textarea {
        width: 100%;
    }

    nav.home .logo-border {
        display: none;
    }

    .appList {
        width: 100%;
    }

    .position-move,
    .remove-app,
    .switch-app {
        position: relative;
        display: inline-block;
        right: auto;
    }

    .absolute-wrapper {
        position: relative;
        top: inherit;
        transform: none;
    }
}

@media only screen and (max-width: 768px) {

    nav.home::after,
    nav.home::before {
        display: none;
    }

    nav.home {
        border-top: none;
    }

    .filler::after,
    .filler::before {
        display: none;
    }

    .card-storage {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    nav.pages .navbar-collapse {
        background-color: #ffb600;
        border-top: 1px solid black;
    }

    .app-card {
        min-width: 200px;
        max-width: 200px;
    }

    .app-name {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
}

@media only screen and (max-width: 1200px) {
    .notes-storage {
        justify-content: center;
    }
}

@media only screen and (max-width: 1300px) {
    .generator-form-outer {
        justify-content: center;
    }
}