body {
    font-family: var(--program-font);
}

a {
    text-decoration: none;
    color: #1dc7ea;
    font-family: var(--program-font);
}

.dropdown-menu[data-bs-popper] {
    left: 10px !important;
}

.dropdown-submenu .nav-link:hover {
    background-color: #000;
    color: #fff;
}

.acknowledgement_section {
	background: var(--converted-primary-color);
}

.translation {
    font-family: var(--program-font);
    background: var(--converted-primary-color);
    color: #fff;
}
.translation:hover {
    text-decoration: underline;
}

.login-page,
.register-page,
.reset-page {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 94vh;
}

.default_color {
    color: var(--program-default-color);
}

.auth-page .auth-header-box {
    background-color: var(--program-primary-color);
}

.projects-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    margin-top: 94px;
    font-family: var(--program-font);
}

.projects-banner h1 {
    color: #fff;
    font-family: var(--program-font);
}

.image_at_side {
    background-color: var(--program-primary-color);
    color: var(--program-default-color);
    font-family: var(--program-font);
}

.image_at_side h1 {
    color: var(--program-default-color);
    font-family: var(--program-font);
}

.text-muted, .text-white p, .projects-banner p, .alert p, .modal p, .task_section p, .multiselect, .question p {
    font-family: var(--program-font);
}

.projects-banner .row {
    padding: 5em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 520px;
}

.modal-content {
    border-bottom: #eceff5 1px solid;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.modal-content .modal-header .modal-title {
    font-family: var(--program-font);
}

.modal-content .modal-header {
    background-color: var(--converted-backend-color);
}

.features-section,
.elements-section {
    overflow: hidden;
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
}

.side-block img {
    max-width: 100%;
}
.side-block-info-box {
    background: var(--program-secondary-color);
    color: var(--program-text-color);
    padding: 1em;
    font-size: 1.4rem;
    line-height: 1.5;
}

.features-newsfeed {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 10px 5px;
}

