html, body{
     min-height: 500px;

}
input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #2196F3;
    box-shadow: 0 1px 0 0 #2196F3;
}

input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #2196F3;
}

.card-collection .card-content {
    overflow: initial !important;
}

.card-collection .btn-move-up {
    top: -39px !important;
}

.card-collection .card-col {
    margin-bottom: 20px;
}

.card-collection .card-image-opacity {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.card-collection {
    overflow: hidden;
    position: relative;
    padding: 0px !important;
}

.card-collection + .l3 {
    border-left: 1px solid #bfb4b4
}

.transition {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.l0 {
    display: none;
}

.card.small.only-image {
    height: 100px !important;
}

.card.small.only-image .card-image {
    height: 100px !important;
}

.card.small.only-image .card-title {
    padding: 9px;
}

.card.small.only-image .btn-move-up {
    top: -45px !important;
    right: -3px !important;
}

.login-bg {
    background: url("../../../material/images/bg.jpg") #000000;
    background-size: 100%;
    height: 100%;
    min-height: 619px;
}

.login-bg .height {
    position: relative;
    z-index: 2;
}

.login-bg-opacity {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.login-bg .height {
    min-height: 619px;
}

.view-master-create-form {

}

.view-master-create-form .input-field {
    margin-top: 0px;
}

.view-master-create-form .input-field input {
    height: 30px;
    margin: 0px;
}

.view-master-create-form .input-field label {
    top: 0.6rem;
}

.parsley-error-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 6px;
    font-size: 12px;
}

.parsley-error {
    border-color: #ff5f5f !important;
}

.parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 6px;
    font-size: 12px;
    color: #b94a48;
}

.parsley-error {
    border-color: #ff5f5f !important;
}

.parsley-errors-list li {
    display: none;
}

.parsley-errors-list li:last-child {
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

.green-hov:hover {
    color: #00A000;
}

.red-hov:hover {
    color: red;
}

.c-modal .dropdown-content li > a, .dropdown-content li > span {
    font-size: 1rem !important;
    padding: 0.5rem 1rem !important;
}

.c-modal .dropdown-content {
    height: 190px !important;
}

.c-modal td, .c-modal th {
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

.c-modal [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    padding-left: 21px;
}

.c-modal [type="checkbox"] + label {
    padding-left: 21px;
}

.selected {
    background-color: darkcyan !important;
    color: white;
    font-weight: bold;
}

/*css added by priyanka*/

#breadcrumbs-wrapper {
    background: #eee !important;
    margin-left: -12px;
    margin-right: -13px;
    height: 48px;
}

.tabs {
    position: relative;
    height: 35px;
    background-color: #E2F3FF;
    margin: 0 auto;
    width: 100% !important;
    white-space: nowrap;
    border: 1px solid #d0d0d0;
}

.tabs .tab a {
    color: #666;
    font-weight: bold;
    margin-left: 20px;
    display: block;
    line-height: 34px;
    font-size: 12px;
    width: 100%;
    height: 100%;
    -webkit-transition: color 0.28s ease;
    -moz-transition: color 0.28s ease;
    -o-transition: color 0.28s ease;
    -ms-transition: color 0.28s ease;
    transition: color 0.28s ease;
}

.tabs .tab a:hover {
    color: #0A8ECA;
}

.tabs .tab a.active {
    color: #0A8ECA;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #0A8ECA;
    will-change: left, right;
}



.watchlist {
    width: 90%;
    margin-left: 5px;
    margin-top: 10px;
}

.watchlist table thead {
    background: red !important;
}

.auctions-name{
    font-size: 14px;
    color: #333333;
    padding-left: 12px;
}


/*table.dataTable.no-footer {
    border-bottom: 1px solid #d0d0d0 !important;
}*/

[type="checkbox"].filled-in:checked + label:after {
    top: 4px;
    width: 14px;
    height: 14px;
    border: 2px solid #00bcd4;
    background-color: #00bcd4;
    z-index: 0;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #5a5a5a;
    top: 5px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
    top: 1px;
    left: 1px;
    width: 3px;
    height: 11px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/*datatable css starts here*/

.dataTables_wrapper {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
}

.dataTables_length label {
    display: inline-flex;
    margin-top: 3px;
    color: #666;
    font-size: 14px
}

.dataTables_length select {
    display: block;
    margin-top: -5px;
    margin-left: 10px;
    margin-right: 10px;
    height: 29px;
    border: 1px solid #d0d0d0;
}

.dataTables_filter label {
    color: #666;
    font-size: 14px;
    display: inline-flex;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    margin-top: -10px;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 1.9rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}

table.dataTable thead th, table.dataTable thead td {
    color: #555;
    padding: 10px 18px;
    border-bottom: 1px solid #d0d0d0 !important;
    border-top: 1px solid #d0d0d0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #d0d0d0 !important;
}

#DataTables_Table_0_previous {
    background: #03a9f4;
    color: #fff !important;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #d0d0d0;

}

#DataTables_Table_0_next {
    background: #03a9f4;
    color: #fff !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #d0d0d0;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {

    background: #00bcd4 !important;

}

.watchlist .selected {
    background-color: #0A8ECA !important;
    color: white;
    font-weight: bold;
}

/*theme css added by Priyanka*/

.auction-watch {
    background: white !important;
    border: 1px solid #CECECE;
    color: #666;

}

.header-name {
    color: #0A8ECA;
    font-size: 15px;
    font-weight: 600;
}

.ticker {
    font-size: 11px;
}

.mdi-editor-insert-chart:before {
    content: "\e78d";
    /*color: #03a9f4;*/
}

[class^="mdi-"], [class*="mdi-"] {
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/2 'Material-Design-Icons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.bid-dept-tbl .selected {
    background: #0A8ECA !important;
}

title:hover {

    padding: 4px 8px;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

@media only screen and (min-width: 601px) {
    .with-gutter {
        width: 100% !important;
    }
}


.custom-tooltip {
    position: absolute;
    height: auto;
    width: auto;
    top: 143px;
    left: 14px;
    background: white;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
    opacity: 0;
}


.deal-book thead {border-top: 1px solid #d0d0d0; border-bottom: 1px solid #d0d0d0; }
.deal-book thead th { padding: 5px;}
.deal-book tbody tr td { padding: 10px !important;}

.dataTables_scrollHeadInner{ width: 100% !important;}
table{ width: 100% !important;}


/*----------------------------------------Cards style ------------------------------------------*/
.title-name{
    background: #eee;
    border: 1px solid #dddddd;
    line-height: 25px;
}

.all_auction_btn{
    float:right;
    color:#fff;
    padding:3px 10px;
    margin-top:5px;
    font-size:13px;
    border-radius:3px;
    margin-right:20px;
}
.all_auction_btn{
    background-color:#b1b0b0;
}
/*.card .card-content p{
    font-size:11px;
}*/
.card-image img{}




.product_bg span{
    font-size: 18px;
    color: white;
    font-weight: bold;
    position: relative;
    top: 30px;
    left: 10px;

}

.card_title{
    position:absolute;
    left:0px;
    padding-left:10px;
    bottom:0px;
    color:#fff;
    text-shadow:2px 2px rgba(0,0,0, 0.5);font-size:16px;
    background: rgba(0, 0, 0, 0.2);
    width:100%;
    height: 30px;
    padding: 3px 7px;
}
.padding_date{
    padding-left:20px;
}
.mdi-av-timer{
    font-size:1.1rem;
    position:absolute;
    top:-2px;
}
.btn-floating i{
    color:#00BCD5;
}

.card .card-image{
    height: 95px;
}
.card .card-content{
    min-height:97px;
    padding:20px 10px;
    font-size:12px;
}
.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 0px 10px 0px 10px;
}
.footer-card{
    background-color:#E6F9FD;
    width:100%;
    position:absolute;
    left:0;bottom:0;
    padding:5px 2px;
    font-size:13px;
    padding:5px;
}
.all_auction{
    float:right;
}
.card_date{
    color:#257F8A;
    font-size:11px;
    font-weight:bold;
}
.btn-floating.btn-large{
    height:27px;
    width:27px;
}
.btn-large {
    line-height: 38px;
}

.btn-floating.btn-large i{
    line-height: 24.5px;
}
.edit-action-button {
    margin-left: 10px;
    position: absolute;
    top: 154px;
    left: 189px;
}
.question_tooltip{
    position: absolute;
    right: 9px;
    top: -4px;
    margin-top: 11px;
}
.auction-title{
   font-size: 1.3rem;
    color: #016370;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 4px;
    margin-left: 10px;
}
.dashboard-carousel .jcarousel-pagination {
    position: absolute;
    bottom:0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.dashboard-carousel .jcarousel {
    position: relative;
    overflow: visible !important;
    width: 100%;
    height: auto !important;
    z-index: 0;
}

.dashboard-carousel .card{
    margin-left: 23px;
    margin-top: -6px;
}

.dashboard-carousel .jcarousel-control-prev {
    left: 0px;
}
.jcarousel-control-next {
    right: 2px !important;
}

#card-stats .card-content{
    text-align: left !important;
}


/*header style starte here*/

header .brand-logo img {
    width: 172px;
}

.modal-header{
    height: 45px;
}

.modal-header .cls-modal{
    padding-right: 0px;
}
.modal-title{
    color: white;
    font-size: 22px;
    padding-top: 7px;

}

.custom-close{
    float:right;
    font-size:18px;
    height:45px;
    width:50px;
    padding: 5px 5px 5px 20px;
    color:white;
    background:#008191;
}

#modalJcarousel .jcarousel-pagination {
    position: absolute;
    bottom: 54px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
.select-auction th,td{ padding: 7px 20px;}
.select-auction td{ font-size: 12px; padding: 1px 20px;}
.all-auctions ul li{ float: left; padding-left: 7px;  padding-bottom: 10px }
.all-auctions ul li:last-child{  padding-left: 7px; }


#slide-out.mini {
    width: 57px;
}
#slide-out .dashboard {
    width: 150px !important;
}

