﻿/***Activity Page***/

.support-dropdown {
    left: -125px !important;
    width: 200px !important;
    min-width: unset !important;
}

.bid_raised_price,
.picture_upload_count {
    overflow: hidden;
    font-size: 18px;
}

img.modal-images {
    height: 100%;
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem;
}

#picturesModal .modal-header,
#picturesModal .modal-footer {
    background-color: #6b7984;
}

#picturesModal .modal-header h3,
#picturesModal .modal-header button {
    color: white;
}

#picturesModal .modal-body {
    background-color: #f1f5f9;
}

#picturesModal .carousel-indicators li {
    width: 10px;
    height: 7px;
}


/***Pending Bids Page***/

.full-width-line {
    overflow: hidden;
    display: block;
    width: 100%;
}


/***View Auctions Slider***/

.carousel-indicators li {
    display: inline-block;
}


/***Feedback***/

.rating {
    float: left;
    width: 300px;
}

.rating span {
    float: right;
    position: relative;
}

.rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.rating span label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFF;
    background: #ccc;
    font-size: 30px;
    margin-right: 2px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.rating span:hover~span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked~span label {
    background: #F90;
    color: #FFF;
}

#feedbackForm {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#feedbackForm label.col-form-label {
    font-weight: bold;
    color: black;
}


/**Create Auction Page***/

div#note::before {
    content: "*";
    color: red;
}

div#note {
    color: red;
}

div#dorsnote,
div#tttnote {
    font-weight: bold;
}

.condition_sections {
    width: 100%;
}

.condition_sections h3 {
    background: #e9ecef;
    border-radius: 8px;
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
}

.condition_sections .form-group.quarter {
    clear: none;
    float: left;
}

.camera-upload div {
    padding: 0 10px;
}


/*crousel*/


/*.carousel-inner .crousel_custom.carousel-item img.d-block.img-fluid {
   /* height:auto !important;*/


/* width:auto !important;
    object-fit: cover;
    margin-top: -120px;
}*/

.custom_inner .carousel-inner {
    /* height: auto!important;*/
    height: 500px!important;
}

.crousel_custom.carousel-item img {
    left: 0;
    right: 0;
    margin: auto;
}

.carousel-inner .crousel_custom.carousel-item img.d-block.img-fluid {
    height: 100%;
    vertical-align: middle;
    margin-top: 0;
    width: auto !important;
    object-fit: cover;
}

.custom_indicator.carousel-indicators {
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    color: black;
}

.custom_indicator li {
    background-color: #000;
}

.custom_indicator li.active {
    background-color: #000;
}

.add_image_tabless td {
    padding: 12px;
}

.wheel_td {
    padding: 6px !important;
}

input[type=number]#year::-webkit-inner-spin-button,
input[type=number]#year::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.required-label>label:after {
    color: red;
    content: " *";
    display: inline;
}

.required-label>h5:after {
    color: red;
    content: " *";
    display: inline;
}

input.loading {
    padding: 10px;
    background: url(http://www.xiconeditor.com/image/icons/loading.gif) no-repeat right center;
}

.thumb {
    width: 160px;
    float: left;
    border: solid 1px #ccc;
    position: relative;
}

input[type=checkbox].chk {
    position: absolute;
    overflow: hidden;
    height: 15px;
    width: 15px;
    margin: -1px;
    padding: 0;
    border: 0;
    top:7px;
    right:7px;
}

input[type=checkbox].chk+label.css-label {
    position: absolute;
    top: 7px;
    right: 1px;
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].chk:checked+label.css-label {
    background-position: 0 -15px;
}

.css-label {
    background-image: url(http://csscheckbox.com/checkboxes/lite-x-red.png);
}


/*********Confirm Modal**********/

.modal-confirm {
    color: #636363;
    width: 400px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: 13px;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}

.modal-confirm .btn-info {
    background: #c1c1c1;
}

.modal-confirm .btn-info:hover,
.modal-confirm .btn-info:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}


/**********VIN as most important field*******/

label.most_important:after {
    color: red;
    content: " **";
    display: inline;
}

form .form-group label.most_important {
    font-weight: bolder;
    text-transform: uppercase;
    /*color: #212529;*/
    color: rgb(0, 0, 0);
}


/******Count on pages********/

.right.col h4 {
    float: right;
    padding-top: 18px;
}


/****Remove files no next to Upload Images fields****/

input[type=file] {
    color: transparent;
}


/***Counter Deal Form******/

td.counterForm form {
    border: 2px solid #ddd !important;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    max-width: 300px;
}

table#dealsTable {
    background: #e9ecef;
    border-radius: 10px;
}