.side-block-info-box:after {
    border-color: var(--program-secondary-color) transparent transparent transparent;
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 3.25em;
    margin-top: 0.9em;
    border-width: 1em 0.75em 0;
    border-style: solid;
    transform: skewX(50deg);
}
.side-block-document-library .file-thumbnail img, .side-block-document-library-2 .file-thumbnail img {
    max-width: 80px;
    height: auto;
}
.modal.side-block-document-library ul,
.side-block-document-library .side-block-inner ul,
.side-block-document-library ul, .side-block-document-library-2 ul,
.side-block-timeline ul {
    padding: 0;
    list-style-type: none;
}
.side-block-document-library .link, .side-block-document-library-2 .link {
    display: table;
    margin-bottom: 0.3em;
    width: 100%;
    color: var(--program-heading-color);
    font-family: var(--program-font);
    text-decoration: none;
}
.side-block-document-library .file-thumbnail, .side-block-document-library-2 .file-thumbnail {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    padding-inline-end: 0.3em;
}
.side-block-document-library .file, .side-block-document-library-2 .file {
    display: table-cell;
    vertical-align: middle;
    overflow-wrap: anywhere;
}
.side-block-document-library .extension, .side-block-document-library-2 .extension {
    text-transform: uppercase;
}
.side-block-title h3 {
    border-bottom: 1px solid #c8cdd2;
    padding-bottom: 0.25em;
}
.side-block-key-dates .date-wrapper, .side-block-key-dates-2 .date-wrapper {
    vertical-align: top;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 3.4rem;
    margin-top: -2em;
    border-bottom: 1px solid #f0f0f0;
}
.side-block-key-dates .date-wrapper h4, .side-block-key-dates-2 .date-wrapper h4 {
    color: var(--program-heading-color);
    font-family: var(--program-font);
}
.side-block-key-dates .date-wrapper p, .side-block-key-dates-2 .date-wrapper p {
    font-family: var(--program-font);
}
.side-block-key-dates .date-wrapper:before, .side-block-key-dates-2 .date-wrapper:before {
    content: "\1F4C5";
    font-family: "FontAwesome";
    font-size: 2.5rem;
    position: relative;
    left: -3rem;
    top: 2rem;
    color: var(--converted-primary-color);
}
.side-block-key-dates .date-info, .side-block-key-dates-2 .date-info {
    padding: 0 1rem 0 1.7rem;
    min-height: 28px;
    position: relative;
    top: -30px;
    color: var(--program-text-color);
    font-family: var(--program-font);
}
.side-block-key-dates .date-wrapper.last, .side-block-key-dates-2 .date-wrapper.last {
    border-bottom: 0;
}
.side-block-timeline ul li {
    padding-inline-start: 17px;
    position: relative;
    width: auto;
}
.side-block-timeline .timeline-item {
    border-color: #c8cdd2;
    padding: 0 1rem 2rem 1.9rem;
}
.side-block-timeline .timeline-item-incomplete .timeline-item,
.side-block-timeline .timeline-item-complete .timeline-item {
    border-inline-start: 2px dashed #2f71ac;
}
.side-block-timeline .timeline-icon {
    display: block;
    float: left;
    margin-inline-start: -48px;
    position: relative;
    height: 2.2rem;
    width: 2.2rem;
    border-radius: 50%;
}
.side-block-timeline .timeline-item-incomplete .timeline-icon {
    background-color: #fff;
    border: 2px solid #c8cdd2;
}
.side-block-timeline .timeline-item-incomplete .timeline-icon i {
    color: #c8cdd2;
    margin: 0.5rem 0.5rem;
}
.side-block-timeline .timeline-item-complete .timeline-icon {
    background-color: var(--converted-primary-color);
    border: 2px solid #c8cdd2;
}
.side-block-timeline .timeline-item-complete .timeline-icon i {
    color: #fff;
    margin: 0.5rem 0.5rem;
}
.side-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.side-block-important-links .links_box,
.side-block-who-listening .links_box {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.side-block-who-listening .project-member-image {
    position: absolute;
    top: 0;
    right: 15px;
    border: 1px solid #888;
    border-radius: 15px;
    padding: 2px;
    box-sizing: border-box;
}

.side-block-who-listening .member-image {
    border: 1px solid #ddd;
    border-radius: 15px;
    height: 70px;
    width: 70px;
    overflow: hidden;
    position: relative;
}

.side-block-who-listening .member-image img {
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    position: absolute;
    object-fit: cover;
    height: 100%;
}

.conversation {
    background-color: var(--program-secondary-color);
    color: var(--program-default-color);
    border-radius: 10px;
}

.description_container {
    color: var(--program-text-color);
}

.survey h1, .survey h2, .survey h3, .survey h4, .survey h5, .survey h6 {
    background-color: var(--converted-primary-color);
    padding: 10px 5px;
    border-radius: 5px;
    color: #fff;
}

.stories_comment,
.stories_reply {
    color: #1dc7ea;
    cursor: pointer;
}

.mark-as-read {
    margin-top: -18px;
    cursor: pointer;
}

/* New Code */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.userFilter::-webkit-scrollbar {
    width: 6px;
}

.userFilter::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 15px 15px 0;
}

.userFilter::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0 15px 15px 0;
}

.userFilter::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.userFilter li:hover {
    background-color: rgba(107, 99, 103, 0.3);
}

.cursor_pointer {
    cursor: pointer;
}

/* Header */
.navbar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar-wrapper {
    /* display: block; */
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt_30 {
    margin-top: 30px;
}

.pt_120 {
    padding-top: 120px;
}

.text_justify {
    text-align: left;
    font-family: var(--program-font);
}

.breadcrumb.front {
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    background-color: var(--program-primary-color);
}

.breadcrumb.front li {
    font-size: 16px;
    font-family: var(--program-font);
}

.breadcrumb.front li a {
    color: var(--program-default-color);
    font-family: var(--program-font);
}

.breadcrumb.front li a:hover,
.breadcrumb.front li.active {
    color: #25b0c8;
}

.breadcrumb.front .breadcrumb-item + .breadcrumb-item::before {
    font-size: 18px;
}

.pages_data {
    color: var(--program-text-color);
}
.pages_data h3 {
    color: var(--program-heading-color);
}
.pages_data .description {
    color: var(--program-text-color);
}
.page-search-title {
    font-size:32px;
    color:var(--converted-primary-color);
    font-weight: 600;
    margin-bottom: 15px;
}
.title {
    font-size: 26px;
    color: var(--program-heading-color) !important;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 28px;
}

/* Home Carousel */
.carousel-inner .carousel-item {
    position: relative;
}

.carousel-inner .carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.carousel-inner .carousel-item img {
    z-index: 2;
}

.carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    top: 40%;
    /* left: 20%; */
    z-index: 2;
}

