

.overview-left {
    
}
.overview-left ul li {
    margin: 0 0 5px 0;
}
.overview-left ul li a {
    padding: 20px 35px 20px 20px;
    background-color: #F0F1F0;
    border-radius: 5px;
    position: relative;
    display: block;
    border: 1px solid #F0F1F0;
}
.overview-left ul li a:hover {
    background-color: #fff;
    border: 1px solid #60B465;
}
.overview-left ul li span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 5px 0;
    display: block;
}
.overview-left ul li label {
    color: #8E8E8E;
    font-weight: 500;
    margin: 0;
}
.overview-left ul li i {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #2C2C2C;
}
.overview-left ul li a:hover i {
    color: #60B465;
}
.overview-left ul li.active a {
    background-color: #fff;
    border: 1px solid #60B465;
}
.overview-left ul li.active a i {
    color: #60B465;
}


.overview-left ul li.complete a {
    background-color: #60B465;
    border: 1px solid #60B465;
    padding-right: 55px;
}
.overview-left ul li.complete a span {
    color: #fff;    
}
.overview-left ul li.complete a label {
    color: #fff;    
    font-weight: 400;
}
.overview-left ul li.complete .icn {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}


.right-sec-accordion .accordion-item {
    border: 0;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
}
.right-sec-accordion .accordion-item .accordion-button {
    background: none !important;
}
.right-sec-accordion .accordion-item .accordion-title sup {
    font-size: 16px;
    color: #8E8E8E;
    top: 0;
    margin: 0 0 5px 0;
    display: block;
    line-height: normal;
}
.right-sec-accordion .accordion-item .accordion-title span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: block;
    margin: 0 0 5px 0;
    padding-right: 10px;
}
.right-sec-accordion .accordion-item .accordion-title label {
    font-size: 14px;
    font-weight: 400;
    color: #06CA12;
    margin: 0;
}
.right-sec-accordion .accordion-item .accordion-body {
    padding-top: 0;
}
.right-sec-accordion .accordion-item .accordion-body span.date {
    color: red;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.right-sec-accordion .accordion-item .accordion-body .continue-learning {
    display: table;
    background: #60B465;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 4px;
    margin: 20px 0 0 0;
}
.com-button {
    display: table;
    background: #60B465;
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 4px;
    margin: 0 0 0 0;
    min-width: 183px;
}
.com-button:hover {
    background: #0a8b12;
    color: #fff;
}
.form-check.align-to-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


/*  */


.inner-accordion {
    margin-top: 30px;
}
.inner-accordion .accordion-item {
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}
.inner-accordion .accordion-item .accordion-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.inner-accordion .accordion-item .accordion-button .title {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-accordion .accordion-item .accordion-button .title span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: table;
}   
.inner-accordion .accordion-item .accordion-button .title label {
    margin: 0;
}
.inner-accordion .accordion-item .accordion-button .title label sub {
    font-size: 16px;
    line-height: normal;
    color: #848484;
    bottom: 0;
}
.inner-accordion .accordion-item .accordion-button .title label sub:last-child {
    margin-left: 30px;
}
.inner-accordion .module-list {
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    margin: 20px 0 0 0;
}
.inner-accordion .module-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.inner-accordion .module-list li .icn {
    min-width: 20px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-accordion .module-list li .icn.play {
    border-radius: 50%;
    background-color: #60B465;
    cursor: pointer;
}
.inner-accordion .module-list li .icn.play:hover {
    background-color: #07d913;
}
.inner-accordion .module-list li .icn.play img {
    position: relative;
    right: -1px;
}
.inner-accordion .module-list li .icn.play.disable {
    background-color: #DDDDDD;
    cursor: auto;
}
.inner-accordion .module-list li a {
    font-size: 16px;
    color: #000;
}
.inner-accordion .module-list li a:hover {
    text-decoration: underline;
    color: #60b465;
}
/* Left */
.inner-accordion.left .accordion-button {
    padding: 8px 10px;
}
.inner-accordion.left .accordion-button .svg-color {
    right: 5px;
    width: 18px;
}
.inner-accordion.left .accordion-item .accordion-button .title {
    width: calc(100% - 25px);
}
.inner-accordion .accordion-item .accordion-button .title label {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.inner-accordion.left .accordion-item .accordion-button .title label sub {
    white-space: nowrap;
}
.inner-accordion.left .accordion-item .accordion-button .title label sub:last-child {
    margin-left: 10px;
}
.inner-accordion.left .accordion-body {
    padding-left: 10px;
    padding-right: 10px;
}
.inner-accordion .module-list li:last-child {
    margin-bottom: 0;
}




.hr-style-1 {
    margin: 0;
    border-top-color: #959595;
}


/* Definitions section: Start */
.definitions-sec {
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
}
.definitions-sec .top-first {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.definitions-sec .top-first a.listen {
    border: 1px solid #60B465;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.definitions-sec .top-first a.listen:hover {
    color: #60B465;
}
.definitions-sec .top-first a.listen.stop {
    border-color: red;
    color: red;
}
.definitions-sec .top-first a.listen.pause {
    border-color: #ffc107;
    color: #ffc107;
}
.definitions-sec .top-first a.listen.resume {
    border-color: #3f51b5;
    color: #3f51b5;
}
.definitions-sec .top-first span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.definitions-sec #text1 img,
.definitions-sec .text-content img {
    border: 1px solid #60B465;
    padding: 10px;
    display: table;
    position: relative;
    margin: 0 0 25px 0;
    width: 100%;
    max-width: 870px;
}
/* figure.image,
.img-vid {
    border: 1px solid #60B465;
    padding: 10px;
    display: table;
    position: relative;
    margin: 0 0 25px 0;
    max-width: 870px;
    width: 100%;
    text-align: center;
} */
figure.image a,
.img-vid a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
figure.image img,
.img-vid img {
    max-width: 100%;

    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
}

.definitions-sec h2 {
    font-size: 18px;
    font-weight: 500;
    color: #60B465;
    margin: 0 0 10px 0;
}
.definitions-sec h2 a {
    font-size: inherit;
    color: #408144;
    font-weight: 400;
    text-decoration: underline;
}
.definitions-sec h2 a:hover {
    text-decoration: none;
}
h3.qustion-title-1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.definitions-sec p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.75;
    margin: 0 0 15px 0;
}
.definitions-sec p a {
    white-space: break-spaces;
	word-break: break-all;
    font-size: inherit;
} 
.definitions-sec h6,
.definitions-sec span.one {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
    margin: 0 0 15px 0;
}
.definitions-sec h5,
.definitions-sec span.two {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.definitions-sec .list-one {
    font-size: 16px;
    color: #000;
    margin: 0 0 20px 0;
    line-height: 28px;
    list-style: none;
}
.definitions-sec .list-one li {
    margin: 0 0 15px 0;
    padding-left: 30px;
    position: relative;
}
.definitions-sec .list-one li span {
    position: absolute;
    left: 0;
    top: 2px;
    color: #000;
}
.definitions-sec a.link {
    font-size: 18px;
    color: #408144;
    display: block;
    line-height: normal;
    text-decoration: underline;
}
.definitions-sec a.link:hover {
    text-decoration: none;
}
.question-cell {
    width: 100%;
    max-width: 624px;  
    margin: 50px 0; 
    /* background-color: red; */
}
.question-cell.full-w {
    max-width: 100%;
}
.question-cell .top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question-cell .top .left {
    display: flex;
    align-items: center;
}
.question-cell .top .left .buttons {
    border-right: 1px solid #D9D9D9;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
    margin-right: 30px;
}
.question-cell .top .left .buttons button {
    border: 0;
    background: none;
    padding: 0;
    opacity: 0.5;
    pointer-events: none;
}
.question-cell .top .left .buttons button.active {
    opacity: 1;
    pointer-events: initial;
}
.questioncell-outer .question-cell {
    display: none;
}
.questioncell-outer .question-cell.active{
    display: block;
}
.question-cell .top .left span {
    font-size: 16px;
    color: #000000;
    display: table;
    font-weight: 500;
}
.question-cell .top .mandatory {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FADD9C;
    font-size: 14px;
    border-radius: 10px;
    margin-right: 20px;
    
}
.question-cell .mid {
    padding: 40px 20px;
    border: 1px solid #EFEFEF;
    border-top: 0;
}
.question-cell .mid .title {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}
.question-cell .mid .form-check-label {
    font-size: 18px;
}
.question-cell .mid .form-check {
    padding-left: calc(1.5em + 10px);
}
.question-cell .mid .form-check .form-check-input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-left: calc(-1.5em - 10px);
    margin-right: 0px;
    border-color: #212121;
}
.question-cell .mid .form-check-input:checked {
    background-color: #60B465;
    border-color: #60B465;
}







.question-cell .bottom {
    border: 1px solid #EFEFEF;
    border-top: 0;
    padding: 0px 0px 0px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.question-cell .bottom .status {
    display: flex;
    align-items: center;
    color: #60B465;
}
.question-cell .bottom .status.wrong {
    color: #f44336;
}
.question-cell .bottom .status img {
    margin-right: 10px;
}
.question-cell .bottom .right {
    margin-left: auto;
}
.question-cell .bottom .right button {
    height: 50px;
    background-color: #60B465;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.question-cell .bottom .right button:hover {
    background-color: #0a8b12;
}
.question-cell .bottom .right button img {
    margin-left: 10px;
}
.question-cell .bottom .right span {
    color: #000;
    font-size: 16px;
    margin-right: 20px;
}
/* Definitions section: End */


.definitions-sec ol {
    font-size: 16px;
    color: #000;
    margin: 0 0 20px 0;
    line-height: 1.75;
    padding-left: 20px;
}
.definitions-sec ol li {
    margin: 0 0 15px 0;
    padding-left: 0;
    position: relative;
    list-style: decimal !important;
}
.definitions-sec ol li img {
    margin-bottom: 0;
}
.definitions-sec ol li a {
    font-size: inherit;
}

.definitions-sec ul {
    font-size: 16px;
    color: #000;
    margin: 0 0 20px 0;
    line-height: 1.75;
    padding-left: 0;
    letter-spacing: 0.7px;
}
.definitions-sec ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    position: relative;
}
.definitions-sec ul li::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
}
.definitions-sec ul li a {
    font-size: inherit;
}

.definitions-sec ol li ol,
.definitions-sec ol li ul, 
.definitions-sec ul li ol,
.definitions-sec ul li ul {
    margin-top: 15px;
}


/* Left hide and show: Start */
.button-left-colaps {
    border: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    /* width: 100%; */
    border-radius: 8px;
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.button-left-colaps img {
    margin-left: 10px;
}
.button-left-colaps label {
    margin: 0;
}

/* Note: Start */


.note-accordion h2 {
    margin: 0;
}
.note-accordion .accordion-button {
    background: none !important;
}
.note-accordion .accordion-title,
.note-accordion .title span {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}
.note-accordion .accordion-item {
    border-radius: 10px;
}
.note-accordion .accordion-body {
    padding-top: 0;
}
.note-accordion .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #E0E0E0;
}
.note-accordion polyline {
    color: #B0B0B0;
}
.note-accordion .accordion-item.bg-2 {
    background: #F8F8F8;
}
.note-accordion .accordion-item.content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
    color: #4B4B4B;
}
.note-accordion .accordion-item.content .title span {
    color: #60B465;
}
.note-accordion .accordion-item.content polyline {
    color: #60B465;
}
.note-button {
    border: 0;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    background: #fff;

    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: block;
    margin: 0 0 5px 0;
    padding-right: 10px;

    padding: 16px 20px;
    text-decoration: none !important;
}
/* Note: End */
.nameBlock {
    width: 45px;
    height: 45px;
    border: 1px solid #60B465;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
}





/* For Live Site: Start */
.definitions-sec p strong {
    display: initial;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body {
    display: block !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    width: 220px;
    left: -110px;
}
/* For Live Site: End */

/* Style from nisha: Start */
.ck.ck-content ul,
.ck.ck-content ul li {
  /*list-style-type: inherit;*/
}

.ck.ck-content ul {
  /* Default user agent stylesheet, you can change it to your needs. */
  padding-left: 40px;
}

.ck.ck-content ol,
.ck.ck-content ol li {
  /*list-style-type: decimal;*/
}
.ck.ck-content ol {
  /* Default user agent stylesheet, you can change it to your needs. */
  padding-left: 40px;
}
/* Style from nisha: End */

.qreview-wrap ul li {
    padding: 0 !important;
    margin: 0 !important;
  }
  .qreview-wrap ul li::after {
    display: none;
  }





















@media (min-width: 1200px) {
    .left-main {
        transition: 0.5s;
        left: 0;
    }
    .left-main.hide {
        transition: 0.5s;
        overflow: hidden;
        width: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        left: -550px;
        opacity: 0;
    }
    .right-main {
        transition: 0.5s;
    }
    .right-main.full {
        width: 100%;
        transition: 0.5s;
    }
}
@media (max-width: 1199px) {
    .left-main {
        transition: 0.5s;
        position: fixed !important;
        left: -470px;
        top: 0;
        background: #fff;
        z-index: 9;
        width: 460px;
        padding-top: 10px;
        /* display: none; */
        height: 100vh;
        overflow: hidden;
        overflow-y: scroll;
        box-shadow: 6px 0px 15px -3px rgba(0,0,0,0.1);
    }
    .left-main.hide {
        left: -470px;
    }
    .left-main {
        left: 0;
    }
    .modulestop-wrapper>.col-lg-4 {
        width: 187px;
    }
    

}
@media (max-width: 991px) {
    .left-main {
        left: 0;
        width: 360px;
    }
    .left-main.hide {
        left: -370px;
    }
}
/* Left hide and show: End */


/* Header fixed: Start */
.page-wrapper.compact-wrapper .page-header {
    position: relative;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 0;
}
.navbar-fixed {
    position: fixed !important;
}
.fix-padding {
    padding-top: 77px !important;
}
@media (max-width: 991px) {
    .fix-padding {
        padding-top: 57px !important;
    }    
}
/* Header fixed: End */


@media (max-width: 991px) {
    .top-percentage-sec {
        padding: 0;
        border-radius: 0;
        box-shadow: none !important;
        background: none;
    }
    .top-percentage-sec .card-body {
        padding: 0 !important;
    }
    .top-percentage-sec .card-body h4 {
        font-size: 16px;
        margin-bottom: 10px !important;
    }
}
@media (max-width: 767px) {
    .inner-accordion .accordion-item .accordion-button .title {
        align-items: flex-start;
        flex-direction: column;
    }
    .question-cell .top .left .buttons {
        gap: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .question-cell .bottom {
        flex-direction: column;
    }
    .question-cell .bottom .status {
        padding-top: 15px;
        margin-bottom: 10px;
    }
    .question-cell .bottom .right {
        justify-content: space-between;
    width: 100%;
    align-items: center;
    display: flex;
    }
    .question-cell .bottom .right .qcNext {
        /* width: 100%; */
    }
}



.vertical-align-top th, 
.vertical-align-top td {
  vertical-align: top;
}

.bg-color-1 {
  background-color: #f1ffeb !important;
}
.bg-color-2 {
  background-color: #ffeee0 !important;
}
.bg-color-3 {
  background-color: #ffd2d7 !important;
}
.bg-color-4 {
  background-color: #ffeebb !important;
}
.bg-color-5 {
  background-color: #b7cdf5 !important;
}

.bg-red {
    background-color: #f40022 !important;
}
.bg-blue {
    background-color: #5686e2 !important;
}
.bg-green {
    background-color: #71ab57 !important;
}
.bg-yellow {
    background-color: #fbd875 !important;
}

.boxstyle-1 {
    display: block;
    padding: 10px 15px;
    margin: 25px 0px;
    border: 1px solid #60B465;
}


.ifram-wrap {
    border: 1px solid #60B465;
    padding: 10px;
    display: table;
    position: relative;
    margin: 0 0 25px 0;
    /* max-width: 100%; */
    /* width: 870px; */
    width: 100%;
    max-width: 870px;
}
.ifram-wrap iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 1/0.56;
}


.table-cus1 {
    width: 100%;
    height: auto;
}
.table-cus1 tr td p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .table-cus1 tr {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .table-cus1 tr:last-child {
        margin-bottom: 0;
    }
    .table-cus1 tr td {
        width: 100%;
    }
    .table-cus1 tr td:first-child {
        display: none;
    }
    .table-cus1 tr td:last-child {
        padding-top: 0;
    }
    .table-cus1 tr td p {
        font-weight: 700;
    }
}

/* modules top wrapper :start */
.modulestop-wrapper {
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: space-between; */
    align-items: center;
    gap: 10px 0px;
    margin-bottom: 10px;
}
.modulestop-wrapper>.col-lg-4 {
    transition: 0.4s;
}
.modulestop-wrapper .mtw-col {
    flex-shrink: initial;
    width: auto;
    /* flex: 1; */
}
.modulestop-wrapper .button-left-colaps {
    white-space: nowrap;
}
.modulestop-wrapper .mtw-title {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    margin: 0px 0px 0px 0px;
    /* text-align: right; */
}

@media only screen and (max-width: 992px) {
    .modulestop-wrapper {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .modulestop-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .modulestop-wrapper .mtw-title {
        text-align: left;
    }
    .modulestop-wrapper .mtw-col {
        width: 100%;
    }
}
.modulestop-wrapper>.col-lg-4.mtw-col {
    width: 187px;
}
.modulestop-wrapper .col-lg-8.mtw-col {
    flex: 1;
}
/* modules top wrapper :end */


/* Font size updated :start */
@media only screen and (min-width: 768px) {
    .definitions-sec h2 {
        font-size: 20px;
    }
    .definitions-sec p {
        font-size: 18px;
    }
    .definitions-sec ol {
        font-size: 18px;
    }
    .definitions-sec ul {
        font-size: 18px;
    }
    .definitions-sec h6,
    .definitions-sec span.one {
        font-size: 18px;
    }
    .question-cell .mid .title {
        font-size: 20px;
    }
    .question-cell .mid .form-check-label {
        font-size: 20px;
    }
    .question-cell .top .left span {
        font-size: 18px;
    }
    .question-cell .bottom .right span {
        font-size: 17px;
    }
    .question-cell .bottom .status {
        font-size: 16px;
    }
    .definitions-sec a.link {
        font-size: 20px;
    }
    .definitions-sec h5,
    .definitions-sec span.two {
        font-size: 20px;
    }
    .definitions-sec table {
        font-size: 16px;
    }
}
/* Font size updated :end */

/* sticky : start */
.sticky-btns {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    /* background-color: #06CA12; */
    z-index: 9;
    margin-left: -60px;
    /* background: red; */
    width: 34px;
}
.sticky-btns .small-row {
    display: flex;
    flex-direction: row;
    margin: 1px 0;
    position: relative;
    right: 0;
    cursor: pointer;
    width: 109px;
}
.sticky-btns .small-row>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.sticky-btns .icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: red; */
}
.sticky-btns .text {
    width: 70px;
    height: 34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-btns .play:hover,
.sticky-btns .stop:hover,
.sticky-btns .note:hover {
    right: 71px;
    width: 109px;
}
.sticky-btns .play {
    background: #60B465;
}
.sticky-btns .play .text {
    background: #4E9352;
}
.sticky-btns .stop {
    background: #FF5959;
}
.sticky-btns .stop .text {
    background: #E54343;
}
.sticky-btns .note {
    background: #06A0E6;
}
.sticky-btns .note .text {
    background: #048BC9;
}
.noteModalStyle .modal-content {
    max-width: 600px;
}
.noteModalStyle .modal-dialog {
    max-width: 600px;
}
/* sticky : end */

/* page-title :start */
@media only screen and (max-width: 991px) {
    .page-wrapper .page-body-wrapper .page-title .breadcrumb {
        display: none;
    }
}
/* page-title :end */

/* ordered list - sublist type disc :start */
.definitions-sec ol li ol {
    list-style: none;
    padding-left: 0;
}
.definitions-sec ol li ol li,
.definitions-sec ol li ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    position: relative;
    list-style: none !important;
}
.definitions-sec ol li ul li::after,
.definitions-sec ol li ol li::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    content: '';
    position: absolute;
    left: 5px;
    top: 12px;
}
/* ordered list - sublist type disc :end */

/* Side menu style :start */
#sidebar-menu .sidebar-links {
    padding-bottom: 80px;
}
/* Side menu style :end */

