OLD
/* --primary-color: 	#484c7f; */
NEW
/* --primary-color: 	rgb(243, 28, 246); */

:root {
    --main-purple: #4C43D1;
    --light-purple: #9B94FF;
    --extra-light-purple: #EBECFF;
    --light-gray: #D2D2D2;
    --cream-gray: #F2F2F2;
    --gray: #8B8B8B;
    --seventh-color: #F6ACAC;
}

.color-1 {
    color: #4c43d1;
}

.color-2 {
    color: #9b94ff;
}

.color-3 {
    color: #d2d2d2;
}

.color-4 {
    color: #f2f2f2;
}

.color-5 {
    color: #ebecff;
}

.color-6 {
    color: #8b8b8b;
}

.color-7 {
    color: #f6acac;
}

.color-8 {
    color: #e2e2e2;
}

.color-9 {
    color: #6daad9;
}

.background-color-1 {
    background-color: #4c43d1;
}

.background-color-2 {
    background-color: #9b94ff;
}

.background-color-3 {
    background-color: #d2d2d2;
}

.background-color-4 {
    background-color: #f2f2f2;
}

.background-color-5 {
    background-color: #ebecff;
}

.background-color-6 {
    background-color: #8b8b8b;
}

.background-color-7 {
    background-color: #f6acac;
}

.background-color-8 {
    background-color: #e2e2e2;
}

.background-color-9 {
    background-color: #6daad9;
}

.color-1:hover {
    color: #4c43d1;
}

/* Login Page */
#mytask-layout>.login-div {
    /* background-color: #011744 !important; */
    background-color: #3c3f46 !important;
}

.login-div {
    background-color: #3c3f46 !important;
}

.main-row {
    border-color: #4C43D1;
}

[requires-admin-permission] {
    display: none;
}

.selectedRow {
    background: #eee;
}

:root {
    --primary-color: #4C43D1;
}

.main-button-area>button {
    /* margin-bottom: 0.4em;
    margin-left: 0.6em; */
}

.dateInputs{
    color:black;
}

.dateInputs::placeholder{
    color:black;
}


#initials,
#initials2 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
    /* White border around the badge */
    margin-bottom: 3px;
    box-shadow: 0 0 0 1px white;
    /* Slight shadow to enhance the border visibility */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    /* Example font size */
    line-height: 10px;
    /* Centering text vertically */
}

#initials,
#initials2 span {
    font-size: 13px !important;
}

.transparentInputs {
    background-color: red !important;
}

.badgeInner {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 1.2rem;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

a.active-shadow {
    box-shadow: 10px 0 10px rgba(0.8, 0.8, 0.5, 0.8);
    /* Adjust the shadow strength as needed */
    color: yellow;
}

.disabled {
    background-color: lightgrey;
}

.form-select:disabled {
    background-color: #fff !important;
}

.form-control:disabled {
    background-color: #fff !important;
}

input[type="checkbox" i]:disabled {
    background-color: initial;
}

.form-check-input {
    background-color: #e9ecef;
}

.filterDiv1 {
    background-color: #E2E2E2;
}

.filterDiv2 {
    background-color: #EBECFF;
}

.on_progress {
    background: #3890d1;
    padding: 3px 12px;
    border-radius: 99px;
    color: #fff;
    font-size: smaller;
    font-weight: bold;
    white-space: nowrap;
}

.on_hold {
    background: orange;
    padding: 3px 12px;
    border-radius: 99px;
    color: #fff;
    font-size: smaller;
    font-weight: bold;
    white-space: nowrap;
}

.done {
    background: green;
    padding: 3px 12px;
    border-radius: 99px;
    color: #fff;
    font-size: smaller;
    font-weight: bold;
    white-space: nowrap;
}

.type_project {
    background-color: var(--primary-color);
    padding: 2px 8px;
    color: #fff;
    border-radius: 99px;
    font-size: smaller;
    font-weight: bold;
}

.type_task {
    background-color: var(--bs-teal);
    padding: 2px 8px;
    color: #fff;
    border-radius: 99px;
    font-size: smaller;
    font-weight: bold;
}

#activatePatient {
    background-color: red;
    border-color: red;
}

