html {
    overflow-x: hidden;
    background-image: url(../img/6.0/internal-min.svg), radial-gradient(at top right, #ffdddd 0%, #f3f3f3 50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

body {
    color: #454545;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
}

h2 {
    font-size: 18px;
    padding: 10px 0 20px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    padding: 20px 0;
}

h4 {
    font-size: 14px;
    padding: 5px 0;
}

a {
    color: #454545;
    text-decoration: none;
}

.tooltiptext a {
    color: white;
    text-decoration: underline;
}

p {
    line-height: 20px;
}

strong {
    font-weight: 700;
}

em {
    color: #7b7d82;
    font-style: italic;
}

label {
    color: #454545;
    display: block;
    font-size: 10px;
    margin: 0 0 5px;
    text-indent: 5px;
    text-transform: uppercase;
}

sup {
    font-size: 10px;
    vertical-align: super;
}

input[type=email],
input[type=password],
input[type=number],
input[type=text],
input[type=url],
input[type=tel],
select,
textarea {
    background: #fff;
    border: 1px solid #BBB;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    box-sizing: border-box;
    color: #333;
    margin: 0 0 15px;
    min-height: 34px;
    padding: 7px 8px;
    vertical-align: middle;
    width: 100%;
}

input[readonly=readonly],
select[disabled=disabled],
textarea[readonly=readonly] {
    background: #f5f5f5;
    color: #808080;
}

input[type=submit],
button[type=submit],
.high-priority {
    background: #9E1818;
    border: #5F0E0E solid 1px;
    border-bottom: #5F0E0E solid 3px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    padding: 7px;
    margin: 10px 0 0 0;
    text-align: center;
    width: 125px;
    cursor: pointer;
}

input[type=submit]:disabled {
    background: #dadada;
    border-color: #bbb;
    cursor: default;
}

input[type=weight] {
    background: #fff;
    border: 1px solid #BBB;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    box-sizing: border-box;
    color: #333;
    margin: 0 0 5px;
    min-height: 34px;
    padding: 7px 8px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

input[type="checkbox"] {
    position: relative;
    top: 2px !important;
}

textarea {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    resize: vertical;
}

hr {
    border-top: #bbb solid 1px;
    border-bottom: none;
    height: 0;
    margin: 5px 0 10px;
}

/* Containers */

.content {
    margin: 0 auto;
    width: 1024px;
}

.content-progress {
    margin: 0 auto;
    width: 1200px;
}

.page {
    padding: 20px;
    background: #fff;
}

.main {
    margin: 110px auto 60px;
}

.box {
    background: #fff;
    border: #dcdcdc solid 1px;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}

.both {
    clear: both;
}

.cb {
    box-sizing: border-box;
}

.cb-center {
    margin: 0 auto 20px;
}

.cb-center p {
    margin-bottom: 15px;
}

.cb-right {
    float: right;
}

.cb-left {
    float: left;
}

.cb-space {
    padding: 0 0 0 20px;
}

.cb-20 {
    width: 20%;
}

.cb-40 {
    width: 40%;
}

.cb-50 {
    width: 50%;
}

.cb-60 {
    width: 60%;
}

.cb-80 {
    width: 80%;
}

/* popup suggestion */

.popup-frame {
    margin: 30px;
}

.problem-suggestion-button {
    float: right;
    margin-top: 0 !important;
    height: 34px;
    width: 135px !important;
}

.popup-problem-suggestion {
    min-height: 400px;
}

.btn-suggestion {
    text-align: center;
    position: relative;
    width: 700px;
}

#suggestion-popup {
    margin: 0 auto;
    position: relative;
    width: 750px;
    height: 460px;
    background-color: #fff;
    padding: 0px 10px 35px 0px;
}

#suggestion-popup h2 {
    color: #5f5cbd;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0;
}

#suggestion-popup table {
    width: 670px;
}

#suggestion-popup table .text-align-end {
    text-align: end;
}

#suggestion-popup table .padding-right-16 {
    padding-right: 16px;
}

#suggestion-popup .title {
    height: 100px;
}

#suggestion-popup .body {
    height: 330px;
    overflow: auto;
    margin-top: 5px;
}

#suggestion-popup .footer {
    height: 30px;
    top: 5px;
}

#suggestion-popup p {
    font-size: 12px;
    padding: 0px 30px 20px 30px;
    line-height: 18px;
    word-wrap: break-word;
}

#suggestion-popup p strong {
    font-weight: bold;
}

#suggestion-popup td.tb {
    text-align: left;
}

#suggestion-popup img {
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

/* Header */

header {
    background: #fff;
    border-bottom: #dcdcdc solid 1px;
    height: 50px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5;
}

header h1 {
    background: url('../img/academic.png') no-repeat center;
    cursor: default;
    display: inline-block;
    padding: 19px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

header h1 strong {
    display: inherit;
    padding: 5px 10px 0px 100px;
}

header h1 span {
    display: inherit;
    padding: 0 10px 0 30px;
}


.h-large,
.h-small,
.h-wide {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 50px;
}

.h-wide {
    text-align: right;
    width: 100%;
}

.h-small {
    width: 25%;
}

.h-large {
    width: 50%;
}

.menu-link {
    display: inline-block;
    padding: 20px;
}

.h-you-are-premium {
    box-sizing: border-box;
    color: #5f5cbd;
    display: inline-block;
    padding: 19px 0;
    margin: 0 0 0 105px;
    text-align: center;
}

.h-upgrade {
    background: #ffffff;
    border: #5f5cbd solid 2px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #5f5cbd;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 6px;
    margin: 12px 0 12px 60px;
    text-align: center;
}

.h-avatar {
    background: #f5f5f5;
    border-radius: 50px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15);
    float: right;
    height: 32px;
    margin: 10px;
    overflow: hidden;
    width: 32px;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15);
}

.h-avatar-menu,
.h-sub-menu,
.h-language-menu {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #dbdbdb;
    visibility: hidden;
    min-width: 140px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    transition: .1s ease-in-out 0s;
    -webkit-transition: all .1s ease-in-out;
}

.h-avatar-menu {
    z-index: 1001 !important;
}

.h-avatar-menu,
.h-language-menu {
    top: 45px;
    right: 6px;
}

.h-avatar-menu {
    z-index: 10;
}

.h-sub-menu {
    left: 0;
    top: 28px;
}

.h-avatar-menu hr,
.h-sub-menu hr {
    margin: 5px;
    border-top: #bbb dotted 1px;
}

.h-avatar:hover>.h-avatar-menu,
.h-avatar:hover>.h-avatar-menu:after,
#menu li:hover>.h-sub-menu,
#menu li:hover>.h-sub-menu:after,
#menu-contest li:hover>.h-sub-menu,
#menu-contest li:hover>.h-sub-menu:after,
.h-flag:hover>.h-language-menu,
.h-flag:hover>.h-language-menu:after,
.h-flag-menu:hover>.h-language-menu {
    visibility: visible;
    transition: .1s ease-in-out 0s;
}

