.main
{
    background-color: #efefef;
}
.set-main-width
{
    max-width: 1001px;
}
.heading-one
{
    background-color: #800000;
    font-size: 24px;
    color: white;
    padding-left: 8px;
}
.list-one
{
    font-size: large;
    font-family: Tahoma;
}
.list-one ul
{
    padding-left: .5rem;
}
.list-one ul li
{
    list-style: none;
}
.heading-two
{
    font-size: large;
    font-weight: bold;
    padding-left: 8px;
}
.heading-three span
{
    display: block;
    font-size: large;
    font-weight: bold;
    text-align: center;
}
.letters
{
    display: flex;
    justify-content: space-evenly;
    font-size: large;
    font-weight: bold;
    color: white;
    background-color: #800000;
    padding: 10px 0;
}
.heading-forth span{
    display: block;
    font-size: 24px;
    text-align: center;
    margin: 8px 0;
}
.name
{
    font-size: 24px;
    font-weight: bold;
}
.notification
{

    color: black !important;
    font-size: 24px;
    font-weight: bold;
}
.bg-notification
{
    background-color: #FFFF99;
}
.bg-reposed
{
    background-color: #C0C0C0;
}
.bg-reposed span
{
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
}
.bg-sent
{
    background-color: #99FFCC;
}
.font-size-x-large
{
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .font-size-x-large
    {
        font-size: 16px;
    }
    .bg-reposed span
    {
        font-size: 16px;
    }
    .heading-one
    {
        font-size: 16px;
    }
    .heading-forth span{
        font-size: 16px;
    }
    .name
    {
        font-size: 16px;
        }
    .notification
    {
        font-size: 16px;
    }
}
.select-flag
{
    height: max-content;
    width: max-content !important;
}
.bg-gray
{
    background-color: #efefef;
}
.input-img
{
    height: 100%;
    width: 70%;
}
.passAway-input
{
    height: max-content;
}
.footer-style
{
    background-color: #c0c0c0;
}
.first-row
{
    vertical-align: middle;
}
.first-row td
{
    border: 0;
}
.custom-padding-row
{
    padding: 0 12px;
}
.table-1 tbody td
{
    min-width: 200px;
}
