@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

/** Normal Css Start **/

body {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    color: var(--bs-primary);
    background: linear-gradient(180deg, #4557FF 0%, #1B2055 154.5%);
    min-height: 100vh;
}

:root {
    --bs-primary: #1B2055;
    --bs-secondary: #4557FF;
    --bs-danger: #FF4545;
}

.card {
    --bs-card-border-width: 0px;
    --bs-card-border-color: transparent;
    --bs-card-border-radius: 20px;
}

.title {
    color: var(--bs-primary);
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
}

.sub-title {
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
}

.descrption {
    color: var(--bs-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.form-label {
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 0px;
    float: right;
}

.form-control {
    border: 1px solid #E2E5FF;
    padding: 10px 12px;
    border-radius: 5px;
    text-align: right;
}

.form-control:focus,
.form-check-input:focus {
    border-color: var(--bs-secondary);
    box-shadow: unset;
}

.btn {
    --bs-btn-font-weight: 700;
    --bs-btn-font-size: 20px;
    --bs-btn-padding-x: 70px;
    --bs-btn-padding-y: 7px;
    --bs-btn-border-width: 2px;
    border-radius: 5px;
    line-height: normal;
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: unset;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: var(--bs-secondary);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: unset;
    --bs-btn-active-color: var(--bs-secondary);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}

hr {
    border-color: #E2E5FF;
    opacity: 1;
    margin: 110px 0;
}

a {
    font-size: 20px;
    font-weight: 400;
    text-decoration: unset;
    color: var(--bs-primary);
}

a:hover {
    color: var(--bs-secondary);
}

.site-content {
    min-height: calc(100vh - 215px);
}

.form-select:focus {
    box-shadow: unset;
}

.error {
    color: red;
    font-size: 15px;
}

.form-select {
    background-position: left .75rem center;
    color: #1B205580;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    padding-right: 10px;
    background-size: 16px 15px;
}


/** Login Page Start **/

body.login {
    background: none;
}

.login_section {
    min-height: 100vh;
    max-width: 1250px;
    margin: 0 auto;
}

.login_section .container {
    background: linear-gradient(180deg, #4557FF 0%, #1B2055 154.25%);
    padding: 30px 30px;
}

.login_section .card {
    padding: 100px 40px;
}

.login_img img {
    max-width: 390px;
}

.login-form {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.valid-success {
    background-image: url("../images/sucess.svg");
    background-repeat: no-repeat;
    background-position: center left 5px;
    background-size: 24px;
}

.valid-wrong {
    background-image: url("../images/wrong.svg");
    background-repeat: no-repeat;
    background-position: center left 5px;
    background-size: 24px;
}

.otp-form_card .descrption span {
    color: var(--bs-danger);
}

.otp-form_card .descrption {
    font-size: 20px;
    line-height: normal;
}

.otp-form_card #last-four-digits {
    color: var(--bs-primary);
}

.sms_link {
    color: var(--bs-danger);
    font-weight: 400;
}

.recive_link a {
    font-weight: 600;
    line-height: 20px;
}

.otp_wrapper .title {
    font-size: 25px;
}

.otp_wrapper {
    margin-top: 40px;
}

.otp-input {
    display: inline-block;
    width: 47px;
    height: 47px;
    text-align: center;
    border: 1px solid #E2E5FF;
    border-radius: 5px;
    outline: unset;
    color: var(--bs-primary);
    font-size: 20px;
    line-height: normal;
    background-color: #E2E5FF;
    margin: 0 8px;
    font-weight: 400;
}

.otp-input-group {
    margin-bottom: 55px;
    direction: ltr;
}

.otp-form_card .title {
    line-height: 25px;
}

.login-form input[type="tel"] {
    text-align: end;
}


/** Login Page End **/


/** Header Css start **/

.site-header {
    padding: 28px 0;
}

.custom_logo img {
    height: 74px;
}

.site-header .nav-link {
    padding: 4px 14px !important;
    color: var(--bs-white);
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}

.site-header .navbar-nav {
    background-color: #b4bbfc;
    border-radius: 50px;
    padding: 10px 20px;
}

.site-header .navbar-nav .nav-link.active {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-radius: 50px;
    padding: 4px 10px !important;
}

.site-header .navbar-nav .nav-item:first-child .nav-link {
    padding-right: 0px;
}

.site-header .navbar-nav .nav-item:last-child .nav-link {
    padding-left: 0px;
}

.site-header .dropdown-toggle::after {
    display: none;
}

.site-header .dropdown-menu {
    border-radius: 0px 25px 25px 25px;
    --bs-dropdown-border-width: 0px;
    --bs-dropdown-min-width: 335px;
    --bs-dropdown-padding-y: 0;
    padding: 25px 20px;
    left: 18px;
}

.user_details {
    margin-right: 10px;
    max-width: calc(100% - 55px);
}

.user_name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.uset_item {
    margin-top: 12px;
}

.avatar_img img {
    height: 44px;
    width: 44px;
    border-radius: 50px;
}

.user_details .descrption {
    font-size: 16px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.setting_icon {
    margin-right: 30px;
}

.user-login_list {
    cursor: pointer;
}

.uset_item:last-child {
    margin-bottom: 0px !important;
}


/** Header Css End **/


/** Dashboard Css Start **/

.card-box {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 25px;
}

.personal_link {
    margin-bottom: 30px;
}

.contact_form .form-control {
    border: 1px solid #122a76;
    background-color: rgb(255 255 255 / 0%);
    text-align: justify;
}

.contact_form .btn {
    border-radius: 50px;
}

.contact_form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-control::placeholder {
    color: var(--bs-primary);
    opacity: 1;
    font-weight: 600;
}

.form-control::-webkit-input-placeholder {
    color: var(--bs-primary);
}

.date {
    font-size: 25px;
    font-weight: 700;
    background-color: var(--bs-secondary);
    padding: 0px 35px;
    border-radius: 50px;
    line-height: normal;
    margin-right: 25px;
    max-width: calc(100% - 60px);
}

.date-wrapper_details.card-box {
    margin-bottom: 35px;
    padding: 22px 25px;
}

.date-wrapper_details .descrption {
    font-size: 28px;
    line-height: normal;
    position: relative;
    z-index: 1;
}

.date-wrapper_details .descrption a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.date-wrapper_details .descrption::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    right: 0;
    z-index: 0;
    background-color: transparent;
    top: -28px;
    border: 2px solid var(--bs-secondary);
    border-radius: 50%;
    border-left: none;
    border-top: none;
    border-bottom: 0;
}

.update_post-slide {
    padding-top: 50px;
}

.update_post-slider .slick-list {
    padding-right: 0 !important;
}

.post-details_wrapper .title {
    font-size: 25px;
    line-height: 25px;
}

.update-post_card {
    border-radius: 8px 8px 25px 25px;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}

.post-details_wrapper {
    padding: 20px 15px;
    border-radius: calc(18* 1px) 0 0 0;
    background-color: var(--bs-white);
    position: relative;
    z-index: 1;
}

.update-post_card .post-img {
    background-color: var(--bs-white);
    margin-bottom: -8px;
}

.update-post_card .post-img img {
    border-radius: 8px 8px 35px 0px;
    height: 430px;
    width: 100%;
}

.update-post_slide {
    margin: 0 25px 20px 25px;
    transition: transform 0.5s ease;
    height: 100%;
    padding-bottom: 20px;
}

.update_post-slider .slick-list,
.update_post-slider .slick-track {
    display: flex;
}

.update_post-slider {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.update_post-wrapper.card-box {
    height: 85%;
    padding-left: 0px;
    padding-right: 0px;
}

.update_post-wrapper.full-height {
    height: 100%;
}

.fourm_slider {
    max-width: 700px;
}


/** Dashboard Css End **/


/** Update Page Start **/

.update_section .container {
    padding: 25px 20px;
}

.inner-card_box .container {
    background-color: var(--bs-white);
    border-radius: 25px;
    padding: 50px 30px;
    position: relative;
}

.update_card {
    display: flex;
    margin-bottom: 55px;
}

.update-card_details {
    margin-right: 30px;
    max-width: calc(100% - 210px);
}

.update-card_details .sub-title {
    color: var(--bs-secondary);
    line-height: 22px;
    font-size: 20px;
    margin-bottom: 12px;
    min-height: 66px;
}

.update-card_details .descrption p {
    margin-bottom: 8px;
}

.update-card_details .descrption {
    color: #000000;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.read-more_link {
    text-align: end;
}

.read-more_link a:hover svg {
    fill: var(--bs-secondary);
}

.read-more_link a {
    font-weight: 700;
}

.update_card .post-img img {
    height: 240px;
    width: 180px;
    object-fit: cover;
}

.update_card .post-img img {
    border-radius: 25px 25px 25px 0px;
}

.forum_section .update-serach_bar {
    margin-bottom: 12px;
    max-width: 310px;
}

.update-serach_bar .input-group-text {
    position: absolute;
    right: 7px;
    background-color: transparent;
    border: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
}

.update-serach_bar .form-control {
    border: 2px solid #E2E5FF;
    border-radius: 50px !IMPORTANT;
    padding-right: 50px;
}

.filter_type {
    display: inline-block;
}

.update_topbar {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.update_section.inner-card_box .container {
    padding-top: 35px;
}

.filter_link {
    display: inline-block;
    background: #E2E5FF;
    padding: 9px 18px;
    border-radius: 25px;
    margin: 0px 7px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.filter_type .filter_link.active {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.filter_link {
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.single-update_section .update-card_details {
    max-width: 100%;
    padding-top: 30px;
}

.single-update_section .update-card_details .sub-title {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: normal;
    min-height: auto;
}

.update-card_details .descrption p {
    margin-bottom: 0px;
}

.single-update_section .update-card_details .descrption {
    -webkit-line-clamp: unset;
    font-weight: 400;
}

.update-card_details .link_wrapper a {
    color: var(--bs-secondary);
    font-size: 16px;
}

.single-post_img img {
    width: 658px;
    object-fit: cover;
    border-radius: 55px;
}


/** Update Page End **/


/** Forum Page Start **/

.forum_section .update-serach_bar {
    margin: 0 auto;
    margin-bottom: 30px;
}

.forum_section .update_topbar {
    display: block;
    text-align: center;
}

.forum-list_wrapper {
    max-width: 626px;
    margin: 0 auto;
    position: relative;
}

.forum_card {
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    border: solid 1px #000;
    border-radius: 25px;
}

.forum-date {
    font-size: 20px;
    color: var(--bs-primary);
    line-height: normal;
}

.counter-number,
.like-number {
    font-size: 20px;
    line-height: normal;
}

.comment_wrapper,
.like_wrapper {
    margin: 0 10px;
}

.forum-list_wrapper .avatar-img {
    position: absolute;
    right: -40px;
    z-index: 1;
    top: -40px;
}

.forum_card .descrption {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dashboard_section .forum_card .descrption,
.forum_section .descrption {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.forum_card .avatar-img::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-radius: 0 0 0 50px;
}

.img-preview {
    height: 100px;
    width: 100px;
}


/* .like-icon .fill {
    fill: red;
} */

.arrow_icon img {
    height: 30px;
}

.forum_section .plus-icon {
    height: 90px;
    width: 90px;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

.forum_section .plus-icon {
    height: 90px;
    width: 90px;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 40%;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50px;
    display: flex;
    align-items: center;
    background-position: center;
    z-index: 100;
    left: 22%;
    bottom: 0;
}

.record-text {
    width: 500px;
    position: relative;
}

.record-text .form-control {
    width: 500px;
    border-color: var(--bs-primary);
    border-radius: 50px;
    padding-right: 50px;
}

.forum_section .container {
    min-height: calc(100vh - 215px);
}

.single-forum_section .forum-list_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.single-forum_section .container {
    min-height: calc(100vh - 215px);
}

.enter-icon {
    position: absolute;
    top: 8px;
    bottom: 0;
    margin: 0 auto;
    right: 5px;
    height: 30px;
    width: 40px;
    background-color: #4557FF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.avatar_details {
    max-width: calc(100% - 100px);
}

.avatar_details .sub-title {
    word-break: break-word;
    font-size: 22px;
}

.sub-comment_wrapper {
    height: 500px;
    position: relative;
    overflow-y: auto;
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 20px;
}

.add-comment_wrapper {
    margin-top: 10px;
}

.single-forum_section .main-forum .forum_card {
    max-width: 581px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sub-comment_wrapper::-webkit-scrollbar {
    width: 3px;
}

.sub-comment_wrapper::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.sub-comment_wrapper::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
}

.comment_card {
    background-color: var(--bs-primary);
    padding: 20px 0;
    padding-left: 20px;
    padding-right: 40px;
    border-radius: 25px;
    position: relative;
    margin-bottom: 45px;
}

.comment_card .descrption {
    max-width: calc(100% - 57px);
    margin-left: 35px;
}

.forum-list_wrapper .sub-comment_wrapper .avatar-img {
    position: absolute;
    right: -30px;
    top: -25px;
    border: none;
}

.forum-list_wrapper .sub-comment_wrapper .avatar-img img {
    border: 8px solid var(--bs-white);
    border-radius: 50px;
    height: 70px;
    width: 70px;
}

.comment_card .like-icon {
    position: absolute;
    left: 20px;
    top: 12px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.like_counter {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.forum-delete_modal .modal-content,
.sub-delete_modal .modal-content,
.career-delete_modal .modal-content {
    padding: 60px 25px;
    width: 490px;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.44);
    background: rgba(255, 255, 255, 1);
}

.forum-delete_modal .modal-btn_wrapper .btn,
.sub-delete_modal .modal-btn_wrapper .btn,
.career-delete_modal .modal-btn_wrapper .btn {
    --bs-btn-padding-x: 25px;
    --bs-btn-font-size: 18px;
}

.forum-delete_modal .modal-btn_wrapper,
.sub-delete_modal .modal-btn_wrapper,
.career-delete_modal .modal-btn_wrapper {
    margin-top: 75px;
    display: flex;
    justify-content: space-around;
}

.forum-delete_modal,
.forum-edit_modal,
.sub-edit_modal,
.sub-delete_modal,
.career-delete_modal {
    cursor: pointer;
}

.edited-post_wrapper .btn {
    --bs-btn-padding-x: 30px;
    --bs-btn-font-size: 18px;
    --bs-btn-padding-y: 6px;
}

.question_tab-list {
    max-width: 650px;
    margin: 0 auto;
}

.question_tab-list .nav-link {
    color: var(--bs-secondary);
    font-size: 20px;
    font-weight: 600;
    border: 1px solid var(--bs-secondary);
    border-radius: 55px;
    line-height: normal;
    padding: 2px 20px;
    margin: 0 20px;
}

.question_tab-list .nav-pills .nav-link.active,
.question_tab-list .nav-pills .show>.nav-link {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.question_tab-list textarea.form-control {
    height: 200px;
    border: 1px solid var(--bs-primary);
    resize: none;
    text-align: right;
}

.question_tab-list .add_button,
.forum-edit_card .add_button,
.sub-forum_edit_card .add_button {
    margin-top: 35px;
}

.question_tab-list .add_button .btn,
.forum-edit_card .add_button .btn,
.sub-forum_edit_card .add_button .btn {
    --bs-btn-padding-x: 45px;
}

.add_question-card {
    position: relative;
    z-index: 1;
}

.add_question-card-icon {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23122A76' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    height: 25px;
    width: 25px;
    background-size: 25px;
    bottom: 8px;
    left: 8px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.add-form .container {
    min-height: calc(90vh - 215px);
}

.add-form .container::after {
    display: block;
    z-index: 0;
    content: "";
    height: 70px;
    width: 95px;
    position: absolute;
    bottom: -34px;
    left: calc(13% - 10px);
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(324deg);
    border-radius: 0 0 0 15px;
    background-color: #ffffff;
}

.add-form .plus-icon {
    height: 70px;
    width: 70px;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    position: absolute;
    left: 22%;
    bottom: 5%;
    margin: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 40px;
    display: flex;
    align-items: center;
    background-position: center;
    box-shadow: 0px 3px 14px 0px #000000A6;
}

.who_button_wrapper {
    text-align: end;
}

.add_photo-link.button_link {
    border-radius: 0 30px 30px 30px;
    width: fit-content;
}

.button_link {
    border: 1px solid var(--bs-primary);
    padding: 5px 25px;
    border-radius: 30px;
}

.page_link {
    background-color: transparent;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    padding: 0px;
    height: 45px;
    width: 45px;
    border-radius: 30px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.page_link a svg {
    left: -2px;
    position: relative;
}

.prev_page.page_link a svg {
    left: 0;
}

.page_link a {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
}

.page_link:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}

.pagination .page_link a {
    display: contents;
}

.page_link:hover a,
.current_page.page_link:hover a {
    color: var(--bs-white);
}

.page_link:hover svg {
    fill: var(--bs-white);
}

.current_page.page_link {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}

.forum-list_wrapper .avatar-img img {
    height: 90px;
    width: 90px;
    border-radius: 50px;
    border: 10px solid #ffffff;
    background-color: #ffffff;
}

.add-comment_card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forum-edit_modal {
    --bs-modal-width: 600px;
}

.forum-edit_card,
.sub-forum_edit_card {
    padding: 40px 30px;
}

.forum-edit_btn .btn {
    font-size: 20px;
    font-weight: 600;
    border-radius: 55px;
    line-height: normal;
    padding: 2px 20px;
    margin: 0 20px;
}

.add_question-card .form-control {
    height: 200px;
    border: 1px solid var(--bs-primary);
    resize: none;
    text-align: right;
}

.sub-comment_wrapper .comment_card {
    display: flex;
    align-items: center;
}

.sub-comment_wrapper .comment-content_details {
    max-width: calc(100% - 81px);
}

.sub-comment_wrapper .comment_card .descrption {
    max-width: 100%;
    word-wrap: break-word;
}

.like_icon {
    text-align: end;
    width: fit-content;
    margin-right: auto;
}

.sub-comment_btn-wrapper .edited_icon img {
    filter: brightness(0) invert(1);
    height: 21px;
}

.sub-edit_modal .add_question-card:before {
    display: none;
}

.sub-edit_modal .add_question-card .form-control {
    height: 150px;
    text-align: right;
}


/** Forum Page End **/


/** Career Page Start **/

.career-nav_list .career_nav {
    display: flex;
    flex-wrap: wrap;
}

.career_nav-link {
    width: 50%;
    text-align: center;
    padding: 12px 0;
    font-size: 28px;
    line-height: normal;
    font-weight: 700;
    color: #FFFFFF99;
}

.career_nav-link.active {
    background-color: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 11px 25px 0 0;
}

.career_nav-link:last-child.active {
    border-radius: 25px 11px 0 0;
}

.career_nav-link:hover {
    color: var(--bs-primary);
}

.career_tab-content {
    background-color: var(--bs-white);
    border-radius: 0 0 25px 25px;
    min-height: 70vh;
}

.career-job_wrapper,
.looking_job-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
}

.career-filter_title {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 0px;
}

.career_section .form-select {
    padding: 5px 15px 5px 70px;
    background-position: left 8px center;
    border: 1px solid var(--bs-primary);
    border-radius: 50px;
    text-align: right;
    font-size: 18px;
}

.career-job_card {
    background: #E2E5FF;
    border-radius: 5px;
    padding: 25px 45px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 40px;
}

.career-job_content {
    position: relative;
    overflow: hidden;
}

.career-job_card .title {
    color: var(--bs-secondary);
    margin-bottom: 0px;
    line-height: 30px;
}

.career-job_card .sub-title span {
    font-weight: 400;
}

.career-job_card h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.career-job_list {
    padding-left: 0px;
    padding-right: 25px;
}

.apply_link .btn {
    padding-right: 24px;
    padding-bottom: 10px;
}

.apply_btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    bottom: -8px;
    left: -58px;
    z-index: 0;
}

.career-job_filter {
    margin-bottom: 50px;
}

.career-job_card .descrption {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.career-job_card .expanded {
    /* display: block; */
    -webkit-line-clamp: unset;
    /* Remove line-clamp when expanded */
}

.read-more_link {
    text-align: end;
    font-weight: 600;
}

.applying_card {
    background: #E2E5FF;
    border-radius: 5px;
    padding: 25px 45px;
    position: relative;
    z-index: 1;
}

.applying_card .delete_icon {
    position: relative;
    z-index: 1;
}

.applying_card .delete_icon::before {
    content: "";
    position: absolute;
    left: -7px;
    height: 25px;
    width: 1px;
    background-color: var(--bs-primary);
    z-index: 0;
}

.note_wrapper textarea.form-control {
    background-color: transparent;
    border-color: var(--bs-primary);
    resize: none;
    text-align: right;
}

.successfully_message {
    padding-top: 40px;
}

.delete-dropdown {
    position: absolute;
    background: #e2e5ff;
    border: 1px solid #e2e5ff;
    padding: 10px 35px;
    z-index: 1000;
    display: none;
    width: 390px;
    left: 50px;
    border-radius: 0 25px 25px 25px;
    bottom: -166px;
}

.delete-dropdown h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--bs-primary);
    text-decoration: underline;
}

.delete-dropdown ul li {
    padding: 3px 0;
    font-size: 18px;
    line-height: normal;
}

.looking_job-wrapper .career-job_card {
    overflow: visible;
    z-index: auto;
}

.looking_job-wrapper .disabled {
    opacity: 0.5;
    pointer-events: none;
}

.career-job_card.blur {
    filter: blur(5px);
    pointer-events: none;
}

.career_section {
    position: relative;
    z-index: 1;
}

.career_section .plus-icon {
    height: 90px;
    width: 90px;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    box-shadow: 0px 3px 14px 0px #000000A6;
    position: absolute;
    top: auto;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50px;
    display: flex;
    align-items: center;
    background-position: center;
    z-index: 100;
    left: 17%;
    bottom: 15%;
}

.file-select-button {
    padding: 0 10px;
    line-height: 40px;
    font-weight: 500;
    font-size: 18px;
}

.job_resume-upload .form-label {
    float: none;
}

.file-select {
    border: 1px dashed var(--bs-primary);
    cursor: pointer;
    height: 100px;
    position: relative;
    border-radius: 4px;
    padding: 20px 20px;
    width: 450px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.job_resume-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.no-job_content {
    padding: 65px 250px;
    position: relative;
    z-index: 1;
}

.looking-arrow_icon {
    position: relative;
    left: -50px;
    text-align: end;
    top: -40px;
}

.desktop_tab-content {
    max-width: 950px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 70px;
}

.add-job_section .form-control::placeholder {
    color: rgba(18, 42, 118, 0.6);
    opacity: 1;
    font-weight: 400;
    text-align: start;
}

.add-job_section .form-control::-webkit-input-placeholder {
    color: rgba(18, 42, 118, 0.6);
}

.add-job_section .form-control {
    text-align: right;
    border: 1px solid var(--bs-primary);
    padding: 7px 12px;
}

.add-job_section textarea.form-control {
    resize: none;
}

.scope_of_label .form-label {
    float: none;
}

.scope-job_wrapper .form-check-label span.icon {
    display: flex;
    border: 1px solid var(--bs-primary);
    height: 68px;
    width: 68px;
    border-radius: 50px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

.scope-job_wrapper input[type="radio"]:checked+.form-check-label .icon img {
    filter: brightness(0) invert(1);
}

.scope-job_wrapper .form-check {
    padding-left: 0px;
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer;
}

.scope-job_wrapper .form-check-input {
    display: none;
}

.scope-job_wrapper {
    max-width: 558px;
    margin: 0 auto;
    direction: ltr;
}

.scope-job_title {
    display: flex;
    flex-direction: column;
}

.job-checkbox .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.job-checkbox .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
    background-size: 20px;
}

.form-check.job-checkbox {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin-bottom: 12px;
}

.job-checkbox .form-check-input {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    border: 1px solid var(--bs-primary);
    margin-top: 0px;
}

.job-checkbox .form-check-label {
    font-size: 18px;
    line-height: 20px;
    max-width: 800px;
}

.label_block {
    float: unset;
}

.select_tools {
    margin-bottom: 55px;
    margin-top: 20px;
}

.select_tools .form-select {
    background-repeat: no-repeat;
    background-size: 16px 14px;
    background-position: left 150px center;
    padding-right: 0px;
    border: unset;
    max-width: 450px;
    font-weight: 600;
    font-size: 22px;
}

.add-job_section .successfully_message {
    padding-top: 0px;
    padding-bottom: 120px;
}

.add-job_section form {
    padding-top: 30px;
}

.slick-dots {
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.job-list_number {
    width: 13px;
    height: 13px;
    background: rgba(18, 42, 118, 0.5);
    border-radius: 10px;
    margin: 0 20px;
    display: inline-block;
    cursor: pointer;
}

.job-list_number.active {
    background: var(--bs-primary);
}

.job_link {
    text-align: end;
}

.job_link .btn {
    --bs-btn-padding-x: 25px;
    --bs-btn-padding-y: 4px;
}

.job_link .btn:hover .link_icon svg {
    fill: #fff;
}

.career_section .no-job_content .plus-icon {
    left: 10%;
    bottom: 5%;
}

.scope-job_wrapper input[type="radio"]:checked+.form-check-label .icon {
    background: #1B2055;
}

.dashboard_section .row .col:first-child {
    overflow: hidden;
}

.fourm-wrapper_details .section-title_wrapper {
    padding-right: 35px;
    padding-bottom: 25px;
}

.fourm-wrapper_details {
    margin-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
}

.dashboard_section .forum_card .avatar-img::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-radius: 0 0 0 50px;
}

.dashboard_section .avatar-img {
    position: absolute;
    right: -40px;
    z-index: 1;
    top: -40px;
}

.dashboard_section .avatar-img img {
    display: block;
    height: 90px;
    width: 90px;
    border-radius: 50px;
    border: 10px solid #b3b9f7;
    background-color: #b2b8f5;
}

.dashboard_section .fourm-wrapper_details .forum_card {
    margin: 0 25px;
}

.fourm_slide {
    padding-top: 30px;
}

.dashboard_section .fourm-wrapper_details .forum_card {
    margin: 0 25px;
    opacity: 0.5;
}

.dashboard_section .forum-date {
    text-align: end;
}

.fourm_slide.slick-slide.slick-current.slick-active .forum_card {
    opacity: 1;
}

.fourm_slide.slick-slide.slick-current.slick-active .forum_card .descrption {
    margin-top: 30px;
    margin-bottom: 30px;
}

.add-job_section .form-select {
    border: 1px solid var(--bs-primary);
    color: rgba(18, 42, 118, 0.6);
    font-size: 16px;
}


/** Career Page Start **/


/*** Donation Page Start **/

.donation_section .inner-card_box {
    background-color: var(--bs-white);
    border-radius: 25px;
    padding: 50px 30px 30px;
    position: relative;
    height: 100%;
}

.donation_link-img {
    padding: 80px 0;
}

.attached_link a {
    font-weight: 600;
    color: #122A76;
}

.attached_link {
    margin-bottom: 120px;
}

.financial_contant {
    font-weight: 500;
    font-size: 25px;
    line-height: normal;
    color: #122A76;
    margin-top: auto;
}

.attached_link a.link-text {
    color: #FF4545;
    font-weight: 500;
    font-size: 18px;
}

.personal_donation .sub-title {
    max-width: 460px;
    margin: 0 auto;
}

.personal-check_list .form-check {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin-bottom: 8px;
}

.personal-check_list .form-check-label {
    font-size: 18px;
    line-height: normal;
    max-width: 800px;
}

.personal-check_list .form-check-input {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    border: 1px solid var(--bs-primary);
}

.personal-check_list .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
    background-size: 20px;
}

.personal-check_list .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.personal-check_list {
    padding-top: 40px;
    padding-right: 60px;
}

.send-donation_link {
    margin-top: 40px;
}

.donation_link-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.financial_donation {
    display: flex;
    flex-direction: column;
}

.inner-card_box.disabled {
    opacity: 0.9;
    backdrop-filter: blur(0px);
    /* pointer-events: none; */
}

.error-position #careers_email-error.error,
.error-position #careers_phone-error.error,
.error-position #confirm-error.error,
.error-position #confirm_message-error.error,
.error-position #mobile-careers_email-error.error,
.error-position #mobile-careers_phone-error.error {
    position: absolute;
    right: 58px;
    bottom: -18px;
}

.error-position #confirm-error.error,
.error-position #confirm_message-error.error {
    bottom: -12px;
}

.add-job_section .loader {
    position: relative;
    top: unset;
    left: unset;
    margin-right: 3px;
}


/** Donation Page End **/


/** Profile Page start **/

.profile_section {
    padding-top: 30px;
}

.left-slide_bar {
    background-color: var(--bs-white);
    border-radius: 25px;
    padding-bottom: 60px;
    margin-top: 60px;
    height: calc(100% - 60px);
}

.profile_user-details {
    padding-top: 140px;
}

.profile-content_wrapper {
    position: relative;
}

.desktop_profile-delete_icon {
    background-color: #3d4dde;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: -105px;
    margin: auto;
}

.profile-avatar-img img {
    height: 187px;
    width: 187px;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid #ffff;
    background-color: #fff;
    box-shadow: 0 0 0 8px #3d4dde;
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
}

.profile-avatar-img {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.profile_user-details .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
}

.user-gmail {
    font-size: 22px;
    font-weight: 600;
}

.user_setting-list {
    padding-top: 45px;
}

.policy-list .list-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    width: 5px;
    border-radius: 50px;
    background-color: #111;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.policy-list .list-item {
    position: relative;
    z-index: 1;
    padding-right: 14px;
    margin-right: 10px;
}

.user-list_item a {
    display: flex;
    align-items: center;
}

.user-list_item {
    margin-bottom: 15px;
    padding: 7px 30px;
}

.user-list_item .sub-title {
    font-weight: 700;
    line-height: 25px;
}

.user-list_item.active {
    background: #E2E5FF;
}

.profile_disconnection-link a {
    font-size: 25px;
    line-height: normal;
    font-weight: 700;
}

.right-side_bar {
    background-color: var(--bs-white);
    border-radius: 25px;
    padding: 30px 45px 50px;
    height: 100%;
    position: relative;
}

.policy_content .descrption p {
    margin-bottom: 22px;
}

.accessibility_link {
    margin-top: 250px;
}

.user-deletion_card .form-control {
    text-align: right;
}

.user-deletion_card {
    max-width: 540px;
    margin: 0 auto;
    padding-top: 70px;
}

.remove-user_link {
    padding-top: 70px;
}

.user-deletion_card .form-control::placeholder {
    color: #1B205580;
    opacity: 1;
    font-weight: 500;
    font-size: 20px;
}

.user-deletion_card .form-control::-webkit-input-placeholder {
    color: #1B205580;
}

.user-deletion_card .form-select,
.user-deletion_card .form-control,
.profile_card .form-control,
.profile_card .form-select {
    border: 1px solid var(--bs-primary);
}

.profile_card {
    max-width: 560px;
    margin: 0 auto;
}

.profile_card .form-control::placeholder {
    color: var(--bs-primary);
    font-weight: 500;
}

.profile_job-wrapper ul li a {
    font-size: 24px;
    line-height: normal;
    color: #E2E5FF;
    font-weight: 600;
}

.profile_job-wrapper ul li a.active {
    color: var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
}

.profile_job-wrapper ul {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}

.profile_job-wrapper {
    padding-top: 15px;
    padding-bottom: 10px;
}

.profile-job_form {
    padding-top: 20px;
}

.profile-job_form.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.profile-job_form .plus_icon {
    height: 40px;
    width: 40px;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 30px;
    display: flex;
    align-items: center;
    background-position: center;
}

.profile-job_form .form-control {
    color: #122A7680;
}

.profile_section .profile-edit_icon {
    position: absolute;
    left: 40px;
    top: 30px;
}

.profile_job-wrapper .plus_link {
    display: contents;
}

.notification_card .sub-title {
    font-size: 21px;
}

.notification_card {
    border: 1px solid var(--bs-primary);
    border-radius: 5px;
    padding: 50px 40px;
    position: relative;
    z-index: 1;
}

.notification_card::after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0px;
    width: 85px;
    height: 40px;
    left: 0;
    background: #ffffff;
    display: inline-block;
    border: 1px solid #111;
    margin: 0 auto;
    border-top: 0px;
    border-bottom-left-radius: 85px;
    border-bottom-right-radius: 85px;
    z-index: 0;
}

.notification_card .descrption {
    color: #1B205580;
    font-size: 20px;
    margin-top: 20px;
}

.mail_icon {
    height: 68px;
    width: 68px;
    background-color: var(--bs-white);
    box-shadow: 4px 3px 4px 0px #00000040;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -38px;
    left: 0px;
    right: 0;
    margin: auto;
    z-index: 2;
}

.mali-notification_card {
    position: relative;
}

.mali-notification_card.active .notification_card::after {
    border: 1px solid #4557FF;
    border-top: 0px;
}

.mali-notification_card.active .notification_card {
    border: 1px solid #4557FF;
    background-color: #4557FF;
}

.mali-notification_card.active .notification_card .sub-title {
    color: var(--bs-white);
}

.mali-notification_card.active .notification_card .descrption {
    color: #FFFFFF80;
}

.mali-notification_list .form-check {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin-bottom: 8px;
}

.mali-notification_list .form-check-input {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    border: 1px solid var(--bs-primary);
}

.mali-notification_list .form-check-label {
    font-size: 18px;
    line-height: normal;
    max-width: 800px;
}

.mali-notification_list .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
    background-size: 20px;
}

.mali-notification_list .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.message-notification_list .sub-title {
    font-size: 18px;
    text-align: right;
}

.message-notification_list {
    padding-right: 35px;
    padding-top: 25px;
    position: absolute;
}

.profile_file-select {
    border: 1px solid var(--bs-primary);
    padding: 9px 12px;
    border-radius: 5px;
    width: calc(100% - 50px);
}

.profile_file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.profile-select_wrapper {
    display: flex;
    position: relative;
}

.profile_file-select .file-select-button {
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    word-break: break-word;
}


/** Profile Page End **/


/** Contact Section Start **/

.contactus_section.inner-card_box .container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/** Contact Section End **/


/* loader and toaster message css */

.toster .toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1050;
}

.loader {
    display: none;
    position: absolute;
    left: 40px;
    top: 9px;
}

.loaders {
    display: none;
    position: absolute;
    left: 20px;
    top: 9px;
}


/** Footer Css Start **/

.site_footer {
    padding-top: 30px;
}

.site_footer ul {
    margin-bottom: 15px;
}

.footer_nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 15px;
    background-color: var(--bs-white);
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer_nav-item {
    padding: 0px 22px;
}

.footer-nav_link {
    font-size: 16px;
    line-height: normal;
}

.footer_nav-item:last-child::before {
    display: none;
}

.footer-nav_link:hover {
    color: var(--bs-secondary) !important;
}

.mobile-footer {
    justify-content: space-between;
    background-color: var(--bs-white);
    margin: 0 -12px;
    padding: 18px 30px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.copyright-text .descrption {
    font-size: 14px;
}

.origami-logo img {
    height: 40px;
}


/** Footer Css End **/


/** Responsive Start **/

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

@media (max-width: 1600px) {}

@media (max-width: 1400px) {
    .inner-card_box {
        margin: 0 20px;
    }
}

@media (max-width: 1300px) {
    .update_section .col-xl-4 {
        flex: 0 0 auto;
        width: 50%;
    }
    .inner-card_box {
        margin: 0px;
    }
    .looking-arrow_icon {
        top: -25px;
    }
}

@media (max-width: 1199.98px) {
    /** Login Page Start **/
    .login_section .card {
        padding: 50px 20px;
    }
    hr {
        margin: 80px 0;
    }
    .login-form {
        margin-top: 30px;
    }
    /** Login Page End **/
    .filter_type {
        margin: 0px 5px;
    }
    .filter_link {
        font-size: 16px;
    }
    .forum_section .plus-icon {
        left: 4%;
    }
    .update_topbar {
        margin-bottom: 52px;
    }
    .avatar_details .sub-title {
        font-size: 22px;
    }
    .add-form .plus-icon {
        left: 14%;
        bottom: 7%;
    }
    .career-job_wrapper,
    .looking_job-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .career_section .plus-icon {
        left: 5%;
        bottom: 24%;
    }
    .looking-arrow_icon {
        left: -5px;
        top: -50px;
    }
    .career_section .no-job_content .plus-icon {
        left: 3%;
    }
    .no-job_content {
        padding: 65px 80px;
    }
    .looking-arrow_icon img {
        height: 450px;
    }
    .job-form_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .donation_section .inner-card_box {
        padding: 30px 10px 30px;
    }
    .personal-check_list {
        padding-right: 30px;
    }
    .update_post-wrapper {
        margin-bottom: 30px;
    }
    .fourm_slider {
        max-width: 100%;
    }
    .update-post_card .post-img img {
        width: 100%;
        object-fit: cover;
    }
    .dashboard_section .first-row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 991.98px) {
    /** Login Page Start **/
    .mobile-header .title {
        font-size: 30px;
        font-weight: 700;
    }
    .profile-policy_card .title {
        font-size: 20px;
    }
    .login_img img {
        max-width: 250px;
    }
    .otp-form_card .descrption {
        font-size: 16px;
    }
    /** Login Page End **/
    /** Header Css Start**/
    /*.mobile-header {
        background: linear-gradient(0deg, #4557FF 0%, #1D2569 227.64%);
        padding: 40px 20px;
        border-radius: 0 0 55px 55px;
    }*/
    .top-bar {
        margin-bottom: 25px;
    }
    .top-bar .notofication_wrapper img.icon {
        width: 24px;
    }
    .user-login_img img {
        height: 60px;
        width: 60px;
        border-radius: 100%;
        border: 1px solid #fff;
        box-shadow: 0px 5px 4px 0px #00000040;
    }
    .login-title_wrapper {
        margin-right: 15px;
        max-width: calc(100% - 75px);
    }
    .login-title_wrapper .title {
        font-size: 25px;
    }
    .notofication_wrapper .offcanvas {
        background: linear-gradient(180.02deg, #4557FF 0.02%, #1B2055 145.34%);
        --bs-offcanvas-width: 100%;
        padding-top: 80px;
    }
    .user_name {
        font-size: 16px;
        font-weight: 600;
    }
    .porfile-details_wrapper .offcanvas {
        background: #4557FF;
        --bs-offcanvas-width: 320px;
        height: 460px;
        border-radius: 0 0 30px 0px;
    }
    .porfile-details_wrapper .offcanvas-body {
        padding: 20px 25px;
    }
    .user-email_details .user-name,
    .link-text {
        font-size: 20px;
        line-height: normal;
        font-weight: 600;
    }
    .user-email_details a {
        font-size: 20px;
        line-height: normal;
        text-decoration: underline;
    }
    .user-porfile_list {
        padding-top: 50px;
        border-bottom: 1px solid #E2E5FF;
        padding-bottom: 30px;
    }
    .disconnection_link {
        text-align: end;
    }
    .site_footer ul {
        display: contents;
    }
    .icon_item {
        position: relative;
    }
    .icon_item.active::after {
        position: absolute;
        content: "";
        height: 5px;
        width: 5px;
        background-color: var(--bs-primary);
        border-radius: 50px;
        bottom: -8px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .inner-topbar {
        display: flex;
        margin-top: 0px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .mobile-header {
        padding-top: 20px;
    }
    .page-title_wrapper {
        padding: 30px 0 50px;
    }
    /** Header Css End**/
    .update-serach_bar {
        max-width: 288px;
    }
    .filter_link {
        padding: 8px 13px;
        margin: 0px 4px;
    }
    .update_section .col-xl-4 {
        width: 100%;
    }
    .update_card {
        border-bottom: 1px solid #E2E5FF;
        padding-bottom: 25px;
        margin-bottom: 35px;
    }
    .update-post_wrapper .row .col:last-child .update_card {
        border: 0;
        padding-bottom: 0px;
    }
    .single-update_section.inner-card_box .container {
        padding: 0px;
    }
    .single-update_details {
        padding: 30px 15px 0;
    }
    .single-update_section .update-card_details {
        margin-right: 0px;
    }
    .single-post_img img {
        width: 630px;
        border-radius: 25px;
    }
    .page-title_wrapper .title {
        color: var(--bs-white);
    }
    .next-link_icon svg {
        fill: var(--bs-white);
    }
    .inner-card_box .container {
        padding: 35px 15px;
    }
    .forum-list_wrapper {
        max-width: 100%;
    }
    .forum_card {
        max-width: 550px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .add-form .container {
        min-height: calc(85vh - 215px);
    }
    .add-form .plus-icon {
        left: 18%;
        bottom: 5%;
    }
    .sub-comment_wrapper {
        max-width: 550px;
        margin: 0 auto;
        height: 330px;
        padding: 0px;
    }
    .single-forum_section .main-forum .forum_card {
        max-width: 505px;
        margin-bottom: 20px;
    }
    .career_section .form-select {
        padding: 5px 12px 5px 26px;
        font-size: 16px;
    }
    .career-job_filter {
        margin-bottom: 30px;
    }
    .successfully_message {
        padding-top: 0px;
    }
    .add-job_section .successfully_message {
        padding-top: 40px;
    }
    .career_section .plus-icon {
        left: 5%;
        bottom: 5%;
    }
    .career-job_card {
        padding: 25px 25px;
    }
    .career_section .no-job_content .plus-icon {
        left: 7%;
        height: 65px;
        width: 65px;
        background-size: 38px;
    }
    .looking-arrow_icon img {
        height: 315px;
    }
    .looking-arrow_icon {
        top: -16px;
    }
    .donation_section .row .col {
        margin-bottom: 30px;
    }
    .donation_link-img {
        padding: 50px 0;
    }
    .personal-check_list {
        padding-top: 20px;
    }
    .donation_link-img img {
        height: 84px;
    }
    .dashboard-donation_card a {
        width: 47%;
        margin: 0 10px 30px;
    }
    .dashboard-donation_card {
        display: flex;
        flex-wrap: wrap;
    }
    .dashboard-left_slide .row {
        flex-direction: column-reverse;
    }
    .user-deletion_section .right-side_bar {
        margin-top: 35px;
    }
    .right-side_bar {
        height: auto;
        padding: 30px 35px 50px;
    }
    .user-deletion_card {
        padding-top: 45px;
    }
    .profile_disconnection-link {
        padding-right: 30px;
    }
    .left-slide_bar {
        margin-bottom: 30px;
    }
    .notification_card {
        padding: 30px 20px;
    }
    .mali-notification_section .right-side_bar {
        padding-top: 65px;
    }
    .notification_card .descrption {
        margin-top: 8px;
    }
    .notification_card .sub-title {
        font-size: 18px;
        padding-top: 25px;
        font-weight: 700;
    }
    .mali-notification_list .form-check-label {
        font-size: 15px;
    }
    .mali-notification_list .form-check-input {
        height: 25px;
        width: 25px;
    }
    .notifaction_close-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        --bs-btn-close-focus-shadow: unset;
        --bs-btn-close-opacity: 1;
        --bs-btn-close-hover-opacity: 1;
        background-size: 22px;
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    }
}

@media (max-width: 767.98px) {
    body {
        background: unset;
    }
    .btn {
        --bs-btn-font-size: 16px;
        --bs-btn-padding-x: 37px;
        --bs-btn-padding-y: 4px;
    }
    .form-control {
        padding: 6px 12px;
    }
    .form-select {
        padding: 6px 12px;
        font-size: 18px;
    }
    /** Login Page Start **/
    .loader {
        top: 5px;
        left: 5px;
    }
    .login_img img {
        max-width: 170px;
    }
    .login_section .container {
        background: unset;
        padding: 0px 12px;
    }
    .login_section {
        background: linear-gradient(180deg, #4557FF 0%, #1B2055 154.25%);
        position: relative;
    }
    .login_section .card {
        margin: 0 -12px;
        --bs-card-border-radius: 50px 50px 0px 0px;
        padding: 0px 20px;
        margin-top: auto;
        height: 100%;
        justify-content: center;
    }
    hr {
        margin: 40px 0px;
    }
    .login-form {
        margin-top: 8px;
    }
    .login_img {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .login_section .container {
        height: 100vh;
    }
    .login_section .row {
        height: 100%;
    }
    .otp_wrapper {
        margin-top: 15px;
    }
    .otp-input {
        width: 45px;
        height: 38px;
        font-size: 16px;
        margin: 0 5px;
    }
    .otp-input-group {
        margin-bottom: 30px;
    }
    .recive_link .sms_link {
        margin-top: 10px;
        display: block;
    }
    /** Login Page End **/
    .site_footer {
        position: sticky;
        bottom: 0px;
        z-index: 9999;
        padding-top: 0px;
    }
    .update_topbar {
        flex-direction: column;
    }
    .update-filter_wrapper {
        order: 2;
        position: relative;
    }
    .update-serach_bar {
        max-width: 100%;
        order: 1;
        position: relative;
        margin-bottom: 8px;
    }
    .filter_link {
        padding: 6px 12px;
        margin: 0px 2px;
        font-size: 15px;
    }
    .update_topbar {
        margin-bottom: 50px;
    }
    .update_card .post-img img {
        height: 180px;
        width: 135px;
    }
    .update-card_details {
        margin-right: 20px;
        max-width: calc(100% - 155px);
    }
    .update_card .post-img img {
        height: 180px;
        width: 135px;
    }
    .update-card_details .descrption {
        -webkit-line-clamp: 4;
        font-size: 16px;
    }
    .update_card {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .update-card_details .sub-title {
        font-size: 18px;
    }
    .read-more_link img {
        height: 16px;
    }
    .read-more_link a {
        font-size: 18px;
    }
    .read-more_link a svg {
        height: 16px;
    }
    .single-update_section .single-title_wrapper {
        background: linear-gradient(0deg, #4557FF 0%, #1D2569 227.64%);
        padding: 70px 25px 90px;
        align-items: start !important;
    }
    .single-update_details {
        margin-top: -47px;
        border-radius: 55px;
        background-color: #fff;
    }
    .single-title_wrapper .sub-title {
        font-size: 30px;
        line-height: 30px;
    }
    .inner-card_box .container {
        padding: 0 15px 35px;
    }
    .inner-topbar .porfile-details_wrapper .icon {
        filter: invert(1);
    }
    .page-title_wrapper .title {
        color: var(--bs-primary);
    }
    .mobile-header .next-link_icon svg {
        fill: var(--bs-primary);
    }
    .forum_section .update-serach_bar {
        margin-bottom: 20px;
    }
    .forum_card .descrption {
        font-size: 16px;
    }
    .avatar_details .sub-title {
        font-size: 16px;
        margin-right: 22px !important;
    }
    .forum_section .plus-icon {
        height: 60px;
        width: 60px;
        background-size: 30px;
        bottom: 74px;
        top: auto;
        left: 2%;
    }
    .counter-number,
    .like-number {
        font-size: 16px;
        line-height: normal;
    }
    .comment_wrapper svg,
    .like_wrapper svg {
        height: 18px;
    }
    .forum_card {
        max-width: 315px;
        padding-left: 10px;
        padding-right: 25px;
        margin-bottom: 35px;
    }
    .forum-list_wrapper .avatar-img {
        right: -35px;
        top: -35px;
    }
    .forum-list_wrapper .avatar-img img {
        height: 80px;
        width: 80px;
        border: 8px solid #ffffff;
    }
    .forum_card .avatar-img::after {
        top: 35px;
        right: 35px;
        width: 45px;
        height: 45px;
    }
    .forum-date {
        font-size: 16px;
    }
    .add-form {
        background-color: var(--bs-primary);
        margin: 0 10px;
        border-radius: 55px;
        padding: 40px 0;
        margin-bottom: 130px;
        color: var(--bs-white);
        position: relative;
    }
    .add-form .container {
        border-radius: 0px;
        background-color: unset;
        min-height: auto;
    }
    .question_tab-list .nav {
        margin-bottom: 0px !IMPORTANT;
    }
    .question_tab-list textarea.form-control {
        background-color: transparent;
        border-color: var(--bs-white);
        color: var(--bs-white);
        height: 170px;
    }
    .question_tab-list .nav-link {
        color: var(--bs-white);
        border-color: var(--bs-white);
    }
    .add-form .container::after {
        left: 52px;
        width: 65px;
        height: 65px;
        bottom: -16px;
        background-color: var(--bs-primary);
    }
    .add-form .plus-icon {
        left: 4%;
        bottom: -20%;
        height: 60px;
        width: 60px;
        background-size: 30px;
    }
    .enter-icon {
        top: 5px;
    }
    .question_tab-list .add_button .btn.btn-outline-primary {
        --bs-btn-color: var(--bs-white);
    }
    /* .add_question-card-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    } */
    .question_tab-list .add_button {
        margin-top: 90px;
    }
    .add-form .button_link {
        border-color: var(--bs-white);
        color: var(--bs-white);
    }
    .add-form .button_link span img {
        filter: invert(1) brightness(2);
    }
    .forum-edit_modal .button_link {
        border-color: var(--bs-primary);
    }
    .record-text .form-control {
        width: 100%;
        background-color: transparent;
        border-color: var(--bs-white);
        color: var(--bs-white);
        padding-right: 50px;
    }
    .record-text {
        width: 290px;
    }
    .forum-list_wrapper .sub-comment_wrapper .avatar-img {
        position: relative;
        right: 0px;
        top: 0px;
    }
    .sub-comment_card {
        background: var(--bs-primary);
        margin: 0 -15px;
        border-radius: 25px 25px 0 0;
        padding: 50px 15px 20px;
        position: relative;
        z-index: 1;
    }
    .sub-comment_card::before {
        content: "";
        position: absolute;
        top: 19px;
        height: 2px;
        width: 85px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #E2E5FF;
        z-index: 0;
    }
    .single-forum_section.inner-card_box .container {
        padding-bottom: 0px;
    }
    .comment_card {
        display: flex;
        align-items: center;
        padding: 0px;
        background-color: unset;
        margin-bottom: 28px;
    }
    .forum-list_wrapper .sub-comment_wrapper .avatar-img img {
        border: none;
        height: 60px;
        width: 60px;
    }
    .add-comment_wrapper {
        padding-top: 40px;
    }
    .sub-comment_wrapper .comment-content_details {
        display: flex;
    }
    .comment_content {
        margin-right: 15px;
        max-width: calc(100% - 75px);
    }
    .comment_card .descrption {
        max-width: 100%;
        margin-left: 0px;
        font-size: 16px;
    }
    .comment_card .like-icon {
        left: 5px;
    }
    .comment_content .sub-title {
        font-size: 18px;
    }
    .sub-comment_card .plus_icon svg {
        fill: var(--bs-white);
    }
    .record_icon img {
        filter: invert(1) brightness(18);
    }
    .forum-delete_modal .modal-content,
    .sub-delete_modal .modal-content,
    .career-delete_modal .modal-content {
        padding: 40px 20px;
    }
    .created-post_wrapper img {
        height: 22px;
    }
    .forum.single .site_footer,
    .updates.single .mobile-header {
        display: none;
    }
    .single-forum_section .main-forum .forum_card {
        max-width: 315px;
    }
    .update_section .filter_type,
    .update_section .filter_type .filter_link {
        margin: 0px;
    }
    .forum-edit_card,
    .sub-forum_edit_card {
        padding: 20px 15px;
    }
    .add_question-card .form-control {
        height: 150px;
    }
    .career_tab-content {
        background: linear-gradient(180deg, #4557FF 0%, #1B2055 154.5%);
        border-radius: 0px;
    }
    .career_nav-link.active {
        background: #4456fc;
        color: var(--bs-white);
        border-radius: 11px 0px 0 0;
        font-size: 20px;
    }
    .career_nav-link {
        font-size: 20px;
        color: rgba(226, 229, 255, 1);
    }
    .career-nav_wrapper {
        margin: 0 -12px;
    }
    .career-job_wrapper,
    .looking_job-wrapper {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .career-job_filter {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        gap: 0 !IMPORTANT;
    }
    .career_section .form-select_group {
        margin: 0 8px 10px;
    }
    .career-filter_title {
        font-size: 16px;
        color: var(--bs-white);
        margin-right: 14px;
    }
    .career_section .form-select {
        padding: 5px 12px 5px 43px;
        border: 1px solid var(--bs-white);
        background-color: transparent;
        color: var(--bs-white);
        width: auto;
        text-align: right;
        --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    }
    .career-job_content .title,
    .successfully_message .title,
    .looking_job-wrapper .title,
    .no-job_content .title,
    .no-job_content .descrption,
    .add-job_section .form-label,
    .add-job_section .scope-job_title,
    .add-job_section .descrption,
    .contactus_section .form-label {
        color: var(--bs-white);
    }
    .no-job_content .descrption {
        font-size: 16px;
        text-align: center;
    }
    .career-job_content .career-job_card .title,
    .looking_job-wrapper .career-job_card .title {
        color: var(--bs-secondary);
    }
    .career-job_card {
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    .career-job_card .title {
        line-height: 20px;
        font-size: 20px;
    }
    .career-job_card .sub-title {
        font-size: 16px;
    }
    .career-job_card .descrption {
        font-size: 16px;
        line-height: 18px;
    }
    .career-job_card h4 {
        font-size: 20px;
    }
    .share_icon svg,
    .like_icon svg,
    .delete_icon svg,
    .edit_icon img {
        height: 20px;
    }
    .career_nav-link:last-child.active {
        border-radius: 0px 11px 0 0;
    }
    .job_resume-upload .file-select {
        width: auto;
        height: 85px;
    }
    .applying_card {
        padding: 20px 15px;
    }
    .applying_card .form-label {
        font-size: 16px;
    }
    .applying_content .sub-title {
        font-size: 22px;
    }
    .career_section .plus-icon {
        height: 65px;
        width: 65px;
        background-size: 36px;
    }
    .delete-dropdown {
        padding: 10px 15px;
        width: 295px;
        left: 25px;
        bottom: -155px;
    }
    .delete-dropdown ul li,
    .delete-dropdown ul li a {
        font-size: 16px;
    }
    .no-job_content {
        padding: 55px 25px;
    }
    .looking-arrow_icon {
        top: -16px;
        left: 45px;
    }
    .looking-arrow_icon img {
        height: 280px;
        filter: brightness(0) invert(1);
    }
    .career_section .no-job_content .plus-icon {
        bottom: 3%;
    }
    .add-job_section .form-control {
        border: 1px solid var(--bs-white);
        background-color: transparent;
        color: var(--bs-white);
        /* min-height: 40px; */
        padding: 7px 12px;
        font-size: 16px;
    }
    .add-job_section .form-control::placeholder {
        color: var(--bs-white);
    }
    .add-job_section .form-control::-webkit-input-placeholder {
        color: var(--bs-white);
    }
    .mobile_tab-content .job_link .btn {
        height: 40px;
        width: 40px;
        border-radius: 50px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .scope-job_wrapper .form-check {
        margin-left: 6px;
        margin-right: 6px;
        width: 77px;
    }
    .scope-job_wrapper .form-check-label span.icon img {
        height: 27px;
    }
    .scope-job_wrapper {
        max-width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        position: relative;
        direction: ltr;
    }
    .scope-job_wrapper .form-check-label span.icon {
        border: 1px solid var(--bs-white);
        height: 55px;
        width: 55px;
        margin: 0 auto;
    }
    .select_tools .form-select {
        background-position: left 24px center;
        background-color: transparent;
        color: var(--bs-white);
        --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    }
    .job-checkbox .form-check-label {
        font-size: 16px;
        max-width: 100%;
        color: var(--bs-white);
    }
    .form-check.job-checkbox {
        flex-wrap: nowrap;
    }
    .job-checkbox .form-check-input:checked {
        background-color: var(--bs-white);
        border-color: var(--bs-white);
    }
    .job-checkbox .form-check-input:checked[type=checkbox] {
        --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%234456fc' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
        background-size: 25px;
    }
    .mobile_tab-content .job_link .btn.listing_link {
        height: unset;
        width: unset;
        border-radius: 5px;
        --bs-btn-color: var(--bs-white);
    }
    .job-checkbox .form-check-input {
        border-color: var(--bs-white);
        background-color: transparent;
        height: 25px;
        width: 25px;
    }
    .job-list_wrapper {
        margin-bottom: 22px;
    }
    .job-list_number {
        width: 6px;
        height: 6px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 6px;
        margin: 0 20px;
    }
    .job-list_number.active {
        background: var(--bs-white);
    }
    .mobile-donation-content {
        margin: 0 -12px;
    }
    .mobile_tab-content .form-select {
        background-color: transparent;
        color: var(--bs-white);
        --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    }
    .scope-job_wrapper input[type="radio"]:checked+.form-check-label .icon {
        background: #fff;
    }
    .scope-job_wrapper input[type="radio"]:checked+.form-check-label .icon img {
        filter: invert(1);
    }
    .error {
        font-size: 12px;
    }
    .mobile-donation_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mobile-donation_link {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #E2E5FF;
        height: 119px;
        width: 119px;
        border-radius: 50%;
        margin: 0 25px;
    }
    .mobile-donation_content {
        background: linear-gradient(180deg, #4557FF 0%, #1B2055 154.5%);
        padding-top: 50px;
        padding-bottom: 25px;
        position: relative;
        z-index: 2;
        margin-top: -70px;
    }
    .financial_contant {
        font-size: 20px;
        text-align: center;
        margin-right: 7px;
    }
    .financial_contant-list {
        position: relative;
        padding: 0 15px !IMPORTANT;
    }
    .financial_contant-list::after {
        content: "";
        position: absolute;
        height: 8px;
        width: 8px;
        background-color: var(--bs-white);
        border-radius: 50px;
        top: 11px;
        bottom: 0;
    }
    .attached_link a.link-text {
        text-decoration: underline;
        text-decoration-color: #FF4545;
    }
    .financial_icon {
        position: relative;
        top: -25px;
    }
    .financial_icon img,
    .financial_icon svg {
        height: 30px;
    }
    .mobile-donation_link.active {
        background: #4557FF;
    }
    .mobile-donation_link.active .financial_icon svg {
        fill: #FF4545;
    }
    .mobile-donation_link.active .financial_icon img {
        filter: brightness(0.1);
    }
    .mobile-personal_donation .sub-title {
        font-size: 18px;
        padding-right: 30px;
    }
    .personal-check_list .form-check-input {
        background-color: transparent;
        border-color: var(--bs-white);
        height: 25px;
        width: 25px;
    }
    .personal-check_list .form-check-input:checked {
        background-color: var(--bs-white);
        border-color: var(--bs-white);
    }
    .personal-check_list .form-check-input:checked[type=checkbox] {
        --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231B2055' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
        background-size: 20px;
    }
    .update_post-wrapper .card-box {
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact-appointment.card-box {
        padding: 20px 10px;
    }
    .contact-appointment img {
        height: 60px;
    }
    .contact-appointment .sub-title {
        font-size: 20px;
        font-weight: 400;
    }
    .personal_link {
        border-left: 1px solid #E2E5FF;
    }
    .dashboard-donation_card a {
        width: 44%;
    }
    .fourm-wrapper_details .section-title_wrapper {
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .fourm-wrapper_details .title,
    .update_post-wrapper .title {
        color: var(--bs-primary) !important;
    }
    .update_post-wrapper {
        padding: 20px 0px;
        margin-bottom: 0px;
    }
    .dashboard_section .fourm-wrapper_details .forum_card {
        margin: 0 10px;
    }
    .dashboard_section .avatar-img {
        right: -35px;
        top: -35px;
    }
    .dashboard_section .avatar-img img {
        height: 80px;
        width: 80px;
        border: 8px solid #fff;
        background-color: #fff;
    }
    .dashboard_section .forum_card .avatar-img::after {
        top: 35px;
        right: 35px;
        width: 45px;
        height: 45px;
    }
    .fourm_slide.slick-slide.slick-current.slick-active .forum_card .descrption {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .fourm-wrapper_details .icon,
    .update_post-wrapper .icon,
    .dashboard_section .main-icon,
    .calendar_icon img {
        height: 30px;
    }
    .fourm-wrapper_details {
        padding-top: 20px;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }
    .update_post-slider {
        padding-top: 28px;
    }
    .date-wrapper_details.card-box {
        margin-bottom: 0px;
        padding: 20px 0px;
    }
    .mobile-date {
        font-size: 20px;
        font-weight: 500;
        background-color: var(--bs-secondary);
        padding: 5px 45px 5px 30px;
        border-radius: 50px;
        line-height: normal;
        margin-right: -25px;
    }
    .date-iner_box {
        margin: 0 -15px;
    }
    .mobile-dekstop_box {
        overflow: hidden;
    }
    .date-content {
        width: calc(100% - 128px);
        border: 1px solid #000;
        border-radius: 0 50px 50px 0px;
        padding: 14px 35px;
        font-weight: 500;
        font-size: 20px;
        margin-right: 15px;
    }
    .date-content a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .right-side_bar {
        margin-top: 0px !important;
        padding: 30px 18px 50px;
        margin: 0 -12px;
        border-radius: 0px;
        height: 100%;
    }
    .right-side_bar .user-list_item {
        padding: 0px;
        margin-bottom: 35px;
    }
    .user-deletion_card {
        padding-top: 0px;
    }
    .right-side_bar .user-list_item img {
        height: 25px;
    }
    .profile_section {
        padding-top: 0px;
    }
    /*  .profile {
        background: linear-gradient(180deg, #4557FF 0%, #1B2055 154.5%);
    } */
    .profile .mobile-header {
        background-color: #fff;
        border-radius: 45px 45px 0 0;
        margin-top: 20px;
        display: none;
    }
    .scope-job_wrapper .error {
        position: absolute;
        right: 4px;
        bottom: -14px;
    }
    .scope-job_title {
        font-size: 14px;
    }
    .mali-notification_section .right-side_bar {
        padding-top: 0px;
    }
    .mali-notification_card {
        margin-top: 35px;
    }
    .mali-notification_section .right-side_bar .row .col {
        margin-bottom: 24px;
    }
    .message-notification_list {
        padding-top: 15px;
        position: relative;
    }
    .user-deletion_card .form-select {
        padding: 7px 12px;
        font-size: 16px;
    }
    .left-slide_bar {
        margin: 0 -12px;
        border-radius: 0px;
        padding-bottom: 18px;
    }
    .profile_section .profile-edit_icon {
        top: 18px;
    }
    .add-job_section .form-select {
        border: 1px solid var(--bs-white);
        font-size: 16px;
        padding: 7px 12px;
    }
    .contactus_section {
        background: linear-gradient(180deg, #4557FF 0%, #293499 100%);
        padding: 35px 30px 25px;
        border-radius: 50px 50px 0 0;
        position: relative;
        z-index: 1;
    }
    .contactus_section .form-control {
        border: 1px solid var(--bs-white);
        background-color: transparent;
        color: var(--bs-white);
    }
    .successfully_message {
        padding-top: 30px;
    }
    .edit-job_section .career_tab-content {
        margin: 0px;
    }
    .personal-check_list .form-check-label {
        color: var(--bs-white);
    }
    .apply_link .btn {
        padding-right: 18px;
        --bs-btn-padding-x: 70px;
    }
    .contactus_section.inner-card_box .container {
        background-color: transparent;
        min-height: auto;
        padding: 0px;
    }
    .contact_data .btn {
        margin-top: 24px;
        color: var(--bs-white);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        --bs-btn-padding-x: 42px;
    }
    .mobile_profile-avatar_details .profile-avatar-img img {
        height: 120px;
        width: 120px;
        position: relative;
        top: 0;
        box-shadow: unset;
        border: 2px solid #fff;
    }
    .mobile_profile-avatar_details .profile_user-details .title {
        margin-bottom: 0px;
    }
    .mobile_profile-avatar_details {
        padding-bottom: 50px;
    }
    .mobile_profile-avatar_details .profile-avatar-img {
        margin-top: 20px;
    }
    .profile_user-details {
        padding-top: 25px;
        position: relative;
    }
    .mobile_profile-avatar_details {
        padding-top: 35px;
    }
    .mobile_profile-avatar_details {
        padding-bottom: 50px;
        clip-path: circle(82.8% at 49% 8%);
        background: linear-gradient(180deg, #4557FF 0%, #1B2055 154.5%);
        margin: 0 -12px;
    }
    .mobile_profile-edit_icon {
        text-align: end;
    }
    .profile.mail,
    .profile.accessibility,
    .profile.policy,
    .profile.userdeletion,
    .setting {
        background: linear-gradient(180deg, #4557FF 0%, #1B2055 154.5%);
    }
    .setting .mobile-header {
        background-color: #fff;
        border-radius: 45px 45px 0 0;
        margin-top: 20px;
    }
    .setting .left-slide_bar {
        min-height: 85vh;
    }
    .sub-comment_wrapper .comment_card {
        margin-bottom: 15px;
    }
    .sub-comment_wrapper {
        margin-bottom: 30px;
    }
    .sub-comment_card .add-comment_wrapper {
        bottom: 0;
        padding-bottom: 20px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .post-details_wrapper .title {
        font-size: 16px;
        line-height: 20px;
    }
    .update-post_card .post-img img {
        height: 350px;
    }
    .update-post_slide {
        margin: 0 5px 20px 5px;
    }
    .post-details_wrapper {
        height: 95px;
    }
    .contact_data textarea {
        height: 153px;
    }
    .send-donation_link .btn {
        --bs-btn-padding-x: 26px;
        --bs-btn-font-size: 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .save_cta-button .btn {
        --bs-btn-padding-x: 45px;
    }
    .add_question-card {
        margin-top: 25px;
    }
    .add_question-card .form-label {
        margin-right: 5px;
    }
    .question_tab-list .add_button .btn,
    .forum-edit_card .add_button .btn,
    .sub-forum_edit_card .add_button .btn {
        --bs-btn-padding-x: 36px;
    }
    .looking_job-wrapper {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .send_link .btn {
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .desktop_profile-delete_icon {
        height: 28px;
        width: 28px;
        right: -85px;
        top: 260px;
        bottom: auto;
    }
    .loaders {
        top: 6px;
        left: 15px;
    }
    .remove-img svg {
        height: 24px;
    }
    .login_section .btn .loader {
        left: 14px;
    }
    .contactus_section .form-label {
        font-size: 20px;
        font-weight: 500;
    }
    .created-post_wrapper {
        position: absolute;
        top: -158px;
        left: 32px;
    }
    .user_setting-list {
        margin-right: 15px;
    }
    .user-list_item .sub-title {
        max-width: calc(100% - 48px);
    }
    .user_setting-list .user-list_item img {
        width: 32px;
        object-fit: none;
    }
    .updates .page-title_wrapper .title,
    .donations .page-title_wrapper .title {
        padding-left: 20px;
    }
    .accessibility_link {
        margin-top: 0px;
    }
    .accessibility_content .policy-list .list-item::before {
        top: 10px;
        bottom: unset;
    }
    .forum_section .update-serach_bar {
        max-width: 315px;
    }
    .login_section .btn.login-link .loader {
        left: 3px;
        top: 2px;
    }
    .login_section .btn.login-link .loader i {
        font-size: 12px;
    }
    .btn.login-link {
        --bs-btn-font-size: 20px;
        --bs-btn-padding-x: 15px;
        --bs-btn-padding-y: 3px;
    }
    .bubble_img {
        position: absolute;
        bottom: -55px;
        left: 50px;
    }
    .otp_wrapper .btn {
        font-size: 20px;
    }
}

@media (max-width: 390px) {
    .add-form .plus-icon {
        bottom: -21%;
    }
    .bubble_img {
        left: 50px;
        bottom: -55px;
    }
}


/** Responsive End **/