.h-avatar-menu:after,
.h-sub-menu:after,
.h-language-menu:after {
    bottom: 100%;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    content: " ";
    visibility: hidden;
    height: 0;
    right: 15%;
    margin-left: -5px;
    position: absolute;
    pointer-events: none;
    transition: .1s ease-in-out 0s;
    width: 0;
}

.h-avatar-menu li a,
.h-sub-menu li a,
.h-language-menu li a {
    display: block;
    font-size: 10px;
    padding: 7px 15px;
    text-transform: uppercase;
}

.h-avatar-menu li a:hover,
.h-sub-menu li a:hover,
.h-language-menu li a:hover {
    background: #f3f3f3;
}

.h-user {
    float: right;
    margin: 12px 0;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}

.h-user strong {
    font-weight: 700;
}

.h-user i {
    color: #bbb;
    display: inline-block;
    font-size: 10px;
    padding: 3px 0 0;
}

#h-logo {
    background: url('../img/6.0/logo.png') no-repeat center;
}

.h-flag-menu {
    background-image: url('data:image/png;base64,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');
    border-radius: 50px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15);
    float: left;
    height: 25px;
    margin: 0px 12px 0px 12px;
    width: 25px;
}


.h-language-text {
    font-size: 10px;
    padding: 7px 15px;
    text-transform: uppercase;
    color: #454545;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-languages-item {
    padding: 3px 0px 3px 0px;
    transition: background 0.2s;
}
.h-languages-item:hover {
    background: #f3f3f3;
}

.h-language-menu{
    top: 40px !important;
}

.h-languages-item{
    height: 25px;
}

/* Footer */

footer {
    background: #fff;
    border-top: #dcdcdc solid 1px;
    bottom: 0px;
    font-size: 11px;
    position: fixed;
    width: 100%;
    z-index: 5;
}

footer .site-coyright {
    box-sizing: border-box;
    float: left;
    text-align: left;
    padding: 10px 20px;
    width: 25%;
}

footer .site-information {
    box-sizing: border-box;
    float: left;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
}

footer .site-information li {
    display: inline-block;
    padding: 0 3px;
}

footer .site-information li.division {
    color: #BBB;
}

footer .site-version {
    box-sizing: border-box;
    float: right;
    padding: 10px 20px;
    text-align: right;
    width: 25%;
}

/* Academic */

.academic-agree {
    font-weight: bold;
    color: #0A0;
}

.academic-notagree {
    font-weight: bold;
    color: #F00;
}

/* Session Flash Messages */

.flash,
.auth {
    color: #fff;
    font-weight: 700;
    padding: 7px 10px;
    position: fixed;
    text-align: center;
    transition: 0.5s;
    top: 51px;
    width: 100%;
    z-index: 3;
}

.auth {
    border-radius: 3px;
    width: 50%;
}

.flash-success,
.flash-auth-success {
    background: #abcd21;
    border: 1px solid #86a11a;
    border-bottom: #86a11a solid 3px;
}

.flash-failure,
.flash-auth-failure {
    background: #f66466;
    border: 1px solid #e14043;
    border-bottom: #e14043 solid 3px;
}

.flash-warning,
.flash-auth-warning {
    background: #f1c40f;
    border: 1px solid #f39c12;
    border-bottom: #f39c12 solid 3px;
}

/* Breadcrumb */

#breadcrumb {
    background: #f5f5f5;
    border-bottom: #dcdcdc solid 1px;
    border-top: #dcdcdc solid 1px;
    color: #bbb;
    font-size: 10px;
    margin: 0 0 20px;
    position: fixed;
    padding: 5px 10px;
    top: 50px;
    width: 100%;
    z-index: 3;
}

#breadcrumb a {
    margin: 0 3px;
}

#breadcrumb p {
    color: #7b7d82;
    display: inline-block;
    padding: 0 10px 0;
}

#breadcrumb ul {
    display: inline-flex;
}

/* Menu */

#menu {
    background: #7E1313 url(../img/logo-beecrowd.png) no-repeat center 50px;
    background: url(../img/logo-beecrowd.png) center 50px no-repeat, linear-gradient(176deg, #7E1313 7.02%, #3F0A0A 59.55%, #450909 98.72%) 50% center no-repeat;
    position: fixed;
    left: -250px;
    min-height: 600px;
    width: 250px;
    z-index: 6;
}

#menu ul {
    height: 45%;
    margin: 250px auto 0;
    overflow-x: hidden;
    width: 150px;
}

#menu ul::-webkit-scrollbar {
    width: 5px;
}

#menu ul::-webkit-scrollbar-track {
    background: #2c1575;
    border-radius: 10px;
}

#menu ul::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

#menu a {
    border: rgba(0, 0, 0, 0) solid 1px;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 10px;
    margin: 0 0 5px;
}

#menu a:hover {
    background: #7E1313;
    border-color: #fff;
}

#menu p {
    bottom: 50px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.wrap {
    position: relative;
}

/* Form */

.column-85 {
    width: 85%;
}

.column-50 {
    width: 50%;
}

.column-25 {
    width: 25%;
}

.column-23 {
    width: 23.9%;
}

.column-13 {
    width: 33%;
}

.form-left,
.form-right {
    box-sizing: border-box;
}

.form-center {
    float: left;
    padding: 0 10px 0 10px;
}

.form-left {
    float: left;
    padding: 0 10px 0 0;
}

.form-right {
    float: right;
    padding: 0 0 0 10px;
}

.form-actions {
    text-align: right;
}

.submit {
    display: inline-block;
}

.low-priority {
    background: #ffffff;
    border: #dadada solid 1px;
    border-bottom: #d8d8d8 solid 3px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #454545;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 10px;
    margin: 10px 15px 0 0;
    padding: 10px 0 8px;
    text-align: center;
    width: 125px;
}

/* Login */

/* Registration */

.hint {
    color: #888;
    font-size: 10px;
    padding: 5px;
    text-transform: uppercase;
}

.hint-inline {
    float: left;
    margin: 10px 0;
}

.hint-multiple {
    line-height: 14px;
}

.hint-form {
    margin: -10px 0 10px;
}

.hint-warning {
    background: #ffb50026;
    border: #ffb500 solid 1px;
    border-radius: 3px;
    color: #454545;
    padding: 5px 10px;
}

.info {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    margin: 20px 0;
    width: 82%;
}

.hidden {
    display: none;
}

.request-custom {
    position: relative;
}

.request-custom em {
    color: #aaa;
    left: 0px;
    padding: 0 10px 0;
    position: absolute;
    top: 26px;
    z-index: 1;
}

.r-lattes input {
    padding-left: 91px;
}

.r-research-gate input {
    padding-left: 215px;
}

.r-google-scholar input {
    padding-left: 202px;
}

