g.job-sec {
    background-color: #f5f5f5;
}

.autopay-badge{
   padding: 5px 10px;
    color: #045E76;
    border-radius: 60px;
    background: linear-gradient(90deg, #D0F5FF 0%, #D7FFE0 100%);
}
.word-break-hyphen{
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.badge-count {
    position: absolute;
    top: 13px;
    right: 10px;
    background: red;
    color: white !important;
    border-radius: 50%;
    padding: 0px 7px !important;
    font-size: 12px;
    height: 20px;
    width: 20px;
}

.toggle-button-invite {
    padding-left: 10px;
}

.load_ajax .active {
    color: #035d74;
}

.btn.active {
    background-color: #035d75;
    color: #fff;
}

.fw-bold {
    font-weight: 500;
}

.pagination_counter a.active {
    text-decoration: underline;
    color: #035d75;
    /* Optional: keep the link color blue */
    font-weight: bold;
    /* Optional: makes it stand out more */
}

.school-logo-image-cl-ch a {
    color: white;
    text-transform: none;
}

.custom-homepage-link {
    text-transform: none !important;
    color: inherit !important;
    font-weight: bold;
    transition: color 0.3s ease;
}

.custom-homepage-link:hover {
    color: #daa800 !important;
    text-decoration: none !important;
}

.back {
    padding-top: 5px;
    text-align: end;
    /* padding-top: 15px;
  padding-bottom: 15px; */
}

.back a {
    color: #035d74;
}

.back a i {
    font-size: 20px;
    padding-right: 5px;
}

.back a span {
    font-size: 18px;
    font-weight: 600;
}

.profile-section {
    background-color: #ffffff;
    padding-bottom: 20px;
    border-radius: 10px;
    /* margin-top: 50px;  */
}

.profile-image-section {
    margin-left: 16px;
    margin-right: 16px;
}

.profile {
    background-image: url("../images/jobs/profilebackground.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 130px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.university-name {
    font-size: 15px;
}

.profile-image {
    width: 80px;
    height: 80px;
    margin-top: -42px;
    border-radius: 50%;
}

#common-forum-like-modal-body {
    overflow-y: auto;
    /* or scroll */
    max-height: 400px;
    /* Ensure it has a visible height constraint */
}

#common-forum-like-modal-body {
    overflow-y: auto;
    max-height: 400px;
    /* Adjust based on your design */
    padding: 10px;
}

.job-sec h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.job-sec p {
    margin-bottom: 10px;
}

.joined-para {
    color: #7c7c7c;
}

.private-button {
    border-radius: 12px;
    border: 1px solid #045e76;
    background: #fff;
    padding-top: 3px;
    padding-bottom: 2px;
}

.private-button img {
    width: 26.23px;
    height: 24px;
}

.private-button span {
    padding-left: 6px;
    color: #035d74;
}

.friend-request-button {
    background-color: #d7ffe0;
    border-radius: 12px;
    margin-top: 15px;
}

.friend-request-button img {
    height: 30px;
    width: 30px;
}

.friend-request-button span {
    padding-left: 5px;
    font-weight: 500;
    /* color: #FFF; */
}

.network-button {
    width: 166px;
    height: 43px;
    background-color: #d7ffe0;
    border-radius: 12px;
    margin-top: 15px;
}

.network-button-color {
    background-color: #035d74;
    color: #fff;
}

.network-button img {
    height: 30px;
    width: 30px;
}

.network-button span {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}

.myforums-button span {
    padding-right: 17px;
}

.notification-icon {
    margin-top: -30px;
    background-color: white;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0px 1px 5px #045e76;
}

.edit-icon {
    margin-left: 10px;
}

.edit-icon img {
    height: 18px;
    width: 18px;
}

.edit-bell-icon {
    margin-top: -15px;
}

.form-profile {
    height: 45px;
    width: 45px;
    margin-right: 5px;
    border-radius: 50%;
}

.forums-background {
    background-color: #ffffff;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 70px;
    margin-top: 50px;
    padding-bottom: 40px;
}

.form-spacing {
    padding-left: 25px;
    padding-right: 25px;
}

.form-post {
    background-color: #ffffff;
    margin-bottom: 70px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.res-post {
    margin-bottom: 25px;
}


/* .forums-text {
    color: #00657F;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
    padding-bottom: 7px;
} */

.form-box {
    min-height: 90px;
    max-height: 90px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #00657f;
}

.createforum-button {
    background-color: #00657f;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 500;
    margin-top: 20px;
}

.updateforum-button {
    background-color: #00657f;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 500;
    margin-top: 20px;
}

.friend-request-bg {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 70px;
}

.friend-request-text {
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
    padding-bottom: 10px;
}

.friend-request-text h3 {
    font-weight: 700;
    color: #00657f;
}

.friend-list-detail {
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
    padding-bottom: 20px;
    padding-top: 25px;
}

.friend-list-name {
    padding-left: 15px;
}

.friend-list a img {
    height: auto;
    width: 64px;
    border-radius: 64px;
    border: 1px solid #045e76;
}

.friend-list-name h4 {
    margin-bottom: 0px;
    font-weight: 800;
    margin-top: 7px;
}

.decline-button {
    background-color: #ffff;
    border: 1px solid #045e76;
    border-radius: 0px;
    color: #045e76;
    font-weight: 700;
    margin-right: 20px;
    padding: 10px 22px;
}

.accept-button {
    background-color: #045e76;
    color: #ffffff;
    font-weight: 700;
    border-radius: 0px;
    border: 1px solid #045e76;
    padding: 10px 22px;
}

.request-button {
    padding-top: 15px;
}

.list-border {
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    .decline-button {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .request-button {
        padding-top: 0px;
        text-align: end;
    }
    .friend-list-name h4 {
        margin-top: 0px;
    }
    /* .res-profile-button {
        margin-right: 33px;
    } */
    .profile-section {
        margin-bottom: 20px;
    }
    .progress-container {
        max-width: unset !important;
    }
    .vibeys-cards-container {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .res-profile-button {
        margin-right: 9px;
    }
    .profile-section {
        margin-bottom: 20px;
    }
    .progress-container {
        max-width: unset !important;
    }
    .vibeys-card-icon img {
        margin-left: 0 !important;
    }
    .vibeys-card-icon {
        gap: 2px !important;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .res-profile-button {
        margin-right: 20px;
    }
    .profile-section {
        margin-bottom: 20px;
    }
}


/* this css is for toggle button  */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    /* Adjust width as needed */
    height: 20px;
    /* Adjust height as needed */
}


/* Hide default checkbox appearance */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* Styling for the slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #808080;
    /* Off state color */
    border-radius: 20px;
    /* Adjust for desired roundness */
    transition: 0.4s;
}


/* Style the slider when checked */

.switch input:checked+.slider {
    background-color: #045e76;
    /* On state color */
}


/* Create the circle inside the slider */

.slider:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}


/* Move the circle to the right when checked */

.switch input:checked+.slider:before {
    left: calc(100% - 18px);
    /* Calculate position based on slider width */
}


/* Style for the toggle text */

.toggle-text {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    /* Adjust as needed */
    color: #555;
    /* Adjust as needed */
}

.toggle-button {
    margin-top: 20px;
    margin-left: 45px;
}


/* end of toggle css */

.student-of-the-day {
    background-image: url("../images/jobs/studentofthedaybg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px;
}

.student-day {
    color: #2a89a2;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
}

.student-of-the-day-profile {
    width: 126px;
    height: 126px;
    border-radius: 132px;
    box-shadow: 0px 0px 20px 0px rgba(0, 101, 127, 0.6);
}

.student-of-the-day h5 {
    color: #000;
    font-weight: 700;
    margin: 0px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.school {
    color: #535353;
    font-weight: 500;
}

.student-of-the-day .add-as-friend {
    background-color: white;
    border-radius: 40px;
    border: 1px solid #00657f;
    color: #00657f;
    margin-bottom: 25px;
}

.new_btton_ch a.active span {
    color: white;
}

.major-network {
    font-weight: 700;
    color: #00657f;
    margin: 0px;
    padding-bottom: 6px;
}

.show-more {
    color: #000;
    font-size: 12px;
}

.view-more {
    color: #daa800;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
}

.view-more:hover {
    color: #00657f;
    text-decoration: none !important;
}

.friend-list-content {
    margin: 0px;
}

.friend-list-content img {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    margin-top: -40px;
    object-fit: cover;
}

.friend-list-content h5 {
    margin: 0px;
    font-weight: 700;
    padding-top: 8px;
}

.friend-list {
    width: 160px;
    border-radius: 10px;
}

.friend-list-detail .friend-list {
    width: 60%;
}

.friend-list-detail .friend-list-name h4 {
    margin-top: 0px;
}

.friend {
    padding: 0px;
    /* border-radius: 10px; */
}

.add-as-button {
    font-size: 12px;
    font-weight: 400;
    color: #00657f;
    padding: 3px 10px;
    border: 1px solid #00657f;
    border-radius: 10px;
    margin-bottom: 10px;
}


/* .add-as-button i {
    font-size: 10px;
    margin-left:0px;
} */

.add-as-button i {
    /* margin-left:0px; */
}

.friend-list-bg img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.friend p {
    margin-bottom: 5px;
    font-weight: 500;
    color: #827a7a;
    font-size: 12px;
}

.friend-suggestions {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}

.view-all {
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
    margin-bottom: 25px;
}

.network-suggestions {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
}

.forums-post-icons {
    border-bottom: 1px solid rgba(107, 106, 106, 1);
    padding: 15px 0px;
}

.fourms-post-profile {
    padding-top: 10px;
}

.fourms-post-profile img {
    margin-top: 8px;
}

.fourms-post-profile img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #00657f;
}

.fourms-post-profile-para {
    padding-left: 10px;
}

.fourms-post-profile-para h4 {
    color: #00657f;
    margin: 0px;
    font-weight: 700;
}

.fourms-post-profile .university {
    margin-bottom: 0px;
    color: #000;
    font-size: 12px;
}

.fourms-post-profile-para .time {
    color: #7f7f7f;
    font-size: 10px;
    font-weight: 700;
}

.add_friend i {
    color: #00657f;
}

.add_friend span {
    color: #00657f;
    font-weight: 800;
}

.read-more span {
    color: #00657f;
    padding-right: 3px;
}

.fourms-post-line {
    border-bottom: 1px solid rgba(107, 106, 106, 1);
    padding-top: 10px;
}

.like-share-comment-icon {
    padding: 20px 18px;
}

.like-share-comment-icon span {
    font-size: 16px;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 25px;
    padding-top: 2px;
    color: #000;
}

.like-share-comment-icon img {
    padding-bottom: 5px;
}

.forum-post-text {
    color: #000;
}

.forum-post-text .text-content {
    word-break: break-word;
}

.cross-icon {
    padding-left: 25px;
}

.like-comment {
    padding: 20px 0px;
    text-align: end;
    padding-right: 10px;
}

#socialMediaForm span {
    color: #f00;
}

.social-media-sec .fa-edit {
    cursor: pointer;
}

.social-media-sec .fa-trash-alt {
    cursor: pointer;
}

.like-comment a span {
    color: #00657f;
    font-size: 16px;
    font-weight: 700;
    padding-left: 13px;
}

.student-of-the-day-post {
    margin: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    background-color: #f8f8f8;
}

.new_btton_ch .btn {
    text-align: left;
    min-height: 50px;
    width: 100%;
    border-radius: 60px;
}


/* .friend-request-container button#add-friend-btn .frnds-add {
    margin-bottom: 0px;
}

.friend-request-container button#add-friend-btn {
    border: none;
}

.friend-request-container button#add-friend-btn:focus {
    box-shadow: none;
} */

@media only screen and (max-width: 767px) {
    .toggle-button {
        margin-left: 0px;
    }
    .res-list {
        display: flex;
        justify-content: center;
    }
    .res-friend-list {
        margin-bottom: 20px;
    }
    .add_friend {
        text-align: end;
    }
    .like-share-comment-icon span {
        padding-right: 16px;
    }
    .like-comment {
        text-align: start;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    /* .res-profile-button {
        margin-right: 33px;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .res-profile-button {
        margin-right: 5px;
    }
    .profile-section {
        margin-bottom: 20px;
    }
}

.university-name {
    font-size: 15px;
}

.profile-image {
    width: 80px;
    height: 80px;
    margin-top: -42px;
    border-radius: 50%;
}


/* .job-sec h4 {
  margin-top: 23px;
  margin-bottom: 10px;
} */

.job-sec p {
    margin-bottom: 10px;
}

.joined-para {
    color: #7c7c7c;
}

.private-button {
    border-radius: 12px;
    border: 1px solid #045e76;
    background: #fff;
    padding-top: 3px;
    padding-bottom: 2px;
}

.private-button img {
    width: 26.23px;
    height: 24px;
}

.private-button span {
    padding-left: 6px;
    color: #035d74;
}

.friend-request-button {
    background-color: #d7ffe0;
    border-radius: 12px;
    margin-top: 15px;
}

.friend-request-button img {
    height: 30px;
    width: 30px;
}

.forums-profile {
    height: 115px;
    width: 115px;
    border-radius: 50%;
    object-fit: cover;
}

.forums-profile-section {
    margin-top: -67px;
}

.forums-profile-para h4 {
    margin-top: 0px;
    color: #ffffff;
}

.forums-profile-para .sociology-para {
    color: #ffffff;
}

.fourms-post-profile-para p {
    font-size: 12px;
}

.forums-profile-para .joined-para {
    color: #7c7c7c;
}

.friend-request-button span {
    padding-left: 5px;
    font-weight: 500;
    /* color: #FFF; */
}

.add-button span {
    padding-left: 10px;
}

.network-button {
    width: 166px;
    height: 43px;
    background-color: #d7ffe0;
    border-radius: 12px;
    margin-top: 15px;
}

.network-button-color {
    background-color: #035d74;
    color: #fff;
}

.network-button img {
    height: 30px;
    width: 30px;
}

.network-button span {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}

.myforums-button span {
    padding-right: 17px;
}

.notification-icon {
    margin-top: -30px;
    background-color: white;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0px 1px 5px #045e76;
    margin-left: 5px;
}

.edit-icon img {
    height: 18px;
    width: 18px;
}

.edit-bell-icon {
    margin-top: -15px;
}

.form-profile {
    height: 45px;
    width: 45px;
    margin-right: 5px;
    border-radius: 50%;
}

.forums-background {
    background-color: #ffffff;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 70px;
    margin-top: 50px;
}

.form-spacing {
    padding-left: 25px;
    padding-right: 25px;
}

.form-post {
    background-color: #ffffff;
    margin-bottom: 70px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.res-post {
    margin-bottom: 25px;
}


/* .forums-text {
    color: #00657F;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
    padding-bottom: 7px;
} */

.form-box {
    min-height: 90px;
    max-height: 90px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #00657f;
}

.createforum-button {
    background-color: #00657f;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 500;
    margin-top: 20px;
}


/* this css is for toggle button  */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    /* Adjust width as needed */
    height: 20px;
    /* Adjust height as needed */
}


/* Hide default checkbox appearance */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* Styling for the slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #808080;
    /* Off state color */
    border-radius: 20px;
    /* Adjust for desired roundness */
    transition: 0.4s;
}


/* Style the slider when checked */

.switch input:checked+.slider {
    background-color: #045e76;
    /* On state color */
}


/* Create the circle inside the slider */

.slider:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

.exp-section-info-edit-del-ch .btn {
    padding: 0px 10px;
}

.exp-section-info-edit-del-ch i {
    font-size: 12px;
}

.exp-section-info-edit-del-ch img {
    height: 12px;
    width: 12px;
    margin-bottom: 3px;
}

#preview-image-portfolio img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

#preview-image-portfolio .delete-image {
    left: 137px;
    line-height: 19px;
    padding-left: 1px;
}

#preview-image-portfolio {
    position: relative;
}

#preview-image-blog img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

#preview-image-blog .delete-image {
    left: 137px;
    line-height: 19px;
    padding-left: 1px;
}

#preview-image-blog {
    position: relative;
}

#preview-image-testimonial img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

#preview-image-testimonial .delete-image {
    left: 137px;
    line-height: 19px;
    padding-left: 1px;
}

#preview-image-testimonial {
    position: relative;
}

#preview-image-testimonial {
    display: show;
}


/* Move the circle to the right when checked */

.switch input:checked+.slider:before {
    left: calc(100% - 18px);
    /* Calculate position based on slider width */
}


/* Style for the toggle text */

.toggle-text {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    /* Adjust as needed */
    color: #555;
    /* Adjust as needed */
}

.toggle-button {
    margin-top: 20px;
    margin-left: 45px;
}


/* end of toggle css */

.student-day {
    color: #2a89a2;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
}

.student-of-the-day-profile {
    width: 126px;
    height: 126px;
    border-radius: 132px;
    box-shadow: 0px 0px 20px 0px rgba(0, 101, 127, 0.6);
}

.student-of-the-day h5 {
    color: #000;
    font-weight: 700;
    margin: 0px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.school {
    color: #535353;
}

.student-of-the-day .add-as-friend {
    background-color: white;
    border-radius: 40px;
    border: 1px solid #00657f;
    color: #00657f;
    margin-bottom: 25px;
}

.major-network {
    font-weight: 700;
    color: #00657f;
    margin: 0px;
    padding-bottom: 6px;
}

.show-more {
    color: #000;
    font-size: 12px;
}

.friend-list-content {
    margin: 0px;
}

.friend-list-content img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: -40px;
    object-fit: cover;
}

.friend-list-content h5 {
    margin: 0px;
    font-weight: 700;
    padding-top: 8px;
}

.friend-list {
    /* width: 160px; */
    border-radius: 10px;
}

.friend {
    padding: 0px;
    /* border-radius: 10px; */
}

.add-as-button {
    font-size: 12px;
    font-weight: 400;
    color: #00657f;
    padding: 3px 10px;
    border: 1px solid #00657f;
    border-radius: 10px;
    margin-bottom: 10px;
}

.add-as-button i {
    font-size: 10px;
}

.friend-list-bg img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.friend p {
    margin-bottom: 5px;
    font-weight: 500;
    color: #827a7a;
    font-size: 12px;
}

.friend-suggestions {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}

.view-all {
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
    margin-bottom: 25px;
}

.network-suggestions {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
}

.forums-post-icons {
    border-bottom: 1px solid rgba(107, 106, 106, 1);
    padding: 15px 0px;
}

.fourms-post-profile {
    padding-top: 10px;
}

.fourms-post-profile img {
    margin-top: 8px;
}

.fourms-post-profile img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #00657f;
}

.fourms-post-profile-para {
    padding-left: 10px;
}

.fourms-post-profile-para h4 {
    color: #00657f;
    margin: 0px;
    font-weight: 700;
}

.fourms-post-profile .university {
    margin-bottom: 0px;
    color: #000;
    font-size: 12px;
}

.fourms-post-profile-para .time {
    color: #7f7f7f;
    font-size: 10px;
    font-weight: 700;
}

.add_friend i {
    color: #00657f;
}

.add_friend span {
    color: #00657f;
    font-weight: 800;
}

.read-more span {
    color: #00657f;
    padding-right: 3px;
}

.fourms-post-line {
    border-bottom: 1px solid rgba(107, 106, 106, 1);
    padding-top: 10px;
}

.like-share-comment-icon {
    padding: 20px 18px;
}

.like-share-comment-icon span {
    font-size: 16px;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 25px;
    padding-top: 2px;
    color: #000;
}

.like-share-comment-icon img {
    padding-bottom: 5px;
}

.forum-post-text {
    color: #000;
}

.cross-icon {
    padding-left: 25px;
}

.like-comment {
    padding: 20px 0px;
    text-align: end;
    padding-right: 10px;
}

.like-comment a span {
    color: #00657f;
    font-size: 16px;
    font-weight: 700;
    padding-left: 13px;
}

.student-of-the-day-post {
    margin: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
    .toggle-button {
        margin-left: 0px;
    }
    .res-list {
        display: flex;
        justify-content: center;
    }
    .res-friend-list {
        margin-bottom: 20px;
    }
    .add_friend {
        text-align: end;
    }
    .like-share-comment-icon span {
        padding-right: 16px;
    }
    .like-comment {
        text-align: start;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    /* /* .res-profile-button {
        margin-right: 33px;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .res-profile-button {
        margin-right: 5px;
    }
    .profile-section {
        margin-bottom: 20px;
    }
}

.job-sec {
    background-color: #f5f5f5;
}

.profile-section {
    background-color: #ffffff;
    padding-bottom: 20px;
    border-radius: 10px;
    /* margin-top: 50px;  */
}

.profile-image-section {
    margin-left: 16px;
    margin-right: 16px;
}

.university-name {
    font-size: 15px;
}

.profile-image {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    margin-top: -65px;
}


/* .job-sec h4 {
  margin-top: 23px;
  margin-bottom: 10px;
} */

.job-sec p {
    margin-bottom: 10px;
}

.joined-para {
    color: #7c7c7c;
}

.private-button {
    border-radius: 12px;
    border: 1px solid #045e76;
    background: #fff;
    padding-top: 3px;
    padding-bottom: 2px;
}

.private-button img {
    width: 26.23px;
    height: 24px;
}

.private-button span {
    padding-left: 6px;
    color: #035d74;
}

.friend-request-button {
    background-color: #d7ffe0;
    border-radius: 12px;
    margin-top: 15px;
}

.friend-request-button img {
    height: 30px;
    width: 30px;
}

.friend-request-button span {
    padding-left: 5px;
    font-weight: 500;
    /* color: #FFF; */
}

.network-button {
    width: 166px;
    height: 43px;
    background-color: #d7ffe0;
    border-radius: 12px;
    margin-top: 15px;
}

.network-button-color {
    background-color: #035d74;
    color: #fff;
}

.network-button img {
    height: 30px;
    width: 30px;
}

.network-button span {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}

.myforums-button span {
    padding-right: 17px;
}

.notification-icon {
    margin-top: -30px;
    background-color: white;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0px 1px 5px #045e76;
}

.edit-icon img {
    height: 23px;
    width: 23px;
}

.edit-bell-icon {
    margin-top: -15px;
}

.form-profile {
    height: 45px;
    width: 45px;
    margin-right: 5px;
    border-radius: 50%;
}

.forums-background {
    background-color: #ffffff;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 70px;
    margin-top: 50px;
    padding-bottom: 40px;
}

.form-spacing {
    padding-left: 25px;
    padding-right: 25px;
}

.form-post {
    background-color: #ffffff;
    margin-bottom: 70px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.res-post {
    margin-bottom: 25px;
}


/* .forums-text {
        color: #00657F;
        font-weight: 700;
        border-bottom: 1px solid rgba(0, 101, 127, 0.21);
        padding-bottom: 7px;
    } */

.form-box {
    min-height: 90px;
    max-height: 90px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #00657f;
}

.createforum-button {
    background-color: #00657f;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 500;
    margin-top: 20px;
}


/* this css is for toggle button  */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    /* Adjust width as needed */
    height: 20px;
    /* Adjust height as needed */
}


/* Hide default checkbox appearance */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* Styling for the slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #808080;
    /* Off state color */
    border-radius: 20px;
    /* Adjust for desired roundness */
    transition: 0.4s;
}


