body {
    font-family: 'Montserrat', sans-serif;
}

.label-require:after {
    content: '*';
    color: red;
}

@property --primary {
    syntax: '<color>';
    inherits: true;
    initial-value: #0667d0;
}


:root {
    --primary: #0667d0 !important;
    --gradient: linear-gradient(45deg, #ffffff 0%, #4da6ff 84%, #0667d0 96%) !important;
}


.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: var(--primary) !important;
    color: white !important;
    border-color: white !important;
    outline: none !important;
}

.text-primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

@media (min-width: 320px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
    }
}

@media screen and (min-width: 1260px) {
    .card-columns {
        column-count: 7;
        margin: 0 40px !important;
    }

    hr {
        margin: 2px 0;
    }

    .btn-post-ad {
        padding: 3px 12px;
    }

    .home-country-name {
        font-size: 28px;
    }

    .mt--10 {
        margin-top: -10px !important;
    }

    .home-country-state {
        font-size: 15px;
    }

    .order-xl-3 {
        order: 3;
    }


}

.card {
    box-shadow: 1px 1px 3px 2px lightgrey;
}

.border-primary {
    border-color: var(--primary) !important;
}

.border-top-primary {
    border-top: solid 1px var(--primary) !important;
}

.border-bottom-primary {
    border-bottom: solid 1px var(--primary) !important;
}

.border-right-primary {
    border-right: solid 1px var(--primary) !important;
}

.border-left-primary {
    border-left: solid 1px var(--primary) !important;
}

.goog-te-gadget-simple {
    height: 30px;
}

.placeholder-color::placeholder {
    color: var(--primary);
}

.btn:focus {
    box-shadow: none;
}

.placeholder-color:focus,
.placeholder-color:active,
.placeholder-color:focus-visible {
    color: var(--primary);
    border-color: var(--primary);
}

.text-black {
    color: black;
}

.btn-primary {
    background-color: var(--primary);
    border: none;
    transition: all .2s;
    opacity: 0.88;
}

.btn-primary:hover {
    opacity: 1;
    background-color: var(--primary);
}

.social-login {
    display: flex;
    align-items: center;
}

.social-login i {
    width: 50px;
    margin-left: 2.5rem;
}

@media (max-width:576px) {
    .social-login i {
        width: 50px;
        margin-left: 0;
    }
}

.social-login:hover {
    text-decoration: none !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    box-shadow: none;
}

#toast-container>div {
    color: black;
}

.bg-black {
    background-color: black;
    color: white;
}

.border-radius {
    border-radius: 20px;
}

.text-red {
    color: red;
}

.city:hover {
    background: var(--gradient);
}

.city:hover>span {
    color: white;
}

.city.active {
    background: var(--gradient);
}

.city.active>span {
    color: white;
}

.bg-gradient {
    background: var(--gradient);
}

.fixed-ad {
    border: 1px dashed var(--primary);
}

.step {
    padding: 10px;
    background: lightgrey;
    border-radius: 50%;
}

.step.active {
    background: var(--primary);
    color: white;
}

.select2-container--default .select2-selection--single,
.select2-container .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    min-height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.boxshadow {
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
}

.box-description {
    min-height: 160px;
    overflow: auto;
    overflow-x: hidden;
    line-height: 30px;
    padding: 10px;
    font-size: 18px;
    border: 5px dotted #A448A4;
    background: #FFCCFF;
}

button:disabled {
    cursor: not-allowed;
}

.btn-primary:disabled {
    background-color: gray;
}

.btn-dark {
    background-color: #00000066;
    border: none
}

.btn-dark:hover {
    background-color: #ffffff66;
    color: black !important;

}

.hover-gray:hover {
    background-color: lightyellow;
}

.bg-second {
    background: #FFCCFF;
}

a:hover {
    text-decoration: none !important;
}

.text-shadow {
    text-shadow: 2px 2px 2px #000;
}

.ads-header a:hover,
.ads-header a.active {
    text-shadow: 0 1px 0 #eee, 0 2px 0 #eee, 0 3px 0 #fff, 0 2px 0 #fff, 0 3px 0 #eee, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 10%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 5px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%);
    color: #000 !important;
    background: #fff;
}

.state-text {
    font-size: 18px;
    font-weight: bold;
}

.div-gradient {
    background: var(--gradient);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9a0097', GradientType=1);
    border: #0af;
    padding: 10px;
    padding-left: 20px;
    font-size: 20px;
    margin: 15px;
    margin-left: 0px;
    width: 100%;
    border-radius: 25px;
}

