:root {
    --bs-border-opacity: 0.3;
    --heading-font: 'Playfair Display', 'Poppins', Arial, sans-serif;
    --bs-body-font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
}
div#area_selection {
    max-height: 70vh !important;
    overflow: scroll;
}

.modal-header {
    background-color: var(--accent-color);
}

a {
    color: #12a8a7;
}

table.table {
    font-size: 14px;
}

th.search-name {
    min-width: 200px;
}

.agent-properties h3 {
    font-family: 'Poppins', sans-serif;
}

.agent-properties .agent-info img {
    border: 2px solid #000000   ;
    border-radius: 50%;
}

#announcementModal .modal-body ul {
    list-style: none;
}

.btn-check:checked+.btn, .btn.active, 
.btn.show, .btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--main-color);
}

.tour-modal-content {
    background: url("https://i.pinimg.com/originals/b9/b7/a9/b9b7a9b1584a9cf5102da6c1a6845f19.jpg");
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 93%);
}

.map-shape-actions {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.dropdown-menu {
    max-width: 90vw !important;
    max-height: 80vh !important;
    overflow-y: auto;
    background: #f8f8f8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

form#share_buyer_needs_form fieldset {
    background-color: #ebf6f8;
    border-radius: 0 0 6px 6px;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}

ul.navbar-nav .dropdown-item {
    border-top: 1px solid #afccc9;
    background: #f6fbff;
    font-weight: 600;
    padding: 10px 1.5rem;
}

ul#userMenuList > li:first-child > .dropdown-item {
    border-top: none;
}

#userMenuList > li > ul {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid var(--border-color);
    z-index: 1;
}

ul.navbar-nav .dropdown-item:hover {
    background-color: #def7f7;
}

ul.navbar-nav a.logout {
    background: #a5d0d2;
}

ul.navbar-nav .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    padding: 10px 0 0 0;
    margin: 0;
    /*    background: #12a8a7;*/
}

#user_menu_area .dropdown-menu {
    border: none;
    padding: 20px;
    box-shadow: none;
    background: transparent;
    right: 0;
    overflow: visible !important;
    right: -35px
}

ul.navbar-nav .dropdown-menu #user_menu {
    border: none;
    padding-top: 15px;
    box-shadow: none;
    background: transparent;
}

#user_menu #navwrap {
    border: 2px solid var(--border-color);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    padding: 10px 0 10px 0;
    margin: 0;
    background: #f6fbff;
    border-radius: 10px;
}

/* #popover-more_btn.popover-body {
    width: auto;
} */

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80c3c5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #80c3c5;
}

.filter-group {
    gap: 10px;
}

#filters_container .dropdown-menu {
    padding: 10px;
}

.dropdown-flex-content {
    gap: 10px;
}

.filter-buttons .dropdown-menu .form-check-input {
    /* -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    margin-left: -1.25rem; */
}

.h3, h3 {
    font-size: 1rem;
    font-weight: 600;
    /* border-bottom: 1px dashed #cecece; */
    margin-bottom: 10px !important;
    line-height: 1.6rem;
    color: #5c5c5c;
}

.property-details .h3, .property-details h3 {
    border-bottom: none;
}

.page-title h4 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: xx-large;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#listShrDetModal .modal-dialog.modal-lg .table td, .table th {
    vertical-align: middle;
}

/*.modal #carousel-inner {
    max-height: 560px;
}*/

.modal .card-body {
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.1);
}

.modal .card {
    margin: 20px 10px;
}

.modal .card h5 {
    font-size: 14px;
    text-transform: uppercase;
}

.modal .card-text {
    font-weight: 800;
    font-size: 18px;
}

.modal .card .title p {
    font-size: 15px;
}

/* .bg-light {
    background-color: #ffffff !important;
} */

.nav-custom {
    padding-left: 26px;
    padding-right: 50px;
    height: 80px;
}

.input-group.aln-proof input[type=checkbox] {
    margin-left: 0;
    margin-top: 8px;
    width: 20px;
    height: 20px;
}

h5 {
    font-weight: bold;
}

.thankyou.alert-success {
    padding: 30px 20px;
}

#nothing {
    background: red;
    text-align: center;
}

.navbar-brand {
    padding-bottom: 0rem !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0, 106, 255);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(42, 42, 51);
}

.input-custom {
    border-right: none;
}

.btn-custom {
    border: 1px solid #ced4da;
    border-left: none;
}

a .delete-btn {
    text-decoration: none;
}

.delete-btn {
    /* display: block; */
    line-height: 8px;
    background-color: #f72020 !important;
}

