@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: 'Inter';
}

p, a, li, span:not(.fs-bold){
    font-family: 'Open Sans';
    font-weight: 400;
}

#app{
    padding: 0 160px;
}

main {
    min-height: calc(100vh - 173px);
}

.text-black{
    color: #000000 !important;
}

body {
    position: relative;
    transition: 0.5s ease;
}

body.overlay::after {
    content: "";
    position: absolute;
    background: #a5a5a5;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: 0.5s ease;
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
}

.fw-100{
    font-weight: 100 !important;
}

.fw-200{
    font-weight: 200 !important;
}

.fw-300{
    font-weight: 300 !important;
}

.fw-400{
    font-weight: 400 !important;
}

.fw-500{
    font-weight: 500 !important;
}

.fw-600{
    font-weight: 600 !important;
}

header.site-header {
    border-bottom: 1px solid #191919;
}

.navbar-brand{
    display: block;
}

.form-check-input {
    outline: 0;
    box-shadow: none !important;
}

.login-card{
    box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.5);
}

.landing {
    min-height: 100vh;
    background-image: url('../images/auth-img.jpg');
    background-size: cover;
    background-position: center bottom;
}

.landing .top-bar .container-fluid{
    justify-content: end;
}

.landing .top-bar a.nav-link.text-black {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 8px 24px;
    background-color: #fff;
}

.border-none{
    border: none !important;
}

.landing .navbar-nav {
    gap: 15px;
}

.top-bar .container-fluid{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

/*.site-header.header-one .top-bar .logo-block {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*}*/

ul.navbar-nav.me-auto {
    flex-direction: row;
}

.navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-weight: 600;
    font-size: 18px;
}

#login-page{
    background-image: url('../img/Login-Page.jpg');
    background-size: cover;
    background-position: center bottom;
}

.login-card{
    background-color: #fff;
    border-radius: 0;
}

.btn-theme, a.btn-theme{
    background-color: #000000;
    display: block;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    border-radius: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    padding: 9px 20px;
    box-shadow: none !important;
    outline: none !important;
}

.btn-theme:hover, a.btn-theme:hover{
    background-color: #EF7D19;
    color: #ffffff;
    transition: 0.3s ease;
}

.btn-theme.active{
    background-color: #000000 !important;
    color: #ffffff;
}

.lg-form-title{
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 26.72px;
    letter-spacing: 0.4em;
    text-align: center;
    text-transform: uppercase;
}

.login-form .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #A19B9B;
    padding: 8px 0;
    outline: none !important;
    box-shadow: none !important;
}

.login-card .card-body{
    padding: 24px 40px;
}

.icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icons a > span.img {
    background-color: #F0EEEE !important;
    padding: 9px;
    border-radius: 20px;
    height: 40px;
    min-width: 40px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.mobile-menu{
    display: none;
}

.mobile-menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    min-width: 40px;
    width: 40px;
}

.footer-wrapper{
    align-items: center;
}

.footer-links {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 20px;
    margin: 0;
}