.carousel_heading,
.cover_heading {
    color: #ffffff;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    margin-top: 0px;
}

.scroll-button {
    position: fixed;
    bottom: 20px;
    right: 100px;
    background-color: var(--program-accent-color);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.scroll-button:hover,
.scroll-button:focus {
    background-color: var(--program-primary-color);
}

/* Sections Title */
.section_title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.section_title span {
    width: 200px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}

.section_title span em {
    /* width: 60px; */
    height: 2px;
    background-color: var(--converted-primary-color);
    display: block;
    margin: auto;
}

.section_title h2 {
    margin: 25px 0 0 0;
}

.section_title .view_all {
    margin: -25px 50px 0px 0px;
}

.card_title_heading {
    color: var(--program-heading-color);
    margin-bottom: 10px;
}

.home_about {
    color: var(--program-text-color);
    font-family: var(--program-font);
}

.home_about h2 {
    color: var(--program-heading-color);
}

.opacity-50 {
	font-family: var(--program-font);
}

.projects-lists p {
    color: var(--program-text-color);
	font-family: var(--program-font);
}

.card_title_heading:hover,
.card_title_heading:focus {
    color: var(--program-accent-color);
}

.wrapper-full-page .profile-link {
    color: var(--program-default-color);
}

/* Simple Link */
.wrapper-full-page .nav-link.link {
    color: var(--program-default-color);
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link {
    color: var(--program-default-color);
}

.wrapper-full-page .nav-link.link i {
    margin-right: 3px;
}

.wrapper-full-page .nav-link.active_link {
    color: #25b0c8;
    font-weight: 700;
}

.wrapper-full-page .nav-link.link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #25b0c8;
    transition: width 0.3s ease-in-out;
}

.wrapper-full-page .nav-link.link:hover,
.wrapper-full-page .nav-link.link:focus {
    color: #25b0c8;
}

.wrapper-full-page .nav-link.link:hover::before,
.wrapper-full-page .nav-link.link:focus::before,
.wrapper-full-page .nav-link.active_link::before {
    width: 90%;
}

/* Small Button */
.small_button {
    padding: 0.1rem 1rem !important;
}

/* Button Link */
.wrapper-full-page .nav-link.button_link {
    margin-top: 4px;
    color: #ffffff;
    font-size: 0.775rem;
    padding: 0.3rem 1.2rem;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: var(--program-accent-color);
    border: 1px solid var(--program-accent-color);
}

.wrapper-full-page .nav-link.button_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wrapper-full-page .nav-link.button_link::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wrapper-full-page .nav-link.button_link:hover {
    color: var(--program-accent-color);
    border-color: var(--program-accent-color);
}

.wrapper-full-page .nav-link.button_link:hover::before {
    left: 0;
}

.wrapper-full-page .nav-link.button_link:hover::after {
    right: 0;
}

.default_icon_button {
    color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    height: 34px;
    width: 34px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #b0c9e4;
    border: 1px solid #b0c9e4;
}

.default_icon_button:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #000000;
}

.default_button {
    color: #ffffff;
    font-size: 0.775rem;
    padding: 0.3rem 1.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: var(--program-accent-color);
    border: 1px solid var(--program-accent-color);
}

.default_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default_button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default_button:hover {
    color: var(--program-accent-color);
    border-color: var(--program-accent-color);
    background-color: #fff;
}