#slide-out.mini .btn-hamburger-menu i {
    padding-left: 0px;
}

#slide-out.mini .brand-logo {
    display: none;
}

#slide-out.mini li a:after {
    content: none;
}

#slide-out.mini li span {
    display: none;
}

#slide-out li a {
    min-height: 44px;
}

#slide-out.mini li a:after {
    content: none;
}

#slide-out.mini li span {
    display: none;
    background: red;
}

#slide-out li a {
    min-height: 44px;
}


.menu-name {
    margin-left: 36px;
    margin-top: 10px;
}

.side-nav img {
    height: 20px;
    width: 24px;
    position: absolute;
    top: 10px;
}


.side-nav i {
    height: 20px;
    width: 24px;
    position: absolute;
    top: 2px;
    font-size: 14px;
}


.auction-details{
    line-height: 22px;
    padding-left: 10px;
    padding-top: 10px;
}

.notificationBar{ margin-top: -10px;}

.notification_bar{
    padding-left: 10px !important;
    /*padding-top: 13px;*/
   /* line-height: 0px;*/
}
.user-name a{
    background: #424244;
    white-space: pre;
    height: 45px;
}

.user-name span{
    font-weight: bold;
    position: relative;
    top: 3px;
    font-size: 15px;
    left: 35px;
}