.footer-links a{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.footer-section p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.bottom-bar .container-fluid {
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    position: relative;
}

.footer-section.f-section-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

footer.site-footer.footer-one {
    background-color: #000000;
    padding: 30px 160px;
}

.welcome-section h2{
    font-family: 'Inter';
    font-size: 26px;
    font-weight: bold;
    line-height: 34.74px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.listing-card {
    display: flex;
    background-color: #F7F7F7;
}

.listing-card .listing-image {
    width: 40%;
    border: 1px solid #d1d1d1;
    position: relative;
}

.sold-out {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}

.sold-out img{
    max-width: 100%;
    height: auto !important;
}

.listing-image > img {
    width: 100%;
    max-width: 100%;
    height: 355px;
    object-fit: contain;
}

.listing-details .listing-image img {
    height: 650px;
    object-fit: contain;
}

.listing-card .listing-detail {
    width: 60%;
    display: flex;
    flex-direction: column; /* Flexbox column to align content */
    justify-content: space-between; /* Keeps the `.detail-bar` at the bottom */
}

.lst-desc{
    padding: 45px 25px 25px 25px;
}

.listing-detail p{
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #747474;
}

.listing-price {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.lst-authr{
    font-family: 'Inter';
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

.lst-title{
    font-family: 'Inter';
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-align: left;
}

.detail-bar {
    margin-top: auto; /* Pushes this to the bottom */
}

._listinginterests {
    padding: 25px;
}

.detail-inner {
    border-top: 1px solid #D1D1D1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
}

.detail-bar p{
    margin-bottom: 0;
}

/* Ensures both are equally spaced */
/*.listing-card .listing-image,*/
/*.listing-card .listing-detail {*/
/*    flex: 1;*/
/*}*/

sup{
    color: red;
}

a.details-btn {
    color: #fff;
    background-color: #000;
    display: block;
    width: fit-content;
    border-radius: 20px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    min-height: 40px;
    padding: 9px 18px 9px 18px;
    position: relative;
    transition: 0.3s ease;
}

.listing-detail a.details-btn:hover {
    background-color: #EF7D19;
    color: #ffffff;
    transition: 0.3s ease;
}

a.btn-icon::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/chev-right-light.png');
    width: 13px;
    height: 13px;
}

.listing-detail a.btn-icon:hover::after{
    background-image: url('../img/chev-right-light.png');
}

a.btn-icon.icon-light::after {
    background-image: url('../img/chev-right-light.png');
}

.btn-theme.btn-icon.active::after{
    background-image: url('../img/chev-right-light.png');
}

.btn-icon{
    position: relative;
    padding: 9px 38px 9px 18px !important;
}

.account_menus ul.dropdown-menu {
    border: 0;
    background-color: #efeeee;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

.account_menus ul.dropdown-menu li a {
    padding: 15px 18px;
    border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
}

._usrname{
    cursor: pointer;
}

._usrname h4 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    margin: 0;
    color: #222222;
}

._usrname span {
    width: 49px;
    height: 49px;
    background-color: #EFEEEE;
    border-radius: 50px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

li.acc-nav a{
    padding: 9px 18px 9px 18px;
    border-radius: 20px;
    background-color: #EFEEEE;
}

li.acc-nav a.active {
    background-color: #151515;
}

li.acc-nav a.active{
    color: #fff;
}

li.acc-nav a{
    color: #191919;
}

.account_menus ul.top-side-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 10px;
}

li.acc-nav a {
    display: block;
    color: #191919;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
}

.gray-bg{
    background: #EFEEEE !important;
}

td, th{
    vertical-align: middle;
}

.site-table thead{
    background-color: #EFEEEE;
}

.site-table th{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 8px;
}

.site-table tbody tr{
    background: #FAFAFA;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.site-table {
    border-collapse: separate; /* Allows space between rows */
    border-spacing: 0 15px; /* Adjust the gap between rows (10px in this case) */
}

form .col-form-label{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 15px;
}

.accounts-form .form-control, .listings-form .form-control, .proposal-form .form-control{
    background: #F7F7F7 !important;
    border-color: #dfdfdf !important;
    outline: none !important;
    box-shadow: none !important;
    min-height: 46px;
}

/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    resize: none;
}

/** Custom Radio **/
.lbl-text [type="radio"]:checked, .lbl-text [type="radio"]:not(:checked), .lbl-text [type="checkbox"]:checked, .lbl-text [type="checkbox"]:not(:checked) {
    position: absolute;
    left: 3px;
    top: 2px;

}
.lbl-text [type="radio"]:checked + label,
.lbl-text [type="radio"]:not(:checked) + label,
.lbl-text [type="checkbox"]:checked + label,
.lbl-text [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.lbl-text [type="radio"]:checked + label:before,
.lbl-text [type="radio"]:not(:checked) + label:before,
.lbl-text [type="checkbox"]:checked + label:before,
.lbl-text [type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
.lbl-text [type="radio"]:checked + label:after,
.lbl-text [type="radio"]:not(:checked) + label:after,
.lbl-text [type="checkbox"]:checked + label:after,
.lbl-text [type="checkbox"]:not(:checked) + label:after{
    content: '';
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.lbl-text [type="radio"]:not(:checked) + label:after, .lbl-text [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.lbl-text [type="radio"]:checked + label:after, .lbl-text [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/** Custom Radio **/

/** Custom File Upload **/
.img-container {
    width: 100%;
}

.image-preview-container {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.image-upload-box {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: #f0f0f0;
    cursor: pointer;
    position: relative;
}

.image-upload-box img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.upload-placeholder {
    font-size: 32px;
    color: #777;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 180px;
    cursor: pointer;
}

.image-preview-container .image-box {
    position: relative;
    width: 200px;
    height: 200px;
    width: calc(100% / 8 - 10px);
}

.image-preview-container .image-box img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.image-preview-container .image-box .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/** Custom File Upload **/


.lbl-text, .lbl-text label{
    position: relative;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.icons a.nav-active .nav-title{
    background-color: #000000 !important;
    color: #ffffff;
}

.date-group{
    position: relative;
}

/* .date-group::after {
    content: "";
    position: absolute;
    background-image: url('../img/calendar.png');
    width: 16px;
    height: 16px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
} */

img {
    max-width: 100%;
    height: auto;
}

.sub-heading{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 25px;
    line-height: 43px;
}

.page-note {
    background-color: #000;
    padding: 15px;
}

.page-note h4{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 21px;
    line-height: 42px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.bg-grey{
    background: #F7F7F7;
}

.img-txt-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-txt-section .img-holder,
.img-txt-section .txtbox {
    width: 50%;
    box-sizing: border-box; /* Ensures padding doesn't affect the width */
}

.img-txt-section .txtbox{
    padding: 0 25px;
}

/* Padding-Top (pt) */
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }

/* Padding-Bottom (pb) */
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }

/* Horizontal Padding (px) */
.px-5 { padding: 0 5px; }
.px-10 { padding: 0 10px; }
.px-15 { padding: 0 15px; }
.px-20 { padding: 0 20px; }
.px-25 { padding: 0 25px; }
.px-30 { padding: 0 30px; }
.px-35 { padding: 0 35px; }
.px-40 { padding: 0 40px; }
.px-45 { padding: 0 45px; }
.px-50 { padding: 0 50px; }

/* Vertical Padding (py) */
.py-5 { padding: 5px 0; }
.py-10 { padding: 10px 0; }
.py-15 { padding: 15px 0; }
.py-20 { padding: 20px 0; }
.py-25 { padding: 25px 0; }
.py-30 { padding: 30px 0; }
.py-35 { padding: 35px 0; }
.py-40 { padding: 40px 0; }
.py-45 { padding: 45px 0; }
.py-50 { padding: 50px 0; }


.faicons::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-color: #000000;
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
}

.contact-details h5{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 19.33px;
    color: #222222;
}

.contact-details p{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #585858;
}

.faicons {
    padding-right: 8px;
}

.contact-box {
    display: flex;
    align-items: center;
    position: relative;
}

.contact-form, .contact-details{
    width: 50%;
    box-sizing: border-box; /* Ensures padding doesn't affect the width */    
}

.contact-form {
    padding-right: 30px;
}

.contact-details {
    padding: 0 30px;
}

.contact-form::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e7e7e7;
    transform: translateX(-50%);
}

button.btn-submit {
    color: #fff;
    background-color: #000;
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 9px 18px 9px 18px;
    border-radius: 20px;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    min-height: 40px;
    position: relative;
}

button.btn-submit:hover{
    color: #fff !important;
    background-color: #000 !important;
}

/*button.btn-submit::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 18px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background-image: url('../img/arrow.png');*/
/*    width: 14px;*/
/*    height: 12px;*/
/*}*/

.nav-link:focus, .nav-link:hover {
    color: #000000;
    outline: none;
}

.text-bold{
    font-weight: 700 !important;
}

.listing-details .listing-image {
    width: 70%;
    border: 1px solid #d1d1d1;
    text-align: center;
    position: relative;
}

.listing-details {
    display: flex;
    gap: 25px;
    align-items: start;
}

.listing-details .athr-details {
    width: 30%;
}

.text-orange {
    color: #EF7D19;
}

.text-orange:hover {
    color: #EF7D19;
}

.bg-orange{
    background-color: #EF7D19 !important;
    color: #fff;
}

.orange-outline {
    border: 2px solid #EF7D19;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
}

.orange-outline-br {
    border: 2px solid #EF7D19;
    border-radius: 25px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 700;
}

.athr-details {
    background: #F7F7F7;
    padding: 30px;
    position: sticky;
    top: 20px;
    z-index: 100;
}

.ath-box {
    display: flex;
    align-items: center;
    gap: 25px;
}

.ath-box img {
    height: 120px;
    object-fit: cover;
}

.authr-name {
    font-family: 'Inter';
    font-weight: bold;
    font-size: 23px;
    line-height: 30px;
    color: #191919;
}

.prv-box .title, .auth-info .title {
    font-family: 'Inter';
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
}

.prv-box .prc{
    font-family: 'Inter';
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}

.btn-black{
    background-color: #2e2e2e !important;
}

.btn-check:focus+.btn, .btn:focus, button:focus {
    outline: 0;
    box-shadow: none;
}

.lst-btn{
    min-height: 54px;
    line-height: 30px !important;
    border-radius: 35px !important;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #000;
}

.image-container img, .img-holder img{
    width: 100%;
}

ul.tags {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

.tags li {
    padding: 4px 15px;
    border: 1px solid #000;
    border-radius: 20px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.list-tags {
    display: flex;
    align-items: center;
}

.list-tags h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
    color: #000000;
}

.l-title{
    font-family: 'Inter';
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.section-head-separator{
    font-family: 'Inter';
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.17em;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.section-head-separator::before, .section-head-separator::after {
    content: "";
    flex: 1;
    height: 1px;
    background: black;
}

.section-head-separator::before{
    margin-right: 1em;
}

.section-head-separator::after{
    margin-left: 1em;
}

ul.filters{
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: end;
    margin: 0;
}

ul.filters > li {
    position: relative;
    min-height: 40px;
    background-color: #efeeee;
    border-radius: 20px;
    padding: 0 50px 0 30px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
}

.date-filter::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    background-image: url('../img/chev-down.png');
    width: 16px;
    height: 10px;
}

.oth-filters::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 14px;
    background-image: url('../img/filter.png');
    width: 20px;
    height: 12px;
}

span.separator {
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
}

.accounts-form .form-control.is-invalid, .listings-form .form-control.is-invalid {
    border-color: #dc3545 !important;
}

#toast-container>div{
    opacity: 1 !important;
}

span{
    position: relative;
}

span.ref-active, span.ref-inactive, span.ref-warning{
    font-weight: 500 !important;
    font-family: Inter !important;
}

span.ref-active::before {
    content: "";
    background-color: #00d300;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -15px;
    border-radius: 50px;
    transform: translateY(-50%);
}

span.ref-inactive::before {
    content: "";
    background-color: red;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -15px;
    border-radius: 50px;
    transform: translateY(-50%);
}

span.ref-warning::before {
    content: "";
    background-color: #FF9F29;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -15px;
    border-radius: 50px;
    transform: translateY(-50%);
}

.radio-bg {
    background-color: #f7f7f7 !important;
}

.radius-4{
    border-radius: .25rem;
}

.h-46{
    height: 46px;
}

.summary-box{
    position: sticky;
    top: 20px;
    z-index: 100;
}

.order_summary {
    border: 1px solid #CBCBCBB5;
    border-radius: 8px;
}

ul.od_summary {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.od_summary li {
    padding: 1.5rem!important;
    display: flex;
    justify-content: space-between;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

ul.od_summary li:not(:last-child) {
    border-bottom: 1px solid #CBCBCBB5;
}

ul.od_summary .total{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 21px;
    line-height: 19px;
    letter-spacing: 0%;
}

.section-title{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}

.yearpicker-container.yearpicker-dropdown {
    top: 40px;
}

.yearpicker-items:hover {
    color: rgb(0 0 0);
}

.yearpicker-prev:hover, .yearpicker-next:hover {
    color: rgb(0 0 0);
}

.upload-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.upload-box {
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.upload-box span {
    font-size: 24px;
    color: #999;
}

#imageUpload {
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}

#image-preview-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.image-preview-grid .image-box {
    margin: 5px;
    position: relative;
}

.upload-area .image-box img {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
}

.image-box .remove-btn, .image-box .remove-oldig {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: rgb(255 0 0);
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 1;
}

.custom-upload-box, .image-box {
    position: relative;
}

.lst-pagination ul.pagination{
    gap: 10px;
    margin: 0;
}

.lst-pagination .page-item .page-link {
    border-radius: 30rem !important;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    margin: 0;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 37px;
}

.lst-pagination .page-item .page-link:focus {
    outline: none !important;
    box-shadow: none;
}

.lst-pagination .page-item:first-child .page-link, .lst-pagination .page-item:last-child .page-link {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000000;
    border-color: #E7E7E7;
    background: #E7E7E7;
}

.page-item .page-link {
    color: #000000;
    border-color: #dfdfdf;
    background: #F7F7F7;
}

.center-border-horizontal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #D1D5DB;
    z-index: -1;
}

.center-border-horizontal {
    position: relative;
    z-index: 1;
}

.bg-base {
    background-color: #ffffff !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff !important;
    outline: none;
    background: #000 !important;
}

.slick-next {
    right: calc(50% - 40px) !important;
}

.slick-prev {
    left: calc(50% - 40px) !important;
}

.btn-dark-grey {
    background-color: #646464 !important;
}

.ldetails{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #2A2A2A;
}

.ldetails span{
    color: #646464;
}

.fs-16{
    font-size: 16px !important;
}

.fs-18{
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

#listing-filters {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.filter-container {
    display: flex;
    flex-wrap: wrap;
}

.filcol {
    margin-right: 20px;
    flex: 1;
    min-width: 150px;
}

.filtitle {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.filcol ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.filcol li {
    margin-bottom: 10px;
}

.filcol input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.apply-filters {
    margin-top: 20px;
}

.d-flex {
    display: flex;
    align-items: flex-start;
}

.filcol label {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

#filterbox {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

#filterbox.show {
    visibility: visible;
    opacity: 1;
    max-height: 100%; /* A large enough value to show content */
}

/* Pricing Plan */
.pricing__table {
    display: flex;
    gap: 20px;
    /*flex-direction: column;*/
    /*border: 1px solid #DEDEDE;*/
    /*border-radius: 20px;*/
    /*overflow: hidden;*/
}

.pricing_card {
    position: relative;
    padding: 30px 45px;
    border: 1px solid #DEDEDE;
    background-color: #EFEFEF;
    border-radius: 20px;
    flex-grow: 1;
    box-shadow: 0px 0px 5px 4px #f1f1f1;
    transition: box-shadow 0.3s ease;
    overflow: hidden;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.included-plan {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 90px solid #28a745;
    border-right: 90px solid transparent;
    z-index: 1;
}

.included-plan-text {
    position: absolute;
    top: 45px;
    left: 5px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    white-space: nowrap;
    z-index: 9;
}

.pricing_card.hovered {
    box-shadow: 0 0 5px 4px rgb(0 0 0 / 24%);
    transition: box-shadow 0.3s ease;
}

.pricing_card.selected {
    border: 1px solid #000; /* or whatever highlight you like */
    background-color: #f8f9fa;
    box-shadow: 0 0 5px 4px rgb(0 0 0 / 24%);
}

.pricing_card-features {
    min-height: 150px;
}

.pricing_card-pdescription{
    margin-top: 15px;
}

.pricing_card-ft {
    margin: 12px 0;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #6d7081;
    text-decoration-style: dashed;
    text-underline-position: under;
}

.pricing_card-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.pricing_card-price {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 42px;
    text-align: center;
}

.pricing_card-seperator {
    border-top: 1px solid #dedede;
    margin: 32px 0;
    width: 100%;
}

.pricing_card-selection {
    margin-top: 24px;
    text-align: center;
}

.pricing__table .pt__title {
   display: flex;
}

.pricing__table .pt__title .pt__title__wrap {
   position: relative;
   display: flex;
   flex: 1;
   flex-direction: row;
   font-size: 18px;
   text-align: center;
}

.pricing__table .pt__title .pt__title__wrap .pt__row {
   display: flex;
   width: 25%;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 0 15px;
   min-height: 60px;
   font-size: 20px;
   font-weight: 600;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(2),
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(4) {
   border-bottom: 0;
   /*border-top-left-radius: 15px;
   border-top-right-radius: 15px;*/
   background-color: #EFEFEF;
}
.pricing__table .pt__option {
   position: relative;
}
.pricing__table .pt__option .pt__option__mobile__nav {
   position: absolute;
   z-index: 1;
   top: 25px;
   bottom: auto;
   left: 50%;
   right: auto;
   display: none;
   justify-content: space-between;
   width: calc(100% + 30px);
   transform: translateX(-50%);
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 40px;
   height: 40px;
   color: #fff;
   border-radius: 50%;
   transition: 0.25s;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
   background-color: #0057e6;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
   background-color: #c0beb6;
   pointer-events: none;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:first-child {
   position: relative;
   left: -5px;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:last-child {
   position: relative;
   right: 5px;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
   width: 16px;
   color: #faf7f2;
}
.pricing__table .pt__option .pt__option__slider {
   overflow: visible;
}

.pricing__table .pt__option .pt__option__slider .swiper-wrapper {
   display: flex;
   flex-direction: column;
   align-items: stretch;
   width: 100%;
}
.pricing__table .pt__option .pt__option__item {
   width: 100%;
   margin-right: 0;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
   display: flex;
   flex-direction: row;
   font-size: 1.375rem;
   line-height: 1.4;
   position: relative;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   width: 25%;
   min-height: 60px;
   padding: 0 15px;
   font-size: 16px;
   border-bottom: 1px solid #DEDEDE;
}

.pricing__table .pt__option .pt__option__item:last-child .pt__item .pt__row {
    border-bottom: none;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
   align-items: flex-start;
   text-align: left;
   font-weight: 600;
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(2),
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(4) {
   background-color: #EFEFEF;
}

.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
   display: inline-flex;
   padding: 20px 15px;
}

.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:first-child {
   border-bottom: 0;
}

.transact-btn{
    color: #ffffff;
    background-color: #000000;
    display: block;
    width: fit-content;
    border-radius: 20px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    min-height: 40px;
    padding: 9px 18px 9px 18px;
    position: relative;
    transition: 0.3s ease;
}

.transact-btn:hover{
    color: #ffffff;
    background-color: #EF7D19;
}

.pt__row span.checked{
    background-image: url('../img/checked.svg');
    width: 20px;
    height: 20px;
}

.pt__row span.unchecked{
    background-image: url('../img/unchecked.svg');
    width: 20px;
    height: 20px;
}

span.planprice{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

span.pteg{
    font-family: 'Inter';
    font-weight: 900;
    font-size: 42.15px;
}

.pt__title__wrap .pt__row {
    min-height: 120px !important;
    padding: 20px 15px !important;
}
/* Pricing Plan */

.agreement_details{
    background: #F7F7F7;
    padding: 35px;
}

.p-35{
    padding: 35px;
}

/* For bullet lists */
li[data-list="bullet"] {
    list-style-type: disc; /* or whatever style you prefer for bullets */
}

/* For ordered lists */
li[data-list="ordered"] {
    list-style-type: decimal; /* or whatever style you prefer for ordered lists */
}

.agreement_details p {
    margin-bottom: 0;
}

.agreement_details h5{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

/* .lst-agreement{
    height: 900px;
    overflow-y: scroll;
} */

.selpckg{
    font-size: 26px;
    font-weight: bold;
    line-height: 34.74px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.thnkyou-box{
    background: #F7F7F7;
    padding: 80px 40px;
}

.thnkyou-box h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 34.74px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.ty-btn{
    background-color: #000;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    width: fit-content;
    height: 40px;
    line-height: 1.2;
    border-radius: 45px;
}

.ty-btn:hover{
    color: #fff;
}

.custom-checkbox {
    position: relative;
    border: 2px solid #b1b1b1;
    border-radius: 5px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
}

.custom-checkbox:checked {
    background-color: #000;
    border: 2px solid #000000;
    opacity: 1;
}

.custom-checkbox:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0px 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.custom-checkbox:checked:before{
    border-color: #fff;
}

.ms_layout {
    display: flex;
    width: 100%;
    gap: 20px;
}

.user-list {
    flex-basis: 20%;
    flex-shrink: 0;
}

#chat-details {
    display: flex;
    gap: 20px;
}

.lst-preview {
    flex-basis: 30%;
    flex-shrink: 0;
}

.ch-container{
    flex-basis: 70%;
}

.chat-box {
    flex-basis: 80%;
    flex-grow: 1;
}

.lst-preview img{
    border-radius: 10px;
}

.vw-artwork-btn {
    border: 2px solid #222222;
    padding: 9px 20px;
    width: 100%;
    border-radius: 30px;
    min-height: 54px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
    color: #222222;
}

.stitle {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    margin-bottom: 16px;
}

.user-item {
    max-height: 685px;
    overflow-y: scroll;
}

.user-item ul{
    list-style: none;
    padding: 0;
}

.user-item ul li{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 20px 10px;
}

.user-item ul li:not(:last-child) {
    margin-bottom: 15px;
}

span.msg_time {
    color: #717171;
    font-size: 11px;
    margin-left: 6px;
    font-weight: 400;
}

.sender-name {
    font-size: 16px;
    font-weight: 400;
}

p.m-0.date-gp {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
}

#chat-wrapper {
    display: flex;
    flex-direction: column;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
    background-color: #F8F8F8;
    margin: 20px auto;
    padding: 10px;
}

#chat-box{
    height: 600px;
    overflow-y: scroll;
}

#chat {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 10px;
    min-height: 650px;
}

.message-item {
    margin-bottom: 10px;
}

.date-gp {
    text-align: center;
    margin-bottom: 10px;
    color: #888;
    font-weight: bold;
}

#chat-form {
    display: flex;
    padding: 10px;
}

#chat-form.cchat {
    background-color: #000000;
    color: #ffffff;
}

.chat-field {
    flex-grow: 1;
    padding: 10px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #b0b0b0;
    margin-right: 10px;
    outline: none;
}

.sub-chat {
    width: 40px;
    height: 40px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.sub-chat img {
    max-width: 100%;
    width: 20px;
}

.nof {
    border-top: 1px solid #dfdfdf;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 15px;
}

.stitle h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

h4.art_title {
    font-family: 'Inter';
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 18px;
}

.usr-holder {
    display: flex;
}

.usr-holder img{
    max-height: 30px;
}

.ms-item {
    padding-left: 10px;
}

.message-item.sdr {
    justify-content: flex-end; /* Move entire message item to the right */
    text-align: right; /* Align the text to the right */
}

.message-item.sdr .usr-holder {
    flex-direction: row-reverse; /* Swap image and message content positions */
}

.sdr .ms-item {
    padding-right: 10px;
    padding-left: 0;
}

.sdr span.msg_time {
    margin-right: 6px;
    margin-left: 0;
}

input, textarea{
    font-family: 'Open Sans';
}

ul.filters > li a {
    font-weight: 600;
}

.lsdt{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.ntfy {
    position: relative;
}

.ntfy::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #00d300;
    border-radius: 20px;
    top: 0;
    right: 0;
}

/* Order Receipt */
.text-danger strong {
    color: #9f181c;
}

.art-title{
    height: 120px;
    min-height: 120px;
}
.receipt-main {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 12px solid #000000;
    border-top: 12px solid #EF7D19;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px 30px !important;
    position: relative;
    box-shadow: 0 1px 21px #acacac;
    color: #000000;
    font-family: 'Open Sans';
}
.receipt-main p {
    color: #000000;
    font-family: 'Open Sans';
    line-height: 1.42857;
}
.receipt-footer h1 {
    font-size: 15px;
    font-weight: 400 !important;
    margin: 0 !important;
}
.receipt-main thead {
    background: #000000 none repeat scroll 0 0;
}
.receipt-main thead th {
    color:#fff;
}
.receipt-right h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px 0;
}
.receipt-right p {
    font-size: 12px;
    margin: 0px;
}
.receipt-right p i {
    text-align: center;
    width: 18px;
}
.receipt-main td {
    padding: 9px 20px !important;
}
.receipt-main th {
    padding: 13px 20px !important;
}
.receipt-main td {
    font-size: 13px;
    font-weight: initial !important;
}
.receipt-main td p:last-child {
    margin: 0;
    padding: 0;
}   
.receipt-main td h2 {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
.receipt-header-mid .receipt-left h1 {
    font-weight: 100;
    margin: 34px 0 0;
    text-align: right;
    text-transform: uppercase;
}
.receipt-header-mid {
    margin: 24px 0;
    overflow: hidden;
}
#container {
    background-color: #dcdcdc;
}
/* Order Receipt */

.cht-sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}

.cht-sidebar .ch-info {
    flex-grow: 1;
    padding: 0 0.75rem;
}

.admin .ms-item div {
    background-color: antiquewhite;
    padding: 10px;
    border-radius: 15px;
}

.admin .ms-item div h5 {
    font-size: 24px;
}

.app-filters {
    color: #000;
    background-color: #fff;
    display: block;
    width: fit-content;
    border-radius: 20px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    min-height: 40px;
    padding: 9px 18px 9px 18px;
    position: relative;
    transition: 0.3s ease;
}

li._usrname.act {
    background: #cdcdcd;
}

.col-form-label .btn{
    border: 0;
    line-height: 1;
}

.pst-views {
    padding-left: 25px;
    position: relative;
}

.pst-views::before {
    content: "";
    position: absolute;
    background-image: url('../img/view.png');
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.input-prefix input {
    padding-left: 30px;
}

.input-prefix span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.input-prefix {
    position: relative;
}

label.tcp {
    text-indent: -9999px;
}

.addonpackages td{
    padding: 30px 10px !important;
}

span.currency-amount {
    display: inline-block;
    min-width: 4em;
    text-align: right;
}



.ath-img {
    width: 120px;
    border: 1px solid #d1d1d1;
    text-align: center;
}

.ath-img img{
    height: 119px;
    width: auto;
    object-filt: contain;
}

.ps-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

span.sep {
    background-color: #D1D1D1;
    width: 1px;
    height: 20px;
}

.ps-details p {
    font-size: 14px !important;
}

.btn-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa;
}

.fee-head h4 {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: bold;
    line-height: 34.74px;
    letter-spacing: 0.17em;
    text-align: center;
    text-transform: uppercase;
}

.ps-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ml-proceed {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
}

.ml-proceed img {
    max-width: 100%;
    width: 30px;
}

.mb{
    display: none !important;
}

.mbhide{
    display: none !important;
}

.ltg-bts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* .nav-title{
    display: none;
} */

.add-lst{
    display: none;
}

header.fixed {
    position: fixed;
    width: calc(100vw - 40px);
    top: 0;
    z-index: 999;
}

header.fixed .icons{
    right: 0;
    opacity: 1;
    transition: 0.5s ease;
    z-index: 9999;
}

body.noscroll{
    overflow: hidden;
}

header.fixed + main {
    padding-top: 128px !important;
}

#toggle-menu {
    background-color: #f0eeee;
    border-radius: 25px;
    padding: 0 8px;
}

#toggle-menu .line {
    width: 24px;
    height: 2px;
    background-color: #000000;
    display: block;
    margin: 2px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#toggle-menu .line:nth-child(3) {
    width: 16px;
    margin: 2px auto 0 0;
}

#toggle-menu.is-active .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

#toggle-menu.is-active .line:nth-child(2) {
    opacity: 0;
}

#toggle-menu.is-active .line:nth-child(3) {
    width: 24px;
    margin: 2px auto;
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

._lisitngchat .user-list{
    display: none;
}

.close-overlay {
    display: none;
}

#msgfloat {
    display: none;
}

.clsmsg{
    display: none;
}

.agm-box {
    display: flex;
    gap: 20px;
}

.agm-ig {
    width: 30%;
}

.agm-ig img{
    width: 100%;
}

.gap-10{
    gap: 10px;
}

.gap-20{
    gap: 20px;
}

.gbox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.b-holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    position: relative;
}

/* Connecting line between the circles */
.b-holder:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 100px;
    width: 50%;
    left: -25%;
    height: 1px;
    background: #999;
    z-index: 0;
}

.b-holder:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 100px;
    width: 50%;
    right: -25%;
    height: 1px;
    background: #999;
    z-index: 0;
}

