/* @font-face{font-family:'circular_stdmedium';src:url(../fonts/circularstd-medium1-webfont.woff2) format("woff2"),url(../fonts/circularstd-medium1-webfont.woff) format("woff");font-weight:400;font-style:normal} */
@font-face {
    font-family: "circular_stdblack";
    src: url(../fonts/circular/circularstd-black.woff2) format("woff2"),
        url(../fonts/circular/circularstd-black.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "circular_stdbold";
    src: url(../fonts/circular/circularstd-bold.woff2) format("woff2"),
        url(../fonts/circular/circularstd-bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "circular_stdbook";
    src: url(../fonts/circular/circularstd-book.woff2) format("woff2"),
        url(../fonts/circular/circularstd-book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "circular_stdmedium";
    src: url(../fonts/circular/circularstd-medium.woff2) format("woff2"),
        url(../fonts/circular/circularstd-medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "oakes-grotesk-regular";
    src: url(../fonts/oakes/oakes-grotesk-regular.woff2) format("woff2"),
        url(../fonts/oakes/oakes-grotesk-regular.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "oakes-grotesk-bold";
    src: url(../fonts/oakes/oakes-grotesk-bold.woff2) format("woff2"),
        url(../fonts/oakes/oakes-grotesk-bold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "oakes-grotesk-medium";
    src: url(../fonts/oakes/oakes-grotesk-medium.woff2) format("woff2"),
        url(../fonts/oakes/oakes-grotesk-medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "oakes-grotesk-semi-bold";
    src: url(../fonts/oakes/oakes-grotesk-semi-bold.woff2) format("woff2"),
        url(../fonts/oakes/oakes-grotesk-semi-bold.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

body {
    font-weight: 400;
    font-family: "oakes-grotesk-medium" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "oakes-grotesk-medium";
    font-weight: normal !important;
    color: #02043a !important;
}

h1 {
    font-size: 3.5rem !important; /* 56px */
    line-height: 1.2 !important; /* ~67px */
}

h2 {
    font-size: 3rem !important; /* 48px */
    line-height: 1.25 !important; /* ~60px */
}

h3 {
    font-size: 2.5rem !important; /* 40px */
    line-height: 1.3 !important; /* ~52px */
}

h4 {
    font-size: 2rem !important; /* 32px */
    line-height: 1.35 !important; /* ~43px */
}

h5 {
    font-size: 1.75rem !important; /* 28px */
    line-height: 1.4 !important; /* ~39px */
}

h6 {
    font-size: 1.5rem !important; /* 24px */
    line-height: 1.5 !important; /* 36px */
}

p,
li {
    color: #626578 !important;
}

/* a:hover {
    color: #fc440f !important;
} */

.view-details-link:hover {
    color: #fc440f !important;
}

.menu-item-actions:hover {
    color: #fc440f !important;
}

.text-dark,
.text-blue {
    color: #01043a !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
}

.primary-text {
    color: #fc440f !important;
    transition: color 0.2s ease-in-out !important;
}

.primary-text:hover {
    color: #da3609 !important;
}

.bg-orange {
    background-color: #fc440f !important;
}

/*****header styles start*****/
.header-main {
    padding-top: 30px;
}

.main-navigation li.nav-item {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.main-navigation li.nav-item.sepratorLine {
    padding-left: 20px;
    padding-right: 20px;
}

.main-navigation li.nav-item:last-child,
.main-navigation li.nav-item:last-child a {
    padding-right: 0;
}

.main-navigation a {
    color: #082049;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 27px;
}

.dash-logo {
    width: 195px !important;
}

.account-dropdown {
    position: relative;
    z-index: 99 !important;
}

.modal-title {
    font-size: 20px !important;
}

/*****Ends header styles start*****/
.circularstd {
    font-family: "circular_stdmedium";
}

.btn.btn-orange {
    background-color: #fc440f;
    border-color: #fc440f;
    color: #ffffff;
}

.content-wrapper {
    background-color: #fbfbfb;
    padding: 1rem 1.5rem 1.5rem;
    border-radius: 12px;
}

.content-wrapper-border {
    border-top: 2px solid #fc440f;
}

.link-with-dot {
    position: relative;
    padding-left: 15px; /* Space for the dot */
    color: #000; /* Link color */
    text-decoration: none; /* Remove underline */
}

/* Orange dot (hidden by default) */
.link-with-dot::before {
    content: "";
    position: absolute;
    top: 4rem;
    left: -12px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #fc440f;
    border-radius: 50%;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease; /* Smooth transition for opacity change */
}

/* Show dot on hover */
.link-with-dot:hover::before {
    opacity: 1; /* Show dot on hover */
}

.screen-title {
    font-family: "oakes-grotesk-medium";
    font-size: 24px;
    line-height: 32px;
    color: #01043a;
}

.nav-line-tabs {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e0e0e0 !important;
}

.filter-btn {
    background-color: #fc440f;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-item .menu-link {
    padding: 0.25rem 0.75rem !important;
}

.reason-error li {
    color: #931146 !important;
    text-decoration: underline !important;
}

.btn-new {
    background-color: #fc440f;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

/*****Generic styles start*****/
.w-120 {
    width: 120px !important;
}
.w-150 {
    width: 150px !important;
}
.w-200 {
    width: 200px !important;
}
.w-300 {
    width: 300px !important;
}

.mb-70-m {
    margin-bottom: 70px;
}

.mb-65-m {
    margin-bottom: 65px;
}

.mb-60-m {
    margin-bottom: 60px;
}

.mb-55-m {
    margin-bottom: 55px;
}

.mb-50-m {
    margin-bottom: 50px;
}

.mb-40-m {
    margin-bottom: 40px;
}

.mb-35-m {
    margin-bottom: 35px;
}

.mb-30-m {
    margin-bottom: 30px;
}

.mb-25-m {
    margin-bottom: 25px;
}

.mb-20-m {
    margin-bottom: 20px;
}

.mb-15-m {
    margin-bottom: 15px;
}

.mb-10-m {
    margin-bottom: 10px;
}

.mb-5-m {
    margin-bottom: 5px;
}

.mt-90-m {
    margin-top: 90px;
}

.mt-80-m {
    margin-top: 80px;
}

.mt-70-m {
    margin-top: 70px;
}

.mt-65-m {
    margin-top: 65px;
}

.mt-60-m {
    margin-top: 60px;
}

.mt-55-m {
    margin-top: 55px;
}

.mt-50-m {
    margin-top: 50px;
}

.mt-40-m {
    margin-top: 40px;
}

.mt-35-m {
    margin-top: 35px;
}

.mt-30-m {
    margin-top: 30px;
}

.mt-25-m {
    margin-top: 25px;
}

.mt-20-m {
    margin-top: 20px;
}

.mt-15-m {
    margin-top: 15px;
}

.mt-10-m {
    margin-top: 10px;
}

.mt-5-m {
    margin-top: 5px;
}

.pt-90-m {
    padding-top: 90px;
}

.pt-80-m {
    padding-top: 80px;
}

.pt-70-m {
    padding-top: 70px;
}

.pt-65-m {
    padding-top: 65px;
}

.pt-60-m {
    padding-top: 60px;
}

.pt-55-m {
    padding-top: 55px;
}

.pt-50-m {
    padding-top: 50px;
}

.pt-40-m {
    padding-top: 40px;
}

.pt-35-m {
    padding-top: 35px;
}

.pt-30-m {
    padding-top: 30px;
}

.pt-25-m {
    padding-top: 25px;
}

.pt-20-m {
    padding-top: 20px;
}

.pt-15-m {
    padding-top: 15px;
}

.pt-10-m {
    padding-top: 10px;
}

.pt-5-m {
    padding-top: 5px;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

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

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.padding-global {
    padding: 20px 0;
}

.br-8 {
    border-radius: 8px !important;
}

.br-12 {
    border-radius: 12px !important;
}

.br-16 {
    border-radius: 16px !important;
}

.br-24 {
    border-radius: 24px !important;
}

.br-32 {
    border-radius: 32px !important;
}

.br-100 {
    border-radius: 100px !important;
}

.no-border {
    border: 0px !important;
}

.bradius-14 {
    border-radius: 14px !important;
}

.gray-600 {
    color: #6d6f85 !important;
}

.bg-light {
    background-color: #f7f8fa !important;
}

.bg-light-orange {
    background-color: #fdeae3 !important;
}

.bg-dark {
    background-color: #082049 !important;
}

.border-light {
    border: 1px solid #ebebeb !important;
}

.border-bottom-listings {
    border-bottom: 1px solid #dee1f1 !important;
}

.border-dark {
    border: 1px solid #082049 !important;
}

.border-secondary {
    border: 1px solid #b2b4c7 !important;
}

.text-orange {
    color: #fc440f !important;
}
.text-success {
    color: #0f6f48 !important;
}

.text-success-notice {
    color: #0f6f48 !important;
}

.separator-listings {
    border-bottom: 1px solid #dee1f1 !important;
}

.form-check.form-check-solid .form-check-input:not(:checked) {
    background-color: #f7f8fa !important;
    border: 1px solid var(--gray-4, #bdbdbd);
}

.form-check-input {
    width: 1.65rem !important;
    height: 1.65rem !important;
}

.text-intro {
    font-size: 12px;
    text-transform: uppercase;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.text-label {
    font-size: 16px;
}

.text-contact {
    font-size: 16px;
}

.text-role {
    font-size: 14px;
}

.symbol.symbol-lg-120px > img {
    width: 120px;
    height: 120px;
}

.symbol.symbol-lg-120px .symbol-label {
    width: 120px;
    height: 120px;
}

.br-sm {
    border-radius: 4px !important;
}

.br-md {
    border-radius: 8px !important;
}

.br-lg {
    border-radius: 16px !important;
}

.symbol-radius-120 {
    border-radius: 120px;
}

.border-blue {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #1f2049 !important;
}

.ck-content {
    min-height: 130px !important;
}

.text-blue {
    color: #082049;
    font-weight: 450;
}

.text-gray {
    color: #4e4e4e;
    font-weight: 450;
}

#myTabContent > div {
    max-height: auto !important;
}

.sticky-tab-nav {
    position: sticky;
    z-index: 1;
    top: -1px;
    background-color: #ffffff;
    padding: 1rem 0 0;
}

img#profile-img {
    border: 2px solid #01043a;
}

.text-blue-light {
    color: rgba(8, 32, 73, 0.7);
}

.text-green {
    color: #01043a;
}

.page-signup {
    padding-top: 9rem;
}

.page-signup h1,
.account-verification h1,
.defaulth1 {
    color: #01043a !important;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
}

.text-gray-light {
    color: #666;
}

.text-gray-400 {
    color: #666 !important;
}

.select2-container--bootstrap5
    .select2-selection--single.form-select-solid
    .select2-selection__rendered {
    color: #4e4e4e !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
}

.upload-files {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.file-thumbnail {
    margin: 5px;
    object-fit: contain;
}
/***** Ends Generic styles start*****/
.shadow-md {
    box-shadow: 0px 10px 24px 0px rgba(153, 155, 168, 0.18);
}

/*****header for user dashboard styles start*****/
.main-navigation-top .menu-items {
    margin-right: 25px;
}

.header-user-dashboard {
    border-bottom: 1px solid #eceff2;
}

/*****Ends header for user dashboard styles start*****/

/*****font sizes styles start*****/
.font-size-9 {
    font-size: 9px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

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

.font-size-16 {
    font-size: 16px;
}

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

.font-size-20 {
    font-size: 20px;
}

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

.font-size-26 {
    font-size: 26px;
}

.font-size-30 {
    font-size: 30px;
}

.line-height-22 {
    line-height: 22px;
}

.lh-27 {
    line-height: 27px;
}

/*****Sign In/Sign Up styles start*****/
.workemail {
    font-weight: 450;
    font-size: 10px;
    line-height: 18px;
    padding-top: 12px;
}

.passwordGenerate {
    background-color: #e7e8fa !important;
    border-radius: 14px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    min-height: 45px;
    align-items: center;
    color: #01043a !important;
    max-width: 180px;
}

.button-primary-green {
    border-radius: 15px;
}

.w-69 {
    width: 69%;
}

span.select2-selection__placeholder {
    color: #818181 !important;
    font-size: 15px;
}
.placeholder-weight-450 {
    font-weight: 450 !important;
}
.text-gray-666666 {
    color: #666;
}

.no-list-style {
    list-style: none;
}

.an-organization {
    display: none;
}

/*
.form-check-input:checked{background-color:#F8F8FA;border:1px solid #E9E9E9}
.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url(../media/svg-icon/checkbox-select.svg)}
*/
.generic-radio-btn [type="radio"]:checked,
.generic-radio-btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.generic-radio-btn [type="radio"]:checked + label,
.generic-radio-btn [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 26px;
    display: inline-block;
    color: #666;
}

.generic-radio-btn [type="radio"]:checked + label:before,
.generic-radio-btn [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
    background: #f8f8fa;
}

.generic-radio-btn [type="radio"]:checked + label:after,
.generic-radio-btn [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #01043a;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.generic-radio-btn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.generic-radio-btn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-check-label .text-green {
    margin-left: 15px;
}

.fw-normal-450 {
    font-weight: 450 !important;
}

.fw-normal-500 {
    font-weight: 500 !important;
}

.uppercase {
    text-transform: uppercase;
}

/*****Ends Sign In/Sign Up styles start*****/
/*****account verification Up styles start*****/
.account-verification .min-height100vh,
.forgot-password .min-height100vh {
    min-height: calc(100vh - 439px);
}

.account-verification .card {
    border-radius: 15px;
    background: var(--beige, #e5ebd4);
    max-width: 520px;
    padding: 40px;
}

.account-verification .card p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    margin-left: 10px;
}

/*****user dashboard  Up styles start*****/

.seach-sidebar:focus {
    outline: none;
}

.no-background {
    background: none !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.left-sidebar .accordion-item {
    border: 0;
    border-bottom: 1px solid #eee;
}

.accordion-item .accordion-button {
    color: var(--oxford-blue, #082049);
    /* Text/Regular/18px */
    font-size: 18px;
    line-height: 24px;
}

.nav-line-tabs .nav-item .nav-link {
    color: var(--oxford-blue, #082049);
    font-size: 22px;
    font-weight: 450;
    line-height: 22px;
    padding-bottom: 18px;
}

.symbol .symbol-radius-60 {
    border-radius: 60px !important;
    overflow: hidden;
}

.avatarComments {
    border-radius: 100px !important;
    overflow: hidden;
}

.paginationWrapper .pagination-sequare-list .page-item a {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 16px;
    font-weight: 450;
}

.paginationWrapper .pagination-sequare-list .page-item.active a {
    color: inherit;
    background: none;
    border-color: #01043a;
    /* height: 2rem; */
    min-width: 1.5em;
    padding: 0;
}

/* Custom pagination styling to match screenshot */
.custom-pagination {
    padding: 1.5rem 2rem;
    background-color: #f9f9f9;
    border-radius: 0 0 16px 16px;
    border-top: 1px solid #e1e3ea;
}

/* Previous/Next buttons at top */
.pagination-top a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.pagination-top a:hover {
    color: #333;
}

.pagination-top a.disabled {
    color: #aaa;
    pointer-events: none;
}

/* Results counter */
.pagination-counter {
    color: #666;
    font-size: 14px;
}

/* Arrow navigation */
.arrow-nav {
    width: 100%;
}

.arrow-nav a {
    display: inline-block;
}

.arrow-nav a.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.arrow-left,
.arrow-right {
    position: relative;
}

.arrow-left svg,
.arrow-right svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
}

/* Numbered pagination */
.pagination-numbers {
    gap: 0.75rem;
}

.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.page-number:hover {
    background-color: #f0f0f0;
    border-radius: 100px;
}

.page-number.active {
    /* color: #01043a; */
    /* border: 1px solid #ccc; */
    font-weight: 600;
    border-radius: 100px;
    color: #ffffff;
    background-color: #01043a;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.nav-line-tabs .nav-item .nav-link {
    margin: 0 1rem;
}

/*dashboard footer*/
.copyright p {
    color: #716f6f;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.footer-dashboard {
    position: absolute;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    right: 0;
    left: 0;
}

.dashboard-navigation li {
    list-style: none;
    margin-right: 20px;
}

.dashboard-navigation li a {
    color: #716f6f;
    font-size: 10px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
}

.dashboard-navigation li:last-child {
    margin-right: 0px;
}

.accordion-item .accordion-button {
    padding-left: 0;
}

.left-sidebar .accordion-body {
    padding-left: 0;
}

.bg-light-radius {
    border-radius: 25px;
    height: 48px;
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bg-light-alt {
    background-color: #f0f0f0;
}

.green-color {
    background-color: #f6f6f6;
}

.border-solid {
    border: 1px solid #ebebeb;
}

.text-green {
    color: var(--lincoln-green, #01043a);
}

.weignt-400 {
    font-weight: 400;
}

.button-search {
    background: #e7efcf;
    border-radius: 14px;
    min-width: 150px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    color: var(--lincoln-green, #01043a);
    text-align: center;
    font-size: 14px;
    border: 0;
    min-height: 45px;
}

.list-style-none {
    list-style: none;
}

.pl-0 {
    padding-left: 0;
}

.text-green-dark {
    color: var(--olive-drab-3, #01043a);
}

.alert-primary-default {
    border-radius: 14px;
    border: 1px solid #e9e9e9;
    background: #f8f8fa;
}

.profile-setting-sidebar .nav-item.w-100 .nav-link:hover,
.profile-setting-sidebar .nav-item.w-100 .nav-link.active {
    background-color: #e2e9d4 !important;
    max-width: 70% !important;
}

.min-height-890 {
    min-height: 890px;
}

.dropzone {
    border-radius: 15px;
    border: 1px solid rgb(153, 163, 180);
    background: #f7f8fa !important;
    border: 1px dashed #cccccc !important;
}

.btn-light-white {
    background: #fff;
    border: 1px solid var(--gray-0, #ccc) !important;
}

.min-width-110 {
    min-width: 110px;
}

.cancel-btn {
    color: var(--gray-100, #999);
    text-align: center;
    font-size: 16px;
    font-weight: 450;
    line-height: 22px;
}

.update-btn {
    color: var(--white, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 22px;
}

.h-100dvh {
    height: 100dvh !important;
}

.max-height-40 {
    max-height: 40px;
}

.clonediv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.clonediv .form-control {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.clonediv .minus-icon {
    cursor: pointer;
}

.primary-blue {
    background: #082049 !important;
}

.primary-blue:hover {
    color: #082049 !important;
}

.modal-header,
.modal-body {
    padding: 1.5rem;
}

.border-1px-solid {
    border: 1px solid !important;
}

.border-color-gray {
    border-color: #cccccc !important;
}

.modal {
    background: rgb(70 88 119 / 46%);
}

.text-input {
    color: var(--oxford-input, #465877);
    font-weight: 450;
}

.uploader-files-custom .dropzone.dropzone-queue .dropzone-item {
    background: none;
}

.uploader-files-custom .dropzone.dropzone-queue .dropzone-item {
    background: none;
    border-bottom: 1px solid #452049;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

/* feed styles */
.counter-item-circlr {
    height: 33px;
    width: 33px;
    background: rgb(199 199 199 / 80%);
    right: 25px;
    bottom: 25px;
}

.counter-item-circlr a {
    display: inline-flex;
}

.end-10-px {
    right: 10px;
}

.br-right-left {
    position: relative;
}

.br-right-left::before {
    content: "";
    height: 104.5%;
    width: 1px;
    background: #e9e9e9;
    position: absolute;
    left: -6px;
    margin-top: -65px;
}

.border-parimay-top {
    border-top-color: #e0e0e0;
}

.menu-items a {
    font-weight: 450;
}

.disable-anchor {
    pointer-events: none;
}

.swal2-container.swal2-center > .swal2-popup {
    min-width: 436px;
    padding: 1rem !important;
}

.swal2-icon.swal2-warning.swal2-icon-show {
    display: none !important;
}
.swal2-icon-success .swal2-html-container {
    margin-top: 0rem !important;
}
.swal2-icon.swal2-success.swal2-icon-show {
    margin: 0.5em auto 0.6em !important;
}

.swal2-icon {
    margin: 0.5em auto 0.6em !important;
}

.swal2-confirm.btn,
.swal2-confirm.btn:hover {
    background-color: #fff !important;
    color: #999999 !important;
    border: 1px solid #cccccc !important;
}
.clickable-row {
    cursor: pointer;
}
/* SweetAlert custom styles for deleted modal */
.swal2-center-popup {
    text-align: center !important;
    min-width: 320px !important;
    max-width: 350px !important;
    border-radius: 16px !important;
}

/* Custom SweetAlert icon styles */
.swal2-success-icon {
    color: #28a745 !important;
    border-color: #28a745 !important;
}

.swal2-error-icon {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.swal2-warning-icon {
    color: #ffc107 !important;
    border-color: #ffc107 !important;
}

/* Enhanced SweetAlert popup styling */
.swal2-popup {
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.swal2-title {
    font-weight: 400 !important;
    color: #123d86 !important;
}

.swal2-html-container {
    color: #666262 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.swal2-center-title {
    text-align: center !important;
    width: 100%;
    margin-bottom: 0.5rem !important;
}
.fs-20 {
    font-size: 1.25rem !important;
}

.swal2-center-html {
    text-align: center !important;
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
}

.swal2-container .swal2-html-container {
    max-height: 100%;
    text-align: left;
    /* font-size: 22px; */
    font-style: normal;
    font-weight: 450;
    line-height: 22px;
    overflow: inherit;
    margin: 0;
    color: #082049;
}
.swal2-container .swal2-title {
    text-align: left;
    display: block;
    font-weight: 700;
    color: #123d86 !important;
    font-size: 22px;
    padding-top: 5px;
    padding-left: 5px;
}
.swal2-html-container {
    padding-left: 5px;
    color: #666262 !important;
    padding-top: 5px;
}
.sub-menu-opened,
.sub-menu-opened-post,
.sub-menu-opened-event {
    display: none;
}
.sub-menu-opened,
.sub-menu-opened-post,
.sub-menu-opened-event {
    /* display: flex; */
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1,
        menu-sub-dropdown-animation-move-up 0.3s ease 1;
    flex-direction: column;
    border-radius: 0.475rem;
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
}
/* .abc:hover + .sub-menu-opened {
    visibility: visible;
    opacity: 1;
} */
.swal2-popup {
    padding: 1rem;
}
button.swal2-confirm.swal2-styled {
    background: #fc440f !important;
    background-color: #fc440f !important;
    color: #fff;
    border: none !important;
    min-width: 110px;
    border-radius: 10px;
    padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
}

.swal2-popup .swal2-actions {
    margin-left: 0 !important;
}

.swal2-popup .btn {
    margin: 0px 3px 0px !important;
}
.swal2-icon-success .swal2-html-container,
.swal2-icon-success .swal2-title {
    text-align: center !important;
}
.swal2-icon-success .swal2-actions {
    margin: 0px auto !important;
}

.swal2-actions button.btn.confirm-button {
    border-radius: 7px;
    background: #fc440f !important;
    background-color: #fc440f !important;
    border: 1px solid #fc440f !important;
    min-width: 110px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
}
.swal2-actions button.btn.cancel-button {
    border-radius: 7px;
    background: #ececec !important;
    background-color: #ececec !important;
    border: 1px solid #ececec !important;
    min-width: 110px;
    color: #082049;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
    padding: 10px 20px !important;
}

.swal2-actions button.btn.confirm-button {
    background: #fc440f !important;
    background-color: #fc440f !important;
    color: #fff !important;
    padding: 10px 20px !important;
}

html body .swal2-popup .swal2-title {
    font-size: 1.5rem;
}

html body .swal2-popup .swal2-html-container,
html body .swal2-popup .swal2-content {
    margin-top: 0.5rem;
}

.dropzone.dz-clickable {
    text-align: left;
}

/* .afterShow-imageUpload {
    border: 10px solid red !important;
} */

.top-24 {
    top: 24px;
}
.top-48 {
    top: 48px;
}

.passwordGenerate_organization {
    height: 45px;
}
#cropAvatarmodal .modal-dialog {
    max-width: 350px;
}
#cropAvatarmodal .modal-body {
    background: #000;
    padding: 3rem;
}
#cropAvatarmodal .cropper-crop-box,
span.cropper-face.cropper-move,
#cropAvatarmodal .cropper-container.cropper-bg {
    border-radius: 100%;
}
#cropAvatarmodal .modal-header {
    padding: 10px;
}
#cropAvatarmodal button.close {
    border: 0;
    background: none;
}
#cropAvatarmodal button.close span {
    line-height: 16px;
    font-size: 22px;
}
.btn-blue-btn {
    background: #082049 !important;
    line-height: 20px;
}
#cropAvatarmodal .modal-content {
    border-radius: 13px !important;
}
#cropAvatarmodal .modal-footer {
    padding: 10px;
}
.zindex-1 {
    z-index: 1;
}
.comment-form textarea {
    padding-right: 44px;
}
.comment-form textarea::placeholder,
.comment-form textarea::placeholder {
    line-height: 40px;
}
.reply-button:hover {
    color: #fc440f !important;
}
.checkImagesInsight-js .media,
.post-photo-slider .media {
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
    overflow: hidden;
}
.checkImagesInsight-js .media img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
textarea.form-control.form-control-lg.form-control-solid.border-0.eee,
textarea.form-control.form-control-lg.form-control-solid.border-0 {
    text-transform: math-auto;
}
.parent-top-comment {
    padding: 1rem 0.5rem 0.5rem;
    border-bottom: 1px solid #ececec;
}
.parent-top-comment-inner {
    background: #f9f9f9;
    border-radius: 14px;
    margin-bottom: 5px;
    padding: 1rem;
}
.text-gray-custom {
    color: #082049;
}
textarea.form-control.form-control-lg::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}
textarea.form-control.form-control-lg::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the thumb */
    border-radius: 4px; /* Rounded corners of the thumb */
}

textarea.form-control.form-control-lg::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the track */
    border-radius: 6px; /* Rounded corners of the track */
}
.fs-12-size {
    font-size: 12px;
}
.select2-container--bootstrap5
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    background-color: #c4d888 !important;
    color: #01043a !important;
}
.text-content-mt {
    color: var(--Gray200, #666);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 125% */
    margin-bottom: 15px;
}
.post-reply-inner {
    color: var(--Gray200, #666);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px; /* 128.571% */
    margin-bottom: 10px;
}
.new-titlesty a {
    color: #023047;

    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 14px; /* 125% */
}
.displayuserName {
    color: #023047;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    line-height: 20px; /* 125% */
    margin-bottom: 0;
}

.username:hover {
    color: #fc440f !important;
    text-decoration: underline;
}

.displayTimeInner {
    color: #8b8d92;
    text-align: right;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 12px; /* 150% */
}
.motivated-comment {
    margin-bottom: 0px;
}
.no-bg {
    background: none;
}
.no-shahdow {
    box-shadow: 0px 0px 0px 0px rgba(153, 155, 168, 0.18);
}
.box-repeat.yui,
.box-repeat.tter,
.box-repeat,
.card-wrapper {
    box-shadow: 0px 0px 0px 0px rgba(153, 155, 168, 0.18);
    background: #fff;
    padding: 1.2rem;
    margin-bottom: 20px;
    border-radius: 12px;
    /* border: 1px solid rgb(228 228 228); */
    border: 1px solid #ebebeb;
}
.no-padding {
    padding: 0 !important;
}
.sec-obc-help-inner {
    border-radius: 14px;
    border: 1px solid var(--bs-gray-100);
    background-color: #f7f8fa !important;
}
.title-helpinner {
    color: var(--Oxford-Blue, #082049);
    font-feature-settings: "clig" off, "liga" off;
    /* Text/Medium/18px */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
    margin-bottom: 5px;
}
.selec-an-option {
    color: var(--Oxford-Blue, #082049);
    font-feature-settings: "clig" off, "liga" off;

    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
}
.custom-all-notices-class {
    min-height: 545px;
}
.form-check-image .form-check-label.label-help {
    color: var(--Oxford-Blue, #082049);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 125% */
    margin-left: 1rem;
}

.sec-obc-help-inner
    .form-check.form-check-solid
    .form-check-input:not(:checked) {
    background-color: var(--bs-gray-300);
    border: 1px solid var(--bs-gray-300);
}

.sec-obc-help-inner .form-check-input:checked {
    background-color: #082049;
    border-color: #082049;
}
.load-more {
    margin-top: 25px;
}
.load-more a {
    color: var(--Oxford-Blue, #082049);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-decoration-line: underline;
}
.event-create .media {
    margin-top: 35px;
}
.time--display--m {
    color: var(--Gray200, #666);
    font-feature-settings: "clig" off, "liga" off;
    /* Text/Regular/16px */

    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 125% */
}

.event-time,
.event-date,
.event-location {
    color: #01043a;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 125% */
}

.icon-show {
    display: inline-flex;
    margin-right: 10px;
}
.row-nnt {
    margin-top: 10px;
}
.event-create .event-body {
    padding: 1rem;
    margin-top: 20px;
}
.event-create .event-body h3 {
    color: var(--Oxford-Blue, #082049);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 27px; /* 135% */
    margin-bottom: 15px;
}
.scrollable-content {
    max-height: 170px;
    overflow: auto;
}
.description-event {
    margin-top: 0px;
}
.event-body {
    padding-top: 15px;
}
.event-create .description-event h4 {
    color: var(--Oxford-Blue, #082049);
    font-feature-settings: "clig" off, "liga" off;
    /* Text/Regular/16px */
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 125% */
    margin-top: 20px;
    margin-bottom: 10px;
}
.event-create .description-event h5 {
    color: var(--Gray200, #666);
    font-feature-settings: "clig" off, "liga" off;
    /* Text/Regular/14px */
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 142.857% */
}
.event-create .description-event p {
    color: var(--Gray200, #666);
    font-feature-settings: "clig" off, "liga" off;

    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 142.857% */
}
.event-create .description-event ul {
    padding: 0;
    margin: 0;
}
.event-create .description-event ul li {
    color: var(--Gray200, #666);
    font-feature-settings: "clig" off, "liga" off;
    /* Text/Regular/14px */
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 142.857% */
}
.event-create .clander-time {
    min-width: 40%;
}
.dots-icon {
    padding-left: 7px;
}
.gray-wrapper-bx {
    padding: 20px;
    border-radius: 14px;
    border: 1px solid var(--Gray-1, #f9f9f9);
    background: var(--Oxford-Blue, #f9f9f9);
}
.opportunity-title {
    color: var(--Oxford-Blue, #082049);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
}
.opportunity-des {
    color: var(--Oxford-Blue, #082049);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 142.857% */
}
.opportunity-cont {
    padding-left: 20px;
}
.view-detail-t a {
    color: var(--Oxford-Blue, #082049);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
}
span.view-arrow-icon {
    display: inline-flex;
    margin-left: 10px;
}
.user-form-wrapper .input-group.input-group-solid .form-control {
    border: 1px solid #cccccc;
}
.user-form-wrapper .user-form-container .btn-success:hover {
    background-color: #01043a !important;
}
@media (min-width: 1450px) {
    .custompadding {
        padding: 0 282px;
    }

    .pl-70 {
        padding-left: 70px;
    }
}

/* TABLETS ONLY */
@media (min-width: 768px) and (max-width: 1023px) {
    .link-with-dot::before {
        top: 3.66rem;
        left: -11px;
        width: 4px;
        height: 4px;
    }

    .padding-global {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    .mobile-show {
        display: none;
    }
    .createac-tp {
        margin-bottom: 90px;
    }

    .fs-4-a {
        font-size: 1.25rem;
    }

    .my-20-c {
        margin-top: 7.5rem;
    }

    .singin-page {
        padding-top: 4rem;
        padding-bottom: 1rem;
    }

    .t-mb-20 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1560px) {
    .main-navigation-top .menu-items {
        margin-right: 25px;
    }

    .main-navigation-top .fs-4 {
        font-size: 1.02rem !important;
    }

    /* .logo {
    width: 200px;
  } */
}

@media (max-width: 1360px) {
    .header .feed-icons .text {
        display: none !important;
    }

    .main-navigation-top .menu-items {
        margin-right: 24px;
    }
}

@media (max-width: 1024px) {
    .w-69 {
        width: 54%;
    }

    .singin-page {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .main-navigation-top .menu-items {
        margin-right: 15px;
    }

    .custompadding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hidden-mobile {
        display: none !important;
    }

    .tab-direction-column {
        flex-direction: column;
    }

    .col-full-tab,
    .col-full-tab .w-lg-325px {
        flex: 0 0 auto;
        width: 100%;
    }

    .feed-wrapper-tab {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .br-right-left::before {
        width: 0;
    }
}

/* MOBILE STYLES*/

@media (max-width: 767px) {
    .padding-global {
        padding: 10px 0;
    }
    .link-with-dot::before {
        top: 3.1rem;
        left: -8px;
        width: 4px;
        height: 4px;
    }

    .messenger-listView {
        display: block !important;
    }
    .possthead {
        flex-wrap: wrap;
    }
    .possthead .allposts {
        width: 50%;
    }
    .possthead .search-fields {
        width: 50%;
        margin-top: 19px;
    }
    .messenger-listView,
    .messenger-messagingView {
        position: relative !important;
    }
    .chat-search {
        margin-top: 0px !important;
    }
    .messenger.container {
        min-height: 100% !important;
    }
    .hidden-mobile {
        display: none !important;
    }

    h2 .user-name {
        font-size: 17px !important;
    }

    .fs-4-a {
        font-size: 1rem;
    }

    .page-signup h1,
    .page-signup h1,
    .account-verification h1,
    .defaulth1 {
        font-size: 28px;
    }

    .mb-sm-4 {
        margin-bottom: 1rem;
    }

    .passwordGenerate {
        font-size: 10px;
    }

    .page-signup {
        padding-top: 3rem;
    }

    .m-mb-20 {
        margin-bottom: 20px;
    }

    .m-mb-26 {
        margin-bottom: 26px;
    }

    .m-mb-20 {
        margin-bottom: 20px;
    }

    .m-mt-20 {
        margin-top: 20px;
    }

    .m-mt-26 {
        margin-top: 26px;
    }

    .m-mt-30 {
        margin-top: 30px;
    }

    span.allposts {
        font-size: 20px;
    }

    .singin-page {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .main-navigation-top .menu-items {
        margin-right: 7px;
    }

    .nav-line-tabs .nav-item .nav-link {
        font-size: 16px;
    }

    .font-size-18 {
        font-size: 14px;
    }

    .menu-items .symbol-35px {
        max-width: 28px;
    }

    .mw-130 {
        max-width: 130px;
    }

    .organisation-wrapper .symbol.symbol-fixed > img {
        width: 35px;
        height: 35px;
    }

    .view-details-button img {
        max-width: 25px;
    }

    .view-details-button a {
        padding-left: 51px;
        padding-top: 8px;
    }

    ul.dashboard-navigation {
        padding-left: 0;
    }

    .feed-wrapper-tab {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .explore-links {
        margin-bottom: 3rem;
    }
}

.btn.btn-primary:hover {
    color: var(--bs-primary-inverse);
    border-color: var(--bs-primary-active);
    background-color: #fc440f !important;
}

.dropzone-item:nth-child(4) {
    display: none !important;
}
#create_poll_form {
    margin: 0px auto;
}

.custom-icon {
    margin-top: 10px;
}
.admin-dash {
    padding-top: 30px;
}
/*zeeshan css */
.heading-dashboard h1 {
    font-size: 18px;
    padding-top: 30px;
}
.left-sidebar .accordion-item {
    border-bottom: 0px !important;
}
.messages-item h2 {
    color: #082049;
    font-weight: 500;
    padding: 25px 0px;
    border-bottom: 1px solid #eee;
}

.admin-menu-item {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.collapse .admin-menu-item:last-child {
    border-bottom: none !important;
    /* padding-bottom: 20px !important; */
}

.group-items h2 {
    color: #082049;
}

h2.custom-h2 a {
    font-size: 18px;
    font-weight: 500;
}
h2.custom-h2 {
    margin-bottom: 15px;
}
.group-items h2 {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0px;
}
.new-dashboard-right-side {
    padding-top: 0px;
    padding-bottom: 0px;
}
.new-dashboard-right-side .main-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-dashboard-right-side .main-title-wrapper .title h2 {
    font-size: 30px;
    line-height: 22px;
    color: #082049;
    font-weight: 500;
}
.new-dashboard-right-side .main-title-wrapper .title p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #465877;
}
.dataTables_filter input {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 30px;
    background-position: 5px 5px !important;
}
.dataTables_filter input:focus-visible {
    outline: none !important;
}
.add-user-btn a {
    color: #fff;
}
.filter-buttons-table {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    display: flex;
}
.filter-item {
    margin-bottom: 20px;
}
.filter-section {
    margin: 20px 0px;
}
.datatable-wrapper {
    position: relative !important;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-top: 0;
    padding-top: 0;
}
button#delete-selected-button {
    font-size: 10px;
}
#select-all:after {
    display: none;
}
.filter-button-open button#kt_drawer_example_basic_button {
    padding-right: 0px;
}
.add-user-btn a img {
    margin-left: 25px;
    width: 15px;
    top: -2px;
    position: relative;
}
.counter-two-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.4);
    padding: 2px 4px;
    border-radius: 100%;
}
.counter-two-image span {
    color: #fff;
}
#imageSlider img {
    width: 100%;
    height: 700px;
    object-fit: contain;
}
#postModalBody .tns-nav {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
#postModalBody .tns-nav button {
    display: block;
    outline: none;
    width: 1.25rem;
    height: 0.75rem;
    background-color: var(--bs-gray-200);
    margin: 0 0.25rem;
    border: 0;
    border-radius: 0.35rem;
}
#postModalBody .tns-nav-active {
    background-color: #01043a !important;
}
#postModalBody .modal-body {
    background-color: #000;
}
#postModalBody .tns-controls {
    display: none;
}
.post-photo-slider .media img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

td .user-image {
    display: flex;
    align-items: center;
}
td .user-image img {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    margin-right: 10px;
}
td .user-info {
    padding-left: 0px;
}
td .user-name,
td .user-name p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #01043a !important;
    /* color: #6d6f85 !important; */
}
td .user-email {
    font-size: 10px;
    font-weight: 400;
    color: #6d6f85;
    text-transform: uppercase;
}
table.table.table-row-bordered tr {
    vertical-align: middle;
}
table.table-row-bordered tr th {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 500 !important;
}
table.table-row-bordered tr .td-padded {
    padding-left: 70px !important;
}
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled {
    padding-right: 0px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #f4f4f4 !important;
}
.status-badge span {
    display: block;
    width: 100px;
    padding: 5px;
    border-radius: 20px;
    background-color: #a2c541;
    text-align: center;
    color: #01043a;
}
.status-badge-poll span {
    display: block;
    width: 100px;
    padding: 5px;
    border-radius: 20px;
    background-color: #a2c541;
    text-align: center;
    color: #01043a;
}
.actions-tables-last .edit.actions-btns img {
    margin-right: 10px;
}
.actions-tables-last {
    text-align: right !important;
}
.daye-picker-wrapper {
    position: relative;
}
.daye-picker-wrapper svg {
    position: absolute;
    right: 20px;
    top: 35px;
}
.page-content-user-dashboard div.dataTables_length + div.dataTables_info {
    margin-left: 0rem;
}
.analytics-reporting-wrapper {
    background: #f8f8f8;
}
.form-control.custom-date-input {
    padding: 30px !important;
    border-radius: 20px !important;
}
.user-form-container {
    max-width: 500px;
    margin: 0px auto;
}
#kt_datatable_zero_configuration_notice_wrapper .table:not(.table-bordered) tr,
#kt_datatable_zero_configuration_notice_wrapper .table:not(.table-bordered) th,
#kt_datatable_zero_configuration_notice_wrapper .table:not(.table-bordered) td {
    font-weight: 500 !important;
}
img.edit-notice-img {
    background: #e6e8ec;
    border-radius: 20px;
    padding: 3px;
}
.swal2-container .swal2-actions .swal2-confirm.btn:hover {
    color: #fff !important;
    background: #fc440f !important;
}
.user-form-wrapper .user-form-container .form-control.form-control-solid,
.user-form-wrapper .user-form-container .form-select.form-select-solid,
.user-form-container textarea {
    margin-bottom: 15px;
}

.user-form-wrapper .user-form-container {
    padding-top: 80px;
}
.user-form-wrapper .user-form-container .btn-success {
    background-color: #01043a;
    min-width: 220px;
    margin-top: 20px;
}
.user-form-container .user-form-content h2 img {
    position: relative;
    top: -3px;
    width: 30px;
    margin-right: 5px;
}
.user-form-container .user-form-content h2 {
    padding-bottom: 20px;
}
.user-form-container .user-form-content p img {
    position: relative;
    top: -3px;
    margin-right: 2px;
}

div.dataTables_wrapper div.dataTables_filter {
    float: left;
}
.dataTables_wrapper .dataTables_filter input {
    border: none !important;
    border-radius: 5px !important;
    padding: 10px 10px 10px 40px !important;
    background-color: #f8f8fa !important;
    color: inherit;
    margin-left: 3px !important;
}
.filter-sidebar-content {
    padding: 20px 20px;
    width: 100%;
}
/* div#kt_drawer_example_basic {
  display: block !important;
} */

/* Fix drawer z-index to appear above modal backdrop */
#kt_drawer_example_basic {
    z-index: 1060 !important;
}
.filter-sidebar-content .accordion-body {
    padding: 20px 0px;
}
.filter-sidebar-content .accordion-body .form-check {
    margin-bottom: 20px;
}
.accordion-body.custom-range-box {
    padding: 2px 0px;
}
.filter-sidebar-content .accordion-body .form-check label {
    font-size: 14px;
    color: #666666;
    padding-left: 10px;
}
.filter-sidebar-content .accordion-button:not(.collapsed) {
    color: #082049;
    background-color: transparent;
}
.filter-sidebar-content .accordion-item {
    border: 0px;
    border-bottom: 1px solid #eee !important;
}
.filter-button-open .btn.btn-primary {
    color: #01043a;
    background-color: transparent;
}
.filter-button-open .btn.btn-primary:hover:not(.btn-active) {
    color: #01043a;
    background-color: transparent !important;
}
.delete-selected a {
    color: #082049;
}
.filter-button-open .btn.btn-primary img {
    margin-right: 10px;
}
/* .filter-button-open button#kt_drawer_example_basic_close {
    position: absolute;
    right: 25px;
    top: 35px;
} */
.dataTables_length label {
    font-size: 0px;
}
.dataTables_length label select {
    font-size: 14px;
}
.page-content-user-dashboard div.dataTables_length + div.dataTables_info {
    display: none;
    margin-left: 0rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-size: 22px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0px !important;
    background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:after {
    content: "";
    width: 15px;
    height: 2px;
    position: relative;
    background-color: #01043a;
    display: block;
    left: 1px;
}
table.dataTable.no-footer {
    border-bottom: 0px !important;
}
.sidebar-filter-buttons {
    position: absolute;
    bottom: 30px;
}

.sidebar-filter-buttons .btn.btn-primary {
    background: #082049;
    color: #fff;
    margin-left: 10px;
    padding: 6px 30px !important;
    border: 1px solid transparent !important;
}
.sidebar-filter-buttons .btn.btn-primary:hover {
    background-color: #fff !important;
    color: #082049 !important;
    border: 1px solid #082049 !important;
}
.sidebar-filter-buttons .btn.btn-light {
    padding: 6px 30px !important;
    border: 1px solid transparent;
}
div.dataTables_wrapper div.dataTables_length {
    margin-top: 15px;
}
.left-sidebar h2.custom-h2 a,
.left-sidebar .group-items h2,
.left-sidebar .accordion-item .accordion-button {
    font-size: 16px;
}
.messages-item h2 {
    font-size: 16px;
}
table.dataTable > thead .sorting_asc.soritng-box:after {
    display: none !important;
}
.create-group-page .heading h2 {
    font-size: 28px;
    line-height: 22px;
    font-weight: 500;
    color: #082049;
}
.create-group-page .heading h2 img {
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.create-group-page .group-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.group-wrapper-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar-and-right-content {
    margin-top: 30px !important;
}
.sidebar-and-right-content .slected-text p {
    color: #01043a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 450;
}
.view-member-in-group a {
    color: #082049;
    font-size: 12px;
    text-decoration: underline;
}

.members-list {
    height: 500px;
    overflow-y: auto;
}

div#error-message-checkbox {
    position: absolute;
    top: 10px;
}

.text-danger {
    color: #e74c3c !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-top: 4px;
    display: block;
}

.groups-data-wrapper .group-detail {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
}

.groups-data-wrapper .group-detail .groupname h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #082049;
}
.groups-data-wrapper .group-detail .groupname p {
    font-size: 14px;
    color: #666666;
    padding-top: 0.4rem;
}
.groups-data-wrapper .group {
    width: 50%;
    margin-bottom: 20px;
}
.create-group-button .btn-primary a {
    color: #fff;
}

.groups-data-wrapper {
    margin-top: 10px;
    border: 1px solid #eee;
    flex-wrap: wrap;
    border-radius: 12px;
    height: 500px;
    padding: 5px;
    overflow-y: scroll;
}
.community-data-wrapper {
    margin-top: 10px;
    border: 1px solid #eee;
    flex-wrap: wrap;
    border-radius: 12px;
    height: 600px;
    padding: 5px;
    overflow-y: scroll;
}
.analytics-reporting-wrapper .reporting-sidebar h2 {
    font-size: 28px;
    color: #082049;
    background-color: #f8f8f8;
}
.filter-by-date-wrapper {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    margin-top: 20px;
}
.filter-by-date-wrapper p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #666666;
}
.filter-by-date-wrapper h3 {
    font-size: 18px;
    color: #023047;
    margin-bottom: 0px;
}

.overview-wrapper .heading h2 {
    font-size: 22px;
    line-height: 22px;
    color: #023047;
    font-weight: 500;
    margin-bottom: 0px;
}
.overview-wrapper .heading h2 img {
    max-width: 50px;
    margin-right: 10px;
}
.reporting-sidebar .overview-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reporting-sidebar .stat-box {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.reporting-sidebar .stat-box:last-child {
    border-bottom: 0px;
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.reporting-sidebar .left-stats {
    min-width: 130px;
}
.stats-wrapper {
    margin-top: 20px;
}
.over-view-main-wrapper {
    padding: 20px 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-top: 20px;
    background-color: #fff;
}
.search-members .form-control {
    background-color: #eee !important;
}
.search-members ::placeholder {
    color: #5d595c !important;
    opacity: 1; /* Firefox */
}

.search-members ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #5d595c !important;
}
div#search_results {
    height: 300px;
    overflow-y: scroll;
}
.reporting-sidebar .stats-wrapper p {
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    color: #666666;
    margin-bottom: 5px;
}
.reporting-sidebar .stats-wrapper h3 {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 24px;
    color: #01043a;
}
.monthly-engagment {
    margin-bottom: 15px;
}
.reporting-sidebar .monthly-engagment p {
    margin-bottom: 0px;
}
.monthly-engagment small {
    font-size: 10px;
}
.percent-stats .left-stats h3 {
    margin-bottom: 0px;
}
.stat-box.percent-stats {
    justify-content: space-between;
}
.stat-box.percent-stats .right-stats {
    text-align: center;
}
.stat-box.percent-stats .right-stats h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #01043a;
}
table.dataTable thead > tr > th.sorting_asc:after {
    display: none !important;
}
.page-content-user-dashboard
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button:hover,
.page-content-user-dashboard
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current:hover {
    color: #000 !important;
    border: 1px solid transparent !important;
}
.page-content-user-dashboard
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current {
    border: 1px solid transparent !important;
}
#chart h2 {
    padding: 20px 20px 0px 20px;
}
.apexcharts-toolbar {
    display: none !important;
}
.apexcharts-canvas {
    width: 100% !important;
    height: 450px;
    padding: 0px;
    margin-bottom: 0px;
}
.apexcharts-title-text {
    font-weight: 600 !important;
    font-size: 18px;
}
.card.card-bordered {
    margin-bottom: 20px;
}
.apexcharts-gridlines-horizontal {
    display: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    color: #000 !important;
    border: none !important;
}
.sticky-top.custom-sticky-top {
    z-index: 0;
}
.page-content-user-dashboard .dataTables_wrapper th {
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

/*dashboard feedback css */

.user-form-content span.error {
    position: relative;
    top: -3px;
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
    .actions-tables-last img {
        width: 20px;
        margin-right: 5px;
    }
}

@media screen and (min-width: 1400px) {
    .actions-tables-last img {
        width: 25px;
        margin-right: 5px;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1400px !important;
    }
}

.status-badge-disable {
    background-color: #e6e9ed;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 23px;
    font-size: 12px;
}
.status-badge {
    background-color: #ffe0d7;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 23px;
    font-size: 12px;
    color: #fc440f;
}
.status-badge-poll {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 23px;
    border: 1px solid;
}
div#kt_dropzonejs_create_post {
    flex-wrap: wrap;
}
.dropzone {
    padding: 10px !important;
}
.div#swal2-html-container {
    font-size: 14px;
    line-height: 22px;
    padding: 0px 8px;
}
html body .swal2-popup .swal2-title {
    font-size: 22px;
    color: #082049 !important;
    line-height: 22px;
}
.swal2-actions .swal2-confirm.btn {
    background: #fc440f !important;
    color: #fff !important;
    padding: 6px 20px !important;
    border: 1px solid #fc440f !important;
}

button.swal2-cancel.btn {
    background-color: #fff !important;
    color: #999999 !important;

    border: 1px solid #cccccc !important;
    padding: 6px 20px !important;
}
div#swal2-html-container {
    padding-left: 7px;
}
.swal2-select {
    margin: 15px 0px 0px 0px !important;
}
.form-check-input:checked[type="checkbox"] {
    background-size: 60% 60% !important;
}
th.sorting_disabled.sorting_asc {
    width: 45px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000 !important;
}
.add-user-btn a.btn-primary {
    font-size: 12px !important;
}
.btn.filter-btn {
    background: #01043a;
    padding: 9px 10px !important;
    color: #fff;
}
.btn.filter-btn img {
    margin-left: 30px;
}
.btn.drop-down-btn {
    background-color: #e5ebd4;
    color: #01043a;
}

/*chat design css */
.chat-person-wrapper .nav-tabs.nav-line-tabs {
    border: 1px solid #eee !important;
    padding: 5px !important;
    border-radius: 10px;
    justify-content: space-between;
}
.chat-tab-wrapper li.nav-item {
    text-align: center !important;
    margin: 0px 5px !important;
}
.chat-tab-wrapper .nav-line-tabs .nav-item .nav-link {
    padding: 5px 25px !important;
    border-radius: 5px !important;
}
.chat-tab-wrapper .nav-line-tabs .nav-item .nav-link.active {
    border-bottom: 0px !important;
    background: #f8f8fa !important;
    border: 1px solid #f8f8fa !important;
}
.chat-tab-wrapper .nav-line-tabs .nav-item .nav-link {
    font-size: 14px !important;
    padding-bottom: 5px !important;
    margin: 0px !important;
    color: #465877 !important;
}
.chat-tab-wrapper .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 0px !important;
}
.person-detail .user-img-name {
    display: flex;
    align-items: center;
}
.user-img-name h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 125% */
    color: #082049;
    padding-left: 12px;
    margin-bottom: 0px;
}
.user-img-name p {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 166.667% */
    color: #666;
    padding-left: 12px;
    margin-bottom: 0px;
}
.person-detail .nav-line-tabs .nav-item .nav-link {
    padding-bottom: 0px !important;
}
.person-detail .nav-line-tabs .nav-item .nav-link.active {
    border-bottom: 0px !important;
}
.person-detail .nav-line-tabs .nav-item:first-child .nav-link {
    margin-left: 0px !important;
}
.person-detail ul.nav-tabs li {
    margin-bottom: 20px;
}
.person-detail .nav-tabs.nav-line-tabs {
    flex-direction: column;
}
.person-detail .nav-line-tabs .nav-item .nav-link {
    margin: 0px !important;
}
.person-detail .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 0px !important;
}
.chat-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.meaasge-time small {
    color: #666;
    font-size: 9px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 222.222% */
}
.person-detail .nav-tabs.nav-line-tabs {
    border: 0px !important;
}
.person-detail .unread-message {
    width: 20px;
    height: 20px;
    background: #e5ebd4;
    border-radius: 10px;
    padding: 2px 15px;
    margin: 0px auto;
}
.person-detail .meaasge-time .unread-message small {
    font-size: 12px !important;
    position: relative;
    left: -5px;
    color: #01043a;
    top: -2px;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 166.667% */
}
.person-detail .user-img-name .img {
    position: relative;
}
.person-detail .status-img {
    position: absolute;
    right: 2px;
    bottom: 0px;
}
.chat-detail-wrapper {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 12px;
}
.chat-detail-wrapper .chat-header h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 22px; /* 100% */
    color: #082049;
}
.chat-detail-wrapper .chat-header p {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 142.857% */
    color: #082049;
    margin-bottom: 0px;
}
.chat-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}
.sender-reciever-detail {
    max-width: 400px;
    display: flex;
    align-items: center;
    margin-top: 0px;
    padding-left: 15px;
}
.messenger-search[type="text"] {
    border: 1px solid #cccccc !important;
    width: 100% !important;
    margin: 0px !important;
    border-radius: 15px !important;
}
.messenger-listView.conversation-active {
    padding: 0px 20px;
    position: relative;
    top: 0px;
    display: block !important;
    width: 100% !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.inActiveStatus {
    z-index: 99 !important;
}

.messenger-sendCard {
    border-radius: 0 !important;
    padding: 20px !important;
    border-top: 1px solid #e7e7e7 !important;
    margin: 0px !important;
}
.messenger.container {
    margin-top: 20px;
}
.m-header-messaging {
    box-shadow: none !important;
}
.messenger [type="text"]:focus {
    outline: none !important;
    border-color: #465877 !important;
    box-shadow: none !important;
}
.messenger-listView {
    border: 0px !important;
    background: transparent !important;
}
.chat-tab-wrapper .nav-tabs {
    border: 1px solid #eee !important;
    padding: 5px !important;
    border-radius: 10px;
    justify-content: space-between;
}
.messenger-messagingView {
    background: #f7f8f9 !important;
}
.sender-reciever-detail .image {
    margin-right: 15px;
}
.time-and-name span.time {
    margin-right: 12px;
}
.time-and-name h5 {
    margin-bottom: 0px;
    font-size: 14px !important;
}

.messenger-messagingView .m-body {
    padding-top: 0px !important;
}

#kt_tab_pane_1 > ul > div > table > tbody > tr p {
    font-weight: 400 !important;
    color: #082049 !important;
    font-size: 15px !important;
}

.messenger-sendCard svg {
    color: #ffffff !important;
}

.message-box p {
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

.open-chat-person-name h2 {
    font-size: 18px !important;
}

.messenger-messagingView {
    border: 1px solid #e2e2e2 !important;
}

.message-box {
    border-radius: 10px;
    background: rgba(8, 32, 73, 0.05);
    padding: 12px;
    max-width: 80%;
    margin: 10px 30px;
}
.message-box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 133.333% */
    color: #082049;
}

.emoji-picker__emojis h2.emoji-picker__category-name {
    font-size: 0.85em !important;
}

.emoji-picker__emojis {
    padding: 10px !important;
}

.chat-footer {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.chat-footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}
.chat-footer-bottom button.send-btn-message {
    background: #01043a;
    border: 0px;
    padding: 5px 10px;
    border-radius: 6px;
    color: #fff;
}
.send-btn-message {
    background: #01043a !important;
    border: 0px;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    color: #fff;
}
.conversation-detail {
    height: 400px;
    overflow-y: scroll;
}
.chat-person-wrapper .person-detail {
    height: 500px;
    overflow-y: scroll;
}
.chat-search {
    margin-bottom: 0px;
    margin-top: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .chat-tab-wrapper li.nav-item {
        margin: 0px -5px !important;
    }
    .chat-search {
        margin-top: 20px;
    }
    .messenger-listView {
        max-width: 273px !important;
    }
}
@media screen and (max-width: 767px) {
    .members-list {
        height: auto;
    }
    .chat-person-wrapper .person-detail {
        height: 280px;
    }
    .mobile-setting-postion {
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .apexcharts-canvas {
        padding: 20px 0px;
    }
    .groups-data-wrapper .group {
        width: 100%;
    }
    .groups-data-wrapper {
        display: block;
    }
    .dataTables_wrapper {
        overflow-x: auto;
        max-width: 100%;
        position: relative;
        clear: both;
    }
    .drawer.drawer-end {
        right: 0px !important;
    }
    .drawer.drawer-on {
        right: 0px !important;
    }
    td.actions-tables-last {
        min-width: 145px !important;
    }
    .chat-search {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 767px) {
    .chat-search {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
}

.form-group {
    /* margin-bottom: 1.5rem; */
    display: flex;
    flex-direction: column;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    color: #374151;
    font-family: "oakes-grotesk-semi-bold";
    font-size: 10px;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.form-control.form-control-solid {
    display: block;
    /* width: 100%; */
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #111827 !important;
    background-color: #ffffff !important;
    background-clip: padding-box !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 7px !important;
    transition: all 0.2s ease-in-out !important;
    font-family: "oakes-grotesk-medium" !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.form-select.form-select-solid {
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #111827 !important;
    background-color: #ffffff !important;
    background-clip: padding-box !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 7px !important;
    transition: all 0.2s ease-in-out !important;
    font-family: "oakes-grotesk-regular" !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.form-control.form-control-solid:focus {
    color: #111827 !important;
    background-color: #ffffff !important;
    border-color: #02043a !important;
    outline: 1px solid rgba(2, 4, 58, 0.1) !important;
    outline-offset: 1px !important;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.1) !important;
}

.form-control:disabled {
    background-color: #f3f4f6;
    border-color: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
    opacity: 0.7;
}

.form-control::placeholder {
    color: #838383 !important;
    font-size: 14px !important;
    font-family: "oakes-grotesk-regular";
}

.form-control.is-invalid {
    border-color: #ef4444;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4444' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.4rem;
    font-size: 12px;
    color: #931146;
    font-family: "oakes-grotesk-regular";
}

.is-invalid ~ .invalid-feedback {
    display: block;
}

.error {
    color: #931146 !important;
}

.text-error {
    color: #931146 !important;
}

.select2-container--bootstrap5
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    background-color: #f3f4f6 !important;
    color: #01043a !important;
    font-size: 12px !important;
    padding: 4px !important;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #fc440f !important;
    .form-control {
        font-size: 0.875rem;
    }

    .form-label {
        font-size: 0.875rem;
    }

    .invalid-feedback {
        font-size: 12px;
    }
}

/* Shadcn-like Button Styles */
.btn-shadcn {
    position: relative;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    line-height: 1.5;
    border: 0px !important;
}

.btn-shadcn:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}

.btn-shadcn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-shadcn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transition: opacity 0.2s;
    opacity: 0;
}

.btn-shadcn:hover::before {
    opacity: 1;
}

.btn-shadcn:active {
    transform: translateY(1px);
}

/* Button Variants */
.btn-shadcn-primary {
    background-color: #fc440f !important;
    color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-shadcn-primary:hover {
    background-color: rgba(252, 68, 15, 0.9);
}

.btn-shadcn-default {
    background-color: #111827;
    color: #f9fafb;
    /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); */
}

.btn-shadcn-default:hover {
    background-color: rgba(17, 24, 39, 0.9);
}

.btn-shadcn-destructive {
    background-color: #ef4444;
    color: #f9fafb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-shadcn-destructive:hover {
    background-color: rgba(239, 68, 68, 0.9);
}

.btn-shadcn-outline {
    border: 1px solid #e9e9e9 !important;
    background-color: white;
    color: #111827;
    /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); */
}

.btn-shadcn-outline:hover {
    background-color: #f3f4f6;
}

.btn-shadcn-secondary {
    background-color: #f3f4f6;
    color: #111827;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-shadcn-secondary:hover {
    background-color: rgba(243, 244, 246, 0.8);
}

.btn-shadcn-ghost:hover {
    border: 1px solid #111827;
    color: #111827;
}

.btn-shadcn-link {
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Button Sizes */
.btn-shadcn-default {
    height: 2.75rem;
    padding: 0.5rem 0.75rem;
}

.btn-shadcn-sm {
    height: 2.75rem;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.btn-shadcn-md {
    height: 3rem;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.btn-shadcn-lg {
    height: 3.4rem;
    padding: 0.625rem 2rem;
    font-size: 16px;
    width: 100%;
}

.btn-shadcn-icon {
    height: 2.25rem;
    width: 2.25rem;
    padding: 0;
}

/* Loading State */
.btn-shadcn.loading {
    position: relative;
    cursor: wait;
}

.btn-shadcn.loading::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 50%;
    left: 50%;
    margin: -0.5rem 0 0 -0.5rem;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: button-loading-spinner 0.6s linear infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

.input-group > .form-control.form-control-solid {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-text,
.input-group > button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    border: 1px solid #e5e7eb !important;
    border-left: none !important;
    background-color: #ffffff !important;
}

.input-group:focus-within > .form-control.form-control-solid {
    border-right: none !important;
}

.input-group:focus-within > .input-group-text,
.input-group:focus-within > button {
    border-color: #02043a !important;
}

/* Specific styling for password inputs */
input[type="password"].form-control.form-control-solid {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group:has(input[type="password"]) > .input-group-text,
.input-group:has(input[type="password"]) > button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    border: 1px solid #e5e7eb !important;
    border-left: none !important;
    background-color: #ffffff !important;
}

.input-group:has(input[type="password"]):focus-within
    > .form-control.form-control-solid {
    border-right: none !important;
}

.input-group:has(input[type="password"]):focus-within > .input-group-text,
.input-group:has(input[type="password"]):focus-within > button {
    border-color: #02043a !important;
}

.card-height-700 {
    height: 700px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .card-height-700 {
        height: 400px;
    }
}

.custom-error {
    color: #e74c3c !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-top: 4px;
    display: block;
}
.char-count {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #6d6f85;
    text-align: left;
}
.char-count.over {
    color: #e74c3c;
    font-weight: bold;
}

.menu-sub-dropdown {
    display: none;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    padding: 0.5rem 0;
}
.menu-sub-dropdown.show {
    display: block;
}
.sub-menu-opner-feed {
    cursor: pointer;
}
.menu-item {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

/* .menu-item:hover {
    background-color: #f5f8fa;
} */

span.flatpickr-weekday {
    color: #02043a !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

/* .post-photo-slider {
    display: flex;
    gap: 4px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
} */

/* .post-photo-slider .media {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
} */

.post-photo-slider .media img {
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-photo-slider:hover .media img {
    transform: scale(1.05);
}

.counter-two-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

#postModalBody .imageSlider-popup {
    background: #000;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#postModalBody .imageSlider-popup img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

#postModalBody .tns-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#postModalBody .tns-nav button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 4px;
    padding: 0;
    transition: background-color 0.3s ease;
}

#postModalBody .tns-nav button.tns-nav-active {
    background: #fff;
}

/* Custom: Carousel arrow background for event images */
.event-carousel .carousel-control-prev,
.event-carousel .carousel-control-next,
#eventModalCarousel .carousel-control-prev,
#eventModalCarousel .carousel-control-next {
    background: rgb(255, 255, 255, 0.8) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    /* border: 1px solid #e5e7eb !important; */
}

.carousel-item.active {
    overflow: hidden !important;
    border-radius: 16px !important;
}

.event-carousel .carousel-control-prev-icon,
.event-carousel .carousel-control-next-icon,
#eventModalCarousel .carousel-control-prev-icon,
#eventModalCarousel .carousel-control-next-icon {
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
}

#eventModalCarousel .carousel-control-prev,
#eventModalCarousel .carousel-control-next {
    /* keep existing styles */
    z-index: 2;
}

#postModalBody2 img,
.imageSlider-popup img,
#eventModalCarousel .carousel-item img {
    width: 100% !important;
    height: 80vh !important;
    max-width: 100%;
    object-fit: contain !important;
    display: block;
    margin: 0 auto;
}

.carousel-control-prev {
    margin-left: 16px !important;
}
.carousel-control-next {
    margin-right: 16px !important;
}

#postModalCarousel > button.carousel-control-prev.bg-dark {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50px !important;
    align-self: center !important;
}

#postModalCarousel > button.carousel-control-next.bg-dark {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50px !important;
    align-self: center !important;
}
/* Feed post images (in feed, not modal) */

.post-has-slider {
    height: 450px !important;
    width: 100% !important;
    position: relative;
    margin-bottom: 12px;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.post-ys-thumbnail {
    width: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    height: 450px;
}

.post-no-slider {
    height: 450px;
    width: 100%;
    overflow: hidden !important;
    position: relative;
}

.post-ns-thumbnail {
    width: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.single-image.mt-5.post-photo-slider {
    overflow: hidden;
    border-radius: 16px;
    height: 450px;
}

.carousel-item img {
    display: block;
    margin: 0 auto;
    border: 1px solid #e5e7eb;
    height: 450px;
}

/* Modal images (when clicked) */
#postModalBody2 img,
.imageSlider-popup img,
#eventModalCarousel .carousel-item img {
    max-height: 100% !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
    object-fit: contain !important;
}
.carousel-inner {
    margin-top: 10px;
}

/* Toast Notification Styles */
.custom-toast {
    min-width: 220px;
    max-width: 320px;
    padding: 16px 20px 16px 16px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 4px;
    opacity: 1;
    transform: translateY(0);
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    transition: opacity 0.3s, transform 0.3s;
}
.custom-toast .toast-icon {
    font-size: 1.5rem;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.custom-toast.toast-success {
    background: #dafbd5;
    color: #0f6f48;
}
.custom-toast.toast-success .toast-icon {
    color: #0f6f48;
}
.custom-toast.toast-error {
    background: #ffe0d7 !important;
    color: #931146 !important;
}
.custom-toast.toast-error .toast-icon {
    color: #931146 !important;
}
.custom-toast.toast-info {
    background: #ecfcff;
    color: #056d7c;
}
.custom-toast.toast-info .toast-icon {
    color: #056d7c;
}

/* Toast Notification Styles (icon color specificity fix) */
.custom-toast.toast-success .toast-icon,
.custom-toast.toast-success .toast-icon i {
    color: #0f6f48 !important;
    font-size: 1.5rem !important;
}
.custom-toast.toast-error .toast-icon,
.custom-toast.toast-error .toast-icon i {
    color: #931146 !important;
    font-size: 1.5rem !important;
}
.custom-toast.toast-info .toast-icon,
.custom-toast.toast-info .toast-icon i {
    color: #056d7c !important;
    font-size: 1.5rem !important;
}
.footer-dashboard {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f9f9f9;
    text-align: center;
}

.no-more-posts {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}

.no-result {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}

/* Mobile/tablet carousel fix: Only show active carousel-item, prevent stacking */
@media (max-width: 1024px) {
    .carousel-inner .carousel-item {
        display: none;
        transition: transform 0.6s ease-in-out;
    }
    .carousel-inner .carousel-item.active {
        display: block;
    }
}

/* Flatpickr orange active day */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #fc440f !important;
    border-color: #fc440f !important;
    color: #fff !important;
}

.flatpickr-day.today {
    background: #ffffff !important;
    border-color: #fc440f !important;
    color: #fc440f !important;
}

.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.today:hover {
    background: #fc440f !important;
    border-color: #fc440f !important;
    color: #fff !important;
}

/* Toast Styles */
.custom-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    animation: slideIn 0.3s forwards;
}

.toast-success {
    background-color: #10b981;
    color: white;
}

.toast-icon {
    display: flex;
    align-items: center;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sub-menu-opened-feed {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    min-width: 150px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    padding: 0.5rem 0;
}

.sub-menu-opened-feed .menu-item {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sub-menu-opened-feed .menu-item:hover {
    background-color: #f5f8fa;
}

.sub-menu-opner-feed {
    cursor: pointer;
    position: relative;
}

.profile-listing-item:hover {
    color: #fc440f;
}