.type_subtask {
    background-color: #ec4d5d;
    padding: 2px 8px;
    color: #fff;
    border-radius: 99px;
    font-size: smaller;
    font-weight: bold;
}

.project_title_followup_cat {
    color: gray;
    font-size: 12px;
}

.project_title_followup_cat:empty {
    display: none;
}



.on_progress-span {
    background: #000428;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #004e92, #000428);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #004e92, #000428);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 2px 8px;
    color: #fff;
    border-radius: 99px;
    font-size: smaller;
    font-weight: bold;
    white-space: nowrap;
}

.on_hold-span {
    background: #FF512F;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F09819, #FF512F);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 2px 8px;
    color: #fff;
    border-radius: 99px;
    font-size: smaller;
    font-weight: bold;
    white-space: nowrap;
}

.pagination .page-item.active .page-link {
    color: yellow;
    z-index: auto;
}

.done-span {
    background: #1D976C;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1D976C, #93F9B9);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1D976C, #93F9B9);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 2px 8px;
    color: #fff;
    border-radius: 99px;
    font-size: smaller;
    font-weight: bold;
    white-space: nowrap;
}

/* .loadingContainer{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
} */

#category_patient {
    margin-bottom: 0;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #FCD401;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ChatDiv {
    height: 70vh;
}

.chat-history::-webkit-scrollbar {
    width: 5px !important;
}

.chat-history::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

.chat-history::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 10px;
}

.chat-history::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

.select2 {
    width: 100% !important;
}



td,
th {
    max-width: 3vw;
    font-size: 14px;
}

.mentionsOpen {
    position: absolute;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    padding: 8px 16px;
    background: beige;
    font-weight: bold;
    bottom: 75px;
    cursor: pointer;
    line-height: 1.6;
}

.mentionsOpen ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.mentionsClose {
    display: none;
}

.mentionsOpen li {
    list-style-type: none;
}

.fa-sort {
    cursor: pointer !important;
}

.showPasswordIcon {
    color: var(--primary-color);
    font-size: large;
    position: absolute;
    right: 10%;
    cursor: pointer;
}

.filepond--credits {
    display: none;
}

.sidebar {
    width: 200px;
    height: calc(100vh - 80px);
}

.searchIcon {
    position: absolute;
    left: 5%;
    font-size: 1.15rem;
    color: #c9c9c9;
    padding-top: 0.3em;

}

.input-group-lg>.form-control {
    padding: 0.5rem 3rem;
    font-size: 1rem;
    border-radius: 30px;

}

.form-control,
.form-select {
    background-color: #ffffff;
    border: 1px solid #4c43d147;
}

