.logo-mobile {
    display: none;
}

#kt_header {
    z-index: 100;
}

.GetAjaxDataForm .separator:last-child {
    display: none;
}

@media screen and (max-width: 991px) {
    .logo-mobile {
        z-index: 100;
        position: relative;
        display: block;
    }

    .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.uppy .uppy-thumbnails .uppy-thumbnail-container {
    width: 100% !important;
}

.cell-name {
    display: flex;
    align-items: center;
}

.osahan-item-detail-pop .cell-name {
    height: 250px;
    overflow: hidden
}

.cell-name figure, .cell-name figure {
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

.bg-img-style div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.task-item {
    border: 1px solid #e5e5e5;
    padding: 4px 8px;
    background: #fdfdfd;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
}

.task-item:not(:first-child) {
    margin-top: 10px;
}

.task-item button i {
    font-size: 12px !important;
}

.task-item .task-completed {
    background: #0bb783 !important;
}

.task-item .task-failed {
    background: #F64E60 !important;
}

.task-item .task-completed i, .task-item .task-failed i {
    color: #fff;
}

.task-completed-info {
    font-size: 10px;
}

.task-footer, .task-signature-document {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 20px;
    width: 100%;
}

.task-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.task-attach-files img,
.task-attach-files video,
    /*.task-attach-files .bg-image,*/
    /*.task-question-box-summary-message .bg-image,*/
.task-attach-files .file-bg-img,
.task-question-box-summary-message .file-bg-img,
.task-attach-files .plyr {
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
}

.task-attach-files img {
    max-width: 100%;
    /*width: 100%;*/
    height: auto;
}

/*.task-attach-files .bg-image {*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    height: 200px;*/
/*    width: 200px;*/
/*}*/

.task-attach-files .file-bg-img {
    height: 300px;
}

.task-attach-files .plyr {
    max-height: 400px;
    width: 400px;
}

.task-attach {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.task-attach-files {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.task-attach-files > * {
    margin: 10px;
}

.task-signature-container {
    max-width: 600px;
    width: 100%;
}

.task-signature-document div {
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    width: 100%;
    max-height: 300px;
    padding: 10px;
}

.signature-wrapper {
    position: relative;
    max-width: 575px;
    width: 100%;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: #fff;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: #fff;
}

.btn-confirmed-task, .finish-task-question, .next-task-question, .prev-task-question {
    min-width: 80px;
    min-height: 32px;
}

.task-question-container {
    width: 100%;
}

.task-question-box {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.task-question-box .task-question-box-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.task-question-box .task-question-box-content {
    padding: 10px;
}

.task-question-answer, .task-question-range {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 100%;
    transition: .4s;
}

.task-question-answer > * {
    transition: .4s;
    font-weight: bold;
}

.prev-task-question {
    display: none;
    float: left;
}

.next-task-question, .finish-task-question {
    float: right;
}

.task-question-range {
    display: flex;
    align-items: center;
}

.task-question-range i {
    font-size: 22px;
    margin-right: 10px;
}

.list-items, .list-items li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-items {
    margin-top: 5px;
}

.task-question-box-summary-message > div {
    background: #fdfdfd;
    padding: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 25px;
    display: none;
    align-items: center;
}

/*.task-question-box-summary-message .bg-image {*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    height: 40px;*/
/*    width: 40px;*/
/*}*/

.task-question-box-summary-message .file-bg-img {
    height: 40px;
}

.task-question-box-summary-message > div.summary-message-success {
    border-color: #1BC5BD !important;
    box-shadow: 0 0 12px 0 rgba(27, 197, 189, .3);
    background: rgba(27, 197, 189, .1) !important;
}

.task-question-box-summary-message > div.summary-messages-fail {
    border-color: #F64E60 !important;
    box-shadow: 0 0 12px 0 rgba(246, 78, 96, .3);
    background: rgba(246, 78, 96, .1) !important;
}

.task-completed-info {
    color: #c2c4d1;
}

.info-about-task {
    background: #fdfdfd;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 12px;
    margin-top: 25px;
    font-size: 12px;
    box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, .07);
}

.card-pagination {
    border-top: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
}


.report-chart-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
}

.report-chart-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background: #fdfdfd;
    text-align: center;
    box-shadow: inset 0 -5px 12px -5px rgba(0, 0, 0, .05);
}

.report-chart-label {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    width: 100px;
    margin: 10px auto 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.nav.nav-pills.nav-danger .nav-link, .nav.nav-pills.nav-danger .nav-link strong {
    transition: .4s;
}

.nav.nav-pills.nav-danger .nav-link {
    background: #fff;
}

.nav.nav-pills.nav-danger .nav-link.active, .nav.nav-pills.nav-danger .nav-link:hover {
    background: #8950FC !important;
}

.nav.nav-pills.nav-danger .nav-link:hover strong {
    color: #fff !important;
}

.activity-report {
    display: flex;
    align-items: center;
}

.report-progress {
    width: calc(100% - 150px);
}

.activity-report .btn {
    width: 150px;
    font-size: 11px;
}

.report-about-users {
    text-align: center;
}

.report-users {
    padding: 10px;
}

.report-users strong {
    font-size: 30px;
    font-weight: bolder;
}

.card-body-items .card-body {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.card-body-items > .card:last-child {
    margin-bottom: 0;
}

.GetAjaxDataForm .task-question-report-container > div:not(:first-child),
.GetAjaxDataForm .task-question-box-content > div:not(:first-child) {
    margin-top: 15px;
}

.GetAjaxDataForm .task-question-answer {
    position: relative;
}

.GetAjaxDataForm .task-question-answer-progress {
    position: absolute;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
}

.GetAjaxDataForm .task-question-answer-progress.bg-success {
    box-shadow: 0 0 12px 0 rgba(27, 197, 189, .6);
}

.GetAjaxDataForm .task-question-answer-progress.bg-danger {
    box-shadow: 0 0 12px 0 rgba(246, 78, 96, .6);
}

.GetAjaxDataForm .task-question-answer-progress.bg-info {
    box-shadow: 0 0 12px 0 rgba(137, 80, 252, .6);
}

.GetAjaxDataForm .task-question-answer strong {
    position: relative;
    z-index: 10;
}

.GetAjaxDataForm .task-question-type-answer {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.GetAjaxDataForm .task-question-type-answer > i:before {
    font-size: 15px;
}

.task-switch {
    position: absolute;
    top: 10px;
    left: 10px;
}

.card-border {
    border: 1px solid #e5e5e5;
}
