﻿body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10px;
    background: #ddd;
}

html, body {
    height: 100%;
    background: #fff;
}

.mainPage {
    background: #fff;
}

/*.left-panel {
    width: 35%;
    padding: 10px;
    border-right: 1px solid #ccc;
}

.right-panel {
    width: 65%;
    padding: 10px;
}*/


/*.form-row {
    margin-bottom: 10px;
}*/

.form-label {
    display: block;
    margin-bottom: 5px;
}

/*input[type="text"],
input[type="password"] {
    width: 150px;
}*/

/*.login-button {
    margin-top: 5px;
}*/

.course-catalog {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.course-link {
    display: block;
    margin-bottom: 5px;
    color: blue;
    text-decoration: none;
}

    .course-link::before {
        content: "▶";
        color: red;
        margin-right: 5px;
    }


.footer {
    background-color: #cccccc;
    padding: 10px;
    text-align: center;
    font-size: 12px;
}




/*20-03-2025 Css Here*/
.cstm_navigationSection {
    background-color: #cccccc;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .cstm_navigationSection > span {
        font-size: 13px;
        font-weight: 700;
        color: #000066;
    }


    .cstm_navigationSection .links ul {
        padding: 0;
        list-style: none;
        margin: 0;
        display: flex;
    }

        .cstm_navigationSection .links ul li {
            display: inline-flex;
            align-items: center;
        }

            .cstm_navigationSection .links ul li::after {
                content: '|';
                color: #000;
                margin: 0px 7px;
                font-size: 10px;
                line-height: normal;
            }

            .cstm_navigationSection .links ul li:last-child:after {
                content: '';
                display: none;
            }

            .cstm_navigationSection .links ul li a {
                font-size: 13px;
                color: #034af3;
                padding: 2px 0px;
            }



.doctor-section {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.doctor-img {
    width: 60px;
    max-width: 60px;
    background-color: #f0f0f0;
}

.doctor-text {
    font-size: 14px;
    color: #000;
    margin: 0px;
}


/*.main-content {
    display: flex;
    padding: 0px 20px;
}*/
.main-content {
    display: flex;
    padding: 0px 20px;
    background: white;
    padding-bottom: 20px;
}

.cardWrapperBox {
    background: #f4f8fb;
    padding: 10px;
    height: 470px;
}


    .cardWrapperBox .formHeading {
        margin-bottom: 5px;
        font-weight: 700;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        font-size: 16px;
        color: #000;
    }


.Sign-InPanel > p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}


.cstmInputBox input {
    width: 250px;
    padding: 5px 5px 5px 5px;
}

.cstmInputBox #loginPassword {
    padding-right: 30px;
}

.cstmInputBox .eyeIcon {
    position: absolute;
    right: 10px;
    top: 8px;
}

.attention-box {
    margin-top: 15px;
    font-size: 13px;
    color: #000;
}



/*Register Css Here*/
.registerPara {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 15px 0px;
}

.accountSignupText {
    font-size: 16px;
    color: #000;
}

.registerHeading h4 {
    font-size: 16px;
    background: #cccccc;
    color: #000;
    padding: 5px 7px;
    font-weight: 600;
}

#UserRegistrationform tr td {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

    #UserRegistrationform tr td input {
        font-size: 14px;
        padding: 5px;
        margin-right: 10px;
    }

.cstmSubmitBTNBox {
    padding-left: 10%;
}

.cstmPrimaryBtn {
    background: #0d6efd;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid #0d6efd;
}

.cstmcancelBtn {
    background: #fff;
    color: #b70101;
    border-color: #b70101;
}

/* 26/03/2025 */
.system-logou-btn {
    border: none;
    background: transparent;
    padding: 0;
}

    .system-logou-btn:hover {
        color: #0a58ca;
    }

.heading-sec {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.name-info h2 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.logged-info {
    font-size: 14px;
}

.instruction-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px 0px;
    white-space: nowrap;
    align-items: center;
}

.border-r {
    border-right: 2px solid #8f8f8f;
    padding-right: 15px;
    height: 16px;
    display: flex;
    align-items: center;
}

.customer-tbl tbody {
    font-size: 14px;
}

.custom-container {
    gap: 20px;
    box-shadow: 0px 0px 3px #b1b1b1;
    border-radius: 5px;
    padding: 30px;
    display: grid;
}