.default_button:hover::before {
    left: 0;
}

.default_button:hover::after {
    right: 0;
}

/* Primary Button */
.primary_button {
    color: var(--converted-primary-color);
    font-size: 0.775rem;
    padding: 0.3rem 1.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    border: 1px solid var(--converted-primary-color);
}

.primary_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background: var(--converted-primary-color);
    border-color: var(--converted-primary-color);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.primary_button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 51%;
    background: var(--converted-primary-color);
    border-color: var(--converted-primary-color);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.primary_button:hover {
    color: #ffffff;
    border-color: var(--converted-primary-color);
}

.primary_button:hover::before {
    left: 0;
}

.primary_button:hover::after {
    right: 0;
}

/* Primary Fill Button */
.primary_fill_button {
    color: #ffffff;
    font-size: 0.775rem;
    padding: 0.3rem 1.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: var(--converted-primary-color);
    border: 1px solid var(--converted-primary-color);
}

.primary_fill_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.primary_fill_button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.primary_fill_button:hover {
    color: var(--converted-primary-color);
    border-color: var(--converted-primary-color);
    background-color: #fff;
}

.primary_fill_button:hover::before {
    left: 0;
}

.primary_fill_button:hover::after {
    right: 0;
}

/* Danger Fill Button */
.danger_fill_button {
    color: #ffffff;
    font-size: 0.775rem;
    padding: 0.3rem 1.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #ef4d56;
    border: 1px solid #ef4d56;
}

.danger_fill_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.danger_fill_button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.danger_fill_button:hover {
    color: #ef4d56;
    border-color: #ef4d56;
    background-color: #ffffff;
}

.danger_fill_button:hover::before {
    left: 0;
}

.danger_fill_button:hover::after {
    right: 0;
}

/* Secondary Fill Button */
.secondary_fill_button {
    color: #ffffff;
    font-size: 0.775rem;
    padding: 0.3rem 1.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #8d93a1;
    border: 1px solid #8d93a1;
}

.secondary_fill_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.secondary_fill_button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.secondary_fill_button:hover {
    color: #8d93a1;
    border-color: #8d93a1;
    background-color: #ffffff;
}

.secondary_fill_button:hover::before {
    left: 0;
}

.secondary_fill_button:hover::after {
    right: 0;
}

/* Ai Button */
.gen_ai_desc_btn, .gen_ai_thanks_btn, .ai_bulk_button, .ai_button, .ai_button_edit {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 0.775rem;
    padding: 0.3rem 1.2rem;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #8e44ad;
    border: 1px solid #8e44ad;
    transition: all 0.5s;
}
 
.gen_ai_desc_btn i, .gen_ai_thanks_btn i, .ai_bulk_button i, .ai_button i, .ai_button_edit i {
    margin-right: 0.5rem;
}
 
.gen_ai_desc_btn::before, .gen_ai_thanks_btn::before, .ai_bulk_button::before, .ai_button::before, .ai_button_edit::before,
.gen_ai_desc_btn::after, .gen_ai_thanks_btn::after, .ai_bulk_button::after, .ai_button::after, .ai_button_edit::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #8e44ad;
    z-index: -1;
    transition: all 0.5s;
}
 
.gen_ai_desc_btn::before, .gen_ai_thanks_btn::before, .ai_bulk_button::before, .ai_button::before, .ai_button_edit::before {
    top: 0;
    left: -100%;
}
 
.gen_ai_desc_btn::after, .gen_ai_thanks_btn::after, .ai_bulk_button::after, .ai_button::after, .ai_button_edit::after {
    bottom: 0;
    right: -100%;
}
 
.gen_ai_desc_btn:hover, .gen_ai_thanks_btn:hover, .ai_bulk_button:hover, .ai_button:hover, .ai_button_edit:hover {
    color: #8e44ad;
    border-color: #8e44ad;
    background-color: #ffffff;
}
 
.gen_ai_desc_btn:hover::before, .gen_ai_thanks_btn:hover::before, .ai_bulk_button:hover::before, .ai_button:hover::before, .ai_button_edit:hover::before {
    left: 0;
}
 