tbody#dealsTableBody {
    display: block;
}

tbody#dealsTableBody tr:not(:last-child) {
    display: block;
    border-bottom: 5px solid #fff !important;
}


/*********Decline All deals form*****/

form#decline_all_form {
    padding: 20px;
    border: 2px solid #6b7984;
    border-radius: 10px;
    margin: 0 25%;
    max-width: 75%;
    background: #e9ecef;
}

span.note_heading {
    font-weight: bold;
    color: #000000a6;
}

span.note {
    color: red;
}

div#noteDiv {
    font-size: 15px;
    padding: 10px;
    font-style: italic;
    text-align: center;
}

div#declineAllDiv {
    text-align: center;
}

input#decline_all_deals {
    margin: 0px 44%;
    max-width: 12%;
}

hr#declineformSeparator {
    border-bottom: 1px solid #9da6af;
}

form#decline_all_form label {
    color: #312d2d !important;
    font-size: 15px;
    font-weight: bold;
}


/***No record found image**/

img.no-record.img-thumbnail {
    background-color: unset;
}

.no-record-div {
    width: 100%;
    text-align: center;
}

.address.selected_address {
    border: 1px solid #08de08;
    padding: 10px;
}


/***********Feedback Form CSS**********/

.feedback.accordion {
    background-color: #009ACE;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    outline: none;
    transition: 0.4s;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,
.accordion:hover {
    background-color: #4aa2bf;
}


/* Style the accordion panel. Note: hidden by default */

.feedback_panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    color: #000;
    padding: 10px;
}

.reply form {
    margin: 20px;
}

.reply {
    border: 1px solid grey;
    padding: 15px;
    background-color: #eee;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09); */
    box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09);
}

.reply h5 {
    text-align: center;
}

.reply_value {
    padding-left: 20px;
}

.reply_info label {
    font-weight: bold;
    color: inherit;
}

.reply_div {
    max-width: 76%;
    margin-left: 12%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.feedback_images {
    width: 100%;
    overflow: hidden;
    padding: 15px;
}

.attached_image {
    margin-top: 0px;
    height: 160px;
    width: 160px;
    margin: 5px;
    border: 1px solid #e9ecef;
    box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09);
    float: left;
}


/***Temporary solution for structural images field*******/

div#structuralDamageImageContainer {
    width: 100%;
    margin-bottom: 10px;
}

#listingType {
    min-width: 15% !important;
    width: 30% !important;
}

ul.pagination li.page-item .page-link {
    border: transparent;
    margin: 0px;
}

ul.pagination li {
    margin-left: 8px !important;
    list-style-type: none !important;
}

.lights_images {
    width: 20px;
    vertical-align: bottom;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #C4332D;
    }
    25% {
        color: #fff;
    }
    50% {
        color: #C4332D;
    }
    75% {
        color: #fff;
    }
    100% {
        color: #C4332D;
    }
}

.disableSubmitButton {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.row_container {
    min-height: 340px;
}

.waitng-div {
    min-height: 500px;
    width: 100%;
    display: table;
    overflow: hidden;
}

.content-type {
    display: table-cell;
    overflow-wrap: anywhere;
    vertical-align: middle;
}

.content-type * {
    font-weight: 700;
}

#refreshButton {
    display: none;
    position: fixed;
    z-index: 1;
    width: 135px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 125px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}


/*****Vehicle details page*****/

#viewAuction .carousel {
    /* position: absolute;*/
    width: 100%;
}

#viewAuction .carousel-item img {
    object-fit: cover;
}

#viewAuction #carousel-thumbs {
    /* background: rgba(0, 0, 0, 0.1); */
    bottom: 0;
    left: auto;
    padding: 0 20px;
    right: auto;
    width: 100%;
    /* height: 120px;*/
}