/* Style the slider when checked */

.switch input:checked+.slider {
    background-color: #045e76;
    /* On state color */
}


/* Create the circle inside the slider */

.slider:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}


/* Move the circle to the right when checked */

.switch input:checked+.slider:before {
    left: calc(100% - 18px);
    /* Calculate position based on slider width */
}


/* Style for the toggle text */

.toggle-text {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    /* Adjust as needed */
    color: #555;
    /* Adjust as needed */
}

.toggle-button {
    margin-top: 20px;
    margin-left: 45px;
}


/* end of toggle css */

.student-day {
    color: #2a89a2;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
}

.student-of-the-day-profile {
    width: 126px;
    height: 126px;
    border-radius: 132px;
    box-shadow: 0px 0px 20px 0px rgba(0, 101, 127, 0.6);
}

.student-of-the-day h5 {
    color: #000;
    font-weight: 700;
    margin: 0px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.school {
    color: #535353;
}

.student-of-the-day .add-as-friend {
    background-color: white;
    border-radius: 13px;
    border: 1px solid #00657f;
    color: #00657f;
    margin-bottom: 25px;
}

.major-network {
    font-weight: 700;
    color: #00657f;
    margin: 0px;
    padding-bottom: 6px;
}

.show-more {
    color: #000;
    font-size: 12px;
}

.friend-list-content {
    margin: 0px;
}

.friend-list-content img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: -40px;
    object-fit: cover;
}

.friend-list-content h5 {
    margin: 0px;
    font-weight: 700;
    padding-top: 8px;
}

.friend-list {
    width: 160px;
    border-radius: 10px;
}

.friend {
    padding: 0px;
    /* border-radius: 10px; */
}

.add-as-button {
    font-size: 12px;
    font-weight: 400;
    color: #00657f;
    padding: 3px 10px;
    border: 1px solid #00657f;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: white;
}

.add-as-button i {
    font-size: 10px;
}

.friend-list-bg img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.friend p {
    margin-bottom: 5px;
    font-weight: 500;
    color: #827a7a;
    font-size: 12px;
}

.friend-suggestions {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}

.view-all {
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
    margin-bottom: 25px;
}

.network-suggestions {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
}

.forums-post-icons {
    border-bottom: 1px solid rgba(107, 106, 106, 1);
    padding: 15px 0px;
}

.fourms-post-profile {
    padding-top: 10px;
}

.fourms-post-profile img {
    margin-top: 8px;
}

.fourms-post-profile img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #00657f;
}

.fourms-post-profile-para {
    padding-left: 10px;
}

.fourms-post-profile-para h4 {
    color: #00657f;
    margin: 0px;
    font-weight: 700;
}

.fourms-post-profile .university {
    margin-bottom: 0px;
    color: #000;
    font-size: 12px;
}

.fourms-post-profile-para .time {
    color: #7f7f7f;
    font-size: 10px;
    font-weight: 700;
}

.add_friend i {
    color: #00657f;
}

.add_friend span {
    color: #00657f;
    font-weight: 800;
}

.read-more span {
    color: #00657f;
    padding-right: 3px;
}

.fourms-post-line {
    border-bottom: 1px solid rgba(107, 106, 106, 1);
    padding-top: 10px;
}

.like-share-comment-icon {
    padding: 20px 18px;
}

.like-share-comment-icon span {
    font-size: 16px;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 25px;
    padding-top: 2px;
    color: #000;
}

.like-share-comment-icon img {
    padding-bottom: 5px;
}

.forum-post-text {
    color: #000;
}

.cross-icon {
    padding-left: 25px;
}

.like-comment {
    padding: 20px 0px;
    text-align: end;
    padding-right: 10px;
}

.like-comment a span {
    color: #00657f;
    font-size: 16px;
    font-weight: 700;
    padding-left: 13px;
}

.student-of-the-day-post {
    margin: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    background-color: #f8f8f8;
}

.new_btton_ch .btn {
    text-align: left;
    min-height: 50px;
    width: 100%;
    border-radius: 60px;
}

@media only screen and (max-width: 767px) {
    .toggle-button {
        margin-left: 0px;
    }
    .res-list {
        display: flex;
        justify-content: center;
    }
    .res-friend-list {
        margin-bottom: 20px;
    }
    .add_friend {
        text-align: end;
    }
    .like-share-comment-icon span {
        padding-right: 16px;
    }
    .like-comment {
        text-align: start;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    /* .res-profile-button {
        margin-right: 33px;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .res-profile-button {
        margin-right: 5px;
    }
    .profile-section {
        margin-bottom: 20px;
    }
}


/* @media only screen and (min-width: 820px) and (max-width: 1180px) {
        .res-profile-button {
            margin-right: 20px;
        }
    } */


/* @media only screen and (min-width: 820px) and (max-width: 1180px) {
    .res-profile-button {
        margin-right: 20px;
    }
} */

#autoPayOptions {
    display: none;
}

.paypal-input-container {
    margin-top: 20px;
}

.success-container {
    text-align: center;
}

#h1-payment {
    font-size: 2.5rem;
    margin-top: 20px;
    animation: fadeIn 1s ease-in-out;
}

#p1-payment {
    color: #333;
    font-size: 1.2rem;
    animation: fadeIn 1.5s ease-in-out;
}


/* Success Icon Styles */

.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.checkmark-circle {
    width: 100%;
    height: 100%;
    background-color: #4caf50;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.checkmark-stem {
    position: absolute;
    width: 4px;
    height: 31px;
    background-color: white;
    top: 21px;
    left: 35px;
    transform: rotate(45deg);
    animation: checkmark-stem 0.3s ease-in-out 0.7s forwards;
    transform-origin: bottom left;
    opacity: 0;
}

.checkmark-kick {
    position: absolute;
    width: 4px;
    height: 16px;
    background-color: white;
    top: 44px;
    left: 26px;
    transform: rotate(-45deg);
    animation: checkmark-kick 0.3s ease-in-out 0.9s forwards;
    transform-origin: top left;
    opacity: 0;
}


/* Error Icon Styles */

.error-icon {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #f44336;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
}

.error-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: rgba(0, 0, 0, 0);
    stroke: #f44336;
    animation: stroke-error 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.error-line {
    position: absolute;
    width: 4px;
    height: 27px;
    background-color: white;
    top: 30px;
    left: 39px;
    transform: rotate(45deg);
}

.error-line2 {
    position: absolute;
    width: 4px;
    height: 27px;
    background-color: white;
    top: 30px;
    left: 39px;
    transform: rotate(-45deg);
}


/* Cancelled Icon Styles */

.cancelled-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ff9800;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.cancelled-circle {
    width: 100%;
    height: 100%;
    background-color: #ff9800;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cancelled-cross {
    position: absolute;
    width: 4px;
    height: 50px;
    background-color: white;
    top: 15px;
    left: 38px;
    transform: rotate(45deg);
}

.cancelled-cross2 {
    position: absolute;
    width: 4px;
    height: 50px;
    background-color: white;
    top: 15px;
    left: 38px;
    transform: rotate(-45deg);
}


/* Pending Icon Styles */

.pending-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffc107;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.pending-dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    top: 32px;
    left: 32px;
    animation: pulse 1.5s infinite;
}


/* Animations */

@keyframes checkmark-stem {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes checkmark-kick {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}


/* Styling for the input field */

.styled-input {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}


/* Message below the input field */

.paypal-warning {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 8px;
}

#check_tnc {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

#viewOldMessages {
    cursor: pointer;
}

.reoccuring_payment {
    float: right;
}

.campaign_banner_img {
    /*box-shadow: 1px 1px 1px 1px;
    float: right;*/
    min-height: 69px;
    object-fit: cover;
}

.modal-content {
    font-weight: 400;
    color: #2f435a;
    /* font-size: 17px; */
}

#verify_btn {
    height: 43px;
    padding-top: 10px !important;
}


/* .payment_details {
    color: #767676 !important;
} */

.payment_details {
    font-size: 15px;
    padding: 0px 0px;
}


/* .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
} */

.final_amount {
    font-weight: 500;
    /* border-top: 2px solid; */
    margin: 4px 0px 0px;
    font-size: 15px;
    padding: 0px 0px;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.expiry_year {
    padding-right: 0px;
}

label {
    font-weight: 500;
    font-size: 14px;
}

.form-floating {
    margin: 0px 0px 16px;
}

.floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem 0.75rem;
}

.pay-tr-fee {
    padding-bottom: 0 !important;
    width: 100%;
}

.ml-2 {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.input_elements .row {
    margin-top: 28px !important;
}

.input_field {
    border-radius: 0.75rem;
    border: 1px solid #c8c8c8;
    padding: 0.4375rem 1rem;
    margin-top: 5px;
}

.input_field_select {
    border-radius: 0.75rem;
    border: 1px solid #c8c8c8;
}

.p-md-2 {
    padding: 0.5rem !important;
}

.modal-body {
    position: relative;
    -ms-flex: 27 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

body {
    font-family: "Google Sans";
    font-weight: 400 !important;
    color: #2f435a !important;
    font-size: 15px !important;
}

.pay-tr-fee-inner {
    border: 1px solid #eee;
    padding: 3px;
}

.recurr-inner label {
    font-size: 13px !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}

.input-group-c {
    font-size: 13px !important;
    /* margin : 0px 0px 0px 8px; */
}

.column_field {
    padding: 0px 0px;
}

.fa-info-circle:before {
    content: "\f05a";
}

.credit_card {
    accent-color: #02a95c;
}

.icons_card {
    margin-left: 10px;
    margin-right: 5px;
}

#card {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.card_label {
    font-size: 18px;
}


/* .payment_type{
    padding-top: 43px !important;
} */

.card_details {
    padding-top: 10px;
}

.details_1 {
    margin: 0px 0px 0px;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

.details_2 {
    color: #767676 !important;
    font-size: 0.875rem !important;
    line-height: 1.71 !important;
    font-weight: 400 !important;
    margin: 0px 0px 20px;
}

#card_heading {
    margin: 0px 0px 20px;
}

.filter_btn {
    margin-top: 1.1rem;
}

#viewOldMessages {
    cursor: pointer;
}

#paginationList div {
    padding: 7px;
}

.reoccuring_payment {
    float: right;
}

.detail_class {
    background-color: white;
    padding-top: 15px;
}

.detail_class .nav-tabs {
    border: none;
}

.detail_class .tab-content {
    border: none;
}

.detail_class .card-footer {
    border: none !important;
}

.uk-notification-message {
    font-size: 15px !important;
}

.sina-nav div.dropdown-menu.show {
    display: block;
}

.sina-nav {
    z-index: 1040;
}

a.donate_amount:hover,
a.donate_amount:active,
a.donate_amount:focus {
    color: white;
}

a.donate_amount span:hover,
a.donate_amount span:active,
a.donate_amount span:focus {
    color: white;
}

.btn-secondary {
    text-transform: capitalize;
    font-weight: 500;
    padding: 8px 15px;
}

.btn-danger {
    text-transform: capitalize;
    font-weight: 500;
    padding: 8px 15px;
}

.no_records_div {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.disabled {
    cursor: not-allowed;
}


/*#journey p {
	word-break: break-all;
}*/

.small_font {
    font-size: 12px;
}

.pagination_counter.pagination_pageNumber {
    text-align: right;
}

.pagination_counter.pagination_pageNumber a {
    padding-right: 10px;
}

#change_phone_number {
    float: right;
}

.select-ecard.active {
    border: 2px solid lightblue !important;
}

.guest_story_text {
    word-break: break-all;
}

.contact_errors {
    height: auto;
    overflow: auto;
    text-align: justify;
    max-height: 70px;
}

textarea {
    height: auto;
    overflow: auto;
    min-height: 70px;
    max-height: 100px;
}

.scrollable_table_div {
    max-height: 500px;
    overflow: auto;
}

.new_team_form_div {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.msg-display {
    padding: 100px 50px 70px;
}

.btn-theme {
    padding: 12px 25px;
    color: #fff;
    background-color: #00657f;
}

.btn-theme:hover {
    background-color: #daa800;
    color: #fff;
    text-decoration: none;
}

.btn-theme a {
    text-decoration: none;
    color: #fff;
}

.btn-theme a:hover {
    text-decoration: none;
    color: #fff;
}

.btn-bottom {
    margin-top: 40px;
}

.recpt {
    margin-bottom: 20px;
}

.thank-icon {
    font-size: 50px;
}

.com_fundraiser_name span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.5;
    text-transform: uppercase;
}

h3.com_fundraiser_name {
    /* text-align: left; */
    margin-bottom: 0px;
}

span.select2-selection.select2-selection--single {
    height: 42px;
}

form#SignUpForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}

form#SignUpForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

form#SignUpForm span.select2-selection.select2-selection--single {
    height: 42px;
    /* margin-bottom: 1rem; */
}

form#fundraiser-profile-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 39px;
}

form#fundraiser-profile-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

#coinbase_div_details {
    display: none;
}

#select_pay h4 {
    margin: 0 0 10px 0;
}

h5#card-title-guest {
    text-align: center;
}


/* input#pay_credit,input#pay_Coinbase {
    margin-left: 10px;
} */


/* .school_title a.disabled{
    pointer-events: none;
} */

img.wp-image-785,
img.wp-image-786 {
    width: 160px;
}

div#step_third_next {
    float: right;
}

.input_elements .card_details .row {
    margin-top: 15px !important;
}

.input_elements .card_details {
    border: 1px solid #c8c8c8;
    border-radius: 0.25rem;
    padding: 1rem;
    margin-bottom: 20px;
}

.example.example2 {
    background-color: #fff;
}

.input_elements .card_details .error {
    display: none;
}

.error.visible {
    display: block;
}

.payment_type h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.payment_type .payment_details {
    color: #767676;
    font-weight: 300;
    margin-bottom: 10px;
}

.final_amount,
#final_amount {
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    font-weight: 300;
}

#common-modal-foot {
    justify-content: center;
}


/* .example.example2 * {
    font-family: Source Code Pro, Consolas, Menlo, monospace;
    font-size: 16px;
    font-weight: 500;
  }
   */

.example.example2 .row {
    display: -ms-flexbox;
    display: flex;
    /*    margin: 0 5px 10px;*/
}

.example.example2 .field {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 10px;
}

.example.example2 .field.half-width {
    width: 50%;
}

.example.example2 .field.quarter-width {
    width: calc(25% - 10px);
}

.example.example2 .baseline {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #cfd7df;
    transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 label {
    /* position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
    color: #cfd7df;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    transform-origin: 0 50%;
    cursor: text;
    /* pointer-events: none; */
    transition-property: color, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .card_details label {
    position: unset;
}

.example.example2 .card_details .column_field label {
    position: absolute;
    /*   width: 100%;*/
    left: 25px;
    top: 17px;
    font-weight: 300;
}

.example.example2 .card_details .column_field {
    margin-bottom: 15px;
}

.example.example2 .card_details .column_field input {
    border: 1px solid #d9d9d9 !important;
    padding: 20px 10px 12px 10px !important;
    border-radius: 0.75rem;
}

.column_field.stripe-card {
    min-height: 56.1px;
    border: 1px solid #d9d9d9;
    border-radius: 0.75rem;
}

.column_field.stripe-card .StripeElement {
    margin-top: 20px;
    padding-left: 10px;
}

.example.example2 .input {
    /*    position: absolute;*/
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 7px;
    color: #32325d;
    background-color: transparent;
}

label[for="add_fundraiser_charges"] {
    margin-bottom: 0 !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

label {
    cursor: pointer !important;
}

.recurr-inner label {
    font-size: 13px !important;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.example.example2 .input::-webkit-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input::-moz-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input:-ms-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input.StripeElement {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity;
}

.example.example2 .input.focused,
.example.example2 .input:not(.empty) {
    opacity: 1;
}

.example.example2 .input.focused::-webkit-input-placeholder,
.example.example2 .input:not(.empty)::-webkit-input-placeholder {
    color: #cfd7df;
}

.example.example2 .input.focused::-moz-placeholder,
.example.example2 .input:not(.empty)::-moz-placeholder {
    color: #cfd7df;
}

.example.example2 .input.focused:-ms-input-placeholder,
.example.example2 .input:not(.empty):-ms-input-placeholder {
    color: #cfd7df;
}

.example.example2 .input.focused,
.example.example2 .input:hover {
    /*    background: #f8f8f8;*/
}

.example.example2 .input.focused+label,
.example.example2 .input:not(.empty)+label {
    color: #aab7c4;
    transform: scale(0.85) translateY(-17px);
    cursor: default;
}

.example.example2 .input.focused+label {
    color: #24b47e;
}

.example.example2 .input.invalid+label {
    color: #ffa27b;
}

.example.example2 .input.focused+label+.baseline {
    background-color: #24b47e;
}

.example.example2 .input.focused.invalid+label+.baseline {
    background-color: #e25950;
}

.example.example2 input,
.example.example2 button {
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
    outline: none;
    border-style: none;
}

.example.example2 input:-webkit-autofill {
    -webkit-text-fill-color: #e39f48;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.example.example2 .StripeElement--webkit-autofill {
    background: transparent !important;
}

.example.example2 input,
.example.example2 button {
    -webkit-animation: 1ms void-animation-out;
}

.example.example2 button {
    display: block;
    width: calc(100% - 30px);
    height: 40px;
    /* margin: 40px 15px 0; */
    background-color: #24b47e;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.example.example2 .error svg {
    margin-top: 0 !important;
}

.example.example2 .error svg .base {
    fill: #e25950;
}

.example.example2 .error svg .glyph {
    fill: #fff;
}

.example.example2 .error .message {
    color: #e25950;
}

.example.example2 .success .icon .border {
    stroke: #abe9d2;
}

.example.example2 .success .icon .checkmark {
    stroke: #24b47e;
}

.example.example2 .success .title {
    color: #32325d;
    font-size: 16px !important;
}

.example.example2 .success .message {
    color: #8898aa;
    font-size: 13px !important;
}

.example.example2 .success .reset path {
    fill: #24b47e;
}

h3.heading-3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 20px;
}

label.card_label {
    font-size: 16px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.card-cust {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-l,
.card-r {
    display: flex;
    align-items: center;
}

#resend_verification_mail {
    color: #daa800 !important;
}

.like-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    position: relative;
    /* Allows absolute positioning of confetti */
}

.like-button:focus {
    outline: none;
}

#like-icon {
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
}


/* Add a hover effect for some interaction */

.like-button:hover #like-icon {
    transform: scale(1.1);
}


/* Add the click/active effect */

.like-button:active #like-icon {
    transform: scale(1.3);
}


/* Like button animation when liked (use JS to add/remove this class) */

.liked #like-icon {
    animation: pop 0.3s ease forwards;
    color: #ff4747;
    /* Change the color when liked */
}


/* Confetti effect using pseudo-elements */

.like-button.liked::before,
.like-button.liked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    opacity: 0;
    transform: scale(0);
    animation: sprinkle 0.6s ease-out forwards;
}

.like-button.liked::after {
    background: yellow;
    width: 8px;
    height: 8px;
}


/* Confetti animation */

@keyframes sprinkle {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(50px, -50px) scale(0.5);
    }
}


/* Pop animation for the like button */

@keyframes pop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.view-network {
    font-size: 16px;
    /* Increase font size */
    font-weight: 700;
    color: #00657f;
    padding: 8px 20px;
    /* Increase padding for larger button */
    border: 1px solid #00657f;
    border-radius: 12px;
    /* Optional: Increase border radius for a rounder button */
    margin-bottom: 10px;
}


/*  */

.btn-network {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #00657f;
    /* Change to a visible color like blue */
    padding: 0.5rem 1.5rem;
    /* Adjust padding for a larger button with balanced width */
    font-size: 1.25rem;
    /* Increase font size */
    line-height: 1.5;
    /* Adjust line-height to keep text vertically centered */
    border-radius: 0.375rem;
    /* Keep border radius unchanged */
    text-transform: none;
    /* Ensure text is not transformed */
    white-space: nowrap;
    /* Prevent text from wrapping */
    transition: none;
    /* Disable transition to prevent text shifting */
}

.show-more {
    display: inline-block;
    text-align: right;
    float: right;
    font-size: medium;
    margin-top: 10px;
    /* Adjust as needed for spacing */
    color: #007bff;
    /* Adjust to match your design */
    text-decoration: none;
    /* Remove underline */
    font-weight: bold;
    /* Make it stand out */
}


/* #view-more-link:hover {
    text-decoration: underline; /* Add underline on hover */

.campaign-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.campaign-title {
    font-size: 1.25rem;
    /* h4 equivalent size */
    margin-bottom: 7px;
    font-weight: 500;
    /* Bold like h4 */
    color: #2f435a;
    /* Set text color to black */
    display: inline-block;
    /* Make div behave like a span */
}

.like-section {
    display: inline-block;
    /* Make this div behave like a span */
    display: flex;
    align-items: center;
}

.like-section .like-button {
    margin-right: 10px;
    /* Adjust spacing between button and like count */
}

#likes-modal {
    cursor: pointer;
}

.show-icon {
    margin-left: 5px;
}


/* MODAL */

.styled-likes-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-top: 1.5px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0;
    /* Ensures no additional margin */
}

.styled-likes-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /* Ensures the list itself has no outer margin */
    width: 100%;
    background-color: #f4f4f4;
}

.styled-likes-list li:last-child {
    border-bottom: none;
}

.styled-likes-list span {
    flex-grow: 1;
    margin-right: 10px;
}

.icon-container {
    width: 33px;
    /* Set icon container width */
    height: 33px;
    /* Set icon container height */
    background-color: #00657f;
    /* Blue background color */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* Circular shape */
}

.icon-container i {
    font-size: 15px;
    /* Larger icon size */
}

.no-likes {
    color: #999;
    /* Change text color */
    font-style: italic;
    /* Italic style */
    text-align: center;
    /* Center the text */
    padding: 10px;
    /* Add some padding */
    background-color: #f8f8f8;
    /* Light background */
    margin: 10px 0;
    /* Margin for spacing */
}

.p_section_changes {
    padding-top: 40px;
}

.forums_sp {
    margin-top: 0px;
}

.new_btton_ch a span {
    color: black;
}

.new_btton_ch a span {
    vertical-align: middle;
    padding-top: 5px;
}

.friend-request-button img {
    margin-top: 3px;
}

#add-friend-btn i {
    margin-left: 0px;
}

.camp {
    display: flex;
    align-items: center;
}

.new_btton_ch .my-net span {
    padding-top: 0px;
}

.no_friend {
    width: 100%;
    text-align: center;
}

.no_friend p {
    font-size: 20px;
    font-weight: 600;
}

.no-friend-requests {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-friend-requests .user-details-noforum img {
    width: 100%;
    height: 100%;
    max-width: 70%;
}

.no-friend-requests h3 {
    display: flex;
    align-items: center;
    font-size: 25px;
}

.no-friend-requests h3 i {
    margin-right: 10px;
}

.myforums-button span {
    padding-top: 10px;
}


/* .student-of-the-day a{
height: auto;
    width: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
}  */

.friend-list a img {
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
}

.add-as-button i {
    font-size: 13px;
}

.friend-request-container .view-networks {
    font-size: 16px;
}


/* .friend-request-container .view-networks:hover {
    border: 1px solid #00657F;
} */

.rj_network {
    display: contents;
}

.v_padding {
    padding-top: 25px;
}

.add-as-button i {
    font-size: 10px;
}

.add-as-button i {
    font-size: 10px;
}

.image-preview-container .upload_icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}