.ads-title {
    font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
    .ads-header {
        font-size: 14px;
    }

    .ads-title {
        font-size: 12px;
    }
}

.city-text {
    color: #605b5b !important;
    font-weight: bold;
}

.state-block {
    -webkit-column-break-inside: avoid;
}

.banner-slider {
    width: 100%;
    padding: 0;
    margin-bottom: 20px"

}

.banner-slider img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 45vh
}

.banner-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.banner-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.contact-us-countrycode select {
    max-width: 329px;
    margin-right: 0 !important;
}

.categories {
    font-size: smaller;
    margin-right: 0 !important;
}


@media only screen and (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

}

@media only screen and (max-width: 767px) {
    .mobile-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mobile-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .fz-md-11px {
        font-size: 11px !important;
    }

    .fz-md-12px {
        font-size: 12px !important;
    }

    .fz-md-13px {
        font-size: 13px !important;
    }

    .categories .category {
        font-size: 16px;
    }

    .categories .sub-category {
        font-size: 15px;
    }
}

.border-none {
    border: none;
}

.box-shadow-none {
    box-shadow: none;
}

.modal-icon {
    height: 24px;
    width: 24px;
}

.icon-wrapper {
    box-sizing: content-box;
    border: solid #adadad2e 1px;
    border-radius: 50%;
    padding: 18px;
    display: inline-block;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.modal-social-card {
    box-shadow: none;
    border: none;
    text-align: center;
    font-size: 13px;
    color: black;
}

.fb-icon-bg {
    background-color: #eceff5;
}

.tw-icon-bg {
    background-color: #f0f8ff;
}

.rd-icon-bg {
    background-color: #fdd9ce;
}

.tl-icon-bg {
    background-color: #f0f8ff;
}

.copy-btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.copy-text:focus {
    background: #e9ecef !important
}

.shareModal .modal-content {
    border-radius: 15px;
}

.modal-header .close {
    font-size: 30px;
}


@media only screen and (min-width: 767px) {
    .CreditModalContent {
        min-width: 600px;
        transform: translateX(-10%);
    }
}

.fc-agendaWeek-view tr {
    height: 40px !important;
}

.fc-agendaDay-view tr {
    height: 40px !important;
}

.fc-agenda-slots td div {
    height: 40px !important;
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
    background-color: #ffffff !important;
}

.fc .fc-daygrid-day-frame {
    height: 28px !important;
}

.fc td,
.fc th,
.fc table {
    border-style: none !important;
}

.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding-top: 5px;
    margin: auto;
    color: black;
}

.fc thead tr,
.fc thead tr a {
    background-color: var(--primary);
    color: #ffffff !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #fff;
}

.fc-day-today .fc-daygrid-day-top {
    /*border-radius: 50%;*/
    border: solid 1px var(--primary);
}

.fc .fc-toolbar.fc-header-toolbar {
    position: relative !important;
    margin: 15px -20px 10px -20px;
}

.fc-toolbar-title {
    color: var(--primary);
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.fc-day-future .fc-daygrid-day-top:hover,
.fc-day-today .fc-daygrid-day-top:hover {
    cursor: pointer;
    background-color: #8080802d;
}

.fc-day-past a {
    color: #808080be !important;
}

.fc-day-past .fc-daygrid-day-top:hover {
    background-color: #8080802d;
}



.fc-next-button span {
    position: absolute !important;
    right: 0px !important;
    top: -2px !important;
}

.fc-prev-button span {
    position: absolute !important;
    top: -2px !important;
    left: 0px !important;
}

.fc-next-button,
.fc-prev-button {
    background-color: transparent !important;
    border: none !important;
    color: black !important;
}

.fc-next-button:focus,
.fc-prev-button:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.fc-next-button span:hover,
.fc-prev-button span:hover {
    background-color: #8080802d !important;
}

.server_file {
    display: none;
}

.dropzone {
    border: 2px dashed var(--primary) !important;
}

.close_popover {
    float: right;
}

.popover-header {
    min-height: 32px;
    min-width: 274px;
}

@media (min-width: 796px) {
    .header-welcome {
        font-size: 0.8rem !important;
    }

    .header-welcome h1 {
        font-size: 0.9rem !important;
    }

}

.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    width: 100%;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-top: 0 !important;
}

