html{
     color:white;
}
 .landing-content, .login-form{
     position: relative;
     background-color: #c70046;
     height: 100vh;
     width: 100%;
     padding: 5vh 5vh;
     user-select:none;
}
 .landing-content img, .login-form img{
     position:absolute;
     right:5vh;
     bottom:2vh;
     width:10%;
}
.comment-block.replying .edit-button,
  .comment-block.replying .delete-button {
    display: none !important;
  }
.switchemail{
    color:white!important;
    text-decoration:underline!important;
    cursor:pointer;
    background-color:transparent;
    font-weight:400!important;
}
 .white-logo{
     filter: brightness(0) invert(1) opacity(0.7);
}
 .landing-content h1{
     font-weight:900;
     font-size:5em;
     max-width: 1344px;
     color:white;
     line-height:80px;
}
 .landing-content .btn{
     font-size:1.5em;
     padding:15px 70px;
     font-weight:500;
     border:4px solid #ffa200;
     transition:0.2s all;
     color:white!important;
}
 .landing-content .btn:hover{
     border:4px solid #ffa200;
     transform:scale(1.05);
}
 .landing-content .no-login:hover{
     transform:scale(1.05);
     cursor:pointer;
     color:#ffa200!important;
}
 .landing-content .no-login{
     color:white!important;
     font-size:1.1em;
     text-decoration:underline!important;
     transition:0.2s all;
}
 #headline {
     transition: opacity 250ms ease;
}
 span{
     color:#ffa200;
}
 .headline-progress {
     height: 4px;
     background: rgba(0,0,0,0.12);
     border-radius: 9999px;
     overflow: hidden;
     margin-bottom: 30px;
     max-width: 1344px;
     opacity:0.8;
     color:white;
}
 .headline-progress .bar {
     display: block;
     height: 100%;
     width: 0;
     background: currentColor;
     border-radius: inherit;
}
 .headline-progress .bar.animate {
     animation: headlineFill 7s linear forwards;
}
 @keyframes headlineFill {
     from {
         width: 0;
    }
     to {
         width: 100%;
    }
}
 @media (prefers-reduced-motion: reduce) {
     #headline {
         transition: none;
    }
     .headline-progress .bar.animate {
         animation-duration: 0.01ms;
    }
}
 .medium-bold{
     font-weight:500;
}
 .login-form, .register-form{
     background-color: #b1003f;
     user-select:none;
     padding: 4vh 4vh;
}
body{
    background-color: #b1003f;
}
 .login-form h2{
     font-weight:800;
     color:white;
     font-size:2.8em;
}
h3{
    color:white;
    font-size:2.5em;
    font-weight:700;
}
.register-form h3{
    font-size:4em;
    color: white;
    font-weight: 900;
    opacity: 0.5;
    transition: 0.3s all;
}
.search-input{
margin:0px!important;
}
.search-input .form-control{
    padding: 0px;
    width: 360px;
    position: absolute;
    left: 0px;
    top: -3.8px;
    background-color:#c70046;
    padding:0px 15px;
}
#searchInput::placeholder{
    color:white;
    opacity:0.8;
    font-size:0.9em;
}
.search-input .form-control:focus{
    background-color:#c70046;
}
.header-menu-content{
    position:relative;
}
.qaa-content h3{
    font-size:4em;
    color: white;
    font-weight: 900;
    opacity: 0.5;
    transition: 0.3s all;
    user-select: none;
}
 .login-form p, .form-control-file, input::placeholder{
     color:white;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #2727273b;
    opacity: 1;
}
 label{
     color:white!important;
     font-size:1.2em;
}
 small{
     color:white;
}
.register-form small, .login-form small{
    color:rgb(233, 233, 233);
    font-size:0.75em;
}
#nickname{
    color:#ffa200!important;
}
 .form-control{
     background-color:transparent;
     border:2px solid white;
     border-radius:8px;
     color:white;
}
 .form-control:focus{
     border-color:#ffa200!important;
     background-color:transparent;
     box-shadow:none;
     outline:0px!important;
     color:white;
}
#questionList h4{
    color:white;
    font-weight:700;
    font-size:1.5em;
}
#questionList .question-box a{
    all:unset;
    cursor:pointer;
}
.question-box{
    padding:20px; 
    position:relative;
    transition:0.2s all;
    background-color:transparent;
    border-bottom: 2px solid #0000004d;
}
.question-box .content-text{
    color: white;
    opacity: 0.8;
    max-height: 36px;
    overflow: hidden;
    font-weight: 500;
    line-height: 18px;
}
.question-box:has(.q-hc:hover) {
  transform: scale(1.01);
}
.q-info{
    color:white;
}
.category-box{
    background-color:#ffa200 !important;
    color:white;
}
#askModal{
    max-width:750px;
}
textarea {
  resize: none;
}
.editor-statusbar{
    display:none;
}
.up-row.school{
    font-size:0.9em!important;
}
.CodeMirror-line span{
    color:black!important;
} 
.editor-toolbar button {
    width: 10px;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
    background: transparent!important;
}
.modal .form-control{
    border-color:#ced4da!important;
    color:black;
    border-width: 1px;
}
.question-box.detail{
    background-color:#c70046!important;
    border-radius:16px;
}
.modal small{
    color:black!important;
}
.modal .form-control:focus{
     border-color:#ced4da!important;
}
.modal label{
    color:black!important;
    font-weight:500;
}
 .btn:active{
     background-color:#ffa200!important;
     border-color:#ffa200!important;
}
 .btn{
     font-weight:500;
     transition:0.3s all;
}
 a{
     color:#ffa200;
}
 a:hover{
     color:#ffa200;
}
 form .step {
     display: none !important;
}
 form .step.active {
     display: block !important;
}
 .stepper .step-dot {
     padding: 5px 12px;
     border-radius: 999px;
     background:#f5f5f5;
     font-size:1em;
}
 .stepper .step-dot.active {
     font-weight:600;
}
 .stepper .step-dot.done {
     background:#e7f1ff;
}
 .step-dot.locked {
     opacity: .5;
     cursor:not-allowed;
}
 #stepErrorBox ul, #askErrorBox ul{
     list-style-type:none;
     margin-left:0px;
     padding-left:0px;
}
.alert-success{
    font-weight:500;
}
 .vi{
    display:none
}
ul{
    list-style-type:none;
    padding:0px;
}
/* Simple popover styling */
#user-popover {
  position: absolute;
  z-index: 9999;
  min-width: 260px;
  max-width: 330px;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  background: #fff;
  display: none;
}
#user-popover .pop-header{padding-bottom:10px;border-bottom:1px solid #dddddd;}
#user-popover .up-degree { font-weight: 700;color:black;}
#user-popover .up-name { font-weight: 600;font-size:1em;line-height:17px;}
#user-popover .up-row {font-size: 0.8rem;line-height:16px; }
#user-popover .up-label { color: #666; width: 90px; display: inline-block; }
#user-popover .up-actions { margin-top: 10px; text-align: right; }
.up-actions .btn{
    padding:0px 15px;
    font-size:0.9em;
}
#user-popover .up-close{
  position: absolute;
    top: 3px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    opacity: .65;
}
#user-popover .up-close:hover { opacity: 1; }
#user-popover .up-btn {
  display: inline-block; padding: 8px 12px; border-radius: 6px;
  background: #007bff; color: #fff; text-decoration: none; border: 0; cursor: pointer;
}
.medal-number{
    font-size:0.9em;
}
#user-popover .up-avatar{width:53px;border-radius:8px;height:53px;}
.nickname-p { cursor: pointer; border-bottom: 1px dashed rgba(0,0,0,.2); }
.nickname-p img{
    border-radius:2px;
    margin-top:-3px;
}
 .form-group .vi {
     display:block;
    margin-left: .5rem;
     font-size: 1rem;
     vertical-align: middle;
     position:absolute;
     right:0px;
     top:20px;
    top: 5px;
     right: 0px;
}
 .show-password:hover {
     cursor: url('https://cdn.jsdelivr.net/gh/encharm/Font-Awesome-SVG-PNG/black/png/24/eye.png'), auto;
}
 p {
     margin: 0;
}
 textarea {
     width: 100%;
     margin-top: 10px;
}
.header-menu-links a:not(.active){
    color:white!important;
}
 .delete-button {
     all: unset;
     cursor: pointer;
     font-size: 12px;
     text-decoration: underline;
     color: rgb(255, 84, 84);
}
 .helpful-button {
     all: unset;
     cursor: pointer;
     font-size: 12px;
     text-decoration: underline;
     color: lime;
     font-weight: 500;
}
  .comment-block.is-reply {
    margin-left: 24px;
    border-left: 2px solid #eee;
    padding-left: 12px;
  }

