@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum).eot') format('eot'),
        /* IE6-8 */
    url('../../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('ttf');
}
a{
    text-decoration: none;
}
p{
    margin: 0 0;
    padding: 0 0 !important;
}
/*** header ***/

main{

    background: #fff;
    margin: auto;
    min-height: 100vh;
    box-shadow: 0 0 59px 3px #e1e1ee;
}body{
     background-image: url("/dist/image/nk.svg");
     background-repeat: repeat;
     background-position: 10px 20px;
 }
.mj-me-birthday-message-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px ;
    padding: 10px 10px;
    border-bottom: 1px solid #E3E3E3;;
}
.mj-me-birthday-message-header-arrow-svg{
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mj-me-birthday-message-header-span{
    font-size: 15px;
    margin-right: 10px;
}
.mj-me-birthday-message-header-logo-box{
    overflow: hidden;
    width: 33px;
    height: 27px;
}
.mj-me-birthday-message-header-logo-box img{
    width: 100%;
    height: 100%;
}
/******/
.mj-me-message-tab-btns {
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: center;
}
/* Style the buttons inside the tab */
.mj-me-message-tab-btns  .mj-me-tab-message-tablinks{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    height: 60px;
    background-color: #EEEEEE;
    color: #797979;
    cursor: pointer;
    padding: 7px 16px;
    transition: 0.3s;
    font-size: 13px;
    border-top: 0;
    border-right:0;
    border-left:0;
    outline: 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #C5C5C5;
}
.mj-me-tab-message-tablinks-span{
    background: #797979;
    border-radius: 5px;
    color: #fff;
    padding: 0 20px;
    text-align: center;
}
/* Create an active/current tablink class */
.mj-me-message-tab-btns .mj-me-tab-message-tablinks.active {
    background-color: #D8C7FF;
    color: #33348E;
    border-bottom: 2px solid #33348E;
}
.mj-me-message-tab-btns .mj-me-tab-message-tablinks.active .mj-me-tab-message-tablinks-span{
    background: #33348E;
}
    /* Style the tab content */
.mj-me-tab-message-tabcontent {
    display: none;
    padding: 6px 5px;
    border: 0;
    border-top: none;
}
/*** birthday-offer-code ***/
.mj-me-birthday-offer-cod-div{
    position: relative;
    width: 100%;
    height: 70px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    background: #F9F9F9;
    border: 1px solid #F3EEFF;
    border-radius: 15px 5px 5px 15px;
    padding: 10px 17px;
    overflow: hidden;
    justify-content: space-between;
}
.mj-me-birthday-offer-cod-div-after-blue{
    position: absolute;
    right: -9px;
    top: 7px;
    width: 20px;
    height: 55px;
    border-radius: 10px;
    background-color: #33348E;
}
.mj-me-birthday-offer-cod-div-after-grey{
    position: absolute;
    right: -9px;
    top: 7px;
    width: 20px;
    height: 55px;
    border-radius: 10px;
    background-color: #9A9A9A;
}
.mj-me-birthday-offer-cod-fir-div span{
    font-weight: 600;
    font-size: 13px;
}
.mj-me-birthday-offer-cod-sec-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mj-me-birthday-offer-cod-sec-div-date{
    position: relative;
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.mj-me-birthday-offer-cod-sec-div-num{
    display: flex;
    align-items: center;
    font-size: 14px;
}
/*******/
@media screen and (min-width: 769px) {
    .mj-me-tab-message-tabcontent{
        padding: 6px 1%;
    }
}