#patient-form-data .form-control,
.form-select {
    background-color: #ffffff;
    border: 1px solid #4c43d147;
    min-height: 35px;
    padding: 10px;
    padding-right: 30px;
    width: 85%;
    font-size: 14px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.input-group-lg>.form-view {
    padding: 2rem;
    /* Adjusted padding */
    font-size: 1rem;
    border: 0px none;
    /* Added border for better visibility */
}

.attachment-wrapper {
    border: 1px dashed lightgray;
    border-radius: 10px;
    padding: 15px 0px 15px 15px;
    margin-bottom: 15px;
}

option {
    padding: 6px;
    font-size: 13px;
    white-space: normal;
    border-bottom: 1px solid #d7d5d5;
}

.form-view,
.form-select-view {
    background-color: transparent;
    /* Updated background color */
    /* Add any additional styling you may need */
    color: #5b5b5b;
    font-weight: bold;
}

.form-label-view {
    font-weight: bold;
}

.input-group-lg>.form-control:focus {
    padding: 0.5rem 1rem;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#main-search-input {
    background-color: #fff;
}

.form-control:focus {
    border: none;
    padding: 0.5rem 1rem;
}

.search-criteria-btns {
    display: flex;
    flex-direction: row;
}

.dateInputs {
    width: 135px;
}

.footer {
    background: rgb(58, 140, 194);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.card {
    /* box-shadow:  0 8px 24px rgba(0, 0, 0, 0.2); */
}

.main_row .card-body {
    border: 1px solid #b3b3b3;
    border-radius: 10px;
}

#list-view>div>div>div>div>div.card-header.py-3.px-0.d-sm-flex.align-items-start.justify-content-between.main-button-area>form>div>div.filepond--drop-label {
    align-items: start;
}

.mytooltipDiv {
    display: flex;
    gap: 3px;
}

.mytooltiptext {
    display: none;
}

form .mytooltip:hover .mytooltiptext {
    display: unset;
    position: absolute;
    background: #fff;
    padding: 15px 10px;
    top: 10px;
    width: 180px;
    border: 1px solid #184DA8;
    border-radius: 10px;
    margin-left: 5px;
    cursor: text;
}

.filepond--drop-label.filepond--drop-label label {
    padding: 0px !important;
}

.filepond--panel-root {
    background: transparent !important;
}

.filepond--root .filepond--drop-label {
    min-height: 2.75em !important;
}

.filepond--item {
    width: fit-content;
}

.loadingDiv {
    position: absolute;
    background: var(--primary-color);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9999;
}

.loadingDiv h3 {
    font-size: 18px;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}

.tabRequestTitle {
    padding: 10px 15px;
    color: var(--primary-color);
    box-shadow: inset 0px 0px 10px 0px #e7e7e7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 0px 0px 0px 5px;
    border-color: var(--primary-color);
    border-style: solid;
}

@keyframes dot-flashing {
    0% {
        background-color: #ffffff;
    }

    50%,
    100% {
        background-color: rgba(255, 255, 255, 0.2);
    }
}

.breadcrumb {
    color: #9B94FF;
    background-color: transparent;
    font-weight: bold;
    align-items: baseline;
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.patient_header {
    background-color: #D2D2D2;
    padding: 15px;
    border-radius: 8px;
    position: relative;
}

.patient_header h3 {
    color: #8B8B8B;
    margin-bottom: 0px;
}

.status_icon {
    border-radius: 99px;
}

.deleted-row {
    position: relative;
    /* Ensure the pseudo-element is positioned relative to the row */
    background-color: #f5f5f5;
    /* Optional: Light grey background for deleted rows */
    opacity: 0.6;
    /* Optional: Dimming effect */
}

#create-form {
    background-color: white;
}

.deleted-row::after {
    content: '';
    /* Empty content to create the line */
    position: absolute;
    top: 50%;
    /* Position the line in the center of the row */
    left: 0;
    width: 100%;
    height: 2px;
    /* Thickness of the line */
    background-color: #ccc;
    /* Color of the line */
    transform: translateY(-50%);
    /* Center the line vertically */
}

.patient_status {
    color: red;
    font-weight: bold;
}

.patient-buttons-wrapper .btn {
    background-color: #9B94FF;
    border-radius: 3px;
    padding: 12px 0px;
    width: 100%;
    font-size: 14px;
}

.patient-buttons-wrapper {
    flex: 1;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    gap: .3rem !important
}

.ekkremotites-buttons-wrapper .btn {
    background-color: #9B94FF;
    border-radius: 3px;
    padding: 12px 5px;
    width: 100%;
    font-weight: bold;
}

.ekkremotites-buttons-wrapper {
    flex: 1;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}

.save-button-area-top {
    padding: 10px;
}

.top-section-forms {
    flex: 1;
    display: flex;
}

button.active {
    background-color: #3890d1;
}

#Sidefilters label {
    font-size: 13px;
}

tr.selected {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.status-select-btn {
    margin-left: 10px;
}

.main_row {
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 1px solid #4C43D1;
}

.main_row .card {
    background-color: #f2f2f2;
}


.patient-general {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}

#show-card {
    background-color: #EBECFF;
}

.active-menu span {
    color: #F6ACAC;
}

.edit_btn {
    padding: 8px 10px;
    background-color: #8B8B8B;
    color: #ffffff;
}

