.alert_container
{
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}

.alert_heading
{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}


.alert_container.warning
{
    color: #6b5103;
    background-color: #ffe399 !important;
    /* background-color: #fff3cd; */
    /* border-color: #ffeeba; */
    border-color: #ffe399;
    border-color: #ffd257 !important;
    /* border-width: 3px; */
}

.alert_container.warning p
{
    color: #251c00;
   
}

.alert_heading.warning
{
    color: #6b5103 !important;    
}

.modal-content
{
    background-color: #1a233a !important;
}

.subscription_fullscreen_container
{
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.fullscreen_overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
}

.subscription_fullscreen_content
{
    position: relative;
    background-color: #1a233a !important;
    padding: 20px;
    border-radius: 5px;
    z-index: 2;
    max-width: 500px;
    width: 100%;
}