.appendListItems {
    background: #fff;
    max-height: 480px;
    line-height:17px;
    width: inherit;
/*    border: 1px #d2cdcd solid;*/
    position: absolute;
    display: none;
    z-index: 9000;
}


.bg-newnotf {
    background: #e6eeff;
}

.slideNotf {
    display: none;
    position: absolute;
    z-index: 8000;
    min-height: 98px;
    width: 205px;
    border-radius: 8px;
    right: 13px;
    padding: 0px;
    margin-top: 9px;
    background: #fff;
    border: 1px #d9d9d9 solid;
    box-shadow: 0 0 4rem rgb(0 0 0 / 10%);
}

    .slideNotf .notfContent:first-child:hover {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }


.messageTime {
    font-size: 14px;
    font-weight: 100;
}

.mcPending {
    background: #fff7e8;
}



.notfContent {
    height: 55px;
    padding: 10px;
    margin: 0px;
    border-bottom: 1px #ededed solid;
}

.notfTitle {
    font-size: 14px;
    line-height: 17px;
}

.formContainer {
    padding: 5vh 3vw;
    box-shadow: 0 0 4rem rgb(0 0 0 / 10%);
    border-radius: 19px;
}

@media (min-width: 576px) and (max-width: 991px) {
    .notfWrap {
        position: absolute;
        top: 3px;
        right: 21vw;
    }

    .iconFix {
        position: relative;
        top: -15px;
        right: 30vw;
    }

    .menu2 { display: none;}
}


@media (min-width: 992px) {
    .notfWrap {
        position: absolute;
        top: 3px;
        right: 6vw;
    }

    .iconFix {
        position: relative;
        top: -15px;
        right: 55px;
    }
}


