.m-content{
    background-color: #ffe04c;
}

.m-dialog{
    width: 400px;
    margin: 0px auto;
}

.m-header{
    color: #121212;
    border-bottom: 1px solid #121212;
    font-family: 'Times New Roman', Times, serif;
}

.m-body{
    margin-bottom: 20px;
    color: #121212;
    font-family: 'Times New Roman', Times, serif;
}

#ModalTop{
    top: 70px;
    z-index: 1660;
}

#close_icon{
    background-color: #ffe04c !important;
    color: #121212 !important;
}
/*================================MEDIA====================================*/

@media (max-width:320px) {

    .m-dialog{
        width: 260px;
        margin: 0px auto;
    }
}

@media (min-width:321px) and (max-width:340px){

    .m-dialog{
        width: 280px;
        margin: 0px auto;
    }
}

@media (min-width:341px) and (max-width:400px) {

    .m-dialog{
        width: 320px;
        margin: 0px auto;
    }
}