.mr10 {margin-right: 10px;}
.mt10 {margin-top: 10px;}

.topRightMenu li a.active {color: #333;}

/* Магазин WC-2026: иконки 32×32 (на /gift они 40, тут переопределяем).
   gift.css грузится позже world.css — без !important не победить. */
.miniTable.upgrade td.gift-icon img {
    width: 32px !important;
    height: 32px !important;
    margin: 4px 0 0px 4px;
}

/* Блок матча-вызова: левая таблица попыток фиксирована (360px), правая
   с заданиями занимает оставшееся место. Всегда в одну строку, без переноса. */
.challengeTables {display: flex; gap: 10px; align-items: flex-start; flex-wrap: nowrap;}
.challengeTables__tries {flex: 0 0 360px;}
.challengeTables__targets {flex: 1 1 0; min-width: 0;}

.challenge {margin: 20px 0 0; border-top: 1px dashed #ddd; padding-top: 4px; position: relative;}
.challenge h2 {text-decoration: none; border-bottom: none; font-family: Calibri; color: #555; letter-spacing: 0.4px;}
.challenge .timer {
    position: absolute;
    right: 0;
    top: 6px;
}
.challenge .challengeTables {
    white-space: nowrap;
}

.thIco2 img {
    margin: 0 0 -4px 0!important;
    float: none;
    cursor: help;
}

.ch_shedule td img.isleft {margin: 0 6px -5px 0!important;}
.ch_shedule td img.isright {margin: 0 0 -5px 6px!important;}
.ch_shedule td img.gr_flagNatL {margin: 3px 0 0 3px !important; float: right !important;}
.ch_shedule td img.gr_flagNatR {margin: 3px 3px 0 0!important; float: left !important;}

.nxResults a, .nxResults span {
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    border: 1px dotted #EEE;
    line-height: 21px;
    font-family: Verdana, sans-serif;
    color: #fff;
    border-radius: 2px;
}

.nxResults .res_W {background-color: #70D551;}
.nxResults .res_D {background-color: orange;}
.nxResults .res_L {background-color: red;}

/*fieldset {border: 1px solid #ccc; padding: 0 10px 10px!important; margin: 10px; width: 940px; border-radius: 3px;}*/
/*fieldset legend {color: #999; font-size: 0.9em; margin: -2px 0 1px -3px;}*/

.g-row .hide span {
    /*transition: visibility 1s ease-in-out;*/
}
.g-row .hide .s-text {
    visibility: hidden;
    position: absolute;
    float: left;
}
.g-row .hide .j-text {
    position: absolute;
}
.g-row .hide:hover .j-text {
    visibility: hidden;
}
.g-row .hide:hover .s-text {
    visibility: visible;
}

.lottery {}
.lottery > div {border: 1px dashed #eee; border-radius: 4px; height: 64px}
.lottery > div {padding: 10px; display: flex;}
.lottery > div:not(:last-child) {margin-bottom: 10px;}
.lottery > div > img {}
.lottery > div div {width: 100%; margin-left: 10px;}
.lottery > div > div p {
    font-size: 16px;
    margin: 0;
    vertical-align: top;
    color: #777;
}
.lottery > div > div.ready > div {
    border: 1px dashed #ccc;
    width: calc(100% - 20px);
    margin: 10px auto 0;
    border-radius: 4px;
    cursor: pointer;
    padding: 2px 10px;
}
.lottery > div > div.ready > div img {
    vertical-align: middle;
}
.lottery > div > div.ready > div:hover {
    border: 1px dashed #64B813;
    background-color: #eee;
}
.lottery > div > div.gived > div {
    font-style: italic;
    margin: 6px 0 0 0;
}


.others {text-align: left;}

.others > fieldset legend {
    padding: 0 6px;
}
.others > fieldset {
    border: 1px dashed #eee;
    border-radius: 4px;
    min-height: 64px;
    color: #777;
    padding: 10px;
}

.others > fieldset:not(:last-child) {margin-bottom: 10px;}
.others > fieldset > div {
    display: flex;
    align-items: end!important;
}

.others > fieldset > div > div.but {
    margin-left: auto;
}

.pos2 {
    font-size: .8em;
    font-family: Verdana;
}

.challenge--rating-table__rate-balance {
    position: absolute;
    color: #64B813;
    font-size: .8em;
    font-family: Verdana;
    margin-top: -4px;
    margin-left: 2px;
}

.challenge--rating-table__delimiter > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.challenge--rating-table__delimiter img {
    vertical-align: middle;
}

.challenge--rating-table__delimiter img:first-child, .challenge--rating-table__delimiter img:last-child {
    opacity: 0.5;
}

.diff_indicator {
    cursor: help;
    vertical-align: middle;
    margin: -2px 0 0 0 !important;
}