.apc-profile {
    margin-top: 30px;
}

.apc-profile .profile-view-info {
    margin: 0 0 30px 0;
    border: 2px solid #e8eeec;
    border-radius: 30px;
    text-align: center;
    padding: 30px;
    color: #333;
}

.apc-profile .profile-view-info .profile-view-img {
    background: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: none;
}

.apc-profile .profile-view-info .profile-view-img:has(div.profile-img-text),
.apc-profile-resume .profile-view-info .profile-view-img:has(div.profile-img-text) {
    display: flex;
    justify-content: center;
}

.apc-profile .profile-view-info .profile-view-img .profile-img-text,
.apc-profile-resume .profile-view-info .profile-view-img .profile-img-text {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background-color: #b8dff2 !important;
    text-align: center;
    font-size: 64px;
    color: #333;
    align-content: center;
}

.apc-profile .profile-view-info .upload-svg {
    position: absolute;
    bottom: 5px;
    right: 10px;
    background: #0CAE97;
    padding: 7px 7px 7px 9px;
    border-radius: 34px;
    z-index: 2;
}

.apc-profile .profile-view-info img+.upload-svg {
    bottom: -10px;
    right: -20px;
}

.apc-profile .profile-view-info .upload-svg img {
    width: 24px !important;
    height: auto !important;
}

.apc-profile #profileModal .modal-body #img-modal-preview.preview-image.uploading {
    width: 242px;
    height: auto;
}

.apc-profile #profileModal .modal-body {
    text-align: center;
}

.apc-profile #profileModal .modal-body #img-modal-preview.preview-image {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    margin-bottom: 30px;
}

.apc-profile #profileModal .modal-body #img-modal-preview.preview-image.uploading {
    width: 242px;
    height: auto;
}

.apc-profile .profile-view-info .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 10px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.apc-profile .profile-view-info ul.dropdown-menu:before {
    content: "\A";
    border-style: solid;
    border-width: 5px 10px 5px 5px;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: calc(50% - 7.5px);
    top: -12px;
    transform: rotate(90deg);
    z-index: 9;
}

.apc-profile .profile-view-info ul.dropdown-menu::after {
    content: "\A";
    border-style: solid;
    border-width: 6px 12px 6px 6px;
    border-color: transparent rgba(0, 0, 0, 0.175) transparent transparent;
    position: absolute;
    left: calc(50% - 10px);
    top: -15px;
    transform: rotate(90deg);
}

.apc-profile .profile-view-info .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
    margin: 0;
    text-decoration: none;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
}

.apc-profile .profile-view-info .dropdown-menu>li>a:hover {
    background-color: #0CAE97;
}

.apc-profile .profile-view-info .mobile-fs-drpdwn {
    position: fixed;
    display: none;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 9999;
}

.apc-profile .profile-view-info .mobile-fs-drpdwn .backdrop {
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
}

.apc-profile .profile-view-info .mobile-fs-drpdwn .fs-dropdown-section {
    background: #fff;
    height: 150px;
    padding: 10px 15px 20px;
    text-align: center;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: fixed;
    bottom: -1px;
    transform: translateY(150px);
    transition: 0.5s ease-in transform;
}

.apc-profile .profile-view-info .mobile-fs-drpdwn .fs-dropdown-section .fs-dropdown-icon {
    width: 30px;
    height: 5px;
    background: #333;
    border-radius: 5px;
    margin: 5px auto 15px;
}

.apc-profile .profile-view-info .mobile-fs-drpdwn .fs-dropdown-section.show {
    transform: translateY(0px);
}

.apc-profile .profile-view-info .mobile-fs-drpdwn .fs-dropdown-section a.btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-decoration: none;
    color: #333 !important;
}

.apc-profile .profile-view-info .profile-view-img button {
    background: #333;
    color: #fff;
    padding: 5px 15px !important;
    height: fit-content !important;
    margin-top: 15px;
    border-radius: 10px;
}

.apc-profile .profile-view-info .profile-view-img button:hover,
.apc-profile .profile-view-info .profile-view-img button:focus {
    background: #0CAE97 !important;
    border-color: #0CAE97;
    outline: none;
}

.apc-profile .profile-view-info .profile-title,
.apc-profile .profile-view-info .profile-total-hrs {
    font-size: 16px;
}

.apc-profile .profile-view-info .profile-personal-info {
    font-size: 14px;
}

.apc-profile .profile-view-info p,
.apc-profile .profile-view-info .profile-total-hrs a {
    color: #333;
}

.apc-profile .profile-activities {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border-radius: 30px;
    border: 2px solid #e8eeec;
    margin-bottom: 30px;
}