.ntc-logo img{
    position: relative;
    top: 8px;
    left: -4px;
    width: auto;
    height: auto;
}

.logo-name{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 19px;
    font-weight: bold;
}

.bid_quantity {
    min-width: 120px;
}

.product_bg {
    height: 170px !important;
    background: #00bcd4;
    word-wrap: break-word;
}

@keyframes blink-green {
  0% { color: green; }
  50% { color: white; }
  100% { color: green; }
}
 
.blink-h1 {
   /* animation: blink-green 1.2s infinite ease-in-out; */
  font-size: 18px;
  font-weight: bold;
  padding: 3px;
}



[data-tip] {
	position:relative;
    padding-bottom: 10px;
}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #1a1a1a;	
	position:absolute;
	top:30px;
	left:35px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:35px;
	left:0px;
	padding:1px 11px;
	background:#1a1a1a;
	color:#fff;
	z-index:9;
	font-size: 1em;
	height:18px;
    font-weight: bold;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}

/* Auction row status colors */
.watchlist tbody tr.row-running { border-left: 4px solid #4caf50 !important; }
.watchlist tbody tr.row-paused { border-left: 4px solid #2196f3 !important; background-color: #e8f0fe !important; }
.watchlist tbody tr.row-nextround { border-left: 4px solid #2196f3 !important; background-color: #e8f0fe !important; }
.watchlist tbody tr.row-finished { border-left: 4px solid #9e9e9e !important; background-color: #fafafa !important; }
.watchlist tbody tr.row-finished td { color: #9e9e9e !important; }
.watchlist tbody tr.selected,
.watchlist tbody tr.selected.row-paused,
.watchlist tbody tr.selected.row-nextround,
.watchlist tbody tr.selected.row-finished { border-left: 4px solid #076a99 !important; background-color: #0A8ECA !important; }
.watchlist tbody tr.selected td,
.watchlist tbody tr.selected.row-paused td,
.watchlist tbody tr.selected.row-nextround td,
.watchlist tbody tr.selected.row-finished td { color: #fff !important; }
.watchlist tbody tr.selected .badge-timer { color: #2e7d32 !important; }
.watchlist tbody tr.selected .badge-paused { color: #1565c0 !important; }
.watchlist tbody tr.selected .badge-nextround { color: #1565c0 !important; }
.watchlist tbody tr.selected .badge-finished { color: #757575 !important; }
.watchlist tbody tr.selected .badge-waiting { color: #c62828 !important; }
.watchlist tbody tr.selected td input.bid_price { color: #fff !important; }
.watchlist tbody td input.bid_price { color: #fff !important; }

/* Status badges for Time Remaining */
.status-badge { display: inline-block; padding: 3px 10px; border-radius: 12px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.badge-timer { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; font-size: 15px; font-weight: 900; font-family: 'Courier New', monospace; padding: 4px 12px; border-radius: 12px; }
.badge-paused { background: #e3f2fd; color: #1565c0; border: 1px solid #90caf9; font-weight: 700; }
.badge-nextround { background: #e3f2fd; color: #1565c0; border: 1px solid #90caf9; font-weight: 700; }
.badge-finished { background: #f5f5f5; color: #757575; border: 1px solid #e0e0e0; }
.badge-waiting { background: #fce4ec; color: #c62828; border: 1px solid #ef9a9a; }

/* Fix for auction floor buttons - allow clicks even when disabled class is present */
.auction-item-bid.disabled,
.plot-list-button.disabled,
.plot-select-button.disabled,
.auction-item-bid.disabled *,
.plot-list-button.disabled *,
.plot-select-button.disabled * {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Dashboard card modernization - scoped to .dashboard-carousel only */
.dashboard-carousel .card {
    border-radius: 10px !important;
    overflow: visible !important;
    width: 200px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    position: relative !important;
}
.dashboard-carousel .jcarousel ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
}
.dashboard-carousel .jcarousel ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.dashboard-carousel .jcarousel ul li .row {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.dashboard-carousel .jcarousel ul li .row::after {
    display: none !important;
    content: none !important;
}
.dashboard-carousel .card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
    z-index: 20 !important;
}
.dashboard-carousel .product_bg {
    height: auto !important;
    min-height: 120px !important;
    background: linear-gradient(135deg, #00bcd4 0%, #0097a7 100%) !important;
    padding: 20px 16px !important;
    display: flex !important;
    align-items: flex-start !important;
    border-radius: 10px 10px 0 0 !important;
    position: relative !important;
}
.dashboard-carousel .product_bg span {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: break-word !important;
}
.dashboard-carousel .card .card-image {
    height: auto !important;
    max-height: none !important;
}
.dashboard-carousel .card .card-content {
    min-height: 0 !important;
    padding: 12px 16px 16px !important;
    position: relative !important;
    overflow: visible !important;
}
.dashboard-carousel .edit-action-button {
    right: 12px !important;
    top: -20px !important;
    left: auto !important;
    margin-left: 0 !important;
    position: absolute !important;
}
.dashboard-carousel .btn-floating.btn-large {
    height: 40px !important;
    width: 40px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}
.dashboard-carousel .btn-floating.btn-large i {
    line-height: 40px !important;
    font-size: 22px !important;
    color: #00bcd4 !important;
}
.dashboard-carousel .edit-action-button .icon-add,
.dashboard-carousel .edit-action-button .icon-check {
    font-family: inherit !important;
    font-size: 22px !important;
    font-weight: bold !important;
    font-style: normal !important;
    line-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}
.dashboard-carousel .edit-action-button .icon-add {
    color: #00bcd4 !important;
}
.dashboard-carousel .edit-action-button .icon-check {
    color: #4CAF50 !important;
}
.dashboard-carousel .card-content_text {
    font-size: 11px !important;
    color: #888 !important;
    min-height: 18px !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    word-wrap: break-word !important;
    padding-right: 45px !important;
}
.dashboard-carousel .footer-card {
    position: static !important;
    background-color: transparent !important;
    font-size: 11px !important;
    color: #999 !important;
    margin-top: 8px !important;
    padding-top: 8px !important;
    border-top: 1px solid #eee !important;
    width: auto !important;
}
.dashboard-carousel .footer-card .card_date {
    font-weight: 600 !important;
    color: #666 !important;
}
#breadcrumbs-wrapper .btn {
    text-transform: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
}
.dashboard-carousel .auction-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin: 20px 0 16px 0 !important;
    padding-bottom: 8px !important;
    border-bottom: 3px solid #00bcd4 !important;
    display: inline-block !important;
}
#card-tooltip {
    display: none;
    position: fixed !important;
    background: rgba(33,33,33,0.95) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    z-index: 9999 !important;
    pointer-events: none !important;
}
.auction-header-row {
    display: flex !important;
    align-items: baseline;
    gap: 10px;
}
.auction-instruction {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
}
.auction-instruction strong {
    color: #00bcd4;
}
.browser-note {
    text-align: center;
    color: #bbb;
    font-size: 12px;
    margin-top: 30px;
}