<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.PopupBgColor .RadWindow_Core.AcademicPlanConfirmPopup {
    margin: auto;
}

.AcadPlan {
    table-layout: fixed;
}

.AcadPlan-block {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.PopupBgColor .AcademicPlanConfirmPopup td.rwWindowContent div,
.PopupBgColor .AcademicPlanConfirmPopup td.rwWindowContent div.eMada-alerts.info {
    width: auto !important;
    height: auto !important;
}

    .PopupBgColor .AcademicPlanConfirmPopup td.rwWindowContent div.eMada-alerts.info {
        margin: 4px 2px;
    }

    .PopupBgColor .AcademicPlanConfirmPopup td.rwWindowContent div.card-footer {
        text-align: center;
    }

    .PopupBgColor .AcademicPlanConfirmPopup td.rwWindowContent div.card div.card-footer input[type="button"] {
        line-height: normal;
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-image: url(images/select-arrow.png);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.AcadPlan-block .form-control {
}

.AcadPlan-block .card {
    position: relative;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #ffffff;
    box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
}

.eMada-flex-cols {
    display: flex;
    /*overflow: hidden;
    overflow-x: auto;*/
    height: 100%;
}

    .eMada-flex-cols &gt; div.flex-col {
        display: inline-flex;
        min-width: 275px;
        width: 100%;
        max-width: 275px;
        height: auto;
        border: solid 1px #ddd;
        margin-right: 18px;
        margin-left: 18px;
        margin-bottom: 5px;
    }

        .eMada-flex-cols &gt; div.flex-col.first-col {
            min-width: 0;
            width: 0;
            border: 0;
            margin-left: 0;
            margin-right: 28px;
        }

        .eMada-flex-cols &gt; div.flex-col.active {
            border-color: #2cd07e;
            box-shadow: 0 3px 6px -2px rgba(44, 208, 126, 1);
        }

.stud-academic-plan-view .trascript-view .eMada-flex-cols {
    flex-wrap: wrap;
}

.stud-academic-plan-view .eMada-flex-cols &gt; div.flex-col {
    margin-right: 3px;
    margin-left: 3px;
}

.AcadPlan-block .CourseBlog {
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    position: relative;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.01);
}

.AcademicPlan .card .card-header.d-flex {
    padding: 5px 10px
}

.AcadPlan-block div.card.maxScreenSize &gt; .card-header.d-flex {
    background: #f7f6f4;
}

.AcadPlan-block .CourseBlog .card-header:after {
    display: none;
}

.AcadPlan-block .CourseBlog .card-header h5.card-title {
    margin-right: 2rem;
}

.CourseBlog .card-header h5.card-title {
    font-size: 1.1rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    white-space: normal;
    overflow: unset;
    text-overflow: unset;
}

.AcadPlan-block .card-header .card-collapse {
    top: 0;
    right: 0;
}

.AcadPlan-block .card-header.collapsed .card-collapse i.eMada.icon-arrow-down {
    transform: rotate(-180deg);
}

.card .CourseBlog .card-body {
    padding-top: 0;
}

.AcadPlan-block .card-body .score {
    font-weight: 800;
}

    .AcadPlan-block .card-body .score:after {
        content: "";
        display: table;
        clear: both;
    }

.action_btn ~ .dropdown-menu.left-190 a,
.AcadPlan-block .action_btn ~ .dropdown-menu a {
    padding: 5px 10px !important;
}

.AcadPlan-Title {
    margin: 0 0.25rem;
    width: calc(100% - 40px);
}

    .AcadPlan-Title + div.actions {
        position: relative;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .AcadPlan-Title h5.card-title {
        position: relative;
        height: 30px;
        margin: 0 !important;
        margin-bottom: 0.25rem !important;
    }

        .AcadPlan-Title h5.card-title input[type="text"] {
            font-size: 1.1rem;
            font-weight: bold !important;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #990843;
            padding: 0;
            border: 1px solid rgba(204, 204, 204, 0);
            box-shadow: none;
            background: none;
            transition: all 0.2s ease;
            position: absolute;
            width: 100%;
            height: 30px;
            top: 0;
            left: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .AcadPlan-Title h5.card-title input[type="text"]:hover,
            .AcadPlan-Title h5.card-title input[type="text"]:active,
            .AcadPlan-Title h5.card-title input[type="text"]:focus {
                padding: 8px 10px 9px 10px;
                border: 1px solid #ccc;
                background: #ffffff;
                box-shadow: none;
            }

    .AcadPlan-Title &gt; span {
        display: flex;
        font-size: 0.9rem;
    }

    .AcadPlan-Title .actions.align-items-center {
        position: relative;
        top: -5px;
        right: -5px;
    }

.AcadPlan-block .card-header .Actions_row + .completed-tick {
    width: 20px;
    height: 20px;
    margin: 5px auto;
}

    .AcadPlan-block .card-header .Actions_row + .completed-tick svg {
        width: 100%;
        height: 100%;
    }

.CourseBlog .card-body .collapse {
    margin-top: 10px;
}

.CourseBlog .card-body a {
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
}

.sel-crs {
    padding: 5px;
}

.recl-crs-name {
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}

.recl-crs {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

    .recl-crs:last-child {
        margin-bottom: 0;
    }

    .recl-crs span {
        font-weight: 600;
    }

.cr-recl-crs {
    display: flex;
    justify-content: space-between;
    border: solid 1px #e5e5e5;
    background-color: #fafafa;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
}

    .cr-recl-crs:last-child {
        margin-bottom: 0;
    }

    .cr-recl-crs span {
        font-weight: 600;
    }

    .cr-recl-crs &gt; a.add-course {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        background-color: #eeeeee;
        padding: 5px 6px 6px 6px;
        box-sizing: border-box;
        display: none;
    }

        .cr-recl-crs &gt; a.add-course .eMada {
            font-size: 1.1em;
        }

    .cr-recl-crs:hover &gt; a.add-course {
        display: inline-block;
    }

.CourseBlog ul.crs-name {
    padding: 0;
    margin: 0.75rem;
}

    .CourseBlog ul.crs-name li {
        position: relative;
        padding: 0;
        margin-bottom: 0;
        background: none;
        display: flex;
        min-height: 48px;
        text-align: left;
        justify-content: space-between;
    }

        .CourseBlog ul.crs-name li .name {
            font-weight: bold;
            width: calc(100% - 40px);
        }

.studAcadPlanView .CourseBlog ul.crs-name li .name {
    font-weight: bold;
    width: 100% !important;
    margin-bottom: 0px;
}

.CourseBlog ul.crs-name li .name span.d-block {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.CourseBlog ul.crs-name li .cls {
    font-size: 8px;
    width: 28px;
    height: 28px;
    color: #ff0000;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
}

.AcadPlan-block .CourseBlog.info {
    border-color: #00c7f7;
    background-color: rgba(0, 199, 247, 0.025);
}

.AcadPlan-block .CourseBlog.success {
    border-color: #2cd07e;
    background-color: rgba(44, 208, 126, 0.025);
}

.AcadPlan-block .CourseBlog.pending {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #8b8c8c;
}

.AcadPlan-block .CourseBlog.warning {
    border-color: #F4B232;
    background-color: rgba(244, 178, 50, 0.025);
}

.AcadPlan-block .CourseBlog.danger {
    border-color: #f44436;
    background-color: rgba(244, 68, 54, 0.025);
}

.AcadPlan-block .CourseBlog.add-crs .sel-crs {
    display: none;
}

.AcadPlan-block .CourseBlog.selected ul.crs-name li,
.AcadPlan-block .CourseBlog.active ul.crs-name li {
    background: none;
}

.AcadPlan-block .CourseBlog.info ul.crs-name li {
    color: #00c7f7;
}

.AcadPlan-block .CourseBlog.success ul.crs-name li {
    color: #2cd07e;
}

.pre-req-success {
    color: #2cd07e !important;
}

.AcadPlan-block .CourseBlog.pending ul.crs-name li {
    /*    color: #2cd07e;*/
}

.AcadPlan-block .CourseBlog.warning ul.crs-name li {
    color: #F4B232;
}

.AcadPlan-block .CourseBlog.danger ul.crs-name li {
    color: #f44436;
}

.pre-req-danger {
    color: #f44436 !important;
}

.AcadPlan-block .CourseBlog .crs-marks-table {
    margin: 5px;
}

    .AcadPlan-block .CourseBlog .crs-marks-table .t-body-row {
        display: flex;
        font-size: 12px;
    }

    .AcadPlan-block .CourseBlog .crs-marks-table .t-head {
        color: #8898aa;
        margin-bottom: 5px;
    }

    .AcadPlan-block .CourseBlog .crs-marks-table .t-body-row p {
        display: inline-flex;
        width: 50%;
    }

    .AcadPlan-block .CourseBlog .crs-marks-table .t-body .t-body-row p {
        font-weight: 600;
    }

.SelectCourseBlogMinHeight {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    min-height: calc(100vh - 220px);
    max-height: calc(100vh - 220px);
}

.AcadPlan-block.plan-view .studAcadPlanView {
    /*overflow: hidden;*/
    overflow-y: auto;
    height: 100%;
}

.AcadPlan-block.trascript-view .studAcadPlanView {
    /*overflow: hidden;*/
    overflow-y: auto;
    /* height: 100%;*/
    min-height: calc(100vh - 120px);
    max-height: calc(100vh - 550px) !important;
}

.AcadPlan-block div.card.maxScreenSize .SelectCourseBlogMinHeight {
    overflow-y: auto;
    height: 100%;
    min-height: calc(100vh - 235px);
    max-height: calc(100vh - 235px);
}

.CourseBlogMinHeight {
    overflow-y: auto;
    max-height: calc(100vh - 360px);
}

.card.Inactive .card-header h5.card-title,
.card.Inactive .card-header a.a-link {
    color: #999999;
}

.AcadPlan-block .card.unselected {
    opacity: 0.75;
    filter: grayscale(100%);
}

.add-acad-item {
    color: #00c7f7;
    background-color: rgba(0, 199, 247, 0.05);
    padding: 3px 10px;
    border-radius: 20px;
    border: solid 1px #00c7f7;
}

.AcadPlan-block .actions .acad-active,
.AcadPlan-block .actions .acad-inactive,
.AcadPlan-block .actions .acad-remove .eMada {
    font-size: 1.25em;
}

.AcadPlan-block .actions .acad-active {
    color: #2cd07e;
}

.AcadPlan-block .actions .acad-inactive {
    color: #8898aa;
}

.AcadPlan-block .actions .acad-remove {
    color: #f44436;
}

.AcadPlan-block .inset-acad {
    position: absolute;
    top: 50%;
    right: -30px;
    color: #00c7f7;
    display: none;
}

    .AcadPlan-block .inset-acad.visible {
        display: block;
        width: 24px;
        height: 24px;
    }

    .AcadPlan-block .inset-acad .eMada {
        font-size: 2em;
    }

.add-acad-item .inset-acad {
    display: block;
}

.acadCheckAllItems {
    padding: 10px;
    border-bottom: solid 1px #ccc;
}

    .acadCheckAllItems label {
        margin: 0;
    }

    .acadCheckAllItems label,
    .acadItem label {
        width: 100%;
        display: flex;
        color: #212529;
    }

.acadList {
    padding: 10px;
}

    .acadList .acadItem {
        margin-bottom: 10px;
    }

        .acadList .acadItem:last-child {
            margin: 0;
        }

.modal.backdrop-filter {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.35);
}

.modal-content {
    max-height: 100%;
}

.AcadItemsList {
    display: flex;
    margin: 10px 0 0 0;
}

    .AcadItemsList &gt; li {
        position: relative;
        display: inline-flex;
        width: auto;
        color: #8898aa;
        font-size: 0.9rem;
        margin-right: 4px;
        cursor: pointer;
    }

        .AcadItemsList &gt; li &gt; input[type="checkbox"] {
            width: 14px;
            height: 16px;
            margin-right: 3px;
        }

            .AcadItemsList &gt; li &gt; input[type="checkbox"] + label {
                font-size: 0.9rem;
                color: #8898aa;
                padding-right: 8px;
            }

        .AcadItemsList &gt; li.selected {
            color: #00c7f7;
            background-color: rgba(0, 199, 247, 0.05);
            border: solid 1px #00c7f7;
        }

        .AcadItemsList &gt; li:last-child {
            margin-right: 0;
        }


.card.flex-col .card-header,
.card.flex-col .card-body.SelectCourseBlogMinHeight,
.card.flex-col .card-body.studAcadPlanView {
    padding: 0.75rem;
}

.AcadPlan-block .actions.right {
    position: absolute;
    right: 5px;
    min-height: 55px;
    height: calc(100% - 15px);
}

.AcadPlan-block .AcadPlan-Title + div.actions {
    margin: 0;
}

.AcadPlan-block .action_btn {
    position: relative;
    right: -5px;
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    background: none;
}

    .AcadPlan-block .action_btn svg {
        position: relative;
        left: 2px;
        width: 100%;
        height: 100%;
    }

    .AcadPlan-block .action_btn:hover {
        background: #f0f0f0;
    }

.AcadPlan .eMada-cir-add-btn {
    border: solid 1px;
    padding: 3px 10px 5px 10px;
    margin: 0 5px;
}

.AcadPlan-block .SelectCourseBlogMinHeight .label,
.AcadPlan-block .studAcadPlanView .label {
    font-size: 85%;
    font-weight: normal;
    padding: 0;
    background: none;
    color: #45474a;
    margin-top: 10px;
    display: inline-block;
    text-wrap: auto;
    text-align: left;
    line-height: normal;
}

.AcadPlan-block .Actions_row {
    position: relative;
}

    .AcadPlan-block .Actions_row .action_btn ~ .dropdown-menu.left-190 {
        inset: 0 0 0 -240px !important;
    }

.AcadPlan-block div.CourseBlog:nth-last-child(3) .Actions_row .action_btn ~ .dropdown-menu.left-190 {
    inset: -70px 0 0 -240px !important;
}

.AcadPlan-block div.CourseBlog:nth-child(2) .Actions_row .action_btn ~ .dropdown-menu.left-190 {
    inset: 70px 0 0 -240px !important;
}

.AcadPlan-block div.CourseBlog:nth-last-child(3) .Actions_row .left-190.dropdown-menu:before {
    top: 65%;
}

.AcadPlan-block div.CourseBlog:nth-child(2) .Actions_row .left-190.dropdown-menu:before {
    top: 13%;
}

.Actions_row .action_btn ~ .dropdown-menu.top-45 {
    z-index: 9;
}

.AcadPlan-block .AcadPlan-Title + div.actions .Actions_row .dropdown-menu {
    margin: 0 auto !important;
}

    .AcadPlan-block .AcadPlan-Title + div.actions .Actions_row .dropdown-menu:before {
        top: 15%;
    }

.AcadPlan-block-min-height {
    min-height: calc(100vh - 290px);
}

.AcadPlan-block .action_btn ~ .dropdown-menu {
    padding: 0;
}

    .AcadPlan-block .action_btn ~ .dropdown-menu a {
        padding: 10px;
    }

.choose-course-list {
    margin: 0;
    padding: 0;
}

.nestedTable-nav .arrow svg {
    width: 24px;
    height: 24px;
}

.nestedTable-nav .arrow[aria-expanded="true"] svg {
    transform: rotate(90deg);
    transition: transform 150ms ease;
}

.nestedTable td.p-0 {
    padding: 0 !important;
}

.emada-nested-grid &gt; table.mb-0 {
    margin-bottom: 0 !important;
}

.choose-course-list &gt; li.course {
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.25);
    margin-bottom: 5px;
    transition: all 0.2s ease;
}

    .choose-course-list &gt; li.course:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .choose-course-list &gt; li.course.header {
        background-color: rgba(0, 0, 0, 0.02);
    }

        .choose-course-list &gt; li.course.header p {
            font-weight: normal;
        }

    .choose-course-list &gt; li.course p.tick {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
    }

        .choose-course-list &gt; li.course p.tick span {
            border: solid 1px #8898aa;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #ffffff;
            cursor: pointer;
        }

    .choose-course-list &gt; li.course.selected p.tick span {
        border: solid 1px #00c7f7;
        background-color: #00c7f7;
        color: #ffffff;
    }

    .choose-course-list &gt; li.course.header p.tick span {
        border: 0;
        background: none;
    }

    .choose-course-list &gt; li.course p.tick span i.eMada {
        display: none;
        padding: 5px;
        font-size: 1em;
        font-weight: bold;
    }

    .choose-course-list &gt; li.course.selected {
        border: solid 1px rgba(137, 207, 240, 1);
        background-color: rgba(137, 207, 240, 0.15);
        box-shadow: 0 3px 5px -4px rgba(137, 207, 240, 1);
    }

        .choose-course-list &gt; li.course.selected:hover {
            background-color: rgba(137, 207, 240, 0.25);
        }

        .choose-course-list &gt; li.course.selected p.tick span i.eMada {
            display: block;
        }

    .choose-course-list &gt; li.course p {
        font-weight: bold;
        padding: 5px;
        margin-right: 30px;
        display: inline-grid;
        align-items: center;
    }

        .choose-course-list &gt; li.course p:last-child {
            margin-right: 0;
        }

.collapse {
    transition: all 0.2s ease;
}

.emada-nested-grid &gt; .table tbody &gt; tr &gt; td:first-child {
    background-color: rgba(0, 0, 0, 0.05);
}

.emada-nested-grid &gt; .table tbody &gt; tr:first-child &gt; td {
    border-top: 0.5px solid #dee2e6;
}

tr.element.selected {
    background-color: #e4ffff;
    border-bottom: 0.5px solid #7cc7c1;
}

    tr.element.selected &gt; td {
        border-top: 0.5px solid #7cc7c1;
        border-bottom: 0.5px solid #7cc7c1;
    }

        tr.element.selected &gt; td &gt; input[type=checkbox] {
            width: 16px;
            height: 16px;
            margin: 0 !important;
            padding: 0 !important;
            margin-top: 4px !important;
        }

.AcadPlan-block .exceptionIcon {
    position: absolute;
    padding: 5px 0 0 0;
    height: 28px;
    width: 28px;
    text-align: center;
    right: 2px;
    bottom: 0;
}

tr.element.selected &gt; td &gt; input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.eMada-flex-cols &gt; .card.flex-col.completed {
    border-color: #2cd07e;
    box-shadow: 0 3px 6px -2px rgba(44,208,126,1);
}

.eMada-flex-cols &gt; .card.flex-col.registered {
    border-color: #00c7f7;
    background-color: rgba(0,199,247,.025);
}

.eMada-flex-cols &gt; .card.flex-col.pending {
    border-color: #8b8c8c;
    background-color: rgba(0, 0, 0, 0.01);
}

.AcadPlan-block .card.flex-col.completed .action_btn:hover,
.AcadPlan-block .card.flex-col.pending .action_btn:hover,
.AcadPlan-block .card.flex-col.registered .action_btn:hover {
    background: #fff;
}

.eMada-flex-cols &gt; .card.flex-col.completed .completed-tick .fa {
    font-size: 1.75em;
    color: #2cd07e;
}

.eMada-flex-cols &gt; .card.flex-col.pending .completed-tick .fa {
    font-size: 1.75em;
    /*color: rgba(0, 0, 0, 0.05);*/
}

.eMada-flex-cols &gt; .card.flex-col.registered .completed-tick .fa {
    font-size: 1.75em;
    color: #00c7f7;
}



/* --- 29122024 --- */
.eMada-flex-cols &gt; div.flex-col.current-block-view {
    border-color: #337ab7;
    box-shadow: 0 6px 10px -4px rgba(153, 8, 67, .30);
}

.current-block-head {
    background-color: #337ab7;
    padding: 10px;
    color: #ffffff;
    font-weight: 600;
}

.AcadPlan-block .CourseBlog.selected {
    box-shadow: 0 0px 6px 0 rgba(132, 37, 234, 0.4);
    border: solid 1px rgb(132, 37, 234);
    background-color: rgba(132, 37, 234, .03);
}

.AcadPlan .RadSwitch.k-switch .k-switch-container {
    line-height: 27px;
    width: 145px !important;
}

.plan-flex {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}

    .plan-flex table {
        width: auto;
    }

    .plan-flex .eMada-radios input[type="radio"] {
        display: none;
    }

.AcadPlan-block .studAcadPlanView .plan-flex span.label {
    font-size: 100% !important;
    line-height: 12px;
}

.plan-flex input[type="checkbox"] {
    position: absolute;
    top: 1px;
    right: 1px;
    margin: 0;
    width: 26px;
    height: 26px;
    filter: invert(10%) hue-rotate(18deg) brightness(1.5);
}

    .plan-flex input[type="checkbox"]:checked {
        background-color: rgba(132, 37, 234, 1) !important;
        color: white;
    }

.plan-flex .eMada-radios input[type="radio"] + label {
    position: relative;
    background: #ffffff;
    border: solid 1px #666;
    padding: 6px 12px;
    margin-right: 0px;
    border-radius: 3px;
}

.plan-flex .eMada-radios input[type="radio"]:checked + label {
    background: #990843;
    border: solid 1px #990843;
    color: #ffffff;
    font-weight: 600;
}

    .plan-flex .eMada-radios input[type="radio"]:checked + label:before {
        content: '\2713';
        font-size: 10px;
        position: absolute;
        top: 0px;
        right: 4px;
        color: #ffffff;
    }

a.plan-choose-course {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px 8px;
    border: solid 1px #ffb607;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    margin: 5px auto;
}

    a.plan-choose-course:hover {
        border: solid 1px #990843;
    }

.AcadPlan .plan-flex .RadSwitch.k-switch.plan-switch-small {
    height: 15px !important;
    line-height: 15px !important;
}



    .AcadPlan .plan-flex .RadSwitch.k-switch.plan-switch-small .k-switch-container {
        line-height: 12px !important;
        width: 30px !important;
        min-width: 30px !important;
    }

    .AcadPlan .plan-flex .RadSwitch.k-switch.plan-switch-small .k-switch-handle {
        width: 12px !important;
        height: 12px !important;
    }

    .AcadPlan .plan-flex .RadSwitch.k-switch.plan-switch-small.k-switch-off .k-switch-handle {
        left: 2px !important;
    }

    .AcadPlan .plan-flex .RadSwitch.k-switch.plan-switch-small.k-switch-on .k-switch-handle {
        left: calc(100% - 14px) !important;
    }

.AcadPlan .plan-flex .RadSwitch.RadButton.k-switch.plan-switch-small.k-switch-on,
.AcadPlan .plan-flex .RadSwitch.RadButton.rbHovered.k-switch.plan-switch-small.k-switch-on {
    background-color: rgb(132, 37, 234) !important;
}

.AcadPlan .plan-flex .RadSwitch.RadButton.k-switch.plan-switch-small.k-switch-off,
.AcadPlan .plan-flex .RadSwitch.RadButton.rbHovered.k-switch.plan-switch-small.k-switch-off {
    background-color: #999;
}
/* --- 29122024 ---*/
@media (min-width: 576px) {
    .modal-dialog {
        height: calc(100% - 3.5rem);
    }
}
</pre></body></html>