body, buttons {
	font-family: 'Arimo';
}
		
#dropdown #size1:hover {
	background:red;
}

#dropdown {
    position: absolute;
    border: 1px solid black;
    background-color: white;
    margin-right: 20px;
    width: 70px;
}

.container{
  display: flex;
  width: 100%;
background:#fff;
  padding: 10px;
  max-width: 1153px;
  justify-content: center;
}
section{
	border-radius: 9px;
    margin-left: 7px;
    box-shadow: 0px 0px 0px;
    border: 1px solid #e5e5e5;
}

.ui-input-text.ui-custom {
   border: none;
   box-shadow: none;
}

.tools-board{
	background: #fff;
    width: 95px;
    padding: 15px 22px 0;
    box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}
.tools-board .row{
width: 120px;
margin-bottom: 20px;
margin-right: -15px;
}
.tools-board2{
background: white;
    width: 115px;
    padding: 15px 22px 0;
    box-shadow: 0px 0px 0px;
    border: 1px solid #e5e5e5;
}
.tools-board2 .row{
  margin-bottom: 20px;
}
.row .options{
  list-style: none;
  margin: 10px 0 0 5px;
}
.row .options .colorbox{
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
}
.colorbox:is(:hover, .active) img {
  filter: invert(17%) sepia(90%) saturate(3000%) hue-rotate(900deg) brightness(100%) contrast(100%);
}
.colorbox :where(span, label){
  color: #5A6168;
  cursor: pointer;
  padding-left: 10px;
}
.colorbox:is(:hover, .active) :where(span, label){
  color: #4A98F7;
}
.colorbox #fill-color{
  cursor: pointer;
  height: 14px;
  width: 14px;
}
#fill-color:checked ~ label{
  color: #4A98F7;
}
.colorbox #size-slider{
  width: 100%;
  height: 5px;
  margin-top: 10px;
}
.colorsDiv .options{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: center;
    background: transparent;
    padding: 8px;
    height: 28px;
    box-shadow: 0px 0px 0px;
    border-radius: 25px;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.colorsDiv .colorbox{
    height: 26px;
    width: 26px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #ffffff;
}
.colorsDiv .colorbox:nth-child(1){
  background-color: #fff;
  border: 1px solid #bfbfbf;
}
.colorsDiv .colorbox:nth-child(2){
  background-color: #000;
}
.colorsDiv .colorbox:nth-child(3){
  background-color: #E02020;
}
.colorsDiv .colorbox:nth-child(4){
  background-color: #6DD400;
}
.colorsDiv .colorbox:nth-child(5){
  background-color: yellow;
}
.colorsDiv .colorbox:nth-child(6){
  background-color: purple;
}
.colorsDiv .colorbox:nth-child(7){
  background-color: grey;
}
.colorsDiv .colorbox:nth-child(8){
  background-color: pink;
}
.colorsDiv .colorbox:nth-child(9){
  background-color: aqua;
}
.colorsDiv .colorbox:nth-child(10){
  background-color: blue;
}
.colorsDiv .colorbox:nth-child(11){
  background-color: tomato;
}

.colorsDiv .colorbox:nth-child(12){
  background-color: #ddec38;
}

.colorsDiv .colorbox:nth-child(13){
  background-color: #8ec9ef;
}

.colorsDiv .colorbox:nth-child(14){
  background-color: #407f1a;
}

.colorsDiv .colorbox:nth-child(15){
  background-color: #8a5025;
}

.colorsDiv .colorbox:nth-child(16){
  background: linear-gradient(to right, rgb(255, 41, 102), rgb(66, 128, 255), rgb(12, 255, 201));
}


.colorsDiv .colorbox.selectedColor::before{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 18px;
  width: 18px;
  background: inherit;
  border-radius: inherit;
  border: 2px solid #fff;
  transform: translate(-50%, -50%);
}
.colorsDiv .colorbox:first-child.selectedColor::before{
  border-color: #ccc;
}
.colorbox #color-picker{
  opacity: 0;
  cursor: pointer;
}
#changeSizeButton {
	background: #4384d3;
    border: 1px solid #3a82d9;
    box-shadow: 0px 0px 20px 0px #ffffff14;
    font-family: 'Arimo';
    margin-bottom: 9px;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    cursor: pointer;
}

