/* login/registration system */
.submit-button-1 {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #eeeeee !important;
    border: 1px solid #ccc;
}

.form-1 label {
    margin-top: 20px;
}

.form-1 .form-check-label {
    margin-top: 0;
}

.invalid-feedback {
    display: block;
}

/* other css */

.color-1 {
    color: #815c9e;
}

.color-2 {
    color: #d1a5cb;
}

.color-3 {
    color: #5e77b9;
}

.tajawal-font {
    font-family: "Tajawal", sans-serif;
}

.header-wrapper {
    background-image: url("/img/header-background.jpg?id=1");
    background-size: cover;
}
.header-wrapper .logo {
    height: 78px;
}
.header-wrapper .container-1 {
    min-height: 132px;
    padding-top: 6px;
}
.header-wrapper .column-1 {
    min-height: 124px;
    text-align: left;
    padding-right: 33px;
    padding-top: 25px;
}

.header-wrapper .column-2 {
    min-height: 124px;
    padding-top: 30px;
}
.header-wrapper .column-2 .row-1 {
    padding-bottom: 3px;
    text-align: right;
    font-size: 14px;
}

.arabic-active,
.english-active {
    border-top: 2px solid #d2a4cc;
    padding-top: 4px;
}

.language-link {
    color: #815c9e;
}

.language-link:hover {
    text-decoration: none;
    color: #815c9e;
}

.header-wrapper .column-2 .row-2 .login-register-link {
    margin-left: 0;
    margin-right: 25px;
}

.header-wrapper .column-2 .row-1 .language-english {
    margin-left: 29px;
    margin-right: 10px;
}

