﻿/*Index*/
#popupAnnouncementModal .modal-header {
    background: #161616;
    color: white;
}

#popupAnnouncementModal .modal-body {
    background: #161616;
    color: white;
}

#popupAnnouncementModal a, #popupAnnouncementModal span, #popupAnnouncementModal p {
    background: transparent !important;
    color: white !important;
}

.p-bottom {
    padding-bottom: 75px;
}

.pm-title-wrapper {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
    color: #c2a78c;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    padding: 12px 2px;
}

.close-promo {
    background: none;
    border: none;
    border-radius: 50%;
    color: #000;
    line-height: 1;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 5px;
    z-index: 2;
    cursor: pointer;
}

/*Mission*/
.mission_btn_grid p {
    font-size: 20px;
}

#how_to_play .modal-header {
    border-bottom: 0;
    background: linear-gradient(to bottom,rgba(0, 218, 211, 1) 0%,rgba(32, 155, 255, 1) 100% );
    height: 58px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #how_to_play .modal-header p {
        color: #000;
        font-weight: 900;
        font-size: 23px;
        margin-bottom: 0;
        text-align: center;
        align-self: center;
    }

#how_to_play .close {
    box-sizing: content-box;
    width: 1em;
    color: #000;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='white' %3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    font-size: 15px;
    margin: 0;
    position: absolute;
    right: 0px;
    opacity: 1;
}

    #how_to_play .close:focus {
        outline: 0;
    }

#how_to_play .modal-body {
    padding: 15px 10px;
}

    #how_to_play .modal-body p {
        margin-bottom: 0;
    }

    #how_to_play .modal-body ul {
        list-style: decimal;
    }

#how_to_play .modal-content {
    border-radius: 10px;
}