.height-180 {
    height: 180px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.search-32-percent {
    width: 32%;
    float: left;
    padding-left: 5px;
}

/*  Tipsy*/

.tipsy {
    font-size: 10px;
    font-weight: 700;
    padding: 5px;
    position: absolute;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #000;
    border-radius: 3px;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}

.tipsy-arrow {
    border: 5px dashed #000;
    height: 0;
    line-height: 0;
    position: absolute;
    width: 0;
}

.tipsy-arrow-n {
    border-bottom-color: #000;
}

.tipsy-arrow-s {
    border-top-color: #000;
}

.tipsy-arrow-e {
    border-left-color: #000;
}

.tipsy-arrow-w {
    border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* Header Table */

.tb-header {}

.tb-header td {
    padding: 5px 0;
}

.tb-h-label {
    color: #777;
    font-size: 10px;
    text-transform: uppercase;
    width: 100px;
}

.tb-h-value {}

.key {
    background: whitesmoke;
    border: #dddddd solid 1px;
    border-radius: 3px;
    font-family: 'Ubuntu Mono';
    padding: 3px 5px;
}

/* Statistics Box */

.statistics {
    height: 100%;
    display: grid;
}

.statistics .box-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.statistics li {
    display: inline-block;
    padding: 6px 15px 6px;
    text-align: center;
    width: 100%;
}

.statistics img {
    padding: 0 10px 0 0;
}

.statistics strong {
    font-size: 18px;
}

/* Premium */

.go-premium {
    background: #ffd76e;
    border: #e1ba53 solid 1px;
    border-radius: 3px;
    padding: 3px 5px;
}

.go-premium-box {
    background: #ffd76e;
    border: #e1ba53 solid 1px;
}

.premium-box {
    background: #5f5cbd;
    border: #2c1575 solid 1px;
    color: #fff;
}

/* General */

.center {
    text-align: center;
}

.line {
    border-bottom: #dcdcdc solid 1px;
    color: #bbb;
    font-size: 10px;
    margin: 0 0 20px;
    padding: 0px 6px;
}

/* Tables */

table {
    width: 100%;
}

.tb th,
.pg th {
    color: #7b7d82;
    font-weight: 700;
    padding: 5px 0;
}

.tb th {
    text-align: left;
}

.pg th {
    text-align: center;
    vertical-align: middle;
}

.tb th a {
    color: #7b7d82;
    display: inline-block;
}

.tb .tb-sequence {
    text-align: center;
    width: 6%;
}

.tb .tb-id {
    text-align: center;
    width: 8%;
}

.tb .tb-empty {
    width: 3%;
}

.tb .tb-space {
    width: 1%;
}

.tb .tb-check {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    width: 10%;
}

.tb .tb-actions {
    text-align: center;
    width: 16%;
}

.tb-actions table {
    width: 100%;
    border-collapse: initial;
}

.tb-actions table a {
    margin: auto !important;
}

.tb-actions td {
    text-align: center;
    width: 25px;
    display: inline-grid;
}

.tb .tb-datetime {
    width: 25%;
}

.tb .tb-actions a,
.disabled-action {
    padding: 0 3px;
}

.tb tr {
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
}

.tb tr.even {
    background: #fff;
}

.tb tr.odd {
    background: #f5f5f5;
}

.tb td,
.pg td {
    vertical-align: middle;
}

.tb td,
.pg td {
    height: 30px;
}

.tb .score,
.pg .score {
    text-align: center;
    width: 5%;
}

.table-problems {
    border-collapse: separate;
    width: 130px;
    float: right;
}

.table-problems td {
    width: 20%;
}

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

/* Languages Tags */

.language-tags {
    min-height: 18px;
    max-height: 60px;
    line-height: 18px;
}

.language-tags span,
.language-tag span {
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    margin: 0 4px 8px 0;
    text-transform: uppercase;
}

.language-1 {
    background: #3498db;
    /* C */
    text-wrap: nowrap;
}

.language-2 {
    background: #2980b9;
    /* C++ */
    text-wrap: nowrap;
}

.language-3 {
    background: #e74c3c;
    /* Java */
    text-wrap: nowrap;
}

.language-4 {
    background: #9b59b6;
    /* Python */
    text-wrap: nowrap;
}

.language-5 {
    background: #8c59b6;
    /* Python 3 */
    text-wrap: nowrap;
}

.language-6 {
    background: #c0392b;
    /* Ruby */
    text-wrap: nowrap;
}

.language-7 {
    background: #e67e22;
    /* C# */
    text-wrap: nowrap;
}

.language-8 {
    background: #c02b42;
    /* Scala */
    text-wrap: nowrap;
}

.language-9 {
    background: #4a48d6;
    /* Lua */
    text-wrap: nowrap;
}

.language-10 {
    background: #7d9e42;
    /* JavaScript */
    text-wrap: nowrap;
}

.language-11 {
    background: #e73c57;
    /* Java 8 */
    text-wrap: nowrap;
}

.language-12 {
    background: #34d0db;
    /* Go */
    text-wrap: nowrap;
}

.language-13 {
    background: #1a6199;
    /* SQL */
    text-wrap: nowrap;
}

.language-14 {
    background: #34b4db;
    /* C99 */
    text-wrap: nowrap;
}

.language-15 {
    background: #f97603;
    /* Kotlin */
    text-wrap: nowrap;
}

.language-16 {
    background: #2472a4;
    /* C++17 */
    text-wrap: nowrap;
}

.language-17 {
    background: #4a4996;
    /* Haskell */
    text-wrap: nowrap;
}

.language-18 {
    background: #b17a4d;
    /* OCaml */
    text-wrap: nowrap;
}

.language-19 {
    background: #ed7084;
    /* Pascal */
    text-wrap: nowrap;
}

.language-20 {
    background: #673e8a;
    /* Python 3.8 */
    text-wrap: nowrap;
}

.language-21 {
    background: #d62839;
    /* Java 14 */
    text-wrap: nowrap;
}

.language-22 {
    background: #4b6cca;
    /* Dart */
    text-wrap: nowrap;
}

.language-23 {
    background: #8697BF;
    /* R */
    text-wrap: nowrap;
}

.language-24 {
    background: #8892BF;
    /* PHP */
    text-wrap: nowrap;
}

.language-25 {
    background: #FA613F;
    /* Swift */
    text-wrap: nowrap;
}

.language-26 {
    background: #91DB47;
    /* Clojure */
    text-wrap: nowrap;
}

.language-27 {
    background: #c0392b;
    /* Ruby 2.7 */
    text-wrap: nowrap;
}

.language-28 {
    background: #34d0db;
    /* Go 1.15 */
    text-wrap: nowrap;
}

.language-29 {
    background: #2d2bc0;
    /* Lua 5.4 */
    text-wrap: nowrap;
}

.language-30 {
    background: #6f8c3a;
    /* JavaScript 12.18 */
    text-wrap: nowrap;
}

.language-31 {
    background: #505f67;
    /* Rust */
    text-wrap: nowrap;
}

.language-32 {
    background: #3178C6;
    /* TypeScript 4.1 */
    text-wrap: nowrap;
}

.language-33 {
    background: #9ec631;
    /* Julia */
    text-wrap: nowrap;
}

.language-34 {
    background: #8b528c;
    /* Elixir */
    text-wrap: nowrap;
}

.language-35 {
    background: #4d2e67;
    /* Python 3.9 */
    text-wrap: nowrap;
}

.language-36 {
    background: #4d2e67;
    /* Python 3.9 AI */
    text-wrap: nowrap;
}

.language-39 {
    background: #4b6cca;
    /* Dart, Dart 2.17, Dart 3.0 */
    text-wrap: nowrap;
}

.language-40 {
    background: #d62839;
    /* Java 14, Java 19 */
    text-wrap: nowrap;
}

.language-41 {
    background: #3178C6;
    /* TypeScript 4.1, TypeScript 5.1 */
    text-wrap: nowrap;
}

.language-42 {
    background: #2472a4;
    /* C++17, C++20 */
    text-wrap: nowrap;
}

.language-43 {
    background: #4b6cca;
    /* Dart, Dart 2.17, Dart 3.0 */
    text-wrap: nowrap;
}

.language-44 {
    background: #4d2e67;
    /* Python 3.9 AI */
    text-wrap: nowrap;
}

.language-45 {
    background: #8892BF;
    /* PHP, PHP 8.1 */
    text-wrap: nowrap;
}

.language-46 {
    background: #34d0db;
    /* Go 1.20 */
    text-wrap: nowrap;
}

.language-47 {
    background: #FA613F;
    /* Swift 5.8 */
    text-wrap: nowrap;
}

.duplicate-text {
    background-color: transparent;
    background-image: url("https://resources.beecrowd.com/academic/img/i-edit.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    height: 34px;
    outline: 0;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    top: 15px;
    right: 6px;
    width: 45px;
}

.clear-search {
    background-color: transparent;
    background-image: url("https://resources.beecrowd.com/academic/img/i-stop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    height: 34px;
    outline: 0;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    right: 6px;
    width: 26px;
}

.display-none {
    display: none;
}

.display-flex {
    display: flex;
}

.input-wrapper {
    height: 100%;
    position: relative;
}

/* Selectsize Languages Tags */

.selectize-control.multi .selectize-input>div.tag-color>a {
    border-left: 1px solid #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-1 {
    background: #3498db;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-2 {
    background: #2980b9;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-3 {
    background: #e74c3c;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-4 {
    background: #9b59b6;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-5 {
    background: #8c59b6;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-6 {
    background: #c0392b;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-7 {
    background: #e67e22;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-8 {
    background: #c02b42;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-9 {
    background: #4a48d6;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-10 {
    background: #7d9e42;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-11 {
    background: #e73c57;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-12,
.selectize-control.multi .selectize-input>div.tag-language-28,
.selectize-control.multi .selectize-input>div.tag-language-46 {
    background: #34d0db;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-13 {
    background: #1a6199;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-14 {
    background: #34b4db;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-15 {
    background: #f97603;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-16,
.selectize-control.multi .selectize-input>div.tag-language-42 {
    background: #2472a4;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-17 {
    background: #4a4996;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-18 {
    background: #b17a4d;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-19 {
    background: #ed7084;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-20 {
    background: #673e8a;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-21,
.selectize-control.multi .selectize-input>div.tag-language-40 {
    background: #d62839;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-22,
.selectize-control.multi .selectize-input>div.tag-language-39,
.selectize-control.multi .selectize-input>div.tag-language-43 {
    background: #4b6cca;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-23 {
    background: #8697BF;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-24,
.selectize-control.multi .selectize-input>div.tag-language-45 {
    background: #8892BF;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-25,
.selectize-control.multi .selectize-input>div.tag-language-47 {
    background: #FA613F;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-26 {
    background: #91DB47;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-27 {
    background: #c0392b;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-28 {
    background: #34d0db;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-29 {
    background: #2d2bc0;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-30 {
    background: #6f8c3a;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-31 {
    background: #505f67;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-32,
.selectize-control.multi .selectize-input>div.tag-language-41 {
    background: #3178C6;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-33 {
    background: #9ec631;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-34 {
    background: #8b528c;
    border: none;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.tag-language-35,
.selectize-control.multi .selectize-input>div.tag-language-36,
.selectize-control.multi .selectize-input>div.tag-language-44 {
    background: #4d2e67;
    border: none;
    color: #fff;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header>div.selectize-option {
    border-bottom: 1px solid #ddd;
    padding: 10px 8px !important;
}

.selectize-subject {
    color: #7b7d82;
    font-size: 11px;
    padding: 5px 0 0;
}

.selectize-option b {
    font-weight: bold;
}

.selectize-input>div .name+.email {
    margin-left: 5px;
}

.selectize-input>div .email:before {
    content: '<';
}

.selectize-input>div .email:after {
    content: '>';
}

.selectize-input>div .email {
    opacity: 0.8;
}


/* Options */

.options {
    float: right;
    position: absolute;
    right: 20px;
    top: 20px;
}

.options span {
    color: #bbb;
    padding: 0 5px;
}

.options a {
    border-left: #bbb solid 1px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.options a:first-child {
    border-left: none;
}

/* Pagination */

.paging {
    text-align: right;
    margin: 20px 0 0;
}

.paging li {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    margin: 5px 0 5px 10px;
    padding: 7px 8px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    width: 10px;
}

.paging li.prev,
.paging li.next {
    font-size: 12px;
    padding: 8px;
    width: 75px;
}

.paging .disabled {
    background-color: #f5f5f5;
}

.paging .disabled a {
    color: #aaa;
}

.paging .active {
    background: #9E1818;
    border-color: #9E1818;
}

.paging .active a {
    color: #fff;
    font-weight: 700;
}

/* Progress Table */

/* Progress */

.pg {}

.pg-vertical {
    font-size: 10px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.pg-box {
    background: url('../img/line.png') repeat-x center;
    text-align: center;
    width: 28px;
}

.pg-box a,
.pg-box div {
    display: inline-block;
    height: 17px;
    width: 17px;
}

.pg-header {
    height: 40px;
}

.pg-total {
    text-align: right;
    width: 7%;
}

.void {
    background: #f5f5f5;
    border: #ddd solid 1px;
    border-radius: 2px;
    color: transparent;
}

.solved {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #a3da68;
    border: #8AA969 solid 1px;
    border-radius: 2px;
    color: #000;
    font-size: 10px;

}

.presentation {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #ffe39b;
    border: #ecbf49 solid 1px;
    border-radius: 2px;
    color: #000;
    font-size: 10px;
}

.tried {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #f1736a;
    border: #B0504A solid 1px;
    border-radius: 2px;
    color: #000;
    font-size: 10px;
}


.c-statistics {
    padding: 0 10px;
    text-align: right;
    width: 300px;

}

.c-statistics em {
    display: inline-block;
    font-size: 10px;
    font-style: normal;
}

.c-data sub {
    vertical-align: sub;
    font-size: 8px;
}

.c-data sup {
    vertical-align: super;
    font-size: 8px;
}

.c-data p {
    font-size: 10px;
    line-height: initial;
    text-align: center;
}

.c-data-solved {
    text-align: center;
    background: #f5f5f5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 1px solid #bbb;
}

.c-data-tries {
    text-align: center;
    background: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.solved-tries {
    border-radius: 3px;
    background: #f5f5f5;
    border: 1px solid #bbb;
    text-align: center;
    margin: 3px 2px;
}

.c-data-solved p,
.c-data-tries p {
    font-size: 10px;
    padding: 4px 0px;
}

.c-data-summary strong {
    font-weight: bold;
}

/* Configure */

.sort {
    cursor: ns-resize;
}

.highlight-row {
    display: table-row;
    height: 55px;
    width: 100%;
}

.highlight {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQYV2NkQAN37979z4gsBhJQVlZmhAvCBECKwILIAmBBdAGQIADxLROccnJyBgAAAABJRU5ErkJggg==) !important;
    height: 100%;
    width: 100%;
    margin-top: 25px;
}

.c-white {
    background: #fff;
}

.c-select,
.c-number {
    margin: 5px;
}

.c-number input {
    text-align: center;
    margin: 0;
}

.c-problem-subject {
    color: #aaa;
    font-size: 10px;
    padding: 5px 0 0;
}

/* Terms of Service */

#terms {}

#terms ol {
    line-height: 20px;
    list-style: upper-roman;
    padding: 10px 20px;
}

#terms ol li {
    padding: 5px;
}

/* Key */

.box-key {
    width: 550px;
    margin: 0 auto;
}

#show-key {
    text-align: center;
}

#show-key img {
    float: left;
}

#card-info {
    display: table-cell;
    height: 150px;
    padding: 0px 15px;
    vertical-align: middle;
    width: 275px;
}

#card-key {
    border: #bbb solid 1px;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    padding: 20px;
    position: relative;
    text-align: left;
    z-index: 0;
    width: 500px;
}

#card-key h5 {
    font-weight: bold;
    font-size: 18px;
}

#card-info em {
    color: #aaa;
    display: block;
    font-style: normal;
    padding: 5px 0px;
}

#card-info a {
    font-size: 20px;
    font-weight: bold;
    color: #bbb;
    display: block;
    margin: 15px 0px 5px;
}

#card-image {
    width: 150px;
    height: 150px;
    float: left;
}

#show-key strong {
    color: #454545;
    font-size: 36px;
}

#show-key p {
    background: #fff;
    bottom: -10px;
    color: #bbb;
    font-size: 11px;
    font-weight: bold;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    z-index: 2;
}

/* Comments */

.comment-by {
    color: #aaa;
    font-size: 10px;
    text-transform: uppercase;
}

.comment-text {
    margin: 20px 0 0;
}

/* Blockly */

#blockly {
    height: 500px;
    width: 100%;
}

