/* --------------------------------------------------- */
/* ------------------ Общие параменты ---------------- */
/* --------------------------------------------------- */
body {
  font-family: 'Times New Roman';
  touch-action: manipulation;
}

.select_none { /* Запрет выдиления */
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
/* Логотип **************************************** */
.index_time {
	height: 30;
	text-align: center;
	font-size: 40pt;
	color: #676767;
	-webkit-user-select: none;  /* Выдиление */
}
.load {
	text-align: center;
	/* margin: 0 0 0 -50px; */
	/* width: 100px; */
}
:active, :focus {
    outline: 0;
    outline-offset: 0;
}

a {
 text-decoration: none; /* Отменяем подчеркивание у ссылки */
}

.h90 {
  height: 90px;
}
/* --------------------------- */
.plate {
  position: fixed;
  top: 20%;
  border: 1px solid #a9a9a9;
  background-color: #ffffffed;
  padding: 20px;
  display: none;
  box-shadow: 0px 0px 40mm 40mm #929292;
}
.small {
  left: calc(50% - 205px);
  width: 400px;
  height: 200px;
}
.average {
  left: calc(50% - 255px);
  width: 500px;
  height: 300px;
}
.big {
  /* left: calc(50% - 25px); */
  width: calc(100% - 102px);
  margin: 0px 0 0 22px;
  height: calc(70%);
  overflow-y: auto;
}
.close_plate {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 35px;
  height: 35px;
  border-radius: 20px 20px;
  background: url(images/del.png) center no-repeat;
  background-size: 28px;
  background-color: #ffffffc9;
  border: 1px solid #929292;
  box-shadow: inset 0 0 4px #929292;
}

.telegram {
	position: absolute;
	bottom: 5%;
	width: 100%;
  margin: 0px 0px 0px -25px;
	font-size: 45pt;
	padding: 10px;
	color: #000;
  text-align: center;
  /* border: 1px solid #000; */
}
.telegram img {
  position: relative;
  top: 10px;
}

/* ---------------------------------------------------- */
/* -------------------- Меню -------------------------- */
/* ---------------------------------------------------- */
.menu {
  position: fixed;
  top: 20%;
  border: 1px solid #a9a9a9;
  background-color: #ffffffed;
  padding: 20px;
  display: none;
  box-shadow: 0px 0px 40mm 40mm #929292;
}

.menu td, .menu caption {
  font-size: 35pt;
}
.menu_bottom { 			/* Ожидание 	*/
    border: 1px solid #929292;
    background: url(images/menu.png) center no-repeat;
    background-size: 60px;
    width: 30mm;
}


/* --------------------------------------------------- */
/* ------------------ Авторизация -------------------- */
/* --------------------------------------------------- */
.login {
	position: absolute;
	top: 30%;
	width: calc(100% - 200px);
  margin: 0px 99px 0px 99px;
	font-size: 40pt;
	padding: 10px;
	color: #000;
  /* border: 1px solid #000; */
}
.login .top {
	/* position: relative; */
  width: 100%;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #929292;
	box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 0.5);
}

.login input, .login select{
  width: 100%;
  height: 80px;
  margin-bottom: 5px;
  font-size: 40pt;
  border: none;
  border-bottom: 1px solid #929292;
}
.login .submit {
  /* position: relative; */
  width: 100%;
  font-size: 40pt;
  margin: 20px 0 0 0px;
  padding-top: 10px;
  padding-bottom: 13px;
  border: 1px solid #929292;
  background: none;
  cursor: pointer;
  text-align: center;
}

/* ---------------------------------------------------- */
/* -------------------- Контент ----------------------- */
/* ---------------------------------------------------- */
.content {
  width: 100%;
  -webkit-user-select: none;   /* Выдиление !!!!!!!!!!!!!!!! */
  /* overflow: scroll; */
  /* padding: 10mm; */
}
/* ---------------------------------------------------- */
/* -------------------- Услуги sevice ----------------- */
/* ---------------------------------------------------- */
.service {
  /* width: 100%; */
  /* width:  calc(100% - 500px); */
  /* height: calc(100% - 270px); */
  /* border: 1px solid #929292; */

  -webkit-user-select: none;
  overflow-y: auto;
}

