 .report-place-row {
        display: flex;
    justify-content: flex-end;
    position: relative;;
  }
  .report-box {
    position: absolute;
	top: 17px;
    right: 0px;;
    background: white;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    display: none; /* hidden by default */
    z-index: 100;
    font-size: 14px;
    cursor: pointer;
  }
  .report-box.show {
    display: block;
  }
  .dots-icon {
    cursor: pointer;
  }

.report-listing-text {
    color: red;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
    font-size: 14px;
}
svg.text-blue-600 {
    color: #2563eb !important;
}
svg.up-vote.active, svg.down-vote.active {
    color: #2563eb;
}
.gd-form-label label {
    font-size: 18px;
    font-weight: 700;
    font-family: inherit;
    color: #000000;
}
.gd-form-field input {
    width: 100%;
    padding: 6px 5px;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.login-form-text p {
    text-align: left;
    color: #000000;
    font-size: 28px;
    margin: 0;
	font-weight: bold;
}
.logged-out-message p {
    color: #000000;
    font-family: inherit;
    font-size: 22px;
    padding: 30px 0;
    text-align: center;
    font-weight: 600;
}
.gd-form-field input:hover, .gd-form-field input:focus {
    outline: none;
}

.gd-place-form-row {
    margin-bottom: 15px;
}
.gd-form-start {
    max-width: 800px;
    margin: 0px auto;
}

.gd-form-start form {
    padding: 50px 0;
}

.gd-form-field select {
    width: 100%;
    padding: 6px 5px;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.gd-form-submit-btn button {
    background: transparent;
    border: 1px solid #3993d5;
    color: #3993d5;
    padding: 7px 20px;
    font-size: 18px;
    font-family: inherit;
}

.gd-form-submit-btn button:hover, .gd-form-submit-btn button:focus {
    background: #3993d5;
    color: #ffffff;
}

.gd-form-label {
    padding-bottom: 10px;
}

.gd-form-submit-btn {
    padding-top: 10px !important;
}
.success-message {
   padding: 50px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.success-message p {
    color: #ffffff;
    padding: 10px 30px;
    line-height: 35px;
    background: green;
    font-size: 20px;
    font-weight: 700;
}
.error-message-row {
    color: #3993d5;
    font-family: inherit;
    font-size: 16px;
}
.voting-col {display: flex;gap: 10px;}

.voting-top-container {
    display: flex;
    padding: 5px 5px 5px 10px;
}

.downvote-row {
    padding-top: 2px;
}

.heading-scroe, .voting-score {
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
}
.voting-col div i {
    cursor: pointer;
}

.bsui .card {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.voting-col svg {
    color: #000000;
	cursor: pointer;
}
.single-post-voting .voting-col {
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
}

.single-post-voting .score-col {
    margin-top: -5px;
}
.single-post-voting {
    margin-top: 20px;
	padding: 0 20px;
}

#gd-login-popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

#gd-login-popup {
    background: #fff;
    padding: 50px 60px 50px 40px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    position: relative;
}

#gd-close-login-popup {
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
    font-size: 18px;
    color: #555;
}

.gdLogin-form-field {
    width: 100%;
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #c5c2c2;
    font-size: 16px;
}

.gdLogin-label-row label {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.gdLogin-remmebr-label-row label {
    font-size: 16px;
    font-weight: 600;
    color: #000000
}

.gd-login-remember-row {
    display: flex;
    gap: 5px;
    align-items: center;
}

input#rememberme {
   width: 15px;
    height: 13px;
}

.email-row {
    margin-bottom: 20px;
}

.password-row {
    margin-bottom: 10px;
}

button.gdLogin-button {
      background: #3993d5;
    border: 1px solid #3993d5;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}
.register-area p {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

a.register-tag-popup {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.register-area {
    text-align: center;
}
.button-row {
    margin-top: 20px;
}

button.gdLogin-button:hover {
    background: #3993d5;
    color: #ffffff;
}
.error-message {
    color: red;
    font-size: 14px;
    padding-top: 15px;
    font-weight: 500;
}

.gdLogin-form-field:focus-visible {
    outline: none !important;
}
.gdLogin-remeber-field-section {
    margin-top: 5px;
}

span.bsui.gd-badge-meta {
    display: none;
}

.geodir-entry-title a {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 24px !important;
}
.home-listing .geodir_post_meta.text-justify.pb-1.position-relative.geodir-field-post_content {
    text-align: left !important;
	font-size: 16px;
    line-height: 21px;
    padding: 5px 0 0 0;
}
span.geodir_post_meta_icon.geodir-i-taxonomy {
    display: none;
}
.geodir-field-post_category a {
   background: #737278;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 600;
}

.bsui .card {
    border: 0 !important;
}
.bsui .card {
    border: 0 !important;
}
.bsui .p-2 {
    padding: 10px 0 0 0 !important;
}
@media (max-width: 768px) {
	.gd-form-start {
    padding: 0 20px;
}

#gd-login-popup {
    max-width: 350px;
    width: 70%;
}


}

.profile-mobile td.data {
    max-width: 150px;     /* set your desired max width */
    word-wrap: break-word; /* break long words */
    overflow-wrap: break-word; /* modern property for wrapping */
    white-space: normal;
}

.front-end-listing-form ::placeholder {
	color: gray;
}

.profile-place-text ::placeholder {
	color: gray;
}

/* duplicate class increases specificity */
.list-archive-override.list-archive-override .h-100 {
  height: auto !important;
  align-self: start;
}

.list-archive-override.list-archive-override  .card {
	text-align: start !important;
}

.list-archive-override.list-archive-override .row-cols-md-0 .card {
	flex-wrap: wrap; !important;
}

.list-archive-override.list-archive-override .row-cols-md-0 .card> *:nth-child(1),
.list-archive-override.list-archive-override .row-cols-md-0 .card > *:nth-child(2) {
  flex: 1 1 50%;   /* each takes half of row */
}
.list-archive-override.list-archive-override .row-cols-md-0 .card > *:nth-child(3) {
  flex: 0 0 100%;  /* full width row */
}
#archive-container .entry-content-wrap{
	padding: 0px 10px !important;
}
#archive-container .entry-list-item{
	position : relative;
}
#archive-container .entry-footer {
	position: absolute;
	bottom : 0px;
	right : 10px;
}