/* Answers */
.answer {
    font-weight: bold;
}

.a-1,
.a-1 a {
    color: #0A0;
}

.a-2,
.a-2 a {
    color: #e5af25;
}

.a-3,
.a-3 a {
    color: #0AA;
}

.a-4,
.a-4 a {
    color: #004fc5;
}

.a-5,
.a-5 a {
    color: #660;
}

.a-6,
.a-6 a {
    color: #F00;
}

.a-7,
.a-7 a {
    color: #992ac9;
}

.a-8,
.a-8 a {
    color: #7e00f4;
}

.a-9,
.a-9 a {
    color: #274d70;
}

.a-9,
.a-9 a {
    color: #ff9800;
}

/* News */

.new-text p {
    padding: 5px 0;
}

/* FAQs */

.faq h3 {
    padding: 5px 0 10px 0;
    text-transform: uppercase;
}

.faq-text {
    margin: 10px;
    padding: 0 10px;
    display: none;
}

.faq-text p {
    padding: 5px 0;
}

.item:hover {
    cursor: pointer;
}

/* Invited */

.tags-email {
    background: #f2f2f2;
    border: #bbb solid 1px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #303030;
    display: inline-block;
    font-size: 12px;
    padding: 6px;
    margin: 12px 5px 0 0;
}
.tags-email {
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.tags-email span {
    padding: 6px;
}

.tags-email .remove-invited-email {
    padding: 6px 8px;
    border-left: 1px solid #bbb;
    cursor: pointer;
    text-decoration: none;
    color: #303030;
    font-weight: bold;
}

/* Free trial */

a.trial-button {
    background: #f5f5f5;
    border: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 3px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #454545;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 10px 0 0;
    padding: 7px;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    text-align: center;
    width: 125px
}

/* Action */

a.confetti-button,
a.unpublish-button {
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    padding: 7px;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    text-align: center;
    width: 125px
}

a.confetti-button {
    background: #9E1818;
    border: #5F0E0E solid 1px;
    border-bottom: #5F0E0E solid 3px;
}

a.unpublish-button {
    background: #de6154;
    border: #96423a solid 1px;
    border-bottom: #96423a solid 3px;
}

a.confetti-button::before,
a.confetti-button::after {
    position: absolute;
    content: '';
    display: block;
    width: 130%;
    height: 130%;
    left: -10%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}

a.confetti-button::before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, transparent 20%, #5f5cbd 20%, transparent 30%), radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, transparent 10%, #5f5cbd 15%, transparent 20%), radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, #5f5cbd 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    z-index: 2;
}