#file_service, #file_user {
  /* opacity:0 */
  display: none;
}
/* Фон загрузки файла */
.background_load {
  background: linear-gradient(to right, #d7e6ff 0%, #fff 0%);
}




/* ---------------------------------------------------- */
/* -------------------- Календарь --------------------- */
/* ---------------------------------------------------- */
/* .calendar {
	  -webkit-user-select: none;
} */
.calendar table{
    width: 100%;
    font-size: 35pt;
    border-spacing: 5px 5px;
}
.calendar td {
	height: 100px;
	padding: 0px;
	text-align: center;
	border: 1px solid #929292;
}
.calendar .week {
	background: #eaeaea80;
}

.calendar .output { /* Выходной */
	background: #8a8a8a40;
}

.calendar .style {
	background: #ff000020;
	border: 1px solid #ff0000;
	pointer-events: none;
}

/* .calendar {  
	background: #ff000020;
	border: 1px solid #ff0000;
	pointer-events: none;
	color: #000;
} */
.calendar .control {
	/* font-size: 30pt; */
	padding-bottom: 2;
}
.calendar .load1 {
	background: #00ff0060;
}
.calendar .load2 {
	background: #ffff0060;
}
.calendar .load3 {
	background: #ff810060;
}
.calendar .load4 {
	background: #ff0000;
}
.calendar .today {	/* Текуший день */
  background: #0000ff90;
  color: #fff;
	border: 1px solid #929292;
}
.calendar .day:active, .calendar .output:active, .calendar .today:active, .calendar .control:active, .calendar .load:active {
	background: #ff000020;
	border: 1px solid #ff0000;
	color: #000;
	box-shadow: inset 0 0 10px #ff00008a;
}

/* ---------------------------------------------------- */
/* -------------------- Формы -------------------------- */
/* ---------------------------------------------------- */
.form {
  width: calc(100% - 40px);
	-webkit-user-select: none;
  font-size: 35pt;
  padding: 20px;
}

.form .caption {
  text-align: center;
  margin-bottom: 10px;
}

.form .submit {
  clear: both;
  text-align: center;
  border: 1px solid #929292;
  padding: 17px 0 20px 0;
  margin: 2px 2px 2px 2px;

}

.form fieldset {
  margin-bottom: 2mm;
}

/* .form fieldset:active {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 9%, rgb(194 190 255) 100%);
} */

.form fieldset legend, .bind legend {
  padding-bottom: 1mm;
  padding-right: 2mm;
  /* margin-bottom: 2mm; */
  font-size: 30pt;
}

.form input, .form select, .form textarea {
	font-family: 'Times New Roman';
	font-size: 35pt;
	margin-top: -6;
	margin-bottom: -6;
	outline:none;
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form input[type=text], input[type=search], .form select{
	width: 100%;
}

.form .plus {
  float: right;
  /* border: 1px solid #929292; */
  margin-top: -27px;
  margin-left: 20px;
  width: 120px;
  height: 81px;
  background: url(images/proc_plus.png) center no-repeat;
  background-size: 55px;
}
.form .minus {
  float: right;
  /* border: 1px solid #929292; */
  margin-top: -27px;
  width: 120px;
  height: 81px;
  background: url(images/proc_minus.png) center no-repeat;
  background-size: 55px;
}
/* .form .note textarea {
  width: 100%;
  height: 180px;
  resize: none;
  background: #ffffffba;
  font-size: 14pt;
  font-family: 'Times New Roman';
  padding-left: 3px;
}
.form select {
	margin-left: -4;
} */
.form textarea {
	margin-top: 0px;
	margin-bottom: 0px;
  width: 100%;
  resize: vertical;
  font-size: 30pt;
  height: 120px;
}



.form #fullname {
  text-transform: capitalize;
}

.form [status='delete'] {
  border: 1px solid #929292;
  width: 27px;
  background: url(images/del.png) center no-repeat;
  background-size: 20px;
}

.form [status='load'] {
    border: 1px solid #929292;
    background: url(images/load_mini.gif) center no-repeat;
    background-size: 20px;
    width: 27px;
}
.form [status='date'] {
    width: 27px;
}

/* -- Список под формой */
.form .name {
	text-align: left;
	border: 1px solid #929292;
	padding-left: 5px;
  font-size: 14pt;
}
.form .type {
	border: 1px solid #929292;
  font-size: 14pt;
  width: 200px;
  text-align: center;
}
.form .type select{
  text-align-last: center;
}

.form .delete {
    border: 1px solid #929292;
    width: 27;
    background: url(images/del.png) center no-repeat;
    background-size: 20px;
}
.form #delete:active {
  background: #ffcfcf;
	border: 1px solid #ff0000;
}
/* ------- Мини форма ------------- */
/* -- После переделики профиля удалить! */
.form_mini {
  width: 100%;
	-webkit-user-select: none;
}