@media (max-width: 575px) {
    .notfWrap {
        position: absolute;
        top: 5px;
        right: 21vw;
    }

    .iconFix {
        position: relative;
        top: -15px;
        right: 28vw;
    }
}

        .notfWrap .dropdown-toggle::after {
            display: inline-block;
            margin-left: 0;
            vertical-align: 0;
            content: "";
            border-top: 0;
            border-right: 0;
            border-bottom: 0;
            border-left: 0;
        }

    .notfTime {
        margin-top: 1px;
        font-size: 12px;
        color: #8e8e8e;
    }

    #allNotf {
        font-size: 12px;
        width: 100%;
        color: #605860;
        vertical-align: middle;
        padding-top: 1px;
        height: 35px;
    }

        #allNotf p a {
            font-weight: bold;
            color: #383838;
            text-decoration: none;
        }

    .notD {
        background: #ffffff;
        color: #dc3545;
    }

    .notfC {
        padding: 7px 13px;
        border: 3.5px #d1d1d1 solid;
        height: 90px;
        width: 90px;
        border-radius: 50%;
        color: #efac14;
        font-weight: bold;
        text-align: center;
    }

    .adjustTPad {
        padding-top: 3px;
    }

    .notDa {
        background: #fff;
        color: #d1d1d1;
    }

    .notfCa {
        padding: 7px 13px;
        border: 1px #bfbfbf solid;
        height: 90px;
        width: 90px;
        background: #ffeed0;
        border-radius: 50%;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }


    .pageHeader {
        background: #65c3be;
        padding: 15px 20px;
        border-radius: 21px;
        font-weight: bolder;
        font-size: 20px;
        color: #fff;
    }

    .analysisTable tbody tr, .analysisTable tbody th {
        height: 70px; /* Adjust this value as needed */
    }

    .analysisTable td, th {
        max-width: 150px; /* Adjust as needed */
        overflow: hidden;
        white-space: nowrap;
    }

    .fee_description {
        text-transform: none; /* Normal casing for larger screens */
    }

    /* Apply uppercase for small devices and below */
    @media (max-width: 576px) {
        .fee_description {
            text-transform: uppercase;
        }
    }


    .titleSection {
        padding: 1rem 1.5rem 0.5rem 1.5rem;
    }

    .btn-continue {
        border-radius: 10px;
        border-color: #d1e8f3;
        border: 1px #d1e8f3 solid;
        color: #000000;
        background-color: #ffffff;
    }

    .header-section {
        height: 130px;
        position: relative;
        background: #fff;
        color: #000000;
        border-top: 1px #dddddd solid;
        border-bottom: 1px #dddddd solid;
        padding: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        display: flex;
        align-items: center;
    }

    .header-title {
        line-height: 21px;
        color: #000;
    }


    .text-highlight {
        color: #62dc92 !important;
    }

    .icon-right {
        position: absolute;
        right: 7%;
        top: auto;
    }

    .border-info {
        padding: 1rem;
        border-bottom: 1px solid #ddd;
    }

    .border-info {
        border-color: rgb(229 229 229) !important;
    }

    .stageNumber {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #adadad;
        font-size: 12px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
    }

    .admin-response {
        height: 100%;
        min-height: 150px;
        border: 1px #d7d7d7 solid;
        border-radius: 18px;
        background: #ffffff;
        margin: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .servListGroup .Submitted {
        color: #000;
    }

    .servListGroup .NotSubmitted {
        color: #a7a7a7;
    }

    .servListGroup .active-process {
        background-color: #27638f;
        color: #fff;
        font-weight: bolder;
    }

    /* Custom styling for a classy look */
    .process-list {
        max-height: 80vh;
        overflow-y: auto;
    }

        .process-list .list-group-item {
            display: flex;
            align-items: center;
        }


    .list-group-item:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .process-item {
        cursor: pointer;
        transition: background-color 0.3s;
        border-radius: 0px;
        height: 60px;
    }

    .list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .process-item:hover {
    }

    .process-details {
        border: 1px #d5d5d5 solid;
        max-height: 540px;
        background: #fff;
    }

    .newFieldDiv {
        margin-top: 70px;
        padding-bottom: 20px;
    }

        .newFieldDiv:first-child {
            margin-top: 0px;
            padding-bottom: 20px;
        }

    .fileStatus {
        z-index: 7005;
    }

    .emptyContentDiv {
        border: 1px #d5d5d5 solid;
        border-radius: 16px;
        height: 120px;
    }

    .custom-dropdown {
        position: relative;
        width: 200px;
        font-family: Arial, sans-serif;
    }

    .selected-option {
        padding: 10px;
        border: 1px solid #ccc;
        cursor: pointer;
        background-color: #f9f9f9;
    }


    .options {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        border: 1px solid #ccc;
        background-color: #fff;
        z-index: 1000;
    }

        .options div {
            padding: 10px;
            cursor: pointer;
        }

            .options div:hover {
                background-color: #e6e6e6;
            }


    /* Basic styling */
    #captcha-container {
        margin-top: 20px;
        display: inline-block;
    }

    .captcha-message {
        color: red;
        display: none;
    }

    .custom-file-upload {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .file-selected {
        background: #fcecd0;
        border-radius: 18px;
    }

    .file-input {
        display: none;
    }

    .file-text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Ensure the text aligns to the left (optional) */
    }

    .file-top-text, .file-bottom-text {
        font-size: 15px; /* Adjust as necessary */
        font-weight: bolder;
        color: #0f314a;
    }

    .file-top-text {
        /* Optional styling for the top text */
    }

    .file-bottom-text {
        font-size: 12px; /* Optional smaller font for the bottom text */
        color: rgb(141 141 141);
        font-weight: lighter;
    }

    .file-name-selected {
        color: #28a745; /* Change the color to green (or any other color you want) */
    }


    .file-label, .file-label2 {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 18px 15px 15px 15px;
        border: 1px #d5d5d5 solid;
        /*border-image: linear-gradient(to right, #e1ad31 25%, #207553 25%, #207553 50%, #e1ad31 50%, #e1ad31 75%, #207553 75%, #207553 100%);
    border-image-slice: 1;
    border-image-slice: 1;*/
        font-size: 16px;
        color: #6c757d;
        background-color: #fff;
        border-radius: 18px;
        transition: background-color 0.3s, border-color 0.3s;
    }

        .file-label:hover {
            box-shadow: 0 0 2rem rgb(0 0 0 / 15%);
            cursor: pointer;
        }


    /* Styling for the icon container (circle) */
    .eventFPItem {
        background: #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px #e6e6e6 solid;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 15px auto; /* Center the circle horizontally and add space below it */
    }

        /* Styling for the icon */
        .eventFPItem i {
            /*color: #a7a7a7;*/ /* Adjust the color of the icon as needed */
        }

    .col-dash-icon-1 {
        color: #e7c791;
    }

    .col-dash-icon-2 {
        color: #d3e1ff;
    }

    .col-dash-icon-3 {
        color: #e4c5ff;
    }

    .tooltip-container {
        position: relative;
        display: inline-block;
    }

    .tooltip-target {
        cursor: pointer;
        color: #007bff;
        text-decoration: underline;
    }

    .custom-tooltip {
        display: none;
        position: absolute;
        bottom: 100%; /* Position tooltip above the target */
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        z-index: 100;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .tooltip-container:hover .custom-tooltip {
        display: block;
        opacity: 1;
    }



    /* Center the text below the circle */
    .textCenterNM h4 {
        margin: 0;
        text-align: center;
    }



    .imgHolder {
        flex: 0 0 auto; /* Ensures that the images do not shrink and maintain their size */
    }

        .imgHolder img {
            display: block; /* Ensure images are block-level elements for proper alignment */
        }


    .placeholder {
        opacity: 0.5;
    }

    .placeholder-shimmer {
        width: 100%;
        height: 200px;
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: shimmer 1.5s infinite linear;
    }

    .placeholder-title,
    .placeholder-text {
        background: #f0f0f0;
        height: 20px;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .placeholder-title {
        width: 70%;
        height: 25px;
    }

    .placeholder-text {
        width: 100%;
    }

    @keyframes shimmer {
        from {
            background-position: -200% 0;
        }

        to {
            background-position: 200% 0;
        }
    }


    .eventCardD2 {
        background: #fff;
        overflow: hidden; /* Ensures content stays inside the card */
        height: 450px; /* Card height */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
        position: relative;
        width: 100%;
        padding-right: 20px;
        box-shadow: 0 0 2rem rgb(0 0 0 / 15%);
    }

    .eventImage {
        height: 250px;
        width: 100%;
        padding: 15px;
        position: absolute;
    }

        .eventImage img {
            height: 250px;
            width: 100%;
            object-fit: cover; /* Ensures the image covers the container */
        }

    .eventDetails {
        padding: 10px 20px; /* Reduced top padding to bring content closer to the top */
        top: 250px; /* Position the event details below the image */
        height: 200px; /* Height of the event details section */
        background-color: #fff; /* Background color for event details */
        color: #000; /* Text color inside event details */
        width: 100%;
        position: absolute; /* Absolute positioning relative to eventCardD2 */
        display: flex;
        flex-direction: column; /* Aligns items vertically */
        justify-content: flex-start; /* Aligns items closer to the top */
    }

    .event-title {
        font-size: 1.7rem; /* Adjust the title font size */
        margin-top: 0.4rem; /* Remove margin at the top of the title */
        margin-bottom: 0.5rem; /* Adds space below the title */
        line-height: 1.2; /* Adjusts line height for title */
    }

    .event-time {
        font-size: 1rem; /* Adjust the time font size */
        margin-bottom: 0.5rem; /* Adds space below the time */
        line-height: 1.4; /* Adjusts line height for time */
    }

    .event-venue {
        font-size: 1rem; /* Adjust the venue font size */
        line-height: 1.4; /* Adjusts line height for venue */
        margin: 0; /* Removes margin */
    }

        .event-venue i {
            margin-right: 5px; /* Adds space between icon and text */
        }


    .bg-bop01 {
        background: #ffeded;
    }

    .bg-bop02 {
        background: #fff3e5;
    }

    .bg-bop03 {
        background: #e7f0ff;
    }

    .eventCard {
        border-radius: 15px;
        background: #fff;
        height: 130px;
        box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
        padding: 15px 20px 15px 15px;
    }

    .eventTime {
        color: #000;
        padding: 15px;
        text-align: center;
        line-height: 18px;
        border-radius: 10px;
    }

        .eventTime span {
            font-size: 14px;
        }

        .eventTime h3 {
            font-size: 36px;
            font-weight: bolder;
        }

    .chat-widget {
        display: none;
        position: fixed;
        bottom: 0;
        right: 20px;
        width: 300px;
        max-height: 100vh; /* Ensure the chat stays within view */
        background-color: #fff;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .chat-header {
        cursor: pointer;
    }

    .chat-body {
        height: 400px; /* Fixed height for the chat area */
        overflow-y: auto; /* Enable vertical scrolling */
        padding: 10px;
        background-color: #ffffff;
    }

    .message-container {
        display: flex;
        flex-direction: column;
    }

    /* Target the chat messages area */
    #chatMessages {
        scrollbar-width: thin; /* Firefox */
        scrollbar-color: #888 #f1f1f1; /* Firefox */
    }

        /* Chrome, Edge, and Safari */
        #chatMessages::-webkit-scrollbar {
            width: 6px; /* Width of the scrollbar */
        }

        #chatMessages::-webkit-scrollbar-track {
            background: #f1f1f1; /* Track color */
        }

        #chatMessages::-webkit-scrollbar-thumb {
            background-color: #888; /* Scrollbar color */
            border-radius: 10px; /* Rounded corners */
        }

            #chatMessages::-webkit-scrollbar-thumb:hover {
                background: #555; /* Color on hover */
            }

    .user_title {
        font-size: 14px;
        font-weight: lighter;
        color: #8f8f8f;
        text-align: right;
        margin-bottom: 5px;
        margin-top: 7px;
        margin-right: 9px;
    }

    .admin_title {
        font-size: 14px;
        font-weight: lighter;
        margin-bottom: 5px;
        color: #8f8f8f;
        margin-top: 7px;
        margin-left: 6px;
    }

    .message {
        padding: 8px 12px;
        border-radius: 12px;
        max-width: 75%;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .time_message {
        font-weight: lighter;
        color: #8f8f8f;
        margin-top: 2px;
        margin-right: 9px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .message.user {
        background-color: #ffffff;
        color: #10596f;
        border: 1px #d2f5ff solid;
        align-self: flex-end;
    }

    .message.admin {
        background-color: #10596f;
        color: #fff;
        align-self: flex-start;
    }

    .chat-footer {
        padding: 10px;
        background-color: #fff;
    }

        .chat-footer form {
            display: flex;
            gap: 10px;
        }

        .chat-footer input {
            flex-grow: 1; /* Input grows to take available space */
        }

    .chat-icon {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        padding-right: 4px;
        text-align: center;
        cursor: pointer;
        background-color: #000000;
        color: #fff;
        border-radius: 50%;
        padding-top: 1.3%;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        z-index: 999;
    }

        .chat-icon i {
            font-size: 22px;
        }

    .chat-form-container {
        height: 100%;
        overflow-y: auto;
    }

    @media (max-width: 768px) {
        .chat-widget {
            width: 100%;
            /*max-height: 50%;*/
            height: 100%;
            right: 0;
            bottom: 0;
            border-radius: 0;
        }

        .chat-icon {
            right: 10px;
            bottom: 10px;
            font-size: 28px;
        }
    }

.reactForm .form-control {
    border: 1px #e7e7e7 solid;
    position: relative; /* Necessary for positioning the pseudo-element */
    /*border-bottom: 5px solid transparent;
    border-image: linear-gradient(to right, #e1ad31 25%, #207553 25%, #207553 50%, #e1ad31 50%, #e1ad31 75%, #207553 75%, #207553 100%);
    border-image-slice: 1;
    outline: none;*/ /* Removes the blue outline on focus */
    /*    background: #fdf5e0;*/
    border-radius: 19px;
    background: #fff;
    border-radius:18px;
}

        /* Optional: If you want to remove the outline only on focus */
        .reactForm .form-control:focus {
            outline: none;
        }

    .bg-white {
        background: #fff;
    }

    .bg-app {
        background: #1e5b79;
    }

    .col-app-2 {
        color: #fef1d3;
    }


    .sbSignUpId {
        color: #000;
    }

    .homeActions {
        padding: 15px 12px 15px 12px;
        border-radius: 0px;
        border: 1px #c4c3c3 solid;
        font-weight: 100;
        text-align: center;
        position: relative;
    }

    .sidebarOpen {
        display: block !important; /* Show sidebar when the class is active */
    }

    .no-scroll {
        overflow: hidden; /* Disable scrolling on the body when the sidebar is active */
    }

    .ndropdownList {
        position: absolute; /* Absolute positioning for dropdown */
        top: 100%; /* Position it below the button */
        left: 0; /* This will be set dynamically by jQuery */
        background-color: #ffffff;
        list-style-type: none;
        margin: 0;
        border-radius: 10px;
        padding: 12px 12px 12px 0px;
        z-index: 10; /* Ensure it appears above other content */
        box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
    }

        .ndropdownList li {
            padding: 12px 10px 12px 20px;
            cursor: pointer;
            font-weight: bold;
        }

            .ndropdownList li:hover {
            }

    .fixed-button-container {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1200;
    }

    .a-dropdown-container {
        position: relative;
    }


    .a-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        max-height: 150px;
        border: 1px solid #ccc;
        border-top: none;
        background-color: white;
        overflow-y: scroll;
        z-index: 1000;
    }

    .a-dropdown-item {
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }

        .a-dropdown-item:hover {
            background-color: #f0f0f0;
        }

        .a-dropdown-item:last-child {
            border-bottom: none;
        }

    .fixed-button {
        background-color: #3498db;
        color: white;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 24px;
        cursor: pointer;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Button shadow */
    }

    .options {
        position: absolute;
        bottom: 80px; /* Above the button */
        right: 0;
        background-color: #f4fdff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* List shadow */
        padding: 16px 10px 16px 10px;
        border-radius: 13px;
        width: 180px;
    }

    .option-item {
        border: none;
        padding: 9px 10px 9px 10px;
        font-size: 14px;
        margin: 0px 0 0 10px;
        width: 100%;
        text-align: left;
        cursor: pointer;
        background-color: #f4fdff;
    }

    .hidden {
        display: none;
    }



    .paySelectorContainer {
        width: 310px;
        background: #fff;
        border: 1px #c1c1c1 solid;
        font-size: 14px;
        height: 50px;
        border-radius: 22px;
        display: flex;
        position: relative;
    }

    .hide {
        display: none;
    }




    .paySelectorActive {
        background: #fbf1ea;
        color: #000000;
        font-weight: bolder;
    }

    .paySelector {
        width: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .paySelectorBLR {
        border-bottom-left-radius: 22px;
        border-top-left-radius: 22px;
    }

    .paySelectorBRR {
        border-bottom-right-radius: 22px;
        border-top-right-radius: 22px;
    }


    .btn-app {
        background: #b26b13;
        border: 0px;
        color: #fff;
        font-weight: bolder;
    }

        .btn-app:hover {
            background: #89510b;
            color: #fff;
        }

    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: 0px;
        line-height: 1.25;
        color: #000;
        font-size: 14px;
        background-color: #fff;
        border: 0px;
        border-left: 1px solid #ededed;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
    }

    #pgLinkLast {
        border-right: 1px solid #ededed;
    }

    .pglActiv {
        background-color: #f5f5f5;
    }

    .searchScope {
        position: relative;
        width: 100%;
    }

    .nBrand {
        font-size: 26px;
        font-weight: lighter;
        font-family: Calibri;
    }

    .recordHolder {
        padding: 15px 18px 15px 18px;
        height: 50px;
        border: 1px #fff solid;
        border-radius: 18px;
        font-weight: normal;
        font-size: 14.5px;
        color: #8d8d8d;
        outline: none;
        box-shadow: 0 0 2rem rgb(0 0 0 / 5%);
    }

    .border-top {
    }


    .bg-white {
        background: #fff;
    }


    .smallText {
        font-size: 14px;
    }

    .footerDiv {
        position: fixed;
        left: 50%;
        bottom: 19px;
        transform: translateX(-50%);
        z-index: 1000; /* Ensure it stays above other elements if necessary */
        width: 100%; /* Optional: ensures the footer spans the entire width */
    }

    .signInBox {
        display: none;
        position: fixed;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 400px;
        padding: 20px;
        background-color: #4eaba6;
        border-radius: 14px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1200;
    }

    #overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .signInBox .close-btn {
        position: absolute;
        top: 10px;
        right: 17px;
        cursor: pointer;
    }

    .fnotfBody {
        line-height: 18px;
    }

    .fnotfTitle {
        font-weight: bolder;
        color: #767676;
        font-size: 16px;
    }

    .fnotfInfo {
        position: absolute;
        margin-top: 6%;
        font-size: 15px;
        font-weight: bolder;
    }

    .fnotfIcon {
        position: absolute;
        margin-top: 5%;
        left: auto;
        bottom: auto;
        right: auto;
    }

        .fnotfIcon i {
            font-size: 22px;
        }

    .successNotfLBorder {
        border-left: 12px #ccf393 solid;
    }

    .failureNotfLBorder {
        border-left: 12px #f39393 solid;
    }

    .successAppNotf {
        background: #ffffff;
        color: #157e2f;
        font-weight: bolder;
        box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
    }

        .successAppNotf i {
            color: #157e2f;
        }

    .failureAppNotf {
        background: #fff6f6;
        color: #a03434;
        font-weight: bolder;
        box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
    }

        .failureAppNotf i {
            color: #a03434;
        }

    .appWideNotification {
        position: fixed;
        bottom: 20px;
        display: none;
        z-index: 9960;
        left: 20px;
        padding: 15px 10px 20px 15px;
        font-weight: bolder;
        width: 250px;
        height: 75px;
        border-radius: 11px;
        /*border-top: 1px solid #ebeaeb;
    border-right: 1px solid #ebeaeb;
    border-bottom: 1px solid #ebeaeb;
    box-shadow: 0 0 2rem rgb(0 0 0 / 10%);*/
    }

    .lfBarItems {
        margin-top: 20vh;
        padding: 20px 20px 20px 10px;
        list-style: none;
    }


        .lfBarItems li {
            color: #ffffff;
            /*        border: 1px solid #dee2e6;*/
            padding: 15px 15px 15px 21px;
            border-radius: 18px;
            background: #3f3f3f;
            font-weight: bolder;
            margin-bottom: 15px;
            font-size: 18px;
        }

            .lfBarItems li i {
                font-size: 18px;
            }

    .mainDataBody {
        display: none;
    }

    .auxBdr {
        text-align: left;
        padding: 0 0 0 0;
    }

    .auxDataBody, .auxTemplateBody, .auxCommentsBody {
        display: none;
    }

    .mainGenContainer {
        display: flex;
        flex-wrap: wrap;
        position: relative; /* Ensures that children like .leftSideBar can be absolutely positioned */
    }

    /* Left Sidebar Styling */
    .leftSideBar {
        border-right: 1px solid #dee2e6;
        display: none; /* Hidden by default */
        height: 100vh;
        z-index: 1110; /* Ensures the sidebar appears above other content */
        background: #000000;
        position: relative;
        overflow-y: auto;
    }

    /* Right Bar Styling */
    .rightBar {
        width: 100%;
        justify-content: center;
        align-items: center;
        /*padding-left: 2%;
    padding-right: 2%;*/
        z-index: 999;
        position: absolute; /* Ensure it stays below the sidebar */
    }

    .dataContainerFind {
        margin-top: 5vh;
    }


    .indexBillItem {
        font-weight: lighter;
        margin-left: 5px;
        padding: 8px 15px 9px 15px;
        border-radius: 17px;
        text-align: center;
    }

    .indexBillItemActive {
        font-weight: bolder;
        background: #000000;
        color: #fff;
    }

    /* Style the scrollbar */
    .a-dropdown::-webkit-scrollbar {
        width: 2px; /* Set the scrollbar width */
    }

    /* Style the scrollbar track */
    .a-dropdown::-webkit-scrollbar-track {
        background: #f1f1f1; /* Optional: Change scrollbar track background color */
    }

    /* Style the scrollbar thumb */
    .a-dropdown::-webkit-scrollbar-thumb {
        background-color: #888; /* Set scrollbar thumb color */
        border-radius: 10px; /* Optional: Add rounded corners */
    }

        /* Style the scrollbar thumb on hover */
        .a-dropdown::-webkit-scrollbar-thumb:hover {
            background-color: #555; /* Change color when hovered */
        }

    /* For Firefox */
    .a-dropdown {
        scrollbar-width: thin; /* Set scrollbar width for Firefox */
        scrollbar-color: #888 #f1f1f1; /* Set thumb and track color for Firefox */
    }

    /* Placeholder Styling */
    .editableDiv:empty:before {
        content: attr(data-placeholder);
        color: #ffffff;
        font-weight: lighter;
        font-size: 19px;
        pointer-events: none;
    }

    .clickElement:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .editableContainer {
        position: relative;
        background-color: #65c3be;
        border-radius: 18px;
        height: 60px;
        width: 100%;
        padding-right: 40px;
        display: flex;
        align-items: center;
    }

    .text-info {
        --bs-text-opacity: 1;
        color: #0f314a !important;
    }

    /* Editable Div */
    .editableDiv {
        flex-grow: 1;
        padding: 15px 18px 18px 18px;
        height: 100%;
        border-radius: 18px;
        border: 0;
        font-weight: bolder;
        font-size: 20px;
        color: #fff;
        font-weight: bolder;
        outline: none; /* Remove the outline on focus */
    }

    /* Search Icon */
    .searchIcon {
        position: absolute;
        right: 25px;
        color: #888;
        font-size: 25px;
    }


    /* Media Query for lg and xl screens */
    @media (min-width: 992px) {
        .leftSideBar {
            display: block;
            width: 17%;
            position: fixed; /* Sidebar is part of the main layout */
            z-index: 1;
            height: 100%;
            background: #161616;
        }

        .showOnMedium {
            display: none;
        }

        .sharpMenu {
            display: none;
        }

        .rightBar {
            width: 100%;
        }
    }

    /* Custom container class for centering */
    .schedule-container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .userSignUpSideBar {
        height: 50px;
        width: 86%;
        font-weight: bolder;
        color: #000;
        border: 1px solid #dee2e6;
        padding: 10px 0px 5px 4px;
        border-radius: 23px;
        position: absolute;
        left: 5%;
        right: 7%;
        bottom: 20px;
        z-index: 1100;
    }

        .userSignUpSideBar a {
            text-decoration: none;
            color: #000;
        }

        .userSignUpSideBar i {
            color: #000;
        }

    /* Custom class to replace Bootstrap's margin and padding */
    .custom-schedule {
        margin-bottom: 1.5rem; /* Replaces .mb-4 */
        padding-left: 3rem; /* Replaces .pl-5 */
        margin-left: 3rem; /* Replaces .ml-md-5 */
    }

    @media (max-width: 767px) {
        .licensee {
            text-align: center;
            /*        border: 1px rgba(0, 0, 0, 0.06) solid;*/
            box-shadow: 0 0 2rem rgb(0 0 0 / 5%);
        }

        #homeButton {
            display: block;
        }

        .homeServices {
            display: none;
        }

        .hideOnMedium {
            display: none;
        }

        .showOnMedium {
            display: block;
        }

        .diskPane {
            display: none;
        }
    }

    /* Media Query for small devices (screen size < 576px) */
    @media (max-width: 575.98px) {
        .schedule-container {
            justify-content: center; /* Center the content */
        }

        .hideOnSmall {
            display: none;
        }

        .custom-schedule {
            margin-left: 0;
            padding-left: 0;
        }
    }


    /* Media Query for small screens */
    @media (max-width: 575.98px) {
        .leftSideBar {
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 1210;
            background: #000000;
        }

        .rightBar {
            padding-left: 0; /* Ensure no left padding */
            padding-right: 0;
        }
    }

    /* Media Query for lg and xl screens */
    @media (max-width: 991px) {
        .hideOnMedium {
            display: none;
        }

        .showOnMedium {
            display: block;
        }

        .sharpMenu {
            position: absolute;
            top: 18px;
            right: 20px;
            color: #000;
        }
    }


    .btn-action {
        background: #efac14;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        cursor: pointer;
        behavior: url(PIE.htc);
    }


    .liveViewBubble {
        background: #17ad58;
        color: #17ad58;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        behavior: url(PIE.htc);
        position: absolute;
        /*    border: 2px #17ad58 solid;*/
        top: 9px;
    }

    .activitySet {
        position: relative;
    }

    .liveView {
        position: absolute;
        top: 12px;
        left: 160px;
        font-weight: bold;
        color: #efac14;
    }

    .btn-action:hover {
        background: #184341;
    }

    .numQty {
        position: absolute;
        top: 5px;
        right: 5px;
        background: #fff;
        width: 26px;
        height: 26px;
        border-radius: 50%;
    }

    .cDuration {
        font-weight: 100;
    }

    .smoothFont {
        font-weight: 100;
    }

    .locatText {
        line-height: 12px;
        text-align: right;
    }

    .tUpperLocat {
        font-size: 16px;
        color: #a0a0a0;
        font-family: Calibri;
        font-weight: 100;
        text-transform: uppercase;
    }

    .tNormalLocat {
        font-size: 35px;
        font-family: Arial;
        font-weight: bolder;
        text-transform: uppercase;
    }

    .posIcon {
        font-size: 22px;
        margin: auto;
        inset: 0;
        padding-top: 18px;
        padding-left: 17px;
        color: #fff;
    }

    .propCOthers {
        padding: 15px;
    }

    .qtyDisplay {
        position: absolute;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: #ffcaca;
        bottom: 10px;
        right: 12px;
        z-index: 9900;
        color: #fff;
    }

    .qtyDisplaySum {
        margin-top: 7.5px;
        margin-left: 9.3px;
        font-size: 16px;
        font-weight: bolder;
    }

    .propContainer {
        background: #fff;
        border-radius: 18px;
        position: relative;
    }

        .propContainer img {
            border-top-left-radius: 18px;
            border-top-right-radius: 18px;
        }

    .timeline-wrapper {
        padding-bottom: 100px;
    }

    .singlePost {
        margin-bottom: 50px;
    }

    .aComments {
        text-align: right;
        cursor: pointer;
    }

    .shortLine {
        line-height: 18px;
        margin-top: 4px;
    }

    .postTitle {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        cursor: pointer;
    }

    .timeline-item {
        background: #fff;
        /*    border: 1px solid;*/
        /*border-color: #e5e6e9 #dfe0e4 #d0d1d5;*/
        border-radius: 25px;
        padding: 15px 0px 0px 85px;
        width: 87%;
        height: 7px;
    }

    .timeline-itemB {
        background: #fff;
        /*    border: 1px solid;*/
        /*border-color: #e5e6e9 #dfe0e4 #d0d1d5;*/
        border-radius: 25px;
        padding: 18px 0px 0px 85px;
        width: 60%;
        height: 7px;
    }

    .timeline-itemA {
        background: #fff;
        /*    border: 1px solid;*/
        /*border-color: #e5e6e9 #dfe0e4 #d0d1d5;*/
        border-radius: 25px;
        padding: 45px 0px 0px 25px;
        width: 87%;
        height: 7px;
    }

    .timeline-itemC {
        background: #fff;
        /*    border: 1px solid;*/
        /*border-color: #e5e6e9 #dfe0e4 #d0d1d5;*/
        border-radius: 25px;
        padding: 55px 0px 0px 0px;
        width: 100%;
        height: 7px;
    }

    @keyframes placeHolderShimmer {
        0% {
            background-position: -468px 0
        }

        100% {
            background-position: 468px 0
        }
    }

    .animated-background {
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: placeHolderShimmer;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
        background-size: 800px 104px;
        height: 7px;
        position: relative;
    }

    .oLike, .hLike, .aComments {
        font-size: 20px;
        font-weight: bolder;
    }

        .oLike i:hover, .hLike i:hover {
            transform: scale(1.1);
        }

    .postTitle:hover, .postBody:hover {
        opacity: 0.8;
    }

    .postBody, .oLike, .hLike {
        cursor: pointer;
    }

    .postItems {
        font-size: 15px;
        font-weight: 100;
        display: none;
    }

    .postContainer {
        padding: 35px 35px 20px 35px;
    }

        .postContainer textarea {
            border-radius: 19px;
            border: 0px;
            height: 80px;
            background: #f6f6f6;
        }

    .ySearch .form-control {
        background: #215b59;
        border: 0px;
        border-radius: 13px;
    }

    .ySearch ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #f5f5f5;
    }

    .ySearch:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fcfcfc;
    }

    .ySearch::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fcfcfc;
    }

    .ySearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fcfcfc;
    }

    .ySearch::-ms-input-placeholder { /* Microsoft Edge */
        color: #fcfcfc;
    }

    .ySearch::placeholder { /* Most modern browsers support this now. */
        color: #fcfcfc;
    }

    .link-dark:focus, .link-dark:hover {
        color: #000 !important;
    }

    .link-dark {
        color: #000 !important;
    }

    .appendListItems ul {
        list-style: none;
        margin-bottom: 0rem;
        padding-inline-start: 0px;
    }

    .searchMainText {
        font-size: 14px;
        font-weight: bolder;
    }

    .searchSubText {
        font-size: 13px;
    }

    .appendListItems ul li {
        padding: 10px 10px 7px 10px;
        height: 60px;
        background: #ededed;
        margin: 2px 0px 0px 0px;
    }

        .appendListItems ul li:hover {
            cursor: pointer;
            background-color: #ebe1e1;
        }

    .profPic {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #d5b670;
        align-content: center;
        margin-left: auto;
        margin-right: auto;
        object-fit: cover;
    }

    /*.pullSearchPane {
    background: #fff;
    border:1px #ededed solid;
    padding: 10px 0px 1px 0px;
    font-weight: bolder;
    font-size:18px;
    text-align: center;
    margin-bottom: 15px;
    cursor:pointer;
}
.pullSearchPane:hover {opacity:0.6;}*/

    .hiddenBoards {
        display: none;
    }

    .classicLight {
        font-size: 38px;
        font-weight: 100;
        font-family: Calibri;
    }

    #closeBasicModal {
        font-weight: 100;
        cursor: pointer;
        text-align: right;
    }

    .titleBox p {
        line-height: 18px;
    }

    .titleBox h6 {
        line-height: 12px;
    }

    #insTErr {
        font-size: 12px;
        margin-left: 25px;
    }

    .commitItem {
        border: 1px solid #ced4da;
    }

    .smLoader, .smLoader2 {
        display: none;
    }

    .ui-widget {
        font-family: Calibri;
        font-size: 0.9em;
        font-weight: 100;
    }

    #editBasicModal {
        display: none;
    }

    .select2-container {
        width: 100%;
    }

    .lmag80p {
        margin-right: 10px;
        text-align: right;
        padding-top: 10px;
        vertical-align: top;
        cursor: pointer;
    }

    #pComplete {
        font-size: 80px;
        font-weight: bolder;
        text-align: center;
        font-family: Arial;
    }

    .adjLine p {
        line-height: 22px;
        font-size: 19px;
    }

    .adjLine h6 {
        line-height: 12px;
    }

    .toast-header {
        background: #215b59;
        color: #fff;
    }

    .lmag80p:hover {
        opacity: 0.6;
    }

    .lmg10 {
        margin-left: 10px;
    }


    .memberDataHolder {
        background: #fff;
        padding: 20px;
        font-size: 17px;
        min-height: 250px;
        font-weight: 100;
        font-family: Calibri;
    }

        .memberDataHolder .fa, .memberDataHolder .fas {
        }

    .form-select {
        border: 1px solid #e3e5e8;
        border-radius: 14px;
    }

    .findMembersPane .form-select {
        border-radius: 13px;
    }

    .findMembersPane {
        position: relative;
    }

    .imgSelector {
        cursor: pointer;
        border: 1px #2c3e68 solid;
        color: #2c3e68;
        padding-top: 8px;
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-radius: 50%;
        background: #fff;
    }

    @media (min-width: 1400px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }

        #imgPicker {
            position: absolute;
            margin-top: 90px;
            margin-left: 12.0%;
        }

        .comPostBody {
            height: 75%;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        #imgPicker {
            position: absolute;
            margin-top: 90px;
            margin-left: 11.4%;
        }

        .comPostBody {
            height: 75%;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        #imgPicker {
            position: absolute;
            margin-top: 90px;
            margin-left: 11.4%;
        }

        .comPostBody {
            height: 75%;
        }
    }

    @media (min-width: 711px) and (max-width: 767px) {
        #imgPicker {
            position: absolute;
            margin-top: 90px;
            margin-left: 32%;
        }

        .comPostBody {
            height: 75%;
        }
    }

    @media (min-width: 677px) and (max-width: 710px) {
        #imgPicker {
            position: absolute;
            margin-top: 90px;
            margin-left: 34%;
        }

        .comPostBody {
            height: 75%;
        }
    }

    @media (min-width: 610px) and (max-width: 676px) {
        #imgPicker {
            position: absolute;
            margin-top: 90px;
            margin-left: 37.1%;
        }

        .comPostBody {
            height: 75%;
        }
    }

    @media (min-width: 503px) and (max-width: 609px) {
        #imgPicker {
            position: absolute;
            margin-top: 90px;
            margin-left: 42.5%;
        }

        .comPostBody {
            height: 70%;
        }
    }

    @media (max-width: 502px) {
        #imgPicker {
            position: absolute;
            margin-top: 90px;
            margin-left: 42.5%;
        }

        .comPostBody {
            height: 70%;
        }
    }

    #page-mask {
        display: none;
        background: rgb(0 0 0 / 35%);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1100;
    }

    .getMember {
        text-decoration: none;
        font-weight: bold;
        color: #242424;
    }

        .getMember:hover {
            opacity: 0.6;
            color: #242424;
        }

    /*.dataHolder {  background: #304a49; }
.dataHolderA {  background: #304a49; }
.dataHolderB {  background: #304a49; }
.dataHolderC {  background: #304a49; }*/

    .dataHolder {
        width: 100%;
        color: #000;
        border: 1px #000 solid;
        line-height: 18px;
        font-size: 18px;
        font-weight: 100;
        font-family: Calibri;
        min-height: 270px;
        padding: 10%;
        margin-top: 30px;
        box-shadow: 8px 8px #888888;
    }

    .fineText {
        font-family: Calibri;
        font-weight: 100;
        font-size: 24px;
        margin: 14px 0px 5px 0px;
        text-align: center;
    }

    #showMember {
        display: none;
        background: #fce3ca;
        position: absolute;
        margin-top: 0;
        right: 0;
        margin-bottom: 0;
        min-height: 100%;
        left: 0;
        width: 100%;
        z-index: 7040;
    }

    .dataMore {
        font-weight: bold;
        color: #efac14;
        position: absolute;
        margin-bottom: 30px;
    }

    .dirHandles {
        cursor: pointer;
    }

        .dirHandles:hover {
            opacity: 0.7;
        }

    .fetchMore {
    }

    .dataMore a {
        font-weight: bold;
        color: #efac14;
        text-decoration: none;
    }

        .dataMore a:hover {
            opacity: 0.6;
            color: #efac14;
            text-decoration: none;
        }

    .oGif {
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        transform: -webkit-translate(-50%, -50%);
        transform: -moz-translate(-50%, -50%);
        transform: -ms-translate(-50%, -50%);
        display: none;
        z-index: 9000;
    }


    .membersPane {
        /*    background: #fff;*/
        min-height: 500px;
    }

    .mobileSearch {
        display: none;
        position: fixed;
        z-index: 7050;
        width: 100%;
        height: 100%;
        padding: 80px;
        background: #fff;
    }

    .pBar {
        background: #ededed;
    }

    #userDropDown i {
        font-size: 25px;
    }

    .selectContainer {
        height: 50px;
        border: 1px solid #e3e5e8;
        border-radius: 13px;
        margin: 15px 0px 15px 0px;
        position: relative;
        cursor: pointer;
    }

        .selectContainer:focus, .selectContainerA:focus {
            opacity: 0.4;
        }

    .selectContainerA {
        height: 50px;
        border: 1px solid #e3e5e8;
        border-radius: 13px;
        margin: 0px 0px 0px 0px;
        position: relative;
        cursor: pointer;
    }

    .selectOptionsContainer, .selectOptionsContainer2 {
        width: 100%;
        padding: 0px;
        display: none;
        background: #fff;
        z-index: 9500;
        border: 1px solid #ebeaeb;
        border-radius: 0px;
        box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
    }

        .selectOptionsContainer .form-check, .selectOptionsContainer2 .form-check {
            margin-top: 17px;
        }

        .selectOptionsContainer label, .selectOptionsContainer2 label {
            color: #000;
            margin-top: -6px;
            font-family: Calibri;
            font-size: 22px;
            font-weight: 100;
        }

    #appendSelectOptions, #appendSelectOptions2 {
        float: left;
        overflow: hidden;
        display: block;
        max-height: 310px;
        overflow-y: auto;
        scrollbar-width: thin; /* For Firefox */
        scrollbar-color: #888 #f1f1f1; /* For Firefox */
    }

        /* Chrome, Edge, and Safari */
        #appendSelectOptions::-webkit-scrollbar, #appendSelectOptions2::-webkit-scrollbar {
            width: 5px; /* Adjust the width of the scrollbar */
        }

        #appendSelectOptions::-webkit-scrollbar-track, #appendSelectOptions2::-webkit-scrollbar-track {
            background: #f1f1f1; /* Background of the scrollbar track */
        }

        #appendSelectOptions::-webkit-scrollbar-thumb, #appendSelectOptions2::-webkit-scrollbar-thumb {
            background-color: #f2f2f2; /* Scrollbar thumb color */
            border-radius: 10px; /* Rounded edges for the scrollbar thumb */
            border: 2px solid #f1f1f1; /* Optional border around the thumb */
        }

            #appendSelectOptions::-webkit-scrollbar-thumb:hover, #appendSelectOptions2::-webkit-scrollbar-thumb:hover {
                background: #8b8b8b; /* Darker color when hovering over the scrollbar */
            }


        #appendSelectOptions div, #appendSelectOptions2 div {
            position: relative;
        }

            #appendSelectOptions div:first-child, #appendSelectOptions2 div:first-child {
                position: relative;
                margin-top: 0px;
            }

            #appendSelectOptions div:last-child, #appendSelectOptions2 div:last-child {
                position: relative;
                border-bottom: 0px;
            }

    .addMenuAsset:hover {
        cursor: pointer;
    }

    .addMenuAsset a {
        text-decoration: none;
        /* font-weight: bold; */
        color: #000;
        margin: 10px 0px 3px 0px;
    }

    .selectContainerText {
        position: absolute;
        left: 15px;
        top: 7px;
        color: #727272;
        font-family: Calibri;
        font-size: 22px;
        font-weight: 100;
    }

    .selectContainerIcon {
        position: absolute;
        right: 15px;
        top: 10px;
    }

        .selectContainerIcon i {
            font-size: 18px;
        }

    .viewDemographics {
        width: 256px;
        height: 55px;
        background: #fff;
        padding: 7px 10px 10px 10px;
        margin: 6px 0px 10px 0px;
        border-radius: 10px;
    }

    .menItem {
        font-size: 25px;
        margin: 25px 0px 0px 0px;
        font-weight: bold;
    }

    .sText {
        text-align: center;
        padding: 10%;
        line-height: 19px;
    }

    .sTexta {
        font-size: 18px;
        font-family: Calibri;
        font-weight: 100;
    }

    .sTextb {
        font-family: Arial;
        font-weight: bold;
        font-size: 60px;
    }

    .basicBar {
        background: #d8e76b;
    }

    .eduBar {
        background: #66d5bf;
    }

    .workBar {
        background: #9fa6f0;
    }

    .projectBar {
        background: #2a4e86;
    }

    .awardBar {
        background: #f68989;
    }

    .noDecor {
        text-decoration: none;
        color: #fff;
    }

    #cvTag {
        text-decoration: none;
        color: #2b2b2b;
    }

        .noDecor:hover, #cvTag:hover {
            text-decoration: none;
            color: #fff;
        }

    .noDecorB {
        text-decoration: none;
        color: #2c3e68;
        font-weight: bold;
    }

        .noDecorB:hover {
            text-decoration: none;
            opacity: 0.8;
        }

    .closeOMessage {
        color: #fff;
        position: absolute;
        right: 13px;
        top: 10px;
    }

    #prevLeft {
        left: 10px;
    }

    #nextRight {
        right: 10px;
    }

    .dirHandles {
        position: absolute;
        top: 16%;
    }

    .profileIcon {
        position: absolute;
        margin-top: 8px;
        margin-left: 7%;
        color: #000;
        font-size: 26px;
    }

    .mainHeader {
        height: 70px;
    }

    .mTextA {
        color: #000;
    }

    .dirHandlesA {
    }

    .closeOSearch {
        color: #696868;
        position: absolute;
        right: 30px;
        top: 10px;
    }

    .fixImage {
        border: 4px #fff solid;
    }

    .closeOMember {
        color: #000;
        position: absolute;
        right: 30px;
        top: 10px;
    }

    @media (max-width: 575px) {
        .findMembersPane {
            background: #fff;
            border-radius: 18px;
            padding: 20px;
            display: none;
        }

        /*    .pullSearchPane {
        display: block;
    }*/
        #memberIcon {
            position: absolute;
            margin-top: 12px;
            margin-left: 150px;
            color: #fff;
            display: none;
        }
    }

    .lightText3 {
        font-weight: 100;
        font-size: 15px;
        color: #8d8c8c;
    }

    .lightText {
        color: #888888;
        font-size: 14px;
    }

    .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
    }

    .page-item:last-child .page-link {
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
    }

    .classItem {
        background: #fff;
        min-height: 105px;
        border-bottom: 1px #ededed solid;
    }

    @media (min-width: 576px) {
        .timeBox {
            font-weight: lighter;
            float: left;
            font-family: Calibri;
            font-size: 17px;
        }

        .classItem {
            padding: 10px 22px 22px 5px;
        }

        .findMembersPane {
            background: #fff;
            border-radius: 18px;
            padding: 20px;
            display: block;
        }

        .hideOnSmallDev {
            display: none;
        }
        /*.pullSearchPane {
        display: none;
    }*/
        #memberIcon {
            position: absolute;
            margin-top: 12px;
            margin-left: 293px;
            color: #215b59;
        }
    }

    .oMessage {
        display: none;
        background: #184341;
        color: #fff;
    }

    .comPostBody {
        margin: 60px 0px 160px 0px;
        padding: 20px 40px 20px 40px;
        text-align: justify;
        color: #000;
        font-size: 15px;
        font-weight: 100;
        overflow: auto;
    }

    .uTitleH {
        margin-bottom: 20px;
        background: #fff;
        height: 85px;
        width: 100%;
        position: absolute;
        top: 0px;
    }


    .closeOIMessage {
        color: #215b59;
        position: absolute;
        right: 40px;
        top: 20px;
    }

    .uPostHeart {
        color: #215b59;
        position: absolute;
        top: 20px;
        right: 92px;
        font-size: 20px;
    }

    .uPostLike {
        color: #215b59;
        position: absolute;
        top: 20px;
        right: 130px;
        font-size: 20px;
    }

    .uImgH {
        max-width: 240px;
        position: absolute;
        top: 20px;
        left: 37px;
    }

    .uNameH {
        top: 20px;
        max-width: 400px;
        left: 100px;
        position: absolute;
    }


    .mCommentBox {
        position: absolute;
        bottom: 5px;
        width: 90%;
    }

    .makeComment {
        font-weight: bold;
        background: #f0f0f0;
        border: 1px #5c5c5c solid;
        min-height: 75px;
        padding: 15px;
        color: #000;
    }

    .mSend {
        background: #000;
        border: 0px #5c5c5c solid;
        min-height: 75px;
        padding-top: 27%;
        padding-left: 27%;
        color: #fff;
    }

    .uComments {
        display: none;
        background: #fff;
        position: fixed;
        right: 0px;
        z-index: 7110;
        padding: 20px 10px 20px 10px;
    }

    @media (min-width: 1029px) {
        .uComments {
            width: 40%;
            height: 100%;
        }
    }

    @media (max-width: 1028px) {
        .hideOnSemiMedium {
            display: none;
        }
    }

    @media (min-width: 838px) and (max-width: 1028px) {
        .uComments {
            width: 50%;
            height: 100%;
        }
    }

    @media (min-width: 572px) and (max-width:837px) {
        .uComments {
            width: 65%;
            height: 100%;
        }
    }

    @media (max-width: 571px) {
        .uComments {
            width: 100%;
            height: 100%;
        }
    }

    @media (min-width: 415px) {
        .oMessage {
            position: fixed;
            z-index: 7110;
            width: 25%;
            min-width: 270px;
            height: 100%;
            padding: 40px;
        }
    }

    @media (max-width: 414px) {
        .oMessage {
            position: fixed;
            z-index: 7110;
            width: 100%;
            height: 100%;
            padding: 40px;
            border-right: 1px #ededed solid;
        }
    }

    .sharpMenu .fa-2x {
        font-size: 1.7em;
    }

    .sharpMenu:hover {
        opacity: 0.9;
    }

    .flabel {
        font-size: 15px;
        font-weight: bolder;
        color: #0f314a;
        margin-left: 10px;
    }

    .form-control {
        background: #fff;
        border-radius: 16px;
        border: 1px #b9b9b9 solid;
        height: 50px;
    }

    .reqAssets {
        border-right: 10px #388985 solid;
    }

    .nav-link {
        color: #888;
    }

        .nav-link:focus, .nav-link:hover {
            color: #5b5b5b;
        }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #000000;
        font-weight: bolder;
        background: #ffe8bf;
        border: 1px #ebc91f solid;
        border-radius: 18px;
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }

        #homeButton {
            display: none;
        }

        .homeServices {
            display: block;
        }
    }

    .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
    }

    .bi {
        vertical-align: -.125em;
        fill: currentColor;
    }

    .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
    }

        .nav-scroller .nav {
            display: flex;
            flex-wrap: nowrap;
            padding-bottom: 1rem;
            margin-top: -1px;
            overflow-x: auto;
            text-align: center;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }

    .form-control-dark {
        border-color: var(--bs-gray);
    }

        .form-control-dark:focus {
            border-color: #fff;
            box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
        }

    .text-small {
        font-size: 85%;
    }

    .dropdown-toggle {
        outline: 0;
    }

    .closeOModal {
        cursor: pointer;
    }

        .closeOModal:hover {
            opacity: 0.6;
        }

    .editProp input, .editProp select {
        /*    border: 1px #3a3a3a solid;*/
        background: #fff;
        border-radius: 13px;
    }

    .newSearch input, .newSearch select, {
        /*    border: 1px #3a3a3a solid;*/
        background: #fff;
        border-radius: 13px;
    }

    #taskData {
        margin-top: -60px;
    }

    #posIcon {
        margin: auto;
        inset: 0;
        bottom: 50px;
        right: 50px;
        color: #fff;
        cursor: pointer;
    }

    .oModal {
        background: #fff;
        color: #000;
        /*    box-shadow: 5px 5px #616161;*/
        /*    border: 1px #3a3a3a solid;*/
        position: fixed;
        margin: auto;
        inset: 0;
        display: none;
        z-index: 7120;
        bottom: 0;
        left: 0;
    }

    @media (min-width: 415px) and (max-width: 550px) {
        .oModal {
            width: 70%;
        }
    }

    @media (min-width: 551px) and (max-width: 650px) {
        .oModal {
            width: 65%;
        }
    }

    @media (min-width: 651px) and (max-width: 750px) {
        .oModal {
            width: 60%;
        }
    }

    @media (min-width: 751px) and (max-width: 850px) {
        .oModal {
            width: 50%;
        }
    }

    @media (min-width: 851px) {
        .oModal {
            width: 30%;
        }
    }

    @media (max-width: 414px) {
        .oModal {
            width: 80%;
        }
    }



    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 1000px white inset; /* Change the background color */
        -webkit-text-fill-color: black; /* Change the text color */
        transition: background-color 5000s ease-in-out 0s; /* Prevent background from reverting */
    }