
.cards-grid.dashboard a {
    text-decoration: auto;
}

/* .data-table {
    width: auto !important;
} */

.table-students a.btn-primary {
    line-height: 11px;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    height: 38px !important;
    padding: 6px !important;
    margin-right: 5px !important;
    border: 0px !important;
    color: #fff !important;
    max-height: 30px !important;
    padding-top: 8px !important;
    font-size: 13px;
}

.table-students td a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600 !important;
    color: #07641D !important;
    text-decoration: underline !important;
    display: inline-block !important;
    cursor: pointer;
    padding-right: 5px;
}

.table-students td button {
    padding-right: 10px;
}

td .fa-eye:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(../../new-design/images/eye-icn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

td .fa-edit:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(../../new-design/images/pencil.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mr-5 {
    margin-right: 5px;
}

.download-data {
    display: flex;
    justify-self: right;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.dataTable button {
    border: none;
    background: transparent;
    color: #07641D;
}

.course-img img { 
    width: 100%;
}

.loder-section  img {
    max-width: 20%;
}

.course-empty-body .course-empty-box {
    /* min-height: calc(100vh - 440px); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.course-empty-body .course-empty-box .course-empty-box-inner {
    text-align: center;
}

.box-content-2 {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.empty-box-title {
    font-weight: 350;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 60px;
}

.empty-box-title-small {
    font-weight: 400;
    margin-top: 56px;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 23px;

}
.dash-grid-box{
    /* margin-top: 50px; */
}

.dash-grid-box .btn-fav {
    background: #D4EC8E;
    border-radius: 4px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid #D4EC8E !important;
    color: #091F2C;
    
}
.dash-grid-box .btn-fav:hover{
    border: 1px solid #D4EC8E !important;
    background: #D4EC8E !important;
    color: #091F2C !important;
}

.learner-survey-body .survey-qustion h3 {
    font-size: 16px;
    line-height: 22px;
    color: #091F2C;
    font-family: 'Segoe UI';
    font-weight: 600;
    margin: 0px 0px 10px !important;
}

.form-check-input:checked {
    background-color: #07641D;
    border-color: #07641D;
}

.recommendation-heading {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.table-students a.btn-primary:hover {
    color: #07641D !important;
    background-color: white !important;
    border-color: #07641D !important;
    border: 1px solid #07641D !important;
}

.course-top-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
}

.dashboard-right-sec .top-heading-filter h3 {
    border-bottom: none;
}

input[type="radio"]:checked {
    accent-color: #07641D;
}

.attestation-frm-sec .declaration-content a {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    background: #07641D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: underline !important;
    color: #6e2572;
    display: inline-block;
    position: relative;
}

ul.poiny-list li {
    list-style: disc;
}

.attestation-frm-sec p {
    font-size: 14px;
    line-height: 20px;
    color: #091F2C;
    font-family: 'Segoe UI';
    font-weight: 300;
    margin-bottom: 10px;
    word-break: break-word;
}

.attestation-frm-sec ul li {
    font-size: 14px;
    line-height: 17.5px;
    color: #091F2C;
    font-family: 'Segoe UI';
    font-weight: 300;
    margin-bottom: 5px;
    word-break: break-word;
}

.sub-frm-sec {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
}

sup {
    color: #F91626;
}
.form-select {
  font-size: 14px !important;
    color: #212529 !important;
 
}
.error {
    color: #e81123 !important;
    font-size: 13px !important;
}
.footer-btm h6 {
  text-align: center;
}
.footer-btm .footer-right {
    text-align: center;
    float: none;
}
.footer-section {
   padding: 60px 0px 5px 0px;
}
.footer-btm {
    padding-top: 25px;
}
.link-card {
    height: min-content;
}
.course-content a.crs-btn:hover {
    background-color: #8e767600;
    color: #07641d;
}