.gen_ai_desc_btn:hover::after, .gen_ai_thanks_btn:hover::after, .ai_bulk_button:hover::after, .ai_button:hover::after, .ai_button_edit:hover::after {
    right: 0;
}

/* Success Fill Button */
.success_fill_button {
    display: inline-block;
    color: #ffffff;
    font-size: 0.775rem;
    padding: 0.3rem 1.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: var(--converted-primary-color);
    border: 1px solid var(--converted-primary-color);
}

.success_fill_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: var(--converted-primary-color);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.success_fill_button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: var(--converted-primary-color);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.success_fill_button:hover {
    color: var(--converted-primary-color);
    border-color: var(--converted-primary-color);
    background-color: #ffffff;
}

.success_fill_button:hover::before {
    left: 0;
}

.success_fill_button:hover::after {
    right: 0;
}

/* Follow Button */
.btn_outline_dark {
    color: var(--program-accent-color);
    font-size: 0.775rem;
    padding: 0.3rem 1.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    border-color: var(--program-accent-color);
}

.btn_outline_dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background: var(--program-accent-color);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_outline_dark::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background: var(--program-accent-color);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_outline_dark:hover {
    color: #ffffff;
    border-color: var(--program-accent-color);
}

.btn_outline_dark:hover::before {
    left: 0;
}

.btn_outline_dark:hover::after {
    right: 0;
}

.warning_fill_button {
    color: #ffffff;
    font-size: 0.775rem;
    padding: 0.3rem 1.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #fd9722;
    border: 1px solid #fd9722;
}

.warning_fill_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #fd9722;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.warning_fill_button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-color: #fd9722;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.warning_fill_button:hover {
    color: #fd9722;
    border-color: #fd9722;
    background-color: #ffffff;
}

.warning_fill_button:hover::before {
    left: 0;
}

.warning_fill_button:hover::after {
    right: 0;
}

.navbar-toggler {
    font-size: 30px;
    color: var(--program-default-color);
    margin-top: 15px;
    margin-right: 10px;
    float: right;
}

.navbar-transparent {
    padding-top: 15px !important;
    background-color: var(--program-primary-color) !important;
}

aside .side-block {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.2),
        0 6px 8px -4px rgba(0, 0, 0, 0.2);
}

aside .side-block .side-block-title {
    background-color: var(--program-primary-color);
    border-radius: 10px 10px 0 0;
    padding: 6px 10px;
}

aside .side-block .side-block-title h3 {
    color: var(--program-default-color);
    font-size: 20px;
    border-bottom: 0;
    padding-bottom: 0;
}

aside .side-block .links_box {
    padding: 0;
    background-color: unset;
    box-shadow: unset;
}

aside .side-block .custom_code_box {
    padding: 0;
    background-color: unset;
    box-shadow: unset;
    overflow-x: scroll;
}

aside .side-block .links_box img {
    border-radius: 10px;
}

aside .side-block .links_box span {
    font-size: 12px !important;
}

aside .side-block .side-block-inner {
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    font-family: var(--program-font);
    color: var(--program-text-color);
}

.side-block .side-block-inner h4, .side-block .side-block-inner h5 {
    color: var(--program-heading-color);
}

.side-block .side-block-inner p, .side-block .side-block-inner a {
    color: var(--program-text-color);
    font-family: var(--program-font);
}

.side-block .side-block-inner a:hover {
    color: #1dc7ea;
}

.footer-socials a i.fa-envelope-square {
    color: #000;
}

.footer-socials a i.fa-whatsapp-square {
    color: #25D366;
}

.footer-socials a i.fa-instagram {
    color: #bc2a8d;
}

.footer-socials a i.fa-youtube-square {
    color: #ff0000;
}

.loginvia a i.fa-facebook-square {
    color: #3b5998;
}

.loginvia a i.fa-linkedin {
    color: #007ab5;
}

.loginvia a .google-logo, .loginvia a .twitter-logo, .loginvia a .slack-logo, .loginvia a .apple-logo, .loginvia a .microsoft-logo {
    margin-top: -25px;
}

