@import "./v-1-1-14-25__colors.css";

::-webkit-scrollbar{
  width: 7px;
}
::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}
::-webkit-scrollbar-thumb {
  background-color: var(--scroll-bar-color);
  border-radius: 100px;
}

::-webkit-scrollbar{
  width: 7px;
}
::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}
::-webkit-scrollbar-thumb {
  background-color: var(--scroll-bar-color);
  border-radius: 100px;
}

.data_container::-webkit-scrollbar{
  width: 7px;
}
.data_container::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}
.data_container::-webkit-scrollbar-thumb {
  background-color: var(--scroll-bar-color);
  border-radius: 100px;
}

.history_content::-webkit-scrollbar{
  width: 7px;
}
.history_content::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}
.history_content::-webkit-scrollbar-thumb {
  background-color: var(--scroll-bar-color);
  border-radius: 100px;
}


.history_item_info_container::-webkit-scrollbar{
  width: 7px;
}
.history_item_info_container::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}
.history_item_info_container::-webkit-scrollbar-thumb {
  background-color: var(--scroll-bar-color);
  border-radius: 100px;
}


body::-webkit-scrollbar{
  width: 7px;
  height: 0;
}

body::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--scroll-bar-color);
  border-radius: 100px;
}

@media only screen and (max-width: 250px) {
  body::-webkit-scrollbar{
    height: 7px;
  }
}   

.qr-code_text::-webkit-scrollbar{
  width: 4px;
}

.qr-code_text::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}

.qr-code_text::-webkit-scrollbar-thumb {
  background-color: var(--scroll-dark-bar-color);
  border-radius: 100px;
}

.big_popup::-webkit-scrollbar {
  width: 7px;
  padding-right: 5px;
}

.big_popup::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}
 
.big_popup::-webkit-scrollbar-thumb {
  background-color: var(--scroll-dark-bar-color);
  border-radius: 100px;
}