body {
    font-family: var(--program-font);
    background-color: #fff;
}

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

.page-wrapper .page-content-tab {
    background-color: #f7f7f7;
}

.dropdown-menu[data-bs-popper] {
    /* left: 10px !important; */
    left: -90px !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;
}

.primary_color {
    color: #2C95FA;
}

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

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

main {
  flex: 1;
}

ol.s {
  list-style-type: inherit !important;
}

.main-content {
  background-color: #dcdcdc;
}

.main-text {
  margin: 30px 2px;
  font-weight: 600;
}

.login-color {
  background-color: #2C95FA;
  color: white;
  height: 82vh;
  padding: 0px;
  flex-direction: column;
  justify-content: space-between;
  /* display: flex; */
}

.login-text {
  text-align: center;
  margin-top: 140px;
}

.login-text h2, .login-text h3, .login-text h4 {
  font-weight: bold;
  color: #fff;
}

.login-text p {
  font-size: 2rem;
}

.menu-icon{
    font-size: 15px !important;
}

.enlarge-menu .menu-icon {
    font-size: 18px !important;
}

.enlarge-menu .menu-body .nav-item .nav-link div {
    display: flex;
}

.enlarge-menu .left-sidebar:hover .menu-body .nav-item .nav-link span {
    display: inline-block;
}

.sidebar {
    width: 250px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 2;
    flex-shrink: 0;
    overflow-y: auto;
}

.left-sidebar::-webkit-scrollbar {
  display: none;
}

body.dark-sidebar .left-sidebar .menu-body .nav-item .nav-link {
    color: grey;
}

body.dark-sidebar .left-sidebar .menu-body .nav-item .nav-link.active .menu-icon {
    color: white;
}

.left-sidebar .menu-body .nav-item .nav-link {
    position: relative;
    height: unset !important;
    border-radius: 36px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    padding: 8px 10px;
}

.left-sidebar .nav-link:hover {
  background-color: #f7f7f7;
}

.left-sidebar .nav-link.active, .enlarge-menu .menu-body .nav-link.active:hover {
    background: linear-gradient(90deg, #1e90ff, #007bff);
    border-radius: 36px !important;
    color: white !important;
    padding: 8px 12px !important;
    align-items: center !important;
    justify-content: space-between;
    width: 100%;
    display: block !important;
    text-decoration: none;
    height: 38px !important;
}

/* .enlarge-menu .nav-link.active {
    padding: 3px 5px !important;
    height: 26px !important;
} */

.left-sidebar .nav-link.active:hover {
  background: linear-gradient(90deg, #007bff, #1e90ff);
  color: white;
}

.left-sidebar .menu-body .nav-item.menuitem-active .nav-link.active .menu-icon {
    color: #ffffff;
}

.sidebar-section {
    font-size: 13px;
    padding-left: 10px;
    margin-top: 10px;
}

.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;
    border: 1px solid #2C95FA;
    border-radius: 10px;
    border-left: 10px solid #2C95FA;
}
.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); */
    background-color: #F7F7F7;
    /* 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_105 {
    padding-top: 105px;
}

.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: 52px;
    /* 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; */
    font-size: 52px;
    color: var(--converted-primary-color);
}

.explore_more{
    font-size:20px;
    width:fit-content;
}

.active_project_bg_img{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 1s;
}