/* Project Details Sidebar Contacts Icons */
.socials a i.fa-facebook-square {
    color: #3b5998;
}

.socials a i.fa-instagram {
    color: #bc2a8d;
}

.socials a i.fa-youtube-square {
    color: #ff0000;
}

.socials a i.fa-linkedin {
    color: #007ab5;
}

a.footer_website_link {
    color: #25b0c8;
    font-weight: bold;
    font-size: unset;
}

.side-block-info-box p,
.side-block-info-box ul li {
    font-family: var(--program-font);
    font-size: 14px !important;
    text-align: justify;
}

a.footer_website_link:hover,
a.footer_website_link:focus {
    text-decoration: underline;
}

span.section_title_top {
    width: 200px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
}

span.section_title_top em {
    /* width: 60px; */
    height: 2px;
    background-color: var(--converted-primary-color);
    display: block;
}

/* Form Style  */
.form-check-input[type="radio"] {
    display: none;
}

.form-check .form-check-label {
    vertical-align: middle;
}

.form-check-input[type="radio"] + .form-check-label:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    border: 1px solid #888;
    border-radius: 50%;
    background-color: #ffffff;
}

.form-check-input[type="radio"]:checked + .form-check-label:before {
    background-color: #0077b5;
    border-color: #ffffff;
}

.custom {
    text-align: center;
    margin-top: 100px;
}

.comment,
.reply {
    color: #1dc7ea;
    cursor: pointer;
}

.translate {
    color: orange;
    cursor: pointer;
}

.translate_story, .translate_idea, .translate_question {
    color: #ffffff;
    background-color: orange;
    border: 1px solid orange;
}

.translate_story:hover, .translate_idea:hover, .translate_question:hover {
    color: orange;
    border: 1px solid orange;
}

.positive_badge {
    height: 15px;width: 15px;border-radius:50%;background-color:green;
}
.neutral_badge {
    height: 15px;width: 15px;border-radius:50%;background-color:gray;
}
.negative_badge {
    height: 15px;width: 15px;border-radius:50%;background-color:red;
}

.public_badge, .private_badge, .archived_badge {
    font-family: var(--program-font);
}

.public_badge {
    line-height: 1.125rem;
    font-size: .675rem;
    letter-spacing: .01em;
    text-align: center;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #e85347 !important;
    background-color: #fceceb;
    border: 1px solid #f6bab5;
}

.private_badge {
    line-height: 1.125rem;
    font-size: .675rem;
    letter-spacing: .01em;
    text-align: center;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #1ee0ac !important;
    background-color: #e6fcf6;
    border: 1px solid #a5f3de;
}

.archived_badge {
    line-height: 1.125rem;
    font-size: .675rem;
    letter-spacing: .01em;
    text-align: center;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #f4bd0e !important;
    background-color: #fef8e4;
    border: 1px solid #fbe59f;
}

