/****** Schedule ******/
.schedule-title {
    margin-bottom: 15px;
}
.schedule-column-row {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}
.schedule-column {
    float: left;
    width: 50%;
    padding:0 15px 0 15px;
}
.right-wrap{
    border-left: 1px solid #00000014;
}
.schedule-column.right-wrap img {
    max-height: 145px;
}
/****** Calendar ******/
/**********************/
ul.dates .mask {
    visibility: hidden;
}
.svg-progress{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#calendar .dates ul.dates-loop li.today a.calendar-date {
    position: relative;
}
.upcoming-date svg.svg-progress{
    display: none;
}
/**********************/


/**** Traning Post ****/
.post-loop .post-description {
    padding: 0 0 10px 0;
}
.post-loop .post-name {
    padding: 0 0 10px 0;
}
.post-meta span{
    margin: 0 15px 0 0;
}
.post-meta i {
    margin: 0 5px 0 0;
}
.post-loop .card {
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px #ddd;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 6px #1f1f1f4d;
}
.view-post{
    cursor: pointer;
}
.image-content{
    position: relative;
    min-height: 30px;
}
.shape {
    height: 30px;
    width: 30px;
    background: #50bd62;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.shape:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 17px;
    width: 100%;
    float: left;
    height: 100%;
    padding: 6px;
    line-height: initial;
}
.post-loop:not(.done) .shape{
    display: none;
}

.no .shape {
    height: 30px;
    width: 30px;
    background: #e31e1e;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: block !important;
}
.no .shape:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 17px;
    width: 100%;
    float: left;
    height: 100%;
    padding: 6px;
    line-height: initial;
}
/**********************/

/******** Modal *******/
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: calc(90vh - 110px);
    overflow-y: auto;
}
.modal-title{
    float: left;
}
.modal-header .close {
    margin-top: 3px;
}
.modal-body .post-content{
    margin: 0 0 15px 0;
}
.modal .post-description {
    padding: 0 0 10px 0;
}
.mark-as-completed.done::before {
    content: "\f087";
    font-family: 'FontAwesome';
    color: #4f8fd9;
    font-size: 15px;
    margin: 0 5px 0 0;
}
.modal-notify:not(.done) {
    display: none;
}
.button-wrap {
    margin: 20px 0 0 0;
}
/**********************/

.view-correctiion i, .correction-result-icon i {
    padding: 0 !important;
}

a.btn.btn-sm.correction-result-icon {
    margin: 0 10px 0 0;
}
a{
    cursor: pointer;
}
.view-correction-post i {
    padding: 0 !important;
}
h4.modal-title {
    font-weight: 500;
}

.button-wrap a {
    margin: 0 10px;
}

li.correction-post-loop {
    list-style: none;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 6px #1f1f1f4d;
    margin: 0 0 10px 0;
    padding: 10px 25px 10px 15px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    background: #fff;
}
.correction-post-loop h6.post-name {
    padding: 0;
    font-size: 15px;
}
.correction-post-loop .post_read_more i {
    position: unset;
    margin: 0;
    padding: 0;
    line-height: unset;
}
.correction-post-loop:not(.done) .shape {
    display: none;
}
.correction-post-loop .shape {
    margin: 5px 0 0 5px;
}
.correction-post-loop .shape {
    margin: 5px 0 0 5px;
    z-index: 1;
}

.training-loop .image-content img {
    width: 100%;
}
.correction-post-loop.view-correction-post img {
    width: 100%;
}

.wizard-step label{
    padding:0 !important;
}

.schedule-wrap {
    max-width: 1000px !important; 
}

#calendar .dates ul.dates-loop li {
    font-family: Arial !important;
}

.post-modal.show {
    max-width: 100% !important;
}

.post-modal a.post_read_more {
    background: #198fd1;
    color: #fff !important;
    padding: 12px 26px;
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
    border-radius: 0.25rem;
}

.alert {
    padding: 5px 20px;
    line-height: 30px;
    border-radius: 0;
    border: none;
    color: #fff;
}

.alert.alert-default {
    background: #eeeeee;
    color: #333333;
}

.alert.alert-default span {
    color: #333;
}

.alert.alert-warning {
    background: #edb82a;
}

.alert.alert-danger {
    background: #ed5c2a;
}

.alert.alert-success {
    background: #4fcd24;
}

.alert.alert-info {
    background: #237ac6;
}

.alert.alert-default-2 {
    background: #7323c6;
}

.alert span {
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
}

.alert.alert-dismissable {
    position: relative;
    padding: 30px 60px 30px 120px;
    background: #fff;
    border: 1px solid #eeeeee;
    color: #333333;
}

.alert.alert-dismissable .alert-icon {
    position: absolute;
    top: 50%;
    height: 50px;
    left: 50px;
    margin-top: -25px;
    line-height: 50px;
    font-size: 30px;
    min-width: 30px;
    text-align: center;
}

.alert.alert-dismissable .close {
    position: absolute;
    top: 50%;
    right: 15px;
    color: #ccc;
    margin-top: -10px;
    opacity: 1;
}

.alert.alert-dismissable .title {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.alert.alert-dismissable.alert-warning {
    background: #ffecb7;
    border: none;
}

.alert.alert-dismissable.alert-warning .alert-icon,
.alert.alert-dismissable.alert-warning .close .fa {
    color: #edb82a;
}

.alert.alert-dismissable.alert-danger {
    background: #fcccd1;
    border: none;
}

.alert.alert-dismissable.alert-danger .alert-icon,
.alert.alert-dismissable.alert-danger .close .fa {
    color: #ed5c2a;
}

.alert.alert-dismissable.alert-success {
    background: #c0f4af;
    border: none;
}

.alert.alert-dismissable.alert-success .alert-icon,
.alert.alert-dismissable.alert-success .close .fa {
    color: #4fcd24;
}

.alert.alert-warning h4 {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    margin: 0 0 15px 0;
}

.loop-wrap.training-post-content {
    max-width: 1000px;
}

.alert {
    color: #fff !important;
    line-height: 24px;
    font-size: 15px;
}

.post-loop .card .post-name {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 0;
}

.card .view-test-post, li.correction-post-loop a.post_read_more {
    background: #ed912a !important;
    color: #fff !important;
    padding: 10px 25px;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    transition: all .3s ease-out;
    border-radius: 100px;
    margin-top: 5px;
    display: inline-block;
}

.correction_video_wrap h4 {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 20px;
}

.correction_video_wrap {
    max-width: 1000px !important;
}

.correction_video_wrap ul.correction-loop-wrap {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.correction_video_wrap h6.post-name {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 0;
}

.post-modal h4.modal-title {
    width: 100%;
    font-size: 30px;
    margin: 0;
    line-height: 30px;
}

h4.schedule-title span.required {
    width: auto;
    float: none;
}

.wizard code {
    font-size: 14px;
}

.loop-wrap.training-post-content {
    max-width: 1000px !important;
}

li.correction-post-loop .col-md-1.col-sm-2.col-xs-4 {
    min-width: 100px;
}