body {
    background-image: url('../images/background.jpg'); /* Путь к изображению */
    background-size: background-size: 110% 110%; /* Покрытие всего фона */
    background-repeat: no-repeat; /* Без повторения изображения */
    background-position: center; /* Центрирование изображения */
}

.scroll_box {
    background:#f3da1f;
	height:300px;
	max-height:300px;
	overflow-y:auto;
}

.scroll_box::-webkit-scrollbar {
    width: 5px;
}

.crypto-rows .card {
	padding:10px;
}
.crypto-modal div#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: url('../images/loader.gif') no-repeat center center; 
}
/* Track */
.scroll_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #01a9f9; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.scroll_box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #17191be0;
    -webkit-box-shadow: inset 0 0 6px rgb(0, 0, 0);
}
.scroll_box::-webkit-scrollbar-thumb:window-inactive {
	background: #333; 
}

#profileImage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #512DA8;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: -5px;
}

.profileImage {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f3da1f;
  font-size: 65px;
  color: #000;
  text-align: center;
  line-height: 130px;
  margin: -15px auto;
}