.b-holder img {
    position: relative;
    z-index: 1;
}

.listing-services {
    margin: 0 -15px;
}

.lst-srv-table{
    border-collapse: separate;
    border-spacing: 15px;
}

.lst-srv-table thead {
    background-color: #343434;
    color: #ffffff;
    text-transform: uppercase;
}

.lst-srv-table tbody tr:nth-child(odd) td:nth-child(odd) {
    background: #EFEFEF;
}

.lst-srv-table tbody tr:nth-child(odd) td:nth-child(even) {
    background: #FAFAFA;
}

.lst-srv-table tbody tr:nth-child(even) td:nth-child(odd) {
    background: #FAFAFA;
}

.lst-srv-table tbody tr:nth-child(even) td:nth-child(even) {
    background: #EFEFEF;
}

.faq-holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-box{
    padding: 24px;
    border-radius: 12px;
}

.faq-box:nth-child(odd){
    background: #FAFBFB;
}

.faq-box:nth-child(even){
    background: #EFEEEF;
}

.hguide{
    letter-spacing: 0.17em;
    text-transform: uppercase;

    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.rf-captcha{
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
}

.rf-captcha:hover {
    background-color: #000;
    color: #fff;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.spin {
    animation: spin 1s linear infinite;
}

ul.list-icon {
    list-style: none;
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
}

.list-icon li {
    text-align: left;
    position: relative;
    padding-left: 32px;
    margin: 10px 0;
}

ul.list-icon li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    /* transform: translateY(-50%); */
    width: 22px;
    height: 22px;
    background: url('../images/list_icon.png') no-repeat center center;
    background-size: contain;
}