.delete-btn .delete-btn-txt {
    display: block;
    margin: 0;
    padding: 5px 0 0 0;
    line-height: 13px;
}

.delete-btn .delete-btn-txt2 {
    font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 12px;
}

.buyer_need_search_form {
    margin: 0;
    padding: 0;
}

.buyer_need_search_form button {
    background: transparent;
}

.buyer_need_search_form .icons i {
    background-color: #80c3c5;
    padding: 6px;
    border-radius: 5px;
    margin: 0;
}

.buyer_needs_share_controls {
    padding: 15px;
}

form#share_buyer_needs_form fieldset {
    background-color: #ebf6f8;
    border-radius: 0 0 6px 6px;
}

form#share_buyer_needs_form legend {
    text-transform: uppercase;
    font-size: 16px;
    background-color: #3a90a8;
    COLOR: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    border-bottom: none;
}

.btn-outline-primary {
    color: #3a90a8;
    border: 2px solid #3a90a8;
    background: transparent;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: rgb(225, 225, 226);
    color: #161616;
    border-color: #a5a5a5;
}

.btn-primary {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color-lighter);
}

.filterTd .btn-primary {
    border: 2px solid var(--main-color);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #80c3c5;
    border-color: #3e6d80;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3a90a8;
    border-color: #3a90a8;
}

.btn-primary a:hover {
    color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #80c3c570;
}

.map-shape-actions {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.input-group-prepend {
    background-color: var(--light-accent-color);
    color: var(--light-accent-font-color);
    border-radius: 5px 0 0 5px;
    font-weight: 700;
}

.member-search .search_by_toggle {
    background: #6fbaba;
    color: #fff;
}

.member-search #agent_custom_search_txt {
    background-color: #e2efee;
}

.member-search {
    padding: 15px 10px;
}

.member-search .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}

.member-search .dropdown-menu li {
    margin-bottom: 10px;
}

.member_directory .card {
    border-radius: 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #ededed;
}

.member_directory_flex {
    row-gap: 20px;
}

a.agent_prop_count {
    width: auto;
    display: inline-block;
}

a.agent_prop_count:hover {
    text-decoration: none;
}

a.agent_prop_count:hover button {
    color: #333;
}

.agent_card .ribbon-top-right {
    top: -2px;
    right: -3px;
}

.agent_card .ribbon {
    width: 125px;
    height: 125px;
}

.agent_card .ribbon-top-right span {
    left: -30px;
    top: 21px;
    font-size: 12px;
}

a.agent_prop_count button {
    background: #3e7f7d;
    color: #fff;
    font-size: small;
    padding: 3px 5px;
    margin-top: 7px;
    border-radius: 6px;
}

.agent_card .image_column {
    padding: 0;
    margin: 0;
}

.agent_card .row {
    align-items: center;
    margin: 0;
    min-height: 125px;
}

.agent_card img {
    border: 4px solid #80c3c5;
    padding: 0px;
    width: 80px;
}

.agent_card h3, .agent_card .h3 {
    margin-bottom: 0 !important;
}

.agent_card .social_media {
    margin: 7px 0 0 0;
    font-size: 1.2em;
}

.agent_card .social_media a {
    display: inline-block;
    margin-right: 5px;
    color: #7b8893;
}

.card-body.agent_card .agent_info p {
    font-size: 1em;
    padding: 0 !important;
    margin: 0;
}

.card-body.agent_card .agent_info h3 a {
    font-family: 'Playfair Display' !important;
    text-transform: capitalize;
    font-size: 1.1em;
    color: #333;
}

.card-body.agent_card .agent_info p.brokerage {
    font-weight: 600;
    text-transform: capitalize;
    color: #12a8a7;
    margin-top: 5px;
}

.btn-bed {
    padding: .3rem 1rem;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: .89rem;
    font-weight: 600;
    line-height: 1.9;
    border-radius: .2rem;
}

.custom-control {
    margin-top: 3px;
    padding-left: 0;
}

.custom-control.more-dash {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e3e3e3
}