.createForum .form-group {
    position: relative;
}


/* .bg_hover:hover{
    background-color: #00657F;
} */


/* .bg_hover img:hover{
    color: #FFFFFF;
} */


/* .student-of-the-day .add-as-friend:hover{
    color: #FFFFFF !important;
}
.student-of-the-day .add-as-friend img:hover{
    color: #FFFFFF !important;
} */

#common-forum-like-modal-body {
    max-height: 400px;
    overflow-y: auto;
}


/* 4 dec 2024 by shantanu (start from here) */

.post-new-profile a img {
    height: auto;
    max-width: 50px;
    border: 1px solid #00657f;
    border-radius: 50%;
    max-height: 50px;
    min-height: 50px;
    object-fit: cover;
}

.post-new-text h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #00657f;
}

.post-new-text p {
    font-size: 12px;
}

.post-new-text {
    padding-left: 10px;
}

.post-nav-section {
    align-items: center;
    display: flex;
}

.post-nav-section a img {
    margin-left: 10px;
}

.friend-post-new {
    background-color: white;
    padding: 26px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.image-post-changes p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
}

.image-post-changes img {
    width: 100%;
    object-fit: cover;
    max-height: 400px;
}

.comment-profile-image-ch img {
    max-height: 40px;
    width: auto;
    border: 1px solid #00657f;
    border-radius: 50%;
    max-width: 40px;
    min-width: 40px;
    object-fit: cover;
}

.comment-profile-text-ch {
    background-color: #f0f2f5;
    padding: 10px;
    border-radius: 15px;
}

.comment-profile-text-ch h5 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #00657f;
}

.comment-profile-text-ch p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.main-comment-section-changes {
    padding-left: 10px;
    width: 85%;
}

.comment-profile-text-update p span {
    padding-left: 15px;
    font-size: 12px;
}

.more-comment-changes h5 {
    font-size: 15px;
    font-weight: 600;
}

.commen-view-reply {
    font-weight: 600;
}

.icon_rad_sec {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin: 10px 0px;
}

.reply-message-image-ch img {
    vertical-align: top;
    border-radius: 50%;
    max-height: 35px;
    border: 2px solid #00657f;
    min-width: 35px;
    max-width: 35px;
    object-fit: cover;
}

.reply_comment_all_ch textarea {
    min-height: 50px;
    width: 94%;
    border-radius: 5px;
    border: 1px solid #00657f;
    resize: none;
}

.reply_comment_all_ch button {
    font-size: 16px;
    font-weight: 600;
    background-color: #00657f;
    color: white;
    margin-bottom: 20px;
    margin-left: 5px;
}

.reply-message-image-ch {
    width: 95%;
}

.reply_comment_all_ch {
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
    margin-top: 10px;
}


/* .friend  a img{
    border-radius: 0px;
    border: unset;
    max-width: 17px;
} */

.friend-list .friend a img {
    height: auto;
    max-width: 15px;
    border-radius: 0px;
    border: unset;
    min-height: 15px;
}

.modal-body {
    position: relative;
    -ms-flex: 27 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-pop-section-changes .pop-up-content .pop-up-content-profile {
    display: flex;
}

.modal-pop-section-changes .pop-up-content .pop-up-content-profile img {
    height: 55px;
    width: auto;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #00657f;
}

.modal-pop-section-changes .pop-up-content .pop-up-content-profile .user-content-names p {
    margin-bottom: 0px;
}

.modal-pop-section-changes .pop-up-content .pop-up-content-profile .user-content-names {
    align-content: center;
    padding-left: 10px;
}

.modal-pop-section-changes .pop-up-content {
    display: flex;
    justify-content: space-between;
}

.modal-pop-section-changes .three-dot-profile a i {
    font-size: 25px;
    color: grey;
}

.modal-pop-section-changes .pop-up-content .pop-up-content-profile .user-content-names p span {
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}

.modal-pop-section-changes .p-post-date {
    font-size: 12px;
}

.modal-pop-section-changes .profile-post-content-ch {
    padding-top: 10px;
}

.modal-pop-section-changes .profile-post-content-ch .user-images-ch {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
}

.modal-pop-section-changes .profile-post-content-ch .user-images-ch img {
    object-fit: contain;
    min-width: 750px;
}

.modal-pop-section-changes .rating-ch a {
    text-decoration: none;
}

.modal-pop-section-changes .rating-ch a span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
}

.modal-pop-section-changes .rating-ch {
    padding-bottom: 7px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
}

.n-edit image {
    margin-top: auto;
}

.modal-pop-section-changes .rating-ch img {
    padding-bottom: 4px;
    padding-left: 10px;
}

.modal-pop-section-changes .message-ch .p1-ch {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #00657f;
}

.modal-pop-section-changes .message-ch .p1-ch a {
    font-size: 12px;
}

.modal-pop-section-changes .message-ch .p2-ch {
    font-size: 14px;
    word-break: break-all;
    margin-bottom: 0px;
}

.modal-pop-section-changes .message-ch .comment-para-ch {
    background-color: #f0f2f5;
    padding: 10px;
    border-radius: 15px;
}

.message-ch .comment-para-ch {
    background-color: #f0f2f5;
    padding: 10px;
    border-radius: 15px;
}

.three-dot-profile a i {
    font-size: 25px;
    color: grey;
}

.message-ch .three-dot-profile i {
    font-size: 14px;
}

.message-ch .replies-container .message-reply-ch img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 50%;
    max-height: 35px;
    margin-right: 10px;
    border: 2px solid #00657f;
}

.message-ch p span {
    padding-left: 15px;
    font-size: 12px;
}

.message-ch .p1-ch {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #00657f;
}

.modal-pop-section-changes .message-ch img {
    border-radius: 50%;
    max-height: 35px;
    width: auto;
    margin-right: 10px;
    border: 2px solid #00657f;
}

.modal-pop-section-changes .message-ch p span {
    padding-left: 15px;
    font-size: 12px;
}

.modal-pop-section-changes .message-ch img {
    border-radius: 50%;
    max-height: 35px;
    width: auto;
    margin-right: 10px;
    border: 2px solid #00657f;
}

.modal-pop-section-changes .message-ch .message-reply-ch {
    display: flex;
    width: 95%;
}

.modal-pop-section-changes .message-ch {
    padding-top: 20px;
}

.modal-pop-section-changes .modal-footer img {
    /*vertical-align: top;
    border-radius: 50%;
    max-height: 35px;
    border: 2px solid #00657F;*/
    height: 35px;
    width: 35px;
    object-fit: cover;
}

.modal-pop-section-changes .modal-footer {
    justify-content: normal;
}

.modal-pop-section-changes .modal-footer .reply-message-image-ch {
    width: 90%;
}

.modal-pop-section-changes .modal-footer textarea {
    width: 94%;
    border-radius: 5px;
    border: 1px solid #00657f;
    margin-left: auto;
    max-height: 21px;
    resize: none;
}

.modal-pop-section-changes .message-ch .three-dot-profile i {
    font-size: 14px;
}

.modal-pop-section-changes .modal-footer .post-button-ch {
    font-size: 16px;
    font-weight: 600;
    background-color: #00657f;
    color: white;
    margin-bottom: 11px;
}

.modal-pop-section-changes .pop-up-comments-like a i {
    color: #00657f;
    padding-left: 15px;
}

.modal-pop-section-changes .pop-up-comments-like a span {
    padding-left: 10px;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

@media only screen and (max-width: 767px) {
    /* Styles for mobile devices */
    .modal-pop-section-changes .modal-footer textarea {
        width: 83%;
    }
    .modal-pop-section-changes .modal-footer .reply-message-image-ch {
        width: 75%;
    }
    .modal-pop-section-changes .profile-post-content-ch .user-images-ch img {
        max-width: 313px;
        min-width: 313px;
    }
    .modal-pop-section-changes .rating-ch a span {
        padding-left: 0px;
    }
    .modal-pop-section-changes .pop-up-comments-like a i {
        padding-left: 0px;
        padding-right: 5px;
    }
    .modal-pop-section-changes .likes-com-ch {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Styles for tablets */
    .modal-pop-section-changes .modal-footer textarea {
        width: 90%;
    }
    .modal-pop-section-changes .modal-footer .reply-message-image-ch {
        width: 84%;
    }
    .modal-pop-section-changes .profile-post-content-ch .user-images-ch img {
        max-width: 463px;
        min-width: 463px;
    }
}


/* Ensure the layout is responsive */

@media (max-width: 767px) {
    .forum-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .like-share-comment-icon {
        gap: 5px;
    }
    .like-comment {
        gap: 10px;
    }
}

.modal-body-delete {
    padding: 20px;
    font-size: 1rem;
    color: #333;
}

#search-input {
    width: 30%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

#search-input:focus {
    border-color: #007bff;
    outline: none;
    background-color: #fff;
}

#search-results {
    margin-top: 20px;
    padding: 10px 0;
    max-height: 300px;
    /* Set max height for scrolling */
    overflow-y: auto;
    /* Enable vertical scrolling */
    border-top: 1px solid #ddd;
}

#search-results p {
    margin: 8px 0;
    padding: 8px;
    font-size: 18px;
    color: #333;
    background-color: #f9f9f9;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

#search-results p:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}


/* Optional: Make the images smaller */

.preview-thumbnail {
    max-height: 400px;
    /* Adjust this to your desired size */
    object-fit: cover;
}


/* Optional: Customize the carousel controls */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
}

.friend-search-ch-new input {
    border-radius: 27px;
    width: 100%;
    font-size: 18px;
    padding: 5px 10px;
    border: 2px solid black;
}

.friend-search-ch-new .friend-search-information-new h5 {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #00657f;
    line-height: 1.2em;
}

.friend-search-ch-new .friend-search-information-new p {
    color: #7c7c7c;
    margin: 0px;
    font-size: 12px;
    line-height: 1em;
}

.friend-search-ch-new .friend-search-information-new-image img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.friend-info-img-ch-new {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px 5px 10px;
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
}

.fri-info-ch-new-ch {
    padding: 10px 0px 20px 0px;
}

.friend-search-content-changes .modal-body button {
    padding-bottom: 10px;
}

.friend-search-content-changes .modal-body {
    padding-top: 5px;
}

.friend-search-ch-new a {
    color: #00657f;
    font-size: 16px;
    font-weight: 700;
}

.view-all-result-ch {
    text-align: center;
}

.image-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-left: 51px;
    width: 100%;
    clear: both;
}

.image-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.notification-icon.edit-icon.search-icon img {
    height: 23px;
    width: 23px;
}

.image-preview-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    display: inline-block;
}

.delete-image {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.modal-pop-section-changes .pop-up-comments-like a i {
    color: #040404;
    padding-left: 15px;
}

.modal-pop-section-changes .rating-ch a span {
    color: #00657f;
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
}

.profile-post-content-ch .rating-ch .likes-com-ch {
    text-align: end;
}

.modal-pop-section-changes .message-ch img {
    height: 35px;
    width: 35px;
    object-fit: cover;
}

.n-edit,
.n-trash {
    display: flex;
    align-items: center;
    /* Align content vertically */
    gap: 10px;
    /* Adds spacing between elements inside */
}

.modal-pop-section-changes .pop-up-content .pop-up-content-profile img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #00657f;
}

.modal-pop-section-changes .pop-up-comments-like a i {
    color: #040404;
    padding-left: 15px;
}

.cursor-cs {
    cursor: pointer;
}

.forum-images .carousel-control-prev-icon,
.carousel-control-next-icon {
    /*background-color: unset;*/
}

.form-post .slide {
    margin-bottom: 10px;
}

.like-share-comment-icon a:hover {
    text-decoration: none;
}

.form-post {
    padding-bottom: 20px;
}


/* my-forums css */

.job-sec {
    background-color: #f5f5f5;
}

.back {
    text-align: end;
    /* padding-top: 15px;
  padding-bottom: 15px; */
}

.back a {
    color: #035d74;
}

.back a i {
    font-size: 20px;
    padding-right: 5px;
}

.back a span {
    font-size: 18px;
    font-weight: 600;
}

.profile-section {
    background-color: #ffffff;
    padding-bottom: 20px;
    border-radius: 10px;
}

.profile-image-section {
    margin-left: 16px;
    margin-right: 16px;
}

.profile {
    background-image: url(../images/jobs/profilebackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 130px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.university-name {
    font-size: 15px;
}

.profile-image {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    margin-top: -65px;
}


/* .job-sec h4 {
  margin-top: 23px;
  margin-bottom: 10px;
} */

.job-sec p {
    margin-bottom: 10px;
}

.joined-para {
    color: #7c7c7c;
}

.private-button {
    border-radius: 12px;
    border: 1px solid #045e76;
    background: #fff;
    padding-top: 3px;
    padding-bottom: 2px;
}

.private-button img {
    width: 26.23px;
    height: 24px;
}

.private-button span {
    padding-left: 6px;
    color: #035d74;
}

.friend-request-button {
    background-color: #d7ffe0;
    border-radius: 12px;
    margin-top: 15px;
}

.friend-request-button img {
    height: 30px;
    width: 30px;
}

.friend-request-button span {
    padding-left: 5px;
    /* color: #FFF; */
}

.network-button {
    width: 166px;
    height: 43px;
    background-color: #d7ffe0;
    border-radius: 12px;
    margin-top: 15px;
}

.network-button-color {
    background-color: #035d74;
    color: #fff;
}

.network-button img {
    height: 30px;
    width: 30px;
}

.network-button span {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}

.myforums-button span {
    padding-right: 17px;
}

.my-forums {
    background-color: #035d75;
}

.my-forums span {
    color: #ffffff;
}

.notification-icon {
    margin-top: -30px;
    background-color: white;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0px 1px 5px #045e76;
}

.edit-icon {
    margin-left: 10px;
}

.edit-icon img {
    height: 23px;
    width: 23px;
}

.edit-bell-icon {
    margin-top: -15px;
}

.form-profile {
    height: 44px;
    width: 44px;
    margin-right: 5px;
    border-radius: 50%;
    object-fit: cover;
}

.form-post {
    background-color: #ffffff;
    margin-bottom: 70px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.res-post {
    margin-bottom: 25px;
}

.forums-text {
    color: #00657f;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
    padding-bottom: 7px;
}

.form-box {
    min-height: 90px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #00657f;
}

.createforum-button {
    background-color: #00657f;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 500;
    margin-top: 10px;
}


/* this css is for toggle button  */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    /* Adjust width as needed */
    height: 20px;
    /* Adjust height as needed */
}


/* Hide default checkbox appearance */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* Styling for the slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #808080;
    /* Off state color */
    border-radius: 20px;
    /* Adjust for desired roundness */
    transition: 0.4s;
}


/* Style the slider when checked */

.switch input:checked+.slider {
    background-color: #045e76;
    /* On state color */
}


/* Create the circle inside the slider */

.slider:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}


/* Move the circle to the right when checked */

.switch input:checked+.slider:before {
    left: calc(100% - 18px);
    /* Calculate position based on slider width */
}


/* Style for the toggle text */

.toggle-text {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    /* Adjust as needed */
    color: #555;
    /* Adjust as needed */
}

.toggle-button {
    margin-top: 20px;
    margin-left: 45px;
}


/* end of toggle css */


/* post */

.forums-post {
    padding: 0px 20px;
}

.forums-post {
    background-color: #f8f8f8;
    border-radius: 20px;
    margin-top: 20px;
}

.forums-post-icons {
    border-bottom: 1px solid rgba(107, 106, 106, 1);
    padding: 15px 0px;
}

.fourms-post-profile {
    padding-top: 10px;
}

.fourms-post-profile img {
    height: 50px;
    width: 50px;
    margin-top: 5px;
    border-radius: 50%;
    border: 1px solid #00657f;
}

.fourms-post-profile-para {
    padding-left: 10px;
}

.fourms-post-profile-para h4 {
    color: #00657f;
    margin: 0px;
}

.fourms-post-profile .university {
    margin-bottom: 0px;
    color: #000;
    font-size: 12px;
}

.fourms-post-profile-para .time {
    color: #7f7f7f;
    font-size: 10px;
    font-weight: 700;
}

.add_friend i {
    color: #00657f;
}

.add_friend span {
    color: #00657f;
    font-weight: 800;
}

.read-more span {
    color: #00657f;
    padding-right: 3px;
}

.fourms-post-line {
    border-bottom: 1px solid rgba(107, 106, 106, 1);
    padding-top: 10px;
}

.like-share-comment-icon {
    padding: 20px 18px;
}

.like-share-comment-icon span {
    font-size: 16px;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 25px;
    padding-top: 2px;
    color: #000;
}

.like-share-comment-icon img {
    padding-bottom: 5px;
}

.forum-post-text {
    color: #000;
}

.forums-spacing {
    padding: 0px 25px;
}

.forums-section {
    background-color: #ffffff;
}

.cross-icon {
    padding-left: 25px;
}

.like-comment {
    padding: 20px 20px;
    text-align: end;
}

.like-comment a span {
    color: #00657f;
    font-size: 16px;
    font-weight: 700;
    padding-left: 13px;
}

.post {
    padding-bottom: 20px;
}

.bottom-spacing {
    margin-bottom: 20px;
}

.new_btton_ch .btn {
    text-align: left;
    min-height: 50px;
    width: 100%;
    border-radius: 60px;
}

.profile-image-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    /* .res-profile-button {
            margin-right: 33px;
        } */
    .profile-section {
        margin-bottom: 25px;
    }
    .add_friend {
        text-align: end;
    }
    .like-comment {
        text-align: left;
        padding-top: 0px;
    }
    .like-share-comment-icon span {
        padding-right: 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .res-profile-button {
        margin-right: 9px;
    }
}

.form-post .upload_icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}

.form-post .form-group {
    position: relative;
}

.image-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-left: 50px;
    width: 100%;
    clear: both;
}

.image-preview-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    display: inline-block;
}

.image-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.delete-image {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

#message {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    resize: none;
    border: 1px solid #00657f;
}


/* Style for the comment box container */

.forum-comment-box {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Space between the textarea and button */
    margin-top: 10px;
    /* Optional spacing */
}


/* Style for the textarea */

.comment-input {
    /* Take up remaining space */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    resize: none;
    /* Prevent resizing */
    height: 10px;
    /* Set height */
    width: 560px;
}


/* Style for the button */

.submit-comment-btn {
    padding: 5px 15px;
    /* Adjust button size */
    font-size: 14px;
    /* Smaller font size */
    background-color: #00657f;
    /* Button color */
    color: #fff;
    /* Text color */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 60px;
}

.submit-comment-btn:hover {
    background-color: #0056b3;
}

.submit-comment-btn:active {
    background-color: #003f7f;
}

.carousel-item img {
    object-fit: contain;
}

#forum-like-btn i.far.fa-thumbs-up {
    color: #000;
    font-size: 20px;
}

#forum-like-btn i.fas.fa-thumbs-up {
    color: #00657f;
    font-size: 20px;
}

#forum-like-btn:hover i {
    color: #0056b3;
}

#forum-like-btn:active i {
    color: #00657f;
}

.modal-preview-page .modal-body-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 700px;
    padding: 25px;
}

.modal-body-image button {
    position: absolute;
    right: 7px;
}

.rating-ch .pop-up-comments-like a .b-color-cs {
    color: #000;
}

.friend-search-ch-new .fri-info-ch-new-ch button {
    position: absolute;
    border: none;
    background-color: unset;
    right: 10px;
    top: 20px;
}

.friend-search-ch-new .fri-info-ch-new-ch button i {
    font-size: 20px;
}

.friend-search-ch-new .fri-info-ch-new-ch {
    position: relative;
}

.forums img {
    /* background-image: url('<?php echo RESOURCES_URL; ?>/images/jobs/background.png');
    background-repeat: no-repeat; */
    background-size: contain;
    height: 117px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.add-button {
    background-color: white;
    border-radius: 40px;
    border: 1px solid #00657f;
    color: #00657f;
    /* height: 30px;
    width: 94px; */
    padding-top: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .profile-section {
        margin-bottom: 20px;
    }
    .connect-button {
        margin-bottom: 8px;
    }
    .add_friend {
        text-align: end;
    }
    .like-share-comment-icon span {
        padding-right: 5px;
    }
    .like-comment {
        padding-top: 0px;
        padding-bottom: 20px;
        padding-left: 5px;
    }
    /* .res-profile-button {
        margin-right: 33px;
    } */
    .forums-text {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .res-profile-button {
        margin-right: 6px;
    }
}

.forums-spacing .forums-profile-width-ch {
    width: 100%;
    height: auto;
}

.forums-profile-width-ch .forums-profile-para {
    padding-left: 15px;
}

.forums-profile-width-ch .forums-profile-para h4 {
    margin-top: 0px;
}

.p_section_changes .forums-spacing {
    padding-bottom: 20px;
}

.three-dot-profile {
    position: absolute;
    right: -7px;
    bottom: 40px;
}

.first-min-pach {
    position: relative;
}

.reply-custom-cs {
    padding-left: 50px;
}

.new-forums-post {
    position: relative;
}

.new-forums-post .forums-post-icons {
    border-bottom: none;
    padding: 0px;
    position: absolute;
    right: 20px;
    top: 21px;
}

.forum_options {
    border: none;
    background-color: unset;
    cursor: pointer;
}

.forum_options:focus {
    border-style: unset;
}

.drop-down-new a:not(.btn) {
    color: #00657f;
    font-weight: 500;
}

.new-forums-post .dropdown-menu {
    left: -125px !important;
}

.forums-profile-para a {
    background-color: white;
    border-radius: 40px;
    border: 1px solid #00657f;
    color: #00657f;
    margin-bottom: 25px;
}

.new-forums-post a i {
    padding-right: 5px;
    font-size: 15px;
}

.forums-profile-width-ch .university-name {
    color: white;
}

.private-lock-profile {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #3460812e;
    border: 1px solid #1f829b;
}

.private-lock-profile img {
    width: auto;
    height: auto;
    max-width: 50px;
}

.private-account-info {
    padding-left: 10px;
}

.private-account-info h5 {
    margin-bottom: 0px;
}

.private-account-info p {
    margin-bottom: 0px;
}

.modal-report-icon {
    /* justify-content: center;
    display: flex;
    padding-bottom: 10px; */
}

.modal-report-icon i {
    color: #eb2305;
    font-size: 35px;
    justify-content: center;
    display: flex;
    padding-bottom: 10px;
}

#report-reason {
    resize: none;
}

.user-detail-new-ch {
    padding-top: 0px;
}

.post-reply-btn {
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    background-color: #00657f;
    color: white;
    /* margin-bottom: 0px; */
    padding: 5px 15px;
    margin-left: 10px;
    /* width: 60px; */
}

.post-reply-textarea {
    padding: 10px;
    height: 10px;
    font-size: 14px;
    width: 50%;
    border-radius: 5px;
    border: 1px solid #00657f;
    /* margin-left: auto; */
    min-height: 50px;
    resize: none;
}

.reply-form {
    padding-left: 49px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.student-of-the-day-post .forums-post {
    padding: 0px;
}

.friend-ch-new input {
    border-radius: 27px;
    width: 100%;
    font-size: 18px;
    padding: 5px 10px;
    border: 2px solid black;
}

.friend-ch-new .fri-info-ch-new-ch button {
    position: absolute;
    border: none;
    background-color: unset;
    right: 10px;
    top: 20px;
}

.friend-ch-new .friend-info-img-ch-new {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px 5px 10px;
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
}

.friend-ch-new .friend-search-information-new h5 {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #00657f;
    line-height: 1.2em;
}

.friend-search-ch-new input {
    border-radius: 27px;
    width: 100%;
    font-size: 18px;
    padding: 5px 10px;
    border: 2px solid black;
}

.friend-search-ch-new .friend-search-information-new h5 {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #00657f;
    line-height: 1.2em;
}

.friend-search-ch-new .friend-search-information-new p {
    color: #7c7c7c;
    margin: 0px;
    font-size: 12px;
    line-height: 1em;
}

.friend-search-ch-new .friend-search-information-new-image img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.friend-info-img-ch-new {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px 5px 10px;
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
}

.fri-info-ch-new-ch {
    padding: 10px 0px 20px 0px;
}

.friend-search-content-changes .modal-body button {
    padding-bottom: 10px;
}

.friend-search-content-changes .modal-body {
    padding-top: 5px;
}

.friend-search-ch-new a {
    color: #00657f;
    font-size: 16px;
    font-weight: 700;
}

.view-all-result-ch {
    text-align: center;
}

.friend-ch-new .friend-search-information-new-image img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.friend-ch-new .friend-search-information-new h5 {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #00657f;
    line-height: 1.2em;
}


/* Custom Modal Styling */

#remove-friend-modal .modal-dialog {
    max-width: 600px;
    /* Adjust the modal width */
}

#remove-friend-modal .modal-body-delete {
    max-height: 200px;
    /* Adjust the max-height of the body */
    overflow-y: auto;
    /* Enable scrolling */
}


