/* input(574,41): run-time error CSS1046: Expect comma, found '0'
input(574,45): run-time error CSS1046: Expect comma, found '/' */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

    .container-main {
        width: 75%;
    }
}

html {
    position: relative;
    min-height: 100%;
    scrollbar-color: #E5195e #f2f2f2;
    scrollbar-width: thin;
}

header, .footer {
    position: fixed !important;
    width: 100%;
    z-index: 99 !important;
    font-family: 'Heebo', sans-serif;
    border: none !important;
}

body {
    margin-bottom: 60px;
    background-color: transparent;
    font-family: 'Heebo', sans-serif;
}

hr {
    height: 2px !important;
    color: #ced4da;
}

.fade-in {
    display: none;
}

.container-main {
    padding-top: 100px;
}

.navbar, footer {
    background-color: #111424 !important;
    border: none !important;
    user-select: none;
}

.navbar-option {
    font-family: 'Heebo', sans-serif;
    transition: 0.2s;
    color: #ffffff;
    font-size: 1.23rem;
    font-weight: 200;
}

    .navbar-option:hover {
        filter: brightness(60%);
    }

.btn {
    background-color: #E5195e !important;
    border-color: #E5195e !important;
    transition: 0.25s;
    font-weight: 500;
}

.navbar-logo {
    width: 32px;
    margin-left: 2vw;
    margin-right: 2vw;
    border-radius: 25px;
    transition: transform 1s;
}

    .navbar-logo:hover {
        transform: rotate(360deg);
    }

.navbar-pfp, .main-pfp {
    display: flex;
    border-radius: 100%;
    background-color: #E5195e;
    color: #ffffff;
    text-align: center;
    user-select: none;
    font-family: 'Roboto Condensed', sans-serif;
}

    .navbar-pfp {
        width: 32px;
        height: 32px;
        font-size: 16px;
        margin-left: 2vw;
        transition: 0.2s;
    }

    .navbar-pfp:hover {
        filter: brightness(80%);
    }

    .main-pfp {
        width: 9rem;
        height: 9rem;
        font-size: 5rem;
    }

a, a:hover {
    color: inherit;
    text-decoration: inherit;
    transition: 0.2s;
}

a:hover {
    color: #E5195e;
}

.nav-item {
    margin-right: 1.5vw;
}

.nav-item.padded {
    padding-right: 1.5vw;
    border-right: 1px solid #323967;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    z-index: 10;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f2f2f2;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #E5195e;
    transition: 0.2s;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b8144b;
    }

#login-modal {
    width: 400px;
    padding: 1.2rem;
    background-color: rgba(0, 0, 0, 0.80);
    border-radius: 5px;
}

    #login-modal .btn-primary {
        opacity: 100%;
    }

#login-submit {
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

    #login-submit:hover {
        color: #ec6121;
    }

.login-link {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

    .login-link:hover {
        color: #E5195e;
    }

.login-text {
    color: #FFFFFF;
    text-shadow: 0 1px #666666;
    user-select: none;
}

    .login-text h1 {
        font-size: 3.5rem;
    }

.login-splash {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: -100px;
    left: 0;
    z-index: -1;
}

    .login-splash img {
        width: 100%;
        height: 100%;
        z-index: -10;
        position: absolute;
        margin: 0 auto;
        filter: blur(5px) grayscale(35%) brightness(90%);
    }

.login-button {
    width: 38px;
    transition: 1s;
    opacity: 100%;
    cursor: pointer;
    filter: brightness(60%) grayscale(80%);
}

    .login-button:hover {
        filter: brightness(80%) grayscale(40%);
    }

    .login-button.selected {
        transform: rotate(360deg);
        filter: brightness(100%) grayscale(0%);
    }

.form-check-label {
    user-select: none;
}

.control-label {
    font-weight: bold !important;
}

.fst-italic {
    color: #7D7E75;
}

.fst-bold {
    font-weight: 700;
}

.btn:hover, .btn.selected {
    filter: brightness(85%);
}

h1, h2 {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Heebo', sans-serif;
}

#changelog h3, #changelog h4, #changelog h5, #changelog h6 {
    color: #E5195e;
}

input, textarea, label, select {
    display: block;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    scrollbar-color: #E5195e #f2f2f2;
    scrollbar-width: thin;
}

input, select {
    height: 40px;
}

input[type=checkbox] {
    border-radius: 50% !important;
    transition: 0.2s;
}

input[type=checkbox]:checked {
    color: #ffffff;
    border: 1px solid #E5195e;
    background-color: #E5195e;
}

textarea {
    min-height: 50px !important;
}

    textarea.form-control.extended {
        height: calc(12.5em + .75rem + 2px)
    }

select {
    appearance: auto !important;
}

option:nth-child(odd) {
    background-color: #f8f8f8;
}

