.style-11::-webkit-scrollbar{
	width: 5px;
	background-color: #1c5e5c;
}

.style-11::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.style-11::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

#pomodoro-sessions{
max-height: 60px; 
overflow: auto;
}

#pomodoro-sessions{
max-height: 60px; 
overflow: auto;
}

#icon2 {
  display: none;
}
#default-span{
  font-size: 12px;
}
.timer-options {
  font-size: 12px;
  margin-top: 5px;
}
#pomodoro-sessions, #pomodoro-sessions li {
  font-size: 12px;
}
.progressbar-text {
  color: #ffffff !important;
}
#default-timer{
  width: 100px;
  height: 100px;
  left: 28%;
  padding-bottom: 2px;
}

#pomodoro-timer{
  width: 100px;
  height: 100px;
  left: 28%;
  padding-bottom: 2px;
}
.hidden {
  display: none;
}

.fab-container{
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 999;

	cursor: pointer;
	margin-left: 50px;
}

.fab-icon-holder{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #1c5e5c;

	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}


.fab-icon-holder i {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 100%;
	font-style: 25px;
	color: #ffffff;

}

.fab {
	width: 50px;
	height: 50px;
	background: #1c5e5c;
}
.fab-button {
    position: fixed;
		bottom: 80px;
		right: 20px;
		z-index: 999;
    width: 250px;
    color:#ffffff;

		cursor: pointer;
}
.popovertext {
  background-color: #1c5e5c;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.popovertext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60%;
  margin-left: 60px;
  border-width: 7px;
  border-style: solid;
  border-color:  #1c5e5c transparent transparent transparent;
}