.optional-listing img{
    width: 24px !important;
}

@media only screen and (max-width: 1440px){
    #app {
        padding: 0 80px;
    }

    footer.site-footer.footer-one {
        padding: 30px 80px;
    }
}

@media only screen and (max-width: 1200px){
    .b-holder:nth-child(2)::before {
        width: 40%;
        left: -20%;
    }

    .b-holder:nth-child(2)::after {
        width: 40%;
        right: -20%;
    }
}

@media only screen and (max-width: 1024px){
    #app {
        padding: 0 40px;
    }

    .listing-details .listing-image img {
        height: 500px;
    }

    .athr-details {
        padding: 20px;
    }

    .ath-box {
        flex-direction: column;
        align-items: start;
    }

    .ath-img {
        width: 90px;
    }

    .ath-img img {
        height: 90px;
    }

    .authr-name {
        font-size: 20px;
        line-height: 24px;
    }

    footer.site-footer.footer-one {
        padding: 30px 40px;
    }

    .bottom-bar .container-fluid{
        flex-direction: column;
        gap: 30px;
    }

    .footer-section.f-section-2.text-center {
        position: unset;
        -webkit-transform: none;
        transform: none;
    }

    .sub-heading {
        font-size: 22px;
        line-height: 32px;
    }

    .txtbox h4 {
        font-size: 22px;
    }

    .img-txt-section .img-holder img{
        height: 500px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px){
    #app {
        padding: 0 20px;
    }

    .b-holder img {
        width: 130px;
    }

    .b-holder:nth-child(2)::before, .b-holder:nth-child(2)::after {
        top: 65px;
    }

    .agm-box {
        display: unset;
    }

    .agm-ig {
        width: 100%;
    }

    #msgfloat {
        display: block;
        position: fixed;
        left: 20px;
        top: 170px;
        transition: 0.5s ease;
    }

    .floater {
        background-color: #000;
        width: 50px;
        height: 50px;
        border-radius: 30px;
        opacity: 0.7;
        line-height: 50px;
        text-align: center;
    }

    #msgfloat.show{
        left: 72%;
        z-index: 99;
    }

    #msgfloat.show .dspmsg{
        display: none;
    }

    #msgfloat.show .clsmsg {
        display: unset;
    }

    .user-list {
        position: fixed;
        left: -100%;
        top: 0;
        background: #fff;
        width: 70%;
        height: 100%;
        transition: 0.5s ease;
        padding: 20px;
    }

    .user-list.show {
        z-index: 99;
        left: 0;
    }

    .page-note h4 {
        font-size: 18px;
        line-height: 36px;
    }

    .img-txt-section{
        flex-direction: column;
    }

    .img-txt-section .img-holder, .img-txt-section .txtbox{
        width: 100%;
    }

    .img-txt-section .img-holder{
        order: 1;
    }

    .img-txt-section .txtbox{
        order: 2;
        padding: 25px;
    }

    .img-txt-section .img-holder img {
        height: auto;
    }

    .quote h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .mb{
        display: block !important;
    }

    .p-mt-0{
        padding-top: 0;
    }

    .pc{
        display: none;
    }

    .filtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .ath-box {
        flex-direction: row;
        align-items: center;
    }

    .rhb {
        width: 200px !important;
    }

    footer.site-footer.footer-one {
        padding: 30px 20px;
    }

    .listing-card {
        flex-direction: column;
    }

    .listing-card .listing-image {
        width: 100%;
    }

    .listing-card .listing-detail {
        width: 100%;
    }

    .listing-details {
        flex-direction: column;
        gap: 0;
    }

    .listing-details .listing-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .listing-details .athr-details {
        width: 100%;
        padding: 20px;
        margin-top: 12px;
    }

    .tprow{
        padding-top: 0;
    }

    .ath-img {
        width: 90px;
    }

    .ath-img img {
        height: 90px;
    }

    .listing-details .listing-image img {
        height: 350px;
    }

    .authr-name {
        font-size: 20px;
        line-height: 24px;
    }

    h4.art_title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .list-tags {
        margin-top: 0 !important;
    }

    .welcome-section h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .section-head-separator{
        font-size: 24px;
        line-height: 30px;
    }

    .ltg-bts {
        flex-direction: row;
        gap: 15px;
        justify-content: space-between;
    }

    .lst-desc {
        padding: 30px;
    }

    .ch-container {
        flex-basis: 100%;
    }

    .lst-preview {
        position: fixed;
        right: -100%;
        width: 70%;
        background-color: #fff;
        padding: 40px;
        height: 100vh;
        top: 0;
        box-shadow: 1px 0px 15px #000000;
        transition: 0.5s ease;
        z-index: 99;
    }

    .lst-preview.show {
        right: -1px;
    }

    .close-overlay {
        display: block;
        position: absolute;
        top: 20px;
        left: -55px;
    }

    li.acc-nav a.dropdown-toggle  {
        padding: 1px;
        border-radius: 50px;
        background-color: transparent;
    }

    .dropdown-toggle::after{
        display: none;
    }
}