.form_mini input {
	font-family: 'Times New Roman';
	font-size: 16pt;
	margin-top: -6;
	margin-bottom: -6;
	outline:none;
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form_mini .slave {
	text-align: left;
	border: 1px solid #929292;
	padding-left: 7;
  height: 29px;
}
.form_mini .slave input {
	width: 99%;
  text-align: left;
}

/* ------------- План лечения зубы ------------ */

.table_tooth {
  width: 100%;
  padding: 0px;
	-webkit-user-select: none;
	font-size: 30pt;
  border-spacing: 5px 5px;
}

.table_tooth .tooth {
  font-family: 'Courier New';
  font-weight: 600;
  font-size: 50pt;
  height: 110px;
  text-align: center;
  border: 1px solid #929292;
  padding: 0px;
  /* background: url(images/tooth.png) center no-repeat; */
  /* background-size: 33px; */
}

.table_tooth .tooth_top {
    /* width: 52px; */
    /* height: 43; */
    border: 1px solid #929292;
    background: url(images/tooth_top.png) center no-repeat;
    background-size: 200px;
    /* background-color: #e2e4b360; */
}
.table_tooth .tooth_bottom {
    /* width: 52px; */
    /* height: 43; */
    border: 1px solid #929292;
    background: url(images/tooth_bottom.png) center no-repeat;
    background-size: 200px;
    /* background-color: #e2e4b360; */
}

.table_tooth #hover {  /* Выбранный день */
	background-color: #ff000020;
	border: 1px solid #ff0000;
	pointer-events: none;
}

.table_tooth #save {
  height: 110px;
  font-family: 'Courier New';
  font-size: 40pt;
  text-align: center;
  border: 1px solid #929292;
  padding: 0px;
  /* background: url(images/tooth.png) center no-repeat; */
  /* background-size: 33px; */
}

/* .table_tooth .tooth:active, .form .tooth_top:active, .form .tooth_bottom:active {
	background-color: #ff000020;
	border: 1px solid #ff0000;
} */

.table_tooth [hover='1'] {
  background-color: #ff000020; /* Цвет фона */
  border: 1px solid #ff0000;
}
/* ------------------------------------------------------ */
/* -------------------- ИСТОРИЯ | -------------------------- */
/* ------------------------------------------------------ */

.section {
  width: calc(100% - 40px);
  margin: 0 20px 0 20px;
  font-size: 30pt;
  border-spacing: 5px 5px;
  -webkit-user-select: none;
}
.section td{
  border: 1px solid #929292;
  text-align: center;
  padding: 20px 0px 20px 0px;
}

.section [hover='1'] {
  background-color: #a1e7ff;
  color: black;
  pointer-events: none;
}


::-webkit-inner-spin-button { display: none; }
/* ------------------------------------------------------ */
/* -------------------- Списки -------------------------- */
/* ------------------------------------------------------ */

.list {
	font-size: 28pt;
	width: calc(100% - 40px);
  border-spacing: 5px 10px;
  margin: 0 20px 0 20px;
}

.list td {
  padding: 3mm 0 3mm 0;
}

.search {
  /* padding: 20px; */
}

.search fieldset{
	font-size: 30pt;
  margin-bottom: 5mm;
}