a.confetti-button::after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, transparent 10%, #5f5cbd 15%, transparent 20%), radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, #5f5cbd 20%, transparent 20%), radial-gradient(circle, #5f5cbd 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
    z-index: 2;
}

a.confetti-button:active {
    transform: scale(0.97);
    background-color: #5e5cb1;
}

a.confetti-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}

a.confetti-button.animate::after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

/* Flash */

.iziToast.iziURI {
    padding: 2px 45px 2px 0;
    min-height: 30px;
}

.iziToast.iziURI>.iziToast-body .iziToast-message {
    color: #222;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.iziToast.iziURISuccess {
    background: #c2eb7b;
    min-width: 500px;
}

.iziToast.iziURIWarning {
    background: #f5f79b;
    min-width: 500px;
}

.iziToast.iziURIFailure {
    background: #f29696;
    min-width: 500px;
}

.iziToast-wrapper {
    padding: 55px 0 !important;
}

.iziToast>.iziToast-body .iziToast-texts {
    width: 100%;
}

/* Ranking */

.c-contestant {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    padding: 0 10px;
    text-align: left;
    width: 200px;
}

.c-contestant em,
.c-contestant>em>a,
.c-statistics em {
    color: #999;
    display: inline-block;
    font-size: 10px;
}

.c-contestant em {
    padding-top: 4px;
}

.c-box,
.c-box-h,
.c-box-t,
.c-data {
    padding: 0;
    text-align: center;
    width: 50px;
}

.c-box,
.c-box-t {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    vertical-align: bottom;
}

.c-box p,
.c-box-t p {
    border-radius: 30px;
    font-weight: 700;
    margin: 5px auto 0;
    padding: 3px;
    width: 15px;
    line-height: 13px;
}

.c-box-t p {
    border-bottom: #ddd solid 3px;
    color: #454545
}

/* .c-data {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
} */

.c-data sup {
    vertical-align: super;
    font-size: 8px;
}

.c-data sub {
    vertical-align: sub;
    font-size: 8px;
}

.c-data-summary {
    border-radius: 3px;
    border: #bbb solid 1px;
    margin: 3px 2px;
    height: 46px;
    text-align: center;
    width: 36px;
}

.c-data-summary p {
    padding: 5px 0;
}

.c-data-summary strong {
    font-weight: bold;
}

.first-to-solve,
.c-status {
    border-radius: 3px;
    margin: 3px 2px;
}