.edit_btn:hover {
    background-color: #4C43D1;
    color: #ffffff;
}

.save_btn {
    padding: 8px 10px;
    background-color: #8B8B8B;
    color: #ffffff;
}

.save_btn:hover {
    background-color: #4C43D1;
    color: #ffffff;
}

.info_text {
    text-align: right;
    color: #8b8b8b;
    text-transform: uppercase;
}

.show-input {

    display: flex;

}

.show-input label {
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: 700;
    width: 30%;
    margin-bottom: 0px;
    text-align: right;
}

.show-input span {
    width: 85%;
    background-color: #fff !important;
    border-width: 0px 0px 1px 0px !important;
    min-height: 42px;
    display: flex;
    align-items: center;
    /* Vertically centers the content */
    justify-content: left;
    /* Ensures the text stays left-aligned */
    border: 1px solid #4c43d147;
    border-radius: 5px;
    min-width: 100px;
    white-space: normal;
    padding: 10px;
    font-size: 14px;
}


.info_labels {
    display: flex;
}

.info_labels label {
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: 700;
    width: 30%;
    margin-bottom: 0px;
    text-align: right;
    display: inline;
}

.info_labels input {
    width: 85%;
    background-color: #e9ecef !important;
    border-width: 0px 0px 1px 0px !important;
    font-size: 14px;
}

.info_labels select {
    width: 85%;
    background-color: #e9ecef !important;
    border-width: 0px 0px 1px 0px !important;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis !important;
}

.info_labels textarea {
    width: 85%;
    background-color: #e9ecef !important;
    border-width: 0px 0px 1px 0px !important;
    font-size: 14px;
}

.info_labels .select2-container {
    width: 85% !important;
    font-size: 14px;
}

.info_labels .select2-container--default .select2-selection--single {
    width: 100%;
    background-color: #e9ecef !important;
    border-width: 0px 0px 1px 0px !important;
    height: 36px;
    border: 1px solid #4c43d147;
}

.info_labels .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.info_labels_checkbox label {
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: 700;
    width: 26%;
    margin-bottom: 0px;
    text-align: right;
}

.info_labels_checkbox2 label {
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: 700;
    width: 26%;
    margin-bottom: 0px;
    text-align: right;
}


.info_labels2 {
    display: flex;
}

.info_labels2 label {
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: 700;
    width: 30%;
    margin-bottom: 0px;
    text-align: right;
    display: inline;
}

.info_labels2 input {
    width: 85%;
    border-width: 0px 0px 1px 0px !important;
    font-size: 14px;
}

2

/* width */
.form-select::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.form-select::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.form-select::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.form-select::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.info_labels_checkbox input {
    width: 15px;
    margin-right: 85%;

}

.info_labels_checkbox2 input {
    width: 15px;
    margin-right: 69%;

}

.section_border {
    border: 1px solid #b3b3b3;
    border-radius: 10px;
}

.tabs_button {
    background-color: #9B94FF;
    color: #fff;
    padding: 10px;
}

.tabs_button:hover {
    background-color: #4C43D1;
    color: #fff;
}

.tabs_button.active {
    background-color: #4C43D1;
    color: #fff;
}

select.form-select option:hover {
    box-shadow: 0 0 10px 100px #9B94FF inset;
}

.general-scrollable-table {
    max-height: 350px;
    overflow-y: scroll;
}

.general-scrollable-table::-webkit-scrollbar {
    width: 8px !important;
}

.general-scrollable-table::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

.general-scrollable-table::-webkit-scrollbar-thumb {
    background: #888 !important;
}

.general-scrollable-table::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background-color: transparent !important;
}

.basicwidth {
    width: 85%;
}

.main_row {
    background-color: unset;
    border-radius: unset;
    border: unset;
}

.main_row .card {
    border: 0px;
}

.main-inner-body {
    border: 1px solid #4C43D1;
}

#s1_patient {
    font-size: calc(1.275rem + 0.3vw) !important;
}

