@charset "UTF-8";

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    color: #000;
}

#footer {
    padding: 10px 0px;
}

img {
    width: 100%;
}

select {
    background: #ddd;
    border: 1px solid #514f4f;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border-radius: 3px;
    width: 100%;
}

.nav-link:focus,
.nav-link:hover,
.nav-link:active {
    color: #000;
}

.top-space {
    padding-bottom: 10px;
}

.pad-left {
    padding-left: 20px;
}

.page-header {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000;
}

.btn {
    padding-right: 30px;
    padding-left: 30px;
}

.no-padd {
    padding: 0px;
}

.home-banner {
    background-image: url('/images/ghana-1.jpg');
    visibility: visible;
    background-position: -360px -65px;
}

.member-action {
    color: #0275d8;
}

.member-action:hover {
    background-color: #eeeeee !important;
}

.member-info-data {
    left: 70px;
    position: absolute;
}

.member-name {
    text-transform: capitalize;
}

.date-col {
    width: 200px;
}

.onlyread {
    background-color: #c9c7f2 !important;
}

.bg-medium-yellow {
    background-color: #e6af2e;
}

.formdesc {
    font-size: 12px;
}

a.logo {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

a.whitelink {
    color: #ffffff;
}

.light-gray {
    background-color: #E8E8E8;
}

.form-label {
    font-size: 20px;
    font-weight: normal;
}

.margin0 {
    margin: 0px;
}

.margin-right {
    margin-right: 20px;
}

.textwhite {
    color: #ffffff;
}

.top-active {
    background-color: #e6af2e;
}

.top-active .last-link {
    margin-right: 20px !important;
}

.top-active a {
    color: #000 !important;
    font-weight: bold;
}

.input-group-sm {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.img-account {
    max-width: 150px;
    height: auto;
    border: 3px solid #ddd;
}

#cat-search {
    width: 80%;
}

#cat-add {
    color: blue;
}

.hidden {
    display: none;
}

h6 {
    font-size: 30px;
}

.submit-error,
.submit-loading {
    display: none;
}

.form-group {
    margin-bottom: 1.5rem !important;
}

.input-width {
    width: 200px;
}

section {
    padding: 30px 0;
    overflow: hidden;
}

.reply {
    background-color: #444;
}

.section-title {
    background-color: #dddddd;
}

.section-links {
    background-color: #a2a0a0;
}

.section-links a {
    font-size: 15px;
}

.descriptor {
    font-size: 18px;
    margin-right: 30px !important;
}

.seperator {
    margin-right: 5px;
    margin-left: 20px;
}

.form-check-label {
    margin-left: 5px;
}

.login-frontpage {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}

.login-frontpage-description {
    font-size: 20px;
    margin-bottom: 10px;
}

.login-frontpage-img {
    background: url('/images/ghanians.jpg');
    background-position: center center;
}

.login-frontpage-container {
    margin: 40% 20% 0% 20%;
}

.login-frontpage-welcome {
    font-size: 25px;
}

.login-frontpage-button {
    width: 200px;
}

.text-right {
    text-align: right;
}

.breadcrumb {
    margin: 0px;
    padding: 10px;
    background-color: #eee;
}

#login ul {
    grid-template-columns: auto auto;
}

.breadcrumb ul {
    margin: 0px;
    padding: 0px;
    display: grid;
    column-gap: 15px;
    grid-template-columns: auto auto auto;
    width: 100%;
}

.breadcrumb li {
    list-style-type: none;
    text-align: center;
}

.breadcrumb li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    padding: 0px;
    font-size: 18px;
    color: #fff;
    column-gap: 10px;
    background-color: #555;
}

.breadcrumb li a:hover {
    background-color: #ffffff;
}

.member-link-active {
    background-color: #e6af2e !important;
    color: #000 !important;
    border: 0px !important;
}

.icon-box-holder {    
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.iconlink {
     display: flex;
    flex-direction: column;
}

.img50 {
    width: 50px;
    height: auto;
}

.img100 {
    width: 100px;
    height: auto;
}

.img150 {
    width: 150px;
    height: auto;
}

.centerdiv {
    text-align: center;
}

.floatleft {
    float: left;
}

.formimg {
    margin-right: 20px;
}

.portfolio-img .img_members {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.formmb {
    margin-bottom: 10px;
}

.gray {
    background-color: #aaaaaa;
}

.white {
    background-color: #ffffff;
}

#modal-close-button {
    font-size: 20px;
    padding: 5px 20px;
}

#modal-close-button i {
    margin: 0px;
    padding: 0px;
    font-size: 45px;
}

.portfolio-wrapper .grid-item figure img {
    cursor: pointer !important;
    opacity: 1 !important;
}

.product-link {
    cursor: pointer !important;
}