.course-management-sec {
    /*display: grid;*/
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

h2.heading {
    color: #666666;
    font-size: 24px;
    text-align: center;
}

.nav-head {
    background-color: #cccccc;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cust-container {
    max-width: 800px;
}


/*09-04-2025 Css*/
.sectionHeading {
    margin: 0px;
    padding: 0px 20px;
}

.py10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.px20 {
    padding-inline: 20px;
}

.cstmTable {
    border: 1px solid #ddd;
    border-collapse: collapse;
}


    .cstmTable tr th, .cstmTable tr td {
        padding-inline: 20px;
        border: 1px solid #ddd;
    }

.table > :not(caption) > * > * {
    border-width: 1px;
}

/*Edit popup */

/* Gray border color */
.modal-content.border-secondary {
    border-width: 2px !important;
}

/* Disabled inputs with consistent styling */
input[disabled], textarea[disabled] {
    color: #6c757d !important; /* Bootstrap's gray-600 */
    background-color: #e9ecef !important;
    opacity: 1 !important; /* To avoid default opacity */
}

/* Make the close button bigger and better spaced for Bootstrap 4 */
.modal-header .close {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    color: #000;
    opacity: 0.6;
}

.modal-header {
    background-color: #6c757d; /* Bootstrap secondary gray */
    color: white;
}

    .modal-header .close:hover {
        opacity: 1;
        color: #000;
    }

/* 28/04/2025 css start here */
div#studentDetails p {
    font-weight: bold;
    margin: 0;
}

    div#studentDetails p span {
        font-weight: normal;
        display: block;
    }

div#studentDetails {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #eee;
    margin: 20px 0;
}

.records_heading h2 {
    margin-bottom: 20px;
    font-weight: bold;
}

select#customerStudentNameGet {
    margin-top: 6px;
}

div#testRecordsContainer h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}


/* 28/04/2025 css end here */

/*Sravanthi css*/

.cource_report h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.report_data form#courseReportForm center > div {
    margin-bottom: 20px;
}

    .report_data form#courseReportForm center > div label {
        margin-right: 30px;
        margin-left: 8px;
    }

.cource_report {
    margin-top: 20px;
}

.form-group.form-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.agency_heading .form-group {
    margin: 30px 0;
}

form#createAgencyUserForm .form-group {
    margin-bottom: 30px;
}

#classDetailsTable {
    border-collapse: collapse;
    width: 100%;
    display: none;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.selected {
    background-color: #f2f2f2;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.dropdown-options {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-option {
    padding: 10px;
    cursor: pointer;
}

    .dropdown-option:hover {
        background-color: #f2f2f2;
    }

.option-row {
    display: flex;
    justify-content: space-between;
}

.option-id, .option-begdate, .option-name, .option-status {
    flex: 1;
    padding: 5px;
}

/*-----Made By me 09-05-2025----*/
.ctsLeftSidePanel {
    width: 20%;
    Float: left;
    background-color: #FFFFFF;
    margin: 0px;
}

.RegistrationWizardHeader {
    background-color: #9998989e;
    font-size: 25px;
    line-height: 31px;
}

.gap {
    margin: 20px 0px 0px 0px;
}

.ctsSidePanelCell {
    width: 100%;
    background-color: #00004a;
    margin-bottom: 1px;
    padding: 2px 0 2px 5px;
}


.ctsSidePanelTop {
    width: 100%;
    background-image: url(../image/bd21318_3.gif);
    background-color: #FFFFFF;
    margin-bottom: 0px;
    height: 30px;
}

.ctsRightSidePanel {
    width: 78%;
    float: right;
    margin-right: 10px;
    height: 100%;
}

.ctsSidePanelCell a {
    color: #FFFFFF;
    text-decoration: none;
}

.DistrictBackground {
    padding: 10px;
    margin-bottom: 15px;
}

.DistrictHeadFont {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.CliniclEducator {
    margin-bottom: 15px;
}

.DistrictBarLine {
    height: 5px;
    margin: 10px 0;
}

.DistrictMonthList {
    padding: 10px 0;
    font-size: 16px;
}

.CourseByDistrict table {
    width: 100%;
    border-collapse: collapse;
}

.CourseByDistrict th, .CourseByDistrict td {
    border: 1px solid #ddd;
    padding: 8px;
}

.CourseByDistrict th {
    background-color: #f2f2f2;
}

.DistrictHeaderCell {
    margin-bottom: 10px;
}

.DistrictLeftCell, .DistrictRightCell {
    padding: 5px;
}


.calendar_cutom_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.ctsSidePanelCell ul li {
    list-style: none;
}

.ctsSidePanelCell h3 {
    margin: 10px 20px;
    font-weight: 500;
}



/*23/6/2025 css start here */

.tab_grid_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.box_inner_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.box_grid {
    border: 1px solid #ddd;
    padding: 20px;
}
div#classDropdown {
    display: flex;
    justify-content: space-between;
}

.custom-select .select-selected {
    padding-right: 30px !important;
    position:relative;
}

.custom-select .select-selected:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
textarea.display-mode.description-box {
    min-height: 200px;
}


/*23/6/2025 css end here */

#loader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*select.form-control.edit-mode{
min-width:200px;
}*/

.cstmWidthMaxContent {
    min-width: max-content;
    width:fit-content;
    font-size:14px;
    padding-inline:8px;
}

#sortIcon {
    font-size: 16px; /* Adjust size as needed */
    color: #333; /* Color for the icons */
}