.desktop-only {
    display: flex;
}

.mobile-only {
    display: flex;
}

.bg-agrooriental {
    background: rgb(53, 53, 53) !important;
}

.loading-image {
    background: rgb(53, 53, 53);
    background-image: url(https://agro-oriental-remates.s3.us-west-1.amazonaws.com/web/images/banners/loading-horse.gif);
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 200px;
    width: 50%;
}

.auth.app-full-bg {
    background: rgb(53, 53, 53) none repeat center center !important;
    background-size: cover;
    background-position: center;
}

.auth .app-profile-img {
    width: 100%;
    height: auto;
}

.auth .form-control {
    color: #ffffff;
}

.auth .form-control select {
    appearance: auto !important;
}

div.swal-content:has(> div > div.auth) {
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (min-width: 600px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .desktop-only {
        display: none;
    }
}

select {
    appearance: auto !important;
}

.row {
    --bs-gutter-x: 0 !important;
    margin-right: 0;
    margin-left: 0;
}

.balance-header {
    background: #333333;
}

.balance-header .user-profile-icon {
    margin: auto;
    background-image: url("https://agro-oriental-remates.s3.us-west-1.amazonaws.com/web/images/customers/no-profile-img.png");
    background-color: #ffffff;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    width: 35px;
}

.balance-header a {
    font-size: 15px;
}

#header-nav-tabs.nav-tabs .nav-item .nav-link.active {
    border-color: #ffffff;
}

.cattle-media-container > video {
    width: 100%;
    height: auto;
}

.cattle-media-container > .cattle-image {
    background-size: cover;
}

.cattle-media-container > div > button > i,
.cattle-media-container > div > a > i {
    font-size: 1.5rem !important;
}

.content-overlay-video {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.lot-detail,
.no-drag {
    display: block;
    position: absolute;
    left: -100vw;
    top: auto;
    bottom: -100vh;
    width: 100vw;
    height: 100%;
    min-height: 100%;
    background: #fff;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-property: bottom, box-shadow;
    z-index: 9997;
}

.lot-detail.open {
    bottom: 0;
    left: 0;
    box-shadow: 7px 0 80px -9px rgba(0, 0, 0, 0.2);
}

.lot-detail .lot-detail-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: env(safe-area-inset-top, 50px);
    cursor: pointer;
    transition-duration: 0.2s;
    z-index: 999;
}

.lot-detail-wrapper {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.share-contact {
    display: block;
    position: absolute;
    left: -100vw;
    top: auto;
    bottom: -100vh;
    width: 100vw;
    height: 100%;
    background: transparent;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-property: bottom, box-shadow;
    z-index: 9998;
}

.share-contact.open {
    bottom: 0;
    left: 0;
    box-shadow: 7px 0 80px -9px rgba(0, 0, 0, 0.2);
}

.share-contact-bg {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.share-contact-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
}

.lot-chat {
    display: block;
    position: absolute;
    left: -100vw;
    top: auto;
    bottom: -100vh;
    width: 100vw;
    height: 100%;
    min-height: 100%;
    background: #fff;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-property: bottom, box-shadow;
    z-index: 9997;
}

.lot-chat.open {
    bottom: 0;
    left: 0;
    box-shadow: 7px 0 80px -9px rgba(0, 0, 0, 0.2);
}

.lot-chat-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
}

.lot-chat .lot-chat-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: env(safe-area-inset-top, 50px);
    cursor: pointer;
    transition-duration: 0.2s;
    z-index: 999;
}

.lot-chat .lot-chat-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.lot-chat .comments-container-overall {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.lot-chat .contenteditable-container {
    position: fixed;
    bottom: 0;
}

.lot-chat .contenteditable-container .chat-send-button {
    font-size: 20px;
}

.lot-chat .contenteditable-container .chat-edit-container {
    max-width: 84%;
}

.lot-chat .contenteditable-container div.chat-edit {
    right: 50px;
    min-height: 40px;
    border-radius: 15px;
}

.auction-bid {
    display: block;
    position: absolute;
    left: -100vw;
    top: auto;
    bottom: -100vh;
    width: 100vw;
    height: 100%;
    background: transparent;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-property: bottom, box-shadow;
    z-index: 9998;
}

.auction-bid.open {
    bottom: 0;
    left: 0;
    box-shadow: 7px 0 80px -9px rgba(0, 0, 0, 0.2);
}

.auction-bid-bg,
.auction-bid-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.auction-bid-bg {
    z-index: 1;
}

.auction-bid-container {
    z-index: 9999;
}

.auction-bid-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
}

.nav-tabs .nav-item .nav-link.active {
    border-color: #ffffff;
}

#search-for-cattle {
    background: transparent;
}

.bottom-overlay-video {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 33%, rgb(0, 0, 0, 0) 67%);
    z-index: 999;
}

.bid-action-button,
.bid-action-button-step {
    background: #4e7b44 !important;
    border-color: #4e7b44 !important;
    color: #fff !important;
}

.auction-bid [id^=buy-action-button] {
    font-size: large;
    font-weight: bold;
}

.lot-description {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 999;
}

.iconbar-overlay-video {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    width: 25%;
    z-index: 999;
}

.topbar-overlay-video {
    position: fixed;
    top: 0;
    color: #ffffff;
    z-index: 999;
}

.topbar-overlay-video #top-menu {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

#top-menu .user-profile-icon {
    margin: auto;
    background-image: url("https://agro-oriental-remates.s3.us-west-1.amazonaws.com/web/images/customers/no-profile-img.png");
    background-color: #ffffff;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    width: 35px;
}

#top-menu a {
    font-size: 15px;
}

.topbar-overlay-video li.nav-item .nav-link {
    border-color: rgba(255, 255, 255, 0.75) !important;
}

input[id^="auction-bid-price-"] {
    width: 80px;
}

.google-map-container {
    height: 0px;
    overflow: hidden;
}

.map-closed-icon {
    background-image: url("https://agro-oriental-remates.s3.us-west-1.amazonaws.com/images/home/maps-icon.png");
    background-color: transparent;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 50px;
}

[id^="google-map-bottom-desc"] .gm-style-iw-chr button,
[id^="google-map-lot-detail"] .gm-style-iw-chr button {
    display: none !important;
}

.countdown-container .countdown-day-container {
    margin-right: 1.5rem !important;
}

.countdown-container h4 {
    background: #4e7b44;
}

/* Top bar infinite auto scroll */

@keyframes infiniteScroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.container-infinite-scroll {
    width: 100%;
    overflow-x: hidden;
    background: #000000;
    position: relative;
}

.container-infinite-scroll>.button-infinite-scroll {
    position: absolute;
    right: 0;
    z-index: 100;
    background: #000000;
    padding-right: 12px;
}

.horizontal-scrolling-items {
    display: flex;
    font-size: 20px;
    width: 6000px;
    animation-name: infiniteScroll;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.horizontal-scrolling-items__item {
    white-space: nowrap;
}

.share-contact-salesagent {
    margin: auto;
    background-image: url("https://agro-oriental-remates.s3.us-west-1.amazonaws.com/web/images/customers/no-profile-img.png");
    background-color: #ffffff;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    width: 50px;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}