.img-center-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-item {
    min-height: 125px;
}

.about-img {
   
}

.blog-post-images {
    width: 255px;
    height: 255px;
}

.blogs {
    margin-bottom: 0px;
    font-size: 18px;
    color: #000;
    padding: 0px;
}

.blog-content {
    margin-bottom: 0px;
    font-size: 18px;
    color: #000;
    padding: 30px;
}

.blog-image-content {
    background-color: #a2a1a1;
    padding: 30px;
}

.filter {
    color: #000;
    padding: 0px;
}

.gender {
    text-align: left;
}

.city {
    text-align: left;
}

.filter-header {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.filter-select .form-check-label {
    font-size: 15px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.filter-name {
    text-transform: capitalize;
}

.message-container {
    display: flex;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.message-container-el {
    border: 1px solid #dddddd;
    padding: 20px;
}

.mes-message {
    flex-grow: 1;
    width: 100%;
}

.to-container {
    display: flex;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.to-container-el {
    border: 1px solid #dddddd;
    padding: 20px;
    width: 180px;
    text-align: center;
}

.to-message {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.img_small {
    max-width: 200px;
}

.message-details {
    background-color: #dddddd;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.delete-message {
    color: red;
}

.color-white {
    color: #ffffff;
}

.red {
    color: red;
}

.member-title {
    display: flex;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.blog-content-reply-mem,
.member-title-mem {
    width: 100px;
}

.blog-content-reply-text,
.member-title-tit {
    flex-grow: 1;
}

.blog-content-reply {
    display: flex;
    gap: 10px;
    font-size: 16px;
    align-items: flex-start;
}

.cat-item {
    margin: 5px;
}

.cat-item a {
    color: #000000;
    text-transform: capitalize;
}

.cat-item a.cat_selected {
    font-weight: bold;
    color: #ff214f;
    font-size: large;
}

.portfolio-img {
    background-color: #333333;
}

.header {
    padding: 20px;
}

.no-left-pad {
    padding-left: 0px;
}

.messages-table {
    width: 100%;
}

.messages-table th {
    border: 1px solid #bbbbbb;
    border-width: 1px;
    padding: 10px;
    background-color: #dddddd;
}

.messages-table td {
    border: 1px solid #bbbbbb;
    border-width: 1px;
    padding: 10px;
    background-color: #ffffff;
}

.messagesimg {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.img-container {
    text-align: center;
}

.img-messages {
    padding: 10px;
    width: auto;
    max-width: 100%;
}

.dcenter {
    text-align: center;
}

.section-div {
    display: flex;
    align-items: center;
}

.section-div-child {
    flex: 1;
    padding: 5px;
}

.section-button {
    text-align: right;
}

.dark1bg {
    background-color: #E8E8E8;
}

.countcol {
    width: 50px;
}

.imgthumbcontain {
    width: 110px;
    text-align: center;
}

.imgthumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.communitytitle {
    font-size: 22px;
}

.mes-user {
    width: 200px;
    background: #ccc;
}

.footer-classic-dark {
    color: #ffffff;
}

.features-home {
    font-size: 17px;
}

.action-button {
    width: 48%;
}

.action-width {
    width: 255px;
}

.community-header {
    padding-top: 0px
}

.side-bar-members {
    background-color: #bbbbbb;
    min-width: 185px;
    margin-left: -17px;
    height: 100%;
}

.marginbottom0 {
    margin-bottom: 0px;
}

.padding-top0 {
    padding-top: 0px !important;
}

.margin-top20 {
    margin-top: 20px;
}

.form-error {
    padding: 10px;
    background-color: #ffe6e6;
    text-align: center;
}

.message-add {
    font-size: 20px !important;
    font-weight: normal;
    color: #ffffff;
}

.my-grid {
    display: grid;
    grid-template-columns: calc(66% - 5px) calc(34% - 5px);
    grid-template-rows: calc(50% - 5px) calc(50% - 5px);
    grid-gap: 10px;
    aspect-ratio: 16 / 9;
}

.my-grid .left {
    grid-column: 1 / 2;
    grid-row: 1 / span 2;
}

.my-grid .upper_right {
    grid-column: 2 / 2;
    grid-row: 1 / 2;
}

.my-grid .lower_right {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
}

.my-grid .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.connection-members {
    margin: 0px;
}

.connection-members a {
    color: #ffffff;
}

.connection-members img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.connection-members li {
    display: inline-table;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
    margin-right: 30px;
    color: #ffffff;
}

section.reply {
    padding: 10px 0px;
}

.business-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.member-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.large {
    font-size: 30px;
}

.my-username {
    font-size: 40px;
    display: flex;
    align-items: center;
}

#item-0 {
    padding: 20px;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;

}

#item-1 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;

}

#item-2 {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4;

}

#item-3 {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;

}

.send-message {
    border: 1px solid #fff;
    padding: 15px;
    background: #0d6efd;
    border-radius: 10px;
}

.send-message:hover {
    cursor: pointer;
    background-color: #ff214f;
}

.headline-image {
    border: 1px solid #aaa;
    padding: 10px;
    margin: 10px 0px;
    background: #fff;
    max-height: 400px;
    width: auto;
    max-width: 100%;    
}

.page-type {
    font-size: 20px;
    padding: 15px 0px;
    color: #000;
}

.filter-section {
    margin-top: 10px;
}

.cities {
    overflow-y: scroll;
    height: 200px;
}

.my-username {
    text-transform: capitalize;
}

.action-buttom {
    margin: 5px;
    width: 100px;
    padding: 5px 0px;
}

#business-cat {
    background: url('/images/category/biz.jpg');
    background-size: cover;
}

.cat-img {
    width: 100%;
    height: 75px;
    display: block;
    object-fit: contain;
}

.profile-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.profile-links img {
    max-width: 300px;
    padding: 20px;
}

.top-members {
    padding: 0px;
}

#top-member-icon {
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-height: 57px;
    overflow: hidden;
}

#top-member-icon img {
    width: auto;
    max-width: 100px;
    height: 50px;
    border-radius: 15px;
    margin: 3px;
    border: 1px solid #000;
}