.header-wrapper .column-2 .row-1 .language-arabic {
    margin-right: 2px;
}
.header-wrapper .column-2 .row-2 {
    text-align: right;
}
.header-wrapper .column-2 .row-2 input {
    width: 292px;
    height: 30px;
    font-size: 14px;
    padding-left: 12px;
    border-radius: 15px;
    border: 1px solid #815c9e;
    background-color: white;
    background-image: url("/img/search-icon.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 27px;
    background-size: 25px auto;
}

.header-wrapper .column-2 .row-2 .login-register-link {
    border-top: 4px solid #d2a4cc;
    color: #815c9e;
    font-size: 18px;
    padding-top: 4px;
}

.header-wrapper .column-2 .row-2 .login-register-link:hover {
    text-decoration: none;
    color: #815c9e;
}

div.prmenu_container > ul > li > a:hover {
    background-color: #825aa0 !important;
    color: white !important;
}

div.prmenu_container > ul > li > ul > li > a:hover {
    background-color: #ef7989 !important;
    color: white !important;
}

div.prmenu_container > ul > li > ul > li > a {
    background-color: #825aa0 !important;
    color: white !important;
}

.menu-section-wrapper {
    background-color: rgba(130, 90, 160, 0.27);
    min-height: 52px;
}
.mobile-menu {
    display: none;
}
.desktop-menu {
    position: relative;
    z-index: 9999;
    text-align: center;
    right: 0;
    left: 0;
    width: 800px;
    margin: 0 auto;
    padding-top: 8px;
}
.desktop-menu .main-item {
    display: block;
    float: left;
    padding-top: 6px;
    min-width: 100px;
}
.desktop-menu .main-item a {
    color: white;
}
.desktop-menu li > a {
    font-weight: bold !important;
}

div.prmenu_container ul li a {
    border-left: 2px solid #825aa0;
}

div.prmenu_container ul li:first-child a {
    border-left: none;
}

div.prmenu_container ul li:last-child a {
    border-right: none;
}

.footer-wrapper {
    background-color: #815c9e;
    min-height: 321px;
    text-align: center;
}

.footer-img-1 {
    background-image: url("/img/footer-img-1.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 8px;
    position: relative;
    top: -8px;
}

.footer-column-1 {
    background-color: #815c9e;
    color: #b1dbd9;
    padding-top: 38px;
    text-align: left;
}

.footer-custom-row:first-child {
    padding-top: 5px;
    padding-bottom: 12px;
}

.footer-custom-row:nth-child(2) {
    padding-top: 11px;
    padding-bottom: 1px;
}

.footer-custom-row:nth-child(3) {
    padding-top: 11px;
    padding-bottom: 1px;
}

.footer-column-1-wrapper {
    width: 169px;
}

.footer-custom-row {
    border-top: 1px solid #b1dbd9;
    padding: 10px 0;
}

.footer-icon {
    display: block;
    width: 21px;
}

.footer-mail-icon {
    padding-bottom: 6px;
    padding-top: 2px;
}

.footer-phone-icon {
    padding-bottom: 6px;
    padding-top: 2px;
}

.contact-link {
    color: #b1dbd9;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
    color: #b1dbd9;
}

.footer-copyright {
    border-top: 1px solid #b1dbd9;
    margin-right: 15px;
    margin-left: 15px;
    color: #b1dbd9;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 175px;
    padding-left: 171px;
}

.footer-column-2 {
    color: #b1dbd9;
    max-width: 422px;
    text-align: left;
}

.footer-newsletter-title {
    padding-top: 25px;
    font-size: 18px;
    border-bottom: 4px solid #d1a3cb;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-subscribe-form {
    margin-top: 20px;
}

.footer-subscribe-form input[type="text"] {
    border: 0;
    width: 300px;
    height: 27px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.footer-subscribe-form input[type="submit"] {
    border: 0;
    width: 80px;
    height: 27px;
    color: white;
    background-color: #66bdb7;
    font-size: 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.footer-privacy-section {
    padding-top: 38px;
}

.footer-privacy-section a {
    color: #b1dbd9;
    border-bottom: 2px solid #d1a3cb;
    padding-bottom: 2px;
}

.footer-privacy-section a:hover {
    text-decoration: none;
}

.home-video-section {
    min-height: 169px;
    width: 100%;
    text-align: center;
    background-color: black;
}

.home-video-section .video-inner-wrapper {
    width: 100%;
    margin: 0 auto;
}

.why-be-part-of-our-community {
    background-image: url("/img/background-pattern-1.jpg?id=7");
    background-size: 100%;
    padding-top: 56px;
    min-height: 551px;
}

.why-be-part-of-our-community-title {
    color: #5e77b9;
    font-size: 36px;
    padding-bottom: 46px;
}

.thumbnail-1 {
    text-align: center;
    margin-bottom: 30px;
}

.thumbnail-1 img {
    max-width: 100%;
    width: 223px;
    border-radius: 50%;
    margin-top: 11px;
}

.why-be-part-of-our-community .thumbnail-1 .thumbnail-frame {
    background-size: 100% auto;
    width: 264px;
    height: 245px;
    margin: 0 auto;
}

.why-be-part-of-our-community .thumbnail-frame:nth-child(1) {
    background-image: url("/img/gif-frame-1.png");
}

.why-be-part-of-our-community .thumbnail-frame:nth-child(2) {
    background-image: url("/img/gif-frame-2.png");
}

.why-be-part-of-our-community .thumbnail-frame:nth-child(3) {
    background-image: url("/img/gif-frame-3.png");
}

.why-be-part-of-our-community .thumbnail-frame:nth-child(4) {
    background-image: url("/img/gif-frame-4.png");
}

.thumbnail-title-1 {
    color: #5e77b9;
    padding-bottom: 19px;
    padding-top: 14px;
    font-size: 18px;
    font-weight: bold;
}

.thumbnail-description-1 {
    color: #5e77b9;
}

.description-1 {
    text-align: left;
}

.description-1 a {
    color: #67beb8;
}

.description-1 a:hover {
    text-decoration: none;
}

.latest-resources {
    background-image: url("/img/background-pattern-2.jpg?id=1");
    background-size: cover;
    padding: 50px 0;
    min-height: 592px;
}

.centered-line-1 {
    width: 90px;
    height: 5px;
    background-color: #825aa0;
    margin: 0px auto;
}

.wait-1 {
    color: #939292;
    padding-top: 173px;
    font-size: 50px;
    font-weight: bold;
}

.latest-opportunities {
    background-image: url("/img/background-pattern-3.jpg?id=1");
    background-size: 100%;
    padding: 50px 0;
    min-height: 780px;
}

.top-title-1 {
    color: #825aa0;
    font-size: 35px;
    margin: 0px;
    padding-bottom: 10px;
}

.centered-line-2 {
    width: 90px;
    height: 5px;
    background-color: #d2a4cc;
    margin: 0px auto;
}

.database-wrapper,
.global-background-1 {
    background-image: url("/img/global-background-pattern-1.jpg?id=7");
    background-size: 100%;
    min-height: 400px;
    padding-bottom: 30px;
}

.database-wrapper .database-description {
    text-align: left;
}

.who-we-are-wrapper {
    background-image: url("/img/global-background-pattern-1.jpg?id=7");
    background-size: 100%;
    min-height: 500px;
}

.who-we-are-wrapper .main-image {
    width: 1100px;
    margin-top: 101px;
}

.our-team-wrapper {
    background-image: url("/img/global-background-pattern-1.jpg?id=7");
    background-size: 100%;
    min-height: 500px;
    padding-bottom: 232px;
}

.our-team-wrapper .temp-main-image {
    width: 100%;
    margin-top: 103px;
    margin-bottom: 190px;
}

.coming-soon-wrapper {
    background-image: url("/img/global-background-pattern-1.jpg?id=7");
    background-size: 100%;
    min-height: 500px;
}

.who-we-are-column div {
    /* uncomment to test box size - you can remove this later */
    /* border: 0.05px solid black; */
}

.who-we-are-title-1 {
    color: #825ca2;
    font-size: 28px;
}

.who-we-are-title-2 {
    color: #67beb8;
    font-size: 28px;
}

.who-we-are-description {
    color: black;
    line-height: 1.2;
    font-size: 18px;
}

.our-team-wrapper .our-team-title {
    padding-top: 94px;
    font-size: 30px;
    padding-bottom: 11px;
    color: #7f59a1;
    font-weight: normal;
    margin: 0;
}

.our-team-wrapper .our-team-title-2 {
    font-size: 28px;
    color: #5e78ba;
    display: inline-block;
}

.our-team-wrapper .our-team-title-2::before,
.our-team-wrapper .our-team-title-2::after {
    content: "\2022";
    color: #d1a4cb;
    display: inline-block;
    font-size: 23px;
    margin: 0 15px;
}

.our-team-wrapper .our-team-custom-column {
    text-align: center;
}

.our-team-wrapper .our-team-column-wrapper {
    width: 256px;
    margin: 0 auto;
}

.our-team-wrapper .our-team-image {
    max-width: 172px;
    height: auto;
}

.our-team-wrapper .our-team-member-name {
    color: #000;
    font-weight: bold;
    font-size: 22px;
}

.our-team-wrapper .our-team-member-title {
    color: #67beb8;
    font-size: 22px;
    line-height: 1.1;
}

.our-team-wrapper .our-team-line {
    border-top: 1px solid #c1aec9;
    height: 2px;
    margin-top: 9px;
    max-width: 98%;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.our-team-wrapper .col-1-of-3 {
    margin-left: 125px;
}

.our-team-wrapper .col-2-of-3 {
}

.our-team-wrapper .col-3-of-3 {
    margin-left: -32px;
}

.our-team-wrapper .col-1-of-2 {
    margin-left: 280px;
}

.our-team-wrapper .col-2-of-2 {
    margin-left: 5px;
}

.general-search-row .col-lg-3 {
    margin-bottom: 20px;
}

.general-search-form {
    margin-bottom: 60px;
    margin-left: 10px;
}

.general-search-form select,
.general-search-form .custom-text-field-1 {
    width: 240px;
    max-width: 100%;
    height: 34px;
    border: 2px solid #f37989;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 6px;
    background-color: white;
    border-color: #5e78ba;
    color: #c1c5c4;
}

.general-search-form input[type="submit"] {
    margin-top: 0px;
    height: 33px;
    color: white;
    background-color: #5e78ba;
    width: 95px;
    border: 2px solid #5e78ba;
    border-radius: 6px;
}

.general-search-form .db-search-text-field {
    height: 33px !important;
    padding-left: 7px;
    padding-right: 40px;
    background-image: url("/img/db-search-icon.png");
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 0px;
}

.general-search-form select {
    border-radius: 10px;
}

.add-resource-button {
    width: 149px;
}

.general-search-form .add-resource-link {
    position: absolute;
    color: white;
    right: 64px;
    top: 8px;
}

.general-search-form .add-resource-link:hover {
    text-decoration: none;
}

.db-topics-wrapper {
    margin-bottom: 40px;
}

.db-topic-wrapper {
    width: 400px;
    max-width: 100%;
    height: 63px;
    border-radius: 10px;
    border: 1px solid #825aa0;
    padding-right: 5px;
    padding-left: 70px;
    background-color: white;
    background-image: url("/img/db-topic-button-background.png");
    background-position: left top;
    background-repeat: repeat-y;
    margin-bottom: 37px;
    cursor: pointer;
}

.db-topic-wrapper a.topic-text-link {
    color: black;
    font-weight: bold;
    display: inline-block;
    padding-top: 20px;
}

.db-topic-wrapper a.topic-text-link:hover {
    text-decoration: none;
}

.db-topic-wrapper .db-topic-arrow {
    width: 36px;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.db-item-outer-wrapper {
    border: 1px solid #825aa0;
    height: 210px;
    margin-bottom: 40px;
    padding: 4px;
    border-radius: 7px;
}

.db-item-wrapper {
    width: 398px;
    height: 200px;
    max-width: 100%;
    border-radius: 10px;
    border: 2px solid #7cbab4;
    margin-bottom: 50px;
}

.db-item-wrapper .head {
    background-color: #b2dcda;
    height: 45px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom: 4px solid #723d87;
}

.db-item-wrapper .head img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 4px;
    float: right;
    background-color: white;
    border: 2px solid #7cbab4;
}

.db-item-wrapper .body {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 153px;
    background-color: white;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    border-bottom: 2px solid #7cbab4;
}

.db-item-wrapper .body a {
    color: black;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.db-item-wrapper .body a:hover {
    text-decoration: none;
}

.user-top-menu {
    padding-top: 20px;
}

.user-top-menu .left-section,
.user-top-menu .right-section {
    display: flex;
    align-items: center;
}

.user-top-menu .right-section {
    justify-content: flex-end;
}

.user-top-menu .notifications-icon img {
    height: 27px;
}

.user-top-menu .messages-icon img {
    height: 27px;
    margin-right: 28px;
}

.user-top-menu .messages-icon:hover,
.user-top-menu .notifications-icon:hover {
    text-decoration: none;
}

.user-top-menu .name {
    margin-right: 10px;
    color: #616160;
    font-size: 22px;
    font-weight: lighter;
}

.user-top-menu .profile-picture img {
    height: 49px;
}

.line-full-width-1 {
    height: 3px;
    border-top: 1px solid #616160;
    margin-top: 5px;
}

.support-groups-clickable-blocks {
    min-height: 600px;
    width: 100%;
    background-image: url("/img/support-groups-people-background.png?ver=1");
    background-repeat: no-repeat;
    background-size: 100%;
}

/* move it a bit so the background behind it appears correctly */
.support-groups-clickable-blocks
    .support-group-clickable-block-wrapper:first-child
    .support-group-clickable-block {
    margin-left: 90px;
}

/* move it a bit so the background behind it appears correctly */
.support-groups-clickable-blocks
    .support-group-clickable-block-wrapper:nth-child(3)
    .support-group-clickable-block {
    margin-right: 90px;
}

.support-group-clickable-block-wrapper {
    display: flex;
    justify-content: center;
}
.support-group-clickable-block {
    display: block;
    width: 217px;
    height: 203px;
    overflow: hidden;
    text-decoration: none;
}

.support-group-clickable-block:hover {
    text-decoration: none;
}

.support-group-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.support-group-content span {
    margin-top: 34px;
    color: #5e78ba;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.group-box-wrapper {
    background-color: #b3dcdb;
    border-radius: 10px;
    min-height: 211px;
    margin-bottom: 40px;
}

.group-box-wrapper .left-section {
    padding: 10px;
}

.group-box-wrapper .right-section {
    padding: 10px;
}

.group-box-wrapper .left-section .group-image {
    width: 95px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
}

.group-box-wrapper .right-section .header {
    overflow: hidden;
}

.group-box-wrapper .right-section .header .title {
    float: left;
    width: 50%;
}

.group-box-wrapper .right-section .header .title a {
    color: #825ca2;
    font-size: 24px;
    text-decoration: none;
}

.group-box-wrapper .description {
    color: #616160;
    padding-top: 30px;
    padding-bottom: 29px;
    min-height: 131px;
}

.group-box-wrapper .footer {
    overflow: hidden;
}

.small-profile-picture {
    height: 21px;
    border-radius: 50%;
}

.small-text-1 {
    color: #616160;
    font-size: 12px;
}

.group-info .left-section img.group-profile-img {
    width: 188px;
    max-width: 95%;
    border-radius: 5px;
}

.group-info .right-section .title {
    font-size: 25px;
    color: #825ca2;
    margin-bottom: 2px;
}

.group-info .right-section .group-type {
    color: #616160;
    font-weight: bold;
    font-size: 12px;
}

.group-navigation-menu {
    background-color: #b3dcdb;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 1110px;
    max-width: 100%;
}

.group-navigation-menu a {
    color: #825ca2;
    text-decoration: none;
    margin-right: 25px;
    margin-left: 25px;
}

.group-navigation-menu a.active {
    color: #ef7989;
}

.group-navigation-menu .badge {
    background-color: #825ca2;
    color: white;
    border-radius: 5px;
    padding: 2px 5px;
}

.top-profile-info .left-section img.group-profile-img {
    width: 188px;
    max-width: 95%;
    border-radius: 5px;
}

.top-profile-info .right-section .title {
    font-size: 25px;
    color: #825ca2;
    margin-bottom: 2px;
}

.top-profile-info .right-section .group-type {
    color: #616160;
    font-weight: bold;
    font-size: 12px;
}

.profile-title-box {
    background-color: #b3dcdb;
    width: 1110px;
    max-width: 100%;
    margin-bottom: 28px;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 0px;
}

.profile-title-box span {
    color: #825ca2;
    text-decoration: none;
    margin-right: 25px;
    margin-left: 22px;
}

.profile-main-box {
    border-radius: 30px;
    min-height: 300px;
    border: 1px solid #825ca2;
    padding: 30px 248px 62px 22px;
    margin-bottom: 178px;
}

.profile-main-box .profile-field-group {
    margin-bottom: 33px;
}

.profile-main-box .field-name {
    color: #825ca2;
}

.profile-main-box .field-value {
    color: #825ca2;
}

.post-box-wrapper {
    border-radius: 25px;
    min-height: 211px;
    margin-bottom: 40px;
    position: relative;
    border: 1px solid #825ca2;
}

.post-box-wrapper .left-section {
    padding: 10px;
}

.post-box-wrapper .right-section {
    padding-bottom: 27px;
    padding-top: 18px;
    padding-right: 58px;
    padding-left: 9px;
}

.post-box-wrapper .left-section .user-profile-image {
    width: 62px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
}

.post-box-wrapper .right-section .header {
    overflow: hidden;
}

.post-box-wrapper .right-section .header .title {
    float: left;
    margin-right: 8px;
}

.post-box-wrapper .right-section .header .title a {
    color: #825ca2;
    font-size: 18px;
    text-decoration: none;
}

.post-box-wrapper .description {
    color: #1d1d1b;
    padding-top: 12px;
    padding-bottom: 13px;
}

.post-box-wrapper .footer {
    overflow: hidden;
}

.post-box-wrapper .favourite-button {
    width: 106px;
    height: 26px;
    border: none;
    background: url(/img/favourite-button.png?ver=2) no-repeat;
    background-size: contain;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 25px;
    padding-top: 3px;
    color: #616160;
    display: inline-block;
}

.post-box-wrapper .favourite-button:hover {
    text-decoration: none;
}

.post-box-wrapper .comment-button {
    width: 130px;
    height: 26px;
    border: none;
    background: url(/img/comment-button.png?ver=3) no-repeat;
    background-size: contain;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 25px;
    padding-top: 3px;
    color: #616160;
    display: inline-block;
}

.post-box-wrapper .comment-button:hover {
    text-decoration: none;
}

.post-box-wrapper .comment-button .comments-number {
    color: white;
    font-size: 10px;
    width: 28px;
    display: inline-block;
    margin-left: 1px;
    text-align: center;
    position: relative;
    top: -1px;
}

.write-a-post-form {
    border-radius: 25px;
    background-color: #b3dcdb;
    padding-top: 5px;
    padding-bottom: 45px;
    margin-bottom: 48px;
    padding-left: 25px;
    padding-right: 25px;
}

.write-a-post-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.write-a-post-form .post-button {
    float: right;
    background-color: #825ca2;
    color: white;
    border-radius: 10px;
    border: 0;
    height: 30px;
    width: 80px;
    font-size: 16px;
}

.write-a-post-form .form-text {
    color: #825ca2;
}

.write-a-post-form textarea {
    height: 94px;
}

.write-a-post-form .form-group {
    margin-bottom: 14px;
}

.write-a-comment-form {
    padding-top: 5px;
    padding-bottom: 45px;
}

.write-a-comment-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    display: none;
}

.write-a-comment-form .post-button {
    float: right;
    background-color: #825ca2;
    color: white;
    border-radius: 10px;
    border: 0;
    height: 30px;
    width: 80px;
    font-size: 16px;
    margin-right: 15px;
}

.write-a-comment-form .cancel-button {
    float: right;
    background-color: #825ca2;
    color: white;
    border-radius: 10px;
    border: 0;
    height: 30px;
    width: 80px;
    font-size: 16px;
}

.write-a-comment-form .form-text {
    color: #825ca2;
}

.write-a-comment-form textarea {
    height: 94px;
}

.write-a-comment-form .form-group {
    margin-bottom: 14px;
    margin-top: 9px;
}

.user-top-menu .dropdown-menu {
    position: absolute;
    right: 0 !important;
    top: 50px !important;
    left: auto !important;
}

.user-top-menu .dropdown-toggle {
    text-decoration: none;
    color: #825ca2;
}

.user-top-menu .dropdown-item {
    color: #825ca2;
}

.user-top-menu .dropdown-item:hover {
    background-color: #825ca2;
    color: white;
}

.create-group-wrapper {
    border-radius: 10px;
    border: 1px solid #825ca2;
    padding-top: 39px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 81px;
    margin-bottom: 102px;
    position: relative;
}

.create-group-container h2 {
    color: #825ca2;
    font-size: 34px;
    padding-top: 30px;
    padding-bottom: 37px;
}

.create-group-wrapper .input-1 {
    border: 1px solid #825ba1;
    border-radius: 10px;
}

.create-group-wrapper button {
    color: white;
    background-color: #825ca2;
    border: 0;
    height: 42px;
    width: 98px;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 17px;
}

.create-group-wrapper label {
    color: #825ca2;
    padding-bottom: 10px;
    font-size: 18px;
}

.create-group-wrapper .margin-bottom-1 {
    margin-bottom: 20px;
}

.create-group-wrapper textarea {
    height: 104px;
}

.create-group-wrapper .input-width-1 {
    width: 623px;
    max-width: 100%;
}

.create-group-wrapper .input-width-2 {
    width: 985px;
    max-width: 100%;
}

.create-group-wrapper .create-group-img {
    position: absolute;
    height: 512px;
    right: 29px;
    bottom: -13px;
}

.profile-container {
    position: relative;
}

.profile-container .profile-hello-img {
    position: absolute;
    height: 512px;
    right: 29px;
    bottom: -13px;
}

.required-1 {
    color: #ef7989;
}

.terms-container .terms-description-box {
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.6);
    padding-left: 70px;
    padding-top: 29px;
    padding-right: 70px;
    padding-bottom: 48px;
    margin-bottom: 82px;
}

.terms-container .terms-description-box-english ul {
    padding-left: 15px;
}

.terms-description-box-english ul li {
    margin-bottom: 9px;
}

.terms-container .terms-description-box-arabic ul {
    padding-right: 15px;
}

.terms-description-box-arabic ul li {
    margin-bottom: 9px;
}

/* opportunity-box */

.opportunity-box {
    margin-bottom: 30px;
    padding: 15px;
    max-width: 275px;
}

/* Target the second .opportunity-box-column in each row (assuming row of 3 items) 
This is important to space boxes evenly */
.opportunity-box-column:nth-child(3n + 2) {
    display: flex;
    justify-content: center;
}

/* Target the third opportunity-box-column in each row (assuming row of 3 items)
This is important to space boxes evenly */
.opportunity-box-column:nth-child(3n) {
    display: flex;
    justify-content: flex-end;
}

.opportunity-main-box .opportunity-main-image {
    width: 600px;
    max-width: 95%;
    border-radius: 10px;
    border: 1px solid #64beb7;
    margin-bottom: 30px;
}

.opportunity-box .box-inner-wrapper {
    background-color: #b1dbd9;
    min-height: 423px;
    overflow: auto;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.opportunity-box .main-image {
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    border: 1px solid #64beb7;
}

.opportunity-box .date-details {
    padding-left: 19px;
    font-size: 16px;
}

.opportunity-box .date-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.opportunity-box .date-details p {
    margin: 0;
    color: #5e77b9;
    font-weight: bold;
}

.opportunity-box .icon {
    padding-right: 11px;
}

.opportunity-box .icon img {
    width: 42px;
    height: 42px;
}

.opportunity-box .separator {
    border-bottom: 1px solid #815aa0;
    margin: 10px auto;
    width: 95%;
}

.opportunity-box h3 {
    font-weight: bold;
    color: #723d87;
    font-size: 18px;
    text-align: center;
}

.opportunity-box .info {
    padding-left: 19px;
    padding-right: 19px;
}

.opportunity-box .info .description {
    color: #723d87;
}

.opportunity-box .info p {
    text-align: justify;
}

.opportunity-box .info-link {
    display: block;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #815aa0;
    color: white;
    text-align: center;
    text-decoration: none;
    float: right;
    margin-bottom: 7px;
    width: 94px;
    padding: 5px 5px;
    font-size: 14px;
}

.search-box-2 {
    margin-left: 15px;
}

.search-box-2 input {
    width: 230px;
    height: 30px;
    font-size: 14px;

    border-radius: 15px;
    border: 1px solid #815c9e;
    background-color: white;
    background-image: url("/img/search-icon.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 2px) center;
    background-size: 25px auto;
    margin-bottom: 46px;
    margin-left: 15px;
    text-align: left;
    padding-left: 10px;
}

.search-result-text-1 {
    text-align: center;
    font-size: 20px;
    color: #825aa0;
}

.opportunity-main-box {
    border-radius: 30px;
    min-height: 300px;
    border: 1px solid #815aa0;
    padding: 37px 60px 61px 39px;
}

.opportunity-main-box .main-title {
    color: #64beb7;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-left: -39px;
    margin-right: -60px;
}

.opportunity-main-box .divider {
    height: 1px;
    background-color: #815aa0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -39px;
    margin-right: -60px;
}

.opportunity-main-box .field-name,
.opportunity-main-box .category,
.opportunity-main-box .location {
    color: #815aa0;
    font-weight: 500;
}

.opportunity-main-box .field-name {
    font-weight: bold;
    padding-bottom: 10px;
}

.opportunity-main-box .field-value {
    color: #723d87;
    padding-bottom: 25px;
}

.opportunity-main-box .for-more-info {
    color: #616160;
    padding-top: 16px;
}

.opportunity-main-box .for-more-info-button,
.opportunity-main-box .register-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    text-decoration: none;
}

.opportunity-main-box .for-more-info-button {
    border-radius: 8px;
    width: 121px;
    height: 42px;
    background-color: white;
    border: 1px solid #815aa0;
    color: #815aa0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opportunity-main-box .register-button {
    border-radius: 8px;
    width: 140px;
    height: 39px;
    background-color: #815aa0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.sessions-list-container .session-title {
    height: 67px;
    max-width: 100%;
    width: 677px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #b3dcdb;
    border-radius: 20px;
    color: black;
    text-decoration: none;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
}

.custom-pagination-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 78px;
    margin-bottom: 45px;
}

.custom-pagination-1 a {
    text-decoration: none;
    color: #825ca2;
    font-size: 14px;
    margin: 0 8px; /* Horizontal spacing between items */
}

.custom-pagination-1 .custom-pagination-1-arrow {
    font-size: 28px;
}

.custom-pagination-1 .custom-pagination-1-number {
    font-weight: 300;
    font-size: 16px;
    margin-top: 5px;
}

.members-container .members-stats {
    text-align: right;
    color: #616160;
    font-size: 14px;
}

.members-wrapper {
    margin-top: 37px;
}

.member-wrapper {
    width: 100%;
    border: 2px solid #825ca2;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 31px;
}

.member-wrapper .member-image {
    border-radius: 50%;
    height: 76px;
    margin-top: 15px;
    margin-bottom: 2px;
}

.member-wrapper .member-name {
    margin-bottom: 5px;
}

.member-wrapper .member-name a {
    color: #825ca2;
    font-size: 18px;
}

.member-wrapper .member-name a:hover {
    text-decoration: none;
}

.general-search-form select,
.general-search-form .search-members-txt {
    width: 289px;
}

.action-button-1 {
    background-color: #825ca2;
    border-radius: 15px;
    color: white;
    border: 0px;
    padding-right: 10px;
    background-repeat: no-repeat;
    height: 30px;
    background-position: 7px center;
}

.add-connection-icon-background-button {
    background-image: url("/img/add-connection-icon.png?id=1");
    padding-left: 35px;
    background-size: auto 20px;
}

.confirm-request-icon-background-button {
    background-image: url("/img/confirm-request-icon.png?id=1");
    padding-left: 35px;
    background-size: auto 20px;
}

.cancel-request-icon-background-button {
    background-image: url("/img/cancel-request-icon.png?id=1");
    padding-left: 35px;
    background-size: auto 20px;
}

.remove-connection-icon-background-button {
    background-image: url("/img/remove-connection-icon.png?id=1");
    padding-left: 35px;
    background-size: auto 20px;
}

.send-message-icon-background-button {
    background-image: url("/img/send-message-icon.png?id=1");
    padding-left: 35px;
    background-size: auto 20px;
}

/* override Laravel breeze (auth/register/...) classes */

/* keep the class name as is, though the replaced color may not be gray */
.bg-gray-800 {
    background-color: #66bdb7 !important;
}