.apc-profile .profile-activities .profile-activity {
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    border: 2px solid #e8eeec;
    border-radius: 15px;
    align-items: center;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.apc-profile .profile-activities .profile-activity svg {
    width: 20px;
    height: 20px;
}

.apc-profile .profile-activities a.profile-activity p {
    font-size: 14px;
    margin: 0;
    color: #333;
}

.apc-profile .profile-activities a.profile-activity.active,
.apc-profile .profile-activities a.profile-activity:hover {
    border-color: #0CAE97 !important;
    border-width: 2px !important;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.apc-profile .profile-view-info .profile-view-img .apc-loader {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
}

.apc-profile .profile-view-info .profile-view-img img:not(.apc-loader) {
    width: 160px;
    height: auto;
}

.apc-profile .profile-view-info .profile-name {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}


.apc-profile .crmEntityFormView .section-title {
    padding-left: 20px !important;
    background: linear-gradient(-81deg, #66cc99 0%, #66cc99 0%, #006633 100%, #006633 100%);
    margin-bottom: 20px;
}

.apc-profile .crmEntityFormView .section-title h3 {
    font-size: 24px;
    color: #fff;
    margin: 2px;
}

#notification-overlay {
    position: relative;
    flex: 1;
    width: 320px;
    min-height: 80px;
}

.stack-wrapper {
    pointer-events: auto;
    transition: max-height 0.4s ease;
    max-height: 100px;
    border-radius: 16px;
    position: absolute;
    width: 100%;
    margin-top: 5px;
}

.stack-wrapper.expanded {
    max-height: 1000px;
}

#notification-overlay .title {
    font-weight: bold;
}

.notification {
    position: absolute;
    width: 100%;
    padding: 16px;
    background: linear-gradient(-81deg, #66cc99 0%, #66cc99 0%, #006633 100%, #006633 100%);
    color: white;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease;
    cursor: default;
    display: flex;
    justify-content: space-between;
}

.stack-wrapper.expanded .notification {
    opacity: 1;
}

.notification h4 {
    margin: 0 0 6px;
    font-size: 16px;
}

.notification p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.stack-wrapper:not(.expanded) .notification:nth-child(2) {
    top: 8px;
    z-index: 4;
}

.stack-wrapper:not(.expanded) .notification:nth-child(3) {
    top: 16px;
    z-index: 3;
}

.stack-wrapper:not(.expanded) .notification:nth-child(4) {
    top: 24px;
    z-index: 2;
}

.stack-wrapper:not(.expanded) .notification:nth-child(5) {
    top: 32px;
    z-index: 1;
}

.stack-wrapper.expanded .notification {
    position: relative;
    top: auto !important;
    z-index: auto;
    margin-bottom: 8px;
    opacity: 1 !important;
}

.notification-stack:not(.expanded) .notification {
    height: 52px;
}

.stack-wrapper .notification.orange {
    background: linear-gradient(-81deg, #cc9866 0%, #cc9566 0%, #cb6914 100%, #c75e00 100%);
}

.stack-wrapper .notification.red {
    background: linear-gradient(-81deg, #cc6666 0%, #cc6666 0%, #cf1313 100%, #c70000 100%);
}

.notification-stack:not(.expanded) .notification p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.close-noti {
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

@media (min-width: 768px) {
    #profileModal {
        top: calc(20%);
    }
}


/* Croppie CSS */

.croppie-container {
    width: fit-content;
    height: 100%;
    position: relative;
    padding-top: 65px;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
    position: absolute;
    pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    margin: 20px auto 15px;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/

.cr-slider {
    -webkit-appearance: none;
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
    position: relative;
    top: 10px;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;
    /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}

/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.cr-rotate-controls button {
    border: 0;
    background: none;
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}

.cr-rotate-l i:before {
    content: '↺';
}

.cr-rotate-r i:before {
    content: '↻';
}


/* X-axis ticks */
.x-tick {
    position: absolute;
    top: 100%;
    width: 1px;
    background: black;
}

.x-tick.major {
    height: 8px;
}

.x-tick.minor {
    height: 5px;
}

.x-label {
    position: absolute;
    top: calc(100% + 10px);
    font-size: 10px;
    transform: translateX(-50%);
}

/* Y-axis ticks */
.y-tick {
    position: absolute;
    left: -8px;
    height: 1px;
    background: black;
}

.y-tick.major {
    width: 8px;
}

.y-tick.minor {
    width: 5px;
    left: -5px;
}

.y-label {
    position: absolute;
    left: -30px;
    font-size: 10px;
    transform: translateY(50%);
    text-align: right;
    width: 18px;
}

.croppie-image-scale {
    position: absolute;
    margin: 0 auto;
    left: 0;
    width: 160px;
    border: none;
    height: 200px;
    right: 0;
}

/* Croppie CSS Ends */


.img-upload-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    gap: 50px;
    display: none;
    margin-bottom: 30px;
}


.img-upload-container .upload-ref-img {
    width: 225px;
}

@media (max-width: 767px) {
    .img-upload-container {
        flex-direction: column-reverse;
    }
}

/* Progress bar css */

.stage-progress-bar {
    display: flex;
    margin: 20px 0;
    overflow: hidden;
    margin: 25px auto;
}

.stage-progress-bar .progress-stage {
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.stage-progress-bar .progress-stage::before,
.progress-stage:last-child::after {
    position: absolute;
    width: 100%;
    display: flex;
    top: 22px;
    left: -50%;
    height: 8px;
    background: #d9d9d9;
    content: "";
    border-radius: 20px;
}

.stage-progress-bar .progress-stage:last-child::after {
    left: 50px;
}

.progress-stage.active-stage::before,
.progress-stage.active-stage .progress-step .progress-circle,
.stage-progress-bar .progress-stage.active-stage:last-child::after {
    background-color: #006633;
}

.stage-progress-bar .progress-stage .progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.stage-progress-bar .progress-stage .progress-circle {
    padding: 10px;
    background: #d9d9d9;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.stage-progress-bar .progress-stage .progress-stageText {
    text-align: center;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .stage-progress-bar {
        overflow-x: scroll;
    }

    .stage-progress-bar .progress-stage {
        padding: 0 10px;
    }
}


/* Portal Resources */

.apc-web-page.resources .apc-res-docs {
    padding: 20px 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.apc-web-page.resources .tab-title {
    font-weight: 600;
    border-bottom: none;
    padding: 0;
    margin: 0;
    text-transform: none;
}

.apc-web-page.resources .apc-res-docs .doc-item {
    width: 100%;
    border-radius: 10px;
    border: 1px;
    background: #f1f5f9;
    padding: 15px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.apc-web-page.resources .apc-res-docs .doc-item .doc-icon {
    width: 55px;
    height: auto;
}

.apc-web-page.resources .apc-res-docs .doc-item .doc-icon img {
    width: 100%;
}

.apc-web-page.resources .apc-res-docs .doc-item .doc-title {
    color: #818181;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.apc-web-page.resources .resources-heading {
    display: flex;
    justify-content: space-between;
    color: #1e293b;
    border-bottom: 1px solid #818181;
    margin-top: 30px;
    align-items: center;
    padding-bottom: 16px;
}

.apc-web-page.resources .resources-heading .tab-viewall a {
    text-decoration: none;
}

.apc-web-page.resources .show-more-container {
    text-align: center;
}

.apc-web-page.resources .docs-block .show-more.btn {
    margin: 0 auto 15px;
}

.apc-web-page.resources a.doc-item,
.apc-web-page.resources a.doc-links,
.apc-web-page.resources a.res-vdeos,
.apc-web-page.resources a.res-updates {
    text-decoration: none;
    position: relative;
}

.apc-web-page.resources a.doc-item:hover,
.apc-web-page.resources a.doc-links:hover,
.apc-web-page.resources a.res-vdeos:hover,
.apc-web-page.resources a.res-updates:hover,
.apc-web-page.resources a.res-news:hover {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16), 0 0px 9px rgba(0, 0, 0, 0.23);
    text-decoration: none;
}

.apc-web-page.resources a.doc-item:hover .doc-title {
    font-weight: bold;
}

.apc-web-page.resources a.doc-item .info {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: auto;
}

.apc-web-page.resources abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

.pdf-viewer .modal-header {
    display: flex;
    justify-content: space-between;
}

.pdf-viewer .modal-body:has(.pdf-loader) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.resources-banner {
    background: url(/resources-banner.png);
    height: 190px;
    display: flex;
    align-items: center;
    position: relative;
}

.resources-banner .page-heading {
    padding-top: 0;
    color: #fff;
}

.resources .filters h3 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.resources .filter-items {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.resources .filter-items>div {
    width: 100%;
    position: relative;
    flex: 1;
}

.resources .filter-items>div svg {
    position: absolute;
    right: 10px;
    bottom: 16px;
    width: 20px;
    height: 20px;
}

.resources .filter-items>div select {
    width: 100%;
    border-radius: 10px !important;
    outline: none;
    padding: 0 10px;
    height: 50px !important;
    border-radius: 5px !important;
    border: 1px solid #e8eeec !important;
    color: #58595b !important;
}

.resources .filter-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.resources .filter-buttons a {
    border-radius: 30px;
}

.resources .filter-buttons a.disabled {
    opacity: 0.7;
    cursor: not-allowed;
    text-decoration: none;
    pointer-events: none;
}

.resources .filter-buttons a {
    border-radius: 8px;
    border: 1px solid #096;
    background: linear-gradient(273deg, #1E8359 0%, #1E8359 0%, #3FB880 100%, #3FB880 100%);
    padding: 7px 30px;
    color: #fff;
    text-decoration: none !important;
}

.resources .filter-buttons a.clear-filter {
    border: 1px solid #990000;
    background: linear-gradient(273deg, #831e1e 0%, #831e1e 0%, #b83f3f 100%, #b83f3f 100%);
}

.resources .filter-buttons a:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.resources .no-resources {
    text-align: center;
}

.pdf-viewer .modal-dialog:not(:has(object)) {
    top: 20%;
}

@media (max-width: 767px) {
    .resources .filter-items {
        flex-direction: column;
    }
}

/* Notifications */

.portal-notifications {
    display: flex;
    gap: 20px;
}

.portal-notifications .notification-container {
    flex: 1;
}

.portal-notifications .general-notifications {
    display: none;
}

.portal-notifications h3 {
    text-transform: none;
}

.notification-info .notifications-icon {
    padding: 0;
    border-right: 1px solid #0CAE97;
}

.notification-info {
    margin: 0px auto 20px;
    border: 1px solid #0CAE97;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

.notification-info .notifications-dropdown {
    width: 100%;
}

.notification-info .notifications-dropdown .notifications-drpdown-heading {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
}

.notification-info .notifications-dropdown .notifications-drpdown-heading.open {
    border-bottom: 1px solid #0CAE97;
}

.notification-info .notifications-dropdown .notifications-drpdown-heading .dropdown-icon:after {
    content: " ";
    display: inline-block;
    border-bottom: 1px solid #0CAE97;
    border-right: 1px solid #0CAE97;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    transition: all 0.5s ease-in;
}

.notification-info .notifications-dropdown .notifications-drpdown-heading .dropdown-icon {
    margin-top: 0px;
    transition: all 0.5s ease-in;
}

.notification-info .notifications-dropdown .notifications-drpdown-heading.open .dropdown-icon {
    margin-top: 5px;
}

.notification-info .notifications-dropdown .notifications-drpdown-heading.open .dropdown-icon:after {
    transform: rotate(225deg);
}

.notification-info .notifications-icon .notification-icon-size {
    top: 5px;
    right: 5px;
}

.notification-info .notifications-icon {
    padding: 0;
}

.notification-info .notifications-icon .notification-icon-wrap {
    position: relative;
}

.notification-info .notifications-icon .notification-icon-size {
    width: fit-content;
    background: #f3d03e;
    min-width: 22px;
    font-size: 12px;
    height: 20px;
    line-height: 22px;
    right: 0;
    text-align: center;
    border-radius: 15px;
    box-sizing: border-box;
    position: absolute;
}

.notification-info .notifications-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    height: 200px;
    overflow: scroll;
    padding: 5px 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.notification-info .notifications-items .notification-item {
    border-radius: 5px;
    overflow: hidden;
}

.notification-info .notifications-items .notification-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.notification-info .notifications-items .notification-item.no-notifications {
    padding: 10px;
    color: #00234b;
}

.notification-info .notifications-items .notification-item a {
    display: flex;
    padding: 8px 10px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    color: #1669a9;
}

.notification-info .notifications-items .notification-item.red {
    background-color: red;
}

.notification-info .notifications-items .notification-item.orange {
    background-color: orange;
}

.notification-info .notifications-items .notification-item.red a, .notification-info .notifications-items .notification-item.orange a {
    color: #fff !important;
}

.notification-info .notifications-items .notification-item a:hover {
    background: #e3e3e3;
    color: #006633 !important;
}

.notification-info .notifications-items .notification-item a .notification-text {
    flex: 1;
}

.survey-container {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}

.apc-profile-view {
    padding-left: 0px;
}

.apc-manage-profile-section {
    padding-right: 0;
}

.alert-success #MessageLabel{
    color: #fff !important;
}

form[action="/signupform/"] .alert-success #MessageLabel::after {
    content: " Check your email for a verification link.";
}

@media (max-width: 991px) {
    .portal-notifications {
        flex-direction: column;
        gap: 0px;
    }

    .apc-profile-view, .apc-manage-profile-section {
        padding: 0px;
    }
}