.custom-control.more-dash .form-check-input {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.select-range-box {
    background: #ececec;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #cecece;
    gap: 5px;
    /* margin-top: 8px; */
}

.label-bold {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    height: 2em;
    padding: 0 10px 0 0;
    font-weight: 600;
    text-transform: uppercase;
}

.waterFront-dash {
    margin-top: 13px;
    margin-left: 58px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

.span-dash {
    -webkit-box-align: center;
    align-items: center;
    color: #D1D1D5;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 18px;
    height: 2em;
    padding: 0 8px;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 4px;
}

.btn-custom-hover .btn-custom:hover {
    color: #ffffff;
    background-color: #ff5757;
    border-color: #ff5757;
    outline: 0;
    box-shadow: none;
    border-left: none;
}

.actions-wrapper {
    clear: both;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #336679 !important;
    border-color: #114f73 !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
    border-left: none;
}

.schools_column label{
    display: block;
}

.form-control:focus {
    box-shadow: none !important;
}

.btn-custom-hover .btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: none;
}

.col-sm-1 {
    padding-right: 6px !important;
    padding-left: 6px;
}

.col-sm-1 .btn {
    width: 100%;
    height: 38px;
}

.center-div {
    display: flex;
    justify-content: center;
}

.col-sm-1 .small {
    width: 87.5%;
    height: 38px;
}

.btn-custom .fa-search:before {
    content: "\f002";
    color: #ffffff;
}

.check_me_out .fa {
    position: relative;
    left: 0;
    top: 5px;
    padding: unset;
    margin: unset;
}

#pool_1 {

}

.container-custom {
    padding: 10px;
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-top: 0 !important;
    background: #f9f9f9;
}

.mt-3 {
    /*    margin-top: 0 !important;*/
}

.left-div, .right-div {
    flex: 1 1 50%;
}

.left-div {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
}

.right-div {
    position: relative;
    overflow-y: scroll;
    overflow: overlay;
    padding: 20px;
    padding-bottom: 160px;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.search-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

.result-count {
    font-weight: 600;
}

.propertyResults_tools {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
    margin-right: 20px;
}

.propertyResults_tools .form-group, .propertyResults_tools .mb-3 {
    margin-bottom: 0;
}

.sort-options.visible {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: center;
}

.sort-options.visible .me-3 {
    margin-right: .4rem !important;
    margin-top: .4rem;
}

.card-img-top {
    height: 160px;
    object-fit: cover;
    width: 100%;
}

.card-img-overlay {
    padding: 0px;
}

.card-img-overlay-text {
    background: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
}

.card-img-variable-text {
    max-width: 114px;
    left: 0;
    top: 0;
}

.card-img-location {
    background: 0 0;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 10px;
    text-align: right;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    bottom: 0;
    right: 0;
}

.list-card-price + .list-card-details {
    margin-bottom: 5px;
    text-align: right;
}

.list-card-details {
    font-size: 12px;
    font-weight: 600;
    list-style: none;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0;
}

.list-card-label {
    font-size: 14px;
    font-weight: 400;
}

.list-card-price {
    line-height: 32px;
    height: 32px;
    display: inline-block;
}

.list-card-details > li:first-child {
    border-left: 0;
    padding-left: 0;
}

.card-title-div {
    display: flex;
    justify-content: space-between;
    margin-right: -12px;
}

.list-card-details > li {
    border-left: 1px solid #d1d1d5;
    display: inline;
    padding: 0 3.7px;
}

.card-rows .col-md-6 {
    padding-right: 0px;
    padding-left: 8px;
}

.center-div-lists {
    margin-left: 30%;
    display: flex;
}

.center-div-lists span {
    display: inline;
    padding-left: 5px;
}

#userLogin {
    display: none;
}

#userLogout {
    display: none;
}

.div-flex {
    display: flex;
}

.list-card-type {
    margin-top: 3px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.center-pricing {
    display: flex;
    justify-content: space-between;
}

.house-location {
    font-size: 24px;
    font-weight: 500;
}

.location-info {
    font-size: 17px;
    font-weight: 400;
}

.prop_doc_icons {
    text-align: end;
    font-size: 15px;
}

#price-header {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.small-font {
    font-size: 15px;
}

.prop-type-info {
    font-size: 15px;
    font-weight: 400;
}

.location-price {
    font-size: 22px;
    font-weight: 600;
}

[class*=" zsg-icon-"]:before,
[class^="zsg-icon-"]:before {
    font-family: zmod-icon-set1 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.zsg-icon-for-rent:before,
.zsg-icon-for-sale:before,
.zsg-icon-off-market:before,
.zsg-icon-pre-market:before,
.zsg-icon-recently-sold:before {
    background: #ff5a50;
    border-radius: 50%;
    content: "";
    height: 1em;
    width: 1em;
}

.list-card-type-icon {
    margin-right: 5px;
}

.h5-size {
    font-size: 25px;
    min-inline-size: max-content;
}


.card-list {
    width: 100%;
    height: 294px;
    margin-top: 9px;
}

.title-card-body {
    padding-bottom: 0px;
    padding-top: 4px;
    padding-left: 8px;
    margin-bottom: -8px;
}

.location-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    color: #2a2a33;
    min-width: 0;
}