/* css for blog page  */

.blog-new-cs h2 {
    color: #00657f;
    font-size: 36px;
    font-weight: 700;
    margin: 0px;
}

.blog-new-cs .blog-image-cs img {
    height: auto;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.blog-new-cs .blog-para-ch {
    align-content: center;
}

.blog-new-cs .blog-para-ch p {
    font-size: 16px;
    line-height: 1.6em;
}

.blog-new-cs .detail-blog-exp-para p {
    font-size: 16px;
    line-height: 1.6em;
}

.blog-content-cs {
    padding-bottom: 30px;
}

.author-cs {
    font-size: 16px;
    color: #00657f;
    padding: 10px 0px;
}

.all_notification_style .friend-list-name .res-friend-list {
    margin: 0px;
}

.all_notification_style .friend-list-name .load_ajax {
    font-size: 16px;
    color: #00657f;
    margin: 0px;
}

.all_notification_style .friend-list-name p {
    margin: 0px;
    font-size: 12px;
}

.all_notification_style .friend-list img {
    max-height: 45px;
    max-width: 45px;
    min-height: 45px;
}

.all_notification_style .friend-list-detail {
    padding: 10px 0px 5px 0px;
}

.cvision-location {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.grade-gift-planet-info h2 {
    color: #00657f;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 36px;
    word-break: break-all;
}

.grade-gift-planet-info p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 30px;
    word-break: break-all;
}

.cvision-location h5 {
    margin: 0px;
    align-content: center;
}

.grade-gift-image img {
    width: 564px;
    height: 450px;
    object-fit: fill;
    margin-bottom: 50px;
}

.grade-gift-planet-info a p {
    color: black;
}

.grade-gift-planet-info a p span {
    color: #2754c4;
    text-decoration: underline;
    font-weight: 400;
    word-break: break-all;
}

.grade-gift-planet-info {
    padding-left: 50px;
}

.c-vision-profile-ch {
    background-image: url("../images/jobs/cvisionbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.c-vision-main-profile-ch img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
}

.c-vision-profile-info-ch {
    padding: 0 8px;
}

.c-vision-profile-info-ch h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 5px;
}

.c-vision-profile-info-ch p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 5px;
}

.date-join-ch {
    font-size: 14px;
}

.c-vision-main-profile-ch {
    display: flex;
}

.pp-img-ch {
    align-content: center;
}

.c-vision-profile-ch {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
}

.university-info-ch {
    align-content: baseline;
    padding-right: 155px;
}

.university-info-ch p {
    margin: 0px;
    color: #e3e3e3;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
}

.number-text-ch {
    display: flex;
    padding-bottom: 10px;
}

.intro-text-ch {
    border-radius: 0px 10px 10px 0px;
    border: 1px solid #00657f;
    padding: 25px 55px;
    position: relative;
    max-height: 365px;
    min-height: 365px;
}


/* .int-img-ch img {
    border-radius: 10px 0px 0px 10px;
    width: 100%;
    min-width: 364px;
    height: auto;
    object-fit: cover;
    min-height: 380px;
} */

.int-img-ch {
    padding-right: 0px;
}

.intro-text-ch h5 {
    font-size: 25px;
    color: #00657f;
    font-weight: 600;
}

.intro-text-ch p {
    font-size: 16px;
    font-weight: 400;
}

.image-text-intro-ch {
    padding-top: 60px;
}

.edit-modal-button {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background: #00657f;
    padding: 0px 11px;
}

.edit_button_position {
    position: absolute;
    right: 35px;
    top: -13px;
}

.Personal-Vision-Statement {
    border-radius: 5px;
    border: 1px solid #00657f;
    padding: 6px 10px;
    color: #00657f;
    font-weight: 500;
    font-size: 18px;
}

.border.vision-border {
    border-radius: 10px;
    border: 1px solid #00657f !important;
    position: relative;
}

.edit_button_position_two {
    position: absolute;
    right: 35px;
    top: -40px;
}

.personal-vision {
    padding-top: 60px;
}

.goals {
    padding-top: 40px;
}

.academic-details {
    padding-top: 60px;
}

.all-info-ch {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.secondary-education-ch h5 {
    margin: 0px;
}

.secondary-education-ch p {
    margin: 0px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.secondary-education-ch p span {
    color: rgba(0, 0, 0, 0.5);
    word-break: break-all;
}

.n-edit img {
    margin-right: 8px;
}

.n-edit {
    display: flex;
    align-items: baseline;
}

.n-trash {
    text-align: end;
}

.n-trash p {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.experience-section-ch {
    background-color: #eff4ed;
    margin-top: 60px;
}

.exp-xh-sec {
    display: flex;
    justify-content: space-between;
}

.exp-sec-edu-info h5 {
    font-size: 18px;
    margin: 0px;
    padding-bottom: 5px;
    padding-right: 20px;
}

.exp-sec-edu-info p {
    margin: 0px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

.exp-sec-edu-info p span {
    color: rgba(0, 0, 0, 0.5);
}

.designed-field-ch p {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    padding-left: 20px;
    padding-bottom: 30px;
    color: black;
}

.exp-xh-sec h4 {
    font-size: 33px;
    padding-top: 30px;
    color: #00657f;
}

.exp-xh-sec .btn {
    background: unset;
    font-size: 15px;
    font-weight: 700;
    color: #00657f;
    text-align: center;
    box-shadow: unset;
    border: unset;
}

.exp-xh-sec .btn i {
    font-size: 12px;
    font-weight: 600;
    padding-left: 5px;
}

.exp-edit-button {
    border-radius: 2px;
    border: 1px solid #00657f;
    background: #fff;
    margin-right: 15px;
}

.exp-delete-button {
    border-radius: 2px;
    border: 1px solid #f00;
    background: #fff;
}

.exp-edit-button span {
    color: #00657f;
    font-size: 14px;
    padding-right: 5px;
    font-weight: 500;
}

.exp-delete-button span {
    color: #f00;
    font-size: 14px;
    padding-right: 5px;
    font-weight: 500;
}

.future_goals {
    background-color: #eff4ed;
    margin-top: 50px;
}

.future_goals_head h4 {
    font-size: 33px;
    padding-top: 30px;
    color: #00657f;
}

.experience-section-ch {
    margin-top: 50px;
}

.future_goals_para_ch p {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 15px;
    margin: 0px;
    padding-bottom: 30px;
    font-weight: 500;
    word-break: break-all;
    width: 75%;
}

.future_goals_para_ch {
    justify-content: center;
    display: flex;
}

.future_goals_head {
    position: relative;
}


/* this css is for portfolio crousel  */

.portfolio_slides {
    margin-top: 30px;
}

.portfolio_slides .carousel-inner .new-image-crousel-ch img {
    /* height: 326px;
    width: 326px; */
    object-fit: cover;
    border-radius: 10px;
}

.carousel-inner .new-image-crousel-ch {
    display: inline-block;
    /* margin-left: -4px; */
}

.carousel-inner .new-image-crousel-ch img {
    width: 100%;
    height: auto;
}


/*body .carousel-indicators li {
    background-color: red;
}

body .carousel-control-prev-icon,
body .carousel-control-next-icon {
    background-color: red;
}
*/

body .no-padding {
    padding-left: 0;
    padding-right: 0;
}

.portfolio_slides .carousel-control-prev {
    position: absolute;
    left: -107px;
    background-color: unset;
    top: -10%;
}

.portfolio_slides .carousel-control-prev-icon {
    background-color: unset;
}

.portfolio_slides .carousel-control-prev-icon i {
    color: #00657f;
}

.portfolio_slides .carousel-control-next-icon {
    background-color: unset;
}

.portfolio_slides .carousel-control-next-icon i {
    color: #00657f;
}

.portfolio_slides .carousel-control-next {
    position: absolute;
    background-color: unset;
    right: -100px;
    top: -10px;
}

.portfolio_slides .carousel-indicators {
    bottom: -45px;
}

.portfolio_slides ul li {
    background-color: #f8f8f8;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.portfolio_slides .carousel-indicators .active {
    background-color: #00657f;
}

.portfolio_slides .image-container {
    position: relative;
    width: 100%;
    height: 326px;
    margin-bottom: 20px;
}

.portfolio_slides .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio_slides .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    z-index: 1;
}

.portfolio_slides .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 2;
}

.exp-button-group .edit-modal-button img {
    padding-bottom: 4px;
}

.exp-button-group .delete-button i {
    font-size: 10px;
}

.exp-button-group .delete-button {
    background-color: unset;
    border-radius: 2px;
    border: 1px solid #f00;
    color: #f00;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.exp-button-group .edit-modal-button {
    border-radius: 2px;
    border: 1px solid #00657f;
    background-color: unset;
    color: #00657f;
    font-size: 12px;
    font-weight: 500;
}

.exp-button-group {
    text-align: center;
}


/* end of portfolio css */


/* start of read blog section css */

.read-blog-section {
    background-color: #eff4ed;
    margin-top: 90px;
    padding-bottom: 90px;
}

.read_blogs_sec .carousel-inner .new-image-crousel-ch {
    display: inline-block;
    margin-left: -4px;
}

.read_blogs_sec .carousel-inner .new-image-crousel-ch img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.read_blogs_sec .carousel-control-prev-icon,
.read_blogs_sec .carousel-control-next-icon {
    background-color: #000;
}

.read_blogs_sec .carousel-control-prev {
    position: absolute;
    left: -107px;
    background-color: unset;
    top: -10%;
}

.read_blogs_sec .carousel-control-prev-icon {
    background-color: unset;
}

.read_blogs_sec .carousel-control-prev-icon i {
    color: #000;
}

.read_blogs_sec .carousel-control-next {
    position: absolute;
    background-color: unset;
    right: -100px;
    top: -10px;
}

.read_blogs_sec .carousel-control-next-icon {
    background-color: unset;
}

.read_blogs_sec .carousel-control-next-icon i {
    color: #000;
}

.new-image-crousel-ch p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
}

.read_blogs_sec .carousel-indicators {
    bottom: -65px;
}

.read_blogs_sec ul li {
    background-color: #f8f8f8;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.read_blogs_sec .carousel-indicators .active {
    background-color: #00657f;
}

.read_blogs_sec .exp-button-group {
    text-align: left;
}


/* end of read blog section */


/* testimonial section css */

.testimonial-sec-cs .carousel-inner .new-image-crousel-ch {
    display: inline-block;
    margin-left: -4px;
}

.testimonial-sec-cs .carousel-inner .new-image-crousel-ch img {
    width: auto;
    max-width: 239px;
    max-height: auto;
    object-fit: cover;
    border-radius: 15px;
}

.testimonial-sec-cs .carousel-indicators li {
    background-color: red;
}

.testimonial-sec-cs .testimonial-image {
    display: flex;
}

.testimonial-sec-cs .carousel-control-prev-icon,
.testimonial-sec-cs .carousel-control-next-icon {
    background-color: #000;
}

.testimonial-sec-cs .testimonial-sec-info-text p {
    padding-left: 40px;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
}

.testimonial-sec-info-text {
    align-content: center;
    margin-left: 15px;
}

.testimonial-sec-cs .testimonial-sec-info-text p span {
    font-size: 14px;
    font-weight: 600;
}

.testimonial-sec-cs .carousel-indicators {
    bottom: -65px;
}

.testimonial-sec-cs .carousel-indicators li {
    background-color: #f8f8f8;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.testimonial-sec-cs .carousel-indicators .active {
    background-color: #00657f;
}

.testimonial-sec-cs .carousel-control-prev-icon,
.testimonial-sec-cs .carousel-control-next-icon {
    background-color: unset;
}

.testimonial-sec-cs .carousel-control-prev {
    position: absolute;
    left: -107px;
    background-color: unset;
    top: -10%;
}

.testimonial-sec-cs .carousel-control-prev i {
    font-size: 18px;
}

.testimonial-sec-cs .carousel-control-next {
    position: absolute;
    background-color: unset;
    right: -100px;
    top: -10px;
}

.testimonial-sec-cs .carousel-control-next i {
    font-size: 18px;
}

.end-testimonial-sec {
    margin-top: 30px;
    padding-bottom: 30px;
}

body .no-padding {
    padding-left: 0;
    padding-right: 0;
}


/* end of testimonial section */


/* modals css */

.after-future-goal {
    background-image: url(https://byeuni.com/staging/resources12/images/jobs/after-future-goal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin-bottom: -50px; */
}

.after-future-goal .future-para1 p {
    color: #fff;
    font-size: 23px;
    padding-top: 50px;
    padding-bottom: 40px;
    width: 80%;
    line-height: 1.4em;
}

.after-future-goal .future-para1 .btn {
    color: #00657f;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 50px;
}

.future-para2 .social-app-link a {
    color: #ffff;
    padding: 0px 13px;
    align-content: center;
}

.future-para2 .social-app-link a p {
    font-size: 23px;
    font-weight: 500;
    margin: 0px;
    word-break: break-all;
}

.future-para2 {
    margin-top: 50px;
    justify-content: end;
    display: flex;
}

.future-para2 .social-app-link i {
    align-content: center;
    padding-right: 5px;
}

.social-app-link img {
    height: auto;
    max-width: 40px;
}

.social-media-sec {
    display: flex;
    margin-bottom: 30px;
}

.blog-content-cs p {
    text-align: justify;
    text-justify: inter-character;
    width: 100%;
    word-break: break-word;
}

.intro-section-modal-cs .modal-body p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.intro-section-modal-cs .modal-body p span {
    color: #f00;
}

.intro-section-modal-cs .modal-body textarea {
    border-radius: 5px;
    border: 1px solid rgba(130, 122, 122, 0.88);
    background: #fff;
    width: 100%;
    min-height: 200px;
    resize: none;
    font-size: 14px;
    padding: 14px;
}

.intro-section-modal-cs .modal-body .intro-video-sec p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.intro-section-modal-cs .modal-body {
    padding: 50px 40px;
}

.intro-section-modal-cs .modal-body .intro-video-sec p span {
    color: #f00;
}

.intro-section-modal-cs .modal-body .intro-video-sec h5 {
    font-size: 8px;
    font-weight: 500;
    margin: 0px;
    color: black;
}

.intro-section-modal-cs .modal-body .intro-video-sec h5 span {
    color: #f00;
}

.intro-section-modal-cs .modal-body .intro-video-sec .btn {
    border-radius: 5px;
    border: 1px solid rgba(130, 122, 122, 0.88);
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
}

.intro-section-modal-cs .modal-body .intro-video-sec .btn img {
    margin-right: 5px;
}

.intro-section-modal-cs .modal-body .save-button-into {
    border-radius: 5px;
    background: #00657f;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 5px 30px;
    margin-right: 10px;
}

.intro-section-modal-cs .modal-body .cancel-button-intro {
    border-radius: 5px;
    border: 1px solid #f00;
    font-size: 16px;
    background: #fff;
    color: #f00;
    font-weight: 400;
    padding: 5px 30px;
}

.intro-section-modal-cs .modal-body .intro-buttons {
    text-align: end;
    padding-top: 20px;
}

.personal-vision .modal-body {
    padding: 50px 40px;
}

.personal-vision .modal-body h5 {
    color: #00657f;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 0px;
}

.personal-vision .modal-body p {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
    margin: 0px;
}

.personal-vision .modal-body p span {
    color: #f00;
}

.personal-vision .modal-body textarea {
    border-radius: 5px;
    border: 1px solid rgba(130, 122, 122, 0.88);
    min-height: 200px;
    resize: none;
    font-size: 14px;
    font-weight: 500;
}

.pesonalcvision-buttons .save-button-into {
    border-radius: 5px;
    background: #00657f;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 5px 29px;
    margin-right: 10px;
}

.pesonalcvision-buttons .cancel-button-intro {
    border-radius: 5px;
    border: 1px solid #f00;
    font-size: 16px;
    background: #fff;
    color: #f00;
    font-weight: 400;
    padding: 5px 29px;
}

.pesonalcvision-buttons {
    margin-top: 20px;
    text-align: end;
}

.personal-vision fieldset {
    margin: 0px;
}

.acedmic-detail-info-modal h5 {
    color: #00657f;
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 20px;
}

.acedmic-detail-info-modal .modal-body {
    padding: 50px 40px;
}

.acedmic-detail-info-modal label {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.acedmic-detail-info-modal label span {
    color: #f00;
}

.acedmic-detail-info-modal input {
    border-radius: 5px;
    border: 1px solid rgba(130, 122, 122, 0.88);
    background: #fff;
    margin-bottom: 20px;
    padding: 13px 17px;
    font-size: 15px;
    width: 100%;
}

.acedmic-detail-info-modal .qualification-dates {
    display: flex;
    justify-content: space-between;
}

.acedmic-detail-info-modal .qualification-start-date {
    width: 45%;
    position: relative;
}

.acedmic-detail-info-modal .qualification-start-date i {
    position: absolute;
    right: 11px;
    top: 44px;
    font-size: 22px;
}

.academic-details .edit_button_position_two i {
    font-size: 11px;
    padding-left: 5px;
}

.info-csh-section .n-trash .body-spacing {
    text-align: left;
}

.n-trash {
    cursor: pointer;
}

.description-textarea-ch {
    width: 100%;
}

.description-textarea-ch textarea {
    width: 100%;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(130, 122, 122, 0.88);
    resize: none;
    min-height: 150px;
    margin-bottom: 20px;
    padding: 20px;
}

.new-read-blog-image p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.new-read-blog-image h5 {
    font-size: 10px;
    color: black;
    font-weight: 400;
}

.testimonial-sec-info-text .exp-button-group {
    text-align: end;
}

.future_goals_head {
    display: flex;
    justify-content: space-between;
}

.future_goals_head .exp-button-group {
    margin-top: 40px;
}

.future_goals_head .exp-button-group .btn {
    background-color: white;
}

.social-media-sec .link-button {
    background-color: unset;
    display: flex;
    padding: 0px;
    align-items: center;
    border: none;
    box-shadow: none;
}

.social-media-sec .link-button p {
    font-size: 23px;
    font-weight: 500;
    margin: 0px;
    padding: 0px 13px;
    color: white;
}


/* login page css start here  */

.new-login-cs .container-fluid {
    padding-left: 0px !important;
}

.new-login-cs .login-form {
    background-color: unset;
}

.new-login-text-cs h2 {
    border-left: 4px solid #ffc260;
    padding-left: 10px;
    font-size: 34px;
    font-weight: 700;
    color: #00657f;
    margin-bottom: 60px;
    line-height: 0.9em;
}

.new-login-cs .form-group input {
    border-radius: 63px;
    border: 1px solid #757575;
    padding: 25px 45px;
    font-size: 16px;
}

.new-login-cs .login-form {
    padding-right: 0px;
}

.new-login-cs .custom-control-label::after {
    border: 1px solid #00657f;
    border-radius: 3px;
    /* background-color: white; */
}

.new-login-cs .custom-checkbox {
    color: #000;
}

.new-login-cs .forgot-link {
    color: #ffc260;
    text-decoration: underline;
    font-weight: 400;
}

.new-login-cs .btn-theme {
    width: 100%;
    border-radius: 60px;
}

.new-login-cs #login-form .social-login {
    background-color: unset;
    display: grid;
    justify-content: center;
    padding-top: 30px;
}

.new-login-cs .new-continue-with-cs {
    color: #553922;
    opacity: 0.4;
    font-size: 16px;
    padding-bottom: 15px;
}

.new-login-cs .form-group {
    position: relative;
    margin-bottom: 30px;
}

.new-login-cs .form-group label {
    position: absolute;
    top: -12px;
    left: 40px;
    background-color: white;
    color: #00657f;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 5px;
}

.new-login-cs .social-login-link {
    padding: 12px 14px;
    height: 40px;
    width: 40px;
    margin-left: 15px;
    background-color: #ffc260;
}

.new-login-cs .social-login-link i {
    font-size: 20px;
}

.new-login-cs .google-login-link-cs {
    padding: 11px 11px;
}

.new-login-cs .form-group i {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 16px;
    color: #9e9e9e;
}

.new-login-cs .form-group img {
    position: absolute;
    top: 16px;
    left: 18px;
}

.login-bg-effect-image-cs {
    position: relative;
}

.login-bg-effect-image-cs img {
    position: absolute;
    right: 0px;
    top: -12px;
}

.registration-page-cs-ch .form-group {
    position: relative;
    margin-bottom: 25px;
}

.registration-page-cs-ch .form-group label {
    position: absolute;
    top: -12px;
    left: 31px;
    background-color: white;
    color: #00657f;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 5px;
}

.registration-page-cs-ch .form-group input {
    border-radius: 63px;
    border: 1px solid #757575;
    padding: 0px 31px;
    font-size: 16px;
}

.registration-page-cs-ch .form-group .select2 {
    border-radius: 63px;
    border: 1px solid #757575;
    position: static;
    font-size: 16px;
}

.registration-page-cs-ch .new-school-cs-ch {
    position: unset;
}

.registration-page-cs-ch .form-group .select2-selection {
    border-radius: 63px;
}

.registration-page-cs-ch .new-school-cs-ch .select2-selection__arrow {
    right: 25px !important;
}

.registration-page-cs-ch .social-login {
    background: unset;
    display: grid;
    justify-content: center;
}

.registration-page-cs-ch .social-login p {
    color: #553922;
    opacity: 0.4;
    font-size: 16px;
    padding-bottom: 15px;
}

.registration-page-cs-ch .social-login .links-social-fb-go-cs span {
    background-color: #ffc260;
    padding: 6px 13px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    margin-left: 5px;
}

.registration-page-cs-ch .form-col {
    padding-bottom: 0px;
}

.registration-page-cs-ch .joining-agree-cs {
    text-align: center;
    color: #00657f;
}

.new-register-campaign-cs .card-title {
    text-align: left;
}

.new-register-campaign-cs h5 {
    text-align: left;
    border-left: 4px solid #ffc260;
    padding-left: 10px;
    font-size: 34px;
    font-weight: 700;
    color: #00657f;
    margin-bottom: 10px;
    line-height: 0.9em;
}

.stepwizard-step .btn.active {
    background-color: #00657f;
    border-radius: 50%;
}

.new-register-campaign-cs .new-school-cs-ch label {
    left: 45px !important;
}

.stepwizard .btn.disabled {
    border-radius: 50%;
}

#select2-school-container {
    padding-left: 30px;
}

#select2-major-container {
    padding-left: 30px;
}

