﻿.MainCard {
    width: 780px;
    border-radius: 20px;
    background-color: #EC4390;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    height: 100%;
    margin: auto;
}

.MainCard .PinkCard {
    padding: 13px 0px 17px 0px;
    text-align: center;
    position: relative;
}
.PinkCard > div{
    min-height: 50px;
    background-color: #EC4390;
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
}
.MainCard .PinkCard .Title {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 700;
}

.MainCard .PinkCard .Action {
    margin-top: 10px;
}

.MainCard .PinkCard .Action:empty {
    display: none;
}

.MainCard .PinkCard .BackButton {
    color: #FFFFFF;
    height: 21px;
    font-size: 20px;
    width: 24px;
}

.MainCard .WhiteCard {
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.MainCard .WhiteCard::-webkit-scrollbar { /* WebKit */
    display: none;
}

.MainCard .WhiteCard > div {
    height: 100%;
}

.PhoneLineButtonWrapper {
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    color: #EC4390;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 5px 5px 15px;
    position: relative;
}

.SubscriberModal.modal-wrapper {
    overflow: unset;
}


.yellow-dot {
    background-color: #FADE4E;
    border-radius: 25px;
    height: 15px;
    width: 15px;
}

.yellow-dot-main {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(30%, -30%);
}

@media only screen and (max-width: 800px) {
    .MainCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    }
    
    .MainCard .WhiteCard {
    overflow-Y: scroll;
    border-radius: 20px 20px 0px 0px;
    }
}

.access-number-list {
    max-height: 50vh;
    overflow-y: auto;
    position: relative;
}

.alias-text {
    color: #000;
    line-height: 28px;
}

.default-text-wrapper {
    background-color: #E5FCE9;
    border: 2px solid #98D992;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    color: #125400;
    font-size: 12px;
    height: 24px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0 15px;
}




