﻿
.alert-popup {
    background-color: #010425;
    width: 100%;
}

.alerttitleIcon {
    background-image: url('images\home\announceicon.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 20px;
    color: #ffde00;
    width: 74px;
    height: 64px;
    margin-top: 12px;
    padding: 17px 0px;
    opacity: 1;
    display: none
}

.announceIcon {
    background-image: url('../../images/home/alertInfoIcon.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 20px;
    height: -webkit-fill-available;
    display: flex;
    min-width: 20px;
}

.announce-icon-close {
    color: #FFDE00;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#alertContainer {
    display: none;
    flex-direction: row;
    justify-content: space-around;
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.MarqueeArea {
    display: flex;
    flex-direction: column;
    margin: 15px auto 10px auto;
    gap: 15px;
    display: none;
    max-width: 1176px;
}

#alertCheck {
    align-self: center;
}

    #alertCheck:hover {
        cursor: pointer;
    }

.alertLink {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    color: #ffffff;
    text-decoration: none;
}

    .alertLink:link, .alertLink:active, .alertLink:visited, .alertLink:focus, .alertLink:hover {
        color: #ffffff;
        text-decoration: none;
    }

.alerttextexpand {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.alerttextexpandYellow {
    color: #FFDE00;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.alerttextNumberexpand {
    color: #000426;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: 0.15px;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #FFDE00;
}

.AlertExpandCollapseCnt {
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.announceSep {
    display: flex;
    background-color: transparent;
    height: 1px;
    width: 60%;
    margin: auto;
}

@media (max-width: 1199px) {
    .alerttextexpand {
        width:70%;
    }
}

@media (max-width: 991px) {
    .announceIcon{
        display: none;
    }

    #alertContainer {
        padding: 0 20px;
    }

    .annouceText {
        color: #FFF;
        text-align: justify;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .announceSep {
        display: flex;
        background-color: #FFDE00;
        height: 1px;
        width: 60%;
        margin: auto;
    }
}