.limit-text {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.check-list-label {
    margin-left: 17px;
}

.location-card-body {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-left: 8px;
}

.card {
    background: #f7f7f7;
    /* border-bottom: 4px solid #6bcbd0;
     border-top: 4px solid #6bcbd0;*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.my-lists.row .card {
    height: 100px;
    border: 1px solid #c7c7c7;
}

.my-lists.row h5 {
    font-weight: 400;
    font-size: 1.08rem;
    font-family: 'Poppins', sans-serif;
}

.my-lists.row .card-title {
    margin-bottom: 0;
}

.my-lists.row .card-body {
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
}

.my-lists.row .card:hover {
    background: #dcf1f3;
}

.toolbar-button {
    padding: 8px 12px !important;
    background: #f0f0f0;
    border-radius: 5px;
    border: 1px solid #80c3c5;
}

.toolbar-button a {
    text-decoration: none;
}

.toolbar-button a:hover {
    text-decoration: none;
    color: #12a8a7;
}

.pg-m {
    margin-bottom: 30px;
    margin-top: 32px;
}

.property-left {
    border: 1px solid #dfdfe1;
    margin-top: 78px;
    padding: 12px;
}

.agent-details {
    font-size: 15px;
    font-weight: 500;

    display: flex;
    margin-right: 10px;
    align-items: center;
}

.agent-number {
    font-size: 24px;
    text-decoration: underline;
}

.inner-details {
    margin-top: 0px !important;
}

.property-owner-details {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.owner-img {
    max-height: 122px;
    max-width: 272px;
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #bfbfbf;
    box-shadow: 0 0 1px #fff;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0;
}

.owner-link {
    display: flex;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.owner-address {
    font-size: 13px;
    font-weight: 500;
    margin-top: 1px;
}

.key-feature {
    font-size: 20px;
    font-weight: 600;
}

.list-group {
    display: -ms-flexbox;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
}

.serv ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.main_nav_header .dropdown-toggle::after,
#filters_container .dropdown-toggle::after {
    display: none;
}

.pagination > li > a, .pagination > li > span {
    float: none !important;
}

.pagination-style {
    display: flex;
    justify-content: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #534f4f !important;
    border-color: #000000 !important;
}

.page-link {
    color: #12a8a7;
    font-weight: 500;
}

/* primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #ff5757 !important;
    background-color: #fff !important;
    border-color: #ff5757 !important;
} */

.dropdown-menu {
    max-width: 90vw !important;
    max-height: 80vh !important;
    overflow-y: auto;
    background: #f8f8f8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-menu .bed-baths {
    margin-top: 1rem !important;
    font-weight: bolder;
}

.serv ul li {
    list-style: inside;
    flex: 0 0 33.333333%;
}

.list-group-item {
    display: list-item;
    margin-bottom: 15px !important;
}

.property-description {
    margin: 15px 0;

}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#map {
    margin: 0;
    padding: 0;
}

.mega-menu-column,
.mega-menu-container {
    gap: 12px;
}


.homepage {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.results-wrapper {
    height: 100%;
}

.results-container {
    height: 100%;
    display: flex;
    flex-direction: row;
}

.title {
    position: absolute;
    font-size: 50px;
    z-index: 10;
    font-weight: bold;
    top: 50px;
    text-transform: uppercase;
    left: 70px;
    color: #333;
}

.search-container {
    width: 322px;
    height: 45px;
    background-color: #454E54;
    position: absolute;
    z-index: 30;
    top: 123px;
    left: 89px;
    border-radius: 30px;
}

.search {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}


.search input {
    color: white;
    width: 100%;
    border: none;
    font-size: 20px;
    background-color: transparent;
}

.search input:focus {
    outline: none;
}

.search i {
    font-size: 23px;
    color: white;
}


.stores-list-container {
    width: 322px;
    background-color: white;
    position: absolute;
    z-index: 30;
    top: 187px;
    left: 89px;
    border-radius: 12px;
    bottom: 14px;
}

.stores-list {
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: scroll;

    height: 100%;
}

.store-container {
    display: flex;
    cursor: pointer;
}

.store-container-background {
    display: flex;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    border-radius: 17px;
    margin-bottom: 8px;
    transition: all 0.2s ease-in-out;
}

.store-container-background:hover {
    background-color: #ccc;

}

.store-address span {
    display: block;
}

.center-lists {
    margin-left: 20px;
    margin-top: 20px;
}

.center-btns {
    margin-left: 20px;
}

.gen_url {
    max-width: 20% !important;
}

.url_div {
    max-width: 26% !important;
}

.url_p {
    margin-top: 5px;
    font-size: 20px;
    display: flex;
    justify-content: flex-end;

}

.border-area {
    border-bottom: 1px solid #e5e5e5 !important;
}

.cont-right {
    /* padding-right: 30px !important; */
    margin-top: 30px;
}

.store-info-container {
    flex-grow: 1;
}

.store-address {
    font-size: 17px;
    color: #514C4C;
    margin-top: 20px;
}


.store-phone-number {
    color: #B5ADAD;
    margin-top: 11px;
    margin-bottom: 11px;
}


.store-number-container {
    display: flex;
    align-items: center;
}


.store-number {
    width: 25px;
    height: 25px;
    background-color: #454E53;
    color: white;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

/*.mt-2 {
    margin-top: 20px;
}*/

.store-info-window {
    min-width: 230px;
    font-size: 13px;
    padding: 12px;

}

.center-div-lists .form-check-input {
    position: inherit;
}

.form-check-input {
    margin-top: 0px;
    /* -ms-transform: scale(1.2);*/ /* IE */
    /*-moz-transform: scale(1.2);*/ /* FF */
    /*-webkit-transform: scale(1.2);*/ /* Safari and Chrome */
    /*-o-transform: scale(1.2);*/ /* Opera */
    /*transform: scale(1.2);*/
    padding: 10px;
    margin-left: 0;
    margin-right: 7px;
    float: none;
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color-lighter);
}

.kc_fab_main_btn {
    background-color: #F44336;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #F44336;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 36px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.kc_fab_main_btn:focus {
    transform: scale(1.1);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

}

.mychecks {
    position: absolute;
    margin: 15px;
    width: 20px;
    height: 20px;

}


.round {
    position: absolute;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle;
    padding: 10px;
}

.float {
    z-index: 2;
    cursor: pointer;
    padding-bottom: 12px;
    border: 4px solid #a53d3d;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #ff5757;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
}

.clearFilters {
    color: #ffffff;
    text-decoration: none;
}


button:focus {
    outline: none !important;

}

.my-float {
    margin-top: 22px;
}


.gm-style .gm-style-iw-c {
    padding: 0;
}

.store-info-name {
    margin-left: 14px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.4em;
}

.store-info-name strong {
    font-weight: bold;
}

.store-info-status {
    margin-top: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000926;
}

.store-info-address, .store-info-phone {
    margin-top: 8px;
    display: flex;
    align-items: center;
}


.gm-style-iw-d {
    overflow: hidden !important;
}

.store-info-address .circle, .store-info-phone .circle {
    width: 30px;
    height: 30px;
    background-color: #1985A1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: white;
    margin-right: 8px;
    justify-content: center;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.bg-custom-1 {
    background-color: #85144b;
}

.bg-custom-2 {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.closeBtn, .btn-close {
    text-align: end;
    margin-right: 35px;
    background-color: white;
}

#navbarNavAltMarkup {
    z-index: 1000;
}

.result-count {
    grid-area: record_count;
    margin-right: 10px;
}

#save_search_btn {
    grid-area: save_btn;
}

/* .select2-container {
    width: 100%;
    min-width: 320px;
    max-width: 360px;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--accent-color) !important;
    color: #000 !important;
} */


.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important; /* Match Bootstrap 5 border */
    border-radius: 0.375rem !important; /* Match Bootstrap 5 border-radius */
    padding: 0.4rem 0.3rem !important; /* Match form-select padding */
    font-size: .9rem !important; /* Match font size */
    line-height: 1 !important; /* Match line height */
    background-color: #fff !important; /* White background */
    min-height: 38px; /* Match form-select height */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    color: #d71212 !important;
    background-color: transparent !important;
}

.select2-selection__choice__display {
    padding-left: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--accent-color-lighter) !important; /* Match Bootstrap 5's choice/token background */
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    padding: 0.2rem 0.5rem !important;
    margin: 0 3px 0 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #1a1a1a !important; /* Match close button color */
    margin-right: 0.25rem;
    border-right: none !important;
    top: 3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"); /* Bootstrap 5's dropdown arrow */
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
    height: 100%;
    position: absolute;
    right: 0.75rem;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 2.25rem; /* Space for arrow */
    line-height: 1.5; /* Match form-select */
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0.375rem 0.75rem; /* Match form-select padding */
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
    border-color: #86b7fe; /* Bootstrap 5 focus border */
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); /* Bootstrap 5 focus shadow */
}