label {
    margin-bottom: 0.5vw;
}

.form-group {
    margin-bottom: 2vh;
}

input,
textarea,
select,
.form-control,
.form-control:focus,
.form-control:read-only {
    transition: border 0.2s;
    scrollbar-color: #E5195e #f2f2f2;
    scrollbar-width: thin;
    box-shadow: none;
}

input:hover,
textarea:hover,
select:hover,
.form-control:hover {
    border: 1px solid #E5195e;
    box-shadow: none;
}

#js-disabled-overlay {
    display: block !important;
    user-select: none;
    background-color: black;
    opacity: 80%;
}

    #js-disabled-overlay span {
        opacity: 100%;
        font-size: 2em;
        color: red;
    }

.scrollable {
    scrollbar-color: #E5195e #f2f2f2;
    scrollbar-width: thin;
    overflow-y: scroll;
}

th {
    border-bottom-color: #ced4da !important;
}

.scrollable table {
    width: 100%;
    table-layout: fixed;
}

    .scrollable table, td {
        border-collapse: collapse;
    }

    .scrollable thead {
        display: table;
        width: calc(100% - 17px);
    }

    .scrollable tbody {
        display: block;
        overflow-y: scroll;
        height: 46vh;
        scrollbar-color: #E5195e #f2f2f2;
        scrollbar-width: thin;
    }

    .scrollable td, th {
        word-wrap: anywhere;
    }

    .width-50 td, th {
        width: 50%;
    }

    .width-33 td, th {
        width: 33.33%;
    }

    .width-25 td, th {
        width: 25%;
    }

    .width-20 td, th {
        width: 20%;
    }

    .width-12-5 td, th {
        width: 12.5%;
    }

    .scrollable tr {
        display: table;
        width: 100%;
        transition: 0.1s;
        user-select: none;
    }

tbody tr:hover {
    backdrop-filter: brightness(95%);
}

tr.linked {
    cursor: pointer;
}

.hidden {
    display: none;
}

.absolute-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.--display {
    position: sticky;
    
}

.modal-label {
    font-size: 1.25em;
    color: #E5195e;
     user-select: none;
}

.popup-modal {
    z-index: 150;
    width: 200px;
    padding: 10px;
    border: 2px solid #808080;
    border-radius: 4px;
    color: #ffffff;
    background-color: #000000;
    opacity: 80%;
    text-align: center;
    margin-top: 5%;
    user-select: none;
}

.modal-view {
    top: 8%;
    z-index: 100;
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    position: relative;
}

.modal-view a {
    transition: 0.2s;
}

.modal-view a:hover {
    color: #E5195e;
}

.success {
    color: #42e34f;
}

.failure {
    color: #EE2E31;
}

.warning {
    color: #ec6121;
}

.accord {
    color: #EE2E31;
}

.kamarin_pink {
    background-color: #EE2E31;
}

.kamarin_orange {
    background-color: #ec6121;
}

.kamarin_blue {
    background-color: #3C73B4;
}

.hbp_teal {
    background-color: #1BA69F;
}

.hbp_aqua {
    background-color: #6fc3b9;
}

.jugo_blue {
    background-color: #07A3D6;
}

.jugo_grey {
    background-color: #393C47;
}

.faded {
    filter: opacity(0.50);
}

.valid-input {
    background-color: #e6f1da;
    border: 1px solid #42e34f;
}

.invalid-input {
    background-color: #f1dada;
    border: 1px solid #EE2E31;
}

.popup label {
    font-size: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-50 {
    font-size: 50px !important;
}

.option-button {
    text-align: center;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    font-size: 3rem;
    line-height: 3rem !important;
    background-color: #E5195e;
    color: #ffffff;
    user-select: none;
    cursor: pointer;
    transition: 0.2s;
    margin: 0 10px 10px 10px;
}

    .option-button:hover,.option-button.selected {
        filter: brightness(85%);
    }

    .option-button:hover a {
        color: #ffffff;
    }

    .option-button.disabled {
        cursor: not-allowed;
        color: #8c8c8c;
        background-color: #b0b0b0;
    }

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 15%);
}

.w-35 {
    width: 35%;
}

.transition {
    transition: 0.2s;
}

.tip {
    color: #E5195e;
    position: absolute;
    line-height: 3rem;
    font-size: 1.25rem;
    user-select: none;
    font-family: 'Roboto Condensed', sans-serif;
    transition: 0.2s !important;
    opacity: 0;
    text-align: center;
}

    .tip.right {
        right: 125%;
    }

    .tip.down {
        position: relative;
        bottom: 40%;
        font-size: 16px;
    }

.link {
    color: #E5195e;
    transition: 0.2s;
}