.page_title_heading {
    color: var(--converted-primary-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: var(--converted-primary-color);
    color: #ffffff !important;
    border-radius: 5px;
    border: 1px solid var(--converted-primary-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: var(--converted-primary-color);
    color: #ffffff !important;
    border-radius: 5px;
    border: 1px solid var(--converted-primary-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    background: transparent !important;
    border: none !important;
}

.disable_field {
    cursor: not-allowed;
    box-shadow: none !important;
    outline: none;
    border: none;
    background-color: #c0c0c3 !important;
}

.fixed_top {
    position: fixed;
    top: 80px;
    width: 92.6% !important;
    z-index: 999;
}

.active_project_edit_link {
    color: #000 !important;
}

.features-section .side-block-content {
    color: var(--program-text-color);
    font-family: var(--program-font);
}

.click-and-report {
    padding: 30px;
    background-color: var(--program-primary-color) !important;
    background: linear-gradient(-133deg, var(--program-primary-color) 3%, var(--converted-primary-color) 58%, #000 100%);
    border-radius: 10px;
    margin-bottom: 15px;
}

.town_hall_user_image {
    width: 48px;
    height: 48px;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 50px;
}

.feature_card {
    color: var(--program-text-color);
    font-family: var(--program-font);
    border-radius: 10px;
    box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.2),
        0 6px 8px -4px rgba(0, 0, 0, 0.2);
}

.feature_card_image {
    /* max-width: 100%; */
    /* max-height: 200px; */
    width: 60px;
    height: 60px;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 50px;
}

.featured_card_title {
    color: var(--program-heading-color);
    font-family: var(--program-font);
    font-size: 16px;
    margin: 0
}

.featured_card_date_time {
    font-family: var(--program-font);
    font-size: 12px;
    margin: 0
}

.feature_card .feature-image-header, .feature_card .feature-video-header {
    background-color: var(--converted-primary-color);
    border-radius: 10px 10px 0 0;
    padding: 5px 10px;
}

.icon_event {
    font-size: 25px;
}

.side_menu_height {
    height: 620px;
    overflow-y: auto;
}

.side_menu_height::-webkit-scrollbar {
    display: none;
    background: #303e67;
}

ul.nav.nav-tabs .nav-item {
    margin-right: 10px;
}

ul.nav.nav-tabs .nav-link {
    color: #000;
    border: 1px solid transparent;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}

ul.nav.nav-tabs .nav-link.active,
ul.nav.nav-tabs .nav-link:hover {
    color: #000000;
    border-bottom-color: #000000 !important;
}

table.table-striped tbody tr.bg-success {
    background-color: #28a745 !important;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link {
    color: var(--converted-primary-color);
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background: var(--program-primary-color);
    color: var(--program-default-color);
}

.note-editor.fullscreen .note-toolbar {
    background: #fff;
    border-bottom: #eee 1px solid;
}

.projects-banner {
    display: block;
}

.side-banner {
    display: block;
}

.projects-banner-mobile {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 100px;
    min-height: 66vh;
    display: none;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

/* comments section css for voting */
.ai_comment_reply {
    background: #0f172a;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}

.voting-system {
    width: fit-content;
    background: lightgray;
    border-radius: 13px;
}

.vote-btn {
    background-color: transparent;
    border: none;
    color: #6c757d;
    font-size: 18px;
}

.upvote-btn:hover {
    color: #7193ff;
}

.downvote-btn:hover {
    color: #ff4500;
}

.votes-count {
    font-size: 18px;
    color: #333;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 5px;
}

.comment-text {
    font-size: 16px;
    color: #333;
}
.dislike-section , .like-section {
    background-color: lightgray;
    border-radius: 35px;
    font-size: 18px;
    padding: 0px 15px;
    cursor: pointer;
}
.like-dislike-section span{
    font-size: 20px;
    margin-left: 2px;
}

.navbar-menu {
    max-height: none;
    overflow: hidden;
}

.dropdown-submenu {
    position: relative;
}
  
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100% !important;
    margin-top: -1px;
    width: 180px;
}

.dropdown-menu-dark {
    background-color: var(--program-secondary-color);
}

/* Responsive */
@media only screen and (max-width: 600px) {
    .navbar-wrapper {
        width: 100%;
        display: block;
    }

    .collapse.navbar-collapse {
        margin-top: 20px;
        padding: 10px 10px;
        display: block;
    }

    .wrapper-full-page .nav-item {
        margin-top: 5px;
    }

    .wrapper-full-page .nav-link.link::before {
        left: 0;
    }

    .navbar-menu {
        max-height: 310px;
        overflow: auto;
    }

    .projects-banner {
        display: none;
    }

    .side-banner {
        display: none;
    }

    .mobile_screen {
        margin-bottom: 20px !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .projects-banner-mobile {
        display: block;
    }

    .projects-banner .row {
        padding: 2em;
        min-height: 236px;
    }

    .carousel_heading, .cover_heading {
        font-size: 30px;
        margin-top: -30px;
    }

    .wrapper-full-page .nav-link.button_link {
        width: fit-content;
    }

    .notification-list .alert-badge::after {
		left: 15px;
	}
}
