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

#dropdown {
    position: absolute;
    border: 1px solid black;
    background-color: white;
    margin-right: 99px;
    margin-top: -51px;
    width: 487px;
    height: 47px;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-around;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.container{
  display: flex;
  width: 100%;
  background:#fff;
  padding: 10px;
  max-width: 1202px;
  justify-content: center;
  height:600px;
}
section{
    margin-left: 0px;
    box-shadow: 0px 0px 0px;
    border: 1px solid #979797;
}

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

.tools-board{
	direction:ltr;
	background: #fff;
    width: 115px;
    padding: 15px 22px 0;
    box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}
.tools-board .row{
  margin-bottom: 20px;
}
.tools-board2{
background: white;
    width: 122px;
    padding: 15px 22px 0;
    box-shadow: 0px 0px 0px;
    border: 1px solid #979797;
}
.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(3, 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: 30px;
    width: 30px;
    box-shadow: 0px 0px 5px 2px rgb(74 74 74 / 22%);
    border-radius: 50%;
    position: relative;
    border: 2px solid #ffffff;
}
.colorsDiv .colorbox:nth-child(1){
  background-color: #000;
  border: 1px solid #bfbfbf;
}

.colorsDiv .colorbox:nth-child(2){
  background-color: #b3b3b3;
}
.colorsDiv .colorbox:nth-child(3){
  background-color: #fff;
}
.colorsDiv .colorbox:nth-child(4){
  background-color: #0000ff;
}
.colorsDiv .colorbox:nth-child(5){
  background-color: #0052cc;
}
.colorsDiv .colorbox:nth-child(6){
  background-color: #99d6ff;
}
.colorsDiv .colorbox:nth-child(7){
  background-color: #ff0000;
}
.colorsDiv .colorbox:nth-child(8){
  background-color: #e63900;
}
.colorsDiv .colorbox:nth-child(9){
  background-color: #ff9999;
}
.colorsDiv .colorbox:nth-child(10){
  background-color: #008000;
}
.colorsDiv .colorbox:nth-child(11){
  background-color: #98ff98;
}

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

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

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

.colorsDiv .colorbox:nth-child(15){
  background-color: #fff5b3;
}
.colorsDiv .colorbox:nth-child(16){
  background-color: #ff6600;
}
.colorsDiv .colorbox:nth-child(17){
  background-color: #ff9933;
}

.colorsDiv .colorbox:nth-child(18){
  background-color: #ffcc99;
}

.colorsDiv .colorbox:nth-child(19){
  background-color: #800080;
}


.colorsDiv .colorbox:nth-child(20){
  background-color: #c837ed;
}
.colorsDiv .colorbox:nth-child(21){
  background-color: #e0b3e0;
}
.colorsDiv .colorbox:nth-child(22){
  background-color: #ff1493;
}
.colorsDiv .colorbox:nth-child(23){
  background-color: #ff69b4;
}
.colorsDiv .colorbox:nth-child(24){
  background-color: #ffcce5;
}
.colorsDiv .colorbox:nth-child(25){
  background-color: #8b4513;
}
.colorsDiv .colorbox:nth-child(26){
  background-color: #c56c39;
}
.colorsDiv .colorbox:nth-child(27){
  background-color: #f5deb3;
}
.colorsDiv .colorbox:nth-child(28){
  background-color: #4d4d4d;
}
.colorsDiv .colorbox:nth-child(29){
  background-color: #00FFFF;
}

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

.plus-sign {
  position: absolute;
  top: -10px;
  left: 48.5%;
  transform: translateX(-50%);
  font-size: 43px;
  color: white;
  text-shadow: 0px 0px 4px rgb(0 0 0 / 62%);
}

.colorsDiv .colorbox.selectedColor::before{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 22px;
  width: 22px;
  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, #plusSize, #minusSize{
	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;
}

#changeSizeButton {
	position: relative;
}

#changeSizeButton::after {
	content: '';
    position: absolute;
    top: 17px;
    left: -15px;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right-color: #4a90e2;
}

.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;*/
	cursor: url('../../images/cursor.png') 16 16, auto;
}

.buttons .change_speed{
	display: inline-block;
    width: 67px;
    height: 27px;
    background: #4384d300;
    border: 1px solid #7ab6ff;
    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: 736px;
    right: 114px;
    position: relative;
    display: flex;
    place-items: center stretch;
    flex-flow: row;
    place-content: center flex-start;
    margin-bottom: -5px;
    background: rgb(213 213 213 / 5%);
    color: rgb(0, 0, 0);
    padding: 6px;
    box-shadow: 0px 0px 20px 5px #9797970d;
    z-index: -1;
    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;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-header a {
    color: blue;
    text-decoration: none;
}
.modal-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.modal-footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}
.modal-footer div i {
    font-size: 24px;
    margin-bottom: 5px;
}
.whatsapp { background-color: #25D366; }
.facebook { background-color: #3b5998; }
.gmail { background-color: #D44638; }
.private-message { background-color: #0078FF; }
.download { background-color: #4CAF50; }
.print { background-color: #FF9800; }
.view { background-color: #9C27B0; }
.save { background-color: #3F51B5; }
.description { background-color: #E91E63; }
.tags { background-color: #FF5722; }



.toolbar {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #ffffff;
  flex-wrap: wrap; /* תמיכה בשבירה לשורות */
}
.toolbar-btn {
  font-family: 'Arimo';
  display: flex;
  align-items: center;
  background-color: #e0e0e0;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 5px; /* ריווח קטן יותר כדי להכיל יותר כפתורים */
  cursor: pointer;
  font-size: 18px; /* גודל פונט */
  color: #333;
  transition: background-color 0.3s;
}
.toolbar-btn img {
  width: 28px; /* גודל אייקון */
  height: 28px;
  margin-left: 10px; /* ריווח בין האייקון לטקסט */
}
.toolbar-btn:hover {
  background-color: #d0d0d0;
}
.save-btn {
  background-color: #87CEEB; /* צבע כחול תכלת */
  color: #fff;
}
.save-btn:hover {
  background-color: #00BFFF; /* כחול בולט יותר כאשר עוברים עם העכבר */
}

		.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;
        }
		
		