:root {
    --textGreen: #69AA46;
    --textred: #DD5A43;
    --textWhite: #fff;
    --textBlack: #000;
    --textBlue: #303972;
    --fs-18: 1.125rem;
    --fs-20: 1.25rem;
    --fs-22: 1.375rem;
    --fs-24: 1.5rem;
    --text-right: right;
    --bg-white: #fff;
    --bg-gray: #f2f2f2;
}

.text-right {
    text-align: var(--text-right);
}

.justifyEnd {
    justify-content: flex-end;
}

.cursorPointer {
    cursor: pointer;
}

.Status .btn,
.Action .btn {
    min-width: 8rem;
}

.bgWhite {
    background: var(--bg-white);
}

.listingTable.bgWhite {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.footer {
    border-top: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dataTables_info {
    background: var(--bg-gray);
    width: 100%;
    padding: 1rem !important;
}

.textRed {
    color: var(--textred);
}

.textGreen {
    color: var(--textGreen);
}

.textBlack {
    color: var(--textBlack);
}

.textBlue {
    color: var(--textBlue);
}

.borderBottom {
    border-bottom: 1px solid #dddddd61;
}

.logoBlock {
      max-width: 700px !important;       /* Adjust as needed (e.g., 300px–600px) */
    /* max-width: 72rem; */
    /* max-width: 18rem; */
    width: 100%;
}

.logoBlock img {
    width: 100%;
     height: auto;           /* Maintain aspect ratio */
  display: block;
  object-fit: contain; 
}

/* .logoBlock img {
  max-height: 100px;    
  width: auto;
} */


.logoHead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 3rem;
}

.logoHead span {
    font-size: 2rem;
    font-weight: 600;
}

.mt--8 {
    margin-top: 2rem;
}
.mt--12{
    margin-top: 3rem;
}
.mb--8{
    margin-bottom: 2rem;
}
.mb--12{
    margin-bottom: 3rem;
}
.thankYou .form-input-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.Instructions p span {
    color: #f00;
}
/* Evaluation Form Css Start */
.Instructions b {
    color: #000;
}

p {
    font-size: 1rem;
    color: #000;
}

label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
}

.Instructions ul li {
    list-style: disc;
    color: #000;
}

.Instructions ul {
    padding-left: 1rem;
}

.Instructions b.textRed {
    color: var(--textred);
}

.Instructions {
    margin-bottom: 1.5rem;
}

.customTable tr th,
.customTable tr td {
    border: 1px solid #000;
    padding: 1rem;
    color: #000;    
}

.customTable tr th {
    font-weight: 700;
}

.customTable tr td:nth-child(1) {
    font-weight: 700;
}

.textRight {
    text-align: right;
}

.flexBox {
    display: flex;
    align-items: center;
}

.grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.items-center {
    align-items: center;
}