.select2-container--default .select2-dropdown {
    border: 1px solid #ced4da; /* Match form-select dropdown border */
    border-radius: 0.375rem; /* Match border-radius */
    font-size: 1rem; /* Match font size */
}

.select2-container--default .select2-results__option {
    padding: 0.375rem 0.75rem; /* Match dropdown item padding */
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #0d6efd; /* Bootstrap 5 primary color for hover */
    color: #fff;
}

.select_all_results {
    grid-area: select_all_results;
    padding-right: 6px;;
    border-right: 1px solid #ccc;
    margin-right: 6px;
}

.sort_results {
    grid-area: sort_results;
}

.grp-count-search {
    grid-area: grp-count-search;
}

.grp-sort {
    grid-area: grp-sort;
    justify-self: end;
    display: flex;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0px;
}


.ql-editor {
    line-height: 1.6em;
}


.ql-editor p {
    margin-bottom: 1em;
    font-family: 'Poppins', sans-serif;
}

.ql-container {
    font-size: 14px;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-bar {
    background-color: var(--main-color) !important;
}

.irs--round .irs-handle {
    border-color: var(--main-color) !important;
}

#buyer_needs_table thead {
    background-color: var(--main-color);
    color: #fff;
}

span.separator_pipe {
    display: inline-block;
    padding: 0 15px;
}