/* select2 :start */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 4px;
}
/* select2 :end */

/* table modal z-index issue :start */
.table-responsive {
    -webkit-overflow-scrolling: initial !important;
}
/* table modal z-index issue :end */

/* inside-loader: Start */
.inside-loader {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.inside-loader .spinner {
    position:absolute;
    transform:translate(-50%,-50%);
    bottom:50%;
    left:50%;
    width: 120px;
    height: 30px;
    text-align: center;
    font-size: 30px;
}
.inside-loader .spinner > div {
    background-color: #ffffff;
    height: 100%;
    width: 5px;
    display: inline-block;
    
    animation: meregang 1.2s infinite ease-in-out;
}
.inside-loader .spinner .react2 {
    animation-delay: -1.1s;
}
.inside-loader .spinner .react3 {
    animation-delay: -1s;
}
.inside-loader .spinner .react4 {
    animation-delay: -0.9s;
}
.inside-loader .spinner .react5 {
    animation-delay: -0.8s;
}
@keyframes meregang {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }
    20% {
        background-color: #8cbe26;
        transform: scaleY(1);
    }
}
/* inside-loader: End */


a.view-all-noti {
    background: white;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    padding: 10px 0;
    color: #60b465;
    border-top: 1px solid rgba(145, 142, 153, 0.3);
}
a.view-all-noti:hover {
    text-decoration: underline;
}

