/*
  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; 
}

.btn.unpin::before {
  content: "";
  font-family: "remixicon" !important;
}

.btn.pin::before {
  content: "";
  font-family: "remixicon" !important;
}


.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.choices__list--dropdown {
  z-index: 2;
}

/*
  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;
}


/*
  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;
}


/*
  LEAD NOTIFICATION & OFFCANVAS LEAD
*/
.lead-notification .carousel-control-prev,
.lead-notification .carousel-control-next {
    margin: auto;
    width: 25px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    height: 25px;
    padding: 5px;
     
}

.lead-notification .carousel-control-prev-icon,
.lead-notification .carousel-control-next-icon {
    filter: invert(1);
}


.badge-lead-main {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0px;
    line-height: 1.8;
}


.oc-newclient-check-img {
    padding: 2px 4px;
    border-radius: 5px;
    background:var(--vz-offcanvas-bg);
    left: -10px;
    top: -10px;
    z-index: 0;
}


/*
  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;
    
    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;
}

.start-50-50 {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
/*--------------------------------------------------------------
#  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;
}



.vehicle-img-list  {
  width: 24%;
  display: inline-block;
  border: 1px solid var(--vz-border-color);
  border-radius: .25rem;
  padding: .5rem;
  cursor: pointer;
}

.image-cols .card{
  aspect-ratio: 16/10;
}

.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;
}




/*--------------------------------------------------------------
# Контейнер таблиці Client List
--------------------------------------------------------------*/


/* Стиль для смуги прокрутки */
::-webkit-scrollbar {
  width: 7px; /* Товщина смуги прокрутки */
  height: 7px;
}

/* Колір смуги прокрутки */
::-webkit-scrollbar-thumb {
  background-color: var(--vz-primary);
  border-radius: 20px;
}

/* Стиль для смуги прокрутки */
.div-clients-container .table-responsive::-webkit-scrollbar {
  width: 7px; /* Товщина смуги прокрутки */
  height: 7px;
}

/* Колір смуги прокрутки */
.div-clients-container .table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--vz-primary);
  border-radius: 20px;
}

 
.div-clients-container .table-responsive {
  height:calc(100vh - 340px); 
  
  /*overflow: auto;  */
}

[data-layout=horizontal] .div-clients-container .table-responsive {
  height:calc(100vh - 380px); 
}

[data-layout=semibox] .div-clients-container .table-responsive {
  height:calc(100vh - 380px); 
}








/*--------------------------------------------------------------
# Контейнер таблиці 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); 
}







/*
  КОРЕКЦІЯ СТИЛІВ ДЛЯ СТВОРЕННЯ ЛІДА
*/

/*
.choices-lead-client .choices__placeholder {
  color: var(--vz-primary) !important;
}
*/





/*
  КОРЕКЦІЯ СТИЛІВ CHIOCES Для картоки автомобіля
*/


.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;
}










/*
  OPPORTUNITY CONTAINER STYLE
*/

a.opp-list-vehicle{
  display: block;
  font-weight: 600;
  transition: all 0.5s ease;
  color:var(--vz-card-title-color);
  
}

a.opp-list-vehicle img {
  
  transition: all 0.5s ease;
}

a.opp-list-vehicle.active,
a.opp-list-vehicle:hover {
  font-weight: 600;
  color:var(--vz-link-color)!important;
}

a.opp-list-vehicle:hover img {
  border: 1px solid !important;
  border-color: var(--vz-link-color)!important;
}
 
.timeline-2::after {
  background-color: var(--vz-primary) !important;
}


.timeline-box.arrow-up::before {
  transform: rotate(90deg);
  top:-24px;
  right: unset;
}

.timeline-box.arrow-up::after {
  right: unset;
  left: 22px;
  top:-20px;
  transform: rotate(90deg);
}

.timeline-box.arrow-up {
  margin: 10px 10px 10px 55px;
  max-width: 1000px;
  z-index: 2;
}

@media (max-width:540px) {
  .timeline-box.arrow-up::before {
    transform: rotate(90deg);
    top:-24px;
    left:55px;
    right: unset;
  }

  .timeline-box.arrow-up::after {
    right: unset;
    left: 57px;
    top:-20px;
    transform: rotate(90deg);
  }

  .timeline-box.arrow-up {
    margin: 10px 5px;
  }
}

.timeline-launch {
  margin-top: 0px !important;
  z-index: 2;
}

.opp-container .img-vehicle {
  width: 150px !important;
  min-width: 150px;
}