@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

/* Feedback Modal Styles */
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    cursor: pointer;
    font-size: 24px;
    color: #ddd;
    transition: color 0.2s;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
    color: #ffc107;
}

.star-rating label i {
    font-weight: 400;
}

.star-rating input[type="radio"]:checked ~ label i,
.star-rating label:hover i,
.star-rating label:hover ~ label i {
    font-weight: 900;
}

.star-rating input[type="radio"]:checked ~ label i::before,
.star-rating label:hover i::before,
.star-rating label:hover ~ label i::before {
    content: "\f005" !important; /* Solid star */
}

.dropzone {
    border: 2px dashed #aaa;
    border-radius: .50rem!important;
    padding: 5px 5px;
}

.dz-preview .dz-image img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.dropzone .dz-preview .dz-image {
    width: 100px;
    height: 100px;
}

.dropzone .dz-preview:hover .dz-image img {
    filter: blur(0px);
}

.dz-size, .dz-filename {
    display: none;
}

.img-square .icon{
    position: absolute;
    top: 0px;
    right: 5px;
    background: #fff;
}

.user-circle .online {
    position: absolute;
    bottom: -2px;
    right: 3px;
    font-size: 20px;
    color: #55b72d;
}

.user-circle .premium-buyer {
    border: 2px solid #ffbf00 !important;
}

.user-circle .diamond-seller {
    border: 2px solid #17a2b8 !important;
}



@media (max-width: 767.98px) {
    .user-circle .online {
        bottom: -3px;
        right: 10px;
    }
}

.comment-divider {
    position: absolute;
    font-size: 35px;
    color: #f3f3f3;
    right: -8px;
    top: 0px;
}

.help-text {
    font-size: 13px;
    margin-top: 5px;
}

.breakword {
    word-break: break-word;
}

.line-height-1 {
    line-height: 1;
}

