/*******UM CSS*******/
.um{
    opacity:1 !important;
}
.um * {
    font-family: DM sans,sans-serif;
}
input {
    border-radius: 5px !important;
}
input#um-submit-btn {
    background: #ce000f;
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #ce000f !important;
}
.um-button{
    line-height: 0.7em !important;
}
input#um-submit-btn:hover {
    background: #fff;
    color: #ce000f;
    transition: .3s all ease;
}
.select2.select2-container .select2-selection {
    border-radius: 5px !important;
}
.um-field .select2.select2-container .select2-selection {
    border-radius: 5px !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'DM sans', sans-serif;
}
body {
    font-family: 'DM Sans', sans-serif;
}

/***Single Course Css*****/
.author-box-wrap {
    display: none;
}
.td-block-row.td-post-next-prev {
    display: none;
}
.td-module-meta-info {
    display: none;
}
.llms-favorite-wrapper {
    display: none !important;
}