
.blog_detail_section .blog_inner_pannel .review {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .review span {
    line-height: 1;
}

.blog_detail_section .blog_inner_pannel .review span{
    color: var(--purple);
    display: inline-block;
    font-weight: 700;
    padding-inline-start: 10px;
}

.blog_detail_section .blog_inner_pannel .review span:nth-child(2) {
    color: var(--dark-purple);
    padding-inline-start: 100px;
}
.blog_detail_section .blog_inner_pannel .review span:last-child {
    color: var(--dark-purple);
    display: inline-block;
}

/* .blog_detail_section .blog_inner_pannel .info ol {
    padding-inline-start: 50px;
    list-style-type: decimal!important;
} */
.blog_detail_section .blog_inner_pannel .info ul {
    padding-inline-start: 50px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.blog_detail_section .blog_inner_pannel .info ol {
    padding-inline-start: 50px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.blog_detail_section .blog_inner_pannel .info ol li{
    line-height: 2.2;
}
.note-editor ol li{
    line-height: 2.2;
}

.blog_detail_section .blog_inner_pannel .info ul li {
    list-style-type: block;
    list-style-type: circle;
}
.blog_detail_section .blog_inner_pannel .info ul li p {
    position: relative;
    margin-bottom: 0;
}


iframe {
    border: 0;
    width: 100% !important;
    height: 450px !important;
}

@media screen and (max-width:640px) {
    iframe {
        border: 0;
        width: 100% !important;
        height: 250px !important;
    }
}

.info a {
    color:#0d6efd;
    text-decoration: underline;
}
.info a:hover{
    color:#0d6efd;
    text-decoration: underline;
}

/* blog create page */

.blog-page-section{
    padding: 50px 60px !important;
    border-radius: 22px !important;
    background-color: #fff !important;
    box-shadow: 0 4px 10px #EDE9FE !important;
    }
    .blog-title{
    display: block !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--dark-purple) !important;
    }
    .blog-title h3{
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    #blog label{
        display: block !important;
        font-size: 14px !important;
    }
    #blog input[type="text"]:focus{
        outline: none !important;
        border-bottom-color: rgba(0,0,0,0.12) !important;
    }
    #blog input[type="text"]{
        width: 100%!important;
        display: block!important;
        border: none!important;
        border-bottom: 1px solid #eee !important;
        padding:10px !important;
    }
    .ud-form-group{
        padding-top: 10px !important;
        padding-bottom: 10px;
    }

    .blog_detail_section .blog_inner_pannel {
        background-color: #FFFFFF!important;
    }