.font-size-9 {
    font-size: 9px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-13 {
    font-size: 13px;
}

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

.font-size-26 {
    font-size: 26px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-45 {
    font-size: 45px;
}

.home-text {
    font-size: 45px;
}
.font-size-60 {
    font-size: 60px;
}

.order-2 .comment-divider {
    left: -8px;
    top: 0px;
}

.seller-data {
    background: black;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    width: 90%
}

.search-bar .form-control {
    min-height: 20px !important;
    font-size: 14px !important;
    border: 1px solid #6c757d;
    padding: 12px;
    border-radius: 5px;
}

.search-bar .form-control:focus {
    outline: none;
    -webkit-appearance: none;
    outline-color: transparent;
    outline-style: none;
    outline:none;
}

.search-bar button {
    min-height: 20px !important;
    padding: 0px 10px;
    outline: none;

}

.divider {
    border-right: 1px solid #eee;
}

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

.table th {}
th {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
}

ul {

}

li.dropdown:hover > .dropdown-menu, navbar-dropdown:hover > .dropdown-menu {
    display: block;
}

li.dropdown .nav-item .nav-link{
    color: #999;
    border-bottom: 1px solid #f9f9f9;
}

li.dropdown .nav-item .nav-link:hover{
    background: #f9f9f9;
}

.list-inline {
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    margin:0;
}
.list-inline-item {
    margin: 0px !important;
}


.list-inline-item a {
    border-bottom: 2px solid transparent;
    color: inherit;
    display: list-item;
    border-radius: 30px;
    margin-right: 5px;
    background: #FAFAFA;
    margin-bottom: 10px;
    padding: 5px 15px;
}

.list-inline-item a.active {
    background: #ed3e6a !important;
    color: #fff;
    border-bottom: 3px solid #ca0345;
}

.list-inline-item a:hover {
    background: #999;
    color: #fff;
}

.user-button-bottom-right {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 40px;
    border: 4px solid #fff;
    background: white;
}

.user-button-top-right {
    position: absolute;
    top: 0px;
    right: 10px;
    height: 40px;
    width: 40px;
    border: 4px solid #fff;
    background: white;
}

.message-left {
    background: #f8f9fa;
    border-radius: 0 20px 20px 20px;
}

.message-right {
    background: #802134;
    color: #fff;
    border-radius: 20px 20px 0 20px;
}

body {
    color: #4f4e4c;
    font-family: 'Inter', sans-serif;
    margin-top: 59px;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.text-body {
    color: #4f4e4c;
}

a {
    color: inherit;
    font-weight: 700;
}

a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.bg-brand {
    background: #ee0979;
    color: #fff;
}

.border-left-1 {
    border-left: 3px solid #407dab;
}

.border-left-2 {
    border-left: 3px solid #ee0979;
}

.border-left-10, .border-left-11  {
    border-left: 3px solid firebrick;
}

.border-left-12  {
    border-left: 3px solid orange;
}

.fc-button-group {
    display: none;
}

.brand-picture-bg {
    background-size: cover;
    color: #fff;
    background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.8)),url('../img/buy-sell-ad.png') bottom right no-repeat #f6f6f6 !important;
}

.brand {
    color: #ed3e6a;
}

/* ATW Homepage Hero Section Gradient Background */
.atw-hero-gradient {
    background: linear-gradient(135deg, #fff0f5 0%, #ffe4ec 100%);
    padding: 20px 0;
}

.brand-light {
    color: #f5c6d2;
}

.brand-border {
    border: 1px solid #ed3e6a;
}

.brand-border-top {
    border-top: 3px solid #ed3e6a;
}

.brand-hr {
    width: 60px;
    border-top: 2px solid #ed3e6a;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.text-success {
    color: #006400 !important;
}


.text-warning {
    color: #f97910 !important;
}

.breadcrumb {
    background: none;
    font-size: 13px;
    padding: 0;
}

.breadcrumb a {
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "> ";
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .3rem !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .2rem !important;
}

.main-navbar {
    border-top: 2px solid #ed3e6a;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 1px 2px 0 rgba(0,0,0,.12);
    padding: 4px 0;
}

.main-navbar .left-nav li .nav-link {
    border-left: 1px solid #f7f7f7;
    padding: 20px 30px;
    letter-spacing: 2px;
    font-size: 14px;
}

.main-navbar .left-nav li:hover, .main-navbar .left-nav li:hover .nav-link  {
    background: #ed3e6a;
    color: #fff;
}

.main-navbar .left-nav li.active, .main-navbar .left-nav li.active .nav-link  {
    background: #4c4c4c;
    color: #fff !important;
}

.logo {
    height: 34px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.main-navbar .left-nav li:last-child {
    border-right: 1px solid #f7f7f7;
}

.search .form-control {
    padding: 20px 20px !important;
    min-height: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
    color: #3A3A4E;
}


h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}
.btn {
    padding: 0.8rem 3rem;
    font-weight: 700;
}

.btn-sm {
    padding: 6px 10px;
    font-size: 13px;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-xl {
    padding: 20px 50px;
}

label {
    font-weight: 700;
    text-align: left !important;
}

.subtitle {
    margin-bottom: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 18px;
    font-style: normal;
}

.form-control {
    padding: 20px;
    min-height: 55px;
    font-size: 18px;
    border-radius: 10px;
}

.form-control-sm {
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    min-height: 0;
}

textarea.form-control {
    padding: 15px;
    font-size: 16px;

}

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

.form-group {
    margin-bottom: 20px;
}
.bg-black {
    background-color: #000 !important;
}

.rounded-pill {
    border-radius: 5rem;
}

.navbar-secondary {
    background: #232e3a !important;
}

.navbar-secondary .navbar-brand {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}

.navbar-secondary .navbar-nav {
    padding: 10px 0
}

.navbar-secondary .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    padding: 10px 13px;
}

.navbar-secondary .navbar-nav .nav-item .nav-link:hover {
    background: #232e3a;
    color: #fff;
}

.navbar-secondary {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.dropdown-menu ul li a {
    color: inherit;
}

.dropdown-item {
    color: #4f4e4c;
}

.hide {
    display: none;
}

.main-hero {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: contain;
    background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.8)),url('../img/main-hero.jpg') bottom right no-repeat #f6f6f6 !important;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.main-hero h1{
    line-height: 65px;
    color: #fff;
    font-size: 65px;
}
.small {
    font-size: 90% !important;
    line-height: 20px;
}

.large {
    font-size: 110% !important;
    line-height: 20px;
}

.img-square {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}

.img-fluid {
    width: 100%;
}

.img-square img{
    position:absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-listing {
    position:relative;
    overflow:hidden;
    padding-bottom:60%;
}

.img-square img, .img-listing img{
    position:absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-main-image {
    object-fit: cover;
    max-height: 400px;
}

.listing .listing-user {
    position: absolute;
    top: -65px;
    right: 25px;
    z-index: 10;
}

.listing .listing-user img {
    height: 65px;
    width: 65px;
    object-fit: cover;
    border: 4px solid #fff;
}

.listing .small-listing-user {
    position: absolute;
    top: -35px;
    right: 5px;
    z-index: 10;
}

.listing .small-listing-user img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border: 4px solid #fff;
}

.listing-description {
    height: 42px;
    overflow: hidden;
}

.object-fit-cover {
    object-fit: cover;
}

.img-thumbnail {
    padding: 0;
}

.img-square .action {
    position: absolute;
    display: none;
}

.img-square:hover .action {
    bottom: 15px;
    right: 15px;
    z-index: 10;
    display: block;
}

.reveal-product-images {
    background: black;
    width: 100%;
    text-align: center;
    z-index: 20;
    opacity: 0.95;
}

.stars {
    display: inline-block;
}

input.star {
    display: none; }

label.star {
    float: right;
    padding: 0 3px 0 0;
    font-size: 35px;
    color: #aaa;
    transition: all .2s;
    cursor: pointer;
}

input.star:checked ~ label.star::before {
    color: #ee0979;
    transition: all .25s;
    font: var(--fa-font-solid);
    content: "\f005";
}

label.star:hover {
    transform: rotate(-30deg) scale(1.3); }

label.star::before {
    font: var(--fa-font-regular);
    content: "\f005";
}

.page-link {
    color: #ed3e6a;
}

.page-link:hover {
    color: #ed3e6a;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ed3e6a;
    border-color: #ed3e6a;
}

.country-flag {
    width: 16px;
    height: 16px;
    object-fit: cover;
    position: relative;
    top: -2px;
}

.star {
    color: #F49139;
    font-size: 18px;
}

.bg-primary {
    background-color: #ee0979 !important;
}

.badge-primary {
    background-color: #ee0979 !important;
}

.badge-primary a:hover, .badge-secondary a:hover {
    color: #fff;
}

.badge-secondary {
    background: #9e9e9e;
}

.badge {
    font-weight: bold;
}

.badge-lg {
    font-size: 16px;
}


.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
}
.nav-item.active {
    background-color: #ee0979 !important;
    color: #fff !important;
}

.nav-item.active a {
    color: #fff;
}

.btn-gold {
    background-color: #ffbf00;
    border-color: #e7ad03;
    border-bottom: 2px solid #b28603;
}

.btn-gold:disabled,
.btn-gold[disabled] {
    background-color: #ffbf00;
    border-color: #ffbf00;
}

.text-gold {
    color: #e7ad03 !important;
}

.btn-primary {
    background-color: #ee0979;
    border-color: #ee0979;
    border-bottom: 2px solid #ca0345;
}

.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #ee0979;
    border-color: #ee0979;
}