/* .content-body {
    min-height: 100% !important;
} */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
}
.table-responsive.full-data thead th:first-child{
    padding-right: 2rem;
    text-align: left;
}
.table-responsive.full-data td:first-child {
    text-align: start;
    padding-left: 1.5rem;
}
.dlabnav .metismenu ul a::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff !important;
}
[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li{
    padding: 0 0.5rem 0 0.5rem;
}
[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu>li>a {
    padding: 0.638rem 0.25rem 0.638rem 0.5rem !important;
}
.dt-container.dt-bootstrap5 .dt-info {
    color: #000;
    font-size: 0.875rem;
}
.breadcrumb li .fa {
    color: #4D44B5;
}
.formGroup #username{
    border-radius: 0.375rem;
}
.header {
    background: #e6ebee;
}

.nav-header .logoBlock {
    max-width: 15rem;
    background: #fff;
}
.nav-header .logoBlock img{
    max-width: 85%;
    width: 100%;
    padding: 0.5rem;
}
[data-headerbg="color_3"][data-theme-version="dark"] .header-left .dashboard_bar,
[data-headerbg="color_3"] .header-left .dashboard_bar {
    color: #303972;
}

[data-headerbg="color_3"][data-theme-version="dark"] .hamburger svg rect,
[data-headerbg="color_3"] .hamburger svg rect {
    fill: #303972 !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu>li>a {
    padding: 0.638rem 0rem;
}

.radio-inline input[type="radio"] {
    cursor: pointer;
}

.Instructions .formGroup .radio-inline {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.Instructions .formGroup .radio-inline label {
    margin: 0 !important;
    font-weight: 400;
}

.Instructions .formGroup .radio-inline input[type="radio"] {
    width: 1.1rem !important;
    height: 1.1rem !important;
    min-width: 1.1rem !important;
    margin-top: 0;
    margin-bottom: 0;
}

.Instructions .formGroup .radio-inline input:checked[type="radio"]::after {
    width: 0.5rem;
    height: 0.5rem;
}

.Instructions .formGroup label {
    font-size: 0.875rem;
}

.Instructions label {
    font-size: 1.125rem;
}

/* Evaluation Form Css End */
.table-responsive.full-data {
    padding-bottom: 6rem !important;
}
.footer.out-footer.style-2 {
    width: calc(100% - 18.75rem);
}
.dt-buttons.btn-group button {
    border: 1px solid #fff;
}
/* Breadcrumb Css Start */
.breadcrumb>li,
.breadcrumb>li.active {
    color: #555;
    padding: 0 3px;
}

.breadcrumb>li,
.breadcrumb>li.active {
    color: #555;
    padding: 0 3px;
}

.breadcrumb>li>a {
    color: #4D44B5;
}

.breadcrumb>li+li:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f105";
    color: #B2B6BF;
    padding: 0;
    margin: 0 8px 0 0;
    position: relative;
    top: 1px;
}

.content-body .container-fluid,
.content-body .container-sm,
.content-body .container-md,
.content-body .container-lg,
.content-body .container-xl,
.content-body .container-xxl {
    border-top: 1px solid #ddd;
}

/* #main-wrapper{
    opacity: 1;
} */
.innerForm .col-md-6,
.innerForm .col-md-12 {
    margin-bottom: 1rem;
}

.formContent select {
    appearance: auto;
}
/* Breadcrumb Css End */
.Report ol li{
    list-style: auto;
    color: #000;
    font-size: 1rem;
}
.Report ol li:not(:last-child) {
    padding-bottom: 1rem;
}
.Report ul li {
    list-style: disc;
}
.Report ol li ul {
    padding-left: 1.5rem;
    margin-top: 1rem;
}
.boxWrapper {
    /* border: 1px solid #000; */
    border: 0.25rem solid #FB7D5B;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
a{
    color: #0b57d0;
}
.Audit h6{
    color: #000;
}
.blockWrapper ul{
    padding-left: 1.5rem;
}
.blockWrapper ul li{
    color: #000;
    font-size: 1rem;
}
.blockWrapper ul li:not(:last-child) {
    padding-bottom: 1rem;
}
.thankYou h6.error-text {
    font-size: 2rem;
    line-height: 1.5;
    color: #000;
}
.thankYou {
    padding-top: 8rem;
}
.sucessIcon{
    font-size: 8rem;
    color: #31872e;
}
.icon-box i{
    font-style: normal;
    color: #fff;
    font-size: 2rem;
}
.content-box .std-data, .content-box .teach-data {
    font-family: 'Material Icons';
}
.customTable {
    overflow-x: auto;
}
.sectionFooter .btnGroup .btn {
    min-width: 7rem;
}
.sectionFooter {
    padding-bottom: 5rem;
}
.checkBoxWidth {
    max-width: 30rem;
    width: 100%;
}

/* Audit Report New Css Start */
.Report .customTable tr:nth-child(odd) td {
    background: #fb7d5b59;
}
.Report .customTable tr td:nth-child(odd) {
    /* background: #fb7d5b59; */
    font-weight: 700;
}
.Audit h6 {
    font-size: 1.5rem;
    color: #000;
    /* background: #26b9b1; */
    background: #FB7D5B;
    padding: 0.75rem;
    border-radius: 0.25rem;
    color: #fff;
    margin-bottom: 2rem;
}
.boxWrapper ol{
    background: #ffeaea;
    padding: 2rem;
    border-radius: 1rem;
    /* background: #ddfaea; */
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
/* .Audit h6 {
    color: #000;
    border-radius: 0.25rem;
    color: #fff;
    color: #FB7D5B;
    font-size: 1.75rem;
    font-weight: 700;
} */
.blockWrapper{
    margin: 2rem 0;
}
.listIcon ol li {
    list-style: none;
    position: relative;
    margin-left: 1.5rem;
}
.listIcon ol li strong {
    font-size: 1.125rem;
}
.header-left .dashboard_bar {
    font-size: 2rem;
}
.listIcon ol li::before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: -3.25rem;
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
}
.listIcon ol li:nth-child(1)::before {
    background-image: url('../images/core-values.svg');
}
.listIcon ol li:nth-child(2)::before {
    background-image: url('../images/professional-knowledge.svg');
}
.listIcon ol li:nth-child(3)::before {
    background-image: url('../images/professional-competence.svg');
}
.listIcon ol li:nth-child(4)::before {
    background-image: url('../images/student-learning.svg');
}
/* Audit Report New Css End */


.ratingScale:not(:last-child) {
    margin-bottom: 2rem;
}
.Five .countShape span {
    left: -0.65rem;
}
.countShape span {
    position: absolute;
    left: -1rem;
    font-size: 4rem;
    line-height: 1.25;
}
.countShape {
    max-width: 26%;
    width: 100%;
    background: #f2f2f2;
    height: 5rem;
    position: relative;
    font-size: 4rem;
    font-weight: 700;
    color: #f00;
    border-bottom: 0.25rem solid;
}
.One .countShape{
    color: #006400;
}
.One .countShape::before{
    border-left: 3rem solid #006400;
}
.Two .countShape{
    color: rgb(58, 201, 119);
}
.Two .countShape::before{
    border-left: 3rem solid rgb(58, 201, 119);
}
.Three .countShape{
    color: #fcc43e;
}
.Three .countShape::before{
    border-left: 3rem solid #fcc43e;
}
.Four .countShape{
    color: #fb7d5b;
}
.Four .countShape::before{
    border-left: 3rem solid #fb7d5b;
}
.Five .countShape{
    color: #f00;
}
.Five .countShape::before{
    border-left: 3rem solid #f00;
}
.countShape::before {
    content: "";
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-left: 3rem solid #f00;
    position: absolute;
    right: -3rem;
    height: 100%;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
}
.ratingShape {
    font-size: 1rem;
    padding-right: 0.25rem;
    position: absolute;
    top: 0;
    left: 2.5rem;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ratingScale {
    display: flex;
    align-items: center;
}

.ratingScale p {
    padding-left: 5rem;
}
.listBullet li {
    position: relative;
    list-style: none !important;
}
.listIcon.TPB ol li::before{
    background-image: url('../images/bullet.svg');
    background-size: cover;
    width: 1.875rem;
    height: 1.875rem;
}

[data-nav-headerbg="color_2"][data-theme-version="dark"] .nav-header .hamburger .line, [data-nav-headerbg="color_2"] .nav-header .hamburger .line{
    background: #303972 !important;
}
[data-headerbg="color_3"][data-theme-version="dark"] .hamburger .line, [data-headerbg="color_3"] .hamburger .line{
    background: #303972 !important;
}
.dlabnav .metismenu ul{
    height: 100% !important;
}
.selfEvaluation .Instructions select.form-control {
    max-width: 50%;
    width: 100%;
}
.averageRating input {
    max-width: 50%;
    width: 100%;
}
.navTextLarge span.nav-text span {
    font-size: 0.75rem;
    margin-left: 2.35rem;
}


/* Responsive Css Start */
.nav-header .logoBlock{
    /* max-width: 16rem; */
    max-width: 100%;
}
.lessPadding {
    padding: 0.6875rem 0.125rem;
}

/* Tab Css Start */
.fade:not(.show){
    opacity: 1;
}
.customTab ul li {
}
.customTab ul{
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: none;
}
.customTab ul li a{
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.36);
    border: 1px solid #ddd;
    padding: 0.75rem;
    display: inline-block;
}
.customTab ul li.active a{
    background: #4d44b5;
    color: #fff;
}
/* Tab Css End */






@media only screen and (max-width: 87.5rem){
    .dlabnav {
        width: 16rem;
    }
    .nav-header {
        width: 16rem;
    }
    .show.menu-toggle .dlabnav {
        width: 20rem;
    }
}
@media screen and (max-width: 1024px){
    .header{
        background: #fff;
    }
    .footer.out-footer.style-2{
        width: calc(100% - 10rem);
    }
}
@media only screen and (max-width: 63.9375rem){
    .nav-header {
        width: 10rem;
    }
}
@media screen and (max-width: 991px) {
    .grid2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .selfEvaluation h2 {
        font-size: 1.25rem;
    }

    .form-check .row .col-md-3:not(:last-child) {
        margin-bottom: 1rem;
    }.selfEvaluation .Instructions select.form-control {
        max-width: 100%;
    }
}

@media only screen and (max-width: 35.9375rem){
    .card {
        padding-bottom: 3rem;
    }
}

@media only screen and (max-width: 840px){
    .ratingScale{
        flex-wrap: wrap;
        gap: 2rem;
        padding-left: 0.75rem;
    }
    .ratingScale p{
        padding-left: 0;
    }
    .countShape {
        max-width: calc(100% - 0rem);
    }
    .ratingShape{
        font-size: 1.125rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        left: 1.5rem;
        width: 100%;
    }
    .Audit h6{
        font-size: 1rem;
    }
    .countShape span{
        font-size: 3rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .countShape::before{
        display: none !important;
    }
    .page-title .search-area{
        max-width: 40%;
    }
}
@media only screen and (max-width: 767px){
    .Instructions label{
        font-size: 1rem;
    }
    .copyRight p {
        text-align: center;
    }
    .card .card-body .col-xl-6.col-6 {
        width: 100%;
    }
    .card .card-body .col-xl-6.col-6:not(:last-child) {
        padding-bottom: 2rem;
    }
    .page-title{
        flex-direction: column-reverse;
        justify-content: flex-start;
        gap: 1rem;
    }
    .page-title .search-area{
        max-width: 60%;
        margin-right: auto;
        margin-bottom: 0 !important;
    }
    .page-title .flexBox.gap-2 {
        width: 100%;
    }
    .page-title .flexBox.gap-2{
        overflow-x: auto;
    }
    
    .footer.out-footer.style-2{
        width: calc(100% - 4rem);
    }
    .nav-header .logoHead{
        justify-content: flex-start;
        margin-bottom: 0;
        height: 100%;
    }
    .nav-header .logoBlock{
        max-width: 11rem;
    }
    .breadcrumbs + .card .card-header .flexBox {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 640px){
    .page-title .search-area{
        max-width: 100%;
        width: 100%;
    }
    #example_wrapper .row {
        flex-direction: column-reverse;
    }
    #example_wrapper .row .dt-search {
        text-align: left;
    }
}

/* Responsive Css End */


/* Multiselect Css Start */


.multiSelect label {
    cursor: pointer;
}

.multiSelect .ellipsis {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.multiSelect .apply-selection {
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}
.multiSelect .apply-selection .ajax-link {
    display: none;
}

.multiSelect .checkboxes {
    margin: 0;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
}
.multiSelect .checkboxes .inner-wrap {
    padding: 5px 10px;
    max-height: 27rem;
    overflow: auto;
}
.hidden {
    display: none!important;
}
.card{
    height: auto;
}
/* Multiselect Css End */

.oneOnOne .header .navbar .navbar-collapse{
    display: flex !important;
    align-items: center;
}
.oneOnOne .header-left{
    width: 100%;
}