/*
  Bootstrap Correction
*/

.toast {
  max-width: 340px;
}

.select-none,
.user-select-none {
  user-select: none !important;   
  -webkit-user-select: none !important;  
  -moz-user-select: none !important; 
  -ms-user-select: none !important; 
}

.choices__list--dropdown {
  padding: 10px 10px 20px 10px !important;
}

.start-50-50 {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/*
  TOOLBAR STICKY
*/

.toolbar-sticky {
  z-index: 9;
  position: sticky;
  top:80px;
}


/*
  GIMDialog STYLES
*/

.gimdlg .micon {
  font-size: 60px;
}

.gimdlg .body-top {
  margin-bottom: 10px;
}

 

.gimdlg .btn {
  margin: 3px;
  min-width: 100px;
}

a.dropdown-item {
  cursor:pointer;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.nav-item a.nav-link {
  height: 37px;
}

 

/*
  GIMTable STYLES
*/

.gimtable th {
  cursor: pointer;
  border: 1px solid var(--vz-border-color);
  vertical-align: top;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Стандарт */  
}

.gimtable th .span-order {
  display: inline-block;
  width: 30px;
}





/*
  SPINER AND BLOCK MODULES CSS
*/
.spinner-container {
    width:100%;
    padding:50px;
    text-align: center;
}

.lock-container {
    z-index: 900;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*max-height: 100vh;*/
    backdrop-filter: blur(2px);
}

[data-bs-theme=light] .lock-container {  background: rgba(255, 255, 255, 0.5);}
[data-bs-theme=dark]  .lock-container {  background: rgba(0, 0, 0, 0.5); }



/*
  ADDITIONA CSS STYLES
*/

.top-first {
    padding-top: 50px;
}

.img-svg-modal {
  width: 100px;
}

/*
  Logo On MENU
*/

.logo-light h3 {
  color:white;
}

.logo-dark h3 {
  color:#000;
}

.span-category-count::after {
    content:")";
}

.span-category-count::before {
  content:"(";
}

/*--------------------------------------------------------------
#  ATTRIBUTES STYLE 
--------------------------------------------------------------*/  
       
.product-attributes span{
  width: 200px;
}

@media(max-width:991px) {
  .product-attributes span{
      max-width: 100px;
  }
}


/*--------------------------------------------------------------
#  GOOGLE BUTTON STYLE
--------------------------------------------------------------*/

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
  }
  
  .gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
  }
  
  .gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  
  .gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
  
  .gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
  }
  
  .gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
  }
  
  .gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
  }
  
  .gsi-material-button:not(:disabled):active .gsi-material-button-state, 
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
  }
  
  .gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }
  
  .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
  }


  
/*--------------------------------------------------------------
# wait block
--------------------------------------------------------------*/

.wait_block {
	position:fixed;
	display:none;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	cursor:wait;
	background:white;
	z-index:9999;
	opacity:0.9;
}

.wait_block img {
	width:300px;   
	display:block;
	margin-top:100px;
	margin-left:auto; 
	margin-right:auto;  
}

.wait_block .spinner-border {
    border-width: 10px;
    color:var(--color-btn) !important;
}

/*--------------------------------------------------------------
# Abbsolute position Кутове розміщення 
--------------------------------------------------------------*/

.pos-right-top {
  position: absolute;
  right: 5px;
  top:5px;
}

.pos-left-top {
  position: absolute;
  left: 5px;
  top:5px;
}

.pos-right-bottom {
  position: absolute;
  right: 5px;
  bottom:5px;
}

.pos-left-bottom {
  position: absolute;
  left: 5px;
  bottom:5px;
}


/*--------------------------------------------------------------
# Контейнер таблиці Inventory Vehicles
--------------------------------------------------------------*/


/* Стиль для смуги прокрутки */
::-webkit-scrollbar {
  width: 7px; /* Товщина смуги прокрутки */
  height: 7px;
}

/* Колір смуги прокрутки */
::-webkit-scrollbar-thumb {
  background-color: var(--vz-primary);
  border-radius: 20px;
}

/* Стиль для смуги прокрутки */
.div-vehicles-container .table-responsive::-webkit-scrollbar {
  width: 7px; /* Товщина смуги прокрутки */
  height: 7px;
}

/* Колір смуги прокрутки */
.div-vehicles-container .table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--vz-primary);
  border-radius: 20px;
}

 
.div-vehicles-container .table-responsive {
  height:calc(100vh - 340px); 
  
  /*overflow: auto;  */
}

[data-layout=horizontal] .div-vehicles-container .table-responsive {
  height:calc(100vh - 380px); 
}

[data-layout=semibox] .div-vehicles-container .table-responsive {
  height:calc(100vh - 380px); 
}


.vehicle-img-list  {
  width: 24%;
  display: inline-block;
  border: 1px solid var(--vz-border-color);
  border-radius: .25rem;
  padding: .5rem;
  cursor: pointer;
}

.vehicle-web-link {
  display: block;
  width: calc(100vw - 150px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion-with-switch {
  padding-left: 5px;
  background-color: unset;
}

.accordion-with-switch:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}

::placeholder {
  color:#aaa !important;
}

/*
  КОРЕКЦІЯ СТИЛІВ CHIOCES Для картоки автомобіля
*/

.choices__placeholder {
  padding-left: 0px;
  font-weight: 400;
  color: #AAAAAA;
  opacity: 1;
  
}

[data-bs-theme="dark"] ::placeholder {
  color:#666 !important;
}

[data-bs-theme="dark"] .choices__placeholder {
  color:#666 !important;
}

.choices__list--dropdown {
  z-index: 999;
}


.chioces-rounded-start-0 .choices__inner { 
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.chioces-rounded-start-0 .choices {
  flex-grow: 1;
}

.choices-up .choices__list--dropdown {
  bottom:39px;
  top:unset;
}

.category-container .card-hover {
  transition: all 0.5s ease;
}

.category-container:hover .card-hover {
  background-color: var(--vz-primary-bg-subtle) !important
  
}

.category-container .a-category {
  transition: all 0.5s ease;
}

.cnange-parent {
  cursor: crosshair;
  /*animation: blink 1s infinite;*/
  color:rgba(var(--vz-link-color-rgb),0.7);

}

.cnange-parent:hover {
  animation: unset;
  color:rgba(var(--vz-link-color-rgb),1);
}

@keyframes blink {
  0% {
    color:rgba(var(--vz-link-color-rgb),1);
   }
  50% {
    color:rgba(var(--vz-link-color-rgb),0.5);
   }
  100% {
    color:rgba(var(--vz-link-color-rgb),1);

   }
}


/*  
    OFFCANVAS ORDER
*/

table.customer tr td {
  width: 50%;
  padding: 5px;
}





