.lucky-wheel-header {
    padding: 25px 30px 25px 30px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    border: 1px solid #ededed;
}

.server {
    font-size: 14px;
    color: #9E9E9E;
}  

.server b {
    text-transform: uppercase;
    font-weight: normal;
}

.bonus-list {
    display: flex;
}

.bonus-links {
    margin-top: 10px;
}

.bonus-links a {
    border-bottom: 1px dashed #959bbb;
    font-size: 15px;
    margin-right: 10px;
}

.s-bonus {
    margin-right: 25px;
}

.season-bonuses .s-bonus:last-child {
    margin-right: 0;
}

.season-bonuses .sb-value {
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
}

.season-bonuses .sb-title {
    font-size: 13px;
    color: #9E9E9E;
    text-transform: uppercase;
}

.sb-value.sb-val-on {
    background: url(../img/icons/season-bonus-on.png) no-repeat left;
}

.sb-value.sb-val-off {
    background: url(../img/icons/season-bonus-off.png) no-repeat left;
}  

.season-dino {
    color: #9e9e9e;
    font-size: 16px;
    margin-left: 10px;
}

.map-areas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: none;
}

.map-areas.map-v3 {
    width: 863px;
    height: 864px;
}

.map-area {
    position: absolute;
    text-align: center;
    background: #a5a5a5;
    width: 130px;
    line-height: normal;
    font-size: 12px;
    border-radius: 3px;
    overflow: hidden;
    text-transform: uppercase;
    user-select: none;
    opacity: 0.7;
    z-index: 2;
}

.map-areas:hover .map-area {
    opacity: 0.9;
}

.map-area:hover {
    opacity: 0 !important;
}

.map-area .area-name {
    padding: 2px 5px;
    text-align: left;
    font-size: 11px;
    color: #fff;
}

.map-area .area-points span {
    font-size: 11px;
    line-height: normal;
    color: #f44336;
    font-weight: bold;
    margin: 3px 0;
    display: block;
}

.map-area .area-bar {
    position: relative;
    background: #b3b3b3;
    height: 16px;
}

.map-area .area-bar i {
    font-size: 10px;
    font-style: normal;
    line-height: 16px;
    z-index: 3;
    display: block;
    position: relative;
}

.map-area .area-bar .area-bar-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    background: #ff5722;
}

.area-1 {top: 420px;left: 390px;background: #38953b;}
.area-2 {top: 200px;left: 190px;background: #2474b3;}
.area-3 {top: 200px;left: 580px;background: #dd3372;}
.area-4 {top: 620px;left: 130px;background: #bac92b;}
.area-5 {top: 660px;left: 580px;background: #ff9800;}

.season-vote {
    font-size: 14px;
    color: #9E9E9E;
    display: flex;
    border-top: 1px solid #ededed;
    width: max-content;
    margin-top: 5px;
    padding-top: 5px;
}

.season-vote .vote {
    cursor: pointer;
}

.season-vote .vote.selected {
    font-weight: bold;
}

.season-vote .vote-y.selected {
    color: #4caf50;
}

.season-vote .vote-n.selected {
    color: #f44336;
}

.season-vote .vote-y {
    margin-left: 10px;
}

.season-vote .vote-n {
    margin-left: 5px;
}

.title-award {
    display: inline-block;
}

.award-title-place {
    display: block;
    margin-top: 35px;
    text-align: center;
    color: #9E9E9E;
}

.vote-count {
    margin-left: 5px;
    font-weight: normal;
    margin-right: 5px;
    background: #f5f5f5;
    color: #9E9E9E;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
}

#dynamic_areas g {
    opacity: 0.5;
}

#dynamic_areas g:hover {
    opacity: 0.7;
}

#dynamic_areas g polygon {
    stroke-width: 3px;
    stroke: #000000a8;
}

#dynamic_areas g:hover polygon {
    stroke-width: 4px;
    stroke: #000;
}

#dynamic_areas g.dead-zone polygon {
    stroke-width: 3px;
    stroke: #FFC107;
    fill: #000000;
    stroke-dasharray: 12;
}

#map-layer-season {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

.heatmap {
    height: 864px;
    width: 863px;
    position: absolute;
    display: none;
}

.map-layers {
    display: flex;
    width: 863px;
    background: #9e9e9e14;
    padding: 10px 15px;
    border: 1px dashed #9E9E9E;
    border-radius: 4px;
    margin-bottom: 10px;
    align-items: center;
    user-select: none;
}

.map-layers-list {
    display: flex;
    flex: 1;
    margin-left: 10px;
}