.stepwizard-step .btn.active {
    background-color: #00657f;
    border-radius: 50%;
}

.stepwizard-step .btn.btn-success {
    border-radius: 50%;
}

.stepwizard-step .btn {
    border-radius: 50%;
}

#enterphoneform h5 {
    color: #00657f;
    text-align: left;
    border-left: 4px solid #ffc260;
    padding-left: 10px;
}

.phone-number-verification-cs .input-group {
    position: relative;
}

.phone-number-verification-cs .input-group label {
    position: absolute;
    top: -12px;
    left: 40px;
    background-color: white;
    color: #00657f;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 5px;
    z-index: 99999;
}

.phone-number-verification-cs .input-group i {
    position: absolute;
    font-size: 20px;
    top: 16px;
    left: 15px;
    color: #6c757d;
    z-index: 99999;
}

.phone-number-verification-cs .input-group input {
    border-radius: 63px !important;
    border: 1px solid #757575;
    padding: 25px 45px;
    font-size: 16px;
}

.phone-number-verification-cs .input-group>.form-control {
    position: unset;
}

.otp-verification-cs-ch h5 {
    border-left: 4px solid #ffc260;
    text-align: left !important;
    padding-left: 10px;
    font-weight: 700;
    color: #00657f;
}

.otp-verification-cs-ch .alert-warning {
    padding: 12px 25px;
    color: #fff;
    background-color: #00657f;
    border-radius: 63px;
}

.otp-verification-cs-ch #otp_div {
    position: relative;
    margin-top: 35px;
}

.otp-verification-cs-ch #otp_div label {
    position: absolute;
    top: -12px;
    left: 44px;
    color: #00657f;
    font-size: 16px;
    font-weight: 500;
    background-color: white;
}

.otp-verification-cs-ch #otp_div small {
    position: absolute;
    bottom: -22px;
    left: 30px;
}

.otp-verification-cs-ch #otp_div input {
    padding: 25px 45px;
    border-radius: 63px;
}

#verify_otp {
    border-radius: 63px;
}

.ml-auto {
    border-radius: 63px;
}

.email-verification-otp-cs {
    position: relative;
}

.email-verification-otp-cs label {
    position: absolute;
    top: -12px;
    left: 40px;
    background-color: white;
    color: #00657f;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 5px;
}

.email-verification-otp-cs input {
    padding: 25px 45px;
    border-radius: 63px;
    margin-bottom: 30px;
}

.email-verification-otp-cs #send_email_otp {
    border-radius: 63px;
}

.otp-email-verifaction-step-cs h5 {
    border-left: 4px solid #ffc260;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #00657f;
    margin-bottom: 30px;
    line-height: 0.9em;
    text-align: left !important;
}

.email-otp-section {
    position: relative;
}

.email-otp-section label {
    position: absolute;
    top: -12px;
    left: 35px;
    background-color: white;
    color: #00657f;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 5px;
}

.email-otp-section input {
    padding: 25px 45px;
    border-radius: 63px;
    margin-bottom: 30px;
}

#verify_btn {
    border-radius: 63px;
    margin-bottom: 20px;
}

#complete_registration {
    border-radius: 63px;
}

.vibe-check-main-cs {
    background-color: #eff9ff;
}

.forums_sp {
    padding-top: 0px;
}

.vibe-check-cs {
    border-radius: 10px 10px 0px 0px;
    background: #00657f;
    padding: 15px 26px;
    display: flex;
    align-items: center;
}

.vibe-check-cs p {
    color: #fff;
    font-size: 18px;
    padding-right: 10px;
    margin: 0px;
}

.vibe-check-cs img {
    height: 100%;
    min-width: 30px;
}

.vibe-check-main-cs {
    margin: 25px 25px;
    border-radius: 10px;
}

.right-now-text {
    display: flex;
    align-items: center;
}

.right-now-text p {
    color: #00657f;
    font-size: 16px;
    margin: 0px;
}

.right-now-text img {
    height: auto;
    max-width: 30px;
}

.right-now-vibe-check {
    display: flex;
    justify-content: space-between;
    margin: 25px;
}

.vibe-check-buttons .btn {
    background: #fff;
    color: black;
    padding: 5px 13px;
    border: 1px solid #dcf8ff;
    margin-left: 5px;
    border-radius: 10px;
}

.vibe-check-buttons .selected {
    background-color: #00657f;
    color: white;
}

.categoryDiv {
    border-radius: 10px;
    border: 1px solid #00657f;
    background: #fff;
    padding: 20px 10px;
    margin: 0px 25px;
}

.vibe-checkbox {
    display: flex;
    align-items: center;
    border: 2px solid #cce0e5;
    border-radius: 30px;
    padding: 10px 20px;
    /* width: 145px; */
}

.vibe-checkbox input {
    accent-color: #007b8f;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.vibe-checkbox .checkbox-label {
    font-size: 16px;
    font-weight: 500;
}

.vibe-boxes-cs {
    display: flex;
    justify-content: space-between;
}

.vibe-submit-button .Submit-Vibe-Check {
    border-radius: 60px;
    background: #00657f;
    color: white;
    padding: 8px 18px;
    border: 1px solid #00657f;
    font-weight: 500;
}

.vibe-submit-button {
    text-align: right;
    padding-top: 30px;
}

#video-preview-container {
    position: relative;
}

.vibe-boxes-cs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.vibe-checkbox {
    margin: 5px 0;
}

vibe-checkbox input[type="checkbox"] {
    margin-right: 8px;
    /* Space between checkbox and label */
    cursor: pointer;
}

.vibe-checkbox .checkbox-label {
    font-size: 16px;
    /* Adjust label text size */
    cursor: pointer;
    display: inline-block;
}

.vibe-checkbox input {
    accent-color: #007b8f;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.vibe-checkbox {
    display: flex;
    align-items: center;
    border: 1px solid #cce0e5;
    border-radius: 30px;
    padding: 6px 20px;
    /* width: 145px; */
}

.skip-now-new-cs {
    text-align: right;
    padding-right: 20px;
}

.skip-now-new-cs .btn {
    color: #f60;
    background-color: unset;
    font-size: 15px;
}

.my-homechanges {
    margin: 25px;
}

.vibe-check-button-cs {
    padding: 25px;
}

.vibe-check-button-cs p {
    font-size: 16px;
}

.vibe-check-button-cs p span {
    color: #00657f;
    font-weight: 500;
}

.vibe-check-button-cs .btn {
    border-radius: 60px;
    background: #00657f;
    color: white;
    padding: 9px 25px;
}

.vibe-check-text-info {
    display: flex;
    justify-content: center;
}

.vibe-check-text-info p {
    width: 73%;
}

.vibe-check-button-cs {
    text-align: center;
}


/* this css is for vibe check final box */

.vibe-check-submit {
    /* display: flex; */
    gap: 15px;
    padding: 0px 20px 20px 20px;
    border: 2px solid #0074a6;
    border-radius: 12px;
    background-color: white;
    margin: 25px 25px;
    max-height: 400px;
    overflow: auto;
}

.vibe-check-submit-card {
    width: 160px;
    padding: 15px;
    background-color: #e7f5ff;
    border-radius: 10px;
    position: relative;
    mask-image: radial-gradient(circle 40px at top right, transparent 35%, white);
    -webkit-mask-image: url("../images/jobs/response.svg");
    mask-repeat: no-repeat;
    mask-size: 100%;
    max-height: 160px;
    min-height: 160px;
    margin-top: 20px;
    /* max-width: 160px;
    min-width: 160px; */
}

.number-cs {
    font-size: 25px;
    font-weight: bold;
    color: #0074a6;
    position: relative;
}

.underline-cs {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #f4b400;
    position: absolute;
    bottom: -5px;
}

.text-cs {
    font-size: 14px;
    color: #222;
    margin-top: 10px;
}

.highlight-cs {
    color: #f4b400;
    font-weight: bold;
}

.info-icon-cs {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-color: #0074a6;
    color: white;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    padding: 0px;
}

.vibe-check-submit-card p {
    font-size: 16px;
    width: 75%;
}

.submitting-text-cs p {
    color: #00657f;
    font-weight: 700;
    font-size: 16px;
}

.submitting-text-cs {
    text-align: center;
    margin: 20px;
}

.submitting-text-cs p {
    margin-top: 10px;
}

.new-dashborad-profile-image-cs img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.new-dashborad-profile-cs {
    display: flex;
    padding: 25px;
    margin-top: -90px;
    align-items: center;
}

.new-dashborad-profile-info-cs h5 {
    color: #fff;
    margin-bottom: 3px;
}

.new-dashborad-profile-info-cs p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

.new-dashborad-profile-info-cs p span {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
}

.my-new-dashboard-cs h4 {
    color: #00657f;
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
    padding-bottom: 5px;
}

.right-content .card-header {
    border-bottom: none;
}

.new-dashbord-campaigns-cs h4 {
    border-left: 4px solid #ffc260;
    padding-left: 10px;
}

.new-dashboard-campaigns-details-cs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-dashbord-campaigns-buttons-cs {
    background-color: #00657f;
    padding: 5px 5px;
    border-radius: 60px;
}

.new-dashbord-campaigns-buttons-cs i {
    color: #00657f;
    background-color: white;
    padding: 5px;
    border-radius: 50%;
}

.dropdown .dropdown-toggle {
    background-color: #ffc260;
    color: #00657f;
    border-radius: 60px;
    font-weight: 400;
}

.campaign-stats .new-dashborad-contributors-cs {
    padding: 15px;
    background-color: #00657f;
    border-radius: 10px;
    position: relative;
    mask-image: radial-gradient(circle 40px at top right, transparent 35%, white);
    -webkit-mask-image: url("../images/jobs/dashboard-cont.svg");
    mask-repeat: no-repeat;
    mask-size: 100%;
    flex-direction: column-reverse;
    display: flex;
    min-height: 105px;
    max-height: 105px;
}

.new-dashborad-contributors-position {
    position: relative;
}

.new-dashborad-contributors-cs p {
    color: #ffc260;
    font-size: 25px;
}

.new-dashborad-contributors-cs small {
    color: white;
    font-size: 15px;
    padding-bottom: 15px;
}

.new-dashborad-contributors-position i {
    font-size: 30px;
    position: absolute;
    top: -10px;
    right: 54px;
    color: #00657f;
}

.new-dashborad-icon-dollar i {
    right: 63px;
}

.new-dashborad-icon-clock i {
    right: 57px;
}

.no_records_div {
    border-top: 1px solid rgba(0, 101, 127, 0.21);
    border-bottom: 1px solid rgba(0, 101, 127, 0.21);
}

.new-dashbord-campaigns-cs tr td img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.new-dashbord-campaigns-cs .dashboard-forums-info {
    color: #00657f;
    font-weight: 500;
    /* width: 20%; */
    font-size: 14px;
}

.new-dashbord-campaigns-cs .dashboard-time-forums {
    color: #6c757d;
    font-size: 14px;
    text-align: end;
}

.new-dashbord-campaigns-table-cs td {
    padding: 10px;
}

.new-dashbord-campaigns-cs .dashboard-forums-university-info {
    /* width: 60%; */
    color: black;
    font-size: 14px;
}

.dashboard-table-background {
    background-color: #e6f6ff;
}

.dashboard-Latest-Forums {
    display: flex;
    justify-content: space-between;
}

.dashboard-Latest-Forums .btn {
    background-color: unset;
    border: none;
    box-shadow: unset;
    color: #ffc260;
    font-weight: 500;
    text-decoration-line: underline;
    font-size: 14px;
}

.personal-vision .personal-vision-text {
    min-height: 250px;
    max-height: 250px;
    overflow: auto;
}

::-webkit-scrollbar-thumb {
    background: #00657f;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 7px;
}


/* end of scrollbar */

.academic-details .vision-border {
    min-height: 560px;
    max-height: 560px;
}

.goals .personal-vision-text {
    max-height: 100px;
    min-height: 100px;
    overflow: auto;
}

.personal-vision .edit-modal-button img {
    padding-left: 5px;
    padding-bottom: 4px;
}

.goals .edit-modal-button img {
    padding-left: 5px;
    padding-bottom: 4px;
}

.new-dashbord-campaigns-table-cs table {
    width: 100%;
}

.right-content.card {
    border-radius: 5px;
}

.int-img-ch video {
    margin: 0px;
    min-height: 365px;
    max-height: 365px;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
    width: 100%;
}

.int-img-ch {
    position: relative;
}

.int-img-ch img {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 45%;
    left: 45%;
    z-index: 2;
}

.even-row {
    background-color: #e6f6ff;
}

.new-background-color-vision-ch::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    width: 96%;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.new-text-into-cs {
    padding-left: 0px;
}

.intro-text-ch .edit_button_position img {
    padding-left: 5px;
    padding-bottom: 3px;
}

.new-dashboard-changes {
    width: 100%;
}

.new-main-dashboard-changes {
    display: flex;
}

.main-textbox-home-create-cs .text-box-one-cs textarea {
    max-height: 42px;
    min-height: 42px;
    resize: none;
    margin-bottom: 10px;
    border: 1px solid #00657f;
}

.main-textbox-home-create-cs .tex-box-two-cs {
    position: relative;
}


/* profile section css */


/* Button styling */

.notification-btn {
    border: none;
}


/* Dropdown styling */