.buttons button{
  width: 100%;
  color: #fff;
  border: none;
  outline: none;
  padding: 11px 0;
  font-size: 0.9rem;
  margin-bottom: 13px;
  background: none;
  border-radius: 4px;
  cursor: pointer;
}
.buttons .clear-canvas{
	color: #fff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
    font-family: 'Arimo';
    font-weight: bold;
}
/*
.clear-canvas:hover{
  color: #fff;
  background: #6C757D;
}*/

canvas {
	cursor: crosshair;
}

.buttons .change_speed{
	display: inline-block;
    width: 37px;
    height: 27px;
    background: #4384d3;
    border: 1px solid #4384d3;
    font-size: 15px;
    font-family: 'Arimo';
    padding: 0px;
	margin-top: 7px;
}
.buttons .save-img{
	background: #4384d3;
    border: 1px solid #3a82d9;
    box-shadow: 0px 0px 20px 0px #ffffff14;
    font-size: 17px;
    font-family: 'Arimo';
    font-weight: bold;
}
.drawing-board{
  overflow: hidden;
}

#live_options {
  width: 141px;
  right: -14px;
  position: relative;
  place-items: center stretch;
  flex-flow: row;
  place-content: center flex-start;
  margin-bottom: -5px;
  color: rgb(0, 0, 0);
  padding: 6px;
  box-shadow: 0px 0px 20px 5px #9797970d;
  border-radius: 10px;
}

#name {
	text-align: right;
    width: 197px;
    padding: 7px;
    font-size: 16px;
    font-family: 'Arimo';
    border-radius: 12px;
    border: 0;
    box-shadow: 0px 0px 20px 5px #00000012;
}

.star-rating {
  direction: rtl;
  display: inline-block;
}
.star {
  font-size: 1.4rem;
  cursor: pointer;
  color: #ccc;
}
.star.selected {
  color: gold;
}


.toolbar {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #ffffff;
  flex-wrap: wrap; /* תמיכה בשבירה לשורות */
}
.toolbar-btn {
  display: flex;
  align-items: center;
  background-color: #e0e0e0;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.toolbar-btn img {
  width: 20px; /* גודל אייקון */
  height: 20px;
  margin-left: 8px; /* ריווח בין האייקון לטקסט */
}

.toolbar-btn2 {
  display: flex;
  align-items: center;
  background-color: #e0e0e0;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 5px;
  cursor: default;
  font-size: 16px;
  color: #333;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.toolbar-btn:hover {
  background-color: #d0d0d0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.like-btn {
  background-color: #ffdddd;
  color: #d9534f;
}
.share-btn {
  background-color: #e6f7ff;
  color: #0275d8;
}
.rate-btn {
  background-color: #fff8e1;
  color: #f0ad4e;
}
.rate-btn2 {
  background-color: #fff8e1;
  color: #f0ad4e;
}
.download-btn {
  background-color: #e5f7e5;
  color: #5cb85c;
}
.draw-btn {
  background-color: #dfe1ff;
  color: #5a5cff;
}
.rate-btn img {
  margin-left: 1px; /* סידור הכוכבים */
}



		.container2 {
		  max-width: 995px;
            margin: 0 auto; /* Center the container */
            padding-top: 0px; /* Add some padding at the top */
        }
        .icon {
            width: 173px; /* 80% of original width 214px */
            height: 70px; /* 80% of original height 88px */
            margin: 10px 10px 20px; /* Margin between images */
            position: relative; /* Position relative for overlay */
        }
        a {
            text-decoration: none; /* Remove underline from links */
            color: inherit; /* Inherit color from parent */
            display: inline-block; /* Display links inline-block */
            position: relative; /* Position relative for bubble positioning */
        }
        .bubble {
            display: none;
            position: absolute;
            top: 80px;
            left: 50%;
            transform: translateX(-50%);
            width: 160px;
            padding: 10px;
            border-radius: 10px;
            background-color: blue;
            color: #ffffff;
            font-size: 14px;
            z-index: 999;
        }
        a:hover .bubble {
            display: block;
        }
        .coming-soon {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(128, 128, 128, 0.7); /* Gray background with transparency */
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            z-index: 1000;
        }
		
		