/* table with image style START */
.img-table-sec table {
    width: 100%;
}

.img-table-sec table img {
    max-width: 100% !important;
    width: auto !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 auto !important;
}
.img-table-sec table tr td:first-child {
    width: 200px;
    max-width: 200px;
    text-align: center;
}
/* table with image style END */





/* course-feedback-rating :start */
ul.feedback {
    margin: 0;
    padding: 0;
}
ul.feedback li {
    margin: 0;
    padding: 0;
}
ul.feedback li::after {
    display: none;
}



/* .ratingmovie-custom .br-theme-bars-movie .br-widget a {
    width: calc(25% - 2px);
} */
/* .ratingmovie-custom .br-theme-bars-movie .br-widget .br-current-rating {
    width: 100%;
} */

.ratingsquare-custom .br-theme-bars-square .br-widget a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.ratingfontawesome-custom .br-theme-fontawesome-stars .br-widget {
    height: auto;
}
.ratingfontawesome-custom .br-theme-fontawesome-stars .br-widget a {
    font-size: 31px;
}
.ratingfontawesome-custom .br-theme-fontawesome-stars .br-widget a::after {
    font-size: inherit;
}

/* course-feedback-rating :end */

/* .collapse-table table tbody tr:nth-child(even) td {
    padding: 0 !important;
} */
.collapse-table {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.collapse-table table .expand {
    display: flex;
    padding: 10px 10px 10px 13px;
    border-radius: 2px;
    width: 40px;
    gap: 4px;
    align-items: center;
    justify-content: center;
}
.collapse-table table .expand {
    font-size: 16px;
    color: #fff;
}
.collapse-table table .expand i {
    font-size: 13px;
}
.collapse-table table .expand i {
    transform: rotate(180deg);
}
.collapse-table table .expand.single {
    padding: 0;
    width: 40px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    gap: 0;
    margin: 0 auto;
}
.collapse-table table .expand.single i {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}



.collapse-table table .expand.collapsed i {
    transform: rotate(0deg);
}
.collapse-table table .expand-big::after {
    margin-left: 4px;
}
.collapse-table td,
.collapse-table th {
    text-align: center;
}
.collapse-table td:first-child,
.collapse-table th:first-child {
    text-align: center;
}
.collapse-table th:nth-of-type(2),
.collapse-table td:nth-of-type(2) {
    text-align-last: left;
}
.collapse-table th:nth-of-type(3),
.collapse-table td:nth-of-type(3) {
    color: #f41938;
}
.collapse-table th:nth-of-type(4),
.collapse-table td:nth-of-type(4) {
    color: #f7a120;
}
.collapse-table th:nth-of-type(5),
.collapse-table td:nth-of-type(5) {
    color: #00a475;
}

/* Eight col : Start */
.collapse-table.eight-col {
    padding: 0;
}
.collapse-table.eight-col th,
.collapse-table.eight-col td {
    color: #000;
}
.collapse-table.eight-col th:nth-of-type(4),
.collapse-table.eight-col td:nth-of-type(4) {
    color: #f41938;
}
.collapse-table.eight-col th:nth-of-type(5),
.collapse-table.eight-col td:nth-of-type(5) {
    color: #f7a120;
}
.collapse-table.eight-col th:nth-of-type(6),
.collapse-table.eight-col td:nth-of-type(6) {
    color: #00a475;
}
/* Eight col : End */




.collapse-table .accordion-body {
    padding: 15px;
}
.collapse-table .accordion-body td,
.collapse-table .accordion-body th {
    text-align: left;
}
.collapse-table .accordion-body td {
    vertical-align: top !important;
}
.collapse-table .accordion-body tbody tr td,
.collapse-table .accordion-body thead tr th {
    color: #000 !important;
    padding: 0.75rem !important;
}
.collapse-table .accordion-body thead.red tr th {
    background: #ff657b;
    color: #fff !important;
}
.collapse-table .accordion-body thead.amber tr th {
    background: #ffb648;
    color: #fff !important;
}
.collapse-table .accordion-body thead.green tr th {
    background: #04cd93;
    color: #fff !important;
}
.collapse-table .accordion-body table tbody.red tr td:nth-of-type(2),
.collapse-table .accordion-body table tbody.red tr td:nth-of-type(3) {
    color: #f41938 !important;
}
.collapse-table .accordion-body table tbody.amber tr td:nth-of-type(2),
.collapse-table .accordion-body table tbody.amber tr td:nth-of-type(3) {
    color: #f7a120 !important;
}
.collapse-table .accordion-body table tbody.green tr td:nth-of-type(2),
.collapse-table .accordion-body table tbody.green tr td:nth-of-type(3) {
    color: #00a475 !important;
}


.collapse-table .accordion-body ol {
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 16px;
}
.collapse-table .accordion-body ol li {
    position: relative;
    margin: 0 0 10px 0;
}




.report-left-filter-wrap {
    
}
.report-left-filter-wrap .btn-link {
    border: 0 !important;
    padding: 0 !important;
}
.report-left-filter-wrap button:before {
    display: none !important;
}
.report-left-filter-wrap .card .card-body {
    padding: 0 !important;
    border: 0 !important;
}
.report-left-filter-wrap .ps-container {
    border: 0 !important;
    padding: 0 !important;
}
.report-left-filter-wrap .card {
    box-shadow: none !important;
    /* border-bottom: 1px solid #e0e0e0; */
    border-radius: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.report-left-filter-wrap .card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


.report-left-filter .checkbox-animated label {
    position: relative;
    padding-left: 31px;
}
.report-left-filter .checkbox-animated label input {
    position: absolute;
    left: 0;
    top: 3px;
}

.report-left-filter .checkbox label {
    margin-top: 0;
}
.report-left-filter .checkbox input[type=checkbox]:checked + label::before {
    margin-top: 3px;
}
.report-left-filter .checkbox label::before {
    margin-top: 3px;
}
.report-left-filter .form-check.checkbox {
    margin-bottom: 5px;
}



.filter1Wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.filter1Wrap .nav-pills {
    font-size: 16px;
}

.filter1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.filter1 span {
    font-size: 16px;
    white-space: nowrap;
}
.filter-data {
    margin: 20px 0 0 0;
}
.filter-data span {
    font-size: 14px;
    font-weight: 500;
}
.filter-data span i {
    color: #7366FF;
}
.filter-data span:hover a i {
    color: red !important;
}
.filter-data .badge + .badge {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}


/* .md-sidebar.full-side .job-accordion {
    border: 1px solid #e0e0e0;
    padding: 10px;
} */

.total-count {
    margin: 1px 0 8px 0;
}
.total-count h6 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.total-count h6 span:first-child {
    font-weight: 500;
}
.total-count h6 span:not(:first-child) {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border-radius: 6px;
    padding: 6px 8px;
}
.total-count h6 span:nth-of-type(2) {
    color: #ffffff;
    background-color: #f41938;
}
.total-count h6 span:nth-of-type(3) {
    color: #ffffff;
    background-color: #f7a120;
}
.total-count h6 span:nth-of-type(4) {
    color: #ffffff;
    background-color: #00a475;
}
.total-count h6 span:nth-of-type(5) {
    color: #ffffff;
    background-color: #212529;
}

.report2-top .course-widget .course-icon.green {
    background: #60b465 !important;
}
.report2-top .course-widget .course-icon.amber {
    background: #ffbf00 !important;
}
.report2-top .course-widget .course-icon.blue {
    background: #0000FF !important;
}
.report2-top .course-widget .course-icon.red {
    background: #FF0000 !important;
}
.report2-top .course-widget .course-icon i {
    font-size: 18px;
    color: #fff;
}
.badge.green {
    background: #60b465 !important;
}
.badge.amber {
    background: #ffbf00 !important;
}
.badge.red {
    background: #FF0000 !important;
}

.green-bg {
    background: #60b465 !important;
}
.amber-bg {
    background: #ffbf00 !important;
}
.blue-bg {
    background: #4f4ffd !important;
}
.red-bg {
    background: #FF0000 !important;
}
.orange-bg {
    background: #FF8C00 !important;
}
.green-color {
    color: #60b465 !important;
}
.amber-color {
    color: #ffbf00 !important;
}
.blue-color {
    color: #4f4ffd !important;
}
.red-color {
    color: #FF0000 !important;
}
.orange-color {
    color: #FF8C00 !important;
}

.project-box.style-1 {
    cursor: pointer;
}
.project-box.style-1:hover {
    border: 1px solid #15a6e7;
}
.project-box.style-1 .details {
    font-size: 16px;
    margin-bottom: 8px;
}
.fwn {
    font-weight: normal !important;
}
.report-detail-table table tr th:nth-of-type(5),
.report-detail-table table tr td:nth-of-type(5),
.report-detail-table table tr th:nth-of-type(6),
.report-detail-table table tr td:nth-of-type(6),
.report-detail-table table tr th:nth-of-type(7),
.report-detail-table table tr td:nth-of-type(7),
.report-detail-table table tr th:nth-of-type(8),
.report-detail-table table tr td:nth-of-type(8) {
    text-align: center;
}

.report-detail-table table tr th:nth-of-type(5),
.report-detail-table table tr td:nth-of-type(5) {
    color: #60b465 !important;
}
.report-detail-table table tr th:nth-of-type(6),
.report-detail-table table tr td:nth-of-type(6) {
    color: #ffbf00 !important;
}
.report-detail-table table tr th:nth-of-type(7),
.report-detail-table table tr td:nth-of-type(7) {
    color: #4f4ffd !important;
}
.report-detail-table table tr th:nth-of-type(8),
.report-detail-table table tr td:nth-of-type(8) {
    color: #FF0000 !important;
}
.date-close {
    padding: 0;
    height: 30px;
    width: 30px !important;
    border: 0;
    display: flex;
    min-width: 30px;
    align-items: center;
    justify-content: center;
    line-height: 38px;
    margin-left: 5px;
    color: red;
    background: none !important;
}
.date-close svg {
    width: 24px;
}
.date-close:hover {
    color: red;
}
.report2-top .bg-round i {
    font-weight: 400;
    font-size: 20px;
}
.report2-top .widget-round.one {
    border-color: #60b465;
}
.report2-top .widget-round.two {
    border-color: #ffbf00;
}
.report2-top .widget-round.three {
    border-color: #0000FF;
}
.report2-top .widget-round.four {
    border-color: #FF0000;
}

.report2-top .widget-round.one .bg-round svg {
    fill: #60b465 !important;
}
.report2-top .widget-round.two .bg-round svg {
    fill: #ffbf00 !important;
}
.report2-top .widget-round.three .bg-round svg {
    fill: #0000FF !important;
}
.report2-top .widget-round.four .bg-round svg {
    fill: #FF0000 !important;
}

.report2-top .widget-round.one .bg-round i {
    color: #60b465 !important;
}
.report2-top .widget-round.two .bg-round i {
    color: #ffbf00 !important;
}
.report2-top .widget-round.three .bg-round i {
    color: #0000FF !important;
}
.report2-top .widget-round.four .bg-round i {
    color: #FF0000 !important;
}
.card-header.detail-header {
    margin-left: -30px;
    margin-top: -30px;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% + 60px);
    gap: 20px;
}
.card-header.detail-header .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.card-header.detail-header .right .badge {
    padding: 5px 8px;
    font-size: 14px !important;
    font-weight: 400;
    margin: 0;
}

.total-count-2 .item_value {
    margin-left: 5px;
}

.inner-content-modal {
    max-width: 1000px;
}


/* Progress start */
.progress_bar_item {
    /* margin-bottom: 2rem; */
    font-size: 16px;
  }
  .item_label,
  .item_value {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .item_value {
    font-weight: 400;
  }
  .item_bar {
    position: relative;
    height: 5px;
    width: 100%;
    background-color: #e9ecef;
    border-radius: 4px;
  }
  .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    margin: 0;
    /* background-color: #f50045; */
    border-radius: 4px;
    transition: width 100ms ease;
  }
/* Progress End */

.anchor-black a {
    color: #000;
}
.anchor-black a:hover {
    text-decoration: underline;
}


/* Employee Management :Start */
.management-left ul {
    font-size: 20px;
}
.management-left ul li {
    margin: 0 0 1px 0;
    position: relative;
}
.management-left ul li .managecount {
    position: relative;
    margin-left: auto;
}
.management-left ul li .managecount svg {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    stroke: #FC4438;
    fill: none;
    animation: swing 1.5s ease infinite;
}
.management-left ul li .managecount .badge {
    position: absolute;
    right: -5px;
    top: -6px;
    padding: 2px 4px;
    font-size: 11px;
    font-weight: 700;
    font-family: work-Sans, sans-serif;
}
.management-left ul li a {
    padding: 15px 35px 15px 15px;
    display: block;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    transition: 0.3s;
}
.management-left ul li a.active, .management-left ul li a:hover {
    background: #f3f3f3;
}
.management-left ul li i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #54ba4a;
}
.management-left .clps-button {
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 15px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.management-left .card-body.hide-this {
    height: auto !important;
    padding: 20px !important;
}












.management-right span.view {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #3a3a3a;
}
.management-right a.edit {
    color: #00a475;
    font-size: 16px;
    text-decoration: underline;
    margin-left: 5px;
}
.management-right a.edit:hover {
    text-decoration: none;
}
.management-right .edit-row {
    padding: 0 60px 0 0;
    position: relative;
}
.management-right .edit-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    position: absolute;
    top: 7px;
    right: 0;
}
.management-right .edit-action a {
    width: 24px;
    height: 24px;
    display: block;
    transform: scale(1);
}
.management-right .edit-action a:hover {
    transform: scale(1.1);
}
.management-right p.issue-expiry {
    font-weight: 400;
}
.management-right p.issue-expiry .issue {
    color: #4caf50;
}
.management-right p.issue-expiry .expiry {
    color: #fd4f4f;
}
.employee-management-right .profile-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    padding-right: 50px;
}
.employee-management-right .profile-wrap .profile-image {
    width: 300px;
    height: 305px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.employee-management-right .profile-wrap .profile-image .profileimg-edit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    background-color: #60b465;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.employee-management-right .profile-wrap .profile-image .profileimg-edit:hover {
    background-color: #42cf4b;
}
.employee-management-right .profile-wrap .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-edit-add {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.employee-management-right .profile-wrap .profile-edit-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #60b465;
    outline: none !important;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.employee-management-right .profile-wrap .profile-edit-button:hover {
    background: #42cf4b;
}
.employee-management-right .table-edit {
    width: 30px;
    height: 30px;
    background: #60b465;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 4px;
    color: #fff;
    font-size: 16px;
}
.employee-management-right .table-edit img {
    width: 14px;
}
.employee-management-right .table-edit:hover {
    background: #42cf4b;
}
.employee-management-right .table-edit:last-child {
    margin-right: 0;
}
.employee-management-right .action-th {
    text-align: right;
}




.employee-management-right .profile-right {
    padding: 25px 0 0 0;
    flex: 1;
}
.employee-management-right .profile-right h6 {
    font-size: 26px;
    color: #000;
    margin: 0 0 20px 0;
}
.employee-management-right .profile-right h6 sub {
    bottom: 0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 8px 0 0 0;
}
.employee-management-right .detail-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1;
}
.employee-management-right .detail-wrap .box {
    flex: 1 1 calc(50% - 20px);
    padding: 0 0 0 30px;
    position: relative;
}
.employee-management-right .detail-wrap .box i {
    position: absolute;
    left: 0;
    top: 2px;
}
.employee-management-right .detail-wrap .box label {
    font-size: 14px;
    color: #000;
    margin: 0 0 2px 0;
    display: block;
}
.employee-management-right .detail-wrap .box span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0;
   /* word-break: break-all;
    */
    white-space: normal;
}
.employee-management-right .detail-wrap .box input {
    width: 100%;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #d5d3d3 !important;
}
.employee-management-right .detail-wrap .box input:focus, .employee-management-right .detail-wrap .box input:active {
   /* border: 1px solid #d5d3d3 !important;
    background: transparent !important;
    border-width: 1px !important;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.29);
    */
}
.employee-management-right .detail-wrap .box textarea {
    width: 100%;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #d5d3d3 !important;
    height: 60px;
}
.employee-management-right .detail-wrap .full-width-box {
    flex: 1 1 100%;
}