.btn-outline-primary {
    border-color: #ee0979;
    color: #ee0979;
    background: #fff;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    border-color: #ee0979;
    background: #f9f9f9;
    color: #ee0979;
}

.btn-outline-primary:disabled,
.btn-outline-primary[disabled]{
    background: #fff;
    color: #ee0979;
}

.seller-info {
    opacity: 0.8;
    background: #000;
    z-index: 10;
    top: 0;
}

.btn-light {
    border-bottom: 2px solid #dfe2e4;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #bd0760 !important;
    border-color: #bd0760 !important;
}

.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.text-shadow {
    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.HeroLanding {
    background: #ee0979;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.HeroLanding a {
    color: white;
}

.HeroLanding h1, .HeroLanding h2 {
    color: #fff;
    font-size: 40px;
}

.faq .card, .faq .card-header {
    background: inherit;
    border: none;
}

.faq .card-body {
    padding: 0 50px;
}

.faq button {
    width: 100%;
    text-align: left;
    color: inherit;
    text-decoration: none;
    font-size: 20px;
}

.faq button:hover {
    color: inherit;
}

footer {
    background: #232e3a;
    color: #fff;
}

.bg-darker {
    background: #232e3a !important;
}


@media (max-width: 767.98px) {
    .navbar-secondary {
        position: fixed;
        width: 100%;
        z-index: 10000;
    }

    .navbar-secondary .nav-item {
        display: block;
        width: 100%;
    }

    .navbar-secondary .dropdown-menu {
        border-radius: 0;
    }

    .main-hero {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .main-hero h1, .HeroLanding h1{
        line-height: 42px;
        font-size: 42px;
        color: #fff;
        word-break: break-word;
    }

    .home-text {
        font-size: 40px;
    }

    .h2 {
        font-size: 32px;
    }
}

.filter-section a {
    font-weight: normal;
}

@media (max-width: 991.98px) {
    .list-inline-item a {
        font-size: 16px;
    }
    .filter-expand {
        cursor: pointer;
        text-align: center;
        border: 1px solid #ee0979;
        padding: 10px;
    }

    .filter-section {
        display: none;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #ee0979 !important;
    border: 0px !important;
    font-weight: 700;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: #fff;
    font-size: 14px !important;
    padding: 3px 7px;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
    font-size: 15px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #6c757d !important;
}

.user-message .delete {
    position: absolute;
    bottom: 0;
    right: -2px;
    border-right: 0 !important;
    border-bottom: 0 !important;
}

.user-message .sexting {
    position: absolute;
    top: 0;
    right: -2px;
    border-right: 0 !important;
    border-top: 0 !important;
}

.user-review .delete{
    position: absolute;
    bottom: 0;
    right: 15px;
    border-right: 0 !important;
    border-bottom: 0 !important;
}

.review-letter-spacing {
    letter-spacing: -2px;
}

/* The side navigation menu */
.side-navigation {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #222e39;
    overflow-x: hidden;
    padding-top: 20px;
    transition: 0.5s;
}

.side-navigation-background {
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position:fixed;
    display: none;
}

.side-navigation .img-thumbnail {
    border: none;
    background: none;
}


.side-navigation a, .side-navigation form, .side-navigation ul.navbar-nav {
    padding: 5px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: normal;
}

.side-navigation .btn-menu {
    background: #232e39;
    border: none;
    color: white;
    font-weight: 400;
    text-transform: none;
    letter-spacing: inherit;
    font-size: 16px;
    text-align: left;
    padding: 5px 15px;
}

.side-navigation .dropdown-menu{
    transform: translate3d(5px, 35px, 0px)!important;
}


.side-navigation a:hover {
    background: #213339;
}

.side-navigation .dropdown-menu {
    background: #151d24;
    border: none;
}

.side-navigation a:hover {
    color: #f1f1f1;
}

.side-navigation hr {
    border-top: 1px solid #555;
    padding: 0;
    margin: 6px 0;
}

hr {
    border-top: 1px solid #EAEAEA;
}

.side-navigation .close-nav {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
    cursor: pointer;
}

.side-navigation-button {
    border: none;
    border-right: 1px solid #e9e9e9;
}


.navbar-toggler-icon {
    margin-left: 8px;
    margin-right: 8px;
    background: white;
    font-size: 25px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .side-navigation {padding-top: 15px;}
}

.modal-dialog {
    max-width: 1100px;
    margin: 20px auto;
}

.modal-body {
    position:relative;
    padding:0;
}

.testimonials .testimonial-images {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.testimonials .testimonial-images .nav-link {
    border-radius: 0;
    margin: 0 -2px 0 0;
}

.testimonials .testimonial-images .nav-link img {
    width: 70px;
    height: 70px;
    opacity: 0.5;
    object-fit: cover;
}

.testimonials .testimonial-images .nav-link.active {
    background: transparent;
    color: #8d97ad;
    border-right: 3px solid #ed3e6a;
}

.testimonials .testimonial-images .nav-link.active img {
    opacity: 1;
}


@media (max-width: 767px) {
    .testimonials .testimonial-images .nav-link {
        margin: 0px 0px -2px 0;
        padding: 5px;
    }
    .testimonials .testimonial-images {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        border-right: 0px solid rgba(120, 130, 140, 0.13);
        border-bottom: 1px solid rgba(120, 130, 140, 0.13);
        margin-bottom: 40px;
    }
    .testimonials .testimonial-images .nav-link img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    .testimonials .testimonial-images .nav-link.active {
        border-right: 0px solid #ed3e6a;
        border-bottom: 3px solid #ed3e6a;
    }
}

.expanding-text-shadow:after {
    content  : "";
    position : absolute;
    z-index  : 1;
    bottom   : 0;
    left     : 0;
    pointer-events   : none;
    background-image : linear-gradient(to bottom,
    rgba(255,255,255, 0),
    rgba(255,255,255, 1) 90%);
    width    : 100%;
    height   : 4em;
}
.z-index-10 {
    z-index: 10;
}

.message-popover {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    padding: 10px 13px;
}

.bottom-banner {
    position: fixed;
    bottom: 0px;
    background: #220302;
    width: 100%;
    box-shadow: 0 -3px 5px 0 rgb(0 0 0 / 16%), 0 1px 2px 0 rgb(0 0 0 / 12%);
    z-index: 1000;
}

.cookie-banner {
    color: #fff;
}

.circle-icon {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 50%;
}

.dashed-line {
    border: 3px dashed #d9d9d9;
}

.note-editor p {
    margin-bottom: 0 !important;
}

.greyscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.social-label {
    min-width: 120px;
}

.preview-container {
    background: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.upload-progress .progress {
    background-color: #f5c6d2;
}

.preview-container img.img-preview {
    display: block;
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.locked-image-container {
    max-width: 100%;
    max-height: 400px;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.locked-image-container img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

.locked-image-container .btn {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
}

.file-preview-link {
    height: 120px;
    text-decoration: none;
}

.image-preview-link {
    height: 90px;
    text-decoration: none;
    cursor: pointer;
}

.file-preview-card {
    border: 1px solid #ced4da !important;
}

.preview-container-small {
    width: 40px; height: 40px;
}

.file-extension {
    font-size: 8px;
    line-height: 1;
}

.upload-zone {
    cursor: pointer;
    transition: all 0.2s ease;
}

.upload-zone.dragover {
    background-color: #f0f8ff;
    border-color: #007bff !important;
    border-width: 2px;
}

/* Message form upload styles */
.add-image-input {
    display: none;
}

.show-add-image-input {
    cursor: pointer;
}

.upload-progress {
    max-width: 100px;
}

.upload-progress .progress {
    height: 3px;
}

#message-price-selector .fa-info-circle {
    right: 2rem;
    pointer-events: auto;
}

/* APO homepage mobile fixes */
@media (max-width: 767px) {
    .homepage-stats .font-size-26 {
        font-size: 20px;
    }
}

 .diamond-btn {
     background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
     border: none !important;
     position: relative !important;
     overflow: hidden !important;
     transition: all 0.3s ease !important;
 }

.diamond-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.diamond-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(23, 162, 184, 0.4) !important;
    background: linear-gradient(135deg, #138496 0%, #0f6674 100%) !important;
}

.diamond-btn:hover::before {
    opacity: 1;
    animation: shimmer 1.5s ease-in-out;
}

.diamond-btn .fa-gem {
    animation: sparkle 2s ease-in-out infinite;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

@keyframes shimmer {
    0% { left: -50%; }
    100% { left: 150%; }
}

@keyframes sparkle {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(10deg); }
}

.diamond-btn:active {
    transform: translateY(0px) !important;
    box-shadow: 0 4px 15px rgba(23, 162, 184, 0.3) !important;
}

.diamond-price {
    color: #17a2b8 !important;
}

.diamond-save-badge {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

/* Diamond Column Styling */
.diamond-column {
    background: linear-gradient(180deg, rgba(23, 162, 184, 0.08) 0%, rgba(23, 162, 184, 0.15) 100%) !important;
    border-left: 3px solid #17a2b8 !important;
    border-right: 3px solid #17a2b8 !important;
    position: relative;
    font-weight: 600 !important;
}

.diamond-column-header {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
    padding: 15px !important;
    border-left: 3px solid #138496 !important;
    border-right: 3px solid #138496 !important;
    position: relative;
}

.diamond-column-header i.fa-gem {
    animation: sparkle-table 2s ease-in-out infinite;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

@keyframes sparkle-table {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.15) rotate(15deg); }
}

.table-hover tbody tr:hover .diamond-column {
    background: linear-gradient(180deg, rgba(23, 162, 184, 0.15) 0%, rgba(23, 162, 184, 0.25) 100%) !important;
}

.diamond-column .fa-check {
    font-size: 1.2em;
    color: #17a2b8 !important;
}


/* Typing Indicator Animation */
.typing-dots {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.typing-dots span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #888;
    border-radius: 50%;
    animation: typing-bounce 1.4s infinite ease-in-out both;
}

.typing-dots span:nth-child(1) {
    animation-delay: -0.32s;
}

.typing-dots span:nth-child(2) {
    animation-delay: -0.16s;
}

.typing-dots span:nth-child(3) {
    animation-delay: 0s;
}

@keyframes typing-bounce {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.4;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}
