/* Minification failed. Returning unminified contents.
(436,20): run-time error CSS1046: Expect comma, found '0'
(436,24): run-time error CSS1046: Expect comma, found '/'
(436,57): run-time error CSS1046: Expect comma, found '202'
(436,65): run-time error CSS1046: Expect comma, found '/'
(436,97): run-time error CSS1046: Expect comma, found '202'
(436,105): run-time error CSS1046: Expect comma, found '/'
(459,30): run-time error CSS1039: Token not allowed after unary operator: '-bs-dark-rgb'
(459,49): run-time error CSS1039: Token not allowed after unary operator: '-bs-bg-opacity'
(824,29): run-time error CSS1046: Expect comma, found '124'
(824,37): run-time error CSS1046: Expect comma, found '/'
(824,70): run-time error CSS1046: Expect comma, found '202'
(824,78): run-time error CSS1046: Expect comma, found '/'
(824,110): run-time error CSS1046: Expect comma, found '202'
(824,118): run-time error CSS1046: Expect comma, found '/'
(1029,16): run-time error CSS1030: Expected identifier, found '.'
(1029,32): run-time error CSS1031: Expected selector, found ')'
(1029,32): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}

.topbar {
    background-color: #333;
    padding: 5px;
}

.topbar a{
    color:#fff;
}

.logo{
    max-width:225px;
}

.navbar.navbar-light.fixed .logo-dark {
    
    padding: 10px 0;
    max-width: 150px;
}

.dropdown-divider {
    
    border-top: 1px solid #eee;
}

body .navbar-stick.navbar-expand-lg .navbar-brand {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

hr {
    margin: 1.0rem 0;
}

#idletimeout {
    background: #202020;
    border: 3px solid #202020;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

#cookie-consent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease-out;
    background: #F4F6F5;
    text-align: left;
    font-size: 0.875rem;
}

.cookie-consent-background {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.3);
}

.cookie-consent-banner {
    padding: 1.5rem 1rem;
    background: #F4F6F5;
    position: relative;
    display: flex;
}
    .cookie-consent-banner p {
        font-style: inherit;
        font-size: 1.25rem;
        line-height: 1.375;
        font-weight: 600;
    }
    .cookie-consent-banner a {
        font-weight: 600;
    }
    .cookie-consent-banner .container {
        display: flex;
        align-items: center;
    }

    .cookie-consent-banner .banner-text {
        width: 80%;
    }

    .cookie-consent-banner button {
        padding: 0.7rem;
        border: none;
        margin: 10px;
        white-space: nowrap;
        background: #282842;
        color: #FFFFFF;
        transition: none;
    }

    .cookie-consent-banner .btn:hover {
        color: #FFFFFF;
        background: #282842;
    }

.offcanvas.filter {
   
    background-color: #eee;
    
}

    .offcanvas.filter .offcanvas-header,.offcanvas.filter .offcanvas-body {
        padding: 1rem;
    }

    body .progress-wrap {
    position: fixed;
    right: 4.5rem;
    bottom: 1.9rem;
}
.home .banner .card a.text-link{
    text-decoration:underline;
}

.news .card{
    border:1px solid #eee; border-radius:10px; margin-bottom:25px; box-shadow:none;
}

.news .news-title {
    display: flex;
    align-content: space-between;
    align-items: flex-end;
    justify-content: space-between;
}

.news .news-abstract {
    background-color: #282842;
    color: #fff;
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    gap:50px
}

    .news .news-abstract a {
        width: 140px;
        flex-shrink: 0;
    }
    .news .k-grid tr:hover {
    background-color: #fff;
}

.news .k-grid {
    border: 0;
    box-shadow: none;
}

    .news .k-grid .k-header {
        display: none;
    }

    .news .k-grid tr {
        background-color: #fff;
    }

        .news .k-grid tr td {
            border: 0;
            padding: 0;
        }

.team-member img {
    width: 100%;
}

.team-alternative, .o2c-team-alternative {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .team-alternative li {
        float: left;
        margin-right: 1px;
        margin-bottom: 1px;
        width: 284px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        .team-alternative li.o2c-100 {
            width: 100%;
        }

        .team-alternative li.o2c-33 {
            width: 33%;
        }

.team-member-hover .team-member-info {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.team-member-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.team-member:hover .team-member-hover {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    opacity: 1;
}

.team-member-hover .mask {
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #93be32;
}

.team-member-hover .team-member-info {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .team-member-hover .team-member-info h5 {
        color: #fff;
        text-align: center;
        padding-top: 60px;
        margin-bottom: 3px;
        font-size: 25px;
    }

    .team-member-hover .team-member-info .position {
        width: 100%;
        display: block;
        text-align: center;
        font-style: italic;
        color: #fff;
        margin-bottom: 30px;
    }

.team-member-hover .btn-medium {
    position: relative;
    left: 90px;
}


.services-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .services-list li:before {
        float: left;
        border-radius: 20px;
        background: #000;
        color: #fff;
        font-size: 14px;
        width: 40px;
        text-align: center;
        padding: 13px 0;
        position: absolute;
        left: 0;
    }

    .services-list li {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
        padding-left: 70px;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .services-list li h5 {
            margin-top: 0;
            margin-bottom: 15px;
            font-family: Raleway;
            line-height: 22px;
            font-style: normal;
            color: #39414b;
            font-size: 18px;
            -webkit-margin-before: 1.67em;
            -webkit-margin-after: 1.67em;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
        }

        .services-list li p {
            font-family: Open Sans;
            line-height: 20px;
            font-weight: normal;
            font-style: normal;
            font-size: 13px;
            margin: 0 0 15px 0;
        }

.service-box-1 .icon {
    padding: 10px;
    font-size: 16px;
    background: #333;
    color: #fff;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.service-box-1 h5 {
    padding-top: 7px;
    margin-bottom: 20px;
    padding-left: 50px;
    font-family: Raleway;
    line-height: 22px;
    font-style: normal;
    color: #39414b;
    font-size: 18px;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

body .btn.btn-block, body .btn.btn-block.btn-lg, body .btn-group-lg > .btn.btn-block {
	width:100%;
}
	.font-sm{
		font-size:0.9rem;
	}
.font-xs {
	font-size: 0.8rem;
}

.img-responsive{
	width:100%;
}

body .k-widget {
	color: #454440;
}

body .bg-orange {
	background-color: #f26b14 !important;
}

section.gray-section {
	background-color: #F4F6F5;
}

ul.col2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.popover {
	font-size: 11px;
}

.required {
	color:red;
}

.text-success{
    color:green;
}

.text-error{
    color:red;
}

.text-gray {
	color: #787F85
}

.text-red {
	color: #DF4E3C;
}


.card {
	border: 0;
	border-radius: 0.3125rem;
	box-shadow: rgb(0 0 0 / 10%) 0px 6px 12px 0px, rgb(202 202 202 / 20%) 0px 0px 6px 0px, rgb(202 202 202 / 10%) 0px -1px 4px 0px;
}

.card-img-top .img-caption{
	position:absolute; top:10px; left:10px;
}

.card-img-top .img-icon {
	position: absolute;
	top: 10px;
	right: 10px;
}

.card-img-top .img-partner {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.card-img-top .img-lots {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px;
}
	.card-img-top .img-lots strong {
		font-size: 17px;
	}

	.card-img-bg {
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
}

.card.no-shadow {
	box-shadow:none;
}

.bg-gray {
	background-color: #f4f6f6;
}

.bg-blue {
	background-color: #282842; color:#fff;
}

.toast {
	background: inherit;
}
.img-caption .badge {
	padding: 10px 20px;
	font-size: 90%;
}

.auction-panel .auction-title {
	min-height:50px;
}

.auction-panel h5{
	font-weight:bold;
}

.auction-panel .hr {
	margin:10px 0; border-top:1px solid #eee;
}


.k-grid table th {

	font-size: 70%;
	background-color:#fff;
}

.k-grid table td {
	font-size: 75%; vertical-align:top; border-bottom-width:1px; line-height:inherit;
}

.middle .k-grid table td {

    vertical-align: middle;

}


.k-grid tr.disabled {
	background-color: #ebebeb;
	color: #bbb !important;
}

.k-grid tr.success {
	background-color: #d2efe9;
}

.k-grid tr.error {
	background-color: #f2dede;
}


body .k-grid-norecords .k-grid-norecords-template {
	top: inherit;
	left: inherit;
	margin-left: inherit;
	margin-top: inherit;
	position: inherit;
	width: auto;
	border: 0
}

.k-grid-norecords-template {
	border: 0;
	font-style: italic;
	text-align: left;
	margin: 0;
	padding: 0 20px;
	width: auto;
}

.k-grid-filter.k-state-active {
	background-color: #c8eae3 !important;
}

.k-filtercell > span {
	padding-right: 0.2em !important;
}

.k-filter-row .k-dropdown-operator {
	right: 0.2em !important;
}

.tbl {
	min-width: 50%;
	margin-bottom: 25px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

	.tbl th {
		padding: 10px 20px;
		border-bottom: 1px solid #454440;
		border-right: 1px solid #ccc;
		font-weight:bold;
	}

	.tbl td {
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

.tbl-commision-rates{
	min-width:50%; margin-bottom:50px;
}

	.tbl-commision-rates th {
		padding: 10px 20px;
		border-bottom: 1px solid #454440;
	}

	.tbl-commision-rates td {
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
	}

.bidding-card {
	
}
.bidding-card .best-bid{
	font-weight:bold; font-size:2rem;
}
.bidding-card p{
	 margin-bottom:5px;
}
	.bidding-card .bid-entry {
		font-size: 1.1rem;
	}
		.bidding-card .bid-entry .k-input {
			border: 0 !important;
		}

			.bidding-card .bid-entry .k-input:focus-within::after {
				border: 0 !important;
			}
	.bidding-card .bid-entry input {
		font-size: 1.5rem; font-weight:bold; border:0 !important;
	}
	.bidding-card .bid-entry p{
		margin-bottom: 10px;
	}

	.process-box {
		background: #fff;
		width: 90%;
		width: calc(100% - 50px);
		padding: 25px 15px 25px 70px;
		position: relative;
		left: 50px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		cursor: pointer;
		-webkit-transition: all .3s ease 0s;
		-moz-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		-ms-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
	}

	.process-box:hover h5, .process-box:hover p {
		color: #fff;
	}

	.process-box h5 {
		margin-bottom: 15px;
	}

	.process-box a {
		text-decoration: none;
		color: #676a6c;
	}

	.process-box .img-container {
		width: 94px;
		height: 94px;
		position: absolute;
		left: -50px;
		top: 50%;
		margin-top: -50px;
		display: block;
		float: left;
		border: 3px solid #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		overflow: hidden;
		z-index: 30;
	}

		.process-box .img-container img {
			width: 94px;
			height: 94px;
			display: block;
			-webkit-border-radius: 50%;
		}

	.process-box:hover {
		background-color: #93be32;
		color: #fff;
		transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}

	.process-box:hover h3{
		color:#fff;
	}


.label {
	background-color: #d1dade;
	color: #5e5e5e;
	
	font-size: 10px;
	font-weight: 600;
	padding: 3px 8px;
	text-shadow: none;
}

.label.bg-danger{
	color:#fff;
}

.badge {
	background-color: #d1dade;
	
}

.label-sale, .badge-sale {
	background-color: gold !important;
	color: #000;
}

.label-success, .badge-success {
	background-color: rgb(69, 196, 160);
	color: #000;
}

.pulse-badge {
	position: relative;
	animation: pulse 1.5s infinite;
}

    @media (max-width: 1000px) {
        .grid th, .grid td {
            white-space: nowrap;
            min-width: 100px;
        }
    }


@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.7); /* bootstrap success green */
	}

	70% {
		transform: scale(1.05);
		box-shadow: 0 0 0 10px rgba(25, 135, 84, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
	}
}
@font-face {
    font-family: UKNumberPlate;
    src: url(/content/fonts/UKNumberPlate.ttf) format("truetype");
}