.notification-dropdown {
    display: none;
    /* Initially hidden */
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    top: auto;
    right: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.notification-dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.notification-dropdown li {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.notification-dropdown li:hover {
    background-color: #f0f0f0;
}

.notification_font {
    font-size: small;
}

.notification_profile {
    width: 40px;
    border-radius: 30px;
    border: 1px solid #00657f;
}

.notification_text {
    color: #00657f !important;
}

.anchor_style {
    text-decoration: none !important;
}

.date_style {
    color: #a7aeb8;
    font-size: 0.8rem;
}

.Show_all_cls {
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
    color: #00657f !important;
    cursor: pointer;
}

.noti_font_size {
    font-size: large;
}

.new-profile-section-changes-cs .profile-image {
    width: 80px;
    height: 80px;
    margin-top: -45px;
    object-fit: cover;
}

.new-profile-section-changes-cs .edit-bell-icon img {
    height: 18px;
    width: 18px;
}

.new-profile-section-changes-cs .notification-icon.edit-icon.search-icon img {
    height: 18px;
    width: 18px;
}

.new-profile-section-changes-cs .notification-icon {
    padding: 10px;
}

.new-profile-section-changes-cs .edit-icon {
    margin-left: 5px;
}

.new-profile-section-changes-cs .private-button i {
    font-size: 14px;
}

.new-profile-section-changes-cs .private-button span {
    font-size: 14px;
}

.new-profile-section-changes-cs .profile {
    height: 100px;
}

.new-profile-section-changes-cs .job-sec h4 {
    font-size: 16px;
}

.new-profile-section-changes-cs .university-name {
    font-size: 13px;
}

.new-profile-section-changes-cs .joined-para {
    font-size: 13px;
}

.new-profile-section-changes-cs .new_btton_ch span {
    font-size: 14px;
}

.new-profile-section-changes-cs .new_btton_ch .btn {
    text-align: left;
    min-height: 45px;
    width: 100%;
    border-radius: 12px;
}


/* vibeys badge count */

.badge-container {
    margin-top: -19px;
    /* height: 80px; */
    width: 130px;
}

.badge-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(to right, #bde0df, #196969);
    border-radius: 9999px;
    /* full round */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.badge-text {
    color: white;
}

.edit-bell-icon {
    margin-top: -70px;
    float: right;
    margin-right: 16px;
}


/* css for side bar Dropdown */

.new-sidebar-ch {
    background-color: #d7ffe0;
    padding: 7px 10px;
    border-radius: 12px;
    margin-top: 15px;
}

.new-sidebar-ch .menu-item-new {
    padding: 7px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-sidebar-ch .menu-item-new:hover {
    background: #d4f5b0;
    border-radius: 12px;
}

.new-sidebar-ch .submenu {
    display: none;
    padding-left: 5px;
}

.new-sidebar-ch .submenu .menu-item-new {
    background: #fff;
    border-radius: 12px;
    margin: 10px 0;
    padding: 7px 10px;
}

.new-sidebar-ch .menu-item-cs-ch p {
    margin-bottom: 0px;
}

.new-sidebar-ch .menu-item-cs-ch p {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.new-sidebar-ch .menu-item-cs-ch p img {
    padding-right: 10px;
}

.new-sidebar-ch .menu-item-cs-ch p i {
    float: right;
    margin-top: 9px;
    margin-right: 10px;
}


/* end of side bar css */

.major-network {
    font-weight: 500;
}

.friend-list-content h5 {
    font-weight: 500;
}

.fourms-post-profile-para h4 {
    font-weight: 500;
}

.like-share-comment-icon span {
    font-weight: 600;
}

.card.friend-list {
    width: auto;
}

.friend-list-bg img {
    min-width: 177px;
}

.new-fourms-changes-text-ch {
    margin: 30px 25px;
}


/* .even-row {
    background-color: #f2f2f2;
} */

.info-csh-section {
    max-height: 490px;
    overflow: auto;
    padding: 0px 10px;
}

.odd-row {
    background-color: #ffffff;
}

.my-network {
    background: white;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 70px;
    padding-top: 25px;
}

.forums-text {
    font-weight: 500;
}

.new-profile-section-changes-cs {
    margin-bottom: 60px;
}

form#SignUpForm span.select2-selection.select2-selection--single {
    border-radius: 22px;
}

.regisration .select2-dropdown.select2-dropdown--below {
    margin-top: 5px !important;
    border-top: 1px solid #aaa !important;
}

.registration-page-cs-ch .new-school-cs-ch.form-group label {
    left: 45px;
}

.stepwizard {
    background-color: unset;
}

.setup-content {
    margin-bottom: 50px;
}

.friend-request-bg .friend-list a img {
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    object-fit: cover;
}

.friend-list-detail .friend-list-name h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

.friend-request-bg .friend-list-name p {
    margin-bottom: 0px;
    font-size: 12px;
}

.friend-request-bg .friend-request-container .view-networks {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 0px;
}

.friend-request-bg .friend-list-detail {
    align-items: center;
    padding: 10px 0px;
}

.friend-request-text h3 {
    font-weight: 600;
    color: #00657f;
    margin: 0px;
}

.registration-page-cs-ch .form-group i {
    position: absolute;
    top: 15px;
    right: 20px;
}

.submenu span {
    padding-top: 0px !important;
}

.new-profile-section-changes-cs .submenu a {
    text-decoration: none;
}

.toggle-fourms-buttons-cs {
    display: flex;
    justify-content: space-between;
}

.image-preview-container {
    margin-left: 0px;
}

.navbar-toggle.collapsed:focus {
    background-color: unset;
    color: #ffc260;
}

.sina-nav .navbar-toggle:hover,
.sina-nav .navbar-toggle:focus {
    border-radius: 50%;
}

.vibe-check-submit-card p {
    line-height: 1.2em;
}

.number-text-ch p a:hover {
    color: #daa800;
    text-decoration: none;
}

.number-text-ch p a {
    color: white;
}

.intro-text-ch p {
    overflow-x: hidden;
    max-height: 260px;
    padding-right: 45px;
    line-height: 1.5em;
    font-size: 14px;
}

.personal-vision p {
    max-height: 250px;
    overflow: auto;
    word-break: break-word;
    padding: 15px;
}

.intro-text-ch {
    padding-right: 2px;
    word-break: break-word;
}

.goals p {
    max-height: 175px;
    overflow: auto;
    word-break: break-word;
}

.btn-theme a {
    word-break: unset;
    text-wrap: auto;
}

.new-campaign-report-ch-cs .card-heading h5 {
    border-left: 4px solid #ffc260;
    padding-left: 10px;
    font-size: 34px;
    font-weight: 700;
    color: #00657f;
    margin-bottom: 5px;
    line-height: 0.9em;
    margin-top: 30px;
}

.new-campaign-report-ch-cs .card-body .form-group label {
    position: absolute;
    top: -12px;
    left: 40px;
    background-color: white;
    color: #00657f;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 5px;
}

.new-campaign-report-ch-cs .card-body .form-group input {
    border-radius: 63px;
    border: 1px solid #757575;
    padding: 25px 45px;
    font-size: 16px;
    margin-bottom: 30px;
}

.new-campaign-report-ch-cs .card-body .form-group select {
    border-radius: 63px;
    border: 1px solid #757575;
    font-size: 16px;
    margin-bottom: 30px;
    min-height: 50px;
}

.send-email-buttons-ch .btn {
    padding: 12px 25px;
    color: #fff;
    background-color: #00657f;
    border-radius: 63px;
    margin-bottom: 30px;
}

.send-email-buttons-ch {
    text-align: end;
}

.new-dashboard-images-cs {
    background-image: url(../images/jobs/dashboard-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 116px;
}

.forgot-link {
    color: #00657f !important;
    text-decoration: underline !important;
}

.tooltip-inner {
    background-color: #00657f !important;
    color: white !important;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
    border-top-color: #00657f !important;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #00657f !important;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
    border-left-color: #00657f !important;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
    border-right-color: #00657f !important;
}

.pbg {
    background-image: url("../images/jobs/pgb.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 130px;
    border-radius: 10px 10px 0px 0px;
}

.user-profile-pbg-image {
    background-color: white;
}

.saturation-padding {
    padding-bottom: 50px;
}

.intro-text-ch .add-button i {
    font-size: 12px;
    padding-left: 5px;
}

.number-text-ch {
    align-items: center;
}

.number-text-ch {
    color: white;
}

.exp-underline {
    border-bottom: 4px solid #00657f;
    padding-bottom: 5px;
    position: absolute;
    top: 72px;
    width: 7%;
}

.exp-xh-sec {
    position: relative;
}

.exp-section-info-edit-del-ch .btn img {
    margin-right: 0px;
}

.exp-section-info-edit-del-ch .btn {
    padding: 0px 5px;
}

.add-underline {
    position: absolute;
    border-bottom: 3px solid #00657f;
    width: 5%;
    right: 6px;
    top: 64px;
}

.currently-working-check-cs {
    padding-bottom: 15px;
}

.currently-working-check-cs input {
    width: 8%;
}

.currently-working-check-cs label {
    padding-left: 20px;
}

.designed-field-ch p {
    word-break: break-all;
}

.portfolio_slides {
    position: relative;
}

.text-overlay {
    word-break: break-all;
}

.port-carousel .text-overlay {
    /* word-break: normal;
    overflow-wrap: normal;
    white-space: normal; */
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;

}

.portfolio_slides .exp-button-group .btn img {
    padding-left: 5px;
    padding-bottom: 4px;
    margin-top: 1px;
}

.read-blog-section {
    position: relative;
}

.links-cvision-profile-section input {
    border: 1px solid black;
    border-radius: 5px;
}

.links-cvision-profile-section .select2.select2-container.select2-container--default {
    border: 1px solid black;
    border-radius: 5px;
}

.cvison-icon-selection-cs {
    display: grid;
}

.cvison-icon-selection-cs .select2-selection__rendered {
    padding: 5px;
}

.cvison-icon-selection-cs .select2-selection__arrow {
    top: 10px !important;
}

.select2-results #select2-icon-results {
    max-height: 170px;
}

.select2-results #select2-icon-results li {
    border-radius: 5px;
    border: 1px solid #000;
    margin: 10px 5px;
    font-weight: 600;
    padding: 10px;
}

.links-cvision-profile-section .close-modal {
    color: #f00;
    border: 1px solid #f00;
    background-color: white;
    padding: 5px 20px;
}

.links-cvision-profile-section .btn-success {
    border-radius: 5px;
    background: #00657f;
    padding: 5px 20px;
}

.links-cvision-profile-section .btn-close {
    border: unset;
    background-color: unset;
    font-weight: 600;
}

.links-cvision-profile-section h5 {
    color: #00657f;
    font-size: 25px;
    font-weight: 600;
}

.links-cvision-profile-section .modal-header {
    border: unset;
}

.cvision-contact-section input {
    border: 1px solid black;
}

#contactModal h5 {
    color: #00657f;
    font-size: 25px;
    font-weight: 600;
}

.cvision-contact-section label {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.cvision-contact-section span {
    color: #f00;
}

.cvision-contact-section textarea {
    resize: none;
    min-height: 100px;
    max-height: 100px;
    overflow: auto;
}

#contactModal .modal-header {
    border: unset;
}

#contactModal .btn-block {
    border-radius: 5px;
    background: #00657f;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 5px 29px;
}

.testimonial-sec-info-text-detail-text {
    min-height: 100px;
    max-height: 100px;
    overflow: auto;
}

.testimonial-image-path-cs {
    max-width: 239px;
    min-width: 239px;
    min-height: 239px;
    max-height: 239px;
    object-fit: cover;
}

.social-media-sec i {
    color: white;
    font-size: 25px;
}

.student-of-the-day-profile.cursor-cs.res-friend-list {
    object-fit: cover;
}

.new-personal-vision-sol-ch .edit_button_position_two i {
    font-size: 11px;
    margin-left: 5px;
}

.goals .edit_button_position_two i {
    font-size: 11px;
    margin-left: 5px;
}

.presonal-vision-detail-info {
    min-height: 250px;
}

.goals-detail-info-text {
    min-height: 100px;
    max-height: 100px;
}

.experience-section-ch {
    min-height: 500px;
}

.read_blogs_sec .carousel-inner .new-image-crousel-ch img {
    min-height: 150px;
    max-height: 150px;
    min-width: 250px;
    max-width: 250px;
    object-fit: cover;
}

.read-blog-section .exp-button-group i {
    font-size: 10px;
}

.read-blog-section .exp-button-group .edit-modal-button {
    padding-top: 1px;
    padding-bottom: 1px;
}

.new-portfolio-crousel-sol-ch .owl-carousel {
    display: block;
}

.new-portfolio-crousel-sol-ch .owl-nav .owl-prev span {
    cursor: pointer;
    color: #00657f;
    font-size: 50px;
    font-weight: 500;
}

.new-portfolio-crousel-sol-ch .owl-nav .owl-next span {
    cursor: pointer;
    color: #00657f;
    font-size: 50px;
    font-weight: 500;
}

.new-portfolio-crousel-sol-ch .exp-button-group {
    display: flex;
    justify-content: center;
}

.new-portfolio-crousel-sol-ch .exp-button-group .edit-modal-button {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.new-portfolio-crousel-sol-ch .exp-button-group .edit-modal-button img {
    padding-bottom: 4px;
}

.owl-dot.active {
    background-color: #00657f;
    border: unset;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}


/* .owl-dot.active span{
    background-color: #00657F;
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
} */

.owl-dot {
    cursor: pointer;
    background-color: #d0cdcd;
    margin: 5px;
    border: unset;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.read_blog-ch_sol .owl-item img {
    width: 300px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.new-portfolio-crousel-sol-ch .owl-nav {
    position: absolute;
    top: 45%;
    z-index: 1;
    width: 100%;
    display: flex;
}

.new-portfolio-crousel-sol-ch .owl-prev {
    margin-left: -35px;
    background-color: unset;
    border: unset;
}

.new-portfolio-crousel-sol-ch .owl-next {
    margin-left: auto;
    background-color: unset;
    border: unset;
}

.new-portfolio-crousel-sol-ch.new-sol-read-blog-cs .owl-nav .owl-next span {
    color: #000000;
    font-size: 50px;
    font-weight: 500;
    position: absolute;
    right: -31px;
    top: 0px;
}

.new-portfolio-crousel-sol-ch.new-sol-read-blog-cs .owl-nav {
    top: 15%;
}

.read_blog-ch_sol .blog-text-sol {
    font-size: 18px;
    padding-top: 15px;
    font-weight: 500;
    word-break: break-all;
}

.new-portfolio-crousel-sol-ch.new-sol-read-blog-cs .exp-button-group {
    justify-content: left;
}

.read_blog-ch_sol .owl-item .blog-edit-sol {
    height: 10px;
    width: 10px;
    border-radius: unset;
}

.testimonial-crousel-cs-ch .owl-item {
    display: flex;
}

.testimonial-crousel-cs-ch .owl-item img {
    border-radius: 10px;
}

.new-portfolio-crousel-sol-ch.testimonial-crousel-cs-ch .owl-nav {
    top: 30%;
}

.forums-report-flag-cs {
    display: flex;
    justify-content: space-between;
}

.forums-report-cs-sol {
    align-content: center;
}

.forums-report-cs-sol .btn {
    background-color: white;
    border-radius: 40px;
    border: 1px solid #00657f;
    color: #00657f;
}

.forums-report-cs-sol .btn i {
    padding-right: 5px;
    color: #00657f;
    font-size: 14px;
}

.blog-content-cs span {
    float: left;
}

.blog-content-cs span img {
    padding: 0px 20px 20px 0px;
}

.forums-profile-para.new-user-cvision-cs-sol h4 a {
    background-color: unset;
    border: unset;
}

.user-detail-report-sol-ch textarea {
    border: 1px solid rgba(130, 122, 122, 0.88);
    resize: none;
}

.cvision-report-cancel-cs {
    border: 1px solid #f00;
    color: #f00;
    background: unset;
}

.cvision-report-submit-cs {
    background: #00657f;
    color: white;
}


/* css for feedback form */

.feedback-btn {
    position: fixed;
    right: 20px;
    bottom: 0%;
    transform: translateY(-50%);
    color: white;
    padding: 10px;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    background-color: #00657f;
    z-index: 99999999;
}

.user-feedback-button-ch-cs .feedback-btn img {
    height: 30px;
    width: 30px;
}

.feedback-btn:hover {
    background-color: #00657f;
}


/* Feedback Form */

.feedback-form {
    position: fixed;
    right: -300px;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    background: white;
    padding: 20px;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px 0 0 10px;
    transition: right 0.3s ease-in-out;
    z-index: 999999;
}

.feedback-form h3 {
    margin: 0 0 10px;
}

.feedback-form textarea {
    width: 100%;
    height: 80px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}

.feedback-form button {
    margin-top: 10px;
    width: 100%;
    background-color: #00657f;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.feedback-form button:hover {
    background-color: #00657f;
}


/* Close Button */

.close-btnn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    color: black;
}

.textarea {
    overflow-y: auto !important;
}

.friend-request-bg .friend-request-container .add-as-button {
    min-width: 135px;
}

.new-profile-section-changes-cs .edit-bell-icon #notificationBtn {
    padding: 9px 11px;
}

.future_goals_head .edit-modal-button {
    background-color: unset;
    border: unset;
    font-size: 16px;
    font-weight: 500;
}

.future_goals_head .edit-modal-button img {
    height: 17px;
    width: 15px;
}

.future_goals_head .exp-button-group .btn {
    background-color: unset;
    font-weight: 600;
}

.future_goals_head .exp-button-group .btn i {
    font-size: 13px;
    padding-left: 3px;
}

.future_goals_head .exp-button-group .btn:focus {
    border: unset;
    box-shadow: unset;
}

.cancel-button-intro {
    margin-right: 10px;
}

.read_blog-ch_sol .owl-item a img {
    min-height: 160px;
    max-height: 160px;
    width: 100%;
    object-fit: contain;
    background-color: #f5f5f5;
}

.read-blog-section .edit-modal-button .blog-edit-sol {
    margin-left: 3px;
    padding-bottom: 0px !important;
}

.blog-content-cs span img {
    width: 100%;
    max-height: 361px;
    min-width: 547px;
    padding-bottom: 0px;
}

.goals .modal-body p {
    padding: 0px;
}

.new-personal-vision-sol-ch .modal-body p {
    padding: 0px;
}

.secondary-education-ch h5 {
    word-break: break-all;
}

.sociology-para span {
    color: white !important;
}

.no-portfolio-data {
    height: 100vh;
}

.no-blog-data {
    height: 100vh;
}

.school-logo-image-cl-ch img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: -20px;
    margin-top: -17px;
    margin-bottom: -17px;
}

.exp-section-info-edit-del-ch .btn {
    margin-bottom: 5px;
}

.logged-in .nav-container .container.mob-container {
    display: flex;
    padding-right: 10px;
}

.logged-in .nav-container .school-logo-wrapper img {
    height: 65px;
    width: 81px;
    border-radius: 50%;
    margin-left: 10px;
}

.logged-in .sina-nav .extension-nav {
    margin-left: 8px;
}

.intro-text-ch p#intro-text span.new-cl-text-center-cs {
    display: block;
    text-align: center;
    align-content: center;
    font-size: 18px;
    font-weight: 500;
}

.new-cl-text-center-cs {
    display: block;
    text-align: center;
    align-content: center;
    font-size: 18px;
    font-weight: 500;
}

.text-title {
    color: black;
}

.noacademic-details .new-cl-text-center-cs {
    display: block;
    text-align: center;
    align-content: center;
    font-size: 18px;
    font-weight: 500;
}

.new-cl-text-center-cs {
    position: absolute;
    top: 40%;
    left: 40%;
}

.number-text-ch p a:focus {
    color: white;
}

.no-academic-details-found {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 250px;
    left: 13%;
}

.new-login-left-image-one-cs {
    padding-bottom: 20px;
}

.experience-section-ch {
    position: relative;
}

.no-experience p {
    text-align: center;
    /* Centers the text */
    font-weight: 500;
    /* Sets font weight to 500 */
    height: 300px;
    /* Sets the height (adjust as needed) */
    display: flex;
    /* Enables flexbox */
    align-items: center;
    /* Vertically centers the text */
    justify-content: center;
    font-size: 18px;
}

.no-experience .no-academic-details-found {
    left: 45%;
}

.experience-section-ch {
    position: relative;
}

.image-text-intro-ch .new-cl-text-center-cs {
    top: 50%;
}

.account-suspended-ch {
    color: red;
    font-size: 18px;
}

.account-suspended-ch i {
    margin-left: 5px;
}

.account-suspended-ch-details h6 span {
    color: #00657f;
}


/* feedbackform css ends here */

.add-new-camp-ch {
    text-align: center;
    padding: 10px;
}

.logos-ch {
    text-align: center;
}

.login-form .social-login span {
    margin: 0px;
    float: unset;
}

.forums-report-cs-sol .btn {
    margin-top: 15px;
}

.forums-profile-para .remove-friend-icon {
    margin-bottom: 25px;
    margin-left: 10px;
    border-radius: 40px;
    padding: 7px 15px !important;
}

#friends-modal-new-body .friend-info-img-ch-new {
    padding: 10px;
}

#friends-modal-new-body .friend-info-img-ch-new .friend-search-information-new p {
    margin: 0px;
}

#friends-modal-new-body .friend-ch-new .friend-search-information-new-image img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.new-sidebar-ch .submenu .menu-item-new.active {
    background-color: #00657f;
}

.menu-item-new.active span {
    color: white;
}

.dropdown-menu .dropdown-item:active {
    background-color: #035d75;
    color: white;
}

.no-forum {
    text-align: center;
    height: 100vh;
    align-content: center;
    background: white;
    margin-top: 25px;
    border-radius: 10px;
}

.no-forum p {
    font-size: 22px;
    font-weight: 600;
}

.user-details-noforum {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.frnds-add {
    background-color: white;
    border-radius: 40px;
    border: 1px solid #00657f;
    color: #00657f;
    margin-bottom: 25px;
    padding: 6px 12px;
}

.decline-button.user-profile {
    background-color: white;
    border-radius: 40px;
    border: 1px solid #00657f;
    color: #00657f;
    width: 131px;
    margin-bottom: 25px;
    padding: 6px 12px;
}

.accept-button.user-profile {
    color: white;
    border-radius: 40px;
    border: 1px solid #00657f;
    background-color: #045e76;
    width: 131px;
    margin-bottom: 25px;
    padding: 6px 12px;
}

.min-height-cs {
    min-height: 70px;
    align-content: center;
}

.no-forums-founds-ch {
    align-content: center;
    border-top: 1px solid rgba(0, 101, 127, 0.21);
    margin-top: 15px;
}

.no-forums-founds-ch img {
    height: 100%;
    width: 100%;
    max-width: 70%;
    margin-right: 5px;
    margin-top: 30px;
}


/* ---------------------hh------------------------------------- */

.srch_frm {
    /* margin-left: 82%; */
    /* margin-top: 20px; */
    width: fit-content;
}

.new_msg_icon {
    max-height: 45px;
    margin-right: 20px;
}

.chat_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#activeChattingSpace {
    min-height: 435px;
    padding-top: 10px;
}

.no_prev_msg {
    display: flex;
    justify-content: center;
    /* horizontal center */
    align-items: center;
}

.msg_send_btn_new {
    background: transparent;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 33px;
    color: #daa800;
}

.my-chat-title {
    padding-left: 1.7rem;
}


/* .submenu {
    display: none;
}
.submenu.open {
    display: block;
} */

@media only screen and (max-width: 1366px) {
    .res-list .friend-list-bg img {
        min-width: 165px;
        width: 100%;
    }
    .new-profile-section-changes-cs .private-button span {
        font-size: 12px !important;
    }
    .private-button {
        padding: 3px 5px;
    }
    .new-profile-section-changes-cs .notification-icon {
        padding: 6px;
    }
    .new-profile-section-changes-cs .edit-icon {
        margin-left: 4px;
    }
    .new-profile-section-changes-cs .notification-btn {
        padding: 6px 7px;
    }
    .new-profile-section-changes-cs .edit-icon {
        margin-left: 4px;
    }
    /* .pp {
        height: 115px !important;
         width: 115px !important;
         border-radius: 50%;
         object-fit: cover;
        margin-top: 80px !important;
    } */
    .new-dashborad-contributors-position i {
        font-size: 20px;
        right: 51px;
    }
    .new-dashborad-icon-dollar i {
        right: 57px;
    }
    .new-dashborad-icon-clock i {
        right: 54px;
    }
    .university-info-ch {
        padding-right: 0px;
    }
    .int-img-ch {
        margin-bottom: 30px;
    }
    .new-portfolio-crousel-sol-ch .owl-prev {
        margin-left: 0px;
    }
    .new-portfolio-crousel-sol-ch .owl-nav {
        width: 93%;
    }
    .after-future-goal .future-para2 {
        margin-top: 50px;
    }
    .forums-profile-para .sociology-para span {
        color: white !important;
    }
    .logged-in .sina-nav-header {
        width: 95%;
    }
    .logged-in .sina-nav-header a {
        margin: 0px;
    }
    .testimonial-sec-cs .new-portfolio-crousel-sol-ch .owl-nav {
        width: 100%;
    }
    .new-text-into-cs .new-cl-text-center-cs {
        left: 35%;
    }
    .new-personal-vision-sol-ch .new-cl-text-center-cs {
        top: 45%;
        left: 40%;
    }
    .academic-details .no-academic-details-found {
        left: 10%;
    }
}

@media only screen and (max-width: 1024px) {
    .res-list .friend-list-bg img {
        min-width: 155px;
        width: 100%;
    }
    .new-forums-post .dropdown-menu {
        left: -60px !important;
    }
    .portfolio_slides .text-overlay {
        width: 80%;
        text-align: center;
    }
    .future-para2 {
        margin-top: 0px;
        justify-content: left;
    }
    .academic-details {
        padding-top: 30px;
    }
    .read_blogs_sec .carousel-inner .new-image-crousel-ch img {
        min-width: 100%;
        max-width: 100%;
    }
    .portfolio_slides .carousel-control-next {
        right: 0px;
    }
    .portfolio_slides .carousel-control-prev {
        left: 0px;
    }
    .testimonial-image-path-cs {
        max-width: 180px;
        max-height: 180px;
        min-width: 180px;
        min-height: 180px;
    }
    .new-portfolio-crousel-sol-ch.testimonial-crousel-cs-ch .owl-nav {
        top: 20%;
    }
    .owl-dot.active {
        background-color: #00657f;
        border: unset;
        border-radius: 50%;
        height: 12px;
        width: 12px;
    }
    .owl-dot {
        background-color: #00657f;
        border: unset;
        border-radius: 50%;
        height: 12px;
        width: 12px;
    }
    .grade-gift-image img {
        width: 100%;
    }
    #video-preview-container {
        max-width: 150px;
    }
    #video-preview-container video {
        max-width: 150px;
    }
    .grade-gift-planet-info {
        padding-left: 20px;
    }
    .add-underline {
        width: 6%;
        right: 15px;
    }
    .sociology-para span {
        color: black !important;
    }
    .logged-in .sina-nav-header {
        width: 90%;
    }
    .logged-in .sina-nav-header a {
        margin: 0px;
    }
    .new-portfolio-crousel-sol-ch .owl-nav {
        width: 95%;
    }
    .testimonial-sec-cs .new-portfolio-crousel-sol-ch .owl-nav {
        width: 100%;
    }
    .new-text-into-cs .new-cl-text-center-cs {
        left: 35%;
    }
    .new-personal-vision-sol-ch .new-cl-text-center-cs {
        top: 45%;
        left: 40%;
    }
    .goals .new-cl-text-center-cs {
        position: absolute;
        top: 35%;
        left: 40%;
    }
    .no-academic-details-found {
        left: 33%;
    }
}

@media only screen and (max-width: 767px) {
    .res-list {
        margin-bottom: 20px;
    }
    .forums-profile-para .sociology-para span {
        color: black !important;
    }
    .blog-content-cs span img {
        min-width: unset;
        margin-bottom: 20px;
        padding-right: 0px;
    }
    .toggle-button {
        margin-left: 0px;
    }
    .testimonial-crousel-cs-ch .owl-item .testimonial-image-path-cs {
        max-width: 100%;
        min-width: 100%;
    }
    .testimonial-sec-info-text {
        margin-left: 0px;
        margin-top: 10px;
    }
    .testimonial-sec-cs .testimonial-sec-info-text p {
        padding-left: 0px;
        max-height: unset;
        min-height: unset;
    }
    .testimonial-crousel-cs-ch .owl-item {
        display: inline-grid;
    }
    .grade-gift-planet-info {
        padding-left: 20px;
    }
    .res-list .friend-list-bg img {
        max-width: 145px;
        min-width: 145px;
        width: 100%;
    }
    .right-now-vibe-check {
        display: grid;
    }
    .vibe-check-buttons .btn {
        margin-bottom: 10px;
    }
    .right-now-text {
        margin-bottom: 10px;
    }
    .res-friend-list {
        margin-bottom: 0px;
    }
    .vibe-boxes-cs {
        display: block;
        gap: 5px;
    }
    .res-profile-button {
        margin-right: 0px;
    }
    .forums-profile-width-ch .forums-profile-para h4 {
        margin-bottom: 0px;
    }
    .university-name {
        line-height: 1.2em;
    }
    .new-login-cs .login-form {
        padding-left: 15px;
    }
    .toggle-fourms-buttons-cs {
        display: grid;
    }
    .invite-create-fourms-ch-cs {
        margin-left: 48px;
    }
    .like-share-comment-icon span {
        padding-right: 13px;
    }
    .new-forums-post .dropdown-menu {
        left: -40px !important;
    }
    .profile-post-content-ch .rating-ch .likes-com-ch {
        text-align: left;
        padding-top: 10px;
        padding-left: 11px;
    }
    .otp-verification-cs-ch #otp_div small {
        position: absolute;
        bottom: -22px;
        left: 10px;
    }
    .emailformError.parentFormenteremailform .formErrorContent {
        position: absolute;
        top: -30px;
        left: 20px;
    }
    .sina-nav .dropdown {
        margin-top: 15px;
    }
    .new-dashborad-contributors-position i {
        right: 78px;
    }
    .new-dashborad-icon-dollar i {
        right: 88px;
    }
    .new-dashborad-icon-clock i {
        right: 80px;
    }
    .new-dashborad-contributors-position {
        padding-bottom: 20px;
    }
    .new-dashborad-contributors-position i {
        right: 76px;
        font-size: 35px;
    }
    .new-dashborad-icon-dollar i {
        right: 88px;
    }
    .dashboard-image-info-forums-ch {
        width: 16%;
    }
    .new-dashborad-profile-image-cs img {
        height: 80px;
        width: 80px;
    }
    .int-img-ch {
        padding-right: 15px;
    }
    .new-background-color-vision-ch::before {
        width: 93%;
    }
    .new-text-into-cs {
        padding-left: 15px;
    }
    .intro-text-ch {
        border-radius: 10px;
        padding-left: 15px;
    }
    .c-vision-profile-ch {
        display: grid;
        padding-left: 10px;
        padding-right: 10px;
    }
    .c-vision-profile-info-ch {
        padding-left: 20px;
    }
    .pp-img-ch {
        align-content: baseline;
    }
    .university-info-ch {
        padding-right: 0px;
        padding-left: 70px;
        padding-top: 5px;
    }
    .add-underline {
        width: 12%;
        right: 14px;
    }
    .c-vision-profile-ch {
        padding: 20px;
    }
    .phone-number-verification-cs .formErrorContent {
        margin-left: 15px;
    }
    .phone-number-verification-cs .small {
        margin-left: 15px;
    }
    .form-col {
        padding-bottom: 0px;
    }
    .notification-dropdown {
        width: 95%;
    }
    .login-register-btn {
        margin-top: 10px;
    }
    .forums-report-cs-sol {
        margin-bottom: 13px;
        margin-top: -10px;
    }
    .forums-report-flag-cs {
        display: inline-grid;
    }
    .owl-dot.active {
        background-color: #00657f;
        border: unset;
        border-radius: 50%;
        height: 12px;
        width: 12px;
    }
    .owl-dot {
        background-color: #00657f;
        border: unset;
        border-radius: 50%;
        height: 12px;
        width: 12px;
    }
    .modal-pop-section-changes .modal-footer .post-button-ch {
        margin-bottom: 35px;
    }
    .c-vision-profile-ch .university-info-ch {
        padding-left: 86px;
    }
    .exp-sec-edu-info h5 {
        word-break: break-all;
    }
    .logged-in .sina-nav-header {
        width: 80%;
    }
    .logged-in .sina-nav-header a {
        margin: 0px;
    }
    .new-portfolio-crousel-sol-ch .owl-nav {
        width: 93%;
    }
    .new-text-into-cs .new-cl-text-center-cs {
        left: 27%;
        top: 50%;
    }
    .new-personal-vision-sol-ch .new-cl-text-center-cs {
        left: 33%;
    }
    .goals .new-cl-text-center-cs {
        top: 40%;
        left: 27%;
    }
    .no-academic-details-found {
        left: 19%;
    }
    .c-vision-main-profile-ch img {
        width: 55px;
        height: 55px;
        object-fit: cover;
    }
    .currently-working-check-cs label {
        padding-left: 10px;
    }
}


