<?php
header("Cache-Control: no-cache, no-store, must-revalidate");
header("Pragma: no-cache");
header("Expires: 0");
?>


@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@latest/dist/font-face.css') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	ddirection:rtl;
    font-family: 'Vazir', sans-serif;
	  animation-name: glyphColorAnim;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}



.headerSite
{
	
	width: 100%;
	height: ;
	aspect-ratio: 10/1;
	background-color: blue;
	position: absolute;
	top: 0px;
	
		  animation-name: glyphColorAnim;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}




  .outer-wrapper {





}

/* The animation code */
@keyframes glyphColorAnim {
  0%   { background-image:radial-gradient(circle, greenyellow, rgb(0, 0, 0));}
  25%  { background-image:radial-gradient(circle, rgb(255, 0, 0), rgb(0, 0, 0));}
  50%  {background-image:radial-gradient(circle, blue, rgb(0, 0, 0));}
  75%  {background-image:radial-gradient(circle, yellow, rgb(0, 0, 0));}
  100% {background-color: greenyellow;}
}


/* نوار اسکرول کلی */
::-webkit-scrollbar {
  width: 50px;  /* ضخامت نوار اسکرول عمودی */
  height: 40px; /* ضخامت نوار اسکرول افقی */
}

/* خود thumb (بخش قابل کشیدن) */
::-webkit-scrollbar-thumb {
  background-color: #e5ff0056;
  border-radius: 6px;
  border: 2px solid #fff; /* برای ایجاد فاصله از لبه */
}

/* وقتی روش هاور می‌کنی */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}



   

    .panel {
      position: absolute;
      background: #fafafa;
      border-color:  black;
border-style: solid;
              border-width: 8px 4px 10px 5px;
  border-radius:95% 4% 92% 5%/4% 95% 6% 95%;

  outline-width: 1px;
  outline-style: solid;
  outline-color: gray;

  transform: rotate(2deg);

      font-size: 16px;
      overflow: hidden;
      cursor: move;
     ttouch-action: none;


       animation-name: panelSketchAnim;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
    }




    @keyframes panelSketchAnim {
  0%   {               outline-width: 1px;
 }
  25%  {               outline-width: 2px;
}
  50%  {              outline-width: 3px;
}
  75%  {              outline-width: 2px;
  }
  100% {            outline-width: 1px;
}
}

        .panel[contenteditable="true"]:focus {
      outline: 2px dashed #0077ff;


       bborder: 2px solid #00ff88;
         border-radius: 8px;
    box-shadow: 0 0 10px #00ff88;
    }
.picPanel{
 position: absolute;
      background: #fafafa00;

      cursor: move;

}


.imgPanel{

   position: absolute;
      background: #00000000;

      overflow: hidden;
      cursor: move;

}


    .narrationBox {
      position: absolute;
      background: #ff00bd;
      border: 2px solid black;
          transform: skew(-15deg);
      font-size: 16px;
		 padding: 30px;
      overflow: hidden;
      cursor: move;
    }



    .dialogBox{
      position: absolute;
      background: #ffffff;
      border: 2px dashed black;
      border-radius: 50%;
      padding: 30px;
      font-size: 16px;
      overflow: hidden;
      cursor: move;

    }
   

    .toolbar {
      position: relative;
      top: 10px;
      
      margin-top: 10px;
      z-index: 9999;
      background: transparent;
      border: 2px solid black;
      padding: 10px;
      border-radius: 5px;
    }

    .toolbar button {
      margin: 2px;
    }


   