.active_project_text_section{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.active_project_bg_img:hover .active_project_text_section{
    visibility: visible;
    opacity: 1;
}

.vibrant_project_bg_img{
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.vibrant_container {
    display: flex;
    gap: 1%;
    justify-content: center;
}

.vibrant_card {
    flex: 1 1 calc(25% - 1%); /* 4 per row (minus gap space) */
    transition: all 0.5s ease;
}

/* Hover behavior remains */
.vibrant_container:hover .vibrant_card {
    flex: 1 1 20%;
}
.vibrant_container .vibrant_card:hover {
    flex: 1 1 50%;
}

/* Tablet: 2 per row */
@media (max-width: 992px) {
    .vibrant_container {
        flex-wrap: wrap;
    }
    .vibrant_card {
        flex: 1 1 calc(50% - 1%);
    }
}

/* Mobile: 1 per row */
@media (max-width: 576px) {
    .vibrant_card {
        flex: 1 1 100%;
    }
}

.project_title_section{
    background-color: rgba(0, 0, 0, 0.3);
    height: 60px;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active_project_text_section{
    background-color: rgba(0, 0, 0, 0.3);
    height: 150px;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    align-items: center;
    padding: 10px;
}

.active_project_text_section .project_title{
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.explore_more div{
    border-radius: 50%;
    background: white;
    height: 25px;
    width: 25px;
    color: var(--converted-primary-color);
    font-size: 14px;
}

.active_projects_section{
    background-color: black;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.most_popular_subscription{
    background-color: black;
    border-radius:30px;
    color: white;
}

.most_popular_subscription .subscription_title{
    font-size: 32px;
    font-weight:700;
    color: white;
}

.most_popular_subscription .subscription_description{
    line-height: normal;
    font-size:18px;
    color: lightgray;
}

.most_popular_subscription .tick_box{
    font-size: 9px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color:black;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.most_popular{
    background-color: white;
    color: var(--converted-primary-color);
    outline:1px solid var(--converted-primary-color) !important;
    border-radius: 20px;
    width: fit-content;
    font-size: 16px;
    position: absolute;
    top: -1%;
    left: 34%;
}

.simple_subscription{
    background-color: lightgray;
    border-radius:30px;
    color: black;
}

.simple_subscription .subscription_title{
    font-size: 32px;
    font-weight:700;
    color: black;
}

.simple_subscription .subscription_description{
    line-height: normal;
    font-size:18px;
    color: #1d1d1d;
}

.simple_subscription .tick_box{
    font-size: 9px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color:white;
    background-color:black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_bg_img{
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

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

.open_detail_btn{
    height: 50px;
    width:50px;
    border-radius:50%;
    background-color:var(--converted-primary-color);
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.home_about {
    /* color: var(--program-text-color); */
    color: #636363 !important;
    font-family: var(--program-font);
    background: black;
    border-radius: 15px;
}

.home_about h2 {
    font-size: 42px;
    font-weight: 800;
}

.home_desc{
    font-size: 30px;
}

.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);
    background-color: white;
}

.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: #000;
    border-color: #000;
    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: #fff;
    border-color: #fff;
    background-color: #000;
}

.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;
    background-color: #F7F7F7;
    /* 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: #F7F7F7;;
    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;
}

.preview-image {
    max-width: 60%;
    max-height: 60%;
    margin: 5px;
    display: inline-block;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.preview-image-mobile {
    max-width: 30%;
    max-height: 30%;
    margin: 5px;
    display: inline-block;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 20px;
}

/* 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;
}

.powered-by {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
  /* muted text */
  z-index: 999;
}

.powered-by img {
  height: 30px;
  object-fit: contain;
}

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:#2C95FA;
}
.neutral_badge {
    height: 15px;width: 15px;border-radius:50%;background-color:#c7c7c7;
}
.negative_badge {
    height: 15px;width: 15px;border-radius:50%;background-color:#F32C2C;
}

.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: var(--converted-primary-color); */
    border: 1px solid transparent;
    padding: 0 20px;
    font-size: 22px;
    font-weight: 600;
    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: var(--converted-primary-color);
    border-bottom: 1px solid var(--converted-primary-color) !important;
    text-decoration: none;
}

table.table-striped tbody tr.bg-success {
    background-color: #b0f7c1 !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;
	}
}

/* Added css as per new ui */
.btn-outline {
  padding: 7px 20px;
  border: 1px solid #1e90ff;
  color: #1e90ff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: #fff;
}
.btn-outline:hover {
    background: linear-gradient(90deg, #1e90ff, #007bff);
    color: white;
}

.btn-filled {
  padding: 7px 20px;
  background: linear-gradient(90deg, #1e90ff, #007bff);
  color: white;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-filled:hover {
  background: linear-gradient(90deg, #007bff, #1e90ff);
  color: white;
}

.profile-wrapper {
  position: relative;
  width: 80px;
  height: 45px;
}

.planet-img {
  margin-top: 80px;
  width: 40%;
  max-height: 120px;
  object-fit: contain;
}

.rocket-img {
  height: 67vh;
  background-repeat: no-repeat;
  /* background-position: bottom center; */
  background-size: cover;
  position: relative;
  /* z-index: 2; */
}

.arrow {
  transition: transform 0.3s ease;
  color: #ffffff;
}

.arrow.rotate {
  transform: rotate(180deg);
}

.text_color {
    color: #1d1d1d;
}

.light_background {
    background-color: #f7f7f7;
}

.light_color {
    color: #636363;
}

.card_additional {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.form-select,
.form-control {
    border-radius: 10px;
    height: 45px;
    background-color: #F7F7F7;
    border: none;
    color: #636363;
}
.form-select:hover,
.form-control:hover {
    background-color: #F7F7F7;
    border: none;
}
.form-control:focus {
    color: #636363;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}
.form-label {
    color: #1d1d1d;
}
.form-check-label {
    margin-left: 5px;
    color: #1d1d1d;
}

.submit-button {
    color: #fff;
    border-radius: 25px;
    padding: 7px 20px;
    border: none;
    font-weight: 600;
    background: linear-gradient(to right, #2C95FA, #0075E5);
}
.submit-button:hover {
    background: linear-gradient(to right, #0075E5, #2C95FA);
    color: #fff;
    border: none;
}
textarea.form-control {
    height: auto;
}

.generate-code {
    background-color: #fff;
    color: #1da1f2;
    border: none;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    margin: 0.25rem;
    cursor: pointer;
}
.generate-code:hover {
    background: linear-gradient(to right, #0075E5, #2C95FA);
    color: #fff;
    text-decoration: none;
}
.ai_answer, .ai_desc, .ai_thanks {
    background: #0f172a;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    max-height: 300px;
    overflow-y: auto;
}
.ai_answer::-webkit-scrollbar, .ai_desc::-webkit-scrollbar, .ai_thanks::-webkit-scrollbar {
    width: 7px;
}
.ai_answer::-webkit-scrollbar-track, .ai_desc::-webkit-scrollbar-track, .ai_thanks::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.ai_answer::-webkit-scrollbar-thumb, .ai_desc::-webkit-scrollbar-thumb, .ai_thanks::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}

.ai_image {
    height: 300px;
    width: auto;
    cursor: pointer;
}

/* Modify Summernote Editor css */
.note-editor, .note-editor .note-editable, .note-editor .note-toolbar {
    background-color: #F7F7F7 !important;
    color: #636363 !important;
    border-radius: 20px;
    padding-top: 3px;
}
.note-editor .btn-group>.btn {
    color: #636363 !important;
}
.note-editor.note-frame .note-statusbar {
    border: none !important;
}
.note-editor.note-frame .note-statusbar {
    background-color: unset !important;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
    background-color: unset !important;
    padding-top: 5px;
    padding-bottom: 10px;
}

/* Modify Datatable css */
.table th, .table td {
    vertical-align: middle;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.dt-column-title {
    font-size: 14px;
    color: #636363;
}
div.dt-container .dt-info {
    color: #636363;
    font-size: 15px;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    background: #EBF2FF;
    border: 0;
    color: #2C95FA !important;
    border-radius: 50%;
}
table.datatables tr td {
    color: #1D1D1D !important;
    font-weight: 400;
    font-size: 14px;
}
.datatables .datatable-empty-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 100%;
}
.datatables .datatable-empty-wrapper img {
    max-width: 380px;
}

.action_button {
    padding: 1rem !important;
    margin-right: -10px;
    border-radius: 15px 0px 0px 15px;
}
.form-switch .form-check-input:checked {
    background-color: #2C95FA;
    border-color: #2C95FA;
}

.swal-text {
    text-align: center !important;
}
.profile-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.status-img {
    width: 16px;
    height: 16px;
}

/* Image Uploader */
:root {
    --clr-white: rgb(255, 255, 255);
    --clr-black: rgb(0, 0, 0);
    --clr-light: rgb(245, 248, 255);
    --clr-light-gray: #636363;
    --clr-blue: rgb(63, 134, 255);
    --clr-light-blue: rgb(171, 202, 255);
}
.upload-area, .upload-area-mobile {
    width: 100%;
    text-align: center;
}
.upload-area i, .upload-area-mobile i {
    color: #636363;
}
.upload-area__drop-zoon {
    position: relative;
    height: 14.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F7F7F7;
    border-radius: 15px;
    margin-top: 0.1875rem;
    cursor: pointer;
    transition: border-color 300ms ease-in-out;
}
.upload-area__drop-zoon:hover {
    border-color: var(--clr-blue);
}
.drop-zoon__icon {
    display: flex;
    font-size: 3.75rem;
    color: var(--clr-blue);
    transition: opacity 300ms ease-in-out;
}
.drop-zoon__paragraph {
    font-size: 0.9375rem;
    color: var(--clr-light-gray);
    margin: 0;
    margin-top: 0.625rem;
    transition: opacity 300ms ease-in-out;
}
.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
    opacity: 0.7;
}
.drop-zoon__preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.3125rem;
    border-radius: 10px;
    display: none;
    z-index: 1000;
    transition: opacity 300ms ease-in-out;
}
.drop-zoon:hover .drop-zoon__preview-image {
    opacity: 0.8;
}
.drop-zoon__file-input {
    display: none;
}
.chosen-container-single .chosen-single {
    height: 45px !important;
    padding: 0.7rem 1rem !important;
    border-radius: 10px !important;
    background: #F7F7F7 !important;
    border: none !important;
    color: gray !important;
    box-shadow: none !important;
}
.chosen-container-multi .chosen-choices {
    height: 45px !important;
    padding: 0.7rem 1rem !important;
    border-radius: 10px !important;
    background: #F7F7F7 !important;
    border: none !important;
    color: gray !important;
}
.chosen-container-single .chosen-single div{
    top: 12px !important;
}

.chat_name{
    font-size: 16px;
    font-weight: 600;
}
.nav.nav-tabs .nav-link.active {
    color: #2C95FA;
    border-color: transparent transparent #2C95FA;
}