/* this css for ios device  */


/* ------------------------------------------------------------------QUOTE MODEL CSS---------------------------------------------------------------------------------------- */

.quote-modal-content {
    background: url("/resources12/images/modelbgimg.jpg") center center / cover no-repeat #fff;
    border-radius: 12px !important;
    width: 659px;
    height: 454px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    max-width: none;
    justify-content: center;
}

.quote-modal-content .quote-close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    background: none;
    border: none;
}

.quote-modal-content .quote-icon {
    /* margin-top: 40px; */
    margin-bottom: 10px;
}

.quote-modal-content .quote-icon img {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.quote-modal-content .quote-text-container {
    flex: 1;
    display: flex;
    align-items: center;
    font-family: "Georgia", "Times New Roman", serif;
    justify-content: center;
    width: 100%;
    margin-top: 10%;
    /* margin-bottom: 180px; */
    font-size: 26px;
    color: white;
}

.quote-modal-content .quote-text {
    font-family: "Katibeh", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    color: #00657f;
    margin: 0 auto;
    width: 619px;
}

.quote-modal-content .full-quote-cont {
    margin: 20px 0;
}


/* -----------------------------------------------------------VIBEYS MODEL ---------------------------------------------------------------- */

#vibeysModal.modal,
#vibeysModal1.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#vibeysModal.modal.show,
#vibeysModal1.modal.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.vibeys-modal-content {
    background: linear-gradient(135deg, #a6d4e3 0%, #ffffff 100%);
    width: 100%;
    max-width: 659px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
    box-sizing: border-box;
    max-height: 90vh;
    /* Changed from fixed height to viewport-based */
    overflow-y: auto;
    /* Enable scrolling for very small screens */
}


/* Close Button */

.vibeys-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 15;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.vibeys-close-btn img {
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: auto;
}


/* Party Icons Container */

.vibeys-party-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 10;
}

.vibeys-party-icon-left {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 11;
}

.vibeys-party-icon-right {
    position: absolute;
    right: -50px;
    top: 120px;
    z-index: 11;
}

.vibeys-party-icon-left img {
    width: 40px;
    height: auto;
    animation: bounceLeft 2s ease-in-out infinite;
}

.vibeys-party-icon-right img {
    width: 150px;
    height: auto;
    animation: bounceRight 2s ease-in-out infinite;
    animation-delay: 0.5s;
}


/* Animations */

@keyframes bounceLeft {
    0%,
    100% {
        transform: translateY(0px) rotate(-5deg);
    }
    50% {
        transform: translateY(-10px) rotate(5deg);
    }
}

@keyframes bounceRight {
    0%,
    100% {
        transform: translateY(0px) rotate(5deg);
    }
    50% {
        transform: translateY(-10px) rotate(-5deg);
    }
}


/* Main Content Container */

.vibeys-content-wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-height: fit-content;
}


/* Congratulations Section */

.vibeys-congratulations-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    position: relative;
    z-index: 6;
    flex-wrap: wrap;
    /* Allow wrapping on small screens */
}

.vibeys-globe-container img {
    width: 120px;
    height: auto;
    max-width: 100%;
    /* Prevent overflow */
}

.vibeys-globe-container {
    position: relative;
    display: inline-block;
}

.trophy-img {
    display: block;
    width: 150px;
    /* adjust size */
}

.vibeys-total-points {
    position: absolute;
    top: 37%;
    /* adjust positioning */
    left: 46%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.vibeys-total-points img {
    width: 40px;
    /* size of digit SVG */
    height: auto;
}

.vibeys-congratulations {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    /* Allow shrinking */
}

.vibeys-congratulations h2 {
    font-family: Arial, sans-serif;
    font-size: clamp(24px, 5vw, 30px);
    /* Responsive font size */
    font-weight: bold;
    color: #ff6b35;
    margin: 0 60 10px 0;
    text-align: center;
}

.vibeys-achievement-banner {
    background: #d7ffe0;
    border-radius: 25px;
    padding: 12px 25px;
    font-size: clamp(14px, 3vw, 16px);
    /* Responsive font size */
    color: black;
    font-weight: 400;
    display: inline-block;
    position: relative;
    z-index: 6;
    /*
    text-align: center;
    word-wrap: break-word;
    /* Allow text wrapping */
    max-width: 100%;
}


/* How Vibeys Work Section */

.vibeys-how-work-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
}

.vibeys-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #00657f;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    flex-wrap: wrap;
    /* Allow wrapping if needed */
    gap: 10px;
}

.vibeys-section-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    /* Allow shrinking */
}

.vibeys-section-left img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.vibeys-section-left span {
    font-weight: 200;
    font-size: clamp(14px, 3vw, 16px);
    /* Responsive font size */
}

.vibeys-view-all-text {
    color: white !important;
    letter-spacing: 0.3px;
    font-weight: 100 !important;
    text-decoration: underline;
    font-size: clamp(12px, 2.5vw, 14px);
    /* Responsive font size */
    transition: opacity 0.3s ease;
    flex-shrink: 0;
}

.vibeys-view-all-text:hover {
    color: #ffffff !important;
    opacity: 1;
}


/* Grid System - Enhanced Responsiveness */

.vibeys-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    flex-shrink: 0;
}

.vibeys-row {
    display: flex;
    gap: 15px;
    width: 100%;
}

.vibeys-item {
    flex: 1;
    background: linear-gradient(to right, #5fa1b2 0%, #ffffff 100%);
    border-radius: 4px;
    padding: 6px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 49%;
    /* Restored original width */
    margin-right: auto;
    /* This will push it to the left side */
    min-height: 44px;
    box-sizing: border-box;
    min-width: 0;
    /* Allow shrinking */
}

.vibeys-item-text {
    font-size: clamp(12px, 2.5vw, 14px);
    /* Responsive font size */
    font-weight: 200;
    color: black;
    flex: 1;
    text-align: left;
    letter-spacing: 0.3px;
    line-height: 1.3;
    margin-right: 8px;
    word-wrap: break-word;
}

.vibeys-points {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(to left, #d7ffe0 0%, #00657f 100%);
    border-radius: 50px;
    padding: 2px 5px;
    min-width: 75px;
    color: #fff;
    height: 30px;
    flex-shrink: 0;
}

.vibeys-plus {
    font-size: clamp(12px, 2.5vw, 14px);
    /* Responsive font size */
    color: white;
}

.vibeys-points img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}


/* Button */

.vibeys-button-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    flex-shrink: 0;
}

.vibeys-keep-earning-btn {
    background: #00657f;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: clamp(12px, 3vw, 14px);
    /* Responsive font size */
    font-weight: 200;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


/* Enhanced Responsive Design */


/* Large tablets and small desktops */

@media (max-width: 1024px) {
    .vibeys-modal-content {
        max-width: 90%;
        margin: 20px;
    }
}


/* Tablets */

@media (max-width: 800px) {
    .vibeys-modal-content {
        margin: 15px;
        padding: 15px 20px 20px 20px;
        border-radius: 15px;
    }
    .vibeys-congratulations-container {
        flex-direction: column;
        gap: 10px;
    }
    .vibeys-globe-container img {
        width: 100px;
    }
    .vibeys-party-icon-right {
        right: 10px;
        top: 100px;
    }
    .vibeys-party-icon-right img {
        width: 80px;
    }
    .vibeys-party-icon-left img {
        width: 35px;
    }
}


/* Small tablets and large phones */

@media (max-width: 600px) {
    .vibeys-modal-content {
        margin: 10px;
        padding: 15px;
        border-radius: 12px;
        max-height: 95vh;
    }
    .vibeys-row {
        flex-direction: column;
        gap: 8px;
    }
    .vibeys-item {
        max-width: 100%;
        /* Full width on mobile */
        margin-right: 0;
    }
    .vibeys-achievement-banner {
        padding: 10px 20px;
        white-space: normal;
        /* Allow text wrapping */
    }
    .vibeys-party-icon-right {
        right: 5px;
        top: 90px;
    }
    .vibeys-party-icon-right img {
        width: 60px;
    }
    .vibeys-party-icon-left {
        left: 10px;
        top: 15px;
    }
    .vibeys-party-icon-left img {
        width: 30px;
    }
    .vibeys-content-wrapper {
        gap: 15px;
    }
}


/* Small phones */

@media (max-width: 480px) {
    #vibeysModal.modal.show {
        padding: 10px;
    }
    .vibeys-modal-content {
        margin: 5px;
        padding: 12px;
        border-radius: 10px;
    }
    .vibeys-close-btn {
        top: 10px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
    .vibeys-close-btn img {
        width: 15px;
        height: 15px;
    }
    .vibeys-globe-container img {
        width: 80px;
    }
    .vibeys-item {
        padding: 8px 12px;
        min-height: 40px;
    }
    .vibeys-points {
        min-width: 65px;
        height: 28px;
        gap: 6px;
    }
    .vibeys-points img {
        width: 18px;
        height: 18px;
    }
    .vibeys-keep-earning-btn {
        padding: 10px 25px;
    }
    .vibeys-party-icon-right {
        right: 0px;
        top: 70px;
    }
    .vibeys-party-icon-right img {
        width: 45px;
    }
    .vibeys-party-icon-left img {
        width: 25px;
    }
}


/* Very small phones */

@media (max-width: 360px) {
    .vibeys-modal-content {
        padding: 10px;
    }
    .vibeys-section-header {
        padding: 6px 10px;
    }
    .vibeys-item {
        padding: 6px 10px;
    }
    .vibeys-points {
        min-width: 60px;
        height: 26px;
    }
    .vibeys-party-icon-right img {
        width: 40px;
    }
    .vibeys-party-icon-left img {
        width: 22px;
    }
}


/* Landscape orientation adjustments */

@media (max-height: 600px) and (orientation: landscape) {
    .vibeys-modal-content {
        max-height: 95vh;
        overflow-y: auto;
    }
    .vibeys-congratulations-container {
        flex-direction: row;
        gap: 10px;
    }
    .vibeys-globe-container img {
        width: 60px;
    }
    .vibeys-content-wrapper {
        gap: 10px;
    }
    .vibeys-party-icons {
        /* display: none; */
        /* Hide party icons in landscape to save space */
    }
}


/* Add to your existing CSS file */

canvas.confetti-canvas {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 999999999 !important;
    /* higher than your modal */
}


/* ---------------------------------------------------------------------------------------VIBEYS SECTION--------------------------------------------------------------------------------------- */

.vibeys-card-icon img {
    margin-left: 4px;
    width: 30px;
}

.question-mark-icon {
    margin-top: 5px;
}

.progress-container {
    width: 100%;
    max-width: 400px;
    /* adjust as needed */
}

.progress-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.progress-text {
    color: #ffcc33;
    /* yellowish like screenshot */
    font-size: 16px;
}

.progress-total {
    color: #f0f0f0;
    font-size: 16px;
    margin-right: 5px;
}

.progress-bar-wrapper {
    width: 100%;
    background: #d9e0ea;
    /* light background */
    border-radius: 10px;
    overflow: hidden;
    margin-top: -3px;
    height: 10px;
    position: relative;
}

.progress-bar-fill {
    background: linear-gradient(to right, #89e59e, #39a1bb);
    /* smooth gradient */
    height: 100%;
    width: 0%;
    /* initial width, update dynamically */
    border-radius: 10px 0 0 10px;
    transition: width 0.5s ease;
}


/* My Vibeys Main Styles */

.vibeys-main-content {
    flex: 1;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    min-height: calc(100vh - 120px);
    margin-top: 20px;
    overflow-x: hidden;
}

.vibeys-title {
    font-size: 22px;
    font-weight: 200;
    text-align: left;
    color: #00657f;
    margin: 0;
}


/* Vibeys Cards Container */

.vibeys-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.vibeys-card {
    background: linear-gradient(90deg, #60a5b7 0%, #00657f 100%);
    border-radius: 12px;
    padding: 10px;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 132px;
}

.vibeys-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* margin-bottom: 20px; */
}

.vibeys-card-icon {
    display: flex;
    align-items: center;
    /* margin-right: 12px; */
    width: 100%;
    margin-right: 0;
    gap: 8px;
    align-items: center;
}

.vibeys-card-icon button {
    margin-left: auto;
}

.vibeys-diamond-icon,
.vibeys-gift-icon,
.vibeys-star-icon {
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.9);
}

.vibeys-card-title-section {
    flex: 1;
}

.vibeys-card-title {
    font-size: 16px;
    font-weight: 50;
    margin: 0 0 4px 5px;
    color: white;
}

.vibeys-card-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.vibeys-info-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    cursor: pointer;
}

.vibeys-card-content {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.vibeys-balance-info {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
}

.vibeys-earned {
    font-size: 16px;
    font-weight: 500;
    color: #2ecc71;
}

.vibeys-total {
    font-size: 32px;
    font-weight: 700;
    color: white;
}

.vibeys-progress-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: center;
    margin-top: 5px;
}


/* Activity Section */

.vibeys-activity-section {
    margin-top: 30px;
    background: #00657f;
    border-radius: 12px;
    overflow: hidden;
    /* height: 310px; */
    /* Adjust this value to fit exactly 4 items */
    overflow-y: auto;
}

.vibeys-header-heading {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vibeys-activity-title {
    font-size: 14px;
    font-weight: 10;
    color: #bdf0fd;
    margin: 0;
}

.vibeys-activity-list {
    height: 362px;
    scrollbar-width: thin;
    scrollbar-color: white rgba(255, 255, 255, 0.1);
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

.vibeys-activity-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 24px;
    border: none !important;
    transition: background-color 0.2s ease;
}

.vibeys-activity-item:last-child {
    border-bottom: none;
}

.vibeys-activity-content {
    background-color: #5ca8bc;
    height: 50px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 8px 16px;
    gap: 2px;
}

.vibeys-first-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.vibeys-second-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.vibeys-activity-userr {
    color: white;
    font-weight: 500;
}

.vibeys-activity-action {
    color: white;
}

.vibeys-activity-reward {
    font-weight: 50;
    color: #fea832;
}

.vibeys-activity-time {
    font-size: 12px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 4px;
    color: white;
}

.vibeys-activity-time img {
    width: 12px;
    height: 12px;
}

.vibeys-second-line {
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
}


/* Responsive Design */

@media (max-width: 768px) {
    .vibeys-main-content {
        padding: 15px;
    }
    .vibeys-card {
        padding: 20px;
    }
    .vibeys-title {
        font-size: 24px;
    }
    .vibeys-activity-item {
        padding: 12px 16px;
    }
    .vibeys-activity-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        height: max-content;
    }
    /* .vibeys-second-line {
    font-size: 14px;
  } */
    .vibeys-activity-time {
        align-self: flex-end;
        margin-top: -20px;
    }
}

@media (max-width: 480px) {
    .vibeys-info-icon {
        align-self: flex-end;
    }
    .vibeys-balance-info {
        flex-direction: column;
        gap: 4px;
    }
    .vibeys-total {
        font-size: 28px;
    }
}

.vibeys-activity-item:hover {
    background-color: transparent !important;
}

.vibeys-activity-content:hover {
    background-color: none !important;
}


/* Custom scrollbar styling */

.vibeys-activity-section::-webkit-scrollbar {
    width: 8px;
}

.vibeys-activity-section::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.vibeys-activity-section::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}

.vibeys-activity-section::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8);
}


/* Firefox scrollbar styling */

.vibeys-activity-section {
    /* scrollbar-width: thin;
  scrollbar-color: white rgba(255, 255, 255, 0.1); */
}


/* --------------------------------------------------------- THIRD SECTION------------------------------------------------------------------------------- */

.guidelines-section {
    /* margin-top: 40px; */
    background-color: #e7faff;
    padding: 20px;
    width: 100%;
    /* ensure parent doesn't expand */
    overflow: hidden;
    box-sizing: border-box;
    /* include padding in width calculation */
}

.guideline-card {
    flex-shrink: 0;
    /* Prevent cards from shrinking */
}

.reward-points {
    font-size: 12px;
}

.reward-text {
    color: #fff;
    font-family: "Google Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 10;
    line-height: normal;
    white-space: nowrap;
    /* keep all words on one line */
    overflow: hidden;
    /* hide anything that overflows */
    text-overflow: ellipsis;
}

.guidelines-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #00657f;
    /* margin-left:20px; */
}

.vibeys-guidelines-title {
    font-size: 14px;
    font-weight: 100;
    color: #2f5863;
    margin: 0;
}


/* Replace your existing .vibeys-guidelines-scroll CSS with this: */

.vibeys-guidelines-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
    /* Hide scrollbar for WebKit browsers (Chrome, Safari, Edge) */
    -ms-overflow-style: none;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
}


/* Hide scrollbar for WebKit browsers */

.vibeys-guidelines-scroll::-webkit-scrollbar {
    display: none;
}


/* Remove all the other webkit scrollbar styling since we're hiding it */


/* Delete these CSS rules from your code:
.vibeys-guidelines-scroll::-webkit-scrollbar-track { ... }
.vibeys-guidelines-scroll::-webkit-scrollbar-thumb { ... }
.vibeys-guidelines-scroll::-webkit-scrollbar-thumb:hover { ... }
*/


/* Mobile responsiveness for the scroller */

@media (max-width: 768px) {
    .vibeys-guidelines-scroll {
        gap: 8px;
        padding-bottom: 15px;
    }
    .guideline-card {
        min-width: 160px;
    }
    .reward-card {
        width: 160px;
    }
}

.reward-card {
    width: 187px;
    border-radius: 12px;
    overflow: hidden;
    font-family: "Segoe UI", Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.reward-top {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 23px;
    padding: 15px;
    font-size: 18px;
    font-weight: 10;
    color: white;
    background: linear-gradient(135deg, #60a5b7, #00657f);
    border-bottom: none;
}


/* Bottom Section */

.reward-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    font-size: 16px;
    height: 23px;
    color: #ffb84d;
    background: linear-gradient(90deg, #000 0%, #0995b8 100%);
}

.reward-icon {
    width: 15px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.coin-icon {
    width: 15px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}


/* dots below guidelines scroller */

.scroll-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 0;
}

.scroll-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #b8d4da;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.scroll-dot.active {
    background-color: #00657f;
    opacity: 1;
    transform: scale(1.2);
}

.scroll-dot:hover {
    opacity: 0.8;
    transform: scale(1.1);
}


/* Optional: Add smooth scrolling */

.vibeys-guidelines-scroll {
    scroll-behavior: smooth;
}

.btn-redeem-modal {
    background-color: #ffcc33;
    color: #00657f;
    border-radius: 60px;
    font-size: 12px;
    padding: 2px 10px;
    margin-left: 28px;
}

.btn-redeem {
    background: #00657f;
    color: white;
    border-radius: 60px;
}

#grand-entry-card {
    position: relative;
}

.participate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}

.participate-btn {
    background-color: #ffd700;
    color: #00657f;
    font-size: 1rem;
    padding: 10px 25px;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.participate-btn:hover {
    background-color: #ffd700;
}

.grand-locked {
    overflow: hidden;
}


/* Dim card content under overlay */

.grand-locked .vibeys-card-content,
.grand-locked .vibeys-card-header {
    opacity: 0.3;
}


/* Yellow lock overlay in center */

.locked-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
}

#rewards-table thead th {
    font-size: 13px;
    vertical-align: middle !important;
}

#rewards-table #rewards-body td {
    font-size: 13px;
}

#rewards-table #rewards-body td .btn-redeem {
    padding: 4px 10px;
    font-size: 13px;
}


/* Lock button style */

.locked-btn {
    background-color: #ffcc33;
    /* yellow */
    color: #000;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    /* cursor: not-allowed; */
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

.login-streak-badge {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #a2b8ba, #006a75);
    border-radius: 30px;
    padding: 6px 20px 6px 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.login-streak-badge img {
    width: 25px;
    height: 25px;
}

.streak-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.days-count {
    font-weight: 400;
    color: #ffd700;
    /* bright yellow for number */
}

.streak-label {
    font-size: 12px;
    color: #fff;
    opacity: 0.9;
}

.streak-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #006a75;
    /* white circle background */
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 0 0 3px #FFD700; yellow ring around it */
}

#gift-entry-card {
    position: relative;
}

.bck-btn {
    border-radius: 40px;
}

.profile_verify_text {
    color: inherit !important;
}

#verify_text {
    color: #f0f0f0;
}

.notification-btn {
    position: relative;
}


/* .notification-dot {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 7px;
    height: 7px;
    background: red;
    border-radius: 50%;
    display: none; hidden by default
} */

.notification-dot {
    position: absolute;
    top: -5px;
    /* Move outside */
    right: -5px;
    /* Move outside */
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.notification-btn.has-notification .notification-dot {
    display: block;
    /* show when notification exists */
}

@media (min-width: 767px) and (max-width: 1024px) {
    .profile-sec p.sociology-para {
        min-height: 48px;
    }
}


/* -------------- browse profile page---------------------- */

.browse-profiles .my-network {
    background: white;
    padding-bottom: 40px;
    padding-left: 45px;
    padding-right: 30px;
    margin-bottom: 70px;
    padding-top: 25px;
}

.browse-profiles .card.friend-list .friend-list-bg img {
    min-width: auto !important;
    width: 100% !important;
    height: 60px;
    object-fit: cover;
}

.browse-profiles .card.friend-list {
    margin-bottom: 20px;
}

.browse-profiles a:not(.btn) {
    color: #00677C;
}

.browse-profiles .col-20 {
    flex: 0 0 20%;
    max-width: 25%;
}

.browse-profiles #profilesContainer {
    display: flex;
    flex-wrap: wrap;
}