.login-container {
    max-width: 500px;
}

.image-delete-confirm {
    margin-bottom: 20px;
}

.nav-item .active {
    background-color: #aaa !important;
    color: #000000 !important;
    border-color: #aaa !important;
}

.type-nav {
    margin-top: 20px;
}

.business-card {
    cursor: pointer;
}

.business-card-body p {
    margin: 0px;
}

#login li a {
    padding: 10px 0px;
}

.halign-table {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.top-search-filter {
    height: 30px;
    font-size: 15px;
    width: 100%;
}

.top-search-button {
    padding: 0px 7px;
    margin: 0px;
    font-size: 12px;
    border-radius: 3px;
}

.member-link-active {
    background: #ffffff;
}

.view-page {
    font-size: 18px;
}

.services-title {
    font-size: 20px;
}

.product-info-section {
    background: #ddd;
    padding: 20px;
}

.product-img-thumb {
    width: 100px;
}

.product-image-section {
    background: #c1c1c1;
    padding: 20px;
}

.business-grid a {
    color: #ffffff;
}

.bdescription {
    font-size: 12px;
}

.login-button {
    margin-right: 30px;
    font-size: 30px;
}

.personal-profile-icons {
    margin-right: 10px;
}

.notice-div {
    margin-top: 20px;
}

.notice-headline {
    font-size: 25px;
}

.notice-message {
    font-size: 30px;
    color: rgb(43, 0, 255);
}

.notice-sub-message {
    font-size: 20px;
    color: red;
}

.business_cat {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.business_cat_item {

}

#autocomplete {
    width: 300px;
    padding: 7px;
    text-align: left;
}

.autocomplete-suggestions {
    text-align: left;
    border: 1px solid #999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.dropdown-menu {
    top: 37px !important;
}

.search-box {
    position: relative;
}

#page-header-link {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000;
    line-height: 70px;
}

#page-header-link-content {
    top: 67px !important;
    padding: 50px;
    width: 100%;
    background: #ddd
}

#page-header-link-content ul {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    width: 100%;
}

#page-header-link-content li {
    list-style-type: none;
    text-align: center;
}

#page-header-link-content li a {
    background: #eee;
    margin: 5px;
    padding: 10px;
    display: block;
}

.community-categories {
    display: flex;
}

.community-categories ul {
    margin: 0px;
    padding: 0px;
}

.community-categories li {
    list-style-type: none;
    float: left;
}

.community-categories li a {
    padding: 10px;
}

#community-categories-toppage {
    justify-content: center;
}

#community-categories-toppage li {
    list-style-type: none;
    text-align: center;
    float: left;
}

#community-categories-toppage li a {
    color: #ffffff;
}

.filter_1 {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 20px;
    padding: 7px 0px;
}

a.title-bread-crumb {
    color:#e6af2e;
    text-transform: capitalize;
}

.filter-container .halign-table {
    padding: 7px;
    width: 100%;
}

.action-button-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-page {
    padding: 50px 0px 0px 50px;
}

.member-menu {
    background-color: #eee;
}

.background-black {
    background-color: #333;
}

.filter-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.top-bar-filter {
    background-color: #bbbbbb;
}

.my-height {
    min-height: 46vh;
}

.join-us {
    font-size: 18px;
}

.fp-1 {
    font-size: 22px;
    color: red;
    font-weight: bold;
}

.fp-2 {
    font-size: 24px;
    color: green;
    font-weight: bold;
}