.modal-body .row {
    /*  justify-content: center;*/
    border: 1px solid var(--accent-color);
    border-radius: 5px;
    outline: 1px solid var(--accent-color);
    background-color: #f6f6f6;
}

.bold {
    font-weight: bold;
}

.list-item-asterisk {
    font-weight: bold;
    font-size: 18px;
    vertical-align: sub;
    color: var(--main-color);
}

.buyerneed-action-functions {
    gap: 10px;
}

/* put in override file */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(128 195 197 / 15%);
}




/* Laptops & Desktops */
@media (min-width: 1030px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: flex-end;
    }

    .propertyResults_tools {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "grp-count-search grp-sort";
        display: grid;
    }
}

/* Tablets */
@media (min-width: 600px) {

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 9.333333%;
        max-width: 43.333333%;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #propertyModal button.closeBtn, #propertyModal button.btn-close {
        right: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
        height: 1em;
        padding: 0 !important;
        margin: 0 !important;
    }

    header .navbar .links li a::before {
        /*        bottom: -4px;*/
    }

    .dropdown-menu {
        max-width: 70%;
    }


    #user_menu {

        overflow-y: scroll;
    }

    #navbarNavAltMarkup {
        padding-left: 10px;
    }

    .navbar-nav {
        width: 30%;
    }

    #propertyModal .modal-body {
        margin-top: 2.7em;
        padding: 0;
    }

    #prop-filters > .row {
        flex-wrap: nowrap;
    }

    .propertyResults_tools {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas: "grp-count-search" "grp-sort";
        row-gap: 10px;
        margin: 10px 0 5px;
    }

    .propertyResults_tools .result_count {
        font-size: larger;
    }

    .propertyResults_tools .sort_results,
    .propertyResults_tools #save_search_btn {
        justify-self: end;
    }

    .grp-count-search,
    .grp-sort {
        display: flex;
        justify-content: space-between;
        justify-self: unset;
    }

    .grp-sort .select_all_results {
        border: none;
        margin-left: 15px;
    }

}

@media screen and (max-width: 1200px) {
    .right-div {
        float: unset;
        width: 100%;
    }

    .left-div {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1208px;
    }
}

#main_footer {
    background-color: #fafafa;
    border-top:1px solid #cecece;
    margin-top: 70px;
}


.ftr {
    text-align: center;
    font-size: 10px;
    max-width: 820px;
}

.forums {
    padding: 10px;
}


.open_house {
    position: absolute;
    display: block;
    background-color: #fabd08;
    padding: 4px 6px;
    font-size: 13px;
    color: #000;
    right: 0px;
}

.open_house .open_house_tx {
    float: right
}

.open-house-banner {
    padding: 15px 5px;
    text-align: center;
    color: #1f1f1f;
    font-size: medium;
    font-weight: 600;
    background-color: #fabd08;
}


.django-ckeditor-widget {
    width: 100%;
}

/* For Desktop View */
@media screen and (min-width: 1024px) {

}

/* For Tablet View */
@media screen and (min-device-width: 768px)
and (max-device-width: 1024px) {

}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {
    .navbar-nav {
        width: 30%;
        align-items: baseline;
    }

    .dropdown-menu {
        max-width: 70%;
    }

}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
and (orientation: landscape) {
    .navbar-nav {
        width: 30%;
        align-items: baseline;
    }

    .navbar-brand {
        padding-right: 4em;
    }

    .dropdown-menu {
        max-width: 70%;
    }

}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    .navbar-nav {
        width: 70%;
        align-items: baseline;
    }

    .navbar-brand {
        padding-right: 0em;
    }


}