body .k-listview, body .k-expander, body .k-picker, body .k-input, body .k-splitter, body .k-grid {
    font-family: inherit;
}

body div.k-grid-norecords {
    display: block;
    padding: 10px;
    text-align: left;
    font-style: italic;
}
    .btn-favourite {
    cursor: pointer;
    color: #e2626b !important;
}

body .k-tooltip .k-callout {
    color: #454440;
}

body .k-tooltip-content {
  color:#fff;
}

body .k-button-solid-primary {
    border-color: #DF4E3C;
    color: #fff;
    background-color: #DF4E3C;
}

    body .k-button-solid-primary.k-hover, body .k-button-solid-primary:hover {
        border-color: #C33B2A;
        color: #fff;
        background-color: #C33B2A;
    }

.mag .k-grid{
    border:0; box-shadow:none;
}



.mag .k-header {
    border-color: #eee;
    
}

.mag .k-grid-header th.k-header {
    text-align: center;
}

.mag .k-grid-filter .k-icon, .k-header .k-icon {
    color: #DF4E3C;
}

.mag .k-grid table {
    border-collapse: separate;
    border-spacing: 0 25px;
    text-align: center;
}

    .mag .k-grid table tr.k-master-row {
        border-radius: 0.3125rem;
        box-shadow: rgb(124 124 124 / 16%) 0px 6px 12px 0px, rgb(202 202 202 / 26%) 0px 0px 6px 0px, rgb(202 202 202 / 16%) 0px -1px 4px 0px;
    }
    .mag .k-grid table th.d-sm-block,.mag .k-grid table td.d-sm-block {
        display: table-cell !important;
    }

    .mag .k-grid table td:first-of-type {
        border-top-left-radius: 0.3125rem;
        border-bottom-left-radius: 0.3125rem;
    }

    .mag .k-grid table td:last-of-type {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .mag .k-grid table td {
        border: 0;
        border-right: 1px solid #eee;
        text-align: center;
        vertical-align: middle;
    }

    .mag .k-state-selected, .mag .k-grid td.k-state-selected:hover, .mag .k-grid tr.k-state-selected:hover td {
        color: inherit;
        background-color: #bfd3c5;
        border-color: #eee
    }

    .mag .k-grid .thumb {
       position:relative; display:block;
    }

        .mag .k-grid .thumb i {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #454440;
            padding: 8px 10px;
            border-radius: 5px;
            color: #fff;
            font-size: 12px;
        }

        .mag .k-grid .vehicle {
            display:flex; flex-direction:column;
        }

            .mag .k-grid .vehicle .make {
                padding-top: 10px;
                padding-bottom: 10px;
                border-bottom: 1px solid #eee;
            }

            .mag .k-grid .vehicle .model {
                padding-top: 10px;
                padding-bottom: 10px;
            }

.mag-ul {
    border-top: 1px solid #eee;
    margin: 0;
    padding: 0;
}
.mag-ul li{
    border-bottom: 1px solid #eee; padding:10px 0; list-style-type:none;
}

.stock-detail{
    font-size:0.80rem;
}

.stock-detail .vehicle-images img{
   border-radius:5px;
}

.stock-inspection {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    /*-webkit-column-count: 2;*/ /* Chrome, Safari, Opera */
    /*-moz-column-count: 2;*/ /* Firefox */
    /*column-count: 2;
    -webkit-column-gap: 40px;*/ /* Chrome, Safari, Opera */
    /*-moz-column-gap: 40px;*/ /* Firefox */
    /*column-gap: 40px;*/
}

    .stock-inspection div {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        list-style-type: none;
    }

    .stock-inspection a, .stock-inspection span {
        display: block;
       
        text-align: left;
        color: #666;
        font-size: 12px;
    }

        .stock-inspection a span {
            display: inline-block;
        }

        .stock-inspection a:hover {
            color: #000;
        }

.tyres {
    text-align: left;
    margin-top: 20px;
}

.widget.countdown-box {
    background-color: #282842;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.widget.countdown-box h3 {
    
    color: #fff;
   
}

.countdown-container {
    
    padding: 5px;
  font-size:0.75rem;
}

    .countdown-container h3 {
        margin: 0 !important;
        padding: 0;
        color: #fff;
    }

.countdown span.count-section {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    font-weight:normal;
}



.countdown-box  .countdown span.count {
    font-size: 32px;
    font-weight: bold;
    display:block;
   
}

body .k-pager-wrap .k-link, body .k-pager-wrap .k-link:hover {
    color: #454440;
}

    body .k-pager-wrap .k-link.k-state-selected, body .k-pager-wrap .k-link.k-state-selected:hover {
        color: #fff;
        background-color: #454440;
        border-color: #727171;
    }

body .k-tooltip,body .k-tooltip.k-popup,body .k-tooltip.k-widget {
  
    border-color: #454440;

    background-color: #454440;
 
}

body .k-listview-bordered {
    border-width: 0px;
}

.modal-xl {
    width: 96%;
}

.reg-plate {
    background: linear-gradient(to bottom, #f8d038 0%, #f5ca2e 100%);
    padding: 10px 8px;
    border-radius: 5px;
    color: #333;
    text-transform: uppercase;
    font-family: 'UKNumberPlate', Helvetica, Arial;
   font-size:26px;
    white-space: nowrap;
    text-align: center;
}

.btn-group .btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-group .btn-white.active {
        background-color: #DF4E3C; color:#fff;
    }

body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #00d199;
}

body input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.grade .nama {
    border-radius: 20px;
    padding: 5px 10px;
    font-weight: bold;
    margin-right: 5px;
}

    .grade .nama.nama-1 {
        background-color: #5ACA75;
        color: #fff;
    }

    .grade .nama.nama-2 {
        background-color: #99c140;
        color: #fff;
    }

    .grade .nama.nama-3 {
        background-color: #e7b416;
        color: #fff;
    }

    .grade .nama.nama-4 {
        background-color: #db7b2b;
        color: #fff;
    }

    .grade .nama.nama-5 {
        background-color: #cc3232;
        color: #fff;
    }


    .grade img{
      max-height:40px;
    }

.stock-detail-wrapper .stock-actions a{
   display:inline-block;
}

.stock-detail-wrapper .stock-actions .fa-download {
    font-size: 2.7em !important;
}

 .auction-actions a{
     cursor:pointer;
 }

.blurred {
    filter: blur(4px); /* Adjust the blur amount */
}
@media (max-width: 49.9375em) {
    body .modal-body {
        
        padding: 10px;
    }

    .mag .k-grid-header, .mag .k-filter-row th, .mag .k-grid-header th.k-header {
        display: none !important;
    }

    .mag .tablesaw-stack tbody td, .mag .tablesaw-stack tbody th {
       
        clear: none;
        
        box-sizing:border-box;
    }


    .mag .k-grid table tr.k-master-row {
        background-color: transparent;
        border: 0 !important;
        display: inherit;
        border-radius: 15px;
    }

        .mag .k-grid table tr.k-master-row .thumb {
            float: none;
            padding: 0;
        }   
      .mag .k-grid table tr.k-master-row .button {
            float: none;
        }   
    
    .mag .k-grid table tr.k-master-row .thumb img{
           width:100%;
        }

            .mag .k-grid table tr.k-master-row .thumb .tablesaw-cell-divider {
                border:0;
            }

            .mag .k-grid table tr.k-master-row .thumb b, .mag .k-grid table tr.k-master-row .button b {
                display: none;
            }

            .mag .k-grid table tr.k-master-row .thumb .tablesaw-cell-content, .mag .k-grid table tr.k-master-row .button .tablesaw-cell-content {
                max-width: 100%;
                display: block;
            }

    .mag .k-grid table td.button a {
        display:block; margin-bottom:5px;
    }

    .mag .k-grid table td.button .tablesaw-cell-divider {
        display: none;
    }

    .mag .k-grid table td {
        border: 0;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

        .mag .k-grid table td.thumb {
            border-top: 1px solid #eee;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
        }


        .mag .k-grid table td:last-of-type {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
            border-bottom: 1px solid #eee;
        }

    .mag .k-grid table .tablesaw-cell-divider {
        border-top: 1px solid #eee;
        margin-top: 10px;
    }

    .stock-inspection, ul.col2 {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    body .k-listview-item {
        width: 100%;
    }

        body .k-listview-content .lot {
            min-width: inherit;
            max-width: 100%;
        }

    body .stock-detail-wrapper h1 {
        font-size: 2rem;
    }
        
        body .stock-detail-wrapper h2 {
        font-size: 1.5rem;
    }

    body .stock-detail-wrapper .grade .nama {
      
        padding: 5px 10px;
     
        font-size: 19px;
    }

    body .stock-detail-wrapper .rating img {
        max-height: 30px;
    }

    body .stock-detail-wrapper .stock-actions .fa-download {
        font-size: 1.9em !important;
    }
}

@media (min-width: 768px) {
    .border-top-md-0 {
        border-top: 0 !important;
    }
    .border-bottom-md-0 {
        border-bottom: 0 !important;
    }
}