.hd-style-1 h1,
.hd-style-1 h2,
.hd-style-1 h3,
.hd-style-1 h4,
.hd-style-1 h5,
.hd-style-1 h6 {
    color: green;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
}
.hd-style-1 .add-btn {
    background: #60b465;
    font-size: 16px;
    color: #fff;
    border: 0;
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    border-radius: 4px;
}
.hd-style-1 .add-btn img {
    width: 14px;
}
/* Employee Management :End */

button.waitingbutton:disabled {
    opacity: 0.7;
    background-color: #60b465 !important;
    border-color: #60b465 !important;
    cursor: no-drop !important;
}
.span-align {
    padding-top: 10px;
}
.definitions-sec ol li ul:has(li.dflist-style-decimal),
.definitions-sec ol li ol:has(li.dflist-style-decimal),
.definitions-sec ul li ul:has(li.dflist-style-decimal),
.definitions-sec ul li ol:has(li.dflist-style-decimal) {
    padding-left: 25px;
}
.definitions-sec ol li ul li.dflist-style-decimal,
.definitions-sec ol li ol li.dflist-style-decimal,
.definitions-sec ul li ul li.dflist-style-decimal,
.definitions-sec ul li ol li.dflist-style-decimal {
    list-style: decimal !important;
    padding: 0;
}
.definitions-sec ol li ul li.dflist-style-decimal::after,
.definitions-sec ol li ol li.dflist-style-decimal::after,
.definitions-sec ul li ul li.dflist-style-decimal::after,
.definitions-sec ul li ol li.dflist-style-decimal::after {
    display: none !important;
}
.nolist-padding {
    /* padding-left: 20px; */
    margin-left: -20px;
}
/* Employee Management :End */