@media (min-resolution: 1.5dppx) {
    body {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 1279px) {
    .sidebar {
        height: calc(100vh - 20px);
    }

    .liverimg {
        width: 50% !important;
    }

    .patient-buttons-wrapper .btn {
        width: 100% !important;
        padding: 7px 0px !important;
    }

    .main-inner-body {
        flex-direction: column !important;
    }
}

@media only screen and (max-width: 1090px) {
    label {
        display: inline;
        white-space: normal;
    }
}

@media only screen and (max-width: 48em) {
    .row {
        padding: 0px 5px 0px 5px;
        --bs-gutter-x: 0;
    }

    .navbar>.container-xxl {
        flex-wrap: wrap-reverse;
    }

    .user-profile {
        flex-direction: row-reverse;
        gap: 10px;
        position: absolute;
        left: 0px;
        width: fit-content !important;
    }

    .user-profile .u-info {
        width: fit-content !important;
        margin-left: 15px;
    }

    .user-profile .badge {
        margin-left: 0px !important;
    }

    #headerPageTitle span {
        font-size: medium !important;
    }

    .menu-toggle {
        position: absolute;
        right: 15px;
    }

    .dropdown-menu.show {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .page-item .page-link {
        font-size: small;
        white-space: nowrap;
    }

    .search-criteria {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .search-criteria-btns {
        display: flex;
        flex-direction: row;
    }

    .eortesDiv {
        flex-direction: column;
    }

    .mobileColumn {
        flex-direction: column;
    }

    .footer {
        position: fixed;
        clear: both;
        height: 20px;
        margin-top: -20px;
    }

    .pagination {
        overflow: auto;
    }

    .eortazontesFilterDiv {
        display: flex;
        flex-direction: column;
    }

    .pageTitleDiv {
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }

    .dateInputs {
        width: 100% !important;
    }

    .uploadexportExcel {
        display: flex !important;
        flex-direction: row;
        /* align-items: center !important; */
        justify-content: center;
    }

    .uploadImage {
        left: -20px !important;
        /* top: 7.5px !important; */
    }

    .birthdaysDiv {
        display: flex;
        flex-direction: column !important;
    }

    .footer span {
        font-size: 11px !important;
    }

    .sidebar {
        height: calc(100vh - 20px);
    }

    .liverimg {
        width: 50% !important;
    }

    .patient-buttons-wrapper .btn {
        width: 100% !important;
        padding: 7px 0px !important;
    }

    .patient-buttons-wrapper {
        flex-direction: column;
    }

    .show-input span {
        width: 100% !important;
    }

    .info_text {
        text-align: left;
    }

    #patient-form-data .form-control,
    .form-select {
        width: 100%;
    }

    .info_labels select {
        width: 100%;
    }

    .table tr th {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .table tr th:hover {
        text-overflow: unset;
        overflow: unset;
        max-width: 30% !important;
    }

    .table tr td {
        max-width: fit-content;
    }

    .flexColumnMob {
        flex-direction: column;
        align-items: center;
    }

    .edit_btn {
        right: 35px !important;
        left: unset !important;
    }

    .info_labels input {
        width: 100%;
    }

    label {
        display: inline;
    }

    .epiplokes {
        flex-direction: column;
    }

    .info_labels .select2-container {
        width: 100% !important;
    }

    .responsivebr {
        display: none;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .attachment-wrapper {
        flex-direction: column !important;
        padding-right: 15px !important;
    }

    .classificationMobHeader {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

.m-link {
    justify-content: flex-end;
}

#activateDonor {
    background: red !important;
    border-color: red !important;
    position: absolute;
    right: 130px;
}

/* Add a class for rows with a line in the middle */
.middle-line {
    position: relative;
    /* Necessary for absolute positioning of the line */
}

.middle-line>* {
    color: gray !important;
    pointer-events: none !important;
}

.middle-line::before {
    content: "";
    position: absolute;
    top: 50%;
    /* Position the line in the middle of the row */
    left: 0;
    width: 100%;
    border-top: 2px solid gray;
    /* Line style */
    transform: translateY(-50%);
    /* Adjust to ensure the line is centered */
}