.first-to-solve {
    background: #efefef;
    border: #bbb solid 1px;
}

.c-status {
    border: #fff solid 1px;
}

.c-yes a {
    color: #fff;
}

.c-yes-a {
    background: #7f98ce;
    border-bottom: #5874B1 solid 3px;
}

.c-yes-b {
    background: #88c425;
    border-bottom: #519548 solid 3px;
}

.c-yes-c {
    background: #00ba9a;
    border-bottom: #00947b solid 3px;
}

.c-yes-d {
    background: #f65a48;
    border-bottom: #be483b solid 3px;
}

.c-yes-e {
    background: #f29a4c;
    border-bottom: #e67e22 solid 3px;
}

.c-yes-f {
    background: #b375cd;
    border-bottom: #8e44ad solid 3px;
}

.c-yes-g {
    background: #5c738a;
    border-bottom: #34495e solid 3px;
}

.c-yes-h {
    background: #fb7696;
    border-bottom: #EF476F solid 3px;
}

.c-yes-i {
    background: #599db5;
    border-bottom: #086788 solid 3px;
}

.c-yes-j {
    background: #bbb;
    border-bottom: #7f8c8d solid 3px;
}

.c-yes-k {
    background: #eed455;
    border-bottom: #d5ba3b solid 3px;
}

.c-yes-l {
    background: #a67b5b;
    border-bottom: #7b3429 solid 3px;
}

.c-yes-m {
    background: #94c8c2;
    border-bottom: #69a09a solid 3px;
}

.c-yes-n {
    background: #EE6C4D;
    border-bottom: #ac4f39 solid 3px;
}

.c-yes-o {
    background: #888888;
    border-bottom: #333333 solid 3px;
}

.c-no {
    border-bottom: #ddd solid 3px;
    color: #454545;
}

.c-box span,
.c-box-t span {
    display: block;
    font-size: 10px;
    margin: 3px 0;
    padding: 2px 0;
}

.c-box-h {
    border-bottom: #bbb solid 1px;
    font-size: 18px;
    font-weight: bold;
}

.c-box-null {
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.contest-tags span {
    font-size: 10px;
    padding: 2px 5px;
    text-transform: uppercase;
}

.locked-no {
    border-radius: 3px;
    margin: 0 4px 8px 0;
    background: #f5f5f5;
    /* permission granted */
    border: #dcdcdc solid 1px;
}

.locked-yes {
    border-radius: 3px;
    margin: 0 4px 8px 0;
    background: #e74c3c;
    ;
    /* permission denied */
    color: #fff;
}

/* Builder */
#validation ul,
#generated {
    list-style: square;
    line-height: 20px;
    padding: 0 18px 12px;
}

.ce-block__content {
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 10px;
}

.ce-toolbar__content {
    max-width: 100%;
}

element.style {
    padding-bottom: 0;
}

h2.ce-header {
    font-weight: bold;
}

/* Problems status */
/* Status */

#status {
    margin: 20px 0 0 0;
}

#status li {
    margin: 5px 0;
}

.status-ok,
.status-error,
.status-alert,
.r-error {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin: 0 10px 0 0;
}

.status-ok,
.status-error,
.status-alert {
    padding: 7px 0;
    width: 100px;
}

.status-ok {
    background: #88A62E;
}

.status-error {
    background: #ef4130;
}

.status-alert {
    background: #FFC810;
}

.r-error {
    padding: 7px 0;
    width: 100px;
}

.list-errors li {
    padding: 5px 0 0 0;
}

.e-io-input,
.e-io-solution {
    background: #E83E3E;
}

.e-io-mismatch {
    background: #454545;
}

.e-database {
    background: #3498db;
}

.e-author-origin {
    background: #1abc9c;
}

.e-repository {
    background: #e74c3c;
}

.e-toolkit {
    background: #9b59b6;
}

.e-toolkit-found {
    background: #e98b39;
}

.e-type {
    background: #f1c40f;
}

.e-forum {
    background: #34495e;
}

.e-name {
    background: #c0392b;
}

.c-online {
    background: #76B852 !important;
    color: #fff;
}

.c-offline {
    background: #ef4130 !important;
    color: #fff;
}

/**/

#editor {
    height: 480px;
    border: #dcdcdc solid 1px;
    border-radius: 3px;
}

.promotion {
    color: #5e5cbd;
    opacity: 0.7;
    font-style: normal;
    text-decoration: line-through;
}



/* Popup */

#popup {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 600px;
    background-color: #fff;
    padding: 0px 10px 35px 0px;
}

#popup h2 {
    color: #5f5cbd;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0;
}

#popup p {
    font-size: 12px;
    padding: 0px 30px 20px 30px;
    line-height: 18px;
    word-wrap: break-word;
}

#popup p strong {
    font-weight: bold;
}

.hover:hover {
    cursor: pointer;
}

#popup a:not(.link),
.gotitbutton:not(.link) {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    padding: 7px 15px;
    text-transform: uppercase;
    background: #5f5cbd;
    border: #2c1575 solid 1px;
    border-bottom: #2c1575 solid 3px;
    border-radius: 3px;
    color: #fff;
    transition: 0.7s;
    position: relative;
    margin: 0px 5px;
}

a.link {
    color: #454545;
    text-decoration: underline;
}

.stripe-link {
    color: #0996f5;
    text-decoration: underline;
}

#popup a:hover :not(.link) {
    background-color: #2c1575;
}

#popup img {
    margin: -20px 0 -17px;
}

pre.log {
    background: whitesmoke;
    border-radius: 3px;
    font-family: 'Ubuntu Mono';
    padding: 10px;
    overflow-x: scroll;
    margin: 20px 0;
}

.moss-plagia {
    background: rgba(255, 50, 50, 0.1);
    position: absolute;
    width: 100% !important;
    left: 0 !important;
}

h2>span.information {
    color: #7b7d82;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0;
}

#display-username {
    margin-left: 1px;
    margin-top: -2.5px;
    float: left;
}

#mailme-academic {
    margin-left: 1px;
    margin-top: -2.5px;
    float: left;
}

label[for="display-username"] {
    margin-top: 5px;
}

.list-items {
    padding-left: 2%;
    padding-top: 1%;
    list-style-type: disc;
}

.share-problem label,
.share-problem-blocked label {
    display: inline-block;
    line-height: 20px;
    margin: 5px 0;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: 3px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    width: 300px;
    line-height: 12px;
    left: 50%;
    bottom: 120%;
    margin-left: -155px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    cursor: default;
    text-transform: none;
    padding: 7px !important;
    z-index: 10;
    font-weight: 100;
    font-size: 10px;
}

.tooltip .tooltiptext::before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 25%;
    width: 75%;
    height: 20px;
    background-color: transparent;
    z-index: 2;
}

.question {
    margin-left: 8px;
    width: 15px;
}

/* Api */
.main-api {
    padding: 0 20px;
}

.page-api {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #dbdbdb;
    width: 550px;
    margin: 110px auto 60px;
    position: absolute;
    left: 0;
    right: 0;
}

