#answer-options > .answer-option {
    cursor: pointer;
}
@font-face {
    font-family: 'Pyidaungsu';
    src: local('Pyidaungsu'), url('../fonts/Pyidaungsu/Pyidaungsu-2.1_Regular.woff') format('woff');
}

.myanmar {
    font-family: 'Pyidaungsu', sans-serif!important;
}
.over-subscribe-btn {
    margin: 20px 0 20px 0;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0 10px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

@font-face {
    font-family: ZingRust;
    src: url(../fonts/zing/ZingRustDemo-Base.otf);
}

/* Popup Modal Start */
#popup .btn-modal {
    background-color: #259f11;
    border-color: #259f11;
    color: white !important;
    width: 200px;
}

#popup .btn-modal:hover {

    background-color: #199034;
    border-color: #199034;
    color: white !important;
}

#popup .modal-content {
    border-radius: 35px;
    width: 80%;
    margin: 0 auto;
}

#popup .modal-header {
    border: none;
}

#popup .modal-img {
    display: block;
}

#popup.modal h4 {
    font-family: 'ZingRust';
    font-size: 45px;
}

#popup.modal hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #000000;
}

#popup .modal-p {
    font-size: 20px;
}

/* Popup Modal End */

#play-btn-container button {
    background-color: #feb800;
    border: none;
    color: #000000;
    font-weight: 600;
    margin: auto;
    display: block;
    width: 260px;
    margin-top: 65px;
}