.goog-te-banner-frame {
    top: unset !important;
    bottom: 0px !important;
}

.highlight-0,
.highlight-,
.highlight-2 {
    color: black;
}

.highlight-1,
.highlight-2,
.highlight-3 {
    font-weight: bold;
}

.highlight-1 {
    color: var(--primary);
}

.highlight-3 {
    color: red;
}

.index-ads-title {
    overflow: hidden;
    border-bottom: 1px solid lightgray;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.box-description * {
    background: transparent !important;
}

.related-ads-card {
    width: 100%;
    margin: 0 !important;
    padding: 8px;
    border: 0 !important;
}

@media only screen and (min-width: 576px) {
    .related-ads-card {
        width: calc(100% / 2);
    }
}


@media only screen and (min-width: 991px) {
    .related-ads-card {
        width: calc(100% / 3);
    }
}

@media only screen and (min-width: 1199px) {
    .related-ads-card {
        width: calc(100% / 4);
    }
}

@media only screen and (min-width: 1366px) {
    .related-ads-card {
        width: calc(100% / 5);
    }
}

.profile-avatar {
    margin-left: 50px;
    bottom: -40px;
    border: solid 2px var(--primary);
    object-fit: cover;
    object-position: center;
}

.profile-cover-img {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.profile-detail-bio {
    min-height: 250px;
    border-radius: 20px;
    border: solid 1px grey;
}

.profile-detail {
    padding-left: 200px;
}

@media only screen and (max-width: 1200px) {
    .profile-detail {
        padding-left: 20px;
    }

    .profile-avatar {
        bottom: 10px;
    }
}

/* ===== Larecoin Footer ===== */
.larecoin-footer {
    background: #fff;
    border-top: 3px solid #6e0000;
}

.footer-link {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.footer-link:hover {
    color: #6e0000;
    text-decoration: none;
}

.footer-link-small {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.footer-link-small:hover {
    color: #6e0000;
    text-decoration: none;
}

.footer-primary {
    gap: 1.5rem;
}

.footer-logo {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.35rem;
    color: #000;
    text-decoration: none;
}

.footer-logo:hover {
    color: #6e0000;
    text-decoration: none;
}

.footer-primary-nav {
    gap: 1.5rem;
    letter-spacing: 0.08em;
}

.footer-primary-nav a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-primary-nav a:hover {
    color: #6e0000;
    text-decoration: none;
}

.footer-actions {
    width: 100%;
    max-width: 360px;
}

.footer-search .form-control {
    border-radius: 25px;
    border: 1px solid #000;
    padding: 0.5rem 1rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.footer-language {
    border-radius: 25px;
    border: 1px solid #000;
    background: transparent;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.footer-language:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(110, 0, 0, 0.15);
}

.footer-divider {
    border-bottom: 1px solid #000;
}

.footer-status {
    gap: 0.5rem;
}

.status-indicator {
    width: 12px;
    height: 12px;
    background: #6e0000;
    transform: rotate(45deg);
}

.status-text {
    font-weight: 600;
    letter-spacing: 0.08em;
}

.footer-badges {
    gap: 0.5rem;
}

.footer-badge {
    padding: 0.15rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 3px;
    color: #fff;
}

.badge-rta {
    background: #c0c0c0;
    color: #000;
}

.badge-dmca {
    background: #2bb24c;
}

.badge-protected {
    background: #3d3d3d;
}

.footer-secondary-links {
    gap: 0.75rem;
    letter-spacing: 0.08em;
}

.footer-secondary-links a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-secondary-links a:hover {
    color: #6e0000;
    text-decoration: none;
}

.footer-copy {
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #6e0000;
}

@media (max-width: 767.98px) {
    .footer-actions {
        max-width: 100%;
    }

    .footer-primary-nav,
    .footer-secondary-links {
        gap: 0.5rem;
    }

    .footer-copy {
        text-align: center;
    }
}
.connect-wallet {
    text-align:center;
    padding: 0.5rem 0.78rem !important;
}
.more-btn.active {
    background-color: var(--primary) !important;
    color: white !important;
    border-radius: 30px;
    padding: 8px 16px;
}

.dropdown-item.highlight-item.active {
    background-color: var(--primary) !important;
    color: white !important;
    font-weight: bold;
}

.dropdown-item.highlight-item.active b {
    color: white !important;
}

#mobileMenu .nav-link.active {
    background-color: var(--primary) !important;
    color: white !important;
    font-weight: 700;
}