.list .right_text { /* Текст справато от типа счетчика */
  font-family: monospace;
  float: right;
  /* font-size: 10pt; */
  color: blue;
  margin-top: 3px;
}

.list .top {
	border: 1px solid #929292;
  text-align: center;
	background: #e2e2e2;
}

.list .num {
	width: 50px;
	text-align: center;
	border: 1px solid #929292;
}

.list .date {
	text-align: center;
	border: 1px solid #929292;
  padding: 0px 10px 0px 10px;
}

.list .center {
	text-align: center;
	border: 1px solid #929292;
}

.list .name {
	border: 1px solid #929292;
	padding-left: 5mm;
	padding-right: 5mm;
}

.list .fullname {
	border: 1px solid #929292;
	padding-left: 5mm;
	padding-right: 5mm;
	white-space: nowrap;
}

.list [doc='no'] {
	display: none;
}


.list .paid {
	text-align: center;
	border: 1px solid #929292;
	padding: 0px 3px 0px 3px;
	width: 400px;
}

.list tr[paid_reg='1'] {
  background: linear-gradient(90deg, rgba(0,196,6,0.4654236694677871) 0%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%);
}
.list tr[paid_reg='2'] {
  background: linear-gradient(90deg, rgb(103 103 103 / 47%) 0%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%);
}


.list tr[paid='1'] td {
	background-color: #00ff0020;
	border: 1px solid #006600bf;
}
.list tr[paid='1'] {
    background: linear-gradient(to right, #c0ffd1 0%, #afdcff 60%, #fff 100%);
}
.list tr[paid='1'] .plus, .list tr[paid='1'] .minus, .list tr[paid='1'] .delete, .list tr[paid='1'] .proc, .list tr[paid='1'] .pay {
	pointer-events: none;
  background: #00ff0020;
}
.list tr[paid='1'] .type_pay {
  background-color: #00ff0020;
}

.list tr[hover='1'] {
	pointer-events: none;
  background-color: #a1e7ff;
}

.list .load {
	border: 1px solid #929292;
  height: 26px;
}

.list .submit {
	border: 1px solid #929292;
	text-align: center;
  height: 100px;
}
.list .close_submit {
  width: 168px;
  border: 1px solid #ff0000;
  text-align: center;
  background: #ff000060;
}

.list .hover:active {
  background: #a1e7ff;
	color: black;
}

.list #delete:active {
  background: #ffcfcf;
	border: 1px solid #ff0000;
}
.list #update:active {
  background: #cfffcf;
  border: 1px solid #087d1a;
}


/* для списка услуг */

.list .plus {
	border: 1px solid #929292;
	width: 70px;
  background: url(images/proc_plus.png) center no-repeat;
  background-size: 50px;
}
.list .minus {
	border: 1px solid #929292;
  width: 70px;
  background: url(images/proc_minus.png) center no-repeat;
  background-size: 50px;
}
.list .proc {
  width: 80px;
  text-align: center;
  border: 1px solid #929292;
  font-size: 30pt;
  font-weight: 600;
  /* padding-top: 4px; */
}
.list .pay {
  text-align: right;
  border: 1px solid #929292;
  padding-right: 5mm;
  width: 160px;
}

.list .price {
  text-align: right;
  border: 1px solid #929292;
  padding-right: 7px;
  width: 160px;
}

.list .count {
  width: 40px;
  text-align: center;
  border: 1px solid #929292;
  /* font-family: 'Courier New'; */
  /* font-size: 14pt; */
  font-weight: 600;
  /* padding-top: 4px; */
}

.list .type_pay {
	border: 1px solid #929292;
	width: 27px;
}
.list .type_pay:active {
  border: 1px solid #929292;
  box-shadow: inset 0 0 4px #929292;
}

.list [type_pay='load'] {
  background: url(images/expand_load.gif) center no-repeat;
  background-size: 15px;
}
.list [type_pay='0'] { /* Вид оплата не определно */
  background: url(images/!.png) center no-repeat;
  background-size: 9px;
}
.list [type_pay='1'] {
  background: url(images/cash.png) center no-repeat;
  background-size: 22px;
}
.list [type_pay='2'] {
  background: url(images/bank.png) center no-repeat;
  background-size: 22px;
}