#page-name {
    background-repeat: no-repeat;
    border: 1px solid #BBB;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 20px 0;
    position: relative;
    width: 100%;
    background-image: url('https://resources.beecrowd.com/judge/img/5.0/header-set-131221.png');
}

#page-name h1 {
    font-family: BryantMedium;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 10px 12px 80px;
    text-transform: uppercase;
}

#page-name p {
    background: #f3f3f3;
    border-radius: 0 0 5px 5px;
    border-top: #bbb solid 1px;
    font-size: 10px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.main-api .submit {
    float: right
}

.pn-privacy h1 {
    color: #ba53bf;
}

.pn-privacy {
    background-position: 8px -1201px;
}

.st-api-box {
    border: 1px solid #BBB;
    border-radius: 3px;
    float: left;
    overflow: hidden;
    margin: 0 0 20px;
    width: 100%;
}

.st-api-box h3 {
    background: #f3f3f3;
    border-bottom: #BBB solid 1px;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
}

.api-permissions {
    padding: 20px 20px 5px;
}

.api-permissions p {
    line-height: 18px;
    padding: 0 0 15px;
}

.api-permissions ul {
    line-height: 20px;
    list-style: square;
    padding: 0 15px 15px;
}

.api-permissions strong {
    font-weight: bold;
}

#box-information {
    background: #f3f3f3;
    border: 1px solid #BBB;
    border-bottom: #BBB solid 3px;
    border-radius: 3px;
    box-sizing: border-box;
    float: left;
    font-size: 10px;
    margin: 0 0 20px;
    padding: 10px;
    text-transform: uppercase;
    width: 75%;
}

#box-information strong {
    font-weight: bold;
}

#box-information label {
    margin: 0;
}

#box-information input[type=checkbox] {
    margin: 0 5px 0 0;
}

.content-big {
    margin: 0 auto;
    width: calc(100% - 80px);
    min-width: 1000px;
    max-width: 1900px;
}

.h-language {
    font-size: 10px;
    float: left;
    text-align: right;
    margin: 20px 0;
}

@media screen and (max-width: 1120px) {
    .h-small {
        width: 15%;
    }

    .h-large {
        width: 70%;
    }

    .uri-text-logo>.h-option {
        display: none;
    }
}

.main-content-big {
    margin: 0 20px 20px;
}

.h-language-menu {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #dbdbdb;
    visibility: hidden;
    min-width: 140px;
    padding: 5px 0;
    position: relative;
    text-align: left;
    transition: .1s ease-in-out 0s;
    -webkit-transition: all .1s ease-in-out;
}

.h-language-menu {
    top: 45px;
}

.h-flag:hover>.h-language-menu,
.h-flag:hover>.h-language-menu:after {
    visibility: visible;
    transition: .1s ease-in-out 0s;
}

.h-language-menu:after {
    bottom: 100%;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    content: " ";
    visibility: hidden;
    height: 0;
    left: 15%;
    margin-left: -5px;
    position: absolute;
    pointer-events: none;
    transition: .1s ease-in-out 0s;
    width: 0;
}

.h-language-menu li a {
    display: block;
    font-size: 10px;
    padding: 7px 15px;
    text-transform: uppercase;
}

.h-language-menu li a:hover {
    background: #f3f3f3;
}

.h-flag {
    background-image: url('data:image/png;base64,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');
    border-radius: 50px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15);
    float: left;
    height: 25px;
    margin: 12px 10px 12px 20px;
    width: 25px;
}

.h-flag-pt {
    background-position: 0px 0px;
}

.h-flag-en {
    background-position: 0px -26px;
}

.h-flag-es {
    background-position: 0px -52px;
}

.error-message {
    margin-bottom: 15px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: 3px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    width: 300px;
    line-height: 12px;
    left: 50%;
    bottom: 120%;
    margin-left: -155px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
    position: absolute;
    z-index: 1;
}

/* Tooltip input */
.tooltip-input .input {
    display: inline-block;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    cursor: default;
    text-transform: none;
    padding: 7px !important;
    z-index: 10;
    font-weight: 100;
    font-size: 10px;
}

.question {
    width: 15px;
}

.item-title {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    width: 95%;
}

.show-more-icon,
.show-less-icon {
    height: 22px;
    width: 22px;
    margin-right: 10px;
}

/* Tab Nav custom problems */
.cp-box-tab {
    display: flex;
    flex-direction: column;
}

.cp-tab {
    cursor: pointer;
    padding: 12px 20px 4px;
    background: #5f5cbd;
    color: #fff;
    border-radius: 10px 3px 0px 0px;
    display: inline-block;
    font-size: 12px;
    text-indent: 5px;
    text-transform: uppercase;
    height: 15px;
    margin: 0;
}

.cp-tabs {
    display: ruby;
    width: 100%;
    float: left;
    z-index: 1;
}

.cp-panels {
    background: #fffffff6;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    border: 1px solid #5f5cbd;
    top: -1px;
    position: relative;
}

.cp-panel-tabs {
    display: none;
}

.cp-radio {
    display: none;
}

.cp-inactive-tab {
    display: block;
}

.cp-active-tab {
    background: #fffffff6;
    color: #000;
    border-top: 1px solid #5f5cbd;
    border-left: 1px solid #5f5cbd;
    border-right: 1px solid #5f5cbd;
    border-bottom: 1px solid white;
}

.padding-top-15 {
    padding-top: 15px;
}

.com-content code {
    background-color: #f4f4f4;
    color: #333;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/*     CSS CKEDITOR     */

.new-text {

    ul {
        list-style-type: circle;
        line-height: 20px;
        list-style-type: square;
        padding: 5px 0 5px 25px;
    }

    ol {
        list-style-type: decimal !important;
        list-style: decimal !important;
        line-height: 20px;
        list-style-type: square;
        padding: 5px 0 5px 25px;
    }

    a {
        color: #0782C1;
        text-decoration: underline;
    }

    .bordas {
        width: auto;
        display: table;
        border-collapse: separate;
        box-sizing: border-box;
        text-indent: initial;
        border-spacing: 2px;
        border-color: gray;
    }


    .bordas tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    .bordas th {
        background-color: #f2f2f2;
        font-weight: bold;
        text-align: left;
        border: 1px solid #000;
    }

    .bordas td {
        border: 1px solid #000;
        display: table-cell;
        vertical-align: inherit;
    }

    em {
        font-style: italic;
    }

    sup {
        vertical-align: super;
        font-size: smaller;
    }

    sub {
        vertical-align: sub;
        font-size: smaller;
    }
}

.background-white {
    background-color: white;
}

/*     PROGRESS BAR GRADES    */

.progress-bar-grades {
    width: 90%;
    margin: 0 auto;
}

.w3-light-grey,
.w3-hover-light-grey:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.w3-container:after,
.w3-container:before {
    content: "";
    display: table;
    clear: both;
}

.w3-round {
    border-radius: 4px
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important;
}

.pointer-events-none {
    pointer-events: none;
}

.ql-editor sub,
.builder_ckeditor sub {
    vertical-align: sub;
    font-size: smaller;
}

.submissions-button {
    border-right: #bbb solid 1px;
    margin: 0 10px 0 0 !important;
    padding: 0 10px 0 0 !important;
}

table .semi-wide {
    width: 23%;
}

table .semi-wide-15 {
    width: 15%;
}

table .semi-wide-20 {
    width: 20%;
}

table .semi-wide-19 {
    width: 19%;
}

table .wide {
    width: 26%;
}

.iaActions {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 5px;
    width: calc(100% - 40px);
    margin: auto;
    z-index: -1;
}

.iaActions img {
    margin: auto;
    cursor: pointer;
    text-transform: uppercase;
    width: 25px;
}

.description-translation {
    visibility: hidden;
}

.ai-buttons {
    height: 30px;
    border: 1.12px solid #5F5CBD;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    padding: 2px 8px;
    box-shadow: 0 2px 4px black;
    -moz-box-shadow: 0 2px 4px -2px black;
    -webkit-box-shadow: 0 2px 4px 0 black;
}

.ai-buttons-span {
    margin: auto;
    font-size: 15px;
    color: #5F5Cbd;
    font-weight: 600;
}

.homework-gap, .coment-ai {
    display: flex;
    align-items: center;
    gap: 20px;
}

.coment-ai {
    align-items: baseline;
}

.ai-feedbacks-content {
    width: 830px;
    margin: auto;
    position: relative;
    top: 50px;
}
.ai-feedbacks {
    position: absolute;
    display: flex;
    right: 0;
    z-index: 10;
    text-align: end;
    height: 30px;
    img {
        width: 25px;
        height: 25px;
        margin: auto;
    }
    span {
        margin: auto 0 auto 5px;
        width: 100%;
        display: block;
    }
}

.close-ai-feedbacks {
    margin: 3px;
    float: right;
    cursor: pointer;
}

#ai-feedbacks .tooltip {
    margin: -8px 0;
    display: flex;
}