.map-layer {
    margin: 0 4px;
    background: #ededed;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.map-layer.showed {
    background: #FFC107;
    color: #fff;
}

.dlg-map .showed {
    display: block !important;
}

.map-layer.disabled {
    cursor: no-drop;
    opacity: 0.5; 
}

#map-layer-dinos {
    display: none;
}

.visible-dinos {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.visible-dinos .point {
    cursor: pointer;
    transition: none;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    margin-left: -9px;
    margin-top: -9px;
    background: #3F51B5;
    border-radius: 50%;
    z-index: 15;
}

.visible-dinos .point:hover {
    border: 2px solid #fff;
}

.visible-dinos .point .point-info {
    visibility: hidden;
    position: absolute;
    top: -120px;
    left: calc(50% - 135px);
    width: 270px;
    max-height: 150px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    border: 3px solid #ffff;
    box-shadow: -1px 4px 11px 3px rgb(0 0 0 / 16%);
    z-index: 20;
    line-height: normal;
    text-align: center;
    padding: 8px;
    transition: top 0.15s;
}

.visible-dinos .point:hover .point-info {
    visibility: visible;
    top: -115px;
}

.point-dino-info {
    margin: 10px 0 0 0;
    font-size: 18px;
    background: #edededcf;
    border-radius: 4px;
    padding: 4px 0;
}

.desc-info {
    color: #9e9e9e;
    font-size: 12px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.coords-info {
    color: #9e9e9e;
    margin-right: 20px;
}

.date-info {
    color: #9e9e9e;
}

.point-dino-info b {
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-dino-info span {
    color: #9e9e9e;
    margin-left: 15px;
    font-weight: normal;
    font-size: 14px;
}

.point-info .player-info b {
    font-size: 18px;
    display: block;
}

.player-info i {
    font-size: 12px;
    color: #9E9E9E;
    font-style: normal;
}

.side-wars {
    padding: 20px 30px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    border: 1px solid #ededed;
    overflow: hidden;
}

.side-wars.as_cover {
    padding: 0;
}

.side-wars-header {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.side-wars-desc {
    font-size: 13px;
    line-height: normal;
    color: #9E9E9E;    
    margin-top: 15px;
}

.side-wars-phase {
    font-weight: bold;
    margin-top: 5px;
}

.side-wars-info {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
    color: #9E9E9E;    
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.side-wars-body {
    height: 200px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.side-wars-bar {
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    background: #fff2ad;
}

.side-wars-label {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 30px;
    color: #fff;
    z-index: 3;
    text-shadow: 1px 1px 16px black;
}

.side-wars-label span {
    padding: 0 20px;
    font-family: Montserrat;
}

.sw-points {
    font-size: 32px;
    font-weight: bold;
}

.side-wars-bar-bg {
    background: #8e899fc7;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.side-wars-cover {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    background-color: #c7c7c7;
    background: url(../img/side_wars/cover-bg-4.jpg) repeat;
    background-size: contain;
}

.sw-cover-side {
    flex: 1;
    height: 128px;
    width: 128px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-filter: drop-shadow(0 0 4px #0000006b);
    filter: drop-shadow(0 0 2px #0000006b);
    /* opacity: .8; */
}

.sw-cover-side.sw-light {
    background-position: left;
}

.sw-cover-side.sw-dark {
    background-position: right;
}

.side-wars-body.small {
    height: 150px;
}

.side-wars-body.small .sw-cover-side {
    height: 78px;
    width: 78px;
}

.sw-score {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
    font-family: Montserrat;
}

.dead-zone-ico {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/dead-zone.svg) repeat;
    margin-left: -20px;
    margin-top: -10px;
}

i.player-lvl {
    font-style: normal;
    margin-left: 5px;
    background: #e3e3e3;
    padding: 1px 4px;
    border-radius: 4px;
    font-size: 12px;
    color: #9E9E9E;
}

.main-award {
    display: flex;
    margin-bottom: 30px;
    background: #faf7ff;
    border-radius: 0 5px 5px 0;
}

.main-award-img {
    width: 190px;
    height: 110px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e1d0ff;
    padding: 10px 15px;
    border-radius: 5px 0 0 5px;
}

.main-award-img img {
    max-width: 100%;
    max-height: 100%;
}

.main-award-content {
    flex: 1;
    padding: 10px 0;
    font-size: 18px;
}

.main-award-content .genom {
    margin-left: 0;
    background: #ffc1073d;
    color: #ffc107;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 16px;
}

.main-award-content .func {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #4CAF50;
}