.list .delete {
    border: 1px solid #929292;
    width: 27;
    background: url(images/del.png) center no-repeat;
    background-size: 20px;
}

/* --------------------------------------- */

.list .selected {
  background: #e2e2e2;
}

.list .close:active {
  background: #a1e7ff;
	color: black;
}

.list [expand='open'] {
  background: url(images/expand_open.png) center no-repeat;
  background-size: 15px;
}
.list [expand='close'] {
  background: url(images/expand_close.png) center no-repeat;
  background-size: 15px;
}
.list [expand='load'] {
  background: url(images/expand_load.gif) center no-repeat;
  background-size: 15px;
}
.list [expand='znak'] {
  background: url(images/!.png) center no-repeat;
  background-size: 9px;
  border: 1px solid #fc6b6b;
  width: 25;
  box-shadow: inset 0 0 4px #fc6969;
}


/* --------------------------------------- */
/* ------------- Итоги ------------------- */
.itogo {
  width: 100%;
}

.itogo .pay_slave {
	border: 1px solid #929292;
	padding-left: 5mm;
}
.itogo .pay {
	border: 1px solid #929292;
	text-align: right;
	padding-right: 5mm;
}

.itogo .summ_pay {
	background: #ccffcc; /* Цвет фона */
}
.menu_content .summ_pay_no {
	itogo: #ffcccc; /* Цвет фона */

}

/* ---------------------------------------------------- */
/* -------------------- Таблицы -------------------------- */
/* ---------------------------------------------------- */
.table_service {
  font-size: 14pt;
  width: 100%;
	-webkit-user-select: none;
}

