/* Universal Styles */
body {
    color: rgb(222, 226, 230) !important;
    font-size: 1em !important;
    background-color: rgb(33, 37, 41) !important;
    padding:0 4rem 0 4rem !important;
    font-family: "Red Hat Mono", monospace !important;
}

.greenText {
    color: rgba(181,232,83,1) !important;
    text-decoration: none;
}

.greyText {
    color: rgba(255, 255, 255, 0.55) !important;
    text-decoration: none;
}

.goldText {
    color: rgba(255, 193, 7, 0.8);
}

.greyTextAscii {
    color: rgba(255, 255, 255, 0.55) !important;
    text-decoration: none;
    letter-spacing: -1px !important;
}

.text-Input{
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.55) !important;
    width: 100%;
}

.text-input-option {
    background-color: rgb(33, 37, 41) !important;
    
}

.form-text {
    color: rgba(181,232,83,1);
}

.label-center {
    height: 100%;
    vertical-align: middle; 
}

.green-btn {
    background-color: transparent !important;
    border: 1px solid rgba(181,232,83,1) !important;
    border-radius: 6px;
    color: rgba(181,232,83,1) !important;
}

.green-btn:hover {
    color: rgb(222, 226, 230);
    border: 1px solid rgb(222, 226, 230) !important;
    background-color: rgba(181,232,83,0.7) !important;
}

.grey-btn {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.55) !important;
}

.grey-btn:hover {
    color: rgb(222, 226, 230);
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    background-color: rgba(255, 255, 255, 0.55) !important;
}

.remove-btn {
    background-color: transparent !important;
    border: 1px solid rgba(220, 53, 69, 0.8) !important;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.55) !important;
}

.remove-btn:hover {
    background-color: rgba(220, 53, 69, 0.4) !important;
    border: 1px solid rgba(220, 53, 69, 0.8) !important;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.55) !important;
}

#id_hint_add_penalty {
    width: 25%;
}

#id_hint_add_order {
    width: 25%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    border: 1px solid rgba(255, 255, 255, 0.55);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.55) !important;;
    -webkit-box-shadow: 0 0 0px 1000px rgb(52, 58, 64) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control,
.form-control:hover,
.form-control:focus {
    border: 1px solid rgba(255, 255, 255, 0.55);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.55) !important;;
    -webkit-box-shadow: 0 0 0px 1000px rgb(52, 58, 64) inset;
    box-shadow:  0 0 0px 1000px rgb(52, 58, 64) inset;
    transition: background-color 5000s ease-in-out 0s;
}


/* Navbar Styles */
.nav-li {
    border-bottom: 4px solid transparent;
}

.nav-li:hover {
    border-bottom: 4px solid rgba(181,232,83,1) !important;
    cursor: pointer;
    color: inherit;
}

/* Competition Styles */

.comp-list {
    list-style-type: none;
}

/* Challenge Styles */

#challenge-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#challenge-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    color: black;
}


#answer {
    background-color: transparent !important;
    border: 1px solid rgb(222, 226, 230) !important;
    border-radius: 6px;
    color: rgb(222, 226, 230) !important;
}

#challenge-btn {
    background-color: transparent !important;
    border: 1px solid rgba(181,232,83,1) !important;
    border-radius: 6px;
    color: rgba(181,232,83,1);
}

#challenge-btn:hover {
    color: rgb(222, 226, 230);
    border: 1px solid rgb(222, 226, 230) !important;
    background-color: rgba(181,232,83,0.7) !important;
}

.no-account {
    color: rgba(181,232,83,1);
}

.no-account:hover {
    color: rgba(255, 255, 255, 0.55) !important;
}

.asciiBox {
    border: 2px dashed rgba(255, 255, 255, 0.55) !important;
    margin: 0 auto;
    position: relative;
}

.asciiBox::after {
    content: "+";
    position: absolute;
    left: -6px;
    top: -13px;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.55) !important;}

.asciiBox::before {
    content: "+";
    position: absolute;
    right: -6px;
    top: -13px;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.55) !important;}

.asciiBox .inner::after {
    content: "+";
    position: absolute;
    left: -6px;
    bottom: -11px;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.55) !important;}

.asciiBox .inner::before {
    content: "+";
    position: absolute;
    right: -6px;
    bottom: -11px;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.55) !important;
}

.ascii-table {
    width: 100%;
}
.ascii-table table {
    border-collapse: collapse;
    width: 100%;
}
.ascii-table td {
    border: 1px dashed rgba(255, 255, 255, 0.55) !important;;
    padding: .5em;
}
.ascii-table tr td:before {
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(https://i.sstatic.net/2OGdZ.png);
    top: -8px;
    left: -8px;
}
.ascii-table tr td:last-child:after, .ascii-table tr:last-child td:after {
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(https://i.sstatic.net/2OGdZ.png);
    bottom: -8px;
    right: -8px;
}
.ascii-table:before {
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(https://i.sstatic.net/2OGdZ.png);
    top: -7px;
    right: -7px;
}
.ascii-table:after {
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(https://i.sstatic.net/2OGdZ.png);
    bottom: -7px;
    left: -7px;
}

.terminal-container {
    background-color: rgb(52, 58, 64);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    margin-bottom: 3rem;
}

.border-divider-top {
    border-top: 2px dashed rgba(255, 255, 255, 0.55) !important;
}

.border-divider-bot {
    border-bottom: 2px dashed rgba(255, 255, 255, 0.55) !important;
}