/* For iPhone 4 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-nav {
        width: 90%;
        align-items: baseline;

    }

}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-nav {
        width: 30%;
        align-items: baseline;
    }

}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px)
and (-webkit-min-device-pixel-ratio: 3) {
    .navbar-nav {
        width: 30%;
        align-items: baseline;
    }

}


/* Navigation Bar */

.main_nav_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
    background-color: #e9f2f2;
}

header .navbar {
    height: 100%;
    max-width: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: auto;
    padding: 0 10px;
}

.logo {
    margin-right: auto;
    margin-top: -20px;
}

.navbar .logo a {
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
}

.logo_img {
    width: 75px;

}

.logo_side_bar {
    margin-left: 0px;
    width: 60px;
}

header .navbar .nav-links {
    line-height: 80px;

}

header .navbar .links {
    display: flex;
    margin-inline-start: 0px;
    padding-left: 0px;
}

header .navbar .links li {

    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

header .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: black;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

header .navbar .links li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 2px;
    left: 0;
    background-color: teal;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.2s ease-in-out 0s;
}

header .navbar .links li a:hover {
    color: teal;

}

header .navbar .links li a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}


.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

header .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: black;
    transition: all 0.3s ease;
}

header .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding: 0px;

}

header .navbar .links li:hover .htmlCss-sub-menu,
header .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid black;
}

.navbar .links li .sub-menu a {
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .user-box {
    position: relative;
    height: 50px;
    width: 50px;
    align-self: baseline;
    margin-top: 5px;
    margin-left: 15px;
}

.navbar .user-box i {
    display: contents;
    height: 100%;
    width: 100%;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: black;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .user-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    width: 300px;
    background-color: #cecece;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .user-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background-color: #cecece;
    width: 13em;
}

.input-box li {
    border-bottom: 1px solid #333;
    padding: 7px;
    list-style: none;
    text-decoration: none;
}


.input-box li a {
    text-decoration: none;
    color: black;
}


.input-box li a:hover {
    color: teal;

}

.user-box .input-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #cecece;
    transform: rotate(45deg);
}

.user-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border-bottom: 1px solid #333;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .fa-bars {
    display: none;
}

@media (max-width: 990px) {
    header .navbar .links li a {
        /*        font-size: 0.7rem;*/
    }
}

@media (max-width: 920px) {
    header .navbar {
        max-width: 100%;

    }

    header .navbar .logo a {
        font-size: 16px;
    }

    header .navbar .links li {
        padding: 0 5px;
        white-space: nowrap;

    }
    
    header .navbar .links li a {
        font-size: 1.1rem !important;
        line-height: 3.5em;
    }
}

@media (max-width: 800px) {
    header {
        position: relative;
    }

    header .navbar {
        justify-content: space-between;

    }

    .card-rows .col-md-6 {
        padding-left: 0 !important;
    }

    .modal {
        position: absolute;
    }

    #propertyModal .modal-body {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    header .navbar .links li a {
        font-size: 1.1rem !important;
        line-height: 3.5em;
    }

    #share_container {
        padding: 0;
        text-align: center;
    }

    .logo {
        margin-right: unset;
        margin-top: unset;
        text-align: center;
    }

    .logo_img {
        width: 30% !important;
    }

    .user-box {
        margin-right: 20px;
    }

    .navbar .fa-bars {
        display: block;
    }

    header .navbar .nav-links {
        position: fixed;
        top: 81px;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: white;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .fa-bars {
        font-size: 25px;
        color: black;
    }

    header .navbar .links {
        display: block;
        margin-top: 20px;
        padding-left: 0px;
    }

    header .navbar .links li .arrow {
        line-height: 40px;
    }

    header .navbar .links li {
        display: block;
    }

    header .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    header .navbar .links li:hover .htmlCss-sub-menu,
    header .navbar .links li:hover .js-sub-menu {
        display: block;
    }

    .navbar .links li .sub-menu li {
        padding: 0 22px;
        border-bottom: 1px solid black;
    }

    .navbar .links li .sub-menu a {
        color: black;
        font-size: 15px;
        font-weight: 500;
    }

    .navbar .links li .sub-menu .more-arrow {
        line-height: 40px;
    }

    .navbar .links li .htmlCss-more-sub-menu {
        /* line-height: 40px; */
    }

    .navbar .links li .sub-menu .more-sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        border-radius: 0 4px 4px 4px;
        z-index: 1;
        display: none;
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: block;
    }

    header .navbar .links li:hover .htmlCss-sub-menu,
    header .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 370px) {
    header .navbar .nav-links {
        max-width: 100%;
    }
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.profile-pic-container circle {
    fill: rgba(45, 166, 175, 0.65);
    transition: all 0.3s ease-in-out 0s;
}

.profile-pic-container:hover circle {
    fill: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.profile-pic-container {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.profile-pic-container .overlay-button {
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 1px 9px;
    font-weight: 500;
    border: 1px solid #fff;
    font-size: 10px;
    cursor: pointer;
    width: auto;
    white-space: nowrap;
}

.profile-pic-container svg {
    position: absolute;
    bottom: 8px;
    left: 0px;
}

#userMenuList, #userMenuList ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#userMenuList ul {
    width: auto;
    position: absolute;
    left: -190px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

#userMenuList a {
    display: block;
    margin: 0 0 -1px;
    border-top: 1px solid #afccc9;
    background: #f6fbff;
    font-weight: 600;
    padding: 10px 1.5rem;
}

#navwrap ul li {
    position: relative;
}

#navwrap {
    overflow: visible !important;
}