.table_service input[type='text'], .table_service input[type='date'], .table_service select, .table_service textarea {
	font-family: 'Times New Roman';
	font-size: 14pt;
	margin-top: -6;
	margin-bottom: -6;
	outline:none;
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.table_service input[type='text'] {
  width: 100px;
  text-align: center;
}


.table_service select {
	margin-left: -4;
}
.table_service textarea {
	margin-top: 0px;
	margin-bottom: 0px;
  width: 100%;
  resize: vertical;
}

.table_service .slave {
	border: 1px solid #929292;
	padding-left: 5;
	width: 310px;
}

.table_service .main {
	padding-left: 5;
	border: 1px solid #929292;
	font-size: 16pt;
	background: #eaeaea80;
}

.table_service .right {
	text-align: right;
}
.table_service .left {
	text-align: left;
}
.table_service .center {
	text-align: center;
  padding: 0px;
}





.table_service .name {
	text-align: left;
	border: 1px solid #929292;
	padding-left: 5px;
  -webkit-user-select: text;
}

.table_service .checkbox {
	text-align: center;
	border: 1px solid #929292;
  width: 30px;
}
.table_service .input {
	border: 1px solid #929292;
  background-color: #e3ecf9;
}
.table_service .input input{
	text-align: left;
  width: 100%;
  height: 35px;
}
.table_service .table_checkbox {
	text-align: center;
	border: 1px solid #929292;
  width: 115px;
}

.table_service .hover:active {
  background: #a1e7ff;
	color: black;
}
.table_service [onClick]:active {
  border: 1px solid #0043ff;
  background-color: #00adffb3;
}

/* Расписание */
/* ---------------------------------------------------- */
/* ------------------- Расписание --------------------- */
/* ---------------------------------------------------- */
.rasp {
  width: 100%;
  padding: 0px;
	-webkit-user-select: none;
	font-size: 30pt;
  border-spacing: 5px 5px;
}

.rasp .date {
  font-size: 38pt;
	text-align: center;
	border: 1px solid #929292;
  padding: 20px 0px 20px 0px;
}
.rasp .time {
  background-color: #e2e2e2d4;
  width: 60px;
  /* padding-left: 10px;
  padding-right: 10px; */
  padding: 10px;
  text-align: center;
  border: 1px solid #929292;
}

.rasp .chair {
    text-align: center;
    border: 1px solid #929292;
    padding: 5px 0px 5px 0px;
}
.rasp .user {
	border: 1px solid #929292;
	font-size: 30pt;
	text-align: center;
	/* width: 200px; */
  padding: 0px 5px 0px 5px;


  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.rasp .no {
	border: 1px solid #929292;
	width: 270px;
  padding: 0px 5px 0px 5px;
}

.rasp [status] {
    width: 30mm;
}

.rasp [status='0'] {
    border: 1px solid #929292;

}
.rasp [status='1'] { 			/* Ожидание 	*/
    border: 1px solid #929292;
    background: url(images/clock.png) center no-repeat;
    background-size: 60px;
}
.rasp [status='2'] {			/* Пришел 		*/
    border: 1px solid #929292;
    background: url(images/plus.png) center no-repeat;
    background-size: 50px;
}
.rasp [status='3'] {			/* Не пришел 	*/
    border: 1px solid #929292;
    background: url(images/minus.png) center no-repeat;
    background-size: 50px;
}
.rasp [status='4'] {	/* Подтвержден */
  border: 1px solid #929292;
  background: url(images/tel_ok.png) center no-repeat;
  background-size: 50px;
}

.rasp [status='5'] {	/* Не дозвониться */
  border: 1px solid #929292;
  background: url(images/tel_no.png) center no-repeat;
  background-size: 50px;
}
.rasp [status='?'] {			/* Не известно!	*/
    border: 1px solid #929292;
    background: url(images/znak.png) center no-repeat;
    background-size: 12px;
}

.rasp [status='999'] {
    border: 1px solid #929292;
    background: url(images/no.png) center no-repeat;
    background-size: 50px;
}
.rasp [status='load'] {
    border: 1px solid #929292;
    background: url(images/load_td.gif) center no-repeat;
    background-size: 50px;
}
.rasp .lunch{
	color: #000;
    background-color: #fff;  /* #eaeaea; */
}
.list .hover:hover,
.rasp .hover:hover,
.rasp .status:hover {
  border: 1px solid #00beff;
  box-shadow: inset 0 0 2px #008eff;
  background-color: #a1e7ff !important;
  color: black;
}

.rasp .hover:hover + .status {
  border: 1px solid #00beff;
  box-shadow: inset 0 0 2px #008eff;
  background-color: #a1e7ff !important;
  color: black;
}


.rasp .time_left {
    position: absolute;
    left: 2px;

}

.rasp .time_right {
    /* position: absolute; */
    right: 0;
}


.rasp .time:nth-child(2n+3)  {
  background-color: #f0f0f0;
}

.rasp [color='1'] {
  background-color: #ff7b7b !important;
}
.rasp [color='2'] {
  background-color: #e747e7 !important;
}
.rasp [color='3'] {
  background-color: #ffff00 !important;
}
.rasp [color='4'] {
  background-color: #00ff00 !important;
}
.rasp [color='5'] {
  background-color: #7c7cff !important;
}
.rasp [color='6'] {
  background-color: #00ffff !important;
}


/* -------------- Кружки работников врачей ------------ */

.icon_medic {
  float: right;
  width: 35px;
  height: 35px;
  margin: 4px 3 0px 3;
  border: 1px solid #929292;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.icon_medic:active {
  background: #e8f1ff;
  border: 1px solid #929292;
  /* cursor: pointer; */
  /* color: #000; */
  box-shadow: 0 0 4px #5f6063b8;
}


/* ----- Сплываюшая меню ------ */
.form_list {
    background-color: #f5f5f5;
    position: fixed;
    width: 300px;
    display: none;
}
.form_list .close{
    background-color: #fbefd2;
    border: 1px solid #929292;
    font-size: 16pt;
    text-align: center;
    height: 30px;
}
/* ----- Сплываюшая окно услуг ------ */
.service_info {
  font-size: 30pt;
}



::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-button {
    background-color: #fff0;
}
::-webkit-scrollbar-corner {
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #929292;
}
::-webkit-scrollbar-track {
    /* background-color: #b46868; */
}