#ai-feedbacks .loader-png {
    width: 20px;
    height: 20px;
}
/*     CSS popup confirm AI Feedbacks    */
#confirm_ai_feedback_popup {
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-color: #fff;
    font-family: Ubuntu;
    width: 421px;
}

#confirm_ai_feedback {
    padding: 20px;
}

#academic_ai_feedbacks_title {
    margin: auto 0;
}

.academic_ai_feedbacks_title {
    text-align: left;
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}

.groups_capabilities_font {
    font-size: 14px;
    color: #454545;
}

.capabilities_total {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.improve-description {
    margin-left: 10px;
}

#confirm_ai_feedback_popup .body_confirm_ai_feedback {
    margin: 0 0 20px 0;
    font-size: 12px;
    color: #454545;
    background-color: #F5F5F5;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.footer_confirm_ai_feedback {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: right;
}

#confirm_ai_feedback_popup .footer_confirm_ai_feedback {
    text-align: right;
}

#confirm_ai_feedback_popup .body_confirm_ai_feedback td {
    height: 34px;
    vertical-align: middle;
}

#confirm_ai_feedback_popup .footer_confirm_ai_feedback button {
    vertical-align: middle;
    margin: 0;
}

.ai-external-border {
    padding: 10px;
    margin: 10px;
    border: 1px solid #BBB;
    border-radius: 3px;
}

.ai-tips-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#run-ai-tip {
    position: relative;
    top: 10px;
    height: calc(100% - 90px);
    overflow: auto;
}

.white-popup-footer {
    padding-top: 7px;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 40px);
    height: 85px;
}

#feedback-response {
    text-align: left;
    padding: 0 20px;
    line-height: 20px;
    max-height: calc(100vh - 300px);
    overflow: auto;
    margin-bottom: 10px;
    b {
        font-weight: 700;
    }
    h2 {
        font-size: 1.5em;
        color: inherit;
        font-weight: inherit;
        padding: 0;
    }
    td {
        border: 1px solid black;
    }
    p {
        font-size: inherit;
        padding: 0;
        line-height: 20px;
        word-wrap: inherit;
    }
    li {
        list-style-type: initial;
        list-style-position: inside;
        padding-left: 1.5em;
    }
    li[data-list=ordered] {
        list-style-type: auto;
    }
    ol {
        padding-left: 1.5em;
    }
}

#feedback-response .translation-popup {
    p {
        margin-left: 5px;
    }
}

#feedback-response .ql-ui {
    display: none;
}

#feedback-response .translate-field {
    border: 1px solid #bbb;
    border-radius: 3px;
    display: block;
    min-height: 22px;
    margin-bottom: 10px;
    padding: 5px;
}

.share-problem-blocked {
    pointer-events: none;
}

.share-problem-blocked label {
    color: gray;
}

.share-problem-blocked input[type="checkbox"] {
    accent-color: lightgray;
}

.plagium-div {
    display: flex;
    justify-content: space-between;
}

.plagium-head {
    display: flex;
}

.tb-duser {
    width: 10%;
    text-align: center;
}

.plagiarism-warning {
    background-color: #fff3cd;
    color: #000000;
    padding: 15px;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    font-family: sans-serif;
    font-size: 14px;
    margin: 10px 0;
}

.main-ai-button {
    cursor: pointer;
}

.ai-buttons-heights {
    height: auto;
    margin-top: -2px;
}

.ai-buttons-heights span {
    font-size: 12px !important;
    color: #5F5Cbd !important;
}

.ai-buttons-height {
    height: auto;
    margin-top: -15px;
}

.ai-buttons-height span {
    font-size: 12px !important;
    color: #5F5Cbd !important;
}

.stripe-pricing-table-container-width {
    width: 1310px !important;
}

.stripe-free-plan-info {
    width: 250px;
    height: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: -10px;
    background-color: #d3dadc8d;
}

.stripe-free-plan-info p {
    font-size: 15px;
    font-weight: 600;
    color: #454545;
}

.input-contact-ne:read-only {
    background: #f5f5f5;
    color: #808080;
}

.tb-image-sequence img {
    width: 25px;
    height: 25px;
}

.tutorial-content-container {
    width: 1020px;
    margin: auto;
    position: relative;
    top: 56px;
}

.tutorial-container {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    right: 0;
    z-index: 10;
    cursor: pointer;

    & p {
        font-weight: bold;
        font-size: 14px;
        color: black;
    }

    & img {
        width: 20px;
        height: 20px;
    }
}

.modal-video-tutorial {
    display: flex;
    align-items: center;
    justify-content: center;

    & iframe {
        margin-top: 20px;
    }
}

.menu-content-container {
    margin: auto;
    /* left: 765px !important; */
    z-index: 1001 !important;
    cursor: pointer;
}

.menu-hamb-content-container {
    margin: auto;
    position: relative;
    width: 1030px;
}

.menu-hamb-container {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: left 300ms ease;
    -moz-transition: left 300ms ease;
    -ms-transition: left 300ms ease;
    -o-transition: left 300ms ease;
    transition: left 300ms ease;
}

.footer-tutorial-video {
    text-align: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tutorial-button-complete {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13.6px;
    background: #f5f5f5;
    border: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 3px;
    border-radius: 3px;
    padding: 7px 15px;
    font-size: 12px;
    color: #454545;
    font-weight: 500;
    text-transform: uppercase;
}