.bp_grand{
	border-color: #fff !important;
}


#carloc{
    margin: 0 auto;
    display: block;
}

.selectcont{
    position: relative;
}

.selectcont span{
    height: 30px;
    line-height: 30px;
}

.vehiclecont, .finishcont{
    width: 280px;
    position: absolute;
    background: #fff;
    box-shadow: 0 8px 50px -10px rgb(0 0 0 / 15%);
    border-radius: 8px;
    color: #222;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    padding: 10px;
    margin-top: 0px;
}
.vehiclecont li, .finishcont li{
    width: 125px;
    float: left;
    font-size: 14px;
    font-weight: 100;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    list-style-type: none;
    padding: 0 10px;
}
.vehiclecont li:hover, .finishcont li:hover{
    background: #eee;
    color:#111;
}
.finishcont{
    width: 145px;
    margin-top: 0px;
}
.selectcont:hover{
    background:#fff;
    color:#222;
    cursor: pointer;
}
.selectcont:hover .vehiclecont,.selectcont:hover .finishcont{
    visibility: visible;
    opacity: 1;
}
.selectcont:hover:after{
    border-color: #fff;
    cursor: pointer;

}
.scrollable-colours-wrapper {
    position: relative;
    height: 497px;
    overflow: hidden;
    display: none;
}

.scrollable-colours-wrapper ul.scrollable-colours {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0;
    
   
}

.scrollable-colours-wrapper ul.scrollable-colours li {
    display: block;
    float: left;
    float: left;
    clear: none;
    text-align: inherit;
    width: 110px;
    margin: 2px 2px 2px 2px;
    height: 110px;
    position: relative;
}

.scrollable-colours-wrapper ul.scrollable-colours li:before, .scrollable-colours-wrapper ul.scrollable-colours li:after {
    content: \\\\\\\\\\\\\\\'\\\\\\\\\\\\\\\';
    display: table;
}


.scrollable-colours-wrapper ul.scrollable-colours li a.colour-palette {
    width: 110px;
    height: 110px;
    display: block;
}

.scrollable-colours-wrapper ul.scrollable-colours li .colour-cube-roll {
    visibility: hidden;
    opacity: 0;
    -ms-filter: \\\\\\\\\\\\\\\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\\\\\\\\\\\\\\\";
    filter: alpha(opacity=0);
    position: absolute;
    top: -5px;
    left: -5px;
    padding: 5px;
    text-align: center;
    width: 120px;
    min-height: 100%;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    font-size: 18px;
}

/* .scrollable-colours-wrapper ul.scrollable-colours li:hover .colour-cube-roll, .scrollable-colours-wrapper ul.scrollable-colours li.active .colour-cube-roll {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
 
.scrollable-colours-wrapper ul.scrollable-colours li .colour-cube-roll .colour-cube a {
    display: block;
    height: 100px;
    width: 100%;
    position: center;
    bottom: 0;
    left: 0;
    color: white;
    text-align: center;
    padding: 2px;
    font-size: 18px;
}
.colour-inner-page .view-color-family-cont{    
    font-size: 15px;
    color: #5a5a5a;
    position: absolute;
    bottom: 20px;
}

.scroll-instruction {
    width: 169px;
    height: 17px;
    top: 278.06px;
    left: 700.68px;
    color: #000;
    font-family: Exo;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

#scrollerbar{
    margin-right: 10px;
    margin-top: 15px;
}

#customScroll .iScrollHorizontalScrollbar, .customScroll .iScrollHorizontalScrollbar {
    position: absolute;
    /* z-index: 9999; */
    height: 10px;
    width: 100%;
    left: 0;
    right: auto;
    top: 22px;
    overflow: hidden;
    background: #eee;
    border-radius: 20px;
}

#customScroll .iScrollVerticalScrollbar, .customScroll .iScrollVerticalScrollbar {
    position: absolute;
    z-index: 50;
    height: 100%;
    width: 5px;
    right: 0;
    top: 0;
    bottom: auto;
    overflow: hidden;
    background: #eee;
    border-radius: 20px;
}
#customScroll .iScrollVerticalScrollbar .iScrollIndicator, .customScroll .iScrollVerticalScrollbar .iScrollIndicator {
    position: absolute;
    width: 100%;
    background-color: #ed1c24;
    border-radius: 20px;
}
#customScroll .iScrollHorizontalScrollbar .iScrollIndicator, .customScroll .iScrollHorizontalScrollbar .iScrollIndicator {
    position: absolute;
    height: 100%;
    width: 88.08px;
    background-color: #080808;
    border-radius: 20px;
}


    .colouriser-container {
        display: flex; 
        justify-content: center; 
        align-items: center;
    }


.color-palette-container {
    text-align: right;
    margin: 20px 0 10px 0;
}
.color-palette-header {
    margin-bottom: 10px;
    
}
.color-palette-header h3 {
    /* width: 250px; */
    height: 17px;
    top: 145.96px;
    left: 697.96;
    font-style: Exo;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    text-align: left;
}
.tableau-color-palette-container {
    overflow-x: auto;
    white-space: nowrap;
    /* width: 540px;  */
    height: 47px;
    top: 175.29px;
    left: 70px; 
}
.tableau-color-palette {
    display:flex;
    justify-content: left;
    flex-wrap: nowrap;
    /* width: 540px;  */
    height: 42px;
    top: 175.29px;
    left: 70px;
    align-items: center;
}
.color-swatch {
    width: 54px; 
    height: 38px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: inline-block; 
    position: relative;
    cursor: pointer;
}

.colour-palette {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;

  }
  
  .colour-palette .colour-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    text-align: left;
    padding: 11px;
}

.colour-palette .colour-info .colour-code {
    color: #FFF;
    font-family: Exo;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.colour-palette .colour-info .colour-name {
    color: #FFF;
    font-family: Exo;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 146.667% */
    text-transform: capitalize;
}

.tick-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    display: none;
}

.tick-icon.black {
    color: black;
}

.color-swatch.selected .tick-icon {
    display: block;
}

.color-swatch.selected{
    height: 42px
}


.colour-palette.selected {
    border: 3px solid #ffffff;
    transform: scale(0.9); 
}

.scrollable-colours {
display: grid;
grid-template-rows: repeat(4, 1fr); 
grid-auto-flow: column; 
gap: 1px
}

.np-vehicle-visualiser-disclaimer {
    height: 51px;
    color: #000;
    font-family: Exo;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 141.667% */
}

.no-colour-found {
    display: flex;
    justify-content: left;
    align-items: left;
    height: 100%;
}

.no-colour-message {
    font-size: 24px; /* Adjust the font size as needed */
    color: #888;
    text-align: left;
}