/* put your own styles to customize and override the theme */
.invalid-feedback.error-msg {display: block; text-align: left;}




/*Add auction page scroll me */

.scroll-me {
	padding:5px 0px;
    max-height: 50vh;
    overflow-y: auto;
}

/*vehicle details popup slik slider*/
.slick-slider-main {
  display:block;
  margin:0 auto;
}
.slick-slider-main .img_slider {
    background: #fff;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}


/* Add this to your CSS file */
.loading-spinner {
  position: fixed; /* position the spinner in the center of the screen */
  top: 0;
  left: 0;
  width: 100%; /* make the spinner take up the full width and height of the screen */
  height: 100%;
  background-color: rgba(1, 1, 1, 0.5); /* make the background semi-transparent */
  z-index: 9999; /* make sure the spinner is on top of all other elements */
}
/*  background-color: rgba(255, 255, 255, 0.8); /* make the background semi-transparent */
.spinner-border {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
.dropdown-menu.show
{
  top: 56px!important;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