@media (min-width: 576px) {
    .ntitle .nav-title {
        height: 40px;
        min-width: 40px;
        width: 100%;
        text-align: center;
        display: block;
        line-height: 20px;
        font-size: 18px;
        font-weight: 600;
        color: rgb(0, 0, 0);
        background-color: rgb(240, 238, 238) !important;
        padding: 9px 16px;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 575px){
    .gbox {
        flex-direction: column;
        gap: 80px;
    }

    .hguide {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.06em;
    }

    .shdesc h5 {
        text-align: left;
    }

    .b-holder:nth-child(2)::before {
        width: 1px;
        left: 65px;
        top: -55% !important;
        height: 50%;
    }

    .b-holder:nth-child(2)::after {
        width: 1px;
        left: 65px;
        bottom: -55% !important;
        height: 50%;
        top: unset;
    }

    .lst-srv-table td:first-child,
    .lst-srv-table th:first-child {
        position: sticky;
        left: 0;
        z-index: 9; /* Keeps it above other cells */
    }

    .lst-srv-table th:first-child{
        background: #343434;
    }

    .listing-services{
        margin: 0;
    }

    .lst-srv-table{
        margin-left: -15px;
    }

    .b-holder {
        flex-direction: row;
    }

    .login-card {
        background-color: #fff !important;
    }

    .contact-box {
        flex-direction: column;
    }

    .memdet tr th, .memdet tr td {
        font-size: 12px !important;
    }

    .contact-form::after{
        display: none;
    }

    .contact-form, .contact-details{
        width: 100%;
    }

    .contact-form, .contact-details {
        padding: 0;
    }

    .contact-form{
        order: 2;
    }

    .contact-details{
        order: 1;
        padding-bottom: 25px;
    }

    .nowrap{
        white-space: nowrap;
    }

    .agreement_details {
        padding: 20px;
    }

    .selpckg {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.06em;
        margin-bottom: 15px !important;
    }

    .site-table th {
        font-size: 15px;
        line-height: 17px;
    }

    .site-table tr td{
        font-size: 13px;
        line-height: 15px;
    }

    .mbnone{
        display: none;
    }

    .gap-mb-20{
        gap: 20px;
    }

    .txtbox h4 {
        font-size: 18px;
    }

    .page-note h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .sub-heading {
        font-size: 20px;
        line-height: 28px;
    }

    #sortby, #filters{
        display: none;
    }

    ul.filters > li {
        width: 40px;
        padding: 0;
    }

    .sort-options{
        left: unset;
        right: 0;
    }

    .date-filter::after {
        background-image: url('../img/sort.svg');
        background-position: center center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        top: 10px;
        left: 10px;
        right: unset;
        background-size: contain;
    }

    .oth-filters::after {
        right: unset;
        left: 10px;
    }

    .filter-container{
        flex-direction: column;
    }

    .filcol {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .filter-container span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    .p-mb-x-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .icons {
        position: fixed;
        padding: 20px;
        opacity: 0;
        right: -100%;
        height: 100vh;
        z-index: -9;
        background-color: #fff;
        width: 100%;
        top: 105px;
        flex-direction: column;
        transition: 0.5s ease;
    }

    .nav-ic-holder{
        width: 100%;
    }

    header.fixed .nav-ic-holder a {
        display: flex !important;
        width: 100%;
        gap: 30px;
        align-items: center;
    }

    header.fixed span.nav-title {
        display: block;
    }

    span.nav-title {
        color: #000;
        line-height: 20px;
        font-size: 18px;
    }

    .icons .nav-ic-holder:nth-child(4){
        order: 1;
    }

    .icons .nav-ic-holder:nth-child(1),
    .icons .nav-ic-holder:nth-child(2),
    .icons .nav-ic-holder:nth-child(3),
    .icons .nav-ic-holder:nth-child(5){
        order: 2;
    }

    .welcome-section h2 {
        font-size: 22px;
    }

    .usname {
        display: block;
    }

    .lst-desc {
        padding: 20px;
    }

    .lst-title {
        font-size: 20px;
        line-height: 24px;
    }

    .listing-price {
        font-size: 18px;
        line-height: 22px;
    }

    .lst-authr {
        font-size: 16px;
        line-height: 20px;
    }

    .ps-details {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .ps-details span {
        display: none;
    }

    .listing-details .athr-details {
        width: 100%;
    }

    .ltg-bts {
        flex-wrap: wrap;
        gap: 0;
        row-gap: 15px;
    }

    .rhb {
        width: 100% !important;
    }

    h4.art_title {
        font-size: 22px;
        line-height: 26px;
    }

    .ltg-bts .rhb:nth-child(2) {
        order: 1; /* Price button goes first */
        width: 100%;
    }

    .ltg-bts .rhb:nth-child(1),
    .ltg-bts .rhb:nth-child(3) {
        order: 2;
        width: 48% !important;
        margin-top: 0 !important;
    }

    .ltg-bts .rhb:nth-child(1),
    .ltg-bts .rhb:nth-child(3) {
        display: inline-block;
    }

    .ltg-bts .rhb:nth-child(2) {
        display: block;
    }

    .mobile-menu{
        display: block;
    }

    .mbhide{
        display: block !important;
    }

    .icons a > span.img {
        border-radius: 30px;
        height: 50px;
        min-width: 50px;
        width: 50px;
        line-height: 30px;
    }

    .nav-ic-holder {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 15px;
    }

    .lst-preview {
        width: 85%;
        padding: 20px;
    }

    .section-head-separator {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.06em;
    }

    .slick-slide {
        margin-right: 0 !important;
    }

    .slick-list{
        margin-right: 0 !important;
    }
    
}