/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2020 | 20:15:10 */
.green{
	color:#008c45 !important;
}
.green-bg{
	background-color:#008c45 !important;
}
.yellow{
	color:#f6da66 !important;
}
.yellow-bg{
	background-color:#f6da66 !important;
}

.grey,.gray{
	color:#777 !important;
}
.grey-bg,.gray-bg{
	background-color:#777 !important;
}

.black{
	color:#404040 !important;
}
.black-bg{
	background-color:#404040 !important;
}

.white{
	color:#fff !important;
}
.white-bg{
	background-color:#fff !important;
}



::selection { 
  background: #f6da6650;
	color:#008c45;
}



::-webkit-scrollbar{
  width:10px;
  height:10px;
  cursor:pointer;
  margin:0;
  padding:0;
}

::-webkit-scrollbar-track{
  background:transparent;
  border-radius:2.5px;
  margin:0;
  padding:0;
}

::-webkit-scrollbar-thumb{
  background:#008c45;
  border-radius:2.5px;
  margin:0;
  padding:0;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:focus,
::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:focus-within{
  background:#008c45 !important;
}

::-webkit-scrollbar-button{
  margin:0;
  padding:0;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:decrement,
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:increment{
  width:0;
  height:0;
  background:#11904a;
  display:none;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment{
  display:block;
}