.helpful-button.unhelpful {
     color: rgb(255, 84, 84);
}
 .vote-button {
     all: unset;
     cursor: pointer;
}
 .vote-button:focus {
     outline: none;
}
 .comment-reply {
     margin-left: 25px;
     margin-top: 10px;
     border-left: 1px solid gray;
     padding-left: 10px;
     font-size: 13px;
}
 .container {
     max-width: 800px;
}
 .register-form .container{
     max-width:900px;
}
.question-votes .badge{
    font-size:0.7em;
    background-color:white;
    color:black;
    font-weight:500;
    padding:4px 12px;
    border-radius:8px;
    user-select:none;
    opacity:0.95;
}
.question-votes{
    border-right:2px solid #830000;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:5px;
}
 .register-form h2{
     font-size:3em;
     color:white;
     font-weight:800;
     margin-top:-40px;
}
 .profile-option:hover .profile-title{
     transform: scale(1.02);
     text-decoration: none;
     color: #ffa200;
     opacity:0.6;
}
 .profile-option p{
     color:white;
     margin-top:-45px;
     font-weight:500;
     font-size:1.5em;
}
.school-info p{
    line-height:18px;
    color: #000000;
    opacity: 0.5;
}
.school-info p:nth-child(1){
    font-weight:500;
    font-size:0.8em;
}
.school-info p:nth-child(2){
    font-size:0.7em;
}
.school-info p:nth-child(3){
    font-size:0.7em;
}
 .profile-option{
     margin-top:35px;
     display:block;
     text-decoration: none!important;
}
 .logged{
     color:white;
     font-size:1.2em;
}
.register-form .logged{
    font-size:1em;
}
 .logged a{
     color:#ffa200;
}
 .profile-title {
     font-weight: 500;
     font-size: 5em;
     color:white;
     font-weight:900;
     opacity:0.35;
     transition:0.3s all;
}
 .underline {
     text-decoration: underline;
}
 .medium-bold {
     font-weight: 500;
}
 .form-border-box {
     border-radius: 16px;
     margin-top:-25px;
     background-color:#c70046;
     position:relative;
     z-index:10;
}
 .shadow{
     box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
 .form-border-box label {
     font-weight: 500;
}
 .form-control {
     transition: 0.5s all;
     box-shadow:none!important;
}
 .form-control:focus {
     box-shadow: none;
     outline: 1px solid lightblue;
}
 .form-group {
     margin-top: 5px;
     position:relative;
}
 .btn-rounded {
     border-radius: 16px;
}
 .primary-select {
     width: 65% !important;
     margin-right: 2%;
}
 .secondary-select {
     width: 33% !important;
}
 .is-valid {
     border-color: #28a745 !important;
}
 .is-invalid {
     border-color: #dc3545 !important;
}
 .btn:focus{
     box-shadow:none!important;
}
 .btn-outline-secondary{
     border: 1px solid #ced4da;
}
 .alert-danger{
     font-weight:500;
}
.added-ago small{
    margin-top:8px;
}
.added-ago{
    user-select:none;
}
.school-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.school-info.open .school-details {
  max-height: 200px;
}
.school-name {
  cursor: pointer;
  font-weight: bold;
}
.school-name img {
  transition: transform 0.3s ease;
}

.school-info.open .school-name img {
  transform: rotate(180deg);
}
 .header-container{
     top:0px;
     height:62px;
     z-index:10;
}
 .btn-primary{
     background-color:#ffa200;
     color:#515151;
     border:1px solid #ffa200;
}
 .btn-primary:hover{
     background-color:#ffa200;
     border:1px solid #ffa200;
     color:#515151;
}
 .btn-primary-outline{
     border:2px solid #ffa200;
     background-color:transparent;
     color:white!important;
}
.btn:hover{
    transform:scale(1.02);
}
.login-form .btn-primary-outline{
    
}
 .header .btn{
     font-size:14px;
     font-weight:500;
}
 .mt-6{
     margin-top:82px;
}
.modal p{
    color:black;
}
.modal{
    margin:auto;
}
.modal-content{
    border-radius:12px;
}
.modal .btn-primary-outline{
    color:#ffa200!important;
}
.modal-title{
    font-weight:700;
}
 .header-menu {
     padding: 8px 24px;
     background: #c70046;
     border: 1px solid rgb(0 0 0 / 20%);
     border-radius: 12px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     position: fixed;
     z-index: 1;
     top:10px;
     margin:auto;
     width:450px;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0px);
}
 .header-menu p, .header-menu a {
     margin: 0;
     font-size:14px;
     font-weight: 500;
     color: white;
     text-shadow: 0 1px 7px rgba(0,0,0,0.2);
}
 .header-menu a{
     color:#ebb613;
     font-weight:500;
}
.form-check-label{
    cursor:pointer;
    margin-left:10px;
    font-size:1.1em;
}
input[type=radio]{
    width:18px;
    height:18px;
    background-color:transparent;
    margin-right:10px;
    cursor:pointer;
    appearance: none;
    border-radius:100%;
    border:2px solid white;
    opacity:0.7;
    transition:0.2s all;
}
input[type="radio"]:checked {
  background-color:#ffa200;
  opacity:1;
}
.nickname-p{
    color:#ffa200;
}
.nickname-p:hover{
    text-decoration:underline;
}

 @media (max-width: 991px) {
     .landing-content h1{
         font-size:3em;
         line-height:50px;
    }
     .landing-content .btn{
         font-size:1.2em;
         padding:10px 30px;
    }
    h3{
        font-size:2em;
    }
    .register-form h3{
        font-size:3.5em;
    }
}
 @media (min-width: 768px) {
     .login-card, .form-border-box{
         box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
         padding:40px;
         border-radius:16px;
    }
    .login-card{
        position:relative;
        z-index:10;
        background-color:#c70046;
    }
    .landing-register small{
        font-size:0.9em!important;
    }
    .landing-register h2{
        margin-bottom:-5px;
    }
}
 @media (max-width: 768px) {
     .landing-content .btn{
         width:100%;
    }
     .landing-content h1{
         font-size:2.2em;
         line-height:38px;
    }
     .landing-content .btn{
         font-size:1em;
         padding:10px 20px;
    }
     .landing-content img, .login-form img{
         width:30%;
    }
     .landing-content .btn{
         border:3px solid #ffa200;
    }
     .landing-content .btn:hover{
         border:3px solid #ffa200;
    }
     .landing-content .no-login{
         font-size:0.8em;
    }
     .landing-content, .login-form{
         padding: 4vh 4vh;
    }
     .register-form h2{
         font-size:2.3em;
         margin-top: -25px;
         line-height: 35px;
    }
     .profile-title{
         font-size:2.3em;
    }
     .profile-option p {
         color: white;
         margin-top: -25px;
         font-weight: 500;
         font-size: 1.1em;
         line-height:23px;
    }
     .register-form .white-logo{
         width:150px;
    }
    .stepper .step-dot{
        width:calc(50% - 5px);
        font-size:0.7em;
    }
    #stepper{
        gap:5px;
    }
    .register-form h3{
        font-size:2em;
        opacity:1;
    }
    .form-border-box{
        border-radius:0px;
        margin-top:0px;
    }
    .register-form .white-logo{
        display:none;
    }
    .header .white-logo{
        width:150px;
    }
    .header{
        padding:10px 2vh;
    }
    .modal-footer{
        flex-direction:column;
    }
    .modal-footer .btn{
        width:100%!important;
    }
    .question-btn{
        width:100%;
    }
    .qaa-content h3{
    font-size:2em;
}
.question-votes p{
    padding:2px 6px;
}
.question-votes .badge{
    padding: 2px;
}
.question-votes{
    border:none;
    padding:0px;
    gap:4px;
}
#questionList h4{
    font-size:1.4em;
}
.question-box .content-text{
    font-size:0.9em;
}
.question-box {
    background-color: transparent;
    border: 0px;
    box-shadow: none !important;
    padding:15px 5px;
    border-bottom:2px solid #0000004d;
}
.form-border-box{
    background-color:transparent;
}
.header-menu{
    width:92%;
    top:20px;
}
.search-input .form-control {
    width:100%;
}
.search-input{
    position:absolute;
    width:90%;
}
.header-container{
    margin-top:55px;
}
}