#myCarousel .carousel-item,
#myCarousel .carousel-item img {
    height: 421px;
}

#myCarousel .carousel-item,
#myCarousel .carousel-item img {
    height: 421px;
}

#viewAuction #carousel-thumbs img {
    /*border: 5px solid transparent;*/
    cursor: pointer;
    
}

/*#viewAuction #carousel-thumbs .selected img {	
    border-color: #fff;	
}*/

#viewAuction #carousel-thumbs .carousel-control-prev,
#viewAuction #carousel-thumbs .carousel-control-next {
    width: 20px;
}

#viewAuction #myCarousel .carousel-control-prev,
#viewAuction #myCarousel .carousel-control-next {
    width: 50px;
}

@media all and (max-width: 767px) {
    #viewAuction .carousel-container #carousel-thumbs img {
        border-width: 3px;
    }
}


/*@media all and (min-width: 576px) {	
    #viewAuction .carousel-container #carousel-thumbs {	
    position: absolute;	
    }	
}*/

@media all and (max-width: 576px) {
    #viewAuction .carousel-container #carousel-thumbs {
        
    }
}

.zoom-vehicle-image {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.6;
    left: 0;
    right: 0;
    margin: auto;
    height: 15%;
    transition: 0.2s;
}

div#myCarousel:hover .zoom-vehicle-image {
    opacity: 1;
    color: white;
}

.zoom-vehicle-image i {
    font-size: 35px;
    background: #808080c9;
    border-radius: 50%;
    padding: 15px;
    color: white;
}

.image-title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /* Black see-through */
    color: #f1f1f1;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 15px;
    padding: 5px 30px;
    text-align: center;
    border-radius: 25px;
    margin-bottom: 0.5rem !important;
}

.vehicle-fullscreen {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(33 33 33);
    overflow: hidden;
}

.fullscreen-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    gap: 2rem;
    color: #3297d3;
    overflow: hidden;
}

.main-carousel {
    display: flex;
    flex: 2;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    overflow: hidden;
    margin-left: 4rem;
}

.thumbnail-sidebar {
    flex: 1;
    max-height: 100%;
    overflow-y: auto;
}

.category-title {
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

.thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-right: 1rem;
}

.thumbnail-sidebar::-webkit-scrollbar {
    width: 6px;
}
.thumbnail-sidebar::-webkit-scrollbar-thumb {
    background-color: #3297d3;
    border-radius: 4px;
}

.thumbnail-sidebar .category-title:first-of-type {
    margin-top: 2.5rem !important;
}

.close-fullscreen:hover {
    color: white;
    background: #3297d3 !important;
}

.showThumbnails:hover {
    color: white;
    background: #3297d3 !important;
}

.vehicle-fullscreen #myCarousel,
.vehicle-fullscreen #carousel-thumbs {
    margin: auto;
}

.vehicle-fullscreen #carousel-thumbs img {
    height: 80px;
}

.fullscreen-div #myCarousel .carousel-item {
    height: 100%;
}

.fullscreen-div #myCarousel .carousel-item img {
    height: 600px;
    /* height: 100%;*/
    object-fit: contain;
}

.display-block {
    display: block!important;
}

.fullscreen-div #carousel-thumbs .carousel-control-prev,
.fullscreen-div #carousel-thumbs .carousel-control-next {
    display: none;
}
/* For preferences and recent searches pages */

.submitStyle {
    display: none;
}

#carousel-thumbs .carousel-inner {
    height: auto!important;
}

.carousel-item.active {
    background: none!important;
}


/** Profile Time Slider **/

#time-range p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

.ui-slider-horizontal {
    height: 8px!important;
    background: #D7D7D7!important;
    padding: 0!important;
    border: 1px solid #BABABA!important;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset!important;
    clear: both!important;
    margin: 8px 0!important;
    -webkit-border-radius: 6px!important;
    -moz-border-radius: 6px!important;
    -ms-border-radius: 6px!important;
    -o-border-radius: 6px!important;
    border-radius: 6px!important;
}

#time-range .ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px!important;
    height: 100%!important;
}