.fullscreen-modal-overlay {
    background-color: rgba(0, 0, 0, 0.80);
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.required {
    color: #E5195e;
    cursor: help;
    font-weight: 700;
}

.whitespace-preline {
    white-space: pre-line;
}

.text-align-justify {
    text-align: justify;
}

.height-75 {
    height: 75%;
}

.noscroll {
    overflow-y: hidden;
}

.navigate-display {
    top: 10vh;
    right: 3%;
    position: fixed;
    z-index: 90;
}

.navigate-button {
    text-align: center;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    line-height: 3rem !important;
    background-color: #E5195e;
    color: #ffffff;
    user-select: none;
    cursor: pointer;
    transition: 0.2s;
}
    .navigate-button:hover {
        filter: brightness(85%);
    }

    .navigate-button .material-symbols-outlined {
        line-height: 3rem !important;
    }

.navigate-button.disabled {
    cursor: not-allowed;
    color: #8c8c8c;
    background-color: #b0b0b0;
}

.field-validation-error {
    color: #e5195e !important;
    border-radius: 50px;
    opacity: 80%;
    margin-top: 5%;
    user-select: none;
    font-style: italic;
}

.hover-text {
    transition: 0.2s;
    cursor: pointer;
}

    .hover-text:hover {
        color: #e05252;
    }

tbody.shrink {
    max-height: 200px !important;
}

.page-control {
    font-weight: 700;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 35px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #5F5F60;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }
  
  input:checked + .slider {
    background-color: #e5195e;
    border: 1px solid #e5195e;
  }
  
  input + .slider:before {
    background-color: #b0b0b0;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #ffffff;
  }

  input:disabled + .slider {
    background-color: #666666;
  }

  input:disabled + .slider:before {
    background-color: #a6a6a6;
  }

  .simple-item {
    border: 1px solid #808080;
    border-radius: 5px;
    padding: 5px 20px 5px 20px !important;
    width: 90%;
    font-style: italic;
    transition: 0.2s;
    display: block;
    text-align: left;
    margin: auto;
    margin-bottom: 7px;
}

    .simple-item:hover {
        border: 1px solid #e5195e;
    }

    .simple-item.min {
        max-width: 420px !important;
    }

.title {
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    color: #e5195e;
}

.interactive {
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
}

    .interactive:hover {
        color: #e5195e;
    }

.vh-50 {
    height: 50vh;
}

.vh-60 {
    height: 60vh;
}

.scale-75 {
    transform: scale(75%);
}

.linear-gradient {
    -webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
}

.cursor-pointer {
    cursor: pointer;
}

.loader {
    height: 4px;
    width: 130px;
    margin-bottom: -4px !important;
    --c:no-repeat linear-gradient(#E5195e 0 0);
    background: var(--c),var(--c),#ced4da;
    background-size: 60% 100%;
    animation: l16 2s infinite;
  }
  @keyframes l16 {
    0%   {background-position:-150% 0,-150% 0}
    66%  {background-position: 250% 0,-150% 0}
    100% {background-position: 250% 0, 250% 0}
}

.spinner {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #E5195e;
    animation:
      l20-1 0.8s infinite linear alternate,
      l20-2 1.6s infinite linear;
  }
  @keyframes l20-1{
     0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
     12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
     25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
     50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
     62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
     75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
     100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
  }
  @keyframes l20-2{ 
    0%    {transform:scaleY(1)  rotate(0deg)}
    49.99%{transform:scaleY(1)  rotate(135deg)}
    50%   {transform:scaleY(-1) rotate(0deg)}
    100%  {transform:scaleY(-1) rotate(-135deg)}
  }

@media screen and (max-height: 900px) {
    #iteration-preview {
        min-height: 42vh !important;
        max-height: 42vh !important;
    }

    #comments-list {
        min-height: 39vh !important;
        max-height: 39vh !important;
    }
}

/* Laptop dimensions */
@media screen and (max-height: 650px) {
    .navigate-display {
        top: 15vh;
    }

    .scrollable tbody {
        max-height: 200px !important;
    }

    #iteration-preview {
        min-height: 30vh !important;
        max-height: 30vh !important;
    }

    #comments-list {
        min-height: 25vh !important;
        max-height: 25vh !important;
    }
}

.home-option {
    background-color: #E5195e;
    color: #ffffff;
    text-align: center;
    user-select: none;
    font-family: 'Roboto Condensed', sans-serif;
    height: 18vh;
    width: 18vh;
    border-radius: 5px;
    transition: 0.2s;
    cursor: pointer;
    align-content: center;
    display: block;
    margin: 0 auto;
}

    .home-option:hover {
        filter: brightness(80%);
    }

    .home-option .material-symbols-outlined {
        font-size: 3.5em;
    }

.dropdown-menu {
    max-height: 50vh;
    overflow-y: scroll;
    scrollbar-color: #E5195e #f2f2f2;
    scrollbar-width: thin;
}