.browse-profiles .page-item {
    padding: 5px;
}

.browse-profiles .page-link {
    text-decoration: none;
    cursor: pointer;
}

.browse-profiles .page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
    height: 35px;
    text-decoration: none;
    font-weight: 100;
}

.browse-profiles #select2-school-container,
.browse-profiles #select2-major-container {
    padding-left: 13px;
}

.browse-profiles .form-label {
    font-weight: 500;
    margin-bottom: 5px;
    color: #00657f;
}

.browse-profiles .filter-wrapper {
    position: relative;
}

.browse-profiles .clear-filter-icon {
    position: absolute;
    right: 10px;
    top: 38px;
    cursor: pointer;
    color: #6c757d;
    z-index: 10;
    padding: 5px;
    display: none;
}

.browse-profiles .clear-filter-icon:hover {
    color: #495057;
}

.browse-profiles .clear-filter-icon.show {
    margin-right: 8px;
    display: block;
}

.browse-profiles select.form-control {
    padding-right: 35px;
}

.browse-profiles #loadingSpinner {
    display: none;
    text-align: center;
    padding: 20px;
}

.browse-profiles .no-results {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}


/* Select2 Custom Styles for Browse Profiles */

.browse-profiles .select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.browse-profiles .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: #495057;
}

.browse-profiles .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 5px;
}

.browse-profiles .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px;
}

.browse-profiles .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00657f;
}

.browse-profiles .select2-container {
    width: 100% !important;
}


/* Browse Profiles Responsive Styles */

@media (max-width: 1200px) {
    .browse-profiles .col-20 {
        flex: 0 0 25%;
        max-width: 23%;
    }
}

@media (max-width: 992px) {
    .browse-profiles .col-20 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .browse-profiles .my-network {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 820px) {
    .browse-profiles .col-20 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 768px) {
    .browse-profiles .col-20 {
        flex: 0 0 50%;
        max-width: 30%;
    }
    .browse-profiles #filterForm .col-md-3,
    .browse-profiles #filterForm .col-md-2 {
        margin-bottom: 15px;
    }
    .browse-profiles #profilesContainer {
        gap: 15px;
    }
    .browse-profiles .my-network {
        padding-left: 35px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .browse-profiles .forums-text {
        font-size: 1.5rem;
    }
    .browse-profiles .filter-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .browse-profiles .col-20 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .browse-profiles #profilesContainer {
        gap: 20px;
    }
    .browse-profiles .card.friend-list {
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .browse-profiles .pagination {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
    }
    .browse-profiles .page-item {
        padding: 3px;
    }
    .browse-profiles .page-link {
        font-size: 14px;
        padding: 6px 12px;
    }
}

@media (max-width: 400px) {
    .browse-profiles .card.friend-list {
        max-width: 100%;
    }
    .browse-profiles .my-network {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* ------------------------------------------------ HOMEPAGE - START  ---------------------------------------------------------------- */

.byeuni-recent-updates-wrapper-2024 {
    /* padding-left: 25px;
  padding-right: 25px; */
    margin: 25px 25px;
    /* width: 100%; */
}


/* Header Container */

.byeuni-recent-updates-header-container-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 5px;
    position: relative;
}

.byeuni-recent-updates-header-container-v2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 97%;
    height: 1px;
    background-color: rgba(0, 101, 127, 0.21);
}


/* Main Title */

.byeuni-recent-updates-main-title-text {
    font-size: 16px;
    font-weight: 500;
    color: #00657F;
    margin: 0;
}


/* Show More Link */

.byeuni-show-more-updates-link-btn {
    margin-right: 25px;
    color: #000000 !important;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.byeuni-show-more-updates-link-btn:hover {
    color: #004d5f !important;
    text-decoration: none;
}


/* Grid Layout */

.byeuni-recent-updates-grid-layout-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


/* Individual Update Card */

.byeuni-single-update-card-component {
    background: #e8f4f8;
    border-radius: 12px;
    padding: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 260px;
    height: 121px;
}

.byeuni-no-updt-cont {
    text-align: center;
    background: #e8f4f8;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
    height: 121px;
    display: flex;
    /* enable flexbox */
    justify-content: center;
    /* horizontally center */
    align-items: center;
}

.byeuni-single-update-card-component:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 101, 127, 0.1);
}


/* Card Title */

.byeuni-update-card-main-title-heading {
    font-size: 14px;
    font-weight: 500;
    color: #00657f;
    margin: 0 0 2px 0;
    line-height: 1.4;
}


/* Date Info Wrapper */

.byeuni-update-card-date-info-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.byeuni-update-card-date-info-wrapper svg,
.byeuni-update-card-date-info-wrapper img {
    color: #026883e0;
    flex-shrink: 0;
}

.byeuni-update-card-date-text-display {
    font-size: 13px;
    color: #666;
}


/* Description Text */

.byeuni-update-card-description-text-content {
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    margin: 0;
}


/* RESPONSIVE DESIGN */


/* ====================================================================== */


/* Tablets and Small Laptops */

@media (max-width: 1024px) {
    .byeuni-recent-updates-grid-layout-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}


/* Mobile and Small Tablets */

@media (max-width: 768px) {
    .byeuni-recent-updates-grid-layout-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .byeuni-recent-updates-header-container-v2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .byeuni-recent-updates-main-title-text {
        font-size: 16px;
    }
    .byeuni-single-update-card-component {
        padding: 15px;
        width: 100%;
    }
}


/* Small Mobile Devices */

@media (max-width: 480px) {
    .byeuni-recent-updates-main-title-text {
        font-size: 14px;
    }
    .byeuni-update-card-main-title-heading {
        font-size: 15px;
    }
    .byeuni-update-card-description-text-content {
        font-size: 13px;
    }
}

.byeuni-home-carousel-prev-icon-2024,
.byeuni-home-carousel-next-icon-2024 {
    display: none;
}


/* Custom modern arrow containers - Home Page Specific */

.byeuni-home-carousel-control-prev-v2,
.byeuni-home-carousel-control-next-v2 {
    width: 40px;
    height: 40px;
    background: rgba(0, 101, 127, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0.7;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}

.byeuni-home-carousel-control-prev-v2:hover,
.byeuni-home-carousel-control-next-v2:hover {
    background: rgba(0, 101, 127, 0.95);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    border-color: rgba(255, 255, 255, 0.6);
}


/* Position arrows - Home Page Specific */

.byeuni-home-carousel-control-prev-v2 {
    left: 15px;
    position: absolute;
}

.byeuni-home-carousel-control-next-v2 {
    right: 15px;
    position: absolute;
}


/* Modern arrow icons using CSS - Home Page Specific */

.byeuni-home-carousel-control-prev-v2::after {
    content: '';
    width: 12px;
    height: 12px;
    border-left: 2.5px solid white;
    border-top: 2.5px solid white;
    transform: rotate(-45deg);
    margin-left: 3px;
}

.byeuni-home-carousel-control-next-v2::after {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2.5px solid white;
    border-top: 2.5px solid white;
    transform: rotate(45deg);
    margin-right: 3px;
}


/* Carousel dot indicator styles - Home Page Specific */

.byeuni-home-carousel-container-wrapper-2024 {
    position: relative;
}

.byeuni-home-carousel-dots-container-v2 {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 10;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.byeuni-home-carousel-dots-container-v2::before,
.byeuni-home-carousel-dots-container-v2::after {
    display: none !important;
}

.byeuni-home-carousel-single-dot-btn-2024 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.byeuni-home-carousel-single-dot-btn-2024.byeuni-dot-active-state {
    background-color: #00657F;
    transform: scale(1.3);
    box-shadow: 0 0 8px rgba(0, 101, 127, 0.6);
}

.byeuni-home-carousel-single-dot-btn-2024:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.byeuni-home-carousel-single-dot-btn-2024.byeuni-dot-active-state:hover {
    background-color: #00657F;
}


/* Hide Bootstrap default carousel indicators */

.byeuni-home-forum-carousel-wrapper-2024 .carousel-indicators {
    display: none !important;
}


/* Mobile responsive */

@media (max-width: 768px) {
    .byeuni-home-carousel-dots-container-v2 {
        bottom: 10px;
        gap: 6px;
        padding: 6px 10px;
    }
    .byeuni-home-carousel-single-dot-btn-2024 {
        width: 6px;
        height: 6px;
    }
}

.search-input1 {
    border: 2px solid #00657f;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    outline: none;
    background: transparent;
    border-radius: 15px;
}

.search-icon1 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
}

.search-box1 {
    position: relative;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 93%;
    margin: auto;
    margin-top: 19px;
}

.filter-btn1 {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
}

.form-spacing-home {
    position: absolute;
    top: 10px;
    right: 15px;
}


/* ------------------------------------------------ HOMEPAGE - END  ---------------------------------------------------------------- */


/*--------------------------------------------- RECENT UPDATES PAGE - START ---------------------------------------------------------*/

.carousel-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 10;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.carousel-dot.active {
    background-color: #00657F;
    transform: scale(1.3);
    box-shadow: 0 0 8px rgba(0, 101, 127, 0.6);
}

.carousel-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.carousel-dot.active:hover {
    background-color: #00657F;
}

.carousel-dots {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.carousel-dots::before,
.carousel-dots::after {
    display: none !important;
}

.carousel-indicators {
    display: none !important;
}


/* Mobile responsive */

@media (max-width: 768px) {
    .carousel-dots {
        bottom: 10px;
        gap: 6px;
        padding: 6px 10px;
    }
    .carousel-dot {
        width: 6px;
        height: 6px;
    }
}

.recent-updates-section {
    margin: 0;
    padding: 20px 15px;
    width: 100%;
    background: #fff;
}

.recent-updates-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 0 5px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.recent-updates-title {
    font-size: 18px;
    font-weight: 500;
    color: #00657F;
    margin: 0;
}

.show-more-link-updates {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
}

.show-more-link-updates:hover {
    color: #00657f;
    text-decoration: none;
}

.updates-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.update-card {
    background: #e8f4f8;
    border-radius: 8px;
    padding: 18px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #d4e9f0;
}

.update-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0, 101, 127, 0.08);
}

.update-card-title {
    font-size: 16px;
    font-weight: 500;
    color: #00657f;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.update-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.update-date svg {
    color: #00657f;
    flex-shrink: 0;
}

.update-date span {
    font-size: 13px;
    color: #666;
    font-weight: 400;
}

.update-description {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}


/* Responsive Design */

@media (max-width: 768px) {
    .recent-updates-section {
        padding: 15px 10px;
    }
    .recent-updates-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .recent-updates-title {
        font-size: 16px;
    }
    .update-card {
        padding: 15px;
    }
}

.modal.fade .modal-dialog {
    transition: transform .25s ease-out;
}


/* Centered modal box styling */

.event-modal-box {
    background: #e9f6fb;
    /* same light blue as card */
    border-radius: 18px;
    padding: 28px 32px;
    border: none;
    position: relative;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}


/* Close button styling */

.event-close-btn {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    font-size: 26px;
    opacity: 0.6;
    cursor: pointer;
}

.event-close-btn:hover {
    opacity: 1;
}


/* Title styling */

.event-modal-title {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #0077a4;
    /* same blue tint as card title */
    margin-bottom: 12px;
}


/* Date row */

.event-modal-date-row {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.event-modal-date-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.event-modal-date-text {
    font-size: 15px;
    color: #555;
}


/* Description styling */

.event-modal-description {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}


/* ----------------------------------------------------RECENT UPDATES PAGE - END---------------------------------------------------------- */


/* ---------------------------------------------------  SEARCHING FORUMS - START ----------------------------------------------- */

#search-forum-container {
    max-width: 900px;
    margin: 0 auto;
}

.forum-search-input-container {
    width: 100%;
    /* padding-top: 20px; */
    /* padding: 0 15px; */
    max-width: 900px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 30px auto;
    margin-bottom: -20px;
}

.forum-search-main-input {
    width: 100%;
    padding: 18px 55px 18px 24px;
    background-color: #e8f4f8;
    border: 2px solid #d0e8ec;
    border-radius: 50px;
    color: #333333;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(11, 122, 143, 0.08);
}

.forum-search-main-input::placeholder {
    color: #999;
}

.forum-search-main-input:focus {
    border-color: #0b7a8f;
    box-shadow: 0 2px 12px rgba(11, 122, 143, 0.15);
    background-color: #e8f4f8;
}

.modal {
    display: none;
}

.modal.show {
    display: block;
}

#search-forum-modal .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 0;
}


/* Modal Content */

.forum-search-modal-content {
    background-color: transparent;
    border: none;
    border-radius: 30px;
    color: #333333;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.forum-search-modal-body-main {
    padding: 30px;
    background-color: #ffffff;
}


/* Filter Buttons */

.forum-search-filter-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    margin-top: 10px;
    background-color: #e8f4f8;
}

.forum-filter-btn {
    padding: 12px 24px;
    background-color: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.forum-filter-btn i {
    font-size: 14px;
}

.forum-filter-btn:hover {
    background-color: #e8f4f8;
    border-color: #0b7a8f;
    color: #0b7a8f;
    transform: translateY(-1px);
}

.forum-filter-active,
.forum-filter-btn.forum-filter-active {
    background-color: #0b7a8f;
    border-color: #0b7a8f;
    color: #ffffff;
}

.forum-filter-btn.forum-filter-active:hover {
    background-color: #09657a;
    transform: translateY(-1px);
}

.forum-search-results-container {
    background-color: #e8f4f8;
    border-radius: 30px;
    padding: 24px;
    max-height: 500px;
    overflow-y: auto;
    margin-top: -10px;
    height: auto;
}


/* Results Sections */

.forum-results-section {
    margin-bottom: 24px;
}

.forum-results-section:last-child {
    margin-bottom: 0;
}

.forum-results-section-title {
    color: #0b7a8f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d0e8ec;
}

.forum-result-item {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffffff;
    border: 2px solid transparent;
}

.forum-result-item:hover {
    background-color: #e8f4f8;
    border-color: #d0e8ec;
    transform: translateX(4px);
}

.forum-result-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f4f8 0%, #d0e8ec 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.forum-result-item:hover .forum-result-icon {
    transform: scale(1.1);
}

.forum-result-icon i {
    font-size: 20px;
    color: #0b7a8f;
}

.forum-result-info {
    flex: 1;
}

.forum-result-title {
    color: #0b7a8f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.forum-result-meta {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}

.forum-result-status {
    color: #0b7a8f;
    font-size: 13px;
    font-weight: 600;
    background-color: #e8f4f8;
    padding: 4px 12px;
    border-radius: 12px;
}


/* Scrollbar Styling */

.forum-search-results-container::-webkit-scrollbar {
    width: 8px;
}

.forum-search-results-container::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
}

.forum-search-results-container::-webkit-scrollbar-thumb {
    background: #0b7a8f;
    border-radius: 10px;
}

.forum-search-results-container::-webkit-scrollbar-thumb:hover {
    background: #09657a;
}


/* Show More Button */

.forum-show-more-btn {
    width: 100%;
    padding: 12px 20px;
    background-color: #ffffff;
    border: 2px solid #d0e8ec;
    border-radius: 20px;
    color: #0b7a8f;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.forum-show-more-btn:hover {
    background-color: #e8f4f8;
    border-color: #0b7a8f;
    transform: translateY(-2px);
}

.forum-show-more-btn i {
    font-size: 12px;
    transition: transform 0.3s;
}

.forum-show-more-btn:hover i {
    transform: translateY(3px);
}


/* No results message */

.forum-no-results {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 15px;
}

.forum-no-results i {
    font-size: 48px;
    color: #d0e8ec;
    margin-bottom: 16px;
    display: block;
}


/* Hidden items class */

.forum-hidden-item {
    display: none !important;
}


/* Responsive Design */

@media (max-width: 768px) {
    #search-forum-container {
        padding: 15px;
    }
    .forum-search-modal-content {
        border-radius: 24px;
    }
    .forum-search-main-input,
    .forum-search-results-container {
        border-radius: 24px;
    }
    .forum-search-modal-body-main {
        padding: 20px;
    }
    .forum-search-filter-buttons {
        gap: 8px;
    }
    .forum-filter-btn {
        padding: 10px 18px;
        font-size: 13px;
        border-radius: 24px;
    }
    .forum-result-item {
        border-radius: 16px;
    }
    .forum-show-more-btn {
        border-radius: 16px;
    }
}

#search-forum-container {
    display: none;
    /* Hidden by default */
}

#search-forum-container.active {
    display: block;
    /* Show when active */
}


/* ------------------------------------------------- 

/* ============================================
   MODAL FOR SEARCHING FORUMS 
   ============================================ */


/* Modal Structure */

#search-forum-modal .modal-dialog {
    max-width: 900px;
    margin: 30px auto;
}

.forum-search-modal-content {
    animation: modalContentFade 0.6s ease-out 0.4s both;
}


/* Search Input Container */

.forum-search-input-container {
    animation: slideInFromTop 0.5s ease-out 0.2s both;
}

.forum-search-main-input-container {
    padding: 16px 30px;
    background-color: #e8f4f8 !important;
    border: 1px solid #d0e8ec;
    border-radius: 30px;
    color: #333;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 100%;
}

.forum-search-main-input::placeholder {
    color: #999;
}

.forum-search-main-input:focus {
    border-color: #0b7a8f;
    box-shadow: 0 0 0 3px rgba(11, 122, 143, 0.1);
}

.forum-search-input-icon {
    position: absolute;
    right: 23px;
    top: 55%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}

.forum-search-input-icon:hover {
    color: #0b7a8f;
}


/* Modal Body */

.forum-search-modal-body-main {
    padding: 24px;
    background-color: #f8f9fa;
}


/* Filter Buttons Container */

.forum-search-filter-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    animation: fadeInUp 0.5s ease-out 0.3s both;
}

.forum-filter-btn {
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #d0e8ec;
    border-radius: 20px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    animation: popIn 0.4s ease-out both;
}

.forum-filter-btn:nth-child(1) {
    animation-delay: 0.4s;
}

.forum-filter-btn:nth-child(2) {
    animation-delay: 0.5s;
}

.forum-filter-btn:nth-child(3) {
    animation-delay: 0.6s;
}

.forum-filter-btn i {
    font-size: 14px;
}

.forum-filter-btn:hover {
    background-color: #e7faff;
    border-color: #0b7a8f;
    color: #0b7a8f;
}

.forum-filter-btn.forum-filter-active {
    background-color: #0b7a8f;
    border-color: #0b7a8f;
    color: #ffffff;
}


/* Search Results Container */

.forum-search-results-container {
    max-height: 500px;
    overflow-y: auto;
    animation: fadeIn 0.5s ease-out;
}

.forum-search-results-container::-webkit-scrollbar {
    width: 8px;
}

.forum-search-results-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.forum-search-results-container::-webkit-scrollbar-thumb {
    background: #0b7a8f;
    border-radius: 4px;
}


/* Individual Result Items */

.friend-info-img-ch-new {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.friend-search-information-new h5 {
    color: #0b7a8f;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.friend-search-information-new p {
    color: #666;
    font-size: 13px;
    margin-bottom: 4px;
}

.friend-search-information-new .text-muted {
    color: #999;
    font-size: 12px;
}


/* No Results Message */

.pt-5.text-center {
    padding: 40px 20px;
    color: #999;
}

.pt-5.text-center h5 {
    font-size: 16px;
    color: #666;
}

.pt-5.text-center i {
    color: #ccc;
    margin-bottom: 15px;
}


/* ============================================
   ANIMATIONS
   ============================================ */


/* Modal Entry Animation */

.modal.fade .modal-dialog {
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    transform: scale(0.8) translateY(-50px);
    opacity: 0;
}

.modal.show .modal-dialog {
    transform: scale(1) translateY(0);
    opacity: 1;
}


/* Modal Exit Animation */

.modal.fade:not(.show) .modal-dialog {
    transition: transform 0.3s ease-in, opacity 0.3s ease-in;
    transform: scale(0.8) translateY(-50px);
    opacity: 0;
}

.friend-search-ch-new .friend-search-information-new p {
    margin-top: 6px !important;
}


/* Backdrop Animation */

.modal-backdrop.fade {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.modal-backdrop.show {
    opacity: 0.5;
}

@keyframes slideInFromTop {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes modalContentFade {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
    #search-forum-modal .modal-dialog {
        margin: 15px;
        max-width: 100%;
    }
    .forumm-modal-body {
        margin-top: 13px;
    }
    .forum-search-filter-buttons {
        gap: 8px;
    }
    .forum-filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    .forum-search-input-icon {
        right: 15px;
    }
    .forum-search-input-container {
        padding: 0 15px;
    }
    .forum-search-input-icon {
        margin-right: 15px;
    }
}


/* ADD THESE NEW MEDIA QUERIES */

@media (max-width: 425px) {
    .forum-search-input-container,
    .forum-search-main-input-container {
        max-width: 390px;
    }
    .forum-search-input-container {
        padding: 0 15px;
    }
    .forum-search-input-icon {
        padding-bottom: 10px;
        margin-right: 15px;
    }
}

@media (max-width: 375px) {
    .forum-search-input-container,
    .forum-search-main-input-container {
        max-width: 350px;
    }
    .forum-search-input-container {
        padding: 0 15px;
    }
    .forum-search-input-icon {
        padding-bottom: 10px;
        margin-right: 15px;
    }
}

.forumm-modal-body {
    border-radius: 40px;
}

.forumm-modal-body {
    border-radius: 40px;
}


/* ============================================
   FORUM DETAILS PAGE STYLES
   ============================================ */


/* Main Forum Detail Section */

.forum-detail-main {
    margin-top: 20px;
}

.forum-detail-main .fourms-post-line {
    padding: 20px;
}


/* Forum Title Section */

.forum-title-section {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.forum-detail-title {
    font-size: 24px;
    font-weight: 600;
    color: #00657f;
    margin: 0;
    line-height: 1.4;
}


/* Forum Post Text */

.forum-detail-main .forum-post-text {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/* Forum Images in Detail View */

.forum-detail-main .forum-images {
    margin: 20px 0;
}

.forum-detail-main .carousel-inner {
    border-radius: 12px;
    overflow: hidden;
}

.forum-detail-main .carousel-item img {
    max-height: 500px;
    object-fit: contain;
    background-color: #f5f5f5;
}

/* --------------community guidelined page--------------- */
/* Guidelines scroll container */
.guidelines-box{
    max-height:420px;
    overflow-y:auto;
    /* padding:25px; */
    background:#fff;
    font-size:15px;
    line-height:1.7;
}
.guid-outer-box{
    border:1px solid #e4e4e4;
    border-radius:10px;
    padding:25px;
}
/* headings */
.guidelines-box h4{
    font-weight:500;
    margin-bottom:10px;
}

.guidelines-box h6{
    font-weight:600;
    margin-top:20px;
}

.acceptGuidelines-label{
    color : #daa800;
}

.com-guide-card .card-title {
    /* text-align: center; */
    font-size: 1.85rem;
    font-weight: 500;
    margin-top: 0;
}
/* mobile optimization */
@media (max-width:768px){

    .guidelines-box{
        max-height:360px;
        padding:20px;
        font-size:14px;
    }

}