.question-cell .form-check-group .form-check-input-group:checked {
    background-color: #60B465 !important;
    border-color: #60B465 !important;
}

.question-cell .form-check-group.wrong .form-check-input-group {
    background-color: #f44336 !important;
    border-color: #f44336 !important;
}


.div-ans-exp {
    padding: 30px 30px;
    border: 1px solid #EFEFEF;
    border-top: 0;
}
.div-ans-exp .status {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #60B465;
    margin-bottom: 15px;
}
.div-ans-exp .status img {
    margin-right: 10px;
}
.div-ans-exp .status.wrong {
    color: #f44336;
}
.div-ans-exp .correctAns {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.div-ans-exp .explanation {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.question-cell .bottom .right .history1 {
    height: 50px;
    background-color: #60B465;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.question-cell .bottom .right .history1:hover {
    background-color: #0a8b12;
}

.question-cell .bottom .right .history2 {
    height: 50px;
    background-color: #e1e1e1;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.question-cell .bottom .right .history2 img {
    transform: rotate(180deg);
}
.question-cell .bottom .right .history2:hover {
    background-color: #dddddd;
}
.payment-success {
    padding: 80px 20px;
    text-align: center;
    font-family: 'Aspekta';
}
.payment-success img {
    max-width: 100%;
}
.payment-success h1 {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin: 30px 0 0 0;
}
.payment-success p {
    font-size: 18px;
    color: #000000;
    margin: 10px 0 0 0;
}
.payment-success a {
    background: #06a0e6;
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    height: 40px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    /* display: table; */
    line-height: 40px;
    margin: 0 5px;
}

@media only screen and (min-width: 768px) {
    .div-ans-exp .status {
      font-size: 20px;
    }
    .div-ans-exp .explanation {
        font-size: 20px;
    }
}
.item_list.events-expired {
    background: #6f42c1;
    color: #fff;
    margin-bottom: 2px;
    padding: 0 5px;
    border-radius: 4px;
    width: calc(100% - 8px);
    margin-left: 4px;
    z-index: 9;
    cursor: pointer;
}
.item_list.policy-expired {
    background: #20c997;
    color: #fff;
    margin-bottom: 2px;
    padding: 0 5px;
    border-radius: 4px;
    width: calc(100% - 8px);
    margin-left: 4px;
    z-index: 9;
    cursor: pointer;
}
.item_list.course-expired {
    background: #28a745;
    color: #fff;
    margin-bottom: 2px;
    padding: 0 5px;
    border-radius: 4px;
    width: calc(100% - 8px);
    margin-left: 4px;
    z-index: 9;
    cursor: pointer;
}
.item_list.emp-management {
    background: #007bff;
    color: #fff;
    margin-bottom: 2px;
    padding: 0 5px;
    border-radius: 4px;
    width: calc(100% - 8px);
    margin-left: 4px;
    z-index: 9;
    cursor: pointer;
}
.item_list.user-task {
    background: #fd7e14;
    color: #fff;
    margin-bottom: 2px;
    padding: 0 5px;
    border-radius: 4px;
    width: calc(100% - 8px);
    margin-left: 4px;
    z-index: 9;
    cursor: pointer;
}
.item_list.practical-expired {
    background: #658f9c;
    color: #fff;
    margin-bottom: 2px;
    padding: 0 5px;
    border-radius: 4px;
    width: calc(100% - 8px);
    margin-left: 4px;
    z-index: 9;
    cursor: pointer;
}
.item_list.completed-courses {
    background: #a17b5c;
    color: #fff;
    margin-bottom: 2px;
    padding: 0 5px;
    border-radius: 4px;
    width: calc(100% - 8px);
    margin-left: 4px;
    z-index: 9;
    cursor: pointer;
}

.profile-image-style2 {
    width: 180px;
    height: 205px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.profile-image-style2 .profileimg-edit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    background-color: #60b465;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.profile-image-style2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.backtoadmin-btn {
    font-size: 14px;
    line-height: normal;
    color: green;
    padding: 10px;
    margin: 0px;
    display: inline-block;
}

.cls-practical-date .rag-report-table .jsgrid-header-row th:nth-of-type(1),
.cls-practical-date .rag-report-table .jsgrid-row td:nth-of-type(1),
.cls-practical-date .rag-report-table .jsgrid-alt-row td:nth-of-type(1) {
  width: auto !important;
}
.cls-practical-date .rag-report-table .jsgrid-header-row th:nth-of-type(2),
.cls-practical-date .rag-report-table .jsgrid-row td:nth-of-type(2),
.cls-practical-date .rag-report-table .jsgrid-alt-row td:nth-of-type(2) {
  color: #000;
  width: 150px !important;
  text-align: left;
}

.cls-employee-crs .rag-report-table .jsgrid-header-row th:nth-of-type(1),
.cls-employee-crs .rag-report-table .jsgrid-row td:nth-of-type(1),
.cls-employee-crs .rag-report-table .jsgrid-alt-row td:nth-of-type(1) {
  width: auto !important;
}
.cls-employee-crs .rag-report-table .jsgrid-header-row th:nth-of-type(2),
.cls-employee-crs .rag-report-table .jsgrid-row td:nth-of-type(2),
.cls-employee-crs .rag-report-table .jsgrid-alt-row td:nth-of-type(2) {
  color: #000;
  width: 150px !important;
  text-align: left;
}