.ui-slider .ui-slider-range {
    position: absolute!important;
    z-index: 1!important;
    height: 8px!important;
    font-size: .7em!important;
    display: block;
    border: 1px solid #5BA8E1!important;
    box-shadow: 0 1px 0 #AAD6F6 inset!important;
    -moz-border-radius: 6px!important;
    -webkit-border-radius: 6px!important;
    -khtml-border-radius: 6px!important;
    border-radius: 6px!important;
    background: #81B8F3!important;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==')!important;
    background-size: 100%!important;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3))!important;
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3)!important;
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3)!important;
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3)!important;
    background-image: linear-gradient(top, #A0D4F5, #81B8F3)!important;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%!important;
    background: #F9FBFA!important;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==')!important;
    background-size: 100%!important;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA))!important;
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA)!important;
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA)!important;
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA)!important;
    background-image: linear-gradient(top, #C7CED6, #F9FBFA)!important;
    width: 22px!important;
    height: 22px!important;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset!important;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset!important;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset!important;
    -webkit-transition: box-shadow .3s!important;
    -moz-transition: box-shadow .3s!important;
    -o-transition: box-shadow .3s!important;
    transition: box-shadow .3s!important;
}

.ui-slider .ui-slider-handle {
    position: absolute!important;
    z-index: 2!important;
    width: 22px!important;
    height: 22px!important;
    cursor: default!important;
    border: none!important;
    cursor: pointer!important;
}

.ui-slider .ui-slider-handle:after {
    content: ""!important;
    position: absolute!important;
    width: 8px!important;
    height: 8px!important;
    border-radius: 50%!important;
    top: 50%!important;
    margin-top: -4px!important;
    left: 50%!important;
    margin-left: -4px!important;
    background: #30A2D2!important;
    -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF!important;
    -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white!important;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF!important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em!important;
    margin-left: -.6em!important;
}

.ui-slider a:focus,
.ui-slider span:focus {
    outline: none!important;
}


/*Support page note*/

div#messageText {
    font-size: 13px;
    font-weight: 500;
    opacity: .6;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

#myCarousel .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z'/%3E%3C/svg%3E");
}

#myCarousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z' fill='%23fff'/%3E%3C/svg%3E");
}

#fullscreenCarousel .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z'/%3E%3C/svg%3E");
}

#fullscreenCarousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel-thumb-active {
    outline: 3px solid #3297d3;
}

#demo .carousel-item img {
    object-fit: cover;
    height: 421px;
}

.accept-offer-message{
    font-size: 16px;
    text-align: center;
}   

.border-none{
    border:none;
}

.disable-ready-to-launch-listings{
    pointer-events: none;
}

input[type="submit"] {
    font-family: unset;
}

.carousel-inner {
    height: unset !important;
}
.badge {
    font-size: 100% !important;
}

.announcement-item {
    color: #FFF;
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 18px !important;
    padding: 10px 15px !important;
    text-align: left;
    border: none !important;
    background-color: none !important;
    background: none !important;
    cursor: default;
    font-size: 14px !important;
    opacity: .8 !important;
    margin: 0 !important;
    border-bottom: 1px solid #ffffff !important;
}

.announcement-button {
    text-align: right !important;
}

.announcements-dropdown {
    left: -170px !important;
    width: 300px !important;
    min-width: unset !important;
    max-height: 400px;
    overflow: auto !important;
}
.test {
    position: relative;
}
.test .notification {
    position: absolute;
    background-color: #FB404B;
    text-align: center;
    border-radius: 10px;
    min-width: 26px;
    height: 12px;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 12px;
    top: 2px;
    left: -8px;
}


.image-button {
    display: inline-block;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.image-button img {
    width: 160px !important; /* Adjust the width as desired */
    height: auto !important; /* Automatically adjust the height based on the aspect ratio */
}

.profile-integrations-icons {
    width: 250px !important;
    height: auto !important;
}

.listing-details-title-buttons {
    margin-right: 5px;
    border: none;
    padding-left: 2px;
}

.background-color-blue {
    background-color: #62B1F6 !important;
}

.tawk-branding {
    display: none !important;
}    