/*******UM CSS*******/
.um{
     opacity:1 !important;
}
.um * {
     font-family: DM sans,sans-serif;
}
input {
    border-radius: 5px !important;
}
input#um-submit-btn {
    background: #e42427;
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #e42427 !important;
}
.um .um-button.um-alt{
  border-radius: 5px !important;
}
.um-button{
      line-height: 0.7em !important;
}
input#um-submit-btn:hover {
    background: #fff;
    color: #e42427;
    transition: .3s all ease;
}
.um-field .select2.select2-container .select2-selection {
    border-radius: 5px !important;
}
/***hide Only fill in if you are not human***/
.um_request_name {
    display: none !important;
}

/*******LLMS***********/
/********Course Footer*****/
.llms-loop-item-footer {
    display: none;
}
/******Course alignment*****/
h4.llms-loop-title {
    text-align: center;
}
/******course button*****/
.llms-lesson-button-wrapper {
    margin: 30px 0px 25px 0px;
}
/*****course Title height******/
.llms-lesson-preview .llms-extra+.llms-main {
    width: 100% !important;
}
/*****quiz choices******/
p.llms-choice-text {
    display: inline !important;
}


/*********chained quiz********/
.chained-quiz * {
  font-family:'poppins',sans-serif;
}
div#chained-quiz-question-1 {
    font-size: 16px;
    font-weight: 500;
}
.chained-quiz-question {
    font-size: 16px !important;
    font-weight: 500 !important;
}
#chained-quiz-action-1 {
    background-color: #ffffff;
    width: 100px;
    padding: 7px;
    margin: 10px 0px 10px 0px;
    border:1px solid #111633 !important;
    border-radius:100px !important;
    color: #111633;
}
#chained-quiz-action-1:hover{
  background-color: #c43434;
  color: #fff;
}



.td-block-row.td-post-next-prev, .author-box-wrap {
    display: none;
}