#userMenuList li:hover > ul {
    left: calc(-7px - 100%);
    top: 0;
    transform: translateX(0);
    opacity: 1;
}

#userMenuList li:hover > a {
    background-color: #def7f7;
    cursor: pointer;
}

.button a {
    display: block;
    padding: 5px 10px;
    background: #def7f7;
}

.announcement_text_h4 {
    font-weight: normal;
    text-align: center;
    font-size: initial;
    line-height: 1.8em;
    padding-bottom: 15px;
}

.center_img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.right-a {
    color: #fff;
    margin-right: 1em;
}

.indicate_sel_style {
    color: #ffffff !important;
    background-color: #ff5757 !important;
    border-color: #114f73 !important;
}

.remove_display {
    display: none !important;
}


/* .form-check-label-more {
    margin-bottom: 5px;
    margin-left: 28px;
} */

.gm-style-iw-chr {
    display: none;
}

.text-center {
    text-align: center;
}

table#userDataTable td {
    font-size: small;
}

table#userDataTable th {
    font-size: smaller;
}

.member-phone, .member-name {
    white-space: nowrap;
}

#userMenuList .button {
    position: relative;
}

#userMenuList .button ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -10px; /* Reduce the gap */
    min-width: 200px;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 8px 0;
}

#userMenuList .button:hover > ul {
    display: block;
}

/* Add a buffer zone to prevent menu from disappearing */
#userMenuList .button:hover::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
}

#userMenuList .button ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
}

.datatable a {
    text-decoration: none;
}

.admin-menu-item {
    position: relative !important;
}

.admin-menu-item > a {
    position: relative;
}

.admin-menu-item .submenu {
    position: absolute;
    left: calc(100% - 5px);  /* Changed from right to left */
    top: -8px;
    min-width: 200px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 8px 0;
    display: none;
    background-color: #f6fbff;
    z-index: 1000;
    max-height: none !important;
    overflow: visible !important;
}

.admin-menu-item:hover > .submenu {
    display: block;
}

::placeholder {
    color: #c7c7c7 !important;
}

/* Add buffer zones */
.admin-menu-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;  /* Changed from right to left */
    width: 20px;
    height: 100%;
}

.admin-menu-item .submenu::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;  /* Changed from left to right */
    width: 20px;
    height: 100%;
}

/* Hover effects */
.admin-menu-item:hover > a {
    background-color: #f8f9fa;
}

/* DataTable styles migrated from manage_users.html */
.card-body .table-responsive .table.table-bordered.table-hover {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.card-body .table-responsive .table.table-bordered.table-hover thead {
    background-color: #f8f9fa;
}

.card-body .table-responsive .table.table-bordered.table-hover th {
    border-top: none;
    font-weight: 600;
    color: var(--text-color, #1d1d1f);
    padding: 12px 15px;
    border-bottom: 2px solid #dee2e6;
    background-color: color-mix(in srgb, var(--accent-color) 50%, white 50%);
}

.card-body .table-responsive .table.table-bordered.table-hover td {
    vertical-align: middle;
    padding: 12px 15px;
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.2s ease-in-out;
}

.card-body .table-responsive .table.table-bordered.table-hover tbody tr:hover {
    background-color: rgba(0, 113, 227, 0.05);
}

.card-body .table-responsive .table.table-bordered.table-hover tbody tr:last-child td {
    border-bottom: none;
}


.admin-menu-item .submenu .dropdown-item:hover {
    